search for: host2

Displaying 20 results from an estimated 312 matches for "host2".

Did you mean: host
2015 Mar 20
1
help with tinc unstable state
...nc on all hosts and restarting seemed to do the trick, but I'd like to see if there is something that I can change with the configuration to mitigate this. Here is what the issue looks like when it happens with the hostnames/ips changed: Feb 26 07:39:20 host1 [daemon.info] tinc.network[1022]: host2 (1.1.1.1 port 655) could not flush for 9 seconds (324908 bytes remaining) Feb 26 07:39:20 host1 [daemon.notice] tinc.network[1022]: Closing connection with host2 (1.1.1.1 port 655) Feb 26 07:39:20 host1 [daemon.err] tinc.network[1022]: Could not set up a meta connection to host2 Feb 26 07:39:20 hos...
2012 Feb 06
2
Puppet kick class option error
Hi, I''m trying to puppet kick with class option. Pupper Master: puppetmaster.example.com Puppet Client1: host1.example.net Puppet Client2: host2.example.net But I get this error. --- [root@puppetmaster ~]# puppet kick --class test --debug test: host1.example.net.example.com, host2.example.net.example.com Triggering host1.example.net.example.com, host2.example.net.example.com Host host1.example.net.example.com failed: getaddrinfo: Name or...
2020 Jun 03
7
Help with ssh -A, screen, ssh -a, detach, logout
...;t do that, the shell prompt doesn't come back until the long-running command on the third host has completed. To see what I mean: - on host1: Have ssh-agent running with an identity loaded - on host1: "xterm &" (start an xterm on similar) - on host1 in xterm: "ssh -A host2" (ssh-with-agent-forwarding to host2) - on host2: "screen" (start a screen session) - on host2 in screen: "ssh -a host3 sleep 60" (long-running cmd on host3) - on host2 in screen: Ctrl-a d (detach from the screen session) - on host2: Ctrl-d (log out of host2) - on...
2002 Jun 10
0
Filesystem Permission problems
HI, I would like to copy my file, i.e. test_file.cc on 1 host machine into another user's home directory i.e /usr/adm/ken_lee/ , on a different host machine. These 2 hosts machines, i.e host1 and host2 are on different NIS domains. I tried copying my file into the other user's home directory, by invoking the rsync command on my host machine i.e host1: # rsync -avzo /usr/oper/oper1/chern/test_file.cc host2:/usr/adm/ken_lee/ (Note that chern is my user name on host1 and host2) It produced th...
2005 Sep 24
0
[Bug 3116] New: large tar files: 1 gig size: retransmitted: rsync_rsh
...01:02 host1-backup-staff.zip -rwx------ 1 backup backup 80M Sep 23 01:01 host1-backup-var.zip -rwx------ 1 backup backup 29B Sep 23 01:12 host1-zip-end.txt -rwx------ 1 backup backup 29B Sep 23 01:01 host1-zip-start.txt -rwx------ 1 backup backup 836K Sep 23 01:01 host2-backup-etc.zip -rwx------ 1 backup backup 513M Sep 23 01:04 host2-backup-home-a2e.zip -rwx------ 1 backup backup 393M Sep 23 01:06 host2-backup-home-f2j.zip -rwx------ 1 backup backup 406M Sep 23 01:08 host2-backup-home-k2o.zip -rwx------ 1 backup backup 375M Sep 23...
2002 Feb 02
2
disabling the authentication agent?
Is there any way to disable the authentication agent globally? I'm not quite sure I understand it's purpose. Here is some background info: workstation: Key pair (dsa). host1: No key pair. No authorized_keys. host2: Has my workstation's key in authorized_keys. I ssh to host1 from my workstation. I ssh to host2 from host1. I am asked for a password. Good. I ssh to host2 from my workstation. I am logged in via pubkey auth. I relogin to host2 from host1. I am not asked for a password. Why? It doesn...
2012 Aug 15
2
KVM VM traffic over host's Tinc VPN
...l configuration needs to happen on the hosts and be invisible to the VMs. My test setup: * Two RHEL6.2 hosts, each running KVM with one VM set up on each host. * Tinc set up on both hosts. Configurations for each host: ===== =Host1= ===== tinc.conf: Name = host1 ConnectTo = host2 tinc-up: #!/bin/sh ifconfig $INTERFACE 10.90.41.241 netmask 255.255.252.0 hosts/host1: Address = host1.my.domain Subnet = 10.90.41.241 Port = 655 -----BEGIN RSA PUBLIC KEY----- keygibberrish -----END RSA PUBLIC...
2004 May 27
1
scp host1:file1 host2:file2 -> Permission denied??????
...pid problem with scp and I can't find where it comes from. I am running 3 machines here with RedHat 7.3, RedHat 8 and RedHat 9. The 3 of them have openssh-3.7.1p2 (built from the SRPMS found on the openssh web site). I have though a problem to run a command of the type 'scp host1:file1 host2:file2' (my ssh being correctly setup): [ted at papeete ~]$ scp papeete.foi.se:~/nils_holgersson_airline.jpg cherbourg.foi.se:~ Permission denied, please try again. Permission denied, please try again. Permission denied (publickey,password,keyboard-interactive). lost connection when the follo...
2005 Feb 21
0
[Bug 985] scp doesn't honor local ~/.ssh/config for host2
http://bugzilla.mindrot.org/show_bug.cgi?id=985 Summary: scp doesn't honor local ~/.ssh/config for host2 Product: Portable OpenSSH Version: 3.8p1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P4 Component: scp AssignedTo: openssh-bugs at mindrot.org ReportedBy: missnglnk at miss...
2006 Sep 01
1
host type removing aliases
When using the host type in a manifest, aliases for hosts not managed by puppet are removed. # cat /etc/hosts 192.168.1.1 host1.example.com host1 # cat /tmp/host.pp host { "host2.example.com": ip => "192.168.1.2", alias => host2, ensure => present; } # puppet /tmp/host.pp dnsdomainname: Unknown host notice: //host=host2.example.com/ensure: created # cat /etc/hosts # HEADER: This file was autogenerated at Fri Sep 01 09:58:56 PDT 2006 # HEADER: by pupp...
2002 Mar 27
1
Rsync message: client: nothing to do
Hello, May be I am wrong, but why rsync tells me that it's nothing to do? I just want to synchronize the directory's attributes (with no recursion) such as: permissions, owner, group and time. Example: ======= host1# pwd /var/rsync/host2 ! ! At first, I copy only subdirecory /usr/local/samba/lib ! host1# mkdir -p usr/local/samba host1# rsync -a --delete -e ssh host2:/usr/local/samba/lib /var/rsync/host2/usr/local/samba ! ! Then, I want to update the attributes for /usr/local/samba, which was created by mkdir ! host1# rsync -vpogt...
2003 Oct 24
1
rsync -vae ssh user@host1:/tmp/dir user@host2:/tmp/
I have legitimate ssh access to two remote machines. ssh directly from either machine to the other is blocked by firewalls which I cannot control. $ rsync -vae ssh user@host1:/tmp/dir user@host2:/tmp/ receiving file list ... done rsync: mkdir user@host2:/tmp: No such file or directory rsync error: error in file IO (code 11) at main.c(319) I would like this to copy host1:/tmp/dir into host2:/tmp/. Is there some way to do this that I'm missing ? Without copying the gigabytes of data t...
2005 Oct 30
2
rsync when working on both sides...
Hi rsync devs and users, I want to use rsync to synchronize home directories on two PCs. It works fine if I start rsync after working on a host each time I leave. But instead of operating modes "host1 -> host2" and "host2 -> host1" I would like to have a mode "host1 <-> host2" to allow synchronizing at any time -> Scenario: - on host1 files A,B have been created, C has been deleted - on host2 file D has been modified, E deleted Desired result after invoking rsync: -...
2015 Apr 14
1
HBA enumeration and multipath configuration
...nection (rev 01) 81:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01) # lspci | grep Mellanox 06:00.0 InfiniBand: Mellanox Technologies MT26428 [ConnectX VPI PCIe 2.0 5GT/s - IB QDR / 10GigE] (rev b0) Originally the HBAs came up as host0, host1 and host2. After recent reboots we get host1, host2 and host3: # ls -l /sys/class/scsi_host/host* lrwxrwxrwx. 1 root root 0 Apr 9 19:10 /sys/class/scsi_host/host1 -> ../../devices/platform/host1/scsi_host/host1 lrwxrwxrwx. 1 root root 0 Apr 9 08:12 /sys/class/scsi_host/host2 -> ../../devices/pci0000...
2019 Mar 28
2
NFSv4: Using fsid=0 but *not* exporting the root filesystem
...want this root filesystem to be mountable by any host. Is that possible and how? E.g Filesystem: /exports/data1 /exports/data2 /exports/data3 /etc/exports: /exports *(ro,no_subtree_check,fsid=0) /exports/data1 host1(rw) /exports/data2 host1(rw) /exports/data3 host2(rw) host1 and host2 can mount fileserver:/ and access any of the dataN directories at least read-only. That is unwanted. I'd like /exports/data1 and /exports/data2 to be exclusively accessible by host1 and /exports/data3 by host2. But I'd still like to be able to mount e.f. as file...
2002 Jan 16
0
scp host1 to host2
Hello all, scp doesn't seem to do remote copy between 2 hosts ie. scp host1:<file> host2:<file> doesn't ask for the passphrase when trying to authenticate to host2. Now if I change my rsa key to have no passphrase for host2 , I am able to do the remote scp. Is this a known issue ? So scp doesnot work if you cannot authenticate without user interaction to host2? I am using O...
2005 Jul 15
2
[Bug 2873] Including username and hostname in both source and dest fails
https://bugzilla.samba.org/show_bug.cgi?id=2873 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From wayned@samba.org 2005-07-15 11:58
2013 Mar 28
1
migrate qemu domains
Hi, I tried to migrate qemu domains between same two Freescale PPC platforms. 1) Migrate test domain from Host1(10.193.20.109) to Host2(10.193.20.181). root at ppc-host1:~# virsh migrate test qemu+tls://10.193.20.181/system or root at ppc-host2:~# virsh -c qemu+tls://10.193.20.109/system migrate test qemu:///system I waited for a while and finally got error message as below: error: Unable to read from monitor: Connection reset by...
2011 Dec 09
1
Samba 3.0, fuse-hdfs and write problems
...op-cluster. Its my private playground, but I have some issues I can't figure out why they happen. I use RHEL5.7, packetlist: rpm -qa|grep samba samba-3.0.33-3.29.el5_7.4.x86_64 samba-common-3.0.33-3.29.el5_7.4.x86_64 2 servers, one provides samba-shares and one I use as client. Samba-Server (HOST2): FuseFS: hadoop-fuse-dfs#dfs://HOSTNAME:9000 /123/hdfs fuse usetrash,rw 0 0 mount: fuse on /123/hdfs type fuse (rw,nosuid,nodev,allow_other,default_permissions) the mount /123 is accessible over ssh, cp, rsnyc from any host. Now I was using NFS for populating, but the performance was not as I ex...
2008 Sep 04
1
rsync with --backup
...store backups on local station (it is simplier to me), not on the receiving side... (as backup-dir option tries to do) giving --filter='Pp *~' after --backup-dir gives me --filter=Pp *~: unknown option and --backup-dir='user@host1:/path/to/backupdir/' /local/path/ user@host2:/remote/path/ gives no results.. files are updated, but no backups .. ("user" are the same on both servers) i could try to store back ups on host2, then tar them and the copy them back to host1... or at first rsync modified file between two hosts to host1 (i.e. make backup manually)...