Hi Torsten,
On Thu, Apr 15, 2010 at 03:37:43PM +0000, Thorsten Glaser wrote:
> Package: corosync
> Version: 1.2.0-3
> Severity: important
> 
> The file corosync.postinst contains:
>       adduser --quiet --group --system --no-create-home ais
> 
> This, however, fails with error code 1 if the user ais already
> exists on the system, so the package fails to configure.
> 
> (Reason: I have backported lvm from sid, with the OpenAIS hack¹
> applied, and all its dependencies to lenny for my dayjob by re-
> quest of a colleague.)
> 
> ① http://h2o.glou.fr/post/2009/04/20/clvm-openais-on-Debian/Lenny
>   
> http://www.pixelchaos.net/2009/04/23/openais-an-alternative-to-clvm-with-cman/
On squeeze the adduser call is idempotent:

# adduser --quiet --group --system --no-create-home ais ; echo $?
0
# adduser --quiet --group --system --no-create-home ais ; echo $?
0

So I figure this is a request to make the package work on Lenny?
Cheers,
 -- Guido



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to