Displaying 3 results from an estimated 3 matches for "remote_mach".
2007 Nov 22
2
--delete not working - due to 200+G of files?
...ried:
1) rsync, via rsh, to a second similar machine
rsync -az -e rsh --delete /home Solaris_box_2:/home2
2) rsync, via ssh and via port 873 to a Centos 5.0 box with rsync 2.6.9
rsync -a -e ssh --delete Solaris_box:/ /home
ssh Solaris_box "cd /home;rsync -az --force --delete * Centos_Box::remote_mach"
ssh Solaris_box "rsync -az --force --delete /home Centos_Box::remote_mach"
In all cases rsyncing the original file system copies all files; but files
and directories removed are not reliably removed from the rsync mirror.
It takes around 4 hours to build a file list - blech!
On...
2016 Mar 06
0
Segmentation Fault when trying to set root samba password, IPA as a backend
..../source3/passdb/passdb.c:745
tosctx = 0x8001e888
sam_pass = 0x80028100
acb = 16
rid = 0
result = {v = 0}
user_exists = false
ret = -1
---Type <return> to continue, or q <return> to quit---
#6 0x800034ac in password_change (remote_mach=0x0,
username=0x800081c0 <user_name> "ldap09", old_passwd=0x0,
new_pw=0x800118b8 "p4ssword", local_flags=577)
at ../source3/utils/smbpasswd.c:264
ret = {v = 0}
err_str = 0x0
msg_str = 0x0
#7 0x80003c88 in process_root (local_flags...
2016 Mar 06
2
Segmentation Fault when trying to set root samba password, IPA as a backend
On Fri, Mar 04, 2016 at 04:16:44PM +0000, Rowland penny wrote:
> On 04/03/16 09:58, Volker Lendecke wrote:
> >On Fri, Mar 04, 2016 at 10:53:17AM +0100, Volker Lendecke wrote:
> >>On Wed, Mar 02, 2016 at 09:23:34AM +0000, Rowland penny wrote:
> >>>OK, here is the output:
> >>Can you try the attached (UNTESTED!) patch?
> >>
> >>Thanks,
>