BackupPC-users

[BackupPC-users] Fedora 9 and BackupPC

2008-05-15 09:46:19
Subject: [BackupPC-users] Fedora 9 and BackupPC
From: Deja3 <deja3-user AT bitrealm DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Thu, 15 May 2008 06:45:48 -0700
Fedora 9 moved to perl 5.10.0.  After doing the upgrade to Fedora 9  
from Fedora 8, I can no longer get any backups to run with BackupPC  
for the computers I back up.  All computers report the same error now:  
  backup failed (tree connect failed: NT_STATUS_ACCESS_DENIED)

Relevant information:

$Conf{XferMethod} = 'smb';
$Conf{SmbShareName} = 'c$';
$Conf{SmbShareUserName} = 'Administrator';
$Conf{SmbSharePasswd} = 'admin-password-here';
$Conf{SmbClientPath} = '/usr/bin/smbclient';

I have verified that I can log in from the Linux box doing:

/usr/bin/smbclient \\\\computer\\c\$ -U root admin-password-here

and I can browse the file structure and copy files no problem.

I re-installed BackupPC 3.1.0 and it didn't change the behaviour, I  
can't get backups to run.

Here's the error log file (log level 1).  I don't understand why it is  
saying "Anonymous login successful" when I clearly have a user and  
password specified in the config.pl file.



Running: /usr/bin/smbclient \\\\computer\\c\$ -U administrator -E -N  
-d 1 -c tarmode\ full -TcN  
/backupdir/BackupPC/pc/computer/timeStamp.level0 -
incr backup started back to 2008-04-27 00:46:34  (backup #204) for share c$
Xfer PIDs are now 17328,17327
Getting files newer than Sun Apr 27 00:46:34 2008
Anonymous login successful
Domain=[NW] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
tree connect failed: NT_STATUS_ACCESS_DENIED
Anonymous login successful
Domain=[NW] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
tree connect failed: NT_STATUS_ACCESS_DENIED
tarExtract: Done: 0 errors, 0 filesExist, 0 sizeExist, 0  
sizeExistComp, 0 filesTotal, 0 sizeTotal
Got fatal error during xfer (tree connect failed: NT_STATUS_ACCESS_DENIED)
Backup aborted (tree connect failed: NT_STATUS_ACCESS_DENIED)

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>
  • [BackupPC-users] Fedora 9 and BackupPC, Deja3 <=