Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Weird boot problem [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
albright
Advocate
Advocate


Joined: 16 Nov 2003
Posts: 2588
Location: Near Toronto

PostPosted: Sun Apr 10, 2016 3:14 pm    Post subject: Weird boot problem [SOLVED] Reply with quote

Unless I reboot from the command line with "shutdown -rF now"
my system reboots abnormally, dropping me to login shell

rc-status -a then shows:

Code:
Runlevel: boot
 hwclock                                                           [  started  ]
 modules                                                           [  started  ]
 fsck                                                              [  started  ]
 loopback                                                          [  started  ]
 root                                                              [  started  ]
 mtab                                                              [  started  ]
 swap                                                              [  started  ]
 localmount                                                        [  stopped  ]
 sysctl                                                            [  started  ]
 bootmisc                                                          [  stopped  ]
 termencoding                                                      [  started  ]
 keymaps                                                           [  stopped  ]
 procfs                                                            [  stopped  ]
 urandom                                                           [  stopped  ]
 swapfiles                                                         [  stopped  ]
 tmpfiles.setup                                                    [  stopped  ]
 hostname                                                          [  started  ]
 binfmt                                                            [  started  ]
Runlevel: shutdown
 killprocs                                                         [  stopped  ]
 savecache                                                         [  stopped  ]
 mount-ro                                                          [  stopped  ]
Runlevel: sysinit
 sysfs                                                             [  started  ]
 devfs                                                             [  started  ]
 dmesg                                                             [  started  ]
 kmod-static-nodes                                                 [  started  ]
 tmpfiles.dev                                                      [  started  ]
 udev                                                              [  started  ]
Runlevel: default
 syslog-ng                                                         [  stopped  ]
 consolekit                                                        [  stopped  ]
 net.eth0                                                          [  stopped  ]
 net.eth1                                                          [  stopped  ]
 vmware                                                            [  stopped  ]
 rsyncd                                                            [  crashed  ]
 named                                                             [  stopped  ]
 sshd                                                              [  stopped  ]
 cronie                                                            [  stopped  ]
 cupsd                                                             [  stopped  ]
 samba                                                             [  stopped  ]
 dhcpd                                                             [  stopped  ]
 shorewall                                                         [  started  ]
 ntpd                                                              [  started  ]
 atd                                                               [  stopped  ]
 dropbox                                                           [  stopped  ]
 xdm                                                               [  stopped  ]
 logitechmediaserver                                               [  stopped  ]
 distccd                                                           [  stopped  ]
 vsftpd                                                            [  stopped  ]
 hddtemp                                                           [  stopped  ]
 boinc                                                             [  started  ]
 http-replicator                                                   [  stopped  ]
 squid                                                             [  started  ]
 local                                                             [  started  ]


If I use the -rF option the system boots normally to the sddm login.

Adding the -rF option to sddm's shutdown command in /etc/sddm.conf does NOT prevent
the problem ...

I have no idea what is going on here but have to admit the NUC5i7RY is a bit flaky in a number of ways.
_________________
.... there is nothing - absolutely nothing - half so much worth
doing as simply messing about with Linux ...
(apologies to Kenneth Graeme)


Last edited by albright on Sun Apr 10, 2016 11:16 pm; edited 1 time in total
Back to top
View user's profile Send private message
albright
Advocate
Advocate


Joined: 16 Nov 2003
Posts: 2588
Location: Near Toronto

PostPosted: Sun Apr 10, 2016 5:35 pm    Post subject: Reply with quote

I am dumb;

adding sleep 10 to localmount solves this problem

I guess something like

Code:
while ! -e /dev/sdc; do
sleep 1;
done


would be more elegant ...
_________________
.... there is nothing - absolutely nothing - half so much worth
doing as simply messing about with Linux ...
(apologies to Kenneth Graeme)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum