> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of stefan

> > If you aren't root then a workaround would be to add something like
> >
> "server:~# ps -ef | grep bacula-sd
> bacula    2057     1  0 08:33 ?        
> 00:00:00 /usr/sbin/bacula-sd -c /etc/bacula/bacula-sd.conf -u 
> bacula -g tape
> bacula    2061  2057  0 08:33 ?        
> 00:00:00 /usr/sbin/bacula-sd -c /etc/bacula/bacula-sd.conf -u 
> bacula -g tape
> bacula    2063  2061  0 08:33 ?        
> 00:00:00 /usr/sbin/bacula-sd -c /etc/bacula/bacula-sd.conf -u 
> bacula -g tape
> root      2726  2721  0 15:38 pts/0    00:00:00 grep bacula-sd
> server:~#"
> 
> > /dev/hdc    /media/cdrom1   iso9660 ro,user,noauto  0       0
> >
> > to /etc/fstab
> 
> Yes, my /etc/fstab looks like this! I tried manually mount 
> and I did a reboot.
> This is not helping :(

Did the manual mount work?
If it did did you umount afterwards? "user" has strange semantics where
it only allows the person who mounted to umount.
Maybe try "users" instead of user in there.

> >
> > I must admit that to-date I've run as root for DVD stuff. That's
> > something to think about once we've got the 1.39 DVD stuff working.
> 
> Should I run bacula-sd as root?
> 
If users doesn't work try running as root. There shouldn't be a permissions
problem then.

> What else should I try to get the DVD mounted?
> 
If all that fails try something like

su -s /bin/bash - bacula

Then try the mount command there. You need to find a way to get it working
there.

Richard


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to