Re: [BackupPC-users] SSH config problem causingfileListReceivefailed?

2007-02-13 Thread Craig Barratt
Ralf writes:
 Arch Willingham schrieb:
  Wooohh...I hate to be a dummy but that's the sound of
  this all going way over my head :) !!! If the -x is ok, what do I
  need to change to have BackupPC backup itself?
 
 I've no idea. -x disables X11 forwarding, thus I don't know why it's
 complaining abut xlib.
 
 What happens if you ssh from the backuppc server to machine2 as
 backuppc user? Adding -vvv will gibe you a more verbose output,
 removing -q will show you more warning messages.
 
 /usr/bin/ssh -q -x -l root machine2 
 
 or 
 
 /usr/bin/ssh -vvv -x -l root machine2

man ssh_config says:

 ssh obtains configuration data from the following sources in the following
 order:
   1.   command-line options
   2.   user's configuration file (~/.ssh/config)
   3.   system-wide configuration file (/etc/ssh_config)

So the command-line -x argument can be overridden by the config files
~/.ssh/config or /etc/ssh_config.  So look in those two files for
ForwardX11 and make sure it says ForwardX11 no.

Craig

-
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=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] SSH config problem causingfileListReceivefailed?

2007-02-12 Thread Arch Willingham
Wooohh...I hate to be a dummy but that's the sound of this all 
going way over my head :) !!! If the -x is ok, what do I need to change to have 
BackupPC backup itself?

Arch

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Ralf
Gross
Sent: Monday, February 12, 2007 5:41 PM
To: backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] SSH config problem
causingfileListReceivefailed?


Arch Willingham schrieb:
 Beats me, I don't even know what it does. Its the way it is set in
 the default config.pl file. I just copied the default.pl file to
 machine2.pl file and ran with it.
 
 Is there something I should change?

No, the -x is okay. I didn't notice that it's an lowercase -x, my
fault.

Ralf

-
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=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

-
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=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] SSH config problem causingfileListReceivefailed?

2007-02-12 Thread Ralf Gross
Arch Willingham schrieb:
 Wooohh...I hate to be a dummy but that's the sound of
 this all going way over my head :) !!! If the -x is ok, what do I
 need to change to have BackupPC backup itself?

I've no idea. -x disables X11 forwarding, thus I don't know why it's
complaining abut xlib.

What happens if you ssh from the backuppc server to machine2 as
backuppc user? Adding -vvv will gibe you a more verbose output,
removing -q will show you more warning messages.

/usr/bin/ssh -q -x -l root machine2 

or 

/usr/bin/ssh -vvv -x -l root machine2

Ralf

-
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=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/