similar to: Prefs for rsync of ssh or stunnel?

Displaying 20 results from an estimated 7000 matches similar to: "Prefs for rsync of ssh or stunnel?"

2006 Dec 05
1
Cannot connect to Samba-3.0.23d (and earlier) from other trusted AD domains
Hi there We have a bunch of Samba 3.0.10+ CentOS4.4 servers that are working 100% fine when connected to from users who are members of the same ADS domain our Samba servers are members of. However, users from other ADS domains (we are all W2K3-based) on our network cannot connect - they get NT_STATUS_ACCESS_DENIED. The shares they are trying to connect to have no share-level permission checks -
2007 Dec 12
2
Vista SP1-rc1 appears to break against Samba-3.0.27a
We've got nicely ADS integrated Samba-3.0.27a servers that are working fine with Win2000 through to standard Vista. However, we are starting to test RC1 of Vista SP1 and discovered that once applied, that workstation cannot connect to Samba server shares - unless the share is open - i.e. no "valid user" style settings. The moment one is defined, Vista fails to connect and pops up an
2004 Jun 15
1
How do you properly use "--partial"?
[background: we rsync Gbs of data over our WAN, so want to run rsync as efficiently as possible. We have Linux "rsync servers" that mount local Windows file servers - i.e we use Linux-rsync to replicate data between Windows file servers. (why? we found Linux IP stack to be superior over our WAN)] I know that "--partial" on it's own merely makes the rsync server process
2005 Oct 16
1
Can Asterisk "proxy" a SIP phone to make it look like a Cisco skinny softphone?
Hi there We have a Cisco VOIP environment here, with hard and softphones. I have a softphone account/etc, but I'm a Linux user and (as far as I'm aware) there is no Cisco softphone for Linux. However I can run Asterisk. So I was wondering if there is a way to "convert" a SIP phone transaction into a SKINNY transaction so that the Cisco environment thinks it is a Cisco
2008 Jan 28
2
Win2K3 DNS losing Samba DNS entries?
Hi there We are having a problem where the DNS "A" records of ADS member Samba servers are disappearing from DNS. It's not routine, but it is definitely real. What we normally do is assign static IPs, create DNS records manually and then install and configure the Samba server (mainly CentOS4 and CentOS5) and "net ads join" it to the domain. This is normally good for a
2007 May 21
1
3.0.25 breaks "username map"?
Hi there I was using "username map" under 3.0.24 so that when I connected from DOM\jhaar under (ADS Win2K3) Windows, it was mapped to my local "jhaar" Unix account - with homedir "/home/jhaar", etc. However, when I upgraded to 3.0.25, I started getting NT_STATUS_LOGON_FAILURE errors - even when just trying to list the shares. This occurred using smbclient as well as
2007 Mar 12
2
Samba kerberos more time sensitive that Windows?
Hi there We just had a problem where a user couldn't connect to a Samba server that is a full ADS member. The same user could successfully connect to Windows2K3 servers. The problem was obvious - their clock was 5 hours out, and Samba rejected their connections with a "Failed to verify incoming ticket". Correcting the time fixed the fault. However, it remains that Samba rejected
2006 Oct 19
2
"text file busy" on cifs-mounted dir *doesn't* cause rsync error!
Hi there I am running rsync-2.6.9rc2 and am having difficulty getting rsync to report an error when I think it should I mounted (via "mount -t cifs") a remote Win2K3 server and on a XP client opened a Word document. Then from Linux (FC5) I attempted a bash$ cp /tmp/other.txt file.doc cp: cannot create regular file `file.doc': Text file busy That makes sense - CIFS has the file
2006 Mar 05
1
sctp support for rsync?
Hi there I've just done some brief reading up on SCTP, and I get the impression it will allow multiple "threads" of streamed data as part of one connection? I was wondering what impact that would have on high bandwidth, high latency links? Currently our bottleneck in using rsync is due to that. We have fat pipes and yet a single rsync session cannot saturate it due to the latency.
2006 Oct 13
1
"rsync -z" not working as expected under 2.6.8 and 2.6.9?
I got curious as to how rsync operates, and got a few tests going under ethereal. The results confused me more. I created /tmp/test-out/ containing two different text files - one named "file.txt" and the other "data.gz". ie. data.gz wasn't actually compressed - it was actually text. I then created an empty directory on a rsync server to replicate that data to. I did a
2007 Jan 13
1
fam inconsistent in noticing changes
I'm running Samba-3.0.23d on CentOS4.4 servers. We have a process where people can upload files (from WinXP) to a directory over Samba, and then a Unix cronjob picks those files up, moves them to another directory (outside of Samba) and does things to them. The problem is that when the file moves occur, WinXP doesn't show the files have disappeared. Even days later the files show up as
2008 Aug 27
1
nested group support still broken in 3.2.2?
Hi there I've just upgraded to 3.2.2 and it still looks like nested group support isn't finished? e.g. if I have "domain1/user1" in group "domain2/group1" and that in turn is in "domain3/group2" (i.e. domain1/user1 is in domain3/group2), then "getent group domain3/group2" should return domain1/user1 - and yet it doesn't. "winbind enum
2009 Oct 21
1
mount.cifs not reporting locking issues to Linux?
Hi there I recall in times past that when a locked file on a Windows server was accessed by smbfs, you received a kind of "text file busy" type error under Linux. However, on our CentOS4 servers running mount.cifs, accessing a locked file now only reports a "Permission denied" Wireshark shows the server sending "STATUS_FILE_LOCK_CONFLICT" errors to Linux, but it
2010 Mar 23
1
way to get smbclient to do "dir *\filename"?
Says it all really. I'm hoping there's some escape char trick I could do to make this work? Recursing through all the directories would obviously work, but this is for a script that runs over the WAN, so performance is a major issue - I literally just want to see if a file exists in one of the next layers down. Just getting the wildcard through (I think CIFS allows that?) would solve the
2008 May 27
1
how to get Windows to notice unix-based delete command (inotify)
Hi there We have a Samba-based "upload server" where people put files to be processed. Anyway, when they upload files, a Unix-based script runs and moves the files off. However, the Windows explorer app doesn't "notice" the removal, and the user still sees the files. If they F5/refresh explorer, the files indeed have disappeared. If I have two explorer windows open
2010 Sep 19
1
is support for non-ASCII filenames in rsync complete?
Hi there Over the years there's been many people saying how files with non-ASCII charsets got their filenames "corrupted" moving between different systems. So I'm wondering what the current state is with rsync-3.06+? ie I want to use rsync-3.06+ to backup WinXP+ (and MacOS?) filesystems by using native versions of rsync clients to a remote Linux-based rsyncd process. If I do
2007 Jan 06
2
can samba figure out the "closest" domain controller in ADS mode?
I'v got working Samba ADS servers, but "net ads info" shows most of them are associated with Win2K3 domain controllers that are in different sites than the ones the Samba servers are in (we have a large WAN with DCs in every site). I'm not configuring "password server" as I want Samba to be more fault tolerant than pointing it at one DC - when there are many to choose
2007 Apr 28
1
major cifs bug in 2.6.19+?
Hi there (I've reported this to the linux-cifs list and received no response, so now I'm trying here) I just tried upgrading a CentOS-4.4 server we have from it's 2.6.18 kernel to 2.6.19 and then 2.6.20 - but in both cases it broke Linux cifs support. We have a Win2K3 server that needs to be mounted under Linux, and under 2.6.18 (or WindowsXP/etc), a particular directory is
2006 Dec 21
0
weird kerberos enctype error on otherwise working 3.0.23d install
I have a Samba-3.0.23d installed on a CentOS4.4 server that cannot be connected to from other machines in the same W2K3 ADS. The server was added to the ADS successfully via "kinit admin@REALM" and "net ads testjoin" works just fine. The clocks are NTP-synced and no clock slew errors are to be seen. If WinXP/Win2K3 clients connect using \\ip.address\ it works fine, but if they
2007 Feb 22
0
Do Domain Local groups work via 'valid users = "@dom\Group Name"'?
Hi there We have a bunch of Samba 3.0.24 servers that use winbind to integrate into an existing Win2K3-based AD infrastructure. We have our own forest (call it FOREST, with sub-domains "DOM1" and "DOM2") - but have transitive and two-way trusts to other Win2K3 forests. We have set up (under Windows) a bunch of "DOM1" Domain Local Groups containing a mixture of