Re: [Ubuntu-ha] [Bug 580277] Re: Could not install pacemaker: addgroup: The group `haclient' already exists as a system group. Exiting.

2010-08-04 Thread Ante Karamatić
On 04.08.2010 23:44, Jean-Baptiste Lallement wrote: > adduser exits with status 1 in this situation because the postinst > script asks to create a system user but the user already exists as a non > system user. That's hilarious. Good catch! Thank you guys for debugging. -- pacemaker fails to i

[Bug 580277] Re: Could not install pacemaker: addgroup: The group `haclient' already exists as a system group. Exiting.

2010-08-04 Thread Jean-Baptiste Lallement
adduser exits with status 1 in this situation because the postinst script asks to create a system user but the user already exists as a non system user. Jose, I don't know the detailed configuration of your system and what the use of the hacluster user on your system, so take my advice for what i

[Bug 580277] Re: Could not install pacemaker: addgroup: The group `haclient' already exists as a system group. Exiting.

2010-08-04 Thread Jose Marquez
u...@host:~$ getent passwd hacluster hacluster:x:1001:122:Heartbeat System Account:/usr/lib/heartbeat:/bin/false -- Could not install pacemaker: addgroup: The group `haclient' already exists as a system group. Exiting. https://bugs.launchpad.net/bugs/580277 You received this bug notification bec

[Bug 580277] Re: Could not install pacemaker: addgroup: The group `haclient' already exists as a system group. Exiting.

2010-08-04 Thread Jean-Baptiste Lallement
That's weird because as Ante said adduser should exit with status 0 What the output of $ getent passwd hacluster -- Could not install pacemaker: addgroup: The group `haclient' already exists as a system group. Exiting. https://bugs.launchpad.net/bugs/580277 You received this bug notification be

[Bug 580277] Re: Could not install pacemaker: addgroup: The group `haclient' already exists as a system group. Exiting.

2010-08-04 Thread Jose Marquez
u...@host:~$ sudo sh -x /var/lib/dpkg/info/pacemaker.postinst configure + set -e + addgroup --system haclient addgroup: The group `haclient' already exists as a system group. Exiting. + adduser --system hacluster --ingroup haclient --home /var/lib/heartbeat Warning: The home dir /var/lib/heartbeat

[Bug 580277] Re: Could not install pacemaker: addgroup: The group `haclient' already exists as a system group. Exiting.

2010-08-04 Thread Jean-Baptiste Lallement
Jose, and what is the output of the command: $ sudo sh -x /var/lib/dpkg/info/pacemaker.postinst configure -- Could not install pacemaker: addgroup: The group `haclient' already exists as a system group. Exiting. https://bugs.launchpad.net/bugs/580277 You received this bug notification because y

[Bug 580277] Re: Could not install pacemaker: addgroup: The group `haclient' already exists as a system group. Exiting.

2010-08-04 Thread Jose Marquez
u...@host:~$ sudo DEBCONF_DEBUG="developer" dpkg --configure -a Setting up pacemaker (1.0.8+hg15494-2ubuntu2) ... addgroup: The group `haclient' already exists as a system group. Exiting. Warning: The home dir /var/lib/heartbeat you specified already exists. adduser: The user `hacluster' already ex

Re: [Ubuntu-ha] [Bug 580277] Re: Could not install pacemaker: addgroup: The group `haclient' already exists as a system group. Exiting.

2010-08-04 Thread Ante Karamatić
On 04.08.2010 21:39, Jose Marquez wrote: > u...@host:~$ sudo DPKG_DEBUG="developer" dpkg --configure -a Oh, sorry. sudo DEBCONF_DEBUG="developer" dpkg --configure -a -- Could not install pacemaker: addgroup: The group `haclient' already exists as a system group. Exiting. https://bugs.launchpad

[Bug 580277] Re: Could not install pacemaker: addgroup: The group `haclient' already exists as a system group. Exiting.

2010-08-04 Thread Jose Marquez
u...@host:~$ sudo DPKG_DEBUG="developer" dpkg --configure -a Setting up pacemaker (1.0.8+hg15494-2ubuntu2) ... addgroup: The group `haclient' already exists as a system group. Exiting. Warning: The home dir /var/lib/heartbeat you specified already exists. adduser: The user `hacluster' already exist

Re: [Ubuntu-ha] [Bug 580277] Re: Could not install pacemaker: addgroup: The group `haclient' already exists as a system group. Exiting.

2010-08-04 Thread Ante Karamatić
Could you give me output of: DPKG_DEBUG="developer" dpkg --configure -a Thanks -- Could not install pacemaker: addgroup: The group `haclient' already exists as a system group. Exiting. https://bugs.launchpad.net/bugs/580277 You received this bug notification because you are a member of Ubuntu

[Bug 580277] Re: Could not install pacemaker: addgroup: The group `haclient' already exists as a system group. Exiting.

2010-08-04 Thread Jose Marquez
Possibly of interest: I only received this error when I upgraded my work laptop from Karmic to Lucid. I don't have the option to do a clean install of Lucid on that laptop. However, on my personal laptop, I did do a clean install of Lucid Lynx. That clean install does not attempt to install pacemak

[Bug 580277] Re: Could not install pacemaker: addgroup: The group `haclient' already exists as a system group. Exiting.

2010-08-04 Thread Jose Marquez
Hi Ante, I just tried to install pacemaker again, and it again chokes on the warning: Selecting previously deselected package libcorosync4. (Reading database ... 251107 files and directories currently installed.) Unpacking libcorosync4 (from .../libcorosync4_1.2.0-0ubuntu1_i386.deb) ... Selecting

[Bug 580277] Re: Could not install pacemaker: addgroup: The group `haclient' already exists as a system group. Exiting.

2010-07-28 Thread Ante Karamatić
Jose any chance you still have that broken? -- Could not install pacemaker: addgroup: The group `haclient' already exists as a system group. Exiting. https://bugs.launchpad.net/bugs/580277 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 580277] Re: Could not install pacemaker: addgroup: The group `haclient' already exists as a system group. Exiting.

2010-07-28 Thread Ante Karamatić
That's not the reason why it failed to install. adduser exits with 0 if user already exists. Something else is the cause. -- Could not install pacemaker: addgroup: The group `haclient' already exists as a system group. Exiting. https://bugs.launchpad.net/bugs/580277 You received this bug notific

[Bug 580277] Re: Could not install pacemaker

2010-05-18 Thread Jean-Baptiste Lallement
Thanks for the logs affecting to pacemaker. The relevant error is Setting up pacemaker (1.0.8+hg15494-2ubuntu2) ... addgroup: The group `haclient' already exists as a system group. Exiting. Warning: The home dir /var/lib/heartbeat you specified already exists. adduser: The user `hacluster' already

[Bug 580277] Re: Could not install pacemaker

2010-05-18 Thread Jose Marquez
** Attachment added: "xorg_fixup.log" http://launchpadlibrarian.net/48676242/xorg_fixup.log -- Could not install pacemaker https://bugs.launchpad.net/bugs/580277 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 580277] Re: Could not install pacemaker

2010-05-18 Thread Jose Marquez
** Attachment added: "term.log" http://launchpadlibrarian.net/48676230/term.log -- Could not install pacemaker https://bugs.launchpad.net/bugs/580277 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu

[Bug 580277] Re: Could not install pacemaker

2010-05-18 Thread Jose Marquez
** Attachment added: "system_state.tar.gz" http://launchpadlibrarian.net/48676222/system_state.tar.gz -- Could not install pacemaker https://bugs.launchpad.net/bugs/580277 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bu

[Bug 580277] Re: Could not install pacemaker

2010-05-18 Thread Jose Marquez
** Attachment added: "main.log" http://launchpadlibrarian.net/48676214/main.log -- Could not install pacemaker https://bugs.launchpad.net/bugs/580277 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu

[Bug 580277] Re: Could not install pacemaker

2010-05-18 Thread Jose Marquez
** Attachment added: "apt-term.log" http://launchpadlibrarian.net/48676203/apt-term.log -- Could not install pacemaker https://bugs.launchpad.net/bugs/580277 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing lis

[Bug 580277] Re: Could not install pacemaker

2010-05-18 Thread Jose Marquez
** Attachment added: "lspci.txt" http://launchpadlibrarian.net/48676197/lspci.txt -- Could not install pacemaker https://bugs.launchpad.net/bugs/580277 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubun

[Bug 580277] Re: Could not install pacemaker

2010-05-18 Thread Jose Marquez
** Attachment added: "apt.log" http://launchpadlibrarian.net/48676071/apt.log -- Could not install pacemaker https://bugs.launchpad.net/bugs/580277 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-b

[Bug 580277] Re: Could not install pacemaker

2010-05-18 Thread Jean-Baptiste Lallement
Thanks for taking the time to report this bug and helping to make Ubuntu better. Could you please add the log files from '/var/log/dist-upgrade/' to this bug report as separate attachments? Thanks in advance. ** Changed in: update-manager (Ubuntu) Status: New => Incomplete -- Could not in