Displaying 20 results from an estimated 23 matches for "newhost".
2011 Oct 19
1
why does rsync translate user@host into '$RSYNC_RSH -l user host'?
...hosts or to take a particular route through a network.
It is a particular joy to run:
rsync -e sshto foo host1!host2!host3:bah
and have things "just work".
So here I am attempting to deposit a kit onto a newly installed
nonroutable machine:
sshto cameron at accessiblehost!root at newhost blah
which works just fine. But if I call rsync with this:
rsync -e sshto -aH kit/ cameron at accessiblehost!root at newhost:kit/
what it invokes is:
sshto -l cameron at accessiblehost!root newhost rsync .....
Since sshto is my own tool I can probably have it cope with this
mangling of my...
2015 Feb 24
2
live migration
Hola.
Just tried a live migration after fixing the pc-q35-2.1 error. Now i
have new problem. It seems during live migration only the ram gets
migrated. I use the following command.
# virsh migrate --live domain qemu+ssh://newhost/system
--copy-storage-all --verbose --persistent
It works without problems. Apart from beeing way to fast.
# virsh migrate --live domain qemu+ssh://newhost/system
--copy-storage-all --verbose --persistent
Migration: [100 %]
On the destination i can enter the VM but thats it. There is no
filesys...
2015 Feb 24
2
Re: live migration
...ote:
> > Hola.
> >
> > Just tried a live migration after fixing the pc-q35-2.1 error. Now i
> > have new problem. It seems during live migration only the ram gets
> > migrated. I use the following command.
> >
> > # virsh migrate --live domain qemu+ssh://newhost/system
> >
> > --copy-storage-all --verbose --persistent
> >
> > It works without problems. Apart from beeing way to fast.
> >
> > # virsh migrate --live domain qemu+ssh://newhost/system
> >
> > --copy-storage-all --verbose --persistent
> >...
2013 Dec 22
1
Duplicated (but only for unread) messages after second rsync pass...
...using
Thunderbird).
Now I do another rsync, but this time I did the entire mailstore:
rsync -avHP /mnt/vmail/example.com/ /var/vmail/example.com/
chown -R vmail:vmail /var/vmail/example.com
Right after I started up dovecot again, I hot a bunch of these in the logs:
2013-12-22T09:52:51-05:00 newhost dovecot: imap(user1 at example.com):
Warning: Maildir /var/vmail/example.com/user1/: Expunged message
reappeared, giving a new UID (old uid=45516,
file=1387468268.Vfe02Ic1343fM845754.oldhost.sub.example.com:2,ST)
2013-12-22T09:52:51-05:00 newhost dovecot: imap(user1 at example.com):
Warning: Ma...
2014 Feb 12
2
[PATCH 1/2] mllib: hostname: replace the hostname on Debian also in /etc/hosts (RHBZ#953907).
...+and read_etc_hostname g =
+ let filename = "/etc/hostname" in
+ if g#is_file filename then (
+ let lines = Array.to_list (g#read_lines filename) in
+ match lines with
+ | hd :: _ -> Some hd
+ | [] -> None
+ ) else
+ None
+
+and replace_host_in_etc_hosts g oldhost newhost =
+ let filename = "/etc/hosts" in
+ if g#is_file filename then (
+ Perl_edit.edit_file ~debug:false g filename
+ ("s,(\\s)" ^ (Str.quote oldhost) ^ "(\\s|\\$),\\1" ^ (Str.quote newhost) ^ "\\2, if ($_ !~ /^#/)")
+ )
diff --git a/sysprep/Makefile.a...
2015 Feb 24
1
Re: live migration
...;>> Just tried a live migration after fixing the pc-q35-2.1 error. Now i
> >>> have new problem. It seems during live migration only the ram gets
> >>> migrated. I use the following command.
> >>>
> >>> # virsh migrate --live domain qemu+ssh://newhost/system
> >>>
> >>> --copy-storage-all --verbose --persistent
> >>>
> >>> It works without problems. Apart from beeing way to fast.
> >>>
> >>> # virsh migrate --live domain qemu+ssh://newhost/system
> >>>
>...
2014 Feb 13
2
Re: [PATCH] mllib: hostname: replace the hostname on Debian also in /etc/hosts (RHBZ#953907).
On Thursday 13 February 2014 13:33:16 Richard W.M. Jones wrote:
> On Thu, Feb 13, 2014 at 02:15:31PM +0100, Pino Toscano wrote:
> > + let expr = "/files/etc/hosts/*[label() != '#comment']/*[label()
> > != 'ipaddr'][. = '" ^ oldhost ^ "']" in
> Quoting? If oldhost contains a ' character + some Augeas code, this
> might be
2016 Sep 01
2
[PATCH 0/2] customize: Fix hostname setting in Debian/Ubuntu.
https://bugzilla.redhat.com/show_bug.cgi?id=1372269
It was fairly broken. This fixes it -- except on Ubuntu 10.04 --
and adds a slow test.
Rich.
2008 Sep 22
1
howto backup a Solaris 7 Server without its OS
Hi Folks,
I haven't used rsync as yet but today I have to. Basically I need to
backup all datas from one Server to another machine with the whole
structure. Here is what I have on mind and I am wondering if that might
be a way to go...
Connect the 2 machines - they shouldn't be at that time in the LAN - via
a CrossOver Cable
Then start rsync on the machine that should putt he datas to
2018 May 09
0
Some more questions
...to add a single server and rebalance
> like any
> order SDS (Ceph, Lizard, Moose, DRBD, ....), right ? In replica 3, I
> have
> to add 3 new servers
You can change the replica count. Add a fourth server, add it's brick
to existing volume with gluster volume add-brick vol0 replica 4
newhost:/path/to/brick
> 2) The same should be by add disks on spare slots on existing
> servers.
> Always a multiple of replica count, thus 1 disk per server
yes
> 3) Can I grow the cluster by replacing 3 disks with bigger ones? In
> example, with 12 2TB disks (on each server), I can replac...
2018 May 09
2
Some more questions
Il giorno mer 9 mag 2018 alle ore 21:22 Jim Kinney <jim.kinney at gmail.com>
ha scritto:
> You can change the replica count. Add a fourth server, add it's brick to
existing volume with gluster volume add-brick vol0 replica 4
newhost:/path/to/brick
This doesn't add space, but only a new replica, increasing the number of
copies
2015 Feb 24
0
Re: live migration
...n 24.02.2015 14:29, Thomas Stein wrote:
> Hola.
>
> Just tried a live migration after fixing the pc-q35-2.1 error. Now i
> have new problem. It seems during live migration only the ram gets
> migrated. I use the following command.
>
> # virsh migrate --live domain qemu+ssh://newhost/system
> --copy-storage-all --verbose --persistent
>
> It works without problems. Apart from beeing way to fast.
>
> # virsh migrate --live domain qemu+ssh://newhost/system
> --copy-storage-all --verbose --persistent
> Migration: [100 %]
>
> On the destination i can e...
2015 Feb 24
0
Re: live migration
...ola.
>>>
>>> Just tried a live migration after fixing the pc-q35-2.1 error. Now i
>>> have new problem. It seems during live migration only the ram gets
>>> migrated. I use the following command.
>>>
>>> # virsh migrate --live domain qemu+ssh://newhost/system
>>>
>>> --copy-storage-all --verbose --persistent
>>>
>>> It works without problems. Apart from beeing way to fast.
>>>
>>> # virsh migrate --live domain qemu+ssh://newhost/system
>>>
>>> --copy-storage-all --verbose --...
2011 Oct 04
3
CentOS 6: hostname and timezone
Hello,
I've purchased a new dedicated CentOS 6.0 / 64 bit server
and have 2 minor problems please:
1) The "hostname" is reported as CentOS-60-64-minimal at CLI -
eventhough I've edited /etc/hosts and changed the 2nd line:
127.0.0.1 localhost
176.9.123.123 preferans
2) Why is /etc/localtime a regular file? Should I maybe
rm /etc/localtime
ln -s
2014 Feb 13
2
[PATCH] mllib: hostname: replace the hostname on Debian also in /etc/hosts (RHBZ#953907).
...+and read_etc_hostname g =
+ let filename = "/etc/hostname" in
+ if g#is_file filename then (
+ let lines = Array.to_list (g#read_lines filename) in
+ match lines with
+ | hd :: _ -> Some hd
+ | [] -> None
+ ) else
+ None
+
+and replace_host_in_etc_hosts g oldhost newhost =
+ if g#is_file "/etc/hosts" then (
+ let expr = "/files/etc/hosts/*[label() != '#comment']/*[label() != 'ipaddr'][. = '" ^ oldhost ^ "']" in
+ g#aug_init "/" 0;
+ let matches = Array.to_list (g#aug_match expr) in
+ List....
2018 May 09
2
Some more questions
Ok, some more question as I'm still planning our SDS (but I'm prone to use
LizardFS, gluster is too inflexible)
Let's assume a replica 3:
1) currently, is not possbile to add a single server and rebalance like any
order SDS (Ceph, Lizard, Moose, DRBD, ....), right ? In replica 3, I have
to add 3 new servers
2) The same should be by add disks on spare slots on existing servers.
2005 May 25
5
Patch to fix dynamic add/delete to zone functinality
...ppear to be in zone $zone already"
+ else
+ [ -z "$hosts" ] && hosts=$hostlist || hosts="$hosts $hostlist"
+ fi
fi
eval ${z}_hosts=\"$hosts\"
@@ -7088,7 +7092,6 @@
fi
fi
done < ${STATEDIR}/chains
-
progress_message "$newhost added to zone $zone"
done
@@ -7184,7 +7187,7 @@
fi
done
- [ -n "$found" ] || error_message "Warning: $1 does not appear to be in zone $2"
+ [ -n "$found" ] || error_message "Warning: $host does not appear to be in zone $zone"...
2019 May 30
4
macOS Notes.app IMAP Syncing Not Working
...d the old Server.app IMAP server that does:
New server `dovecot -n` [Note: original separator was set to ?/?, now changed to ?.? in config.d/10-mail.conf]:
> # 2.3.6 (): /opt/local/etc/dovecot/dovecot.conf
> # Pigeonhole version 0.5.6 ()
> # OS: Darwin 18.6.0 x86_64 apfs
> # Hostname: newhost.domain.tld
> auth_cache_size = 10 M
> auth_gssapi_hostname = $ALL
> auth_krb5_keytab = /opt/local/etc/dovecot/imap.keytab
> auth_mechanisms = plain gssapi
> auth_realms = newhost.domain.tld
> auth_socket_path = /opt/local/var/run/dovecot/auth-userdb
> auth_username_format = %Ln...
2003 Oct 26
1
include & exclude dosn't work...
...es
-rw-r--r-- 331 2003/09/13 02:24:46 .mailrc
-rw-r--r-- 801 2003/09/13 02:24:46 .profile
-rw------- 276 2003/09/13 02:24:46 .rhosts
-rw-r--r-- 852 2003/09/13 02:24:46 .shrc
drwxr-xr-x 512 2003/09/13 02:24:46 cgi-bin
-rw-r--r-- 319 2003/09/13 02:24:46 newhost
drwxr-xr-x 512 2003/09/13 02:24:46 www
And as you see rsync lists evrything, not only *.mp3 files. I can
download any of this files too.
How to allow to download only *.mp3 files ?
--
Best regards,
Dennis mailto:dennis_ch@ua.fm
2018 May 09
0
Some more questions
...empesta wrote:
> Il giorno mer 9 mag 2018 alle ore 21:22 Jim Kinney <jim.kinney at gmail.
> com>
> ha scritto:
> > You can change the replica count. Add a fourth server, add it's
> > brick to
>
> existing volume with gluster volume add-brick vol0 replica 4
> newhost:/path/to/brick
>
> This doesn't add space, but only a new replica, increasing the number
> of
> copies
--
James P. Kinney III
Every time you stop a school, you will have to build a jail. What you
gain at one end you lose at the other. It's like feeding a dog on his
own tail....