[Clfs-dev] GIT-20140618-x86_64-Pure64 Boot problems

Martin Ward macros_the_black at ntlworld.com
Fri Jun 20 09:00:29 PDT 2014


Hi

Systemd 213 is causing me problems with a some partitions failing to 
mount at boot time ,although the root partition is fine.

Any additional partitions ones including the swap partition just time 
out and drop me into a emergency shell after 90s

Bit of surfing around seems a few people have had this problem,any body 
else seen this, 212 was fine?


I upgraded to systemd-214 and this solved the issues but due to new 
features had some missing users and groups that were needed

Solved this by adding the appropriate uid's and gids to /etc/group and 
/etc/passwd

which now look like this

root:x:0:
bin:x:1:
sys:x:2:
kmem:x:3:
tape:x:4:
tty:x:5:
daemon:x:6:
floppy:x:7:
disk:x:8:
lp:x:9:
dialout:x:10:
audio:x:11:
video:x:12:
utmp:x:13:
usb:x:14:
cdrom:x:15:
adm:x:16:root,adm,daemon
console:x:17:
cdrw:x:18:
messagebus:x:27:
systemd-journal:x:28:
systemd-network:x:29:   // new
systemd-resolve:x:30:   // new
mail:x:40:mail          //changed this from 30->40
news:x:41:news          // changed this from 31->41
uucp:x:42:uucp          // changed this from 32->42
wheel:x:49:             // changed this from 39->49
users:x:1000:
nogroup:x:65533:
nobody:x:65534:

and

root:x:0:0:root:/root:/bin/bash
bin:x:1:1:bin:/bin:/bin/false
daemon:x:2:6:daemon:/sbin:/bin/false
adm:x:3:16:adm:/var/adm:/bin/false
lp:x:10:9:lp:/var/spool/lp:/bin/false
messagebus:x:27:27:D-Bus Message Daemon User:/dev/null:/bin/false
systemd-network:x:29:29:Systemd-Network User:/:/bin/false      //new
systemd-resolve:x:30:30:Systemd-Resolve:/:/bin/false           //new
mail:x:40:40:mail:/var/mail:/bin/false                  //changed
news:x:41:41:news:/var/spool/news:/bin/false            //changed
uucp:x:42:42:uucp:/var/spool/uucp:/bin/false            //changed
sshd:x:48:48:sshd PrivSep:/var/lib/sshd:/bin/false
operator:x:50:0:operator:/root:/bin/bash
postmaster:x:51:40:postmaster:/var/spool/mail:/bin/false
nobody:x:65534:65533:Unprivileged User:/dev/null:/bin/false

Hope that helps


martin



More information about the Clfs-dev mailing list