Hotplugging, or even cold plugging CDROM, USB etc not working

2 posts / 0 new
Last post
#1 Wed, 2014-07-30 00:34
PA
  • PA's picture
  • Offline
  • Last seen: 11 months 2 weeks ago
  • Joined: 2014-07-25

With Linux-grsec, or linux-vanilla, I am unable to get CDROM opening or USB HD working, udisks2-> udisksctl states no udusd daemon found. Looks it pretty much restricts many things. Does linux-vaniall come with grsecurity, linux-grsec come with grsecurity and PaX.

Thanks
PA

Fri, 2014-11-28 23:03
ibidem
  • ibidem's picture
  • Offline
  • Last seen: 3 years 4 months ago
  • Joined: 2014-01-03

It's been a long time, but...
linux-grsec comes with the grsec patches (including pax); linux-vanilla is the unpatched upstream kernel (no pax/grsec).

hotplugging works here, but I don't use an automounter; I plug it in, then mount things manually. I don't think many people are using udisks2, though.

You might check whether the appropriate daemon is installed and started at boot; adding a new initscript does not necessarily enable it.
Look in /etc/init.d/ for the daemon (or check via rc-service -l or -r), use rc-update to check if it's started at boot, rc-update add <service> to enable it...

Log in or register to post comments