Okay... now there are also some warnings on poweroff:
- Code: Select all
umount: /var/run: device is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
umount: /live: device is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
- Code: Select all
loop: can't delete device /dev/loop1: No such device or address
- Code: Select all
/etc/init.d/live-boot: 203: [: =: unexpected operator
Now let's boot our shiny new system and see if the warnings are still here.
compatibility symlink warning:
check (but
gone on the next boot - obviously the symlink is created only once)
two tmpfs warnings:
checkthird mount warning:
gone (apparently something livecd-specific)
fast boot warning:
gone (fsck is turned on as it should)
startpar failure notice:
gone (okay...)
org.gnome.power-manager schema errors:
checkAnd let's also reboot it.
two umount errors:
checkloop error:
gone (apparently something livecd-specific)
live-boot error:
gone (same here, the name tells it)
And now for a new error. Console localization horribly failed and made me remember the good old days when I've struggled with the localization in Red Hat 7.2.
It starts with these schema error messages mentioned above. They are now localized (in Russian in my case) - but half of the letters is replaced with some weird symbols. Then it's all the same with the usual programs, for example, apt-get. Or maybe it's just my VirtualBox 4.1.0 in which I'm testing this LMDE edition right now...
Fortunately, this nuisance is removed by the most vulgar and brutal solution (run this as root of course):
- Code: Select all
apt-get purge console-setup && apt-get install console-setup
and the things are fine on the next boot.
