1340150522 J * uNIXplumber ~uNIXplumb@ultimedia-linux.org 1340150694 N * Bertl_oO Bertl 1340150699 M * Bertl back now ... 1340150898 Q * sid3windr Read error: Connection reset by peer 1340150900 J * sid3windr luser@bastard-operator.from-hell.be 1340152210 J * Feyr Feyr@modemcable024.151-23-96.mc.videotron.ca 1340152685 M * Feyr is there a known issue with chbind/ncontext? running tools 0.30.215-pre3029 with vserver 2.3.2.1 on a 3.1 kernel. i get: ncontext: vc_net_create(): Invalid argument i checked the mailing list but havent found anything recent related to that 1340152750 M * Feyr the call itself is: chbind --silent --ip 10.111.147.1 echo 1340161746 M * Bertl Feyr: this is expected, you need to specify an nid 1340161782 M * Bertl i.e. use chbind --nid 42 --silent --ip 10.111.147.1 -- echo 1340162324 Q * clopez Ping timeout: 480 seconds 1340169495 J * FireEgl ~FireEgl@173-16-9-169.client.mchsi.com 1340169582 J * thierryp ~thierry@home.parmentelat.net 1340171143 M * Bertl off to bed now .. have a good one everyone! 1340171384 J * ghislain ~AQUEOS@adsl2.aqueos.com 1340173242 Q * jeroen__ Quit: Ex-Chat 1340173617 J * diablillo ~peter@cm-93-156-68-207.telecable.es 1340173654 M * diablillo buenos dias, alguien sabra como puedo hacer una imagen de mi vps 1340173926 J * jeroen__ ~jeroen@095-097-051-172.static.chello.nl 1340174343 M * diablillo Hi, anyone knows how I can make a backup of my vserver 1340176996 Q * renihs Quit: narf 1340177137 M * daniel_hozac rsync? 1340178339 Q * diablillo Read error: Connection reset by peer 1340178480 J * diablillo diablillo@cm-93-156-68-207.telecable.es 1340178502 M * diablillo Hi, anyone knows how I can make a backup of my vserver 1340178526 M * diablillo hola alguien me puede ayudar para hacer una imagen de mi vserver 1340179026 J * petzsch ~markus@dslb-092-078-151-133.pools.arcor-ip.net 1340181310 M * ghislain you can backup like any file, you want to backup from the host or from the guest ? 1340181355 M * ghislain the files in it or the whole vserver ? what is your partition schema (one dedicated partition, a partition shared on the host, a mix) ? 1340181656 M * diablillo ghislain: I have hired a vps, which is mounted in linux-vserver and have root privileges to our vps but not the entire server 1340181906 M * ghislain you want to backup everything including the system files or just the data ? 1340181958 M * diablillo all data and system 1340182036 M * ghislain then rsync -axHSD --partial --numeric-ids / user@backupserver:/directory/myvserverbackup could do it 1340182050 M * ghislain for a one shot backup 1340182072 M * ghislain make it a daily one is left as an exercise for the reader 1340182174 M * diablillo I do not understand 1340182528 M * ghislain what part ? If you do not know rsync and similar command i cannot help more, try googling about it 1340182599 J * kir ~kir@swsoft-msk-nat.sw.ru 1340182689 P * kir 1340182847 M * diablillo yes yes, I see, another question, that I can use backup on another server if one day in which this happens something or to carry local 1340185316 J * derjohn_mob ~aj@87.253.171.216 1340185386 M * ghislain yes if you copy the whole server from "/" then you should be able to restore it to another vserver enabled machine 1340185449 J * BenG ~bengreen@cpc10-aztw24-2-0-cust114.aztw.cable.virginmedia.com 1340187493 Q * petzsch Read error: Connection reset by peer 1340187873 J * clopez ~clopez@131.29.165.83.dynamic.mundo-r.com 1340188374 J * fisted_ ~fisted@xdsl-87-78-140-175.netcologne.de 1340188628 Q * clopez Ping timeout: 480 seconds 1340188792 Q * fisted Ping timeout: 480 seconds 1340189216 M * Bertl morning folks! 1340189299 M * Bertl diablillo: exclude /dev and virtual filesystems like /proc as you won't be able to create device nodes from inside a guest and virtual filesystems do not need to be duplicated 1340189318 M * Bertl otherwise you can simply rsync over all the data between guests 1340189600 M * diablillo bertl: now just need to know if the backup I do with the rsynt I can take the other server and it works, because the backup I did with the rsynt on the same server if it works 1340189684 M * Bertl if your 'other' guest is setup similar (from the host side) you should be fine and it should work out of the box 1340189758 M * Bertl (you need to match architectures though, i.e. an x86_64 guest won't work on a i586 machine, and intel won't work on a sparc/arm host .. etc) 1340190140 M * diablillo bertl: if you can install the linux-vserver in virtualbox, the power to the configuration you want, I guess it does work, is not it 1340190154 M * Bertl yep, no problem there 1340190182 M * Bertl you can run Linux-VServer perfectly fine in kvm or as xen domU as well 1340190214 Q * derjohn_mob Ping timeout: 480 seconds 1340190372 Q * Aiken Quit: Leaving 1340190828 M * diablillo conducted in a virtual machine with virtualbox does not work with other architecture 1340191022 M * Bertl you can put a i586 guest on an x86_64 host system as long as the system is configured to support 32bit emulation and the guest is configured to use a 32bit personality, but you can't do it the other way round 1340191041 M * Bertl i.e. you cannot run a 64bit guest on a 32bit host setup 1340191546 M * diablillo I find the linux-vserver kernel with the same I have in the vps 1340191651 M * diablillo you can modify the kernel? 1340191959 M * Bertl you can configure the kernel the way you like when you build it yourself 1340191964 J * clopez ~clopez@fanzine.igalia.com 1340191987 M * Bertl i.e. build it for different architectures with and without 32bit emulation (if it is a 64bit kernel) 1340192414 M * diablillo After downloading the. tar as installed on the server? 1340192452 M * Bertl well, the kernel doesn't even have to match too closely, e.g. configured host hardware is not relevant to the guest as it isn't used directly 1340192470 M * Bertl you just have to make it work with/for the architecture your guest has 1340192508 M * Bertl so for example, if the host system you copy from uses SCSI, but the host system you copy to uses IDE then that's perfectly fine 1340192639 M * Bertl but don't let you get fooled by kernels and kernel configs visible inside the guest, they are not actually used in a Linux-VServer setup 1340193292 J * derjohn_mob ~aj@87.253.171.216 1340195010 J * petzsch ~markus@dslb-092-078-151-133.pools.arcor-ip.net 1340195239 M * diablillo bertl: as I can do an incremental backup with rsync 1340195286 M * Bertl yep, you can repeat it as often as you like, and restart it, given that you use the proper rsync options 1340195366 M * diablillo I have no clue, I'm new to this, ask forgiveness for both 1340195381 M * Bertl no problem, just check the rsync manpage 1340195411 M * diablillo okis 1340195419 M * Bertl in general, something like rsync -axHPSD --numeric-ids works fine on the host, you might need to adjust it for use inside the guest (where you cannot create device nodes) 1340195626 M * diablillo ok, then I try, I've helped a lot 1340195647 M * Bertl you're welcome! 1340198748 M * ghislain j'ai changé le logo et le background 1340198752 M * ghislain ousp sorry 1340200997 Q * diablillo 1340203734 Q * thierryp Remote host closed the connection 1340204162 N * ensc Guest632 1340204172 J * ensc ~irc-ensc@p4FFCF19B.dip.t-dialin.net 1340204583 Q * Guest632 Ping timeout: 480 seconds 1340205325 Q * ncopa Quit: Leaving 1340208204 J * bonbons ~bonbons@2001:960:7ab:0:543a:47d4:1ae2:2fa7 1340209549 Q * derjohn_mob Ping timeout: 480 seconds 1340209898 Q * BenG Remote host closed the connection 1340211652 Q * ensc|w Remote host closed the connection 1340211661 J * ensc|w ~ensc@www.sigma-chemnitz.de 1340213733 J * X-ian ~chris@p579527F6.dip.t-dialin.net 1340213938 M * X-ian trying to start dhcpd. bcapabilities contains NET_RAW and SYS_RESOURCE. getting "No subnet declaration for br0". kernel: 2.6.32-5-vserver-amd64 from debian 6. strace(1) says: ioctl(7, SIOCGIFADDR, {ifr_name="br0", ???}) = -1 EADDRNOTAVAIL (Cannot assign requested address) 1340214118 M * Bertl I presume, inside a guest? 1340214139 M * X-ian sure :-) 1340214159 M * Bertl well, it's probably not the best idea without network namespaces 1340214208 M * daniel_hozac does the guest have an IP address on br0? 1340214255 M * X-ian daniel_hozac: exactly, the ip address lives on br0:hostname 1340214420 M * X-ian Bertl: does it simply not work this way (as it did in the past) or what else do you mean? 1340214449 M * daniel_hozac X-ian: remove the alias and you should probably be good. 1340214481 M * X-ian daniel_hozac: the alias is created by vserver ... start 1340214492 M * daniel_hozac ... because you told it to. 1340214570 M * X-ian daniel_hozac: it wouls run without the "interfaces/0/name" file ? 1340214581 M * X-ian s/s/d/ 1340214582 M * daniel_hozac yes, that is the preferred way to do it. 1340214607 M * X-ian X-ian: any drawbacks or incompatibilities ? 1340214671 M * daniel_hozac not really. 1340214692 M * daniel_hozac if you have multiple interfaces per interface, ifconfig would only show one of them. 1340215158 M * X-ian I've some strange trouble removing the alias right now. 1340215237 M * daniel_hozac you should stop the guest, remove the alias, then start it back up. 1340215247 M * daniel_hozac or simply do it manually with ip addr del 1340215261 M * X-ian after vserver ... stop it restarts immediately and the alias is back 1340215331 M * X-ian I've removed interfaces/0/name some minutes ago. 1340215505 M * X-ian ok, this part looks like a heartbeat thing. thanks anyway :-) 1340215514 Q * X-ian Quit: leaving 1340216065 Q * petzsch Quit: Leaving. 1340219853 Q * clopez Ping timeout: 480 seconds 1340220066 J * hijacker_ ~hijacker@cable-84-43-134-121.mnet.bg 1340220304 J * sannes ~ace@cm-84.211.87.28.getinternet.no 1340221575 J * Aiken ~Aiken@2001:44b8:2168:1000:21f:d0ff:fed6:d63f 1340221779 M * Bertl off for a nap ... bbl 1340221783 N * Bertl Bertl_zZ 1340222069 Q * Aiken Quit: Leaving 1340223175 J * Aiken ~Aiken@2001:44b8:2168:1000:21f:d0ff:fed6:d63f 1340225067 N * Bertl_zZ Bertl 1340225071 M * Bertl back now ... 1340225679 Q * sannes Remote host closed the connection 1340225912 Q * bonbons Quit: Leaving 1340226121 Q * hijacker_ Quit: Leaving 1340227248 J * ghislain1 ~AQUEOS@adsl1.aqueos.com 1340227563 J * ghislain2 ~AQUEOS@adsl2.aqueos.com 1340227612 Q * ghislain Ping timeout: 480 seconds 1340227819 Q * ghislain1 Ping timeout: 480 seconds 1340228170 Q * ghislain2 Quit: Leaving. 1340228393 J * clopez ~clopez@131.29.165.83.dynamic.mundo-r.com 1340232546 J * thierryp ~thierry@2a01:e35:2e2b:e2c0:8c5:dc22:6e58:714 1340234473 N * uNIXplumber j0r-L 1340234530 N * j0r-L uNIXplumber 1340234578 N * uNIXplumber j0r-L 1340234579 N * j0r-L uNIXplumber 1340235242 J * fisted ~fisted@xdsl-87-78-182-182.netcologne.de 1340235444 Q * fisted_ Ping timeout: 480 seconds