1439602283 J * derjohn_mobi ~aj@x4db26f0a.dyn.telefonica.de 1439602722 Q * derjohn_mob Ping timeout: 480 seconds 1439603395 M * Bertl_oO off to bed now ... have a good one everyone! 1439603397 N * Bertl_oO Bertl_zZ 1439606630 Q * padde Remote host closed the connection 1439606700 J * padde ~padde@patrick-nagel.net 1439613870 P * undefined 1439614156 J * undefined ~undefined@00011a48.user.oftc.net 1439620495 J * Ghislain ~aqueos@adsl1.aqueos.com 1439624962 Q * Ghislain Quit: Leaving. 1439625009 J * Ghislain ~aqueos@adsl1.aqueos.com 1439625110 Q * Ghislain 1439625610 J * Ghislain ~aqueos@adsl1.aqueos.com 1439626979 Q * Guy- Ping timeout: 480 seconds 1439628836 N * Bertl_zZ Bertl_oO 1439628914 J * mdesaive ~mdesaive@p54BF26B7.dip0.t-ipconnect.de 1439629716 J * bonbons ~bonbons@2001:a18:207:b801:4930:f566:d81d:4481 1439629826 Q * padde Remote host closed the connection 1439629882 J * padde ~padde@patrick-nagel.net 1439631476 Q * mdesaive Quit: leaving 1439631769 J * Guy- ~korn@elan.rulez.org 1439631796 J * mdesaive_ ~mdesaive@p54BF26B7.dip0.t-ipconnect.de 1439632941 Q * mdesaive_ Quit: leaving 1439632961 J * mdesaive_ ~mdesaive@p54BF26B7.dip0.t-ipconnect.de 1439639960 Q * fstd Remote host closed the connection 1439639972 J * fstd ~fstd@xdsl-84-44-226-73.netcologne.de 1439645140 Q * Aiken Remote host closed the connection 1439657495 J * laurens ~tunka@S0106bc4dfba46863.vf.shawcable.net 1439657497 M * laurens morning 1439657593 M * laurens I upgraded from linux-2.6.38.8-patch-2.6.38.8-vs2.3.0.37 to linux-3.10.69-vs2.3.6.9 and util-vserver from util-vserver-0.30.216-pre2982 to util-vserver-0.30.216-pre3119 1439657613 M * laurens the kernel works, but I had lots of problems with util-vserver and went back to util-vserver-0.30.216-pre2982 1439657636 M * laurens it seems something changed with the prefix while compiling the new util-vserver 1439657672 M * laurens my vservers are in /vservers, config in /etc/vservers, but I can't seem to point the new util-vserver to those... 1439657682 M * laurens any idea on the parameter I should feed configure? 1439657688 M * undefined hmmm 1439657695 M * undefined let me see what the debian package does 1439657700 M * undefined but that's what it points to 1439657796 M * undefined it uses dh_auto_configure and i need to see where that points (or look at one of my util-vserver build logs) 1439657909 M * undefined Paths: 1439657909 M * undefined prefix: /usr 1439657909 M * undefined sysconf-Directory: /etc 1439657909 M * undefined cfg-Directory: /etc/vservers 1439657909 M * undefined initrd-Directory: /etc/init.d 1439657911 M * undefined pkgstate-Directory: /var/run/vservers 1439657911 M * undefined vserver-Rootdir: /vservers 1439658158 M * undefined yeah, i can't figure out what arguments/options dh_auto_configure calls util-vservers configure with, but those are the directories that util-vserver's configure outputs at the end of configuring 1439658190 M * undefined hopefully "./configure --help" will make it evident what arguments/options that directories correspond to 1439658239 M * laurens nope :( 1439658329 M * laurens I get this with a default configure: 1439658330 M * laurens prefix: /usr/local 1439658330 M * laurens sysconf-Directory: ${prefix}/etc 1439658330 M * laurens cfg-Directory: ${prefix}/etc/vservers 1439658330 M * laurens initrd-Directory: $(sysconfdir)/init.d 1439658331 M * laurens pkgstate-Directory: ${prefix}/var/run/vservers 1439658332 M * laurens vserver-Rootdir: /vservers 1439658356 M * undefined based on the output of "./configure --help"... 1439658370 M * undefined ./configure --prefix /usr 1439658373 M * laurens no, based on DIET=/opt/diet/bin/diet ./configure --with-dietlibc 1439658377 M * laurens let me try that, sec 1439658419 M * undefined --sysconfdir=/etc 1439658574 M * laurens if I can now point pkgstate-Directory to /var/run/vservers I'm set I think :) 1439658628 M * undefined i'm rethinking: ./configure --prefix=/ --exec-prefix=/usr 1439658686 M * undefined but you get the idea 1439658876 M * laurens that errors out... 1439659076 M * laurens I'll get it on pastebin, sec 1439659314 M * laurens http://pastebin.com/eHnJgxH0 1439659415 M * undefined -rpath lib64/python2.7/site-packages 1439659421 M * undefined libtool doesn't like that 1439659480 M * undefined don't know where relative path is coming from 1439659484 M * undefined as i don't have the makefile 1439659541 M * laurens probably because the prefix=/ doesn't work... 1439659562 M * laurens If I do "DIET=/opt/diet/bin/diet ./configure --with-dietlibc --prefix=/ --exec-prefix=/usr --sysconfdir=/etc" 1439659564 M * laurens I get: 1439659592 M * laurens prefix: 1439659592 M * laurens sysconf-Directory: /etc 1439659592 M * laurens cfg-Directory: /etc/vservers 1439659592 M * laurens initrd-Directory: $(sysconfdir)/init.d 1439659593 M * laurens pkgstate-Directory: ${prefix}/var/run/vservers 1439659594 M * laurens vserver-Rootdir: /vservers 1439659607 M * laurens so there's no prefix at all... 1439659641 M * undefined correct, you don't want a prefix 1439659658 M * undefined you only want a executable prefix 1439659721 M * undefined because if you look at the outoput of "./configure --help" you'll see that executables (apps and libs) use eprefix and everything else uses prefix (eg /etc) 1439659747 M * undefined unless it's being used for that rpath 1439659757 M * undefined and then, yes, that would cause problems 1439659759 M * laurens I think so yeah... 1439659774 M * laurens everything else as prefix works... 1439659780 M * undefined the alternative is to specify all the paths/prefixes everything explicitly 1439660054 M * undefined @HAVE_PYTHON_TRUE@am_python__libvserver_la_rpath = -rpath $(pyexecdir) 1439660065 M * undefined from Makefile.in 1439660392 M * undefined ah, it figures out the value of pyexecdir in configure 1439660510 M * laurens hmmm, via PYTHON maybe? 1439660542 M * undefined it actually executes a python script embedded in configure to figure it ou 1439660543 M * undefined t 1439660665 M * laurens if I put --prefix=// then it works :) 1439660686 M * laurens and with it I mean the compile 1439660712 M * laurens I know get: 1439660713 M * laurens prefix: // 1439660713 M * laurens sysconf-Directory: /etc 1439660713 M * laurens cfg-Directory: /etc/vservers 1439660713 M * laurens initrd-Directory: $(sysconfdir)/init.d 1439660714 M * laurens pkgstate-Directory: ${prefix}/var/run/vservers 1439660716 M * laurens vserver-Rootdir: /vservers 1439660725 M * laurens and make works... 1439660730 M * laurens make 1439661454 M * laurens I guess that's maybe not the best way, but it seems to work :) 1439662375 M * daniel_hozac ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var is the typical way to run configure. 1439663251 Q * Ghislain Quit: Leaving. 1439663411 J * Ghislain ~aqueos@adsl1.aqueos.com 1439663525 Q * Ghislain 1439664013 J * Ghislain ~aqueos@adsl1.aqueos.com 1439664125 Q * Ghislain 1439664613 J * Ghislain ~aqueos@adsl1.aqueos.com 1439664725 Q * Ghislain 1439665218 J * Ghislain ~aqueos@adsl1.aqueos.com 1439665325 Q * Ghislain 1439665396 M * laurens undefined, daniel_hozac, i'm trying to compile & install on slackware 1439665406 M * laurens found my old notes, this is what I have to use: 1439665407 M * laurens ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --localstatedir=/var --with-vrootdir=/vservers 1439665449 M * laurens thank you for your help! 1439665815 J * Ghislain ~aqueos@adsl1.aqueos.com 1439666015 Q * Ghislain 1439666416 J * Ghislain ~aqueos@adsl1.aqueos.com 1439666540 Q * Ghislain 1439667017 J * Ghislain ~aqueos@adsl1.aqueos.com 1439667125 Q * Ghislain 1439667618 J * Ghislain ~aqueos@adsl1.aqueos.com 1439667725 Q * Ghislain 1439668219 J * Ghislain ~aqueos@adsl1.aqueos.com 1439668325 Q * Ghislain 1439668819 J * Aiken ~Aiken@d63f.h.jbmb.net 1439668825 J * Ghislain ~aqueos@adsl1.aqueos.com 1439668925 Q * Ghislain 1439674269 Q * bonbons Quit: Leaving 1439680132 Q * mdesaive_ Remote host closed the connection 1439682276 M * Bertl_oO off for a nap ... bbl 1439682285 N * Bertl_oO Bertl_zZ 1439683160 Q * fstd Remote host closed the connection 1439683171 J * fstd ~fstd@xdsl-81-173-184-176.netcologne.de