Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 5790] create_account fails with shadow-4.0.4.1

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 5790] create_account fails with shadow-4.0.4.1
  • Date: Mon, 23 Feb 2004 04:55:42 -0500

http://bugs.sourcemage.org/show_bug.cgi?id=5790

eschabell AT sourcemage.org changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED



------- Additional Comments From eschabell AT sourcemage.org 2004-02-23 04:55
-------
Ok, I have built firebird, then ran:

10:47:14 @ root # grep firebird /etc/passwd
firebird:x:84:84::/var:/bin/sh
10:48:10 @ root # grep firebird /etc/group
firebird:x:84:

Ensure you have the fixes to libgrimoire (correct sorcery, it is in devel
sorcery but might not have hit the servers yet):

10:48:16 @ root # grep useradd /var/lib/sorcery/modules/libgrimoire

if [ $(useradd -u $ACCOUNT_UID -g $PRIMARY_GNAME -G "$SECONDARY_GIDS" -d
/var
-s /bin/sh $1) == "4" ]
elif [ $(useradd -u $ACCOUNT_UID -g $PRIMARY_GNAME -G "$SECONDARY_GIDS" -d
/var -s /bin/sh $1) == "9" ]

This should show up if you have the fixes.

The I rebuilt with cast -c firebird:

<snip build>
make[3]: Leaving directory `/usr/src/firebird-1.5.0.4290/src'
make[2]: Leaving directory `/usr/src/firebird-1.5.0.4290/src'
make[1]: Leaving directory `/usr/src/firebird-1.5.0.4290'
Preparing to install firebird
Dispelled spell: firebird
cp: cannot stat `../doc/*.pdf': No such file or directory
Installing firebird to runlevel 3...
script firebird installed and disabled. Enable with 'telinit enable
firebird'.
Creating /var/log/sorcery/compile/firebird-1.5.0.4290.bz2
Creating install log /var/log/sorcery/install/firebird-1.5.0.4290
Creating /var/cache/sorcery/firebird-1.5.0.4290-i686-pc-linux-gnu.tar.bz2

Finished processing install requests.

Spells installed successfully:
------------------------------
firebird

All works here... please verify useing the fixed devel sorcery (my site
updates
sooner than the sourcemage site, so look on
www.schabell.com/linux/mirror/sorcery)?

erics





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page