[Bug 295592] Re: MYTHTV-COMMON 18722 subprocess post-installation script returned error exit status 1

2009-01-02 Thread Mario Limonciello
*** This bug is a duplicate of bug 280974 *** https://bugs.launchpad.net/bugs/280974 ** This bug has been marked a duplicate of bug 280974 adduser command fails when a mythtv user already exists -- MYTHTV-COMMON 18722 subprocess post-installation script returned error exit status 1

[Bug 295592] Re: MYTHTV-COMMON 18722 subprocess post-installation script returned error exit status 1

2008-12-15 Thread john reid
For me, it is only the first adduser command that fails. If I comment out the first, then the others do not cause a problem. -- MYTHTV-COMMON 18722 subprocess post-installation script returned error exit status 1 https://bugs.launchpad.net/bugs/295592 You received this bug notification because

[Bug 295592] Re: MYTHTV-COMMON 18722 subprocess post-installation script returned error exit status 1

2008-12-13 Thread Mario Limonciello
Is there an easy way to query for that scenario? If this adduser command fails it seems that you will likely have problems later, so i'm reluctant to just put || true to it. -- MYTHTV-COMMON 18722 subprocess post-installation script returned error exit status 1

[Bug 295592] Re: MYTHTV-COMMON 18722 subprocess post-installation script returned error exit status 1

2008-11-17 Thread Qlurix
Hope this help to debug... I also have this problem. My system has the mythtv user already defined in a LDAP-tree. I don't think the problem is the LDAP but when i remarked (#) all adduser-lines in /var/lib/dpkg/info/mythtv-common.postinst the configuration problem disappears. --

[Bug 295592] Re: MYTHTV-COMMON 18722 subprocess post-installation script returned error exit status 1

2008-11-12 Thread john reid
I replied to your original suggestion by mail, probably the wrong protocol. after adding set -x etting up mythtv-common (0.21.0+fixes18722-0ubuntu1) ... + case $1 in + . /usr/share/debconf/confmodule ++ '[' '!' '' ']' ++ PERL_DL_NONLAZY=1 ++ export PERL_DL_NONLAZY ++ '[' '' ']' ++ exec

[Bug 295592] Re: MYTHTV-COMMON 18722 subprocess post-installation script returned error exit status 1

2008-11-09 Thread Jean-Baptiste Lallement
** Changed in: mythtv (Ubuntu) Status: New = Incomplete -- MYTHTV-COMMON 18722 subprocess post-installation script returned error exit status 1 https://bugs.launchpad.net/bugs/295592 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 295592] Re: MYTHTV-COMMON 18722 subprocess post-installation script returned error exit status 1

2008-11-08 Thread john reid
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/19490155/Dependencies.txt ** Attachment added: DpkgTerminalLog.gz http://launchpadlibrarian.net/19490156/DpkgTerminalLog.gz -- MYTHTV-COMMON 18722 subprocess post-installation script returned error exit status 1

Re: [Bug 295592] Re: MYTHTV-COMMON 18722 subprocess post-installation script returned error exit status 1

2008-11-08 Thread Mario Limonciello
Can you modify /var/lib/dpkg/info/mythtv-common.postinst and add this line near the top after the commented lines: set -x now run apt-get -f install That should identify what's failing. On Sat, Nov 8, 2008 at 09:28, john reid [EMAIL PROTECTED] wrote: ** Attachment added: Dependencies.txt