On 10/30/07, Sean Carolan <[EMAIL PROTECTED]> wrote:
> I've combed the documentation, mailing list, and Google but have not
> found an answer to this problem. No matter what I do, I cannot get
> the BackupPC server to connect to Windows clients.
Here's what I did to fix this, in case anyone else has the same problem:
1. Installed Samba 3.0.22 from source (get from www.samba.org)
2. Used Jason's perl script and pointed SmbClientPath at it. Here's
the script:
> #!/usr/bin/perl
> $service = shift @ARGV;
> unshift @ARGV, $ENV{PASSWD};
> unshift @ARGV, $service;
> exec "/usr/local/samba/bin/smbclient", @ARGV;
Not sure why that fixed things, but it's working now so I'm not going
to mess with it anymore.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/