Re: [BackupPC-users] problem with samba

2017-11-24 Thread Craig Barratt via BackupPC-users
> > [root@barak ~]# smbclient //hayun-34/gis -U micha -E -d 3 -c tarmode full I believe you need to pass a single argument to -c, so either quote it, or add a backslash: [root@barak ~]# smbclient //hayun-34/gis -U micha -E -d 3 -c 'tarmode full' What is $Conf{SmbClientFullCmd} set to on this

Re: [BackupPC-users] problem with samba

2017-11-22 Thread Micha Silver
Thanks for your responses, but... On 11/21/2017 05:53 PM, Les Mikesell wrote: On Tue, Nov 21, 2017 at 8:54 AM, Евгений wrote: Kinit for micha@ARAVA to access hayun-34 failed: Cannot find KDC for requested realm

Re: [BackupPC-users] problem with samba

2017-11-21 Thread Les Mikesell
On Tue, Nov 21, 2017 at 8:54 AM, Евгений wrote: >> Kinit for micha@ARAVA to access hayun-34 failed: Cannot find KDC for >> requested realm > > This is about Kerberos. > Have you configured kerberos properly? Is it working when you request ticket > (kinit command)? > I am not

Re: [BackupPC-users] problem with samba

2017-11-21 Thread Евгений
> Kinit for micha@ARAVA to access hayun-34 failed: Cannot find KDC for requested realm This is about Kerberos.Have you configured kerberos properly? Is it working when you request ticket (kinit command)?I am not sure smbclient should use kerberos authentification by tickets by default... can not

Re: [BackupPC-users] problem with samba

2017-11-20 Thread Micha Silver
Hello Craig, Thanks for responding. Here's what I did (I increased debug level on smbclient a bit for more verbose output): [root@barak ~]# nmblookup hayun-34 192.168.1.158 hayun-34<00> [root@barak ~]# smbclient --version Version

Re: [BackupPC-users] problem with samba

2017-11-19 Thread Craig Barratt via BackupPC-users
Micha, I've tested Samba 4.7.0 and it works; I don't think the tar options have changed. The NT_STATUS_LOGON_FAILURE error shouldn't be bogus. But I can't explain why incrementals work. Can you experiment with running smbclient manually to see what options do and don't work? Craig On Thu,

[BackupPC-users] problem with samba

2017-11-16 Thread Micha Silver
About a month ago samba was updated to version 4.6 on my BackupPC server (version 3.3) and since then I can't do a full backup of Win7 machines. Incrementals work, but not the fulls. I get NT_STATUS_LOGON_FAILURE, but I think that's bogus. I have an idea that the problem