gapan wrote:I guess you can chroot into that partition and remove the avahi package. Something like this (with root priviliges):
Code: Select all
mkdir /mnt/salix
mount /dev/yourpartition /mnt/salix
chroot /mnt/salix
spkg -d avahi
[/code]
Thanks gapan. Great Linux OS and people behinid it.
Got rid of avahi, however, it turns out that this is apparently not the culprit.
First i found that the console-kit-daemon is not in /usr/bin/ as booting indicated
but in /usr/sbin/. I made a symlink. That did not change the fact that booting
stopped at that point.
Then pressing Ctrl-Alt-SysRq I will get 3 lines of messages. As longer i wait and
press again the higher the number in [ ] and in front of the boot messages becomes.
Here is the outout of those messages.
Code: Select all
Aug 23 20:06:13 smartbro kernel: [ 80.196623] input: SIGMACHIP Usb Mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/0003:1C4F:0032.0004/input/input15
Aug 23 20:06:13 smartbro kernel: [ 80.247178] hid-generic 0003:1C4F:0032.0004:
input,hidraw0: USB HID v1.10 Mouse [SIGMACHIP Usb Mouse] on usb-0000:00:1d.1-2/input0
Aug 23 20:06:13 smartbro mtp-probe: checking bus 3, device 3:
"/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-2"
Aug 23 20:06:13 smartbro mtp-probe: bus: 3, device: 3 was not an MTP device
Aug 23 20:06:46 smartbro kernel: [ 113.577570] sysrq: SysRq : HELP :
loglevel(0-9) reboot(b) crash(c) terminate-all-tasks(e) memory-full-oom-kill(f)- kill-all-tasks(i) thaw-filesystems(j) sak(k) show-backtrace-all-active-cpus(l)
- show-memory-usage(m) nice-all-RT-tasks(n) poweroff(o) show-registers(p)
- show-all-timers(q) unraw(r) sync(s) show-task-states(t) unmount(u) force-fb(V)
- show-blocked-tasks(w) dump-ftrace-buffer(z)
Hope this will help you trying to solve this problem. It might not be Greek to you.

For the record, KB is not locked and I can reboot with Ctrl-Alt-Delete.