Hi,

I have a problem getting the default system to work (as described in the 
installation document).

The issue is that after installing it (from Gentoo source tree), I created 
the postgresql database just fine, the daemons start up just fine, I can 
interact with the system with bconsole, and everything works perfectly
up to the point where I must check 'status storage', when it says:

#######################

*status storage
Automatically selected Storage: File
Connecting to Storage daemon File at rainyday:9103

rainyday-sd Version: 1.36.3 (22 April 2005) i686-pc-linux-gnu gentoo 
1.6.14
Daemon started 11-Aug-06 14:51, 0 Jobs run since started.
  Heap: bytes=6,411 max_bytes=6,883 bufs=43 max_bufs=47

Running Jobs:
No Jobs running.
====
No Terminated Jobs.

Device status:
Archive "FileStorage" is not open or does not exist.

#######################

The FileStorage points to /tmp, and /tmp is there with lots of diskspace 
and a+rwx rights.

If I try to label it, it shows:

########################

*label
Automatically selected Storage: File
Enter new Volume name: archive1
Automatically selected Pool: Default
Connecting to Storage daemon File at rainyday:9103 ...
Sending label command for Volume "archive1" Slot 0 ...
3999 Device "FileStorage" not found
Label command failed for Volume archive1.
Do not forget to mount the drive!!!

########################

I've tried to change the syntax in bacula-sd.conf but it doesn't help. The 
current setup is:


#####################

---- bacula-sd.conf

Device {
   Name = FileStorage
   Media Type = File
   Archive Device = /pub/backups/arch/archive1
   LabelMedia = yes;
   Random Access = Yes;
   AutomaticMount = yes;
   RemovableMedia = no;
   AlwaysOpen = yes;
}

---- bacula-dir.conf

Storage {
   Name = File
   Address = rainyday
   SDPort = 9103
   Password = "<clipped>"
   Device = FileStorage
   Media Type = File
}

####################

It just keeps complaining that the device doesn't exist. I've tried 
different paths, with and without filenames that exist and don't exist.

Please, help me with this. The system version is 'bacula-1.36.3'.

Reply to [EMAIL PROTECTED]

Thanks,

     ~/S




-------------------------------------------------------------------------
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