[00:00] kirkland: Hah, found it, in the U-D mailing list: This gives you multi-verse/universe for example: aptitude search '~i~s.*verse' - Thanks to Tollef [00:01] There is also a grep-status package that can show you: grep-status -nsPackage -eFSection 'universe|multiverse' -a -FStatus ' installed' | sort [00:01] (The discussion was about Security/Support status of packages) [00:02] mathiaz: owh: okay, I gotta run now, but I'll hack up a script that will give us a report on Main and Universe later tonight [00:02] Cool. [00:18] hello [00:18] I am in need of php help mainly the imap_open command [00:22] alstone: what's your question... I'm not sure if this is the correct channel though [00:32] sorry for the delay @work [00:32] it seems that imap_open doesn't work how can I chk this? [00:34] alstone: As sommer suggested, this may not be the correct channel for your question, but phpinfo() should tell you at least if imap is installed. As for "Doesn't work", you need to specify. [00:34] $imap = imap_open("{$server:143}", $username, $password); if ($imap) { print $imap }; [00:35] alstone: I know that the php5-imap package works... used it today :-) [00:35] Anyone got the hardy .iso URL handy? [00:36] ok so maybe I need to install that package [00:36] alstone: if you want to use the imap functions, you betcha [00:36] owh: I have a hardy iso :-) [00:36] Ok, come over for a cuppa, bring the CD and I'll install it. [00:36] yeah if it isn't installed by default then it ain't there... |-P [00:37] I can email it to you... heh [00:37] sommer: I'm thinking that it will bounce :) [00:37] heheh... probably [00:37] alstone: Well, that's easy fixed: aptitude install php5-imap [00:39] In case anyone cares: http://cdimage.ubuntu.com/releases/hardy/alpha-6/ [00:41] sommer: I'm guessing you'll be late for a cuppa today then? [00:41] :) [00:42] cuppa? cuppa joe? [00:45] I'm about to put the kettle on and make a coffee :) [00:45] heh... cool [00:46] hmmm did that but I am still gertting the same error [00:47] alstone: are you using apache? if so you'll need to restart it after installing php5-imap [00:49] alstone: Which particular error are you getting? [00:53] ah ok [00:53] it is a plugin for a blog [00:53] Crap, this .iso is coming down at 5.6k, it will take 24 hours. Anyone got somewhere I can download the hardy alpha-6 iso at 1Mbit? [00:53] says that php-imap isn't there [00:54] alstone: So, the error you're seeing isn't a php error it's a blog error from some php application? [00:54] * owh has visions of swamp land ahead. [00:55] yeah saying that it can't find php-imap [00:56] First things first, can you make a simple .php script with this content: [00:56] no I am getting a different error [00:56] I'm trying to determine if PHP thinks IMAP is installed, not if your application thinks it is. [01:00] that gave me a syntax error [01:00] owh that is [01:01] alstone: A PHP syntax error? [01:05] lamont: Would you please look at Bug #200308. I'm almost certain it's a configuration error on the part of the reporter, but since it's with 2.5.1, we probably ought to be sure. [01:07] sorry yeah "syntax error near unexpected token `('" [01:08] but no worries now I get a can't connect error so I need to fix that [01:09] all: Hey guys, I'd like to help out the server team on the test area, specially test automation and test infrastructure. I'm reading the material on the wiki, and I was wondering if you guys use autotest http://test.kernel.org/autotest to automate your testbucket [01:10] lmr_: We were having a similar discussion yesterday, the only resource that I think currently exists is this one: http://people.ubuntu.com/~mvo/automatic-upgrade-testing/ [01:11] One of the other things that came out of the discussion was that most automated tests were passing fine, it was the edge cases that broke down - the suggestion being more eyeballs to do manual testing. [01:11] lmr_: you should talk to kirkland about autotest [01:12] lmr_: I think he's working on this [01:12] kirkland: Hey dude, good evening, you there? :) [01:12] lmr_: as for testing effort, one area were we would welcome is the upgrade testing from dapper to hardy [01:12] mathiaz: Since they're LTS releases [01:13] lmr_: he is away for now - he may be back later tonight [01:13] mathiaz: Are we supporting that straight through? [01:13] mathiaz: As in, Dapper -> Hardy direct? [01:13] owh: dapper -> hardy ? yes [01:13] Excellent. My clients will be happy :) [01:13] owh: we'll support gutsy->hardy *and* dapper->hardy [01:14] So we need more testing on the dapper->hardy upgrade [01:14] mathiaz: I see [01:14] Well, as soon as I have this hardy server cd down I'll start :) [01:14] I'd like to test as much as we can on the server side [01:14] things like making sure that mysql, postgresql, openldap, postfix upgrade correctly [01:15] lmr_: so if you have experience in automating tests, you're more than welcomed ! [01:15] mathiaz: Our distro fvtr includes a lot of ltp tests, filesystem stress, memory stress, java support tests [01:15] lmr_: fvtr ? [01:16] mathiaz: functional verification test regression [01:16] mathiaz: We're putting a lot of work on automating that, including reporting [01:17] lmr_: yes - reporting is the hardest part [01:17] mathiaz: And of course making sure all the resultant code is maintainable and good enough [01:17] mathiaz: Most of this work is already upstream [01:17] lmr_: I've used different testing frameworks - they lack good reporting [01:17] lmr_: which upstream are you refering to ? [01:17] mathiaz: autotest upstream [01:18] mathiaz: autotest is filling quite a lot of gaps on open source testing infrastructure [01:18] lmr_: ok - autotest seems to focus on benchmarks [01:18] lmr_: and track performance regressions [01:18] mathiaz: Not really, it could be used to do any functional or performance (benchmark) testing [01:19] mathiaz: My team uses it mostly for functional testing [01:19] might be a dumb question, but can you give an example of functional testing? [01:19] lmr_: I've briefly looked at the src code, and most of the test that were integrated were performance tests [01:20] sommer: does mysql server run ? YES-NO [01:20] aaahhh... right I'm with ya [01:20] sommer: that would be a functional test in the case of a dapper->hardy upgrade [01:20] sommer: Functional testing: we run filesystem stress tests to see if the filesystems won't break/corrupt [01:20] sommer: making sure that after the upgrade the mysql server is still running [01:21] sommer: You might know that, functional is making sure the functionality is ok [01:21] cool, that would be good to automate :-) [01:21] yeah - there are multiple categories when it comes to tests type [01:24] mathiaz: I agree that we have many benchmark tests on autotest right now [01:25] mathiaz: But there are some tests that we are developing, still internal, that we'll release upstream if possible [01:27] mathiaz: autotest is being extensively used by google now, and we also benefit from it. Actually autotest is an offspring of an internal project we have [01:28] lmr_: great - you should definetly get in touch with kirkland then [01:30] Launchpad bug 200308 in postfix "Upgrade doesnt work if using mysql dict types" [Undecided,New] https://launchpad.net/bugs/200308 [01:30] lamont: Also, would you please give back postfix 2.5.1-1~dapper1 on all archs except i386? [01:31] What's the delay with ubuto? [01:31] s/o/u/ [01:32] he's angry at life... I think [01:32] * mathiaz would bring a cup of coffee to ubotu [01:33] * owh has coffee to share, but getting it there might be an issue :) [01:33] * jjesse thinks you just pour it through the tubes that connect everything in the interweb [01:33] Thanks, now I need to clean my keyboard :( [01:34] * mathiaz unplugs his isp cable and looks through the pipe [01:35] mathiaz: Be careful, the light isn't good for your eyes! [01:35] leonel: Are you around? [01:36] leonel: When you get to the scrollback... Theres a new clamav release candidate. I was wondering if you could look through it and see if there are any security fixes in it we need for earlier releases. [01:43] shouldnt the new tzdata target 'gutsy' not 'gutsy-proposed'? [01:45] hey ScottK2 I did a fast review when it came out and didn't found any security bug just bugfixes I'll do a deeper check [01:55] leonel: Thanks [02:24] exit [02:24] alrighty then, now onto 7.10 via drac [02:27] owh: I'm slowly getting around to your .diff, today has been insane and it's still not done [02:27] faulkes-: Remind me, which diff are we talking about? [02:28] server-survey [02:28] Ah, cool. [02:28] How did the exam go? [02:28] some of the stuff you mentioned in your email has been fixed and in my branch [02:28] it went, more or less, probably got an A [02:28] :) [02:29] Most of the changes were removing
at the end of the questions. [02:29] One had a

wrapped around it. [02:30] yeah [02:31] I didn't see
's but I did see some

's still in there now, no worries, I'll rip it apart after a good night's sleep [02:43] mathiaz: https://wiki.ubuntu.com/OnnoBenschop/ubuntu-server/init.d-status [02:48] owh: awesome [02:48] I made it scan /pool/main/ so I'm not sure if that shows what we intended. [02:50] I was trying to think of a way to run the init.d script in some environment to make it show what "status" would actually output, but I couldn't think of how to deal with all the tests within each script - I suppose installing each matched package would do that. [02:50] Oh, I emailed kirkland so when he wakes up he doesn't repeat my effort :) [02:50] owh: yes - sounds like a perfect job for kvm [02:51] owh: if you scan pool/main/ on the ubuntu-server iso, you'll only get the package from ubuntu-server [02:51] owh: there are more packages in main than the one on ubuntu-server [02:51] Yeah, wasn't that what we wanted? [02:51] owh: I was looking for all of main [02:52] Well if there is a full package mirror, then just run the script on the bottom of the page. I don't have such a mirror. [02:53] owh: kirkland has a full mirror [02:53] I'll put a caveat on the wiki page so it's obvious. [02:53] owh: so your script should be usefull to him [02:55] mathiaz: All good then :) [03:31] Morning [03:41] Jeeves_: hello :) [03:46] How's everybody doing? [04:00] giving solaris a poke before it gets nuked later in the week [04:00] and going crazy with minicom/bourne shell/compaq keyboard combo :) [04:01] That sounds... masochistic. [04:01] thats a good word for it === lamont` is now known as lamont__ === joerlend_ is now known as XiXaQ === lamont` is now known as lamont [07:33] Just in case you're wondering if you're playing with the right distro: http://www.google.com/trends?q=debian%2Cubuntu%2Credhat&ctab=0&geo=all&date=all&sort=0 [07:34] <_ruben> hehe [07:52] morning [07:54] Morning! [07:59] Hi. How should I set environment variables on ubuntu 7.10 server? I've tried /etc/environment /etc/profile and /etc/bash.bashrc. They are visible from the terminal, but when I log in via ssh they aren't visible to my shell scripts [07:59] Same problem as this guy http://ubuntuforums.org/showthread.php?t=586993 [08:03] <_ruben> strange .. using /etc/profile for that purpuse worked just fine for me the other day (including ssh) [08:04] +rubun: it's been driving me nuts! === joerlend_ is now known as XiXaQ [08:08] _rubun: For example - if I type echo ${JAVA_HOME} I get /usr/lib/jvm/java-6-sun, but if I try and run catalina.sh (tomcat startup script) it fails because JAVA_HOME is not defined. When I hardcode JAVA_HOME in the startup script tomcat starts up perfectly [08:09] _rubun: This is a clean ubuntu 7.10 install done just a few days ago. [08:11] <_ruben> it could be that catalina.sh is started in a non-login sub-shell which would explain the lack of that env variable [08:12] <_ruben> been ages since i worked with tomcat though (and even that was on deprecated versions by then) [08:12] <_ruben> doesnt that script use 'su' to run stuff as a particular user? i vagely recall smth like that [08:13] _rubun: my /etc/init.d/tomcat script does (sudo -u tomcat), but the one in /opt/tomcat/bin doesn't [08:14] <_ruben> is this the official ubuntu tomcat packages or from source or smth? .. if it's an official package you might need to file a bug report [08:14] _ruben: I think I have the answer [08:14] _rubun: I didn't know that you need to export NAME=VALUE for /etc/profile [08:15] <_ruben> ah [08:15] _rubun: You don't need to for /etc/environment, however this seems to be ignored by ssh and only /etc/profile is used [08:15] <_ruben> never used /etc/environment myself [08:25] moin === \sh_away is now known as \sh [10:19] s === soul1 is now known as soulc [11:03] Jeeves_: ping [11:03] DROPPED! [11:03] !! [11:03] ICMP is for hackers ;) [11:03] pschulz01: What up? [11:03] haha.. [11:04] Jeeves_: I was hoping for an introduction from Kamping_Kaiser.. re. T1 testing :-) [11:04] Ah yes [11:04] I've got two [11:04] What do you think will be the tricky bit? [11:04] (Getting Ubuntu onto it.) [11:05] pschulz01: No clue. I've never seen a SPARC before :) [11:05] Oh. ;-) [11:05] :o [11:05] I think I'll connect it to ALOM [11:05] And than let you know the username/password/ip [11:05] :) [11:06] I've got this afternoon free-ish [11:06] (my afternoon that is) [11:06] I have other Ubuntu server(s) that I can connect it to. (DHCP) [11:06] Someone has free T1s? [11:06] * infinity perks. [11:06] infinity: www.sun.com/tryandbuy [11:06] infinity: These are not the T1's you are looking for. [11:07] Jeeves_: Oh, that's not quite free. ;) [11:07] * pschulz01 waves hand [11:07] pschulz01, incase i didnt meantion it, you can get a support ticket or 3 from canonical as part of try and buy, but i doubt they support alpha releases [11:07] Kamping_Kaiser: No you didn't. :-) [11:08] pschulz01, oops :| [11:08] Kamping_Kaiser: Will we need it? [11:08] Kamping_Kaiser: I'm in contact with a product manager of Sun NL [11:08] pschulz01, no [11:08] He's very curious if/how stuff worsk [11:08] s/sk/ks [11:08] Jeeves_, cool [11:09] Kamping_Kaiser: Jeeves_ Do the servers support DHCP, or it is BOOTP? [11:09] s/it si/is it/ [11:10] pschulz01: Yes. [11:10] (It's either one of them :)) [11:10] ? [11:10] Ok :-) As long a it's a standard :-) [11:11] bootp/tftp if you want to remote boot them (but dhcp3 in Ubuntu will do bootp as well) [11:11] Kamping_Kaiser: So we need.. DHCP/BOOTP with a kernel, initrd and root FS (maybe). [11:12] infinity: Yup.. [11:12] Kamping_Kaiser: Got all this ready to go.. [11:13] pschulz01, need a tfptd to [11:14] Kamping_Kaiser: That's there.. on 'smoke' [11:19] I'll connect it in an hour or two [11:20] We'll see how it does [11:20] Jeeves_: :-) Catch you on the 'flip side' === \sh is now known as \sh_away [12:06] yay ebox is in universe [12:06] \o/ for zull [12:06] Is ebox 'fixed' allready? [12:07] zul, even [12:07] I tried it two weeks ago [12:07] And it had some bug [12:07] (no, I didn't file them, sorry) [12:07] Jeeves_: well then Im not sure, there has been a couple of bugs fixed [12:48] faulkes-: ping [12:54] zul: yo === \sh_away is now known as \sh [12:55] faulkes-: ebox has been uploaded to universe so we dont need any testing from my ppa, can you tell the forum people to redirect their bug reports (if any) to launchpad? [12:55] * faulkes- nods [12:57] faulkes-: thanks [12:57] you have a LP link handy for reporting? [12:58] https://launchpad.net/ubuntu/+source/ebox === \sh is now known as \sh_away === \sh_away is now known as \sh [12:59] done [13:00] hmmm, anyone got suggestions for load-balancing / failover with gutsy -server? [13:02] heartbeat [13:04] zul: thanks === lamont` is now known as lamont === cjwatson_ is now known as cjwatson === \sh is now known as \sh_away === \sh_away is now known as \sh [13:56] jdstrand: i filed a bug againts ufw and ipv6 [14:08] henkjan: ok thanks [14:08] henkjan: I should be able to start looking at it soon === \sh is now known as \sh_away === \sh_away is now known as \sh [15:17] hi all [15:17] hi mruiz === \sh is now known as \sh_away [15:20] mathiaz: submitted the 1955 stuff to testing [15:22] mok0: re bug 200648.. [15:22] mok0: You're running gutsy on the host? What about kvm kernel modules? === \sh_away is now known as \sh === \sh is now known as \sh_away [15:37] soren: kernel modules: version 59 [15:38] Launchpad bug 200648 in kvm "guest machines falls behind time" [Undecided,New] https://launchpad.net/bugs/200648 [15:39] soren: sorry for the wait, I was away [15:39] mok0: It would be lovely if you could try with something more recent. [15:39] mok0: No worries. [15:39] soren: on gutsy? [15:39] Yes. [15:39] what version? [15:39] WEll, I'd prefer you tested on hardy, but failing that, a backported kvm-62 would be ook. [15:40] I can test it on hardy too [15:40] soren: in fact, I prefer to do tests on another machine than our production one [15:40] soren: and my workstation is a daily upgraded hardy [15:41] soren: you mean you have fixed the issue? [15:42] mok0: I don't have timing issues. [15:42] soren: aha. Are your guest doing anything ;-) [15:42] mok0: Not right now, no :) [15:43] mok0: How much are they lagging? [15:43] soren: perhaps up to 10 minutes per hour [15:44] soren: of course, I cannot rule out it's an installation issue [15:44] soren: we are trying to fix it with a cron script that runs ntpdate [15:44] mok0: And it only happens when the vm is busy? [15:44] mok0: Don't. [15:44] Really. [15:44] soren: ok, why? [15:45] Because ntpdate jumps in time, which is a bad, bad idea. [15:45] I don't know exactly why or when it happens. We haven't analysed it in detail [15:45] You want throttling, not warping. [15:46] hm... [15:47] soren: I will see if I can analyse the situation better for you [15:48] what parameters would be relevant? Load on the guest/host? [15:50] Both, yes. [15:51] http://gallery.bit.nl/main.php?g2_itemId=29440&g2_navId=x0f18a14b [15:52] soren, btw, would it be possible for kvm to set a user-definable process name (instead of just "kvm")? It is useful when you have several guest machines, that you can see who is who in a ps ax listing... [15:53] mok0: You're running kvm from the commandline rather than through libvirt? (you've probably told me several times, but I forget, sorry) [15:54] Yes, the are started from a script called by rc.local [15:54] s/the/they [15:54] Oh, I see. [15:54] mok0: Well, no, I don't think kvm does that. [15:54] soren: perhaps we need to use the hacker tool... xname or something :-) [15:56] Xhide it is [15:56] mok0: Heh.. Well, you could :) [15:57] soren: don't even need to compile it... I've found it on our systems once in a while :-) [15:57] Ok.. :) [15:59] A few people here use Joomla, and an earlier version required php safe mode to be switched off ... we were attacked several times through that [15:59] I wish we could get rid of Joomla, though [16:00] I hate safe mode. [16:00] Actually, not Joomla itself, but plugins that people install [16:00] soren: I have safe_mode = Off :-) [16:00] s/have/hate/ [16:03] It's the wrong solution to a ridiculous problem. [16:03] soren: yeah [16:03] soren: but apparently PHP is unsafe without it [16:04] php over fastcgi to separate process running as separate users being the correct solution. [16:04] soren: right... but that needs to be implemented by the developers [16:04] No. [16:05] It's already working (and has been for quite a while) [16:05] soren: I mean, it has to be implemented by the Joomla developers [16:05] They *require* libapache2-mod-php5? [16:05] Insanity! [16:05] soren: I am not sure [16:06] mok0: Have I mentioned #ubuntu-virt, by the way? [16:06] soren: I haven't heard about it [16:07] virtualisation channel. (unsurprisingly) [16:07] I see... a dozen people there, or so [16:08] I'll come along and hang out there === \sh_away is now known as \sh === \sh is now known as \sh_away [17:01] how do you change the root password from a non-root acount? [17:04] !root | Theo_ [17:04] excuse me? [17:04] what do I do? [17:05] Theo_: https://help.ubuntu.com/community/RootSudo [17:05] Theo_: !root should have given you an automated answer for our bot - but the bot seems very slow. [17:05] Theo_: anyway the answer would be a link to the page above [17:06] oh [17:06] im reading it [17:06] thanks [17:07] so I have to enable it before I can login as root? [17:08] <_ProbeDot[a]> Is there a way to connect applications that are not started with the same UID? [17:09] Theo_: well - the page tries to explain that there isn't any root account enabled in ubuntu and you should use sudo instead [17:09] ah === lamont is now known as lamont` [17:09] what about a root password that controls everything? [17:10] Fuck, I re-installed my ubuntu server when I couldn't login with the user root [17:18] <_ProbeDot[a]> I'm running most of jack with my UID, but one client is supposed to be started as a service [17:21] I put a usb drive in my server. How do I access the files? [17:23] Theo_: Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo [17:27] thank you [17:28] <_ruben> holy crap ... it took ubotu 19 minutes to respond to the trigger :p [18:07] henkjan: hi, looking at your comments for the ipv6 stateless autoconfiguration [18:07] in ufw [18:08] henkjan: is ipv6 stateless autoconfiguration something that should be expected to work anywhere, or just in certain environments [18:08] ? [18:23] hello all. If any of you are familiar with gentoo, you'll know of a way to prevent upgrades of a given package (/etc/portage/package.mask) Does something similiar exist in ubuntu? [18:27] onesandzeros: apt-pinning [18:28] onesandzeros: you set it up in /etc/apt/preferences [18:28] google for apt pinning /etc/apt/preferences [18:30] jdstrand: will do, thanks [18:48] gar... connection issues [19:14] mathiaz: ping did you see that email to ubuntu-server? [19:18] zul: about samba ? yes [19:18] im doing a test build of it to see what needs to be done [19:18] zul: I think the plan was to wait for Debian to upload 3.0.28a [19:19] zul: I've just noticed that the archive freeze for beta starts in two days [19:19] zul: so it may be worth getting samba before beta [19:20] mathiaz: it is but if debian doesnt get it in time then we should do our own as well (also apart of the plan) [19:20] zul: Once you've checked what needs to be changed, you may wanna ask steve what he thinks about 3.0.28a for beta [19:20] sure [19:21] zul: also - there seems to be some issue with conffile [19:21] zul: steve moved to ucf to handle the smb.conf file [19:21] mathiaz: erm...ucf? [19:22] kirkland: ready for some merge fun ? [19:23] mathiaz: let's do it [19:32] * faulkes- yawns [19:32] I need a nap [19:33] I want one [19:36] you always want what I have, it's like having a little brother ;) [19:36] first it's my blade server, now it's my nap [19:37] heh... you have all the best stuff [19:38] now, do I build heartbeat based fw / load-balancers in a fail-over config or do I vendor shop? [19:38] * faulkes- considers [19:38] anyone here use heartbeat in a production env? [19:38] How can I safely remove the video card from a server that i want to be headless? ssh and webmin are working fine on the box, but i am afraid of problems if the kernel tries to initiate the video card after it's been pulled. [19:39] leave the card, remove the monitor [19:39] iirc most systems will fail POST if you remove the video card [19:39] faulkes-, yeah, did that but i want to recover the card for other systems i need to fix/text/build [19:39] faulkes-, this is in my home, on shoestring budget [19:40] I suggest you get an additional shoestring then ;) [19:40] lol [19:40] I'm pretty sure if you take the video card out, it'll die at POST [19:40] faulkes-, fwiw i just became "in between jobs" so that's not gonna be easy [19:41] gotta spend money to make money ;) [19:41] faulkes-, well, i guess i can experiment with that then. === mojo_ is now known as mojo [20:26] kirkland: Did you like my script? [20:26] owh: very nice! [20:26] owh: you beat me to it ;-) [20:26] Did it work for you? [20:27] owh: i'm actually working off of the output you have there [20:27] kirkland: It was suggested by mathiaz that you run it across your mirror, rather than the alpha-6 cd. [20:27] owh: ah, i'll do that [20:28] kirkland: Mind you, the script doesn't take into account where the code is from, main/universe, but I suspect the mirror does? [20:28] owh: yeah, separate dirs [20:28] kirkland: Just run it from the level where you want it to find packages. [20:28] owh: i'll just run it twice, one for each level [20:28] kirkland: It does a find -type f to find all the files. [20:29] kirkland: Also, it assumes no spaces in any paths. [20:29] kirkland: Final warning, it assumes all files in the tree that it finds are packages. [20:29] owh: shouldn't be any spaces [20:29] owh: i'll enhance it to only look at *.deb$ [20:29] kirkland: If you can make your mirror read-only, I'd feel much more happy :) [20:29] :-P [20:30] owh: I'll run as a non-priv user [20:30] kirkland: I don't like scripts with "rm -rf" snippets :) [20:30] owh: I was working on patches for the following: http://pastebin.com/d204bce95 [20:31] owh: those are services I use on a daily basis, that I've found myself griping about a lack of "status" [20:31] kirkland: Which reminds me, when I unpacked the "nessus" package on the Feisty Desktop CD, it had a really weird directory structure and borked stuff, but it didn't happen on the Hardy CD, haven't had a moment to look into it yet. [20:32] owh: I'd say we're only really intersted in Hardy here [20:32] but, duly noted [20:32] kirkland: Yeah, I was just going to have a look-see when I had a moment. [20:33] kirkland: That list seems good as a first go. I'd probably prioritise on those that result from a tasksel installation. [20:33] tasksel? [20:34] kirkland: When you run the installer it asks you: "What do you want this server to do?", That functionality is provided by tasksel. [20:34] kirkland: The options are things like "DNS/Firewall/Mail/Samba/LAMP" etc. [20:34] owh: gotcha [20:34] kirkland: You can just run it on a console right now to see :) [20:34] owh: you wanna grab the rest of those? [20:35] the tasksel ones? [20:35] kirkland: You mean, from tasksel? [20:35] kirkland: I'll have a look-see. [20:35] * owh will have to first wake up and have some breakfast and coffee before any heavy lifting commences :) [20:36] owh: sure, that's fine [20:36] owh: stuff like bind [20:36] that is very important, but not on that little list [20:37] "that list" = "my list" [20:37] kirkland: I'm just creating a one-liner, gimmie a mo, my brain isn't awake yet. [20:38] kirkland: tasksel --list-tasks | while read a task b ; do tasksel --task-packages $task ; done | sort | uniq [20:38] kirkland: Be warned, it contains all the packages that will get installed as a result of all the tasks. [20:39] kirkland: Perhaps filtering out any desktop options, one mo. [20:41] kirkland: Better still, just the server options: tasksel --list-tasks | grep server | while read a task b ; do tasksel --task-packages $task ; done | sort | uniq [20:42] kirkland: Hmm, that doesn't give us init scripts though, but if you make the mirror listing, I can merge the two. [20:42] kirkland: Lemmie have a coffee and I'll update the script I gave you to also output the package name. [20:42] owh: k, it'll be a few minutes, i'm on something else atm [20:42] deal [20:42] :) [20:43] * owh wanders off to wake up. [20:59] kirkland: While I'm waiting for the coffee to brew, I've just added a column to the output that displays the package name. [20:59] owh: very good [20:59] kirkland: https://wiki.ubuntu.com/OnnoBenschop/ubuntu-server/init%2ed-status#preview [21:00] kirkland: When you get the new output, can you grep it into two piles and update the wiki page? [21:02] kirkland: s/get/generate/ :) [21:36] kirkland: I think I'm awake now :) Anything I can do? [21:59] ScottK: so - I've got an merge of cyrus-sasl2 ready to be uploaded [22:00] ScottK: do you think it needs a FFe because of the new saslfinger utility ? [22:08] mathiaz: I'd run in by slangasek as it's Main. Since it's added in the Debian revision, I'm not sure. [22:14] mathiaz: Are you ready with cyrus-sasl2-heimdal too? [22:15] ScottK2: nope - didn't start [22:33] mathiaz: OK. Well that one should be easy (IIRC) [23:01] I've just done a straight boot from CD install of hardy alpha 6, selected no tasks, on a machine with no network interface and tasksel returns nothing at all. The /usr/bin/tasksel script is there, but it returns nada. [23:02] I'm guessing that this isn't normal behaviour :) [23:38] Hello... is there anybody here who could direct me to where to find CGI directory? [23:39] /usr/lib/cgi-bin [23:39] mathiaz: yeehaw it builds [23:48] zul thanks...it exists but no contents in that directory [23:55] Ok, I have found a bug in hardy-alpha6. I'm not sure if we care about it. If I install from CD *without* any network, tasksel doesn't work, it returns nothing - but if I install it from CD with a network, all is well. Should I log it as a bug, or is the edge case of installing a server without a network really not an issue - in my case I didn't want the server to start downloading lots of stuff from the net because all I wante [23:56] owh: I'd say file a bug. At the very least it'll be a reminder for the release notes if that's intended behaviour. [23:56] Cool, consider it done.