On Tuesday 05 August 2003 02:04, rehanann wrote: >In Red hat 8 amanda 2.4.2p1 is already installed with Amanda user I > have only problem with permission on the tape device. >Amanda cannot dump with root login when I SU to Amanda and try > amdump it gives me permission denied error after checking amcheck. >Also with sudo it will not work because any thing with UID 0 its not >configure. > >Regards,
Does your ls -l of /dev/nst0 look like this? crw-rw---- 1 root disk 9, 128 Aug 30 2002 /dev/nst0 And is your 'amanda' user a member of group 'disk'? If not, then make them so. Amanda does it own suid when it needs to, and will not allow root to execute those parts of it that don't need root permissions. -- Cheers, Gene AMD [EMAIL PROTECTED] 320M [EMAIL PROTECTED] 512M 99.27% setiathome rank, not too shabby for a WV hillbilly Yahoo.com attornies please note, additions to this message by Gene Heskett are: Copyright 2003 by Maurice Eugene Heskett, all rights reserved.
