1295834625 Q * Piet Ping timeout: 480 seconds 1295835237 J * Piet ~Piet__@04ZAAB6XP.tor-irc.dnsbl.oftc.net 1295837113 Q * Piet Ping timeout: 480 seconds 1295837263 Q * melbar Remote host closed the connection 1295837714 J * Piet ~Piet__@04ZAAB6X9.tor-irc.dnsbl.oftc.net 1295848229 M * Bertl off to bed now ... have a good one everyone! 1295848234 N * Bertl Bertl_zZ 1295851165 J * imcsk8 ~ichavero@148.229.9.250 1295852569 J * bsingh ~balbir@122.172.196.90 1295853437 J * lvpvpl1 ~blagoj@89.205.105.228 1295853851 Q * lvpvpl Ping timeout: 480 seconds 1295856283 Q * Piet Ping timeout: 480 seconds 1295856868 Q * imcsk8 Quit: This computer has gone to sleep 1295856881 J * Piet ~Piet__@04ZAAB641.tor-irc.dnsbl.oftc.net 1295856964 J * ghislain ~AQUEOS@adsl2.aqueos.com 1295858075 J * petzsch ~markus@dslb-088-075-123-010.pools.arcor-ip.net 1295861031 Q * bsingh Ping timeout: 480 seconds 1295861480 Q * transacid Ping timeout: 480 seconds 1295861591 J * bsingh ~balbir@122.172.7.192 1295861925 J * ktwilight__ ~keliew@91.176.136.253 1295862370 Q * ktwilight_ Ping timeout: 480 seconds 1295862740 J * transacid ~transacid@transacid.de 1295863775 J * ktwilight_ ~keliew@91.176.25.136 1295864144 Q * ktwilight__ Ping timeout: 480 seconds 1295864755 Q * bsingh Ping timeout: 480 seconds 1295865298 J * bsingh ~balbir@122.166.160.148 1295865460 J * ktwilight__ ~keliew@91.176.35.94 1295865821 Q * ktwilight_ Ping timeout: 480 seconds 1295867121 Q * bsingh Ping timeout: 480 seconds 1295867662 J * bsingh ~balbir@122.172.156.16 1295868166 Q * tolkor Read error: No route to host 1295868166 J * tolkor ~rj@tdream.lly.earlham.edu 1295868670 J * BenG ~bengreen@cpc12-aztw24-2-0-cust146.aztw.cable.virginmedia.com 1295869921 M * arekm Bertl_zZ: any ideas how to workaround creds issue when entering into guest via vserver guest enter? 1295869936 M * arekm su - doesn't change that part of creds 1295870226 J * yarihm ~yarihm@178-83-213-36.dynamic.hispeed.ch 1295870581 J * deepbit ~deepbit@cpc19-sgyl28-2-0-cust95.sgyl.cable.virginmedia.com 1295870617 M * deepbit Hi there 1295870726 M * deepbit Could anyone tell me if Vserver can share memory pages between two same processes running in diferent containers (pages used by libraries and binarys of course) 1295874201 Q * bsingh Ping timeout: 480 seconds 1295874256 Q * BenG Quit: I Leave 1295874750 J * bsingh ~balbir@122.167.251.122 1295874813 Q * alpha_one_x86 Quit: KVIrc Equilibrium 4.1.1, revision: 5206, sources date: 20101102, built on: 2010-12-29 12:21:01 UTC http://www.kvirc.net/ 1295875436 J * melbar ~kiko@187.78.121.53 1295875519 M * cehteh deepbit: vserver offers 'unification' since years which archives the same goal 1295875563 M * cehteh that is all same files (libs) in different vservers get hardlinked togehter, saving disk and ram space since the kernel needs to map them only once 1295875604 M * deepbit ahm... that's what i was looking for, but once created a unified vserver 1295875609 M * cehteh there is a special 'link immutable' flag to those files, when anyone writing to them the hardlinks get broken and a COW is done 1295875612 M * deepbit I can't delete it 1295875619 M * cehteh how that? 1295875646 M * deepbit I have to disable inmutable link to delete a unified vserver 1295875651 M * cehteh strange 1295875668 M * cehteh normally this all works transparently, at least here it does 1295875671 M * melbar can you write to the files? 1295875676 M * cehteh sure 1295875688 M * melbar the problem you are describing usually happens when people set the immutable flag to directories 1295875690 M * cehteh maybe your kernel has no COW support? 1295875700 M * deepbit let me try again ;) 1295875813 M * deepbit no hmmm... I'm not using tools like vunify or hashify 1295875826 M * cehteh do that :P 1295875835 M * deepbit I'm unifying manually 1295875841 M * cehteh because they do it right .. you may do it wrong :P 1295875860 M * melbar did you do a 'setattr -Rx --immutable vserverdir/' directly? 1295875865 M * melbar I mena 1295875874 M * melbar 'setattr- Rx --iunlink vserverdir/'? 1295875929 M * deepbit nope, I only changed (chattr) attributes of some files 1295875946 M * melbar chattr, AFAIK, only sets the immutable flag 1295875950 M * melbar not the iunlink flag 1295875971 M * melbar cehteh is right: you should use vhashify, it does the right thing for you 1295875997 M * deepbit ooops ok, xD I did it directly manually because hashify didn't work 1295876014 M * deepbit a simple vserver XXX hashify? 1295876031 A * cehteh set that all up with some crontab scripts and it works automatically since years 1295876057 M * melbar you have to set up some symlinks for the hash files first 1295876078 M * cehteh for i in /vservers/*; do 1295876078 M * cehteh echo "hashify $(basename $i)..." 1295876078 M * cehteh vserver $(basename $i) hashify 1295876078 M * cehteh done 1295876078 M * cehteh find /vservers/.hash -type f -links 1 -exec rm -f {} \; 1295876109 M * cehteh yes you need some additional config/setup first 1295876119 M * cehteh that above is essentially a cron.weekly job 1295876154 M * deepbit I couldn't find a good howto, so i decided to proceed in a dirty way xD 1295876163 M * deepbit let's try 1295876170 M * melbar to clone a vserver in the dirty way, do this: 1295876234 M * melbar cp -dplrx base_verver clone_vserver ; find clone_vserver -not -type d -print0 | xargs -0 setattr --iunlink 1295876245 M * melbar this is basically what the vserver build -m clone thing does 1295876268 M * melbar but the vserver ... hashify goes a bit further 1295876298 M * melbar it creates hardlinks with the file hashes as their names 1295876796 N * ensc Guest1469 1295876806 J * ensc ~irc-ensc@p5DF2D8B4.dip.t-dialin.net 1295877203 Q * Guest1469 Ping timeout: 480 seconds 1295878574 Q * yarihm Quit: This computer has gone to sleep 1295879214 J * yarihm ~yarihm@178-83-213-36.dynamic.hispeed.ch 1295879429 M * deepbit no way... 1295879478 M * deepbit any link where I can find preconfig for hashify process?, these links i refer... 1295879519 Q * yarihm Quit: This computer has gone to sleep 1295879649 J * yarihm ~yarihm@178-83-213-36.dynamic.hispeed.ch 1295879911 M * deepbit thanyou anyway guys! I'll look for at forums 1295881428 Q * yarihm Quit: This computer has gone to sleep 1295882845 Q * bsingh Ping timeout: 480 seconds 1295882983 Q * eyck Ping timeout: 480 seconds 1295883294 J * imcsk8 ~ichavero@148.229.9.250 1295883442 J * bsingh ~balbir@122.172.4.134 1295883557 J * yarihm ~yarihm@178-83-213-36.dynamic.hispeed.ch 1295884243 Q * Piet Ping timeout: 480 seconds 1295884465 P * lvpvpl1 1295884832 J * Piet ~Piet__@04ZAAB7GJ.tor-irc.dnsbl.oftc.net 1295884969 J * dna ~dna@dslb-094-222-216-152.pools.arcor-ip.net 1295885094 Q * imcsk8 Quit: This computer has gone to sleep 1295885152 Q * yarihm Quit: This computer has gone to sleep 1295885320 J * dna_ ~dna@dslb-094-222-121-138.pools.arcor-ip.net 1295885699 J * eyck ~eyck@77.79.198.68 1295885750 Q * dna Ping timeout: 480 seconds 1295885906 J * dna ~dna@dslb-094-222-121-138.pools.arcor-ip.net 1295885956 Q * dna_ Ping timeout: 480 seconds 1295886058 J * dna__ ~dna@dslb-094-222-121-138.pools.arcor-ip.net 1295886390 Q * dna Ping timeout: 480 seconds 1295886523 N * Bertl_zZ Bertl 1295886534 M * Bertl morning folks! 1295886588 M * Bertl deepbit: http://linux-vserver.org/Frequently_Asked_Questions#Unification 1295886611 M * deepbit thanks! ;) 1295886619 M * Bertl no problem 1295888094 J * swenTjuln ~kvirc@77.111.2.36 1295888858 J * bonbons ~bonbons@2001:960:7ab:0:2c0:9fff:fe2d:39d 1295889035 J * kaner kaner@zzz.strace.org 1295890030 J * dna ~dna@dslb-094-222-121-138.pools.arcor-ip.net 1295890188 Q * dna__ Ping timeout: 480 seconds 1295890399 Q * dna Read error: No route to host 1295890413 J * dna ~dna@dslb-094-222-121-138.pools.arcor-ip.net 1295891396 Q * bsingh Read error: Connection reset by peer 1295892176 J * bsingh ~balbir@122.172.36.223 1295892935 M * Bertl off for now .. bbl 1295892940 N * Bertl Bertl_oO 1295894536 Q * deepbit Quit: This computer has gone to sleep 1295896696 M * Marillion moin 1295896702 M * Marillion oh 1295898911 Q * bsingh Ping timeout: 480 seconds 1295898926 J * imcsk8 ~ichavero@148.229.1.11 1295899445 J * bsingh ~balbir@122.172.22.92 1295901102 J * yarihm ~yarihm@178-83-213-36.dynamic.hispeed.ch 1295901277 J * ser ~ser@house.metalab.unc.edu 1295902199 J * BenG ~bengreen@cpc12-aztw24-2-0-cust146.aztw.cable.virginmedia.com 1295902391 Q * BenG 1295903710 Q * melbar Quit: Leaving. 1295903711 J * melbar ~kiko@187.78.121.53 1295906379 Q * yarihm Quit: This computer has gone to sleep 1295906681 Q * melbar Remote host closed the connection 1295907072 Q * bonbons Quit: Leaving 1295907133 Q * petzsch Quit: Leaving. 1295907286 J * dna_ ~dna@dslb-094-222-121-138.pools.arcor-ip.net 1295907701 Q * dna Ping timeout: 480 seconds 1295908105 Q * ghislain Quit: Leaving. 1295908880 Q * dna_ Quit: Verlassend 1295910378 Q * geb Ping timeout: 480 seconds 1295911277 J * Disgruntled ~EEATMEE@9YYAAB56A.tor-irc.dnsbl.oftc.net 1295911277 P * Disgruntled 1295911325 Q * imcsk8 Quit: Leaving