search for: remote_file

Displaying 8 results from an estimated 8 matches for "remote_file".

2002 Jun 01
0
Testing a transfer-only rsync tool
...in haste. I've tested it on a small number of scenarios so far, but nothing exhaustive. Commands accepted by the tool on stdin (* means not yet tested): cd REMOTE_DIR [LOCAL_DIR] chdir both sides at once tmpdir REMOTE_PATH [LOCAL_PATH] where temp-files go get REMOTE_FILE [LOCAL_FILE [BASIS_FILE]] rsync to the local system put LOCAL_FILE [REMOTE_FILE [BASIS_FILE]] rsync to the remote system mvget REMOTE_FILE [LOCAL_FILE [BASIS_FILE]] get, then delete REMOTE_FILE mvput LOCAL_FILE [REMOTE_FILE [BASIS_FILE]] put, then delete LOCAL_FILE del FILE...
2010 Apr 21
4
scaling up puppetmasterd by cloning puppetmasterd
...e was not match with the server certificate Could not describe / files/server-configs/eqx-sv2/common/home/scripts: Certificates were not trusted: hostname was not match with the server certificate at / etc/puppet/manifests/eqx-sv2/production/classes/common.pp:251 notice: //Node[xen-pup-dash]/common/Remote_file[/home/scripts/ update.whoami.sh]/File[/home/scripts/update.whoami.sh]: Dependency file[/home/scripts] has 1 failures warning: //Node[xen-pup-dash]/common/Remote_file[/home/scripts/ update.whoami.sh]/File[/home/scripts/update.whoami.sh]: Skipping because of failed dependencies ... ... ... -- You r...
2006 May 03
0
Strange problems with net/ftp in Rails
...e destination server, but it''s a zero byte file. I make a connection and login: @connection = Net::FTP.new @website.site_ftp @connection.login( @website.username, @website.password ) I then change to the right folder and send the file: chdir remote_path @connection.putbinaryfile local, remote_file And the error is raised on that last line - just a TransferError from the net/ftp library, and a zero-byte file after hanging for about 30 seconds. Can anyone offer any suggestion at all? Bear in mind this has worked fine with a great number of hosts, even this problematic host until about a week...
2007 Feb 10
1
Multipe file sources...
Hi, I''m trying to use several sources to pick from in a remotefile statement: remotefile { "/etc/sudoers": mode => 0440, source => [ "config/apps/sudo/sudoers.${host}", "config/apps/sudo/sudoers" ], sourceselect => first } But it doesn''t seem to work. I get an error like this: "File source
2005 Apr 14
0
[Bug 2615] New: rsync hang when using -H
...Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: psfales@lucent.com QAContact: rsync-qa@samba.org After the upgrade to 2.6.4, we've found a number of cases where a command of the following form hangs: ./rsync -H user@remotemachine:/etc/remote_file /local/dir/ The problem goes away if -H is not used, or if the target is a file rather than a directory. It also goes away when the local machine uses 2.6.3 (and the remote machine uses either 2.6.3 or 2.6.4) gdb shows that it is stuck in an infinite loop at link 196 in hlink.c:...
2007 May 14
0
[PATCH] Adds support for Append command (SSH_FXF_APPEND) to sftp_client
...een tested on the current version of OpenSSH (the Portable CVS) and it works, also against non patched versions. The patch is "simple" it it just like the "do_upload" function in "sftp-client.c". Pseudo Instruction of the new "do_append" function: 1) stat_remote_file This will return an Attrib struct to know the remote file size. 2) open_remote_file Open the remote file without the "SSH2_FXF_TRUNC" flag and with SSH2_FXF_APPEND flag. 3) write_to_remote_file It is like the "do_upload" function, expect th...
2003 Jul 26
5
suid bit files + securing FreeBSD
Hello everybody, I'm a newbie in this list, so I don't know if it's the appropriate place for my question. Anyway, I'd be happy to find out the solution. Please, has anyone simple answer for: I'm looking for an exact list of files, which: 1. MUST have... 2. HAVE FROM BSD INSTALLATION... 3. DO NOT NEED... 4. NEVER MAY... ...the suid-bit set. Of course, it's no problem to
2009 Feb 04
20
what about kinial ?
Hi, I was looking for a solution to change the value of a variable using include (http://reductivelabs.com/trac/puppet/wiki/ CommonMisconceptions), and found an interesting solution on the kinial SPEC (http://reductivelabs.com/trac/puppet/wiki/KinialSpec). But I can''t find more about this project ? iClassify derives from this spec, but the interesting part (inheritance) is not supported.