Saucy confmodule exiting

Asked by James Shimer

I'm having trouble sourcing /usr/share/debconf/confmodule on Ubnutu Saucy(13.10).

I turned on -x and got:
Can't exec "-bash": No such file or directory at /usr/share/perl/5.14/IPC/Open3.pm line 186.
open2: exec of -bash failed at /usr/share/perl5/Debconf/ConfModule.pm line 59

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu debconf Edit question
Assignee:
No assignee Edit question
Solved by:
James Shimer
Solved:
Last query:
Last reply:
Revision history for this message
James Shimer (jamesshimer) said :
#1

Looks like its a login/shell/environment issue, where first shell reports as "-bash" instead of "bash"
~# echo $0
-bash
~# bash
~# echo $0
bash

starting another bash, and then sourcing confmodule does start redirecting, but having different issues with that.