1410134690 M * Bertl off for a nap .. bbl 1410134714 N * Bertl Bertl_zZ 1410151094 N * Bertl_zZ Bertl 1410151111 M * Bertl back now ... 1410151406 J * misc-- ~misc@123-243-234-69.static.tpgi.com.au 1410151706 M * misc-- hello, I'm trying to install vserver on ubuntu 12.04 (precise). I used beng's repo, and did an apt-get install linux-image-vserver-3.4-beng. It then went and did update-initramfs/grub2 and I can see the vs kernel in /boot, but when I reboot, I'm back with the same original ubuntu kernel 1410151735 M * misc-- my uname -a is: Linux vs1 3.13.0-35-generic #62~precise1-Ubuntu SMP Mon Aug 18 14:52:04 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux (vs1 is the name of my server) 1410151780 M * misc-- anyway... I can't find this new kernel configured for grub in /etc/grub.d so I guess I just create myself 1410151850 M * misc-- oh wait it is in /boot/grub/grub.cfg 1410151996 M * misc-- anyway that's strange because /boot/grub/grub.cfg is usually generated by files in /etc/grub.d but there are no vs entries in that dir, so am wondering how it generates its entry in the grub.cfg file (because, I want to set it as default) 1410152055 M * Bertl does precise use grub1 or grub2? 1410152080 M * undefined grub2 1410152142 M * Bertl isn't there some command you need to run after updating config files for grub2? 1410152166 M * misc-- yeah update-grub 1410152187 M * Bertl and what does that report regarding kernels? 1410152228 M * undefined it should be in grub.cfg 1410152240 M * undefined the problem is probably due to that latest version being made the default 1410152245 M * undefined 3.13 > 3.4 1410152247 M * misc-- it's supposed to read files from /etc/grub.d and that's how the /boot/grub/grub.cfg file gets generated. I just ran that, and it says it's found a couple of kernels and also the vs one. Hmm, I guess what it does is just loop through /boot and creates entries dynamically, and that's how the vs got in there 1410152251 M * undefined so 3.13 is the default 1410152259 M * misc-- yeah that's right 1410152260 M * Bertl there is a 3.14 package IIRC 1410152273 M * Bertl (probably not for precise yet) 1410152358 M * misc-- yeah, there is... there is 3.14-beng, but I installed 3.4-beng (and that repo's website said to install 3.2-beng but I did 3.4 because assumed it wasn't updated)... actually that's what I was confused about, because what does the "stable 3.6.x-vs2.3.x" mean in the subject of this channel? 2.3 means vserver version, but what does the 3.6 mean? 1410152415 M * undefined 3.6 kernel version 1410152427 M * undefined but i ignore that (and am running 3.10) 1410152550 M * undefined like i'm currently running 3.10.54-vs2.3.6.8 1410152569 M * misc-- ohhh, that's what I thought, I just assumed 3.6 wasn't even out yet but I see it is. In fact for some reason I thought 3.6 > 3.13. Ughhh... sillly silly me.. ok, makes sense now. I will remove that and I will install 3.13-beng (seeing that 3.13 is same version as precise) 1410152622 M * undefined (the linux-vserver patch adds "-vs2.3.6.8" to the EXTRAVERSION in Makefile) 1410152652 M * misc-- yeah that's right... I remember that from a while ago 1410152998 M * misc-- ahhh that's better! Thanks 1410153004 M * undefined no prob 1410153082 M * undefined i will warn you that i believe that BenG has said that we won't build 3.13 kernels any more now that he's building 3.14 1410153432 M * misc-- oh right ok. I probably should have installed 3.14 but I put 3.13 on instead to keep it closer to the precise kernel 1410153534 M * distemper but 3.14 is long time supported and 3.13 "is end of life" 1410153606 M * misc-- ah right, I will put 3.14 on then 1410155317 J * fisted_ ~fisted@xdsl-87-78-15-74.netcologne.de 1410155780 Q * fisted Ping timeout: 480 seconds 1410155780 N * fisted_ fisted 1410156524 M * misc-- I just have one other question if that's ok... I am trying to install apt inside a guest: vapt-get www1 -- install apt # but I keep getting this error: vcontext: execvp("apt-get"): No such file or directory 1410156602 M * misc-- I've come across from centos, and I know when installing a guest with centos, you do vyum www1 -- install yum, etc... that works fine but this is the first time I'm doing it on an ubuntu system 1410156706 M * undefined misc--: your host is ubuntu, right? what's your guest? 1410156708 J * Ghislain ~aqueos@adsl1.aqueos.com 1410156747 M * misc-- yes... the guest is the same as well 1410156773 M * undefined then "vapt-get -- " is the correct format/syntax 1410156841 M * misc-- hmm, yeah that's what I'm doing (vapt-get -- apt or vapt-get -- install apt) always returns that same error 1410156851 M * undefined but it appears you are trying to install apt (which you should already have) and if you don't have it, then vapt-get won't work (because it simply runs apt-get in the guest, unlike vyum which i believe runs yum on the host servicing the guest, though i might be wrong as i'm a debian/ubuntu guy) 1410156863 M * misc-- ahhh 1410156872 M * misc-- ok, yeah vyum does run on the host 1410156881 M * undefined that error says you don't have apt-get install in the guest 1410156897 M * undefined which is weird, because even a debootstrap should install apt 1410156932 M * misc-- yeah I see, ok then. Strange, when I installed the guest with debootstrap, it retrieved apt and apt-utils, but definitely it doesn't have any apt* commands in that guest 1410156990 M * misc-- well, I have dpkg at least. I'll install apt via dpkg I guess 1410157031 M * undefined what does "dpkg -l apt" return inside the guest? 1410157071 M * undefined (i'm curious if it returns "rc apt ..." meaning that it was at least at one time installed) 1410157096 M * misc-- oh ok. No, it just says no packages found matching apt 1410157329 M * undefined well, technically "rc" means package removed, but conf-files still installed (which is the usual state after a "remove" without a "--purge") 1410157419 M * misc-- ahh right ok 1410157466 M * misc-- I have a /etc/apt with a sources.list file in there. But if I do dpkg -S /etc/apt (see what package owns it), then it says no path found for matching pattern /etc/apt 1410157600 M * misc-- so if I download the apt deb package and install with dpkg, it says: apt pre-depends on dpkg (>= 1.15.7.2). My dpkg --version is 1.16.1.2. Hmm 1410157647 M * undefined inside the guest, what does /etc/issue.net say? 1410157659 M * misc-- Ubuntu 12.04 LTS 1410157660 M * undefined (i'm curious what guest you have, if it's really precise) 1410157799 M * undefined i've used debootstrap to create linux-vserver guests, pbuilder chroots, and plain chroots and i've never seen your problems 1410157821 M * undefined so if you figure out what went wrong, i would be interested in hearing it 1410157893 M * misc-- I will let you know =) 1410158726 Q * Ghislain Read error: Connection reset by peer 1410158835 J * Ghislain ~aqueos@adsl1.aqueos.com 1410159105 Q * Ghislain Read error: Connection reset by peer 1410159168 J * Ghislain ~aqueos@adsl1.aqueos.com 1410163149 Q * BlackPanx Quit: KVIrc 4.1.3 Equilibrium http://www.kvirc.net/ 1410163242 Q * kiorky Ping timeout: 480 seconds 1410163340 Q * misc-- Ping timeout: 480 seconds 1410164305 J * kiorky ~kiorky@cryptelium.net 1410165857 Q * sannes Ping timeout: 480 seconds 1410166026 J * dakkon ~oftc-webi@213.106.150.130 1410166119 M * dakkon hi, sorry if that's not the right place to ask, does anyone know about dietlibc that is pulled as a dependency of util-vserver in gentoo, failing to compile with error make: *** [bin-x86_64/elftrunc] Error 139 ? 1410166196 M * distemper hmm, that's a new one 1410166217 M * distemper are you using a hardened toolchain, by chance? 1410166255 M * renihs dakkon: the snapshot: dev-libs/dietlibc-0.34_pre20140729 ? 1410166320 M * dakkon using hardened useflag but non-hardened gcc , yes latest snapshot in portage dev-libs/dietlibc-0.34_pre20140729 1410166367 M * renihs hardened useflag but non-hardened gcc? :) 1410166386 M * renihs if you have a hardened profile, you have a hardened gcc/toolchain 1410166422 M * dakkon I have selected the x86_64-pc-linux-gnu-4.8.0 instead of x86_64-pc-linux-gnu-4.8.0-hardenednopie 1410166428 M * dakkon through gcc-config 1410166438 M * renihs um, that is hardened 1410166447 M * dakkon oh 1410166460 M * renihs the [1] x86_64-pc-linux-gnu-4.8.3 * <- on a hardened is hardened 1410166472 M * dakkon sorry you're right, I'll try with x86_64-pc-linux-gnu-4.8.0-vanilla 1410166482 M * dakkon that should be non hardened? 1410166494 M * renihs the vanilla is vanilla afaik 1410166530 M * renihs To turn off all hardened building switch to the vanilla profile 1410166533 M * renihs :) 1410166920 Q * Ghislain magnet.oftc.net solenoid.oftc.net 1410166920 Q * adnauseam magnet.oftc.net solenoid.oftc.net 1410166920 Q * mnemoc magnet.oftc.net solenoid.oftc.net 1410166920 Q * Hunger magnet.oftc.net solenoid.oftc.net 1410166920 Q * yang magnet.oftc.net solenoid.oftc.net 1410166920 Q * voegelas magnet.oftc.net solenoid.oftc.net 1410166920 Q * l0kit magnet.oftc.net solenoid.oftc.net 1410166920 Q * distemper magnet.oftc.net solenoid.oftc.net 1410166920 Q * sladen magnet.oftc.net solenoid.oftc.net 1410166920 Q * Rockj magnet.oftc.net solenoid.oftc.net 1410166920 Q * vasko magnet.oftc.net solenoid.oftc.net 1410166920 Q * daniel_hozac magnet.oftc.net solenoid.oftc.net 1410166920 Q * AndrewLe1 magnet.oftc.net solenoid.oftc.net 1410166920 Q * neofutur magnet.oftc.net solenoid.oftc.net 1410166983 J * Ghislain ~aqueos@adsl1.aqueos.com 1410166983 J * adnauseam lucid@2001:1608:3:a621::777 1410166983 J * mnemoc ~amery@geeks.cl 1410166983 J * Hunger hunger@proactivesec.com 1410166983 J * yang yang@yang.netrep.oftc.net 1410166983 J * voegelas ~voegelas@www.andreasvoegele.com 1410166983 J * l0kit ~1oxT@0001b54e.user.oftc.net 1410166983 J * distemper ~user@2001:4dd0:ff00:9484:3f2f:58c8:2997:3dd2 1410166983 J * sladen ~paul@starsky.19inch.net 1410166983 J * Rockj rockj@rockj.net 1410166983 J * vasko ~vasko@unreal.rainside.sk 1410166983 J * neofutur ~neofutur@neofutur.user.oftc.net 1410166983 J * daniel_hozac ~daniel@h149n2-spaa-a12.ias.bredband.telia.com 1410166983 J * AndrewLe1 ~andrew@210.240.39.201 1410167138 M * dakkon same problem with default/linux/amd64/13.0 and x86_64-pc-linux-gnu-4.8.0-vanilla :/ 1410167211 M * dakkon would it be hard to have util-vserver compile against glibc? 1410167307 M * renihs i would assume so 1410167318 M * renihs besides, there is a reason for dietlibc security wise 1410167327 M * renihs more than one reason i would assume 1410167362 M * renihs dev-libs/dietlibc-0.34_pre20140729 showed no issues for me so far, assuming non-hardening hmm 1410167382 A * renihs tries to emerge on hardened 1410167418 M * dakkon thanks 1410167424 M * dakkon which gcc version are you using? 1410167438 M * renihs x86_64-pc-linux-gnu-4.8.3 1410167452 M * renihs but yeah, fails too same way 1410167486 A * renihs tries vanilla 1410167514 M * renihs might be we need a new snapshot of dietlibc, the last one was a desperation workaround to prevent removal from portage 1410167542 M * renihs compiles fine with vanilla 1410167555 M * renihs >>> Installing (1 of 1) dev-libs/dietlibc-0.34_pre20140729::gentoo 1410167566 M * renihs [5] x86_64-pc-linux-gnu-4.8.3-vanilla * 1410167606 M * renihs phew 1410167612 M * dakkon ok upgrading my gcc to 4.8.3 just in case and will try again with vanilla, thanks 1410167613 A * renihs was worried there for abit 1410167628 Q * undefined Quit: Closing object 1410167642 M * dakkon when you gcc-config a different profile do you need to do anything else to make it active? 1410167654 M * renihs only what it says, e.g source /etc/profile 1410167660 M * dakkon yes 1410167663 M * dakkon :/ 1410167667 M * renihs well, thats not needed to make it active but required nonethless :) 1410167852 M * renihs i just checked and hmm i have no system with gcc-4.8.0 ...at all 1410167862 M * renihs i would recommend to try with higher :) 1410167883 M * renihs might be something that slipped notice 1410167984 M * dakkon thanks, doing that, I hope that's it and not something more obscure like having a gcc that was compiled with a non-hardened gcc 1410168152 J * misc-- ~misc@123-243-234-69.static.tpgi.com.au 1410168422 M * renihs not sure what that inclines :) 1410168695 Q * misc-- Read error: Operation timed out 1410168707 J * misc-- ~misc@123-243-234-69.static.tpgi.com.au 1410168949 M * dakkon shit just realized I forgot -j1 in make.conf, that's why gcc takes ages to compile :( 1410170230 M * dakkon yes with gcc 4.8.3 it works! thanks again renihs 1410170258 M * renihs grats :) 1410172576 M * Bertl off for a nap .. bbl 1410172609 N * Bertl Bertl_zZ 1410175257 Q * Aiken Remote host closed the connection 1410176330 Q * dakkon Quit: Page closed 1410177738 J * undefined ~undefined@71-90-160-105.dhcp.ftwo.tx.charter.com 1410178878 Q * swenTjuln Ping timeout: 480 seconds 1410178934 J * swenTjuln ~Swen@195.95.173.243 1410178945 Q * vasko reticulum.oftc.net charon.oftc.net 1410178945 Q * distemper reticulum.oftc.net charon.oftc.net 1410178945 Q * voegelas reticulum.oftc.net charon.oftc.net 1410178945 Q * Ghislain reticulum.oftc.net charon.oftc.net 1410178945 Q * adnauseam reticulum.oftc.net charon.oftc.net 1410178945 Q * sladen reticulum.oftc.net charon.oftc.net 1410178945 Q * yang reticulum.oftc.net charon.oftc.net 1410178945 Q * daniel_hozac reticulum.oftc.net charon.oftc.net 1410178945 Q * l0kit reticulum.oftc.net charon.oftc.net 1410178945 Q * AndrewLe1 reticulum.oftc.net charon.oftc.net 1410178945 Q * neofutur reticulum.oftc.net charon.oftc.net 1410178945 Q * Rockj reticulum.oftc.net charon.oftc.net 1410178945 Q * mnemoc reticulum.oftc.net charon.oftc.net 1410178945 Q * Hunger reticulum.oftc.net charon.oftc.net 1410178945 Q * mcp reticulum.oftc.net charon.oftc.net 1410178945 Q * DLange reticulum.oftc.net charon.oftc.net 1410178945 Q * Romster reticulum.oftc.net charon.oftc.net 1410178945 Q * Guy- reticulum.oftc.net charon.oftc.net 1410178945 Q * DoberMann reticulum.oftc.net charon.oftc.net 1410178945 Q * guerby reticulum.oftc.net charon.oftc.net 1410178945 Q * FloodServ reticulum.oftc.net charon.oftc.net 1410178945 Q * undefined reticulum.oftc.net charon.oftc.net 1410178945 Q * fisted reticulum.oftc.net charon.oftc.net 1410178945 Q * hparker reticulum.oftc.net charon.oftc.net 1410178945 Q * ivan` reticulum.oftc.net charon.oftc.net 1410178945 Q * jrayhawk reticulum.oftc.net charon.oftc.net 1410178945 Q * gentoo reticulum.oftc.net charon.oftc.net 1410178945 Q * jpierre03 reticulum.oftc.net charon.oftc.net 1410178945 Q * FireEgl reticulum.oftc.net charon.oftc.net 1410178945 Q * PowerKe reticulum.oftc.net charon.oftc.net 1410178945 Q * wmp reticulum.oftc.net charon.oftc.net 1410178945 Q * BWare reticulum.oftc.net charon.oftc.net 1410178945 Q * funnel reticulum.oftc.net charon.oftc.net 1410178945 Q * misc-- reticulum.oftc.net charon.oftc.net 1410178945 Q * redhat reticulum.oftc.net charon.oftc.net 1410178945 Q * gamingrobot reticulum.oftc.net charon.oftc.net 1410178945 Q * jrklein reticulum.oftc.net charon.oftc.net 1410178945 Q * ggherdov reticulum.oftc.net charon.oftc.net 1410178945 Q * swenTjuln reticulum.oftc.net charon.oftc.net 1410178945 Q * kiorky reticulum.oftc.net charon.oftc.net 1410178945 Q * karasz reticulum.oftc.net charon.oftc.net 1410178945 Q * morfoh reticulum.oftc.net charon.oftc.net 1410178945 Q * eyck reticulum.oftc.net charon.oftc.net 1410178945 Q * ensc|w reticulum.oftc.net charon.oftc.net 1410178945 Q * renihs reticulum.oftc.net charon.oftc.net 1410178945 Q * Jb_boin reticulum.oftc.net charon.oftc.net 1410178945 Q * click reticulum.oftc.net charon.oftc.net 1410178945 Q * transacid reticulum.oftc.net charon.oftc.net 1410178945 Q * ex reticulum.oftc.net charon.oftc.net 1410178945 Q * Vudu reticulum.oftc.net charon.oftc.net 1410178945 Q * DelTree reticulum.oftc.net charon.oftc.net 1410178945 Q * fosco reticulum.oftc.net charon.oftc.net 1410178946 Q * clopez reticulum.oftc.net charon.oftc.net 1410178946 Q * AbyssOne_ reticulum.oftc.net charon.oftc.net 1410178946 Q * a1-away reticulum.oftc.net charon.oftc.net 1410178946 Q * bzed reticulum.oftc.net charon.oftc.net 1410178946 Q * tokkee reticulum.oftc.net charon.oftc.net 1410178956 J * swenTjuln ~Swen@195.95.173.243 1410178956 J * tokkee tokkee@osprey.tokkee.org 1410178956 J * a1-away ~jelle@62.27.85.48 1410178956 J * AbyssOne_ ~jelle3@62.27.85.48 1410178956 J * fosco fosco@91.208.40.1 1410178956 J * DelTree ~deplagne@alcorak1.eric.deplagne.name 1410178956 J * bzed ~bzed@bzed.netrep.oftc.net 1410178956 J * Vudu 692776a0de@perverz.hu 1410178956 J * ex ~ex@valis.net.pl 1410178956 J * clopez ~tau@neutrino.es 1410178956 J * ggherdov sid11402@id-11402.ealing.irccloud.com 1410178956 J * jrklein ~osx@proxy.dnihost.net 1410178956 J * wmp ~wmp@auburn.sored.pl 1410178956 J * jrayhawk ~jrayhawk@nursie.omgwallhack.org 1410178956 J * FloodServ services@services.oftc.net 1410178956 J * transacid ~transacid@transacid.de 1410178956 J * gamingrobot sid10990@id-10990.highgate.irccloud.com 1410178956 J * click click@ice.vcon.no 1410178956 J * funnel ~funnel@0001c7d4.user.oftc.net 1410178956 J * ivan` ~ivan`@000130ca.user.oftc.net 1410178956 J * Jb_boin ~dedior@proxad.eu 1410178956 J * PowerKe ~tom@d54C685DC.access.telenet.be 1410178956 J * FireEgl ~FireEgl@173-23-76-139.client.mchsi.com 1410178956 J * jpierre03 ~jpierre03@5275675.test.dnsbl.oftc.net 1410178956 J * hparker ~hparker@0000fb24.user.oftc.net 1410178956 J * renihs ~arf@83-65-34-34.arsenal.xdsl-line.inode.at 1410178956 J * redhat ~quassel@31.25.99.5 1410178956 J * BWare ~itsme@31.25.99.5 1410178956 J * ensc|w ~ensc@www-old.sigma-chemnitz.de 1410178956 J * gentoo ~gentoo@ip-83-101-67-3.customer.schedom-europe.net 1410178956 J * eyck ~eyck@u28n61.nowanet.pl 1410178956 J * guerby ~guerby@ip165-ipv6.tetaneutral.net 1410178956 J * DoberMann ~james@2a01:e35:8b44:84c0::2 1410178956 J * Guy- ~korn@elan.rulez.org 1410178956 J * Romster ~Romster@202.168.100.149.dynamic.rev.eftel.com 1410178956 J * DLange ~DLange@dlange.user.oftc.net 1410178956 J * mcp ~mcp@wolk-project.de 1410178956 J * morfoh ~morfoh@chewbacca.easy-cloud.net 1410178956 J * karasz ~karasz@00015555.user.oftc.net 1410178956 J * fisted ~fisted@xdsl-87-78-15-74.netcologne.de 1410178956 J * kiorky ~kiorky@cryptelium.net 1410178956 J * Ghislain ~aqueos@adsl1.aqueos.com 1410178956 J * adnauseam lucid@2001:1608:3:a621::777 1410178956 J * mnemoc ~amery@geeks.cl 1410178956 J * Hunger hunger@proactivesec.com 1410178956 J * yang yang@yang.netrep.oftc.net 1410178956 J * voegelas ~voegelas@www.andreasvoegele.com 1410178956 J * l0kit ~1oxT@0001b54e.user.oftc.net 1410178956 J * distemper ~user@2001:4dd0:ff00:9484:3f2f:58c8:2997:3dd2 1410178956 J * sladen ~paul@starsky.19inch.net 1410178956 J * Rockj rockj@rockj.net 1410178956 J * vasko ~vasko@unreal.rainside.sk 1410178956 J * neofutur ~neofutur@neofutur.user.oftc.net 1410178956 J * daniel_hozac ~daniel@h149n2-spaa-a12.ias.bredband.telia.com 1410178956 J * AndrewLe1 ~andrew@210.240.39.201 1410178956 J * misc-- ~misc@123-243-234-69.static.tpgi.com.au 1410178956 J * undefined ~undefined@00011a48.user.oftc.net 1410179025 Q * kiorky charon.oftc.net kinetic.oftc.net 1410179025 Q * karasz charon.oftc.net kinetic.oftc.net 1410179025 Q * morfoh charon.oftc.net kinetic.oftc.net 1410179025 Q * ensc|w charon.oftc.net kinetic.oftc.net 1410179025 Q * renihs charon.oftc.net kinetic.oftc.net 1410179025 Q * Jb_boin charon.oftc.net kinetic.oftc.net 1410179025 Q * click charon.oftc.net kinetic.oftc.net 1410179025 Q * transacid charon.oftc.net kinetic.oftc.net 1410179025 Q * ex charon.oftc.net kinetic.oftc.net 1410179025 Q * Vudu charon.oftc.net kinetic.oftc.net 1410179025 Q * DelTree charon.oftc.net kinetic.oftc.net 1410179025 Q * swenTjuln charon.oftc.net kinetic.oftc.net 1410179025 Q * eyck charon.oftc.net kinetic.oftc.net 1410179025 Q * tokkee charon.oftc.net kinetic.oftc.net 1410179025 Q * bzed charon.oftc.net kinetic.oftc.net 1410179025 Q * fosco charon.oftc.net kinetic.oftc.net 1410179025 Q * clopez charon.oftc.net kinetic.oftc.net 1410179025 Q * AbyssOne_ charon.oftc.net kinetic.oftc.net 1410179025 Q * a1-away charon.oftc.net kinetic.oftc.net 1410179031 J * swenTjuln ~Swen@195.95.173.243 1410179031 J * kiorky ~kiorky@cryptelium.net 1410179031 J * karasz ~karasz@00015555.user.oftc.net 1410179031 J * morfoh ~morfoh@chewbacca.easy-cloud.net 1410179031 J * eyck ~eyck@u28n61.nowanet.pl 1410179031 J * ensc|w ~ensc@www-old.sigma-chemnitz.de 1410179031 J * renihs ~arf@83-65-34-34.arsenal.xdsl-line.inode.at 1410179031 J * Jb_boin ~dedior@proxad.eu 1410179031 J * click click@ice.vcon.no 1410179031 J * transacid ~transacid@transacid.de 1410179031 J * clopez ~tau@neutrino.es 1410179031 J * ex ~ex@valis.net.pl 1410179031 J * Vudu 692776a0de@perverz.hu 1410179031 J * bzed ~bzed@bzed.netrep.oftc.net 1410179031 J * DelTree ~deplagne@alcorak1.eric.deplagne.name 1410179031 J * fosco fosco@91.208.40.1 1410179031 J * AbyssOne_ ~jelle3@62.27.85.48 1410179031 J * a1-away ~jelle@62.27.85.48 1410179031 J * tokkee tokkee@osprey.tokkee.org 1410179140 J * BenG ~bengreen@5751ac80.skybroadband.com 1410179154 Q * neofutur charon.oftc.net solenoid.oftc.net 1410179154 Q * vasko charon.oftc.net solenoid.oftc.net 1410179154 Q * sladen charon.oftc.net solenoid.oftc.net 1410179154 Q * distemper charon.oftc.net solenoid.oftc.net 1410179154 Q * l0kit charon.oftc.net solenoid.oftc.net 1410179154 Q * voegelas charon.oftc.net solenoid.oftc.net 1410179154 Q * mnemoc charon.oftc.net solenoid.oftc.net 1410179154 Q * adnauseam charon.oftc.net solenoid.oftc.net 1410179154 Q * Ghislain charon.oftc.net solenoid.oftc.net 1410179154 Q * AndrewLe1 charon.oftc.net solenoid.oftc.net 1410179154 Q * daniel_hozac charon.oftc.net solenoid.oftc.net 1410179154 Q * yang charon.oftc.net solenoid.oftc.net 1410179154 Q * Rockj charon.oftc.net solenoid.oftc.net 1410179154 Q * Hunger charon.oftc.net solenoid.oftc.net 1410179161 J * Ghislain ~aqueos@adsl1.aqueos.com 1410179161 J * adnauseam lucid@2001:1608:3:a621::777 1410179161 J * mnemoc ~amery@geeks.cl 1410179161 J * Hunger hunger@proactivesec.com 1410179161 J * yang yang@yang.netrep.oftc.net 1410179161 J * voegelas ~voegelas@www.andreasvoegele.com 1410179161 J * l0kit ~1oxT@0001b54e.user.oftc.net 1410179161 J * distemper ~user@2001:4dd0:ff00:9484:3f2f:58c8:2997:3dd2 1410179161 J * sladen ~paul@starsky.19inch.net 1410179161 J * Rockj rockj@rockj.net 1410179161 J * vasko ~vasko@unreal.rainside.sk 1410179161 J * neofutur ~neofutur@neofutur.user.oftc.net 1410179161 J * daniel_hozac ~daniel@h149n2-spaa-a12.ias.bredband.telia.com 1410179161 J * AndrewLe1 ~andrew@210.240.39.201 1410179207 Q * Romster charon.oftc.net coulomb.oftc.net 1410179207 Q * Guy- charon.oftc.net coulomb.oftc.net 1410179207 Q * DoberMann charon.oftc.net coulomb.oftc.net 1410179207 Q * guerby charon.oftc.net coulomb.oftc.net 1410179207 Q * DLange charon.oftc.net coulomb.oftc.net 1410179207 Q * mcp charon.oftc.net coulomb.oftc.net 1410179216 J * mcp ~mcp@wolk-project.de 1410179216 J * DLange ~DLange@dlange.user.oftc.net 1410179216 J * Romster ~Romster@202.168.100.149.dynamic.rev.eftel.com 1410179216 J * Guy- ~korn@elan.rulez.org 1410179216 J * guerby ~guerby@ip165-ipv6.tetaneutral.net 1410179216 J * DoberMann ~james@2a01:e35:8b44:84c0::2 1410179365 Q * karasz Remote host closed the connection 1410179365 Q * morfoh Remote host closed the connection 1410179658 Q * misc-- Ping timeout: 480 seconds 1410179830 Q * BenG Quit: I Leave 1410180248 Q * FloodServ resistance.oftc.net charon.oftc.net 1410180405 J * karasz ~karasz@chewbacca.easy-cloud.net 1410180758 J * FloodServ services@services.oftc.net 1410181097 J * BenG ~bengreen@5751ac80.skybroadband.com 1410181689 Q * mcp Ping timeout: 480 seconds 1410185281 N * Bertl_zZ Bertl 1410185285 M * Bertl back now ... 1410186284 J * mcp ~mcp@wolk-project.de 1410186782 M * renihs welcome back BenG 1410186784 M * renihs grmbl 1410186786 M * renihs welcome back Bertl 1410187215 M * Bertl thanks! :) 1410189526 Q * BenG Remote host closed the connection 1410189833 J * BenG ~bengreen@host-92-27-135-217.static.as13285.net 1410190110 Q * jrayhawk Server closed connection 1410190111 J * jrayhawk ~jrayhawk@nursie.omgwallhack.org 1410190575 J * Wermwud ~Wermwud@69-29-150-18.stat.centurytel.net 1410191724 J * zerick ~eocrospom@vlearning.icpna.edu.pe 1410192420 J * bonbons ~bonbons@2001:a18:22a:2201:b9c1:c60b:a36c:fca8 1410192821 Q * zerick Ping timeout: 480 seconds 1410193613 J * zerick ~eocrospom@vlearning.icpna.edu.pe 1410193828 J * sannes ~ace@2a02:fe0:c120:5e60:c8ba:dae3:90da:66f2 1410194183 Q * zerick Ping timeout: 480 seconds 1410194366 J * zerick ~eocrospom@vlearning.icpna.edu.pe 1410194823 Q * sannes Ping timeout: 480 seconds 1410194916 Q * BenG Quit: I Leave 1410195007 Q * Ghislain Read error: Connection reset by peer 1410195034 J * Ghislain ~aqueos@adsl1.aqueos.com 1410195441 J * sannes ~ace@2a02:fe0:c120:5e60:8957:1721:1338:4aab 1410195448 Q * sannes 1410196155 Q * bonbons Quit: Leaving 1410196201 J * bonbons ~bonbons@2001:a18:22a:2201:b9c1:c60b:a36c:fca8 1410196476 Q * ivan` Server closed connection 1410196490 J * ivan` ~ivan`@000130ca.user.oftc.net 1410198124 Q * hparker Server closed connection 1410198149 J * hparker ~hparker@0000fb24.user.oftc.net 1410199666 Q * zerick Ping timeout: 480 seconds 1410201108 J * fisted_ ~fisted@xdsl-81-173-184-32.netcologne.de 1410201163 J * Wermwud_ ~Wermwud@69-29-150-18.stat.centurytel.net 1410201560 Q * fisted Ping timeout: 480 seconds 1410201560 N * fisted_ fisted 1410201562 Q * Wermwud Ping timeout: 480 seconds 1410206878 J * Aiken ~Aiken@d63f.h.jbmb.net 1410207198 Q * jrayhawk magnet.oftc.net resistance.oftc.net 1410207198 Q * undefined magnet.oftc.net resistance.oftc.net 1410207198 Q * Wermwud_ magnet.oftc.net resistance.oftc.net 1410207198 Q * ivan` magnet.oftc.net resistance.oftc.net 1410207198 Q * gentoo magnet.oftc.net resistance.oftc.net 1410207198 Q * FireEgl magnet.oftc.net resistance.oftc.net 1410207198 Q * PowerKe magnet.oftc.net resistance.oftc.net 1410207198 Q * wmp magnet.oftc.net resistance.oftc.net 1410207198 Q * jpierre03 magnet.oftc.net resistance.oftc.net 1410207198 Q * BWare magnet.oftc.net resistance.oftc.net 1410207198 Q * fisted magnet.oftc.net resistance.oftc.net 1410207198 Q * funnel magnet.oftc.net resistance.oftc.net 1410207198 Q * hparker magnet.oftc.net resistance.oftc.net 1410207198 Q * bonbons magnet.oftc.net resistance.oftc.net 1410207198 Q * gamingrobot magnet.oftc.net resistance.oftc.net 1410207198 Q * jrklein magnet.oftc.net resistance.oftc.net 1410207198 Q * ggherdov magnet.oftc.net resistance.oftc.net 1410207198 Q * redhat magnet.oftc.net resistance.oftc.net 1410207214 J * ggherdov sid11402@id-11402.ealing.irccloud.com 1410207214 J * jrklein ~osx@proxy.dnihost.net 1410207214 J * wmp ~wmp@auburn.sored.pl 1410207214 J * gamingrobot sid10990@id-10990.highgate.irccloud.com 1410207214 J * funnel ~funnel@0001c7d4.user.oftc.net 1410207214 J * PowerKe ~tom@d54C685DC.access.telenet.be 1410207214 J * FireEgl ~FireEgl@173-23-76-139.client.mchsi.com 1410207214 J * jpierre03 ~jpierre03@5275675.test.dnsbl.oftc.net 1410207214 J * redhat ~quassel@31.25.99.5 1410207214 J * BWare ~itsme@31.25.99.5 1410207214 J * gentoo ~gentoo@ip-83-101-67-3.customer.schedom-europe.net 1410207214 J * undefined ~undefined@00011a48.user.oftc.net 1410207214 J * jrayhawk ~jrayhawk@nursie.omgwallhack.org 1410207214 J * bonbons ~bonbons@2001:a18:22a:2201:b9c1:c60b:a36c:fca8 1410207214 J * ivan` ~ivan`@000130ca.user.oftc.net 1410207214 J * hparker ~hparker@0000fb24.user.oftc.net 1410207214 J * fisted ~fisted@xdsl-81-173-184-32.netcologne.de 1410207214 J * Wermwud_ ~Wermwud@69-29-150-18.stat.centurytel.net 1410207394 Q * undefined resistance.oftc.net osmotic.oftc.net 1410207394 Q * jrayhawk resistance.oftc.net osmotic.oftc.net 1410207406 J * jrayhawk ~jrayhawk@nursie.omgwallhack.org 1410207406 J * undefined ~undefined@00011a48.user.oftc.net 1410207449 Q * BWare resistance.oftc.net larich.oftc.net 1410207461 J * BWare ~itsme@31.25.99.5 1410207567 Q * bonbons resistance.oftc.net charm.oftc.net 1410207567 Q * gamingrobot resistance.oftc.net charm.oftc.net 1410207567 Q * jrklein resistance.oftc.net charm.oftc.net 1410207567 Q * ggherdov resistance.oftc.net charm.oftc.net 1410207567 Q * hparker resistance.oftc.net charm.oftc.net 1410207567 Q * redhat resistance.oftc.net charm.oftc.net 1410207578 J * hparker ~hparker@0000fb24.user.oftc.net 1410207578 J * bonbons ~bonbons@2001:a18:22a:2201:b9c1:c60b:a36c:fca8 1410207578 J * redhat ~quassel@31.25.99.5 1410207578 J * gamingrobot sid10990@id-10990.highgate.irccloud.com 1410207578 J * jrklein ~osx@proxy.dnihost.net 1410207578 J * ggherdov sid11402@id-11402.ealing.irccloud.com 1410207611 Q * fisted resistance.oftc.net weber.oftc.net 1410207611 Q * funnel resistance.oftc.net weber.oftc.net 1410207623 J * fisted ~fisted@xdsl-81-173-184-32.netcologne.de 1410207623 J * funnel ~funnel@0001c7d4.user.oftc.net 1410207704 Q * gentoo resistance.oftc.net oxygen.oftc.net 1410207704 Q * FireEgl resistance.oftc.net oxygen.oftc.net 1410207704 Q * PowerKe resistance.oftc.net oxygen.oftc.net 1410207704 Q * wmp resistance.oftc.net oxygen.oftc.net 1410207704 Q * ivan` resistance.oftc.net oxygen.oftc.net 1410207704 Q * Wermwud_ resistance.oftc.net oxygen.oftc.net 1410207704 Q * jpierre03 resistance.oftc.net oxygen.oftc.net 1410207721 J * jpierre03 ~jpierre03@voyage.prunetwork.fr 1410207773 Q * bonbons Quit: Leaving 1410207835 Q * jpierre03 Read error: Connection reset by peer 1410207929 J * jpierre03 ~jpierre03@voyage.prunetwork.fr 1410208573 J * wmp ~wmp@auburn.sored.pl 1410208590 J * Wermwud_ ~Wermwud@69-29-150-18.stat.centurytel.net 1410208598 J * PowerKe ~tom@d54C685DC.access.telenet.be 1410208601 J * gentoo ~gentoo@ip-83-101-67-3.customer.schedom-europe.net 1410208606 J * ivan` ~ivan`@000130ca.user.oftc.net 1410209083 J * zerick ~eocrospom@190.187.21.53 1410209589 J * FireEgl ~FireEgl@173-23-76-139.client.mchsi.com 1410210184 Q * jpierre03 Ping timeout: 480 seconds 1410210341 J * jpierre03 ~jpierre03@voyage.prunetwork.fr 1410212117 Q * Ghislain Quit: Leaving. 1410216747 Q * Wermwud_ Quit: Leaving (Please imagine me slamming the door on my way out) 1410217087 J * misc-- ~misc@123-243-234-69.static.tpgi.com.au 1410217147 M * misc-- hello, yesterday I was in here just asking about a problem I had with debootstrap and how I couldn't get an ubuntu precise guest to run (properly) on an ubuntu precise host... 1410217184 M * misc-- am still having troubles with it, basically when I create the guest like this: 1410217204 M * misc-- vserver www1 build -m debootstrap --hostname www1.myvservers.net --netdev eth0 --interface 192.168.1.196/24 --context 40003 -- -d precise -m http://au.archive.ubuntu.com/ubuntu -- --arch amd64 1410217306 M * misc-- it does a whole bunch of Retrieving / Validating, then Extracting. After that, that's it, nothing else. So I can start it (after adding plain initstyle), but there is no apt, in fact no .deb packages have installed even though they are all in /cache/apt/archives 1410217331 M * misc-- I don't even have a /etc/passwd file. So it's as if the installation only half finished. But there were no errors while installing, strangely enough 1410218454 M * misc-- hmmm there actually is an error in the debootstrap.log file: /usr/sbin/debootstrap: 894: /usr/sbin/debootstrap: cannot create /etc/vservers/.defaults/vdirbase/www1//etc/resolv.conf: Directory nonexistent