1283215494 Q * manana Remote host closed the connection 1283215831 Q * Piet Ping timeout: 480 seconds 1283215979 J * PowerKe_ ~tom@d5153A6A9.access.telenet.be 1283216085 Q * PowerKe Ping timeout: 480 seconds 1283217518 J * imcsk8 ~ichavero@evdomip-50-11.iusacell.net 1283218861 N * Gj[9]Service guest1234 1283227398 J * ksn ~ksn@41.151.24.192 1283227440 Q * ksn 1283227452 J * ksn ~ksn@41.151.24.192 1283227458 Q * ksn 1283232029 M * Bertl off to bed now ... have a good one everyone! 1283232034 N * Bertl Bertl_zZ 1283233790 J * ncopa ~ncopa@180.40.189.109.customer.cdi.no 1283234200 J * shahrul shahrul@110.159.60.232 1283234222 P * shahrul 1283234393 J * thierryp ~thierry@home.parmentelat.net 1283234435 J * sharkjaw ~gab@90.149.128.29 1283234939 Q * thierryp Remote host closed the connection 1283235094 J * thierryp ~thierry@home.parmentelat.net 1283235206 J * ntrs ~ntrs@77.28.21.38 1283235721 Q * derjohn_mob Ping timeout: 480 seconds 1283235790 Q * thierryp Remote host closed the connection 1283236900 J * derjohn_mob ~aj@213.238.45.2 1283238449 J * thierryp ~thierry@zankai.inria.fr 1283238561 Q * ntrs Read error: Connection reset by peer 1283238572 J * ntrs ~ntrs@77.29.198.228 1283238607 Q * imcsk8 Quit: This computer has gone to sleep 1283239263 N * guest1234 Gj[9]Service 1283240115 N * PowerKe_ PowerKe 1283240655 Q * ntrs Ping timeout: 480 seconds 1283240877 J * kir ~kir@swsoft-msk-nat.sw.ru 1283241104 Q * Gj[9]Service Quit: Leaving.. 1283241422 J * j27Z2 ~x@1GLAAC8PJ.tor-irc.dnsbl.oftc.net 1283241581 J * Gj[9]Service ~Visual@79.89.88.212 1283242464 Q * Gj[9]Service Quit: Quit Is Not A Crime Copywight 2010 All wights wesewved Mamadou 1283244637 J * manana ~mayday090@84.17.25.149 1283245520 J * barismetin ~barismeti@zanzibar.inria.fr 1283246143 J * ktwilight_ ~keliew@91.176.234.225 1283246368 Q * ktwilight Ping timeout: 480 seconds 1283246851 J * ktwilight ~keliew@91.176.152.225 1283246909 Q * manana Ping timeout: 480 seconds 1283247084 Q * ktwilight_ Ping timeout: 480 seconds 1283248507 J * BenG ~bengreen@cpc6-aztw22-2-0-cust100.aztw.cable.virginmedia.com 1283248994 Q * BenG Quit: I Leave 1283251992 M * disposable can somebody please explain to me how to use vsomething? vapt-get works like a charm, but vsomething fails on absolutely everything. e.g. 'vsomething date --all' gives me 'date: operating on vserver ns1', 'date: invalid date `ns1'', 'date failed on vserver 'ns1' with errorcode 1'. If I use 'vsomething exec --all date', i get '/usr/sbin/vsomething: line 120: exec: multi: not found' even though 'exec date' in vserver works 1283253125 J * Piet ~Piet__@7GDAAEGNA.tor-irc.dnsbl.oftc.net 1283253233 M * biz disposable: well I guess vsomething doesn't work that way: 1283253239 M * biz Usage: /usr/sbin/vsomething [--quiet|-q] [--debug] [--] * [--all] -- + 1283253244 M * biz Execute * foreach vserver. 1283253275 M * biz so as I understand it it creates and executes commandlines 1283253355 M * biz your "vsomething exec --all date" translates into "exec date", "exec date", ..., which is obviously wrong 1283253380 Q * balbir_ Read error: Connection reset by peer 1283253434 M * biz `vsomething vserver -- --all -- exec date` should work 1283253838 M * biz (assuming vserver ... exec executes the given program using a shell, if not, you need e.g. /bin/date) 1283254236 J * balbir_ ~balbir@122.167.253.176 1283257410 Q * nox Ping timeout: 480 seconds 1283259080 N * Bertl_zZ Bertl 1283259097 M * Bertl morning folks! 1283259131 J * BenG ~bengreen@cpc6-aztw22-2-0-cust100.aztw.cable.virginmedia.com 1283259322 Q * jrdnyquist Quit: Leaving 1283259587 Q * BenG Quit: I Leave 1283259795 J * jrdnyquist ~jrdnyquis@slayer.caro.net 1283260518 M * disposable biz: but it does not :( 1283260558 M * Bertl disposable: what is it exactly you want to accomplish? 1283260853 M * disposable Bertl: i simply want to be able to execute a command on each running vserver. the actual thing i want to do is add IPs to my vservers 'ip addr add $a/$b dev $c' and add a few lines to certain config files in each vserver's /etc 1283260983 M * Bertl sounds like stuff you want to do on the host, yes? 1283261020 M * disposable Bertl: yes, but I cannot turn off or restart the vservers. 1283261366 M * Bertl well, vsomething is some kind of internal helper, but you might still be able to use it 1283261390 M * Bertl but I'd suggest to make a copy of that script and adjust it to your needs 1283261400 Q * sharkjaw Remote host closed the connection 1283261420 M * Bertl i.e. do not enter namespaces or whatever, just iterate over the guests 1283261441 M * Bertl and execute whatever it is you want to do to them 1283261513 M * matti Hey Bertl 1283261751 M * Bertl disposable: something like this (untested) http://paste.linux-vserver.org/16624 1283262219 J * wibble wibble@vortex.ukshells.co.uk 1283263049 M * disposable Bertl: thank you. i'll give that a go. i'm just disappointed vsomething isn't what i was expecting. 1283263130 M * Bertl you're welcome! 1283263650 J * BenG ~bengreen@cpc6-aztw22-2-0-cust100.aztw.cable.virginmedia.com 1283264249 M * disposable Bertl: i won't pretend i know how it does what it does, but it works nicely (once i've fixed the typos) 1283264313 M * Bertl typos? 1283264679 J * dowdle ~dowdle@scott.coe.montana.edu 1283265020 Q * Piet Write error: connection closed 1283265090 J * Piet ~Piet__@7GDAAEGQQ.tor-irc.dnsbl.oftc.net 1283265101 Q * Piet Read error: Connection reset by peer 1283265133 J * Piet ~Piet__@7GDAAEGQW.tor-irc.dnsbl.oftc.net 1283265848 J * petzsch ~markus@p4FF4714A.dip.t-dialin.net 1283266008 M * disposable Bertl: yes, line 5 has extra '$' and is missing a '"' 1283266244 M * Bertl hmm, yeah, funny thing is that this actually was a copy paste from the vsomething script 1283266267 J * FireEgl ~FireEgl@173-16-9-10.client.mchsi.com 1283266281 M * Bertl the missing '"' is my fault, I missed the rest of the line, but the '$' is interesting 1283266482 M * disposable Bertl: maybe that's why vsomething is vmessedup 1283266907 M * Bertl unlikely, that's just an error path, but check with daniel_hozac 1283267525 Q * ncopa Quit: Ex-Chat 1283268260 Q * j27Z2 Ping timeout: 480 seconds 1283268562 Q * BenG Quit: I Leave 1283268916 J * j27Z2 ~x@7R1AACXJL.tor-irc.dnsbl.oftc.net 1283268920 J * ntrs ~ntrs@77.29.198.228 1283270686 J * bonbons ~bonbons@2001:960:7ab:0:2c0:9fff:fe2d:39d 1283270994 J * imcsk8 ~ichavero@201.174.32.227 1283273671 J * BenG ~bengreen@cpc6-aztw22-2-0-cust100.aztw.cable.virginmedia.com 1283273739 Q * BenG 1283274052 Q * thierryp Remote host closed the connection 1283274344 Q * balbir_ Ping timeout: 480 seconds 1283274846 J * balbir_ ~balbir@122.172.165.15 1283274982 Q * barismetin Remote host closed the connection 1283275012 Q * petzsch Quit: Leaving. 1283277016 Q * derjohn_mob Ping timeout: 480 seconds 1283278486 Q * balbir_ Ping timeout: 480 seconds 1283279023 J * balbir_ ~balbir@122.172.31.80 1283280210 J * nox ~nox@host.noxlux.de 1283280236 Q * Piet Ping timeout: 480 seconds 1283280844 J * Piet ~Piet__@7GDAAEGX2.tor-irc.dnsbl.oftc.net 1283281451 Q * nox Quit: If the world is without walls and fences -- who needs Windows and Gates ? 1283281473 J * nox ~nox@host.noxlux.de 1283281702 J * petzsch ~markus@p4FF4714A.dip.t-dialin.net 1283281760 Q * ntrs Read error: Connection reset by peer 1283281771 J * ntrs ~ntrs@77.28.4.28 1283283976 Q * balbir_ Ping timeout: 480 seconds 1283286508 J * manana ~mayday090@84.17.25.149 1283287931 J * derjohn_mob ~aj@d047226.adsl.hansenet.de 1283288588 J * dna ~dna@dslb-088-074-201-145.pools.arcor-ip.net 1283288907 Q * bonbons Quit: Leaving 1283289505 Q * petzsch Read error: Connection reset by peer 1283289687 J * petzsch ~markus@p4FF4714A.dip.t-dialin.net 1283290772 Q * dna Quit: Verlassend 1283291399 Q * ntrs Ping timeout: 480 seconds 1283292263 Q * manana Read error: Connection reset by peer 1283292292 J * manana ~mayday090@84.17.25.149 1283292574 J * yarihm ~yarihm@80-218-127-82.dclient.hispeed.ch 1283293391 Q * ignaz Ping timeout: 480 seconds 1283293403 J * ignaz ~ignaz@85-126-150-194.work.xdsl-line.inode.at 1283293713 Q * yarihm Ping timeout: 480 seconds 1283293733 Q * petzsch Quit: Leaving. 1283293788 J * yarihm ~yarihm@80-218-127-82.dclient.hispeed.ch 1283295601 Q * Piet Remote host closed the connection 1283295641 J * Piet ~Piet__@1RDAABXRV.tor-irc.dnsbl.oftc.net 1283295919 Q * manana Remote host closed the connection 1283297014 Q * imcsk8 Quit: This computer has gone to sleep 1283298008 Q * j27Z2 Ping timeout: 480 seconds 1283298431 Q * dowdle Remote host closed the connection 1283298777 J * j27Z2 ~x@19NAABLDL.tor-irc.dnsbl.oftc.net 1283299091 J * imcsk8 ~ichavero@evdomip-50-11.iusacell.net