1367539861 J * nlm ~nlm@host178.186-124-177.telecom.net.ar 1367542378 Q * _BWare_ Remote host closed the connection 1367542989 J * BWare ~itsme@31.25.99.5 1367543155 Q * nlm Ping timeout: 480 seconds 1367546938 J * FireEgl ~FireEgl@173-25-83-57.client.mchsi.com 1367554437 J * thierryp ~thierry@2a01:e35:2e2b:e2c0:99c7:ad43:5aad:ec8e 1367555595 J * ncopa_ ~test@ti0143a340-0486.bb.online.no 1367556052 Q * ncopa Ping timeout: 480 seconds 1367560030 Q * distemper Read error: Connection reset by peer 1367560081 J * distemper ~user@2001:470:50b6:0:90d2:f5b9:8124:4f57 1367561581 N * ncopa_ ncopa 1367562113 M * Bertl off to bed now ... have a good one everyone! 1367562118 N * Bertl Bertl_zZ 1367563657 J * Ghislain ~aqueos@adsl1.aqueos.com 1367567791 J * yoshx ~yoshx@2a01:e35:8b9e:5d30:214:22ff:fe1f:4164 1367568317 J * joesee ~joesee@ec2-54-249-227-65.ap-northeast-1.compute.amazonaws.com 1367568361 P * joesee 1367568644 Q * yoshx Remote host closed the connection 1367571456 J * grembleb ~bengreen@cpc35-aztw23-2-0-cust207.18-1.cable.virginmedia.com 1367572803 J * yoshx ~yoshx@2a01:e35:8b9e:5d30:7460:dd5a:82c9:fe3b 1367573228 Q * yoshx Quit: Quitte 1367575796 Q * grembleb Quit: I Leave 1367578933 Q * ncopa Quit: Leaving 1367579101 J * ncopa ~test@3.203.202.84.customer.cdi.no 1367579374 Q * ircuser-1 Ping timeout: 480 seconds 1367582728 Q * Aiken Remote host closed the connection 1367582853 J * ircuser-1 ~ircuser-1@35.222-62-69.ftth.swbr.surewest.net 1367590417 Q * thierryp Remote host closed the connection 1367591063 J * nlm ~nlm@host178.186-124-177.telecom.net.ar 1367591416 J * BlackPanx ~alen@31.15.133.178 1367592749 M * BlackPanx can someone help me a bit with vunify ? i have few servers tagged as vunify... how would i know which server links to which ? and how would i break those hardlinks made so far ? i don't want to use vunify anymore... is it enough to simply remove vunify from apps folder in /etc/vservers ? 1367593816 N * Bertl_zZ Bertl 1367593823 M * Bertl morning folks! 1367593874 M * Ghislain hello 1367593973 M * Bertl BlackPanx: hardlinks are not 'directed' like the symbolic links, so you best think of it as guests having file entries linking to the same data (not to eachother) 1367594029 M * BlackPanx Bertl hmm... and where would that data be ? :) i'm kinda stuck finding out on which resource these links link to... 1367594035 M * BlackPanx to remove them or to fix them 1367594062 M * Bertl this data will be on the filesystem both guests are on 1367594100 M * BlackPanx okay... so it's not specified where exactly is the file and they dont both link to that file then 1367594132 M * Bertl a file itself consists of a directory entry and data stored in inode(s) 1367594163 M * BlackPanx i tried creating file1 and file2, then ln file1 file2, then when i removed file2, file1 became normal file no more hardlinked... 1367594163 M * Bertl a hard link is basically a second directory entry pointing to the same inode/data 1367594197 M * BlackPanx how would i find link it's pointing to ? with -s i can list those symbolic linked files etc... and i know where the original is 1367594258 M * Bertl the only way to 'find' the directory entries for given data (inodes) is to scan the entire filesystem for entries with the same inode 1367594272 M * Bertl and there is no original 1367594277 M * BlackPanx argh 1367594278 M * BlackPanx okay 1367594280 M * BlackPanx :/ 1367594327 M * BlackPanx and a way to get rid of these hard links is only by removing all files except one, linking to same inode. 1367594331 M * Bertl so, if you do echo test >file1; ln file1 file2; rm -f file1 1367594350 M * BlackPanx file2 will become normal file and with data of file1 1367594352 M * BlackPanx which is logical 1367594358 M * Bertl then file2 will be the only file pointing to the data created in the first step 1367594391 M * BlackPanx yes, exactly... but when i have file1 and file2 and i want to keep both, but split them so if i make change on file1 it won't be propagated to file2 ? 1367594412 M * Bertl then you have to break this link 1367594422 M * BlackPanx but that happens only when you rm... 1367594427 M * Bertl (that's what Linux-VServer does for you when one entry is changed) 1367594428 M * BlackPanx if i understand correctly 1367594453 M * Bertl an easy way to forecfully break a hard link is to copy the content 1367594475 M * Bertl i.e. something like cp -va file2 file3; rm -f file2; mv file3 file2 1367594496 M * BlackPanx okay, that is the answer to my question. that's exactly what i wanted to hear 1367594534 M * BlackPanx ok.. so i'll have to copy my vserver's vdir, then remove it and copy it back 1367594537 M * BlackPanx to break that link 1367594560 M * Bertl that's for sure one way to do it 1367594809 M * ard actually: the rm -f file2; mv file3 file2 can be shortened to: mv file3 file2 :-) 1367594845 M * BlackPanx thanks both of you 1367594848 M * BlackPanx helped a lot 1367594859 M * BlackPanx i just needed to make sure i understand correctly 1367594864 M * Bertl yes, and with link breaking active, a single 'touch' (in the guest context) would suffice as well 1367594866 M * BlackPanx before i do something stupid :) 1367594867 M * ard (The last one always gives you a valid file2) 1367594957 M * Bertl off to grab some groceries ... bbl 1367594964 N * Bertl Bertl_oO 1367599893 M * fback Bertl_oO: are there some issues running avahi-daemon inside a guest? 1367602198 M * fback heh, asking question here usually solves the problem :> (in my case: no services to publish :) 1367602298 Q * Ghislain Quit: Leaving. 1367603682 J * jrklein_ ~osx@proxy.dnihost.net 1367603718 Q * jrklein_ Remote host closed the connection 1367603727 J * jrklein_ ~osx@proxy.dnihost.net 1367603858 Q * jrklein Ping timeout: 480 seconds 1367604443 Q * jrklein_ Remote host closed the connection 1367604448 J * jrklein ~osx@proxy.dnihost.net 1367606377 Q * imachine Quit: leaving 1367607119 J * melbar ~Me@189.39.119.129 1367609413 J * Aiken ~Aiken@2001:44b8:2168:1000:21f:d0ff:fed6:d63f 1367611274 J * bonbons ~bonbons@2001:a18:20a:9d01:c552:87ad:c836:e806 1367612257 J * imachine ~imachine@robot.greenhost24.pl 1367620806 Q * bonbons Quit: Leaving 1367623735 Q * melbar Ping timeout: 480 seconds