Re: [Users] OpenVZ template confusion

2008-04-24 Thread Christian Hofstaedtler
Sean, > For example, within the ubuntu template the uids for alice, bob, and > carol are 1000, 1001 and 1002, respectively. These same users have > accounts on the RH5 HN server, but their uid are 500, 501, and 502 . > When I create the new VE, alice's home directory is owned by uid 501,

Re: [Users] Change IP address inside VE

2008-04-24 Thread Christian Hofstaedtler
* Michael Schwartzkopff <[EMAIL PROTECTED]> [080424 09:24]: > due to the nature of a setup I have I have to change the IP address of my > virtual server from inside the virtual server. Better: I want to add a > cluster IP address to the interface. > Is this possible from within the virtual server

Re: [Users] ARP queris being ignored

2008-04-25 Thread Christian Hofstaedtler
Hello, * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [080423 23:36]: > [ip route stuff] > > There should be a difference. > > In both cases, they are the same. I don't think I mentioned it in the > first email - restarting the VE fixes the problem. > > Is there anything else you can suggest I try? T

Re: [Users] HOWTO: Propagate VE0 (Host) Hostname into VE's ?

2009-06-29 Thread Christian Hofstaedtler
me info from the host to all VEs: vnode02:~# cat /etc/vz/conf/vps.mount #!/bin/sh cat /etc/hostname > /var/lib/vz/private/$VEID/etc/hnhostname awk '/nameserver/{ print $2 }' /etc/resolv.conf > /var/lib/vz/private/$VEID/etc/hnnameserver ---

Re: [Users] HOWTO: Propagate VE0 (Host) Hostname into VE's ?

2009-06-29 Thread Christian Hofstaedtler
e it's still somewhere on wiki.openvz.org. > Viele Grüße, > Robert Christian -- christian hofstaedtler ___ Users mailing list Users@openvz.org https://openvz.org/mailman/listinfo/users

Re: [Users] Arp update / sendarp in case of machine movement ?

2009-07-15 Thread Christian Hofstaedtler
set. See http://git.openvz.org/?p=vzctl;a=blob;f=scripts/vps-functions.in;h=bcc789380faf52a524abab3f0ec7fe55917ae8d1;hb=f18aada9e4aeff38240c543db31739d808b0e81a#l181 and http://git.openvz.org/?p=vzctl;a=blob;f=scripts/vps-net_add.in;h=31c307c1fa1102d79c3797317f104e8919db3c3f;hb=f

Re: [Users] Arp update / sendarp in case of machine movement ?

2009-07-15 Thread Christian Hofstaedtler
t; interface). > > In case a machine starts, the arp is not triggered - or is it ? Starting is not a special case; vzctl just hot adds the IP on start, exactly the same way as it would while the container was already running. Maybe you saw some diffe

Re: [Users] Arp update / sendarp in case of machine movement ?

2009-08-09 Thread Christian Hofstaedtler
set. See http://git.openvz.org/?p=vzctl;a=blob;f=scripts/vps-functions.in;h=bcc789380faf52a524abab3f0ec7fe55917ae8d1;hb=f18aada9e4aeff38240c543db31739d808b0e81a#l181 and http://git.openvz.org/?p=vzctl;a=blob;f=scripts/vps-net_add.in;h=31c307c1fa1102d79c3797317f104e8919db3c3f;hb=f

Re: [Users] Bind mounts and/or additional disk volumes

2009-12-29 Thread Christian Hofstaedtler
the storage area for the VE's root-fs. You need to mount into "root" instead, which in itself is a hidden bind mount which is only available as long as the VE is mounted. You can use the mount and umount VE scripts to do your work. -- christian hofstaedtler _