I just reinstalled and same thing happened again.
Am I missing something or this stage is really messed up:
So:
Code: Select all
vaio ~ # rc-update show default
alsasound | default
consolekit | default
dbus | default
local | default
metalog | default
net.wlp5s0 | default
ntpd | default
sshd | default
local, metalog, sshd - added while chrooted from the install cd - starting automatically
alsasound, consolekit, dbus, net.wlp5s0, ntpd - added when booted from the hdd - not starting automatically. (note that dmesg output has output from the wifi as I've started net.wlp5s0 manually)
/etc/runlevels/default:
Code: Select all
vaio ~ # ls -l /etc/runlevels/default/
total 0
lrwxrwxrwx 1 root root 21 Sep 5 03:08 alsasound -> /etc/init.d/alsasound
lrwxrwxrwx 1 root root 22 Sep 5 03:01 consolekit -> /etc/init.d/consolekit
lrwxrwxrwx 1 root root 16 Sep 5 03:01 dbus -> /etc/init.d/dbus
lrwxrwxrwx 1 root root 17 Aug 28 20:07 local -> /etc/init.d/local
lrwxrwxrwx 1 root root 19 Sep 5 00:11 metalog -> /etc/init.d/metalog
lrwxrwxrwx 1 root root 22 Sep 5 03:14 net.wlp5s0 -> /etc/init.d/net.wlp5s0
lrwxrwxrwx 1 root root 16 Sep 5 03:04 ntpd -> /etc/init.d/ntpd
lrwxrwxrwx 1 root root 16 Sep 5 00:07 sshd -> /etc/init.d/sshd
/var/log/rc.log:
Code: Select all
rc boot logging started at Fri Sep 5 06:27:06 2014
* Setting system clock using the hardware clock [Local Time] ...
[ ok ]
* Loading module zram ...
[ ok ]
* Autoloaded 1 module(s)
* Checking local filesystems ...
/sbin/fsck.xfs: XFS file system.
boot: clean, 278/16384 files, 10004/65536 blocks
[ ok ]
* Remounting root filesystem read/write ...
[ ok ]
* Remounting filesystems ...
[ ok ]
* Updating /etc/mtab ...
[ ok ]
* Activating swap devices ...
[ ok ]
* Mounting local filesystems ...
[ ok ]
* Configuring kernel parameters ...
[ ok ]
* Creating user login records ...
[ ok ]
* Wiping /tmp directory ...
[ ok ]
* Setting hostname to vaio ...
[ ok ]
* Setting terminal encoding [UTF-8] ...
[ ok ]
* Setting keyboard mode [UTF-8] ...
[ ok ]
* Loading key mappings [us] ...
[ ok ]
* Bringing up network interface lo ...
[ ok ]
* setting up tmpfiles.d entries ...
[ ok ]
* Initializing random number generator ...
[ ok ]
rc boot logging stopped at Fri Sep 5 03:27:08 2014
rc default logging started at Fri Sep 5 03:27:08 2014
* Starting metalog ...
[ ok ]
* Starting sshd ...
[ ok ]
* Starting local
[ ok ]
rc default logging stopped at Fri Sep 5 03:27:09 2014
vaio ~ #
dmesg -
http://pastebin.com/CW9SPrfr
Where am I going wrong?
P.S.: In the interest of previous posts, net.lo is not in boot anymore, unless I put it there:
Code: Select all
vaio ~ # rc-update show | grep net
net.wlp5s0 | default
vaio ~ #