Добрый день. Сегодня обновился и получил неработающую систему. Во время обновления файловая система вышла за 95% соответственно после перезагрузки отказалась запускаться. Почистил /etc/distfiles свободного места уже достаточно. Теперь система запускается, но только вручную, через логин и startx. Работает вроде всё, кроме сети. Попытка стартануть сеть вручную обламывается на монтировании (стандартная wrong fs type or bla-bla-bla). Включил логи посмотреть - сплошные ошибки localmount. Сделал etc-update (несколько конфигов) ничего не поменялось.
вот rc.log
rc shutdown logging started at Sun Dec 13 11:14:58 2015
* Stopping local ...
[ ok ]
* Stopping udev ...
[ ok ]
* Setting hardware clock using the system clock [UTC] ...
[ ok ]
rc shutdown logging stopped at Sun Dec 13 11:14:59 2015
rc shutdown logging started at Sun Dec 13 11:14:58 2015
* Stopping local ...
[ ok ]
* Stopping udev ...
[ ok ]
* Setting hardware clock using the system clock [UTC] ...
[ ok ]
rc shutdown logging stopped at Sun Dec 13 11:14:59 2015
rc boot logging started at Sun Dec 13 11:15:23 2015
* Setting system clock using the hardware clock [UTC] ...
[ ok ]
* Autoloaded 0 module(s)
* Checking local filesystems ...
[ ok ]
* Remounting root filesystem read/write ...
[ ok ]
* Remounting filesystems ...
[ ok ]
* Updating /etc/mtab ...
* Creating mtab symbolic link
[ ok ]
* Mounting local filesystems ...
mount: wrong fs type, bad option, bad superblock on tmpfs,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
* Some local filesystem failed to mount
[ !! ]
* ERROR: localmount failed to start
* ERROR: cannot start procfs as localmount would not start
* Loading custom binary format handlers ...
[ ok ]
* Configuring kernel parameters ...
[ ok ]
* ERROR: cannot start bootmisc as localmount would not start
* Setting hostname to localhost ...
[ ok ]
* Bringing up network interface lo ...
[ ok ]
* ERROR: cannot start swapfiles as localmount would not start
* Setting terminal encoding [UTF-8] ...
[ ok ]
* ERROR: cannot start tmpfiles.setup as localmount would not start
* ERROR: cannot start urandom as localmount would not start
rc boot logging stopped at Sun Dec 13 11:15:24 2015
rc default logging started at Sun Dec 13 11:15:24 2015
* Mounting local filesystems ...
mount: wrong fs type, bad option, bad superblock on tmpfs,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
* Some local filesystem failed to mount
[ !! ]
* ERROR: localmount failed to start
* ERROR: cannot start procfs as localmount would not start
* ERROR: cannot start bootmisc as localmount would not start
* ERROR: cannot start swapfiles as localmount would not start
* ERROR: cannot start tmpfiles.setup as localmount would not start
* ERROR: cannot start urandom as localmount would not start
* ERROR: cannot start xdm-setup as localmount would not start
* ERROR: cannot start xdm as localmount would not start
* Starting local ...
[ ok ]
rc default logging stopped at Sun Dec 13 11:15:24 2015
В чем может быть проблема?