Displaying 20 results from an estimated 5000 matches similar to: "route information"
2013 Jul 18
2
Any way to over-ride the "-q" option to debug a possible race condition?
I have a slightly complicated question. I am using an mpi application
(Intel impi) which uses ssh to launch applications. For about 0.1-0.2%
of the ssh connections I end up with a zombie, i.e. ps will show [ssh]
<defunct>. Something is going wrong with the ssh when it starts,
perhaps a race condition, it is not disconnecting after some time,
that I have been able to verify.
The most obvious
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
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
2019 Mar 28
2
NFSv4: Using fsid=0 but *not* exporting the root filesystem
Hi,
I would like to use the NFSv4 ability to create a "root" filesystem with
fsid=0, so that I don't have to refer to the whole path of the exported
filesystem when I mount it. However I do *not* 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
2020 Jun 03
7
Help with ssh -A, screen, ssh -a, detach, logout
Hi,
I've noticed some ssh behaviour that I wish didn't
happen. I was wondering if someone can explain how I
can stop it from happening, or explain why it's
unavoidable.
If I ssh-with-agent-forwarding from one host to a
second host, and on the second host use something like
nohup/screen/tmux/daemon, and from within that new
process session, start a long-running command via
2015 Mar 20
1
help with tinc unstable state
I am using tinc to connect together VPCs in AWS across multiple regions and
accounts to provide secure communication. For the most part, it works
great. A few times, I have seen issues where something got into an
unstable state that didn't seem to resolve itself. Shutting down tinc on
all hosts and restarting seemed to do the trick, but I'd like to see if
there is something that I can
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
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
2015 Jun 18
3
What does the socks function of openssh hide?
Salutations,
I was recently using openssh 6.8p1-3 for socks tunelling with a public wifi
hotspot. I attempted to watch youtube but was notified that it was not allowed
in my area. The socks server I was connected to definitely had the ability to
connect to youtube, so I concluded the issue was with the public wifi hotspot.
How much does socks tunneling with openssh obscure?
Command : ssh -ND
2017 Nov 16
3
What exactly is the meaning of "Subnet" parameter in tinc/$NETNAME/hosts/$SOMEHOSTNAME?
Hello, I am not very good at linux networking. I have read tinc documentation
multiple times and I still don't understand what the "Subnet = ..." directive
does in /etc/tinc/$NET_NAME/hosts/$HOST_NAME
Right now I have a simple virtual lan organized with tinc, and I use the
following in every device's config file (replacing the last part of the
address):
# This computer will
2015 Apr 14
1
HBA enumeration and multipath configuration
# cat /etc/redhat-release
CentOS Linux release 7.1.1503 (Core)
# uname -r
3.10.0-123.20.1.el7.x86_64
Hi,
We use iSCSI over a 10G Ethernet Adapter and SRP over an Infiniband adapter to provide multipathing
to our storage:
# lspci | grep 10-Gigabit
81:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
81:00.1 Ethernet controller: Intel Corporation
2004 May 27
1
scp host1:file1 host2:file2 -> Permission denied??????
Hello,
I have a stupid 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
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
2002 Oct 18
3
Host Key Verification failed - ssh via cgi
hi, my scenario is this:
i have a cgi (on host1) that executes ssh (as userxyz) to a remote server (host2), executes a command to retrieve some data and outputs them to the local browser.
on host1:
#!/usr/bin/perl -w
...
$output = `/usr/local/bin/ssh -l userxyz -x host2 ls -l`
...
but i get "Host Key Verification failed" on my apache's error_log. i can do it on the command line,
2013 Jun 08
4
"Virtual hosts" for ssh
It'd be very cool if ssh supported something like Apache "virtual hosts". This would make it much more viable to host multiple installs of git on the same server, for example.
More details:
On the remote server, ssh already sets some environment variables:
> printenv | grep SSH
SSH_CLIENT=192.168.1.18 50945 22
SSH_TTY=/dev/pts/1
SSH_CONNECTION=192.168.1.18 50945 192.168.1.1 22
2017 Sep 28
1
doveadm backup panic, dsync-ibc.c, dsync_ibc_send_mailbox_tree_node, assertion failed: (*name != NULL)
Hi folks,
Not sure how much extra information I'll be able to provide on this, but
I'm experiencing a consistent, reproducible dsync backup error with a
single, specific account I'm trying to migrate from UW-IMAP / Panda (mix
mailbox) to a Dovecot 2.2.32 cluster. Didn't spot any core files laying
around.
Doveadm backup output, dovecot --version and dovecot -n below:
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
2015 Mar 05
1
Cannot remount drive after lost iSCSI connection
The most recent message is:
[3108269.919256] sd 2:0:1:0: timing out command, waited 1080s
[3108269.919528] sd 2:0:1:0: [sdb] Unhandled error code
[3108269.919535] sd 2:0:1:0: [sdb] Result: hostbyte=DID_OK
driverbyte=DRIVER_OK
[3108269.919540] sd 2:0:1:0: [sdb] CDB: Read(10): 28 00 00 01 21 47 00 00
08 00
[3108269.919586] EXT4-fs error (device sdb1): ext4_find_entry: reading
directory #2 offset 0
2011 Dec 04
1
syncing imap servers with imapsync
hello list,
I am attempting to sync two imap servers using the imapsync perl script. It seems handy and easy.
Here's what happens when I try to do this:
#
# Postfix master process configuration file. For details on the format
# of the file, see the master(5) manual page (command: "man 5 master").
# -o smtpd_sasl_auth_enable=yes
# -o
2010 Jan 06
12
Dom0 NETTX, NETRX alway are 0
I tried netperf / netserver with Dom0 / DomU, but I could''nt get a correct
NW traffic with xentop. Is there anybody could help me?
At Host1''s Dom0, run netperf -H VMIP
At Host2''s DomU (with VMIP named TTVM), run netserver
At Host1, run xentop this way ->"xentop -n -b -d 1"
At Host2, run xentop this way->"xentop -n -b -d 1"
In Host2''s