/srv/irclogs.ubuntu.com/2006/05/16/#ubuntu-server.txt

=== Runix [n=o6n@81-208-83-247.fastres.net] has left #ubuntu-server []
=== theCore [n=alex@toronto-HSE-ppp4206302.sympatico.ca] has joined #ubuntu-server
=== ubuntulog [i=ubuntulo@trider-g7.fabbione.net] has joined #ubuntu-server
=== Topic for #ubuntu-server: ubuntu-server development discussions | for general support see #ubuntu | U. S. (stable) at http://tinyurl.com/b3jek | U. S. (Devel) at http://tinyurl.com/cllfu | U. S. dapper specs: http://tinyurl.com/aen9b | U. S. forums at http://tinyurl.com/b77qg | ubuntu-server@lists.u.c is up and running | searchable packages list: http://packages.ubuntu.com
=== Topic (#ubuntu-server): set by fabbione at Thu Apr 27 14:52:47 2006
=== #ubuntu-server [freenode-info] channel trolls and no channel staff around to help? please check with freenode support: http://freenode.net/faq.shtml#gettinghelp
=== nandemonai [n=nandemon@ppp140-154.lns2.adl2.internode.on.net] has joined #ubuntu-server
infinityIRCsloth: Still around?05:28
infinityIRCsloth: Can you try a dapper liveCD on that machine to see if it creates the device correctly?05:29
IRCslothyeah, I'm here, just not looking at the screen05:39
IRCslothI'll try a dapper live cd to see. Fedora core4 wasn't creating the devices for me either so I have a feeling it's a generic udev problem05:40
IRCslothRedHat 9 however works like a charm, heh.05:40
infinityIRCsloth: I just talked to our udev guy who showed me the code in question.  We dfinitelty SHOULD be creating tape devices.06:05
neuralisinfinity: did you ever find anything out about the certification exams?06:10
infinityNothing meaninful or interesting, no.06:18
nictukuconsidering your experience, what would be an acceptable maximum usage for a network wide updates server, written in python, in mb?06:18
nictukunwu, in this case06:18
nictukumaximum memory usage, I mean06:19
nictukulike, 10M, 15, 30, 100?06:19
neuraliswhat memory-intensive operation(s) are you performing?06:19
neuralisare you caching something? package lists?06:20
nictukuneuralis, getting relatively big list of packages and storing in a database. only temporary sqlobjects cache (should end after the thread is closed)06:20
neuralisso how would you eat up a hundred megs of memory?06:20
nictukuI mean, not in a developers POV, but in a sysadmin pov.06:21
neuralisi understand what you're asking, but i'm not sure why you're asking it. why do you think something like nwu will end up chewing up a lot of ram?06:21
nictukuwhat would a an admin expect for that? I'm an admin and I don't like how much memory it's using currently, like 24mb06:21
nictukuneuralis, because it's currently buggy06:21
neuralis24mb isn't problematic at all, but it would be nice to cut it down eventually if there's no need for it.06:22
nictukuI'm fixing that, but although it won't ever use less than 10mb (python VM and all classes loaded), I wonder what would a sane target value for that.06:22
neuralisremove obvious leaks and memory holes, and then simply don't worry about it.06:23
nictukuneuralis, last week the memory usage was growing with no limit, until linux oom killer kills the process hehe06:23
neuralisyeah, leaks are bad, m'kay.06:23
nictukuok, I think I'm getting paranoic about that06:23
neuralisno need.06:24
infinityAs neuralis said, just make sure it doesn't leak.06:24
infinityMaybe try to make certain bits more efficient, if they're obviously not.06:24
infinityNo one expects a python application to be "slim", however.06:24
ajmitchI'd never call apt-proxy lightweight, for example06:26
nictukuthat could be a good base of comparision, btw06:27
nictukuit's using 50mb of memory in a server at work, and it's just sitting there.06:28
nictukunwu is fine then :-)06:28
neuralisnictuku: hoare had something to say about premature optimization... kill leaks and focus on more worthwhile things like security and stability; memory use can be optimized later.06:28
=== fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu-server
nictukuit took me a month to spot and stop the leak. i'm hoping that won't happen often after this painful learning06:32
nictukubut it was fun :-)06:32
ajmitchhi fabbione06:32
fabbionemorning06:32
nictukunwu big inserts: mysql=0m12.316s, sqlite=0m49.179s. some of these in a row (although really unlikely to happen) would kill a small server IO sub-system06:46
neuraliser. what are these inserts doing?06:46
nictukuiostat shows a big write queue and usage06:47
nictukuneuralis, initial machine setup. basically packages versions and repository data06:48
nictukuoh. transactions off06:49
neuralisok, well, it's more than likely that you're using a suboptimal schema.06:49
=== nandemonai [n=nandemon@ppp140-154.lns2.adl2.internode.on.net] has joined #ubuntu-server
nictukuI wouldn't expect a good result now that I remember it's not using transactions.06:50
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-server
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-server
=== thefish [n=thefish@dsl-fixed-62-69-44-72.surfdsl.murphx.net] has joined #ubuntu-server
=== \sh [n=shermann@unaffiliated/sh/x-000000002] has joined #ubuntu-server
\shmoins10:36
\shfabbione: actual ubunt--server amd64 daily is broken, right?10:36
fabbione\sh: dunno.. i am not on server for this release10:37
\shwell...looks like it...no di kernel modules nothing...trying flight 6 now...debian amd64 port is far from being usable...so I need a running amd64 debian distro...10:39
=== rouven [n=rouven@p54BF3FB4.dip0.t-ipconnect.de] has joined #ubuntu-server
fabbione\sh: check the new daily. there was a kernel abi bump10:40
\shfabbione: well...using flight6 with updates...should work10:43
fabbioneyes it should10:43
infinity\sh: The seeds were out of sync, so kernels on all dailies are messed up.10:44
infinity\sh: We just fixed that, so the next round of dailies will be fine.10:44
\shinfinity: ok :) but anyhow I need to deliver some ubuntu servers for amd64 just now...so working around is better right now then to wait for the next cd build run :)10:46
infinityYeah, just take the daily that built at the same time as Ubuntu Flight 7.10:46
infinityThat one's fine.10:46
infinityOr start at Flight-6 and upgrade, if you prefer.  Whatever.10:46
\shhmm..nice issue right now...trying to install it via ILO and after the graphic boot selection...black screen10:47
\shinfinity: just for your info: setting vga mode to 640x480x16 and then booting works...the standard setting does't work when you try to install via ILO remote console10:51
\shwill file a bug after the installation :)10:52
infinityI'd need access to an ILO-enabled machine to debug it, unless you have more info for me than "doesn't work".10:53
\shinfinity: no display but running the installer...looks like the switch from graphics mode to text mode works only in 640x480x16 mode...10:55
infinityYeah, that's still not enough info to be useful without a machine to look at.11:00
infinityI don't suppose you know anyone who could give me access to an ILOable box for a bit?11:01
=== nandemonai [n=nandemon@ppp140-154.lns2.adl2.internode.on.net] has joined #ubuntu-server
\shinfinity: sorry no...all the ILOs here are in mgmt networks which are not accessible from the outside:(11:22
infinity\sh: If you can get me access to just one at any point, I can diagnose and fix the bug, but otherwise, there's probably little point in even filing it.11:26
\shinfinity: let me try something...11:54
=== |JulienH| is now known as JulienH
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-server
=== zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-server
=== ToadZzZztool [n=jcorbier@ubuntu/member/toadstool] has joined #ubuntu-server
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-server
=== truz24 [n=truz24@74.129.166.232] has joined #ubuntu-server
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-server
=== dyn [n=dyn@unaffiliated/dyn] has joined #ubuntu-server
dynhi03:46
dynproblem: at install time I had no network available. later on I edited /etc/network/interfaces but still '/etc/init.d/networking restart' does not pull up eth0. how can I fix this? (the box was installed in server mode so no X11/gui clients are available)03:47
dynhow can I fix that to work correctly?03:47
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-server
=== Cturtle [n=Cturtle@a213-84-50-38.adsl.xs4all.nl] has joined #ubuntu-server
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-server
=== soumyadip [n=soumyadi@59.93.254.16] has joined #ubuntu-server
lionelpidimmu ?08:22
idimmuhi08:25
lionelphi08:25
lionelpI just fill the page on the wiki: https://wiki.ubuntu.com/BinaryDriverHowto/EiconDiva08:26
lionelpYou can have a look, and comment / make changes :)08:26
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-server
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-server
=== Drac[Server] [n=Draccy@c-24-60-219-129.hsd1.ma.comcast.net] has joined #ubuntu-server
=== allee [n=ach@dialin-212-144-130-183.pools.arcor-ip.net] has joined #ubuntu-server
=== spike [n=spike@unaffiliated/spike] has joined #ubuntu-server
=== Mussi [n=bah@unaffiliated/mussi] has joined #ubuntu-server

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!