Re: [Bacula-users] I really need some help with bscan and trying to restore (repost)

2009-04-08 Thread John Drescher
> I was finally able to get things to work by changing Address from my > machine name, rick-desktop, to the localhost address 127.0.0.1 in the > bacula config files. Hmm. The correct fix is to remove 127.0.0.1 and localhost from all bacula files and put the external ipaddress in it if you plan on

Re: [Bacula-users] I really need some help with bscan and trying to restore (repost)

2009-04-08 Thread Rick Knight
Dan Langille wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Rick Knight wrote: > >> Dan Langille wrote: >> John Drescher wrote: >> >> >> John, >> >> The out put of netstat -a -n | grep 9103 ... >> >> tcp0 0 127.0.0.1:9103 0.0.0.0:*

Re: [Bacula-users] I really need some help with bscan and trying to restore (repost)

2009-04-08 Thread Rick Knight
Bruno Friedmann wrote: > John Drescher wrote: > >>> John, >>> >>> The out put of netstat -a -n | grep 9103 ... >>> >>> tcp0 0 127.0.0.1:9103 0.0.0.0:* LISTEN >>> >>> Now how do I correct this? >>> >>> >> Edit bacula-sd.conf and put the real ip address i

Re: [Bacula-users] I really need some help with bscan and trying to restore (repost)

2009-04-08 Thread Dan Langille
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rick Knight wrote: > Dan Langille wrote: > John Drescher wrote: > > John, > > The out put of netstat -a -n | grep 9103 ... > > tcp0 0 127.0.0.1:9103 0.0.0.0:* > LISTEN > > Now how do

Re: [Bacula-users] I really need some help with bscan and trying to restore (repost)

2009-04-08 Thread Bruno Friedmann
John Drescher wrote: >> John, >> >> The out put of netstat -a -n | grep 9103 ... >> >> tcp0 0 127.0.0.1:9103 0.0.0.0:* LISTEN >> >> Now how do I correct this? >> > > Edit bacula-sd.conf and put the real ip address in SDAddress instead > of 127.0.0.1 or localhost

Re: [Bacula-users] I really need some help with bscan and trying to restore (repost)

2009-04-07 Thread John Drescher
> John, > > The out put of netstat -a -n | grep 9103 ... > > tcp        0      0 127.0.0.1:9103          0.0.0.0:*               LISTEN > > Now how do I correct this? > Edit bacula-sd.conf and put the real ip address in SDAddress instead of 127.0.0.1 or localhost. John --

Re: [Bacula-users] I really need some help with bscan and trying to restore (repost)

2009-04-07 Thread John Drescher
>> Okay, what is the output of >> >> netstat -a -n | grep 9103 >> >> John >> > > OK John, I'll try that tonight and report back here. > My suspicion is that your bacula-sd is listening only on 127.0.0.1 or localhost and bacula is trying to connect on 172.16.88.232 These are seen as totally differ

Re: [Bacula-users] I really need some help with bscan and trying to restore (repost)

2009-04-07 Thread John Drescher
>> Are you sure bacula-sd is currently running? >> >> # ps -ef | grep bacula >> >> >> John >> > > John, > > Yes, bacula-sd, bacula-fd and bacula-director are all running as user > bacula. > Okay, what is the output of netstat -a -n | grep 9103 John --

Re: [Bacula-users] I really need some help with bscan and trying to restore (repost)

2009-04-07 Thread John Drescher
On Tue, Apr 7, 2009 at 10:12 AM, Dan Langille wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Rick Knight wrote: >> Dan Langille wrote: >>> << snipped> >>> >> >>> Don't do run.  Do restore. >>> >>> $ bconsole >>> Connecting to Director bacula.unixathome.org:9101 >>> 1000 OK: bacula-di

Re: [Bacula-users] I really need some help with bscan and trying to restore (repost)

2009-04-07 Thread Dan Langille
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rick Knight wrote: > Dan Langille wrote: >> << snipped> >> > >> Don't do run. Do restore. >> >> $ bconsole >> Connecting to Director bacula.unixathome.org:9101 >> 1000 OK: bacula-dir Version: 2.4.4 (28 December 2008) >> Enter a period to cancel a

Re: [Bacula-users] I really need some help with bscan and trying to restore (repost)

2009-04-06 Thread Dan Langille
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rick Knight wrote: > John Drescher wrote: >> On Mon, Apr 6, 2009 at 12:08 PM, Rick Knight >> wrote: >> >>> Hello, >>> >>> Sorry for the repost, but I really need some help with this. >>> >>> My system suffered a hard drive crash last month and now

Re: [Bacula-users] I really need some help with bscan and trying to restore (repost)

2009-04-06 Thread Dan Langille
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rick Knight wrote: > Dan Langille wrote: > Rick Knight wrote: > John Drescher wrote: > On Mon, Apr 6, 2009 at 12:08 PM, Rick Knight > wrote: > >> Hello, >> >> Sorry for the repost, but I really need some

Re: [Bacula-users] I really need some help with bscan and trying to restore (repost)

2009-04-06 Thread Rick Knight
John Drescher wrote: > On Mon, Apr 6, 2009 at 12:08 PM, Rick Knight wrote: > >> Hello, >> >> Sorry for the repost, but I really need some help with this. >> >> My system suffered a hard drive crash last month and now I'm trying to >> restore from a backup that was running when the drive died. I

Re: [Bacula-users] I really need some help with bscan and trying to restore (repost)

2009-04-06 Thread John Drescher
On Mon, Apr 6, 2009 at 12:08 PM, Rick Knight wrote: > Hello, > > Sorry for the repost, but I really need some help with this. > > My system suffered a hard drive crash last month and now I'm trying to > restore from a backup that was running when the drive died. I've > re-installed my system on a

[Bacula-users] I really need some help with bscan and trying to restore (repost)

2009-04-06 Thread Rick Knight
Hello, Sorry for the repost, but I really need some help with this. My system suffered a hard drive crash last month and now I'm trying to restore from a backup that was running when the drive died. I've re-installed my system on a new had drive and installed MySQL and Bacula (from Kubuntu rep