1169337928 J * dmax ~semaj@81.193.56.19 1169338171 Q * dmax Read error: Connection reset by peer 1169338239 Q * Zaki Remote host closed the connection 1169338292 J * dmax ~semaj@bl4-59-215.dsl.telepac.pt 1169343030 J * _dmax ~semaj@81.193.59.142 1169343101 Q * dmax Ping timeout: 480 seconds 1169343101 N * _dmax dmax 1169343448 J * _dmax ~semaj@81.193.59.207 1169343586 Q * dmax Ping timeout: 480 seconds 1169343596 N * _dmax dmax 1169344081 Q * dmax Ping timeout: 480 seconds 1169344288 J * dmax ~semaj@81.193.56.253 1169344689 J * Daniel15 ~Daniel15@server.daniel15.com 1169344717 M * Daniel15 Anyone know what a Kernel Oops is? 1169344719 M * Daniel15 http://rafb.net/p/mn3x8232.html :\ 1169344737 M * Bertl yep, that's a bug in the kernel 1169344758 M * Daniel15 What did I do wrong? :P 1169344769 M * Daniel15 What causes that? 1169344792 M * Bertl what kernel version? 1169344799 M * Daniel15 I was trying to restart a vserver, and got those messages (http://rafb.net/p/mn3x8232.html) 1169344799 M * Bertl and what patches? 1169344802 M * Daniel15 I'll check 1169344817 M * Daniel15 I'm using the Debian Linux-Vserver kernel package 1169344819 M * Daniel15 2.6.18-3-vserver-686 1169344831 M * Bertl okay, then it is kind of expected ... 1169344841 M * Bertl i.e. it wasn't fixed in that version yet 1169344850 M * Daniel15 OK 1169345072 J * _jacky ~jacky@c147173.adsl.hansenet.de 1169345340 Q * jacky Ping timeout: 480 seconds 1169345851 Q * dmax Ping timeout: 480 seconds 1169346332 Q * meandtheshel1 Quit: Leaving. 1169346508 J * dmax ~semaj@81.193.57.50 1169347047 J * JoshMA ~josh@c-76-19-33-37.hsd1.ma.comcast.net 1169347056 M * Bertl welcome JoshMA! 1169347170 M * JoshMA Howdy. 1169347218 P * Daniel15 1169347312 P * JoshMA Leaving 1169348768 J * Daniel15 ~Daniel15@server.daniel15.com 1169348836 M * Daniel15 Hi guys, I'm having a problem with networking in a Vserver. Inside the vserver, I'm running Apache on port 80. I can connect to it from other computers on the network, but if I try to connect from within the vserver, it doesn't work. Any ideas? 1169348857 M * Daniel15 If I'm on the vserver, and type nc 10.1.1.3 80 (10.1.1.3 is the IP address of the vserver), it won't connect 1169348959 M * Daniel15 OK, I solved the Apache problem, but PostgreSQL is still having problems 1169349127 M * Bertl hmm, how did you solve the apache problem? 1169349225 M * Daniel15 It was a configuration problem... I reverted the configuration back to the standard one, and it seems to be working now (I'll go through my changes and see what caused it) 1169349244 M * Bertl and what issue do you see with postgresql? 1169349277 M * Daniel15 The PostgreSQL one looks like a PostgreSQL problem rather than a vserver problem, I'll ask them instead 1169349286 M * Daniel15 One sec, I'll show you 1169349413 M * Daniel15 I wrote up a PHP script to connect to the database and retrieve some data (so I can find out why gforge isn't working) 1169349423 M * Daniel15 This is what it's meant to do: http://server.daniel15.com/temp/test.php 1169349433 M * Daniel15 This is what happens inside the vserver: http://virt01.server.daniel15.com/test.php 1169349495 M * Bertl check the postgres logs for unauthorized access 1169349519 M * Bertl I'd assume that the 'normal' postgres connection is done via 127.0.0.1, while it now is 10.1.1.3 1169349544 M * Bertl so you want to allow access from that ip too 1169349547 M * Daniel15 Yeah, but the script at http://server.daniel15.com/temp/test.php is also connecting via 10.1.1.3 1169349559 M * Daniel15 http://server.daniel15.com/temp/test.php is on the host machine, whereas http://virt01.server.daniel15.com/test.php is on the vserver itself 1169349576 M * Daniel15 Both try to connect to the postgresql server on the host machine 1169349585 M * Daniel15 On the vserver, I mean 1169349596 M * Bertl try to run your test script on a machine outside the host 1169349596 M * Daniel15 Postgresql is running on the vserver, sorry about the confusion :P 1169349602 M * Daniel15 I'll try that 1169349619 M * Daniel15 I think I found the error 1169349622 M * Daniel15 [Sun Jan 21 14:14:41 2007] [error] [client 10.1.1.3] PHP Warning: pg_connect() [function.pg-connect]: Cannot create new link. Too many open links (0) in /usr/share/gforge/www/test.php on line 5 1169349635 M * Daniel15 Now I just need to find out what "Too many open links" means :S 1169349662 M * Bertl interesting ... 1169349684 M * Bertl especially the fact that the limit seems to be '0' :) 1169349760 M * Bertl google seems to be familiar with that one :) 1169349792 M * Daniel15 Yeah, I noticed... Time for me to do some reading :) 1169349841 M * Bertl http://www.arcknowledge.com/gmane.comp.db.postgresql.php/2004-01/msg00025.html 1169349867 M * Daniel15 Fixed :D 1169349869 M * Daniel15 http://archives.postgresql.org/pgsql-php/2004-01/msg00026.php 1169349874 M * Daniel15 Wow, we found the same solution :P 1169349885 M * Bertl :) 1169349898 M * Daniel15 extension=pgsql.so was listed in php.ini, and in another file as well 1169349904 M * Daniel15 I guess it doesn't like loading twice :P 1169349944 M * Daniel15 Thanks for your help :) 1169349951 M * Bertl you're welcome! 1169349965 M * Bertl guess I'm off to bed now ... have a good one everyone! cya! 1169349970 N * Bertl Bertl_zZ 1169349972 M * Daniel15 See you later :) 1169349996 Q * dmax Ping timeout: 480 seconds 1169350074 M * doener Daniel15: ouch... a language that was a require_once statement fails because of a duplicated configuration entry... 1169350117 M * Daniel15 Yeah, and with such a weird error message as well :P 1169350153 M * doener s/was/has/ 1169350164 A * doener ie not fully awake yet 1169350174 M * doener s/ie/is/ :/ 1169350411 J * dmax ~semaj@81.193.57.121 1169353090 Q * Daniel15 Ping timeout: 480 seconds 1169353670 J * RabidObjectivist ~kmw@evvlinlwt-nas-07-s277.cinergycom.net 1169356481 J * Daniel15 ~Daniel15@server.daniel15.com 1169356591 M * Daniel15 Anyone ever heard of a network card causing a kernel panic? 1169356594 M * Daniel15 Mine just did :\ 1169356615 M * Daniel15 I replaced it with a different card (same model), and the server started working perfectly again 1169356702 Q * Daniel15 1169357359 M * RabidObjectivist ...and you're complaining because... 1169363853 J * _dmax ~semaj@81.193.56.55 1169363980 J * Aiken_ ~james@tooax6-052.dialup.optusnet.com.au 1169363986 Q * dmax Ping timeout: 480 seconds 1169363991 N * _dmax dmax 1169364320 Q * Aiken Ping timeout: 480 seconds 1169364473 Q * kugg Ping timeout: 480 seconds 1169367064 Q * FireEgl Quit: ... 1169368647 J * beny ~beny@203-214-14-27.dyn.iinet.net.au 1169368783 J * kugg ~kugg@90-227-91-196-no120.tbcn.telia.com 1169370602 J * dna ~naucki@p54BCD730.dip.t-dialin.net 1169370799 J * DavidS ~david@chello062178045213.16.11.tuwien.teleweb.at 1169371194 J * FireEgl Proteus@adsl-17-158-129.bhm.bellsouth.net 1169372388 J * bonbons ~bonbons@83.222.37.103 1169373652 Q * _jacky Remote host closed the connection 1169375193 J * meandtheshel1 ~markus@85-124-232-231.work.xdsl-line.inode.at 1169376325 Q * RabidObjectivist Ping timeout: 480 seconds 1169376946 J * RabidObjectivist ~kmw@evvlinlwt-nas-07-s54.cinergycom.net 1169378228 N * Bertl_zZ Bertl 1169378232 M * Bertl morning folks! 1169378283 M * phreak`` Bertl: morning (what an unusual time for you) ! 1169378325 M * Bertl yeah, something woke me up :) 1169378463 M * Borg- pneumatic drills maybe? ;] 1169378607 M * phreak`` *ugh* on sunday ? *shrug* vienna ...... 1169379092 M * Bertl actually it was a phone call :) 1169379145 Q * FireEgl Ping timeout: 480 seconds 1169380011 J * Zaki ~Zaki@88.213.59.176 1169380177 Q * Zaki Remote host closed the connection 1169380425 J * Zaki ~Zaki@88.213.59.176 1169380524 Q * Zaki Remote host closed the connection 1169380585 J * Zaki ~Zaki@88.213.59.176 1169380781 J * Aiken__ ~james@tooax8-180.dialup.optusnet.com.au 1169380792 Q * rob-84x^ Quit: That's it for today 1169380813 J * rob-84x^ ~rob@submarine.ath.cx 1169380813 Q * rob-84x^ 1169380814 Q * beny 1169380853 J * rob-84x^ ~rob@submarine.ath.cx 1169381044 Q * ensc Killed (NickServ (GHOST command used by ensc_)) 1169381053 J * ensc ~irc-ensc@p54B4D9F3.dip.t-dialin.net 1169381121 Q * Aiken_ Ping timeout: 480 seconds 1169381460 Q * RabidObjectivist Ping timeout: 480 seconds 1169382036 Q * Aiken__ Ping timeout: 480 seconds 1169383188 J * FireEgl Proteus@adsl-17-158-129.bhm.bellsouth.net 1169383256 Q * softi42 Ping timeout: 480 seconds 1169383785 J * softi42 ~softi@p549D6ED0.dip.t-dialin.net 1169384411 Q * Zaki Quit: Leaving 1169384440 J * ZLinux ~ZLinux@88.213.59.176 1169384455 M * Bertl welcome ZLinux! 1169384469 M * ZLinux thanks Bertl :) 1169384479 M * ZLinux Bertl, oh btw, i'm Zaki 1169384509 M * Bertl ah, in disguise now :) 1169384525 M * Bertl should have checked the ip *G* 1169384556 Q * m`m`h Ping timeout: 480 seconds 1169384579 M * ZLinux :) 1169384628 Q * michal` Ping timeout: 480 seconds 1169384760 J * m`m`h ~simba@deb30.mgts.by 1169385022 J * michal` ~michal@www.rsbac.org 1169385059 J * Kurt ~kmw@evvlinlwt-nas-07-s215.cinergycom.net 1169385090 M * Bertl welcome Kurt! 1169385601 Q * Kurt Ping timeout: 480 seconds 1169385605 Q * m`m`h Ping timeout: 480 seconds 1169385717 Q * phedny Ping timeout: 480 seconds 1169385863 J * phedny ~mark@phedny.vps.van-cuijk.nl 1169386088 Q * FaUl Ping timeout: 480 seconds 1169386146 J * Kurt ~kmw@evvlinlwt-nas-07-s67.cinergycom.net 1169386981 M * matti Bertl: :-) 1169388671 Q * DavidS Quit: Leaving. 1169390879 J * m`m`h ~simba@deb30.mgts.by 1169393247 Q * shedi Quit: Leaving 1169394460 Q * m`m`h Ping timeout: 480 seconds 1169394864 J * Fire_Egl ~FireEgl@adsl-61-136-79.bhm.bellsouth.net 1169395225 Q * FireEgl Ping timeout: 480 seconds 1169396216 Q * Johnnie Ping timeout: 480 seconds 1169396381 J * Johnnie ~jdlewis@jdlewis.org 1169396737 Q * Johnnie Remote host closed the connection 1169397180 Q * dna Quit: Verlassend 1169397300 J * m`m`h ~simba@deb30.mgts.by 1169397313 J * Johnnie ~jdlewis@jdlewis.org 1169397328 Q * Johnnie 1169397874 M * meandtheshel1 hm ... wasn't there a wiki page telling about lines of code per release? ... /me can't find it right now ... 1169398135 M * daniel_hozac hmm? 1169398145 M * daniel_hozac like patch x is y lines? 1169398162 M * Bertl I use that in my presentations ... 1169398376 M * daniel_hozac i could paste you the result of wc -l patch-*.diff | grep -v ipv6 if you want :) 1169398415 M * daniel_hozac (wouldn't have anything even close to all of the patches, but a lot of the recent ones, at least) 1169398438 M * daniel_hozac and a few "vintage" ones like 2.0 and 2.0.1 ;) 1169398621 J * Piet hiddenserv@tor.noreply.org 1169398695 M * meandtheshel1 Bertl: ok - that's where I've seen it then :) 1169398747 M * meandtheshel1 well, it's not that important ... just wondered why I wasn't able to find it at the wiki ... 1169398776 J * Johnnie ~jdlewis@jdlewis.org 1169398810 M * Bertl meandtheshel1: the slides should be somewhere, but it might be interesting to put that on the wiki somewhere too 1169398856 M * meandtheshel1 yep 1169399195 Q * Kurt Ping timeout: 480 seconds 1169399357 Q * m`m`h Read error: Connection reset by peer 1169399448 P * adrien-modulis 1169399556 J * Kurt kmw@evvlinlwt-nas-07-s400.cinergycom.net 1169400196 J * m`m`h ~simba@deb30.mgts.by 1169400485 J * shedi ~siggi@ftth-237-144.hive.is 1169400543 J * FireEgl ~FireEgl@adsl-61-138-96.bhm.bellsouth.net 1169400777 J * mick0 ~andrea@87.10.122.216 1169400788 M * Bertl welcome mick0! 1169400899 Q * mick0 Remote host closed the connection 1169400910 Q * Fire_Egl Ping timeout: 480 seconds 1169401062 Q * Kurt Quit: Leaving 1169402713 J * meyerm ~meyerm@dslb-088-064-031-129.pools.arcor-ip.net 1169403941 M * daniel_hozac anyone around interested in build -m clone? 1169403952 M * Bertl sure always! 1169403976 M * meyerm Hello togehter. I wanted to ask what the status of the ngnet-patch is. Sorry - I didn't find any up-to-date information on the website (which doesn't mean they are not there ;-) ). 1169404014 M * Bertl what we consider ngnet nowadays is partially in 2.3.x and partially available as ipv6 patch 1169404037 M * daniel_hozac i've just committed vclone, which will be the backend for build -m clone. 1169404092 M * daniel_hozac vclone --source --dest should do the Right Thing(tm), but it could for sure use some testing. 1169404119 M * Bertl okay, what can it do? 1169404176 M * daniel_hozac it should link files which are IMMUTABLE|IUNLINK, and copy the rest. 1169404348 M * Bertl ah, can options be changed on the fly? 1169404363 M * daniel_hozac ? 1169404377 M * daniel_hozac vclone just handles the copying. 1169404397 M * Bertl ah, hmm, but the -m clone method will do more, yes? 1169404409 M * daniel_hozac yeah, but i guess it won't do much more than build -m skeleton. 1169404462 M * Bertl well, that does allow to set ips and names, no? 1169404481 M * daniel_hozac sure. 1169407486 M * meandtheshel1 Bertl: a word on the as soft limit? What is it good for? :-) 1169408023 M * Bertl nothing atm 1169408049 M * meandtheshel1 ok - what is it supposed to do in the future? 1169408336 M * Bertl I guess we can use it for many things .. for example for penalizing guests over that limit 1169408354 M * Bertl could be used to forcce swapping on them and such ... 1169408397 M * meandtheshel1 ah - ok - will but that in the wiki right now 1169409275 J * Aiken ~james@tooax6-174.dialup.optusnet.com.au 1169409803 J * meyerm_ ~meyerm@dslb-088-065-255-234.pools.arcor-ip.net 1169410100 J * DavidS ~david@chello062178045213.16.11.tuwien.teleweb.at 1169410198 M * daniel_hozac i've just committed the clone build method too, will be uploading 0.30.213-pre4 soon... 1169410225 Q * meyerm Ping timeout: 480 seconds 1169410715 Q * Piet Ping timeout: 480 seconds 1169411485 M * daniel_hozac http://people.linux-vserver.org/~dhozac/p/uv/experimental/util-vserver-0.30.213-pre4.tar.bz2 1169412995 J * dna ~naucki@227-225-dsl.kielnet.net 1169414561 Q * m`m`h Ping timeout: 480 seconds 1169415120 J * m`m`h ~simba@82.209.245.203 1169415300 Q * SiD3WiNDR Ping timeout: 480 seconds 1169415425 J * DreamerC_ ~dreamerc@125-225-96-11.dynamic.hinet.net 1169415643 J * yarihm ~yarihm@84-75-123-221.dclient.hispeed.ch 1169415831 Q * DreamerC Ping timeout: 480 seconds 1169416025 J * Piet hiddenserv@tor.noreply.org 1169417156 Q * yarihm Quit: Leaving 1169417454 M * Hollow daniel_hozac: could you take a look at http://paste.linux-vserver.org/911 ? 1169417470 Q * bonbons Quit: Leaving 1169417812 J * sid3windr luser@bastard-operator.from-hell.be 1169417937 Q * meyerm_ Quit: Konversation terminated! 1169418461 Q * Piet Quit: Piet 1169419005 M * trippeh Yet another grsecurity root exploit, wee :-) 1169419078 M * Bertl really? 1169419170 Q * duckx Quit: Client exiting 1169419463 Q * meandtheshel1 Quit: Leaving. 1169419991 M * cehteh good that i dont use grsecurity :P 1169421235 Q * sladen Ping timeout: 480 seconds 1169423155 M * harry trippeh: yet another? what was the previous one? 1169423211 M * harry and can you give me a working exploit for a kernel with UDEREF and KERNEXEC on? 1169423222 M * harry or with SEMGEXEC off? 1169423258 M * harry but, you're right, nothing is perfect :) 1169423852 M * Bertl okay, off to bed .. maybe I'm getting ill? 1169423869 M * Bertl have a nice one everyone .. cya! 1169423874 N * Bertl Bertl_zZ