Re: [Bacula-users] [Bacula-devel] Bacula Migration project status +misc [Off Topic -- SSH X11Forwarding]

2006-07-11 Thread Bennett, Silas (GE Indust, Security)
You should use ssh -X not ssh -Y, read below... >From the ssh manual: """ -X Enables X11 forwarding. This can also be specified on a per-host basis in a configuration file. X11 forwarding should be enabled with caution. Users with the ability to

Re: [Bacula-users] Bacula Migration project status + misc

2006-07-11 Thread Bennett, Silas (GE Indust, Security)
Hi Kern, About your ssh Xforwarding issue... You need to add the following line to your /etc/sshd_config file: X11Forwarding yes then just ssh to the remote machine using: ssh -X remote-machine and you should be able to run remote graphical apps using your local Xserver. Note that this is usu

[Bacula-users] Slot Number in Catalog Keeps getting set to 0

2006-07-11 Thread Bennett, Silas (GE Indust, Security)
Hi All, I have been having a little problem for the last couple of weeks. The catalog record for the currently used tape in my Diff pool keeps getting borked. The slot number which should be 19, keeps getting set to 0 somehow. Then in the morning when I get in to work my mail box is full of the

RE: [Bacula-users] RunBeforeJob && Hosts (Was: is waiting for its start time)

2006-04-21 Thread Bennett, Silas (GE Indust, Security)
cula-users@lists.sourceforge.net Subject: Re: [Bacula-users] RunBeforeJob && Hosts (Was: is waiting for its start time) Hi, On 4/21/2006 9:43 PM, Bennett, Silas (GE Indust, Security) wrote: > Or that could work to. > > I am feeling a bit sheepish now... ;-) I was just about to

RE: [Bacula-users] RunBeforeJob && Hosts (Was: is waiting for its start time)

2006-04-21 Thread Bennett, Silas (GE Indust, Security)
Or that could work to. I am feeling a bit sheepish now... =0) Silas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Turbo Fredriksson Sent: Friday, April 21, 2006 6:05 AM To: bacula-users@lists.sourceforge.net Subject: Re: [Bacula-users] RunBeforeJob && Ho

RE: [Bacula-users] RunBeforeJob && Hosts (Was: is waiting for its start time)

2006-04-21 Thread Bennett, Silas (GE Indust, Security)
Hi Turbo, The easiest way to do this is have the bacula user on the client set up to allow a login shell of a specific script. You also will need to give the bacula user a home directory (maybee /var/backups). do something like this in /etc/passwd on the client bacula:x::65534::/bar/backup:/us

RE: [Bacula-users] Migration from SQLite to MySQL.

2006-04-14 Thread Bennett, Silas (GE Indust, Security)
o do it all in one shot use the following oneliner:echo ".dump" | /usr/bin/sqlite bacula.db | bacula-sqlite_2_mysqldump.sh - | mysql -p -u baculadb       -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Bennett, Silas (GE Indust, Security

RE: [Bacula-users] Scratch Pool Question

2006-04-14 Thread Bennett, Silas (GE Indust, Security)
the right direction. I will send this in a seperate email. Cheers, Silas =0) -Original Message- From: Kern Sibbald [mailto:[EMAIL PROTECTED] Sent: Friday, April 14, 2006 12:06 AM To: bacula-users@lists.sourceforge.net Cc: Bennett, Silas (GE Indust, Security) Subject: Re: [Bacula-user

[Bacula-users] Scratch Pool Question

2006-04-13 Thread Bennett, Silas (GE Indust, Security)
Hi All,   This is a follow up to my SQLite -> MySQL migration Email.   The Scratch Pool has _NEVER_ worked for me, and during the database migration, I noticed something.   In the Pool Table there is a field called ScratchPoolId, and all of the records in the table have ScratchPoolId set t

[Bacula-users] Migration from SQLite to MySQL.

2006-04-13 Thread Bennett, Silas (GE Indust, Security)
Hi All,   I just migrated from SQLite to MySQL with my Bacula setup. And I thought you might value some end user feedback. Things to note, the docmentation is a bit deficient (actually missleading) concerning such migrations. It might be a good Idea to update the Documentation to avoid lead