Displaying 20 results from an estimated 5000 matches similar to: ""HA" ie. two linked tincds on the same ethernet segment"
2010 Apr 09
5
SSH Through R Script
Hi,
I am trying to SSH to a remote server through R script. In other words, I
would like to know how I can get a SSH connection to the remote server and
then execute commands on that server with the R script.
So in bash, I would normally type ssh -lusername remoteserver.com; press
enter and then wait for the password prompt to key in my password.
I have tried system("ssh
2010 Apr 16
2
rsync over ssh - possible attack vectors
Hello everybody!
First my setup:
I connect from Debian Lenny to Ubuntu Karmic with a command like:
user1 at localserver:$ rsync -rtcve ssh user1 at remoteserver:/.../ /local/.../
(using default versions of ssh and rsync in the vendor repos,
ssh with password authentication)
As far as I understand if localserver got compromised an
attacker could read the password and then get full access
to
2005 Sep 22
1
Noob help with backup command syntax
Hi guys:
I'm new to rsync. I have downloaded and read sevral how-to snippits,
and the man pages. I got a little confused though trying to figure
out how to do what I need.
Can someone show me the syntax for doing the following:?
Given:
localserver = server that has data I want backed up, and I'm logged in
as root on it
remoteserver = server where the data is to go, into it's
2008 Dec 16
5
Self-heal's behavior: problem on "replace" -- it leaves garbage.
Hi.
I'm using GlusterFS v1.3.12 (glusterfs-1.3.12.tar.gz) via FUSE (fuse-2.7.3glfs10.tar.gz) on CentOS 5.2 x86_64 (Linux kernel 2.6.18-92.el5) now.
The nodes are HP Proliant DL360 G5 (as GlusterFS Client) and DL180 G5 (as GlusterFS Servers).
And the connections are all TCP/IP on Gigabit ethernet.
Then, I tested self-heal and I found a technical problem about "replace" -- self-heal
2004 Oct 31
2
samba 3.0.7 and os/2
Hello,
samba v3.0.7 on suse linux v9.1
os/2 v4.x
I have started the process of replacing our os/2 hosts with linux,
starting with the server(s). Most of the problems have been firewall
related, a topic only briefly discussed in the docs (nudge).
Some of the hosts can now interact with the linux samba shares; not all
though. I have run ip traces and have gotten to a point that is a
2015 Apr 17
2
mailbox deletion is not replicated correctly
On 16.04.2015 20:32, Timo Sirainen wrote:
> On 16 Apr 2015, at 19:22, Dennis Kuhn <d.kuhn at heinlein-support.de> wrote:
>>
>> i can't delete several folders at once. I have a folder structure like
>> folder1/folder2/folder3 (we use slash as hierarchy separator). When i
>> delete folder1 server1 executes the command correctly
>>
>>
>> Apr 16
2015 Apr 16
2
mailbox deletion is not replicated correctly
i can't delete several folders at once. I have a folder structure like
folder1/folder2/folder3 (we use slash as hierarchy separator). When i
delete folder1 server1 executes the command correctly
Apr 16 13:44:28 server1 dovecot: imap(d.kuhn at heinlein-support.de):
Mailbox deleted: INBOX/Trash/folder1/folder2/folder3
Apr 16 13:44:28 server1 dovecot: imap(d.kuhn at heinlein-support.de):
2006 Dec 04
4
Question about acls
Hi,
I''m not much of a developer but I''ve been using backgroundrb for a
while now and with the release of 0.2.1 it looks like I can finally
upgrade from the old version (0.2.0 had some weird issues when jobs
just wouldn''t run, seems to have cleared up now - Thanks!).
Anyhow, while I''m doing this, I would like to tackle this problem.
Most tasks I run in
2015 Sep 09
3
automounter with users home directories on centos 7.
----- Original Message -----
| Not tried automount with Centos 7 nor with selinux.
|
| With that said autofs relies on nfs mounting to work, so have you
| started there by attempting to manually mount /home?
|
| Another place to look is at the hostname. I've had problems where auto
| mount doesn't like the short name and insists on using a FQDN, to get
| around that you could try using
2015 Sep 10
3
automounter with users home directories on centos 7.
----- Original Message -----
|
| [root at server2 home]# mount server1:/home/jason /home/jason
| [root at server2 home]#
| [root at server2 home]# ls /home/jason/
| Desktop Documents Downloads Music mylogfile.txt Pictures Public
| Templates Videos
| [root at server2 home]# df -h /home/jason/
| Filesystem Size Used Avail Use% Mounted on
| server1:/home/jason 297M 19M 278M 7%
2005 Feb 06
3
inter asterisk
Hi,
I am trying to forward calls to another * server with IAX
Here is What I want to Do
1- Call SERVER1, let say at 51412345678
2- SERVER1 should transfer the call to SERVER2 in a remote location
3- SERVER2 Receive the call and transfer it to the PSTN number.
I have one X100P card on each machine. What is happening is that when the remote party picks up the phone, all he can hear
is a weird
2002 Feb 19
5
CIFS Session transfer
Hi All,
I would like to know if this is possible and if possible what is the
complexity.
Consider a CIFS client, SAMBA Server1 and Samba Server2.
Say a session is established between a CIFS client and SAMBA server1. Is it
possible for the SAMBA server1 to transfer/redirect/reestablish the
connection to SAMBA server2 without the CIFS client knowing about this? The
session between the CIFS
2013 Mar 26
2
Internal DNS and Replication
I'm trying to join a Linux server running Samba 4.0.4 as a DC to an
existing AD domain. The current DC (server1) is running Server 2008 not
R2. The Samba server (server2) is using internal DNS. I'm following
"Samba4/HOWTO/Join a domain as a DC" from the wiki. The join seems to
work, but I'm having problems with DNS replication.
During the join many DNS records for
2008 Jan 07
2
Samba locking with NFS backend.
Hello,
I'm in a bit of a loss at the moment.
We have the following situation, we are running Samba for a lot of small
companies that need fileservices for there Windows Terminal Servers that
they use through a thin client on a Fiber / Lan extention to our datacentre.
We have this samba running on 2 linux hosts (Fedora Core 5 and Fedora 7)
with a ldap backend for all the domains.
This works
2015 Sep 12
3
Differentiating between ssh connection failures and ssh command failures
On Sat, Sep 12, 2015 at 11:14:07AM +1000, Damien Miller wrote:
> ssh server.example.com /usr/bin/do/something
> r=$?
> if [ $r -eq 0 ] ; then
> echo success
> elif [ $r -eq 255 ] ; then
> echo ssh failed
> else
> echo command failed
> fi
ssh remoteserver exit 255
Hmm :-)
exit(-1) aka exit(255) is a pretty standard "generic failure code"
for many
2018 Feb 01
2
How to trigger a resync of a newly replaced empty brick in replicate config ?
Hi,
My volume home is configured in replicate mode (version 3.12.4) with the bricks
server1:/data/gluster/brick1
server2:/data/gluster/brick1
server2:/data/gluster/brick1 was corrupted, so I killed gluster daemon for that brick on server2, umounted it, reformated it, remounted it and did a
> gluster volume reset-brick home server2:/data/gluster/brick1 server2:/data/gluster/brick1 commit
2024 Jan 06
1
Samba AD - two servers - backup and restore AD procedure
Hi All!
I would be grateful for clarification of my doubts about backups and
restoration of the AD environment.
What is the best strategy for backing up and restoring a Samba AD domain in
the following scenarios:
* server1 - active directory service (7 FSMO roles)
* server2 - active directory service + Samba file server
The considered disaster recovery scenarios are:
- Corruption of the AD
2017 Jan 23
2
dsync dovecot / Failed connection refused
Dear all,
I am using VMWare and I have cloned my emails server.
Now I do have two identicals servers, both running the same version of dovecot (2.2.13) and imap.
Let's call them: server1.domain.ltd and server2.domain.ltd.
I would like to sync both server using dsync.
Dovecot is working well except concerning the sync.
dsync config server1.domain.ltd
# Enable the replication plugin
2005 May 24
1
scp remote-to-remote implementation
(Please when replying include my email since i'm not subscribe to this list)
Hello all,
I always wanted to be able to copy from one remote location to another
from a master server/workstation using something like:
scp [-r] server1:/path/to/dir server2:/path/to/dir2
And have scp "know" that i mean to copy from server1 to localhost and
from localhost to server2 or something of that
2005 Jul 03
1
Connecting two servers - dial string
Scenario:
Both boxes are behind firewall, port udp 4569 is open.
If I don't want the username and password in dialing string do I have to
use register statement in IAX.CONF.
Can anybody post some working samples; I have a hard time making it to
work with the samples posted on wiki.
--
#Joseph