search for: adaptiveplanet

Displaying 7 results from an estimated 7 matches for "adaptiveplanet".

2003 Feb 28
1
Newbie Question
Hi, This is a very simple question I realise, but I hope maybe someone can just help me out. I am trying to do a very simple thing, just transfer a file from machine A to machine B using rsync with ssh. This is what i'm typing: bash-2.03# rsync -avvv --rsh="ssh -l tdf" tdf@machine.niss.ac.uk:/export/home/tdf/demofile.html demofile.html This is what I get: opening connection
2004 Mar 03
7
[Bug 805] scp-ing using a regular user created files in ROOT directory which was NOT writable for that user
...Product: Portable OpenSSH Version: 3.6.1p2 Platform: ix86 OS/Version: Linux Status: NEW Severity: security Priority: P2 Component: scp AssignedTo: openssh-bugs at mindrot.org ReportedBy: wim.delvaux at adaptiveplanet.com Command : scp SomeLocalFile USER at Host:/ # in fact the / was a type-o Password for USER was given and entered File was created .. under root of HOST . However ls -la of that ROOT directory showed 755 rights and owned by root. So USER is NOT allowed to write files there. This...
2003 Jan 22
1
exclude hell !!!!!
WHY OH WHY does rsync SEND and CREATE a file called RepositoryPath ALTHOUGH the rsync is called like rsync "--exclude=*.bup RepositoryPath" ... can ANYBODY explain. ALSO when you specify an exclude list on the server in the rsyncd.conf file and you call rsync with the --delete option WHY DO THE FILES that SHOULD BE EXCLUDED get deleted ?? Jeeez, what a bummer W
2003 Feb 26
1
rsyncing files in flash
HI all, I wonder how rsync works when files-to-be-updated are in flash (e.g. on IPAQ) Ideally rsync should write to the flash as little as possible (because of max reflash count) SO ideally the following should happen If file needs to be updated, the new file is created. Then the old file is deleted the new file is renamed to the old file (making sure that the file does not get copied over)
2004 Mar 29
0
mount.smbfs hangs while trying to connect to dead server.
Hi all, I have an automount setup. when some app tries to access a remote smb server which is unreachable (but the network exists), the mount.smbfs that tries to mount the fs basically never times out causing the app to hang. Is there a connect timeout option somewhere that can unlock this hang ? W
2004 Apr 01
0
smbmount : how to set timeout on connection
If you do mount.smbfs, how can you set the connect timeout ? This is the timeout used on the connect to the smbd/nmbd server ?
2003 Jan 04
4
filelist calculation algoritm
HI all, efficiency question for VERY low bandwith networks Suppose I know the list of files that are changed What is the most efficient way to make rsync sync this list. Currently I use --include-from --exclude to generate a 'filelist' but I suspect that client and/or server exchange the list of files in the module to be synced. this traffic can be avoided since the include-from