search for: remotemachin

Displaying 11 results from an estimated 11 matches for "remotemachin".

Did you mean: remotemachine
2007 Apr 19
1
Is it possible to add %u for local user to ControlPath's argument in the portable version of OpenSSH?
...ction sharing with two centrally maintained lines of configuration and without the following problem. DESCRIPTION: ============ /etc/ssh/ssh_config settings are: > ControlMaster auto > ControlPath /tmp/%l->%r@%h:%p # because %u does not work user1 on localmachine sshs to remoteaccount on remotemachine, socket looks like: > localmachine ~ # ls -l /tmp > srw------- 1 user1 user1 0 19. Apr 14:05 localmachine->remoteaccount at remotemachine:22= if now user2 on localmachine tries the same, he gets an error message > user2 at localmachine ~ % ssh remoteaccount at remotemachine > Con...
2008 Sep 29
1
rsync hangs after counting some file list
...ex $retVal 1] set os_error [lindex $retVal 2] set exit_status [lindex $retVal 3] exit $exit_status ## returning the exit status of the rsync command. When I run the script I get the following output and it hangs indefinitely. ~/ravit/ravi.ex "--link-dest=/Build56/source/" "user@remotemachine:/Build58/source/" "./source/" exp_spawn rsync -avz --stats --progress --partial --link-dest=/Build56/source/ user@remotemachine:/Build58/source/ ./source/ user@remotemachine's password: receiving file list ... 20900 files... (There are lot more files to be counted )Actually I...
2004 May 25
2
protocol version mismatch
...ork and back from time to time. Both machines have linux (the laptop has fedora core 2 with a 2.6.6 kernel and the remote machine redhat 9 with a 2.6.3 kernel) On the laptop I use rsync v2.6.2 and on the remote machine I use v2.5.7 Using the following command: rsync -a /home/ameer/midastests remotemachine:/home/ameer/midastests I get an errormessage: protocol version mismatch - is your shell clean? (see the rsync man page for an explanation) rsync error: protocol incompatibility (code 2) at compat.c(62) I tried to use version v2.6.2 of rsync on the remotemachine, adding the option: --rs...
2003 Aug 12
4
rsync problem
Hi all, I've installed rsync-2.5.6 on a sun box (solaris 8). When I run rsync using the command rsync -a ssh /opt/local/pkgs/httpd/htdocs/ root@remotemachine:/mnt/ I get the error rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(165) What could be the reason? Any help would be appreciated. Thanks, Rajesh. Unix System Administrator State Library of NSW Macquarie Street S...
2002 Jun 24
3
Tunnel SMB thru SSH?
It is possible to tunnel various protocols - NNTP, FTP, HTTP etc thru SSH. Is it possible to do the same using SMB? TIA, Alex. -------------------- Mr Alex Meaden Computer Science Undergraduate University of Kent at Canterbury aejm1@meaden.dyndns.org http://meaden.dyndns.org/
2001 Oct 18
1
rsync logging and permission problems
...ly running 2.4.6-1 and the remote 2.3.2-1.2. 1) When I run rsync with the vv option, stuff scrolls of my screen faster than I can read it. I was wondering if there is a logging option I could use. I didn't see it in the documentation. I can use something like "rsync -avvz -e ssh localdir/ remotemachine:remotedir/ 2>&1 | less" to look at the output, piping both standard output and standard error to less. However, I'm puzzled why lines like "Mail/190 is uptodate" are sent to standard error. Surely they should be sent to standard output? 2) I am trying to copy the file /v...
2012 Jan 02
2
'last' command doesn't include ssh connections made by this perl script?
My home machine has IP 50.54.225.130. I have (for the purposes of this experiment) one remote machine at www.peacefire.org (69.72.177.140) and another at www.junkwhale.com. When I'm logged in to peacefire, I run this perl script to open an ssh connection to junkwhale and run a command: my $hostname="www.junkwhale.com"; my $server_password = "[redacted!]"; use Net::SFTP;
2004 Sep 23
0
[Bug 1812] New: fuzzy not working in 2.6.3-pre{1,2}
..., created a directory 'foo' and dd'd one megabyte of /dev/urandom to foo1.txt and then copied foo1.txt to foo2.txt. Then I created 'foo' directory on the local machine and copied foo1.txt here. Then I executed the following command several times: rsync -avP --fuzzy --bwlimit=10 remotemachine:foo/ foo/ (and of course removed local foo/foo2.txt before each run of this command). With local version 2.6.2 the command completes in 1 or 2 seconds and successfully creates foo2.txt with the same content. With local version 2.6.3-pre{1,2} it downloads the whole file which takes more than 1 mi...
2005 Apr 14
0
[Bug 2615] New: rsync hang when using -H
...ity: major 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....
2008 Apr 18
11
DO NOT REPLY [Bug 5403] New: -H (--hard-links) is broken when sending to remote
https://bugzilla.samba.org/show_bug.cgi?id=5403 Summary: -H (--hard-links) is broken when sending to remote Product: rsync Version: 3.0.2 Platform: x86 OS/Version: NetBSD Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: gcw@pobox.com
2007 Dec 07
11
remote ssh to machine how display firefox
I can ssh into a remote machine. I can start X on that machine with startx How do I then start firefox on that machine (from the ssh prompt) and have it display on my machine in my office. So I want to be using firefox on the remote machine but displaying the screen output from firefox in my office. Both boxes are running centos 5. how is that done? Jerry