LINUX.ORG.RU

История изменений

Исправление lexxus-lex, (текущая версия) :

Update: some users have reported that Ulatencyd caused Kernel panics on their system. This is related to the Kernel itself and not Ulatencyd. Anyway, use this with care and only if you know how to fix any issues that may occur!

И решение на всякий пожарный, если загубишь систему:

If you cant boot either to desktop or root console just use Live CD and run those commands from Terminal:
sudo su
mount /dev/sd* /mnt (* place symbol of your root partition)
mount --bind /dev /mnt/dev
mount --bind /proc /mnt/proc
mount --bind /sys /mnt/sys
mount --bind /run /mnt/run
chroot /mnt

After that just run in Terminal:
sudo apt-get purge(or remove) ulatencyd
sudo apt-get autoremove

Then press CTRL+D to get out of chroot mode.

Next unmount filesystems:
umount /mnt/dev
umount /mnt/sys
umount /mnt/proc
umount /mnt/run
umount /mnt

When this is done just type reboot in Terminal and thats it.

Исправление lexxus-lex, :

Update: some users have reported that Ulatencyd caused Kernel panics on their system. This is related to the Kernel itself and not Ulatencyd. Anyway, use this with care and only if you know how to fix any issues that may occur!

И решение на всякий пожарный, если загубишь систему:

If you cant boot either to desktop or root console just use Live CD and run those commands from Terminal: sudo su mount /dev/sd* /mnt (* place symbol of your root partition) mount --bind /dev /mnt/dev mount --bind /proc /mnt/proc mount --bind /sys /mnt/sys mount --bind /run /mnt/run chroot /mnt

After that just run in Terminal: sudo apt-get purge(or remove) ulatencyd sudo apt-get autoremove

Then press CTRL+D to get out of chroot mode.

Next unmount filesystems: umount /mnt/dev umount /mnt/sys umount /mnt/proc umount /mnt/run umount /mnt

When this is done just type reboot in Terminal and thats it.

Исходная версия lexxus-lex, :

Update: some users have reported that Ulatencyd caused Kernel panics on their system. This is related to the Kernel itself and not Ulatencyd. Anyway, use this with care and only if you know how to fix any issues that may occur!