OK I have run the command you gave me (stopped bacula first) and get the following output: [EMAIL PROTECTED] bin]# ./bacula-dir -f -d100 bacula-dir: dird.c:129 Debug level = 100 bacula-dir: inc_conf.c:487 set wildfile 0x81c4850 size=1 *.obj bacula-dir: inc_conf.c:487 set wildfile 0x81c4850 size=2 *.exe bacula-dir: mysql.c:75 db_open first time bacula-dir: mysql.c:135 mysql_init done bacula-dir: mysql.c:156 mysql_real_connect done bacula-dir: mysql.c:158 db_user=bacula db_name=bacula db_password= unixutil-dir: jcr.c:116 read_last_jobs seek to 188 unixutil-dir: jcr.c:123 Read num_items=10 unixutil-dir: bnet_server.c:83 Addresses host[ipv4:0.0.0.0:9101]
It then just hangs at this point (I have left it for about 10 mins to make sure) and won't start Bacula.....I have also tried doing this with bacula-sd & bacula-fd still running and get the same result. Not really sure if this makes things any clearer to be honest....I am a bit lost :( Thanks Luke -----Original Message----- From: Bill Moran [mailto:[EMAIL PROTECTED] Sent: 16 November 2006 14:13 To: [EMAIL PROTECTED] Cc: bacula-users@lists.sourceforge.net Subject: Re: [Bacula-users] Job not appearing in console In response to "Luke Taylor" <[EMAIL PROTECTED]>: > I tried with ./bacula start -f -100 but don't get anything, I am > having a look around to find out how to do it. > > I will update further if/when I manage to find instructions. bacula-dir -f -d100 (You may have to give -c if it doesn't find the config file) If you do bacula-dir --help, it'll give you a list of options. Not because it understands --help, but because it does that when it doesn't understand its options. > -----Original Message----- > From: Bill Moran [mailto:[EMAIL PROTECTED] > Sent: 16 November 2006 13:58 > To: [EMAIL PROTECTED] > Cc: bacula-users@lists.sourceforge.net > Subject: Re: [Bacula-users] Job not appearing in console > > In response to "Luke Taylor" <[EMAIL PROTECTED]>: > > > Hi I have made the amendments but still no joy... The file now > > contains the following for the two clients not showing up. > > Have you tried starting the director in the foreground with debugging? > > > > > JobDefs { > > Name = "Autonet" > > Type = Backup > > Level = Full > > Client = jspautonet-fd > > FileSet = "WebserverSet" > > Schedule = "jspautonet-fd" > > Storage = File > > Messages = Standard > > Pool = autonetpool > > Priority = 10 > > } > > > > Job { > > Name = "AutonetServer" > > JobDefs = "Autonet" > > Type = Backup > > Level = Full > > Client = jspautonet-fd > > FileSet = "WebserverSet" > > Schedule = "jspautonet-fd" > > Write Bootstrap = "/usr/local/bacula/bin/working/jspautonet.bsr > > } > > > > FileSet { > > Name = "WebserverSet" > > Include { > > Options { > > } > > File = /usr/local/apache/conf/ > > File = /usr/local/apache/conf/ssl/ > > File = /usr/local/tomcat/webapps/ > > File = /usr/local/tomcat/conf/Catalina/localhost/ > > File = /usr/local/etc/tomcat/ > > } > > } > > > > Schedule { > > Name = "jspautonet-fd" > > Run = Level=Incremental Pool=autonetpool Monday at 20:30 > > Run = Level=Incremental Pool=autonetpool Tuesday at 20:30 > > Run = Level=Incremental Pool=autonetpool Wednesday at 20:30 > > Run = Level=Incremental Pool=autonetpool Thursday at 20:30 > > Run = Level=Incremental Pool=autonetpool Friday at 20:30 } > > > > Client { > > Name = jspautonet-fd > > Address = 10.210.17.177 > > FDPort = 9102 > > Catalog = MyCatalog > > Password = "" > > > > File Retention = 30 days > > Job Retention = 6 months > > AutoPrune = yes > > } > > > > Pool { > > Name = autonetpool > > Pool Type = Backup > > Recycle = yes > > AutoPrune = yes > > Volume Retention = 365 days > > Accept Any volume = yes > > } > > > > And > > > > JobDefs { > > Name = "MXdev" > > Type = Backup > > Level = Full > > Client = mxdev-fd > > FileSet = "Mxdev Set" > > Schedule = "mxdev-fd" > > Storage = File > > Messages = Standard > > Pool = mxdevpool > > Priority = 10 > > } > > > > Job { > > Name = "Backupmxdev" > > JobDefs = "MXdev" > > Type = Backup > > Level = Full > > Client = mxdev-fd > > FileSet = "Mxdev Set" # Luke desktop > > Schedule = "mxdev-fd" > > Write Bootstrap = "/usr/local/bacula/bin/working/mxdev.bsr" > > } > > > > FileSet { > > Name = "Mxdev Set" > > Include { > > Options { > > } > > File = /usr/local/luke > > } > > } > > > > Schedule { > > Name = "mxdev-fd" > > Run = Level=Incremental Pool=mxdevpool Monday at 20:15 > > Run = Level=Incremental Pool=mxdevpool Tuesday at 20:15 > > Run = Level=Incremental Pool=mxdevpool Wednesday at 20:15 > > Run = Level=Incremental Pool=mxdevpool Thursday at 20:15 > > Run = Level=Incremental Pool=mxdevpool Friday at 20:15 } > > > > Client { > > Name = mxdev-fd > > Address = 10.26.13.112 > > FDPort = 9102 > > Catalog = MyCatalog > > Password = "" > > File Retention = 30 days # 30 days > > Job Retention = 6 months # six months > > AutoPrune = yes # Prune expired Jobs/Files > > } > > > > > > Pool { > > Name = mxdevpool > > Pool Type = Backup > > Recycle = yes > > AutoPrune = yes > > Volume Retention = 365 days > > Accept Any Volume = yes > > } > > > > All that appears in the bconcole is: > > > > *run > > Using default Catalog name=MyCatalog DB=bacula A job name must be > > specified. > > The defined Job resources are: > > 1: Client1 > > 2: Twiki Server > > 3: Backupwindows > > 4: BackupCatalog > > 5: RestoreFiles > > Select Job resource (1-5): > > > > HOWEVER, if I remove the "Twiki Server" job frrom the director > > configuration file the Autonet job appears (there is still no sign > > of the mxdev job) and completes with no errors. If I remover the > > Autonet and Twiki jobs the mxdev job appears on the list.....it > > looks to me like there is a setting somewhere on the system that > > defines how many jobs can be displayed on that list but I can't find anything anywhere. > > > > Any further assistance would be much appreciated. > > > > Regards > > Luke > > > > -----Original Message----- > > From: Bill Moran [mailto:[EMAIL PROTECTED] > > Sent: 15 November 2006 14:38 > > To: [EMAIL PROTECTED] > > Cc: bacula-users@lists.sourceforge.net > > Subject: Re: [Bacula-users] Job not appearing in console > > > > In response to "Luke Taylor" <[EMAIL PROTECTED]>: > > > > > > Thanks for replying, FYI the jobs don't have the same name but > > > below is the directors configuration file excluding passwords. > > > > > > FYI I have since addded another job resource which also doesn't > > > appear on the list.....the jobs in question are hignlighted in > > > bold....but just incase it doesn't get displayed I have put the > > > job resource just > > below. > > > > Please don't rely on HTML to communicate for you. The bold doesn't > > display on my MUA, and I had to do a good bit of fscking around to > > figure out which jobs you were having trouble with. Do I have the > > correct > two? > > > > > Job { > > > Name = "Twiki Server" > > > JobDefs = "Twiki" > > > Type = Backup > > > Level = Full > > > Client = twiki-fd > > > FileSet = "Twiki Set" > > > Schedule = "twiki-fd" > > > Write Bootstrap = "/usr/local/bacula/bin/working/twiki.bsr > > > } > > > > > > Job { > > > Name = "Autonet Server" > > > JobDefs = "Autonet" > > > Type = Backup > > > Level = Full > > > Client = jspautonet-fd > > > FileSet = "Webserver Set" > > > Schedule = "jspautonet-fd" > > > Write Bootstrap = "/usr/local/bacula/bin/working/jspautonet.bsr > > > } > > > > I looked at this yesterday and couldn't find anything wrong, then > > looked at it again this morning and still can see anything obviously > wrong. > > > > So I'm guessing. I don't believe that spaces in job names would > > cause any problems, but it's the only thing I can see that stands out. > > Trying removing the spaces from your various names (JobDefs, Job, > > FileSet) and see if the problem persists. Hope this isn't a wild > > goose chase for you, but I don't have any other ideas. > > > > Another good idea would be to start the director in the foreground > > with debugging turned on and see if it reports anything helpful. > > See the docs for the details on how to do this. > > > > -- > > Bill Moran > > Collaborative Fusion Inc. > > > > > > > > IMPORTANT: This message contains confidential information and is > > intended only for the individual named. If the reader of this > > message is not an intended recipient (or the individual responsible > > for the delivery of this message to an intended recipient), please > > be advised that any re-use, dissemination, distribution or copying > > of this message is > prohibited. > > Please notify the sender immediately by e-mail if you have received > > this e-mail by mistake and delete this e-mail from your system. > > > > > > > > > > > > > > > > > > > > > > > -- > Bill Moran > Collaborative Fusion Inc. > > [EMAIL PROTECTED] > Phone: 412-422-3463x4023 > > **************************************************************** > IMPORTANT: This message contains confidential information and is > intended only for the individual named. If the reader of this message > is not an intended recipient (or the individual responsible for the > delivery of this message to an intended recipient), please be advised > that any re-use, dissemination, distribution or copying of this > message is prohibited. Please notify the sender immediately by e-mail > if you have received this e-mail by mistake and delete this e-mail from your system. > E-mail transmission cannot be guaranteed to be secure or error-free as > information could be intercepted, corrupted, lost, destroyed, arrive > late or incomplete, or contain viruses. The sender therefore does not > accept liability for any errors or omissions in the contents of this > message, which arise as a result of e-mail transmission. > **************************************************************** > > > > IMPORTANT: This message contains confidential information and is > intended only for the individual named. If the reader of this message > is not an intended recipient (or the individual responsible for the > delivery of this message to an intended recipient), please be advised > that any re-use, dissemination, distribution or copying of this message is prohibited. > Please notify the sender immediately by e-mail if you have received > this e-mail by mistake and delete this e-mail from your system. > > > > > > > > > > -- Bill Moran Collaborative Fusion Inc. [EMAIL PROTECTED] Phone: 412-422-3463x4023 **************************************************************** IMPORTANT: This message contains confidential information and is intended only for the individual named. If the reader of this message is not an intended recipient (or the individual responsible for the delivery of this message to an intended recipient), please be advised that any re-use, dissemination, distribution or copying of this message is prohibited. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. **************************************************************** IMPORTANT: This message contains confidential information and is intended only for the individual named. If the reader of this message is not an intended recipient (or the individual responsible for the delivery of this message to an intended recipient), please be advised that any re-use, dissemination, distribution or copying of this message is prohibited. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users