FL schrieb: > A host check reports no slots available, when there are slots available. > What causes this, and what is the remedy? Thanks. > > Changer problem: no slots available
In my case it helped to change the group of the used changer-device: # chgrp tape /dev/sg2 when the amanda-user is member of the group tape. # ll /dev/sg2 crw-rw---- 1 root tape 21, 2 16. Feb 11:35 /dev/sg2 After that you can try amanda ~ $ mtx -f /dev/sg2 status and amcheck should find slots then. The group of the changer-device might be reset after reboot, due to udev and similar stuff, haven't yet researched how to fix that here. I do it manually, one could also add this to some boot-script. Stefan
