[00:01] juanito1: https://help.ubuntu.com/community/ApacheMySQLPHP [00:02] Como se dice "taringa" en ingles? [00:03] twb: that word doesn't even exist :) [00:03] RoAkSoAx: hence my confusion [00:04] twb: he meant taringa.com [00:04] Ah. [00:05] RoAkSoAx, je , si eh leere, y en cuanto al hardware que necesito ? [00:05] tsrk: something like this works fine: http://pastebin.com/DVBRVRyh and http://pastebin.com/GaRpCnnu [00:06] hallyn, No.. you only need a FFe for new features [00:06] hallyn, Are you asking me to review it or just upload it? [00:06] hallyn, Considering you have access to that component, i shouldn't need to build test, right? :) [00:07] juanito1: www.linode.com :) No necesitas HW realmente. Puedes tener un VPS [00:07] soft freeze also applies to bugfixes - if the package lands on the CD, it's good to make sure that the fix doesn't break anything else :) [00:07] Daviey: just to upload. I can't yet push to the bzr tree :) [00:08] Daviey: Dave "the night" Walker >P [00:08] Daviey: given I was squeemish about asking for upload rights at all, I'd certainly not mind a quick review/test if you had the cycles. Though I assume you wouldn't have the time tonight, it being... late [00:09] RoAkSoAx: he also needs some web developers to write the site :-) [00:10] twb: indeed! [00:11] RoAkSoAx, gracias [00:11] thanks [00:12] juanito1: de nada ;) [00:12] kim0: tossed bug 723796 over to you :) [00:12] Launchpad bug 723796 in qemu-kvm "Enable spice in kvm" [Low,Confirmed] https://launchpad.net/bugs/723796 [00:15] RoAkSoAx, y habra servidores virtuales gratuitos ? [00:15] juanito1: no no que yo conosca al menos [00:15] RoAkSoAx, como para practicar [00:16] vale [00:21] twb: thank you, what does the "trap" line of that do? [00:26] hallyn, looks good, built fine, uploaded [00:30] hello [00:30] during an install i have to write Yes to continue, how to avoid that ? [00:31] i mean is there any option like :: apt-get install -Y package ? [00:32] aazert: use it cautiously -- apt-get install --force-yes foo [00:33] aazert, -y should be enough [00:33] when it is in french ? [00:33] i have to put O ? [00:33] for OUI [00:34] aazert, I don't believe that is internationalised [00:35] hallyn, you pinged out... did you see: [00:35] hallyn, looks good, built fine, uploaded [00:38] tsrk: eh, what trap? [00:39] tsrk: oh, that was for kklimonda. It evaluates the first argument when the shell receives the TERM signal. [00:40] Daviey: awesome, thanks! [00:40] tsrk: I think kklimonda is proposing that you move everything into the main "start script" stanza, and have a function cleanup() that you then run when the TERM signal is received. That way, it'll start when upstart sends TERM, and if it takes too long, upstart will send a KILL to it [00:40] tsrk: I think kklimonda's approach is sound; you should try it [00:48] command not working Daviey [00:48] i need to remove a package [00:48] but not working [00:49] what i have done is : apt-get autoremove --force-yes konqueror [00:49] it is still ask me for yes or not [00:50] do you get what i mean ? Daviey [00:51] aazert: add '-y' as well ? [00:51] RoAkSoAx, encontre una web que te da servidores gratuitos 10gb de espacio [00:52] thanks a lot working now hallyn [00:52] http://www.servidorvirtualgratis.com/ RoAkSoAx [00:52] con eso puedo practicar ? [00:54] twb: ok, i'll try that. stupid question: how do i run something from a bash script on the TERM signal? [00:55] juanito1: supongo que si siempre y cyuando no sea SCAMs [00:55] juanito1: yo te recomendaria que instales una maquina virtual y mpractiques ahi primero [00:55] tsrk: cleanup () { echo foo; echo bar; }; trap cleanup TERM [00:55] tsrk: i.e. you make it a function [00:56] RoAkSoAx, y que virtualizo, el windows sever 2008 r2 ? [00:56] y practico con la web que te pase es eso . [00:56] disculpa no se mucho :S [00:56] twb: oh, now i understand trap! thank you! [00:57] when i try to restart my ssh service this is what i got : http://paste.ubuntu.com/ [00:58] what could be the problem ? [00:58] this one : http://paste.ubuntu.com/574228/ [00:59] what i have to do exactly ? [03:16] Anyone have issues with the security issued kernel install? linux-image-2.6.32-29-generic-pae appears to have some debconf/perl issue. http://paste.ubuntu.com/574261/plain/ [03:31] New bug: #727569 in squid (main) "package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/727569 [03:41] is there a way to include a netgroup in an /etc/group entry? [03:42] specifically I would like to add all members of a particular netgroup to a particular /etc/group, like wheel or admin or something [04:01] boxybrown: wow, you still use netgroups? [04:02] boxybrown: wait... do you mean NIS netgroups, i.e. nsswitch.conf's "netgroup: nis"? [04:02] boxybrown: or are you just using the term to mean "groups that come from the network"? [04:15] twb: we are using netgroups, as in /etc/netgroups [04:15] yes its messed up [04:15] dont ask me why [04:16] brb [05:16] how do i compile a program? [05:16] I'm trying to do ./configure [05:16] its not working [05:30] Good evening. I have looked just about everywhere but I cannot get mysql server to start up on ubuntu server. I have tried purging it and reinstalling, creating the debian-sys-maint user... and the service just will not seem to start up. Any help would be greatly appreciated. [05:45] chrislabeard, what program? [05:45] I sorta figured it out I'm trying to install zoneminder [05:45] TimyC, try "sudo /etc/init.d/mysql restart" [05:46] probly one of the harder installs I've done [05:46] were there installation instructions with it? [05:46] (there should be) [05:46] TimyC, try "sudo /etc/init.d/mysql start" <--- that [05:46] i made a mistake :P [05:48] EvilPhoenix, That gave me an error, Start: job failed to start [05:48] TimyC, you're sure you installed mysql-server ? [05:48] (which is basically one of the few errors I keep getting every time) [05:48] Well I believe I did yes [05:48] sudo apt-get install mysql-server [05:49] that should've done it [05:49] hm [05:49] Infact when I type that now, it says I have the latest version [05:49] o.O [05:50] strange [05:50] then there must me some glitch in your install or something :/ [05:51] something i'm not able to help you with, unfortunately [05:51] someone else might be along who could help though :/ [05:51] I understand and appreciate your efforts :) [05:53] * TimyC can't even seem to get it to purge at this point properly [05:53] o.O [05:53] sounds like you've got a messed up install or something [05:54] On a managed server... it's a wonderful issue [05:55] anyone ever installed zoneminder [06:46] man webcams are confusing [06:47] New bug: #711534 in eucalyptus "euca-upload-bundle fails when connecting to Eucalyptus and a path in bucket is specified " [Undecided,Fix committed] https://launchpad.net/bugs/711534 [06:55] I do not understand this motion thing its asking for a password and nowhere do I see anything about a password [07:32] hi guys im struggling to set up my apache2 web server. the manual says i need to change the RedirectMatch directive but i cant seem to find it [07:42] Sheepherd: what manual? [07:42] twb: http://goo.gl/wfDzA [07:43] Sheepherd: so, you're running 8.04? [07:44] twb: naw its 10.10 but shouldnt matter i guess since its about apache and not buntu. i was able to set up the website and get the message "It works!" when i visit my ip [07:45] only thing is that ive got no idea how i set up the webinterface of apache or better said enable it [07:45] The webinterface of Apache? [07:46] well ive only used apache with xampp up until now. that webinterface i get there isnt default by apache? [07:46] Sheepherd: change 8.04 to 10.10 in the URL, then [07:47] twb: why should that number be in the url? i just type in the ip of my machine [07:47] WTF is the X in "XAMPP"? [07:47] Sheepherd: sigh [07:47] Sheepherd: you linked to https://help.ubuntu.com/8.04/serverguide/C/httpd.html [07:47] Sheepherd: you should use https://help.ubuntu.com/10.10/serverguide/C/httpd.html [07:48] aaaaah... wow i failed pretty bad here [07:48] They are probably mostly the same, but maybe things are different in your version, so you should read the documentation for the version you're using. [07:48] didnt notice the version difference [07:48] and no idea what the x stands for ^^ [07:49] "X (meaning cross-platform)" [07:49] Sheesh. [07:49] I wish these non-military types would get off my arpanet. === CrummyGummy_ is now known as CrummyGummy [08:06] can someone help me with fully remove shorewall? on ubuntu server [08:11] aptitude purge shorewall? [08:13] twb il tried that [08:13] but still all my ports are closed [08:18] can annyone help me with removing shorewall? [08:19] after removing it its still block all ports [08:25] can annyone help me with removing shorewall? [08:25] can annyone help me with removing shorewall on ubuntu server [08:25] after remove and purge it still block ports [08:26] ? [08:33] Did you reboot? [08:36] yes [08:36] even put of the power manual [08:36] its afresh install from ubuntu server [08:37] evry thing worked before installing shorewall [08:37] so i removed it [08:37] but still samen problem all ports closed on server [08:43] zerozille: What exactly are the symptoms? [08:46] New bug: #727643 in php5 (main) "package php5-fpm 5.3.5-1ubuntu1 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 255" [Undecided,New] https://launchpad.net/bugs/727643 [08:46] well i can't ping to anny port [08:46] i only have shh port forward [08:46] this is since i intalled shorewall [08:47] installed [08:47] so i removed shorewall [08:47] and did the purch thing [08:47] but still is for example port 80 closed [08:47] so web is not available [08:47] i have put off utf [08:47] i rebooted [08:47] still same problem [09:09] moin \sh === th0mz_ is now known as th0mz [09:17] <\sh> moins binBASH [09:50] morning [10:06] New bug: #727676 in antlr3 (main) "[BLOCKED] Sync antlr3 3.2-5 (main) from Debian testing (main)" [Wishlist,Incomplete] https://launchpad.net/bugs/727676 [10:11] Hello, I am running the latest ubuntu server (32-bit) and I want to automount my USB hard drive. I have done so through /etc/fstab by adding a line but this does not allow write access. Any tip? [10:25] jamespage, Am i right in saying antlr3 sync is planned for o-series, not Natty? [10:26] Daviey: yep - just flagging things to myself for UDS as I find them - these are all blocked by maven-debian-helper not being in main. [10:26] should I target it for o-series? [10:27] jamespage, meh... that'll be fine i think [10:27] jamespage, i was just checking if you were planning on a last minute dash for m-d-h in main for Natty :) [10:28] * jamespage falls off his seating from laughing to much.... [10:28] have some work items for jenkins for alpha3 so having a jenkins day today [10:29] PS - if you want to see what is currently blocked by maven-debian-helper not being in main search with tag mdh-blocked [10:29] Still need to add at least 3 bugs to that list. [10:32] yeah, i noticed you added that tag... good thinking [11:24] jamespage, The remaining TODO's on https://launchpad.net/ubuntu/+spec/packageselection-server-n-hudson ... Is that planned to be done before /tomorrow/? [11:24] jamespage, Those are all PPA item's right? [11:25] All PPA items - I will work on them up until the end of tomorrow and see how far I get [11:26] technically does not need to complete for alpha-3 (that was just the target robbiew and I agreed on) [11:26] jamespage, What chance do you think you'll have of getting them done before A3 is announced? [11:26] tricky question i know :( [11:27] * jamespage thinks about it very hard [11:27] jamespage, Would it be better to re-target to Beta 1 for the remaining stuff? [11:28] Not that it really matters for the release process... but setting expectations and skewing the burn down chart. [11:28] I won't get them all done; I've just hit a minor new problem with one of the packages I've already done (something in dpkg has changed) [11:29] oh joy :) [11:29] What issue is that? [11:29] So pushing them back to Beta 1 (or a later date) would be OK with me - as its PPA work that I manage that should be OK from the release perspective as well. [11:29] jamespage, can you make it so? :) [11:30] dpkg error: http://paste.ubuntu.com/574400/ [11:30] one of my packages upstream version number does not start with a digit - this was OK until this week [11:31] discovered this yesterday afternoon when I uploaded the first jenkins-plugin (bzr) to the testing PPA. [11:31] I've only just started looking at it TBH [11:31] jamespage, try setting the epoch of 0:build212-hudson-6-0ubuntu1~test1 [11:31] technically 0: is implied.... but it might work [11:32] OK - I will give it a whizz - but something has changed.... [11:32] jamespage, cjwatson is your man for that i think === jjohansen is now known as jj-afk [11:34] 0: should make no difference [11:34] * Do not allow versions starting with non-digit when doing strict parsing, [11:34] warn otherwise. [11:34] dpkg now enforces what has been a policy restriction since forever [11:34] you should fix your version number to conform to policy [11:34] http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version [11:35] I just read that at the same time :) [11:40] So: build212-hudson-6-0ubuntu1~test1 -> 212-hudson-6-0ubuntu1~test1 [11:40] and munge my watch file to deal with this.... [11:41] jamespage, is build212 the upstream release, or just a snapshot of a major version? [11:42] does hudson/jenkins /have/ major releases? [11:43] build212-hudson-6 is the upstream release [11:43] but that said this is a Jenkins managed branch of a further upstream project [11:45] if there are upstream releases, you should ensure that the version falls in proper sequence between them [11:45] that project uses build numbers as releases - see http://svn.svnkit.com/repos/svnkit/tags/1.3.2/contrib/trilead/HISTORY.txt [11:46] so this is the Jenkins branch of the upstream build212 release [11:47] New upstream->upstream releases are unlikely as its not being actively developed. [11:50] jamespage, Kinda *good* that a CI tool considers each build a release :) [11:50] Sort of eating their own dogfood [11:54] jamespage, There is one non-development todo for https://launchpad.net/ubuntu/+spec/packageselection-server-n-java-library-housekeeping ... fancy re-targeting that for beta? [11:55] Yeah - OK [11:55] zul, https://launchpad.net/ubuntu/+spec/cloud-server-n-openstack-integration .. 3 WI's need something doing with them [11:56] zul, Have we missed a nova upload? [11:56] nope i just over estimated [11:56] and cant read [11:57] Daviey: done [11:57] zul, heh.. it boggled me aswell... [11:57] jamespage, awesome [11:57] just need to re-jig me jenkins WI's [11:57] see to have my London accent on today [11:58] jamespage, 'lright guv'nor [11:58] smoser, Around? [12:01] jamespage, Does [james-page] Automate EC2 testing and increase depth of image testing using unittest/subunit: INPROGRESS <-- need postponing? [12:01] (https://launchpad.net/ubuntu/+spec/cloud-server-n-automated-testing) [12:01] actually no; now I've pushed out all other work items to beta-1 and can work on that now. [12:01] Its coming on real nice :-) [12:01] jamespage, ro-cking [12:02] * jamespage puts down jenkins until next week :-) [12:02] jamespage, Has smoser started his EC2 candidate testing for A3 yet? [12:02] he was having trouble yesterday - most of the archives in ec2 where not working - not sure how he got on. [12:05] SpamapS, Have you had a chance to review Upstart doc's [12:05] jamespage, yeah.. i heard there were some archive issues yesterday [12:06] jamespage, I wonder if your magic can be used in production to test A3 images :) [12:06] i'll stop distracting you now [12:06] TBH it would be a good test case [12:07] SpamapS, when you see this, i marked it as postponed and added it to the general pool targeted towards beta. [12:07] (assuming you are busy this week) [12:08] hello [12:08] jamespage, yeah... reporting issues! [12:08] i have a dhcpd running in a ubuntu server, i modified some macs to be able to connect [12:08] and the dhcpd.log declines them, no idea why [12:09] Mar 2 13:06:58 OsiDHCP dhcpd: DHCPDECLINE of 192.168.140.234 from 10:9a:dd:4c:90:4a via eth0: not found [12:09] jamespage: Is the config for your Jenkins jobs available somewhere? [12:09] they are mac os, and the OSX says that ip is assigned to other device [12:09] HackeMate: No way to help without your config. [12:09] soren: yes - however they are not much more that a wrap around python that do all of the hard work. [12:09] sorry, http://pastebin.com/ZP5dx02Q [12:10] fail certainly host uib140234 [12:11] jamespage: So where's the python thingamajig? [12:11] soren: here https://code.launchpad.net/~ubuntu-server-iso-testing-dev [12:12] jamespage: Oh, I thought this was for testing cloud stuff. [12:12] soren, Interested in contributing? [12:12] soren: so the ec2 testing and the ISO testing code branches are currently owned by this team [12:12] Is this different from the UEC tests? [12:13] the ec2 testing is a refactoring of the work smoser - not sure whether this is the same thing or not [12:13] now in tail -f dhcpd.log i see this: DHCPREQUEST for 192.168.140.234 from bc:ae:c5:21:ae:67 via eth0 [12:14] /smoser/smoser did/ [12:14] looks like other mac has assigned that host, but isnot [12:14] the server was restarted [12:15] The hudson link in the whiteboard of https://launchpad.net/ubuntu/+spec/cloud-server-n-automated-testing is broken for me. [12:16] soren: try this http://hudson.qa.ubuntu-uk.org/ [12:16] Oh, that's the same thing? [12:17] yep - the URL in the spec was for a temporary instance we used during Maverick testing [12:17] its still in ec2 but has a nicer URL now [12:17] Gotcha. [12:18] there is no ec2 testing in that instance yet - still working on it locally [12:18] although you can use it standalone - writing some docs at the mo. [12:19] I swear I remember seeing a script that would exercise UEC. [12:21] soren: Want me to send you 7-minute-workout.avi ? [12:22] *stab* [12:30] Daviey: saw that. Thanks. :) [12:30] SpamapS, cool [12:35] jamespage, you created a rather pretty bug.... nfi what caused it.. but i like it - http://erk.daviey.com/sync-antrl3.png [12:46] New bug: #727760 in samba (main) "package samba-common 2:3.4.7~dfsg-1ubuntu3.4 failed to install/upgrade: subprocesul script post-installation instalat returnează starea de eroare la ieșire 1" [Undecided,New] https://launchpad.net/bugs/727760 [12:47] hi, i discovered my dhcpd is giving an ip to an unauthorized mac address [12:47] how can i kick out that bad address [12:48] dhcpd.leases is empty [13:14] hi everybody [13:15] soren, did you find what you were looking for ? [13:15] lp:~uec-testing-scripts-dev/uec-testing-scripts/trunk/ i think is it [13:18] someone has a good how-to setup a svn private server (on u 10.04 lts)? I messed with wiki one but I would like to have an exhaustive one. [13:25] Hi, I am trying to change default umask of apache2. I added "umask 002" to /etc/profile and /etc/apache2/envvars. Restarted the machine but still php uploaded files created with -rw-r--r-- I want to make them -rw-rw-r-- Is there any other tricks? [13:26] smoser: Yes, I think that's the one. thanks! [13:35] SpamapS, Can you retarget https://launchpad.net/ubuntu/+spec/packageselection-server-n-commandline-userfriendly miletone against beta-1 please? [13:36] Hey smoser ! [13:36] hey. [13:38] smoser, you have a few documentation WI's targeted towards A3... Is that something that should be bumped to beta? [13:39] https://launchpad.net/ubuntu/+spec/cloud-server-n-image-rebundle [13:39] probably [13:39] s/probably/yes/ [13:39] smoser, https://launchpad.net/ubuntu/+spec/cloud-server-n-cloud-init [13:41] yes. postponsed ro dropped. [13:41] smoser, Are you talking with jamespage about trying to automate the sniff testing of A3 cloud images? [13:43] well, no. [13:43] but there would be no point in doing so [13:43] they're completely DOA. [13:50] smoser, Oh? [13:50] smoser, will there be a A3 release of the cloud images, or will they be delayed? [13:52] there will be images. [13:52] the debconf changes seem to have bitten me. [13:55] anyone know if the private-cloud stuff still routes everything through one nic? that was pretty bad.. [13:58] smoser, Is this able to be fixed before A3 final? [14:01] Daviey, there really isn't a choice. [14:03] smoser, anything the rest of us can do to help? [14:03] well,. heres the problem [14:04] sometime between 20110228 build and today's build, the code at http://bazaar.launchpad.net/%7Eubuntu-on-ec2/vmbuilder/automated-ec2-builds/annotate/head%3A/vmbuilder-uec-ec2-fixes in line 262-267 stopped functioning correctly. [14:05] Hmmm [14:05] the end result is that in the images, [14:05] /etc/cloud/cloud.cfg.d/90_dpkg.cfg [14:05] has [14:05] # to update this file, run dpkg-reconfigure cloud-init [14:05] datasource_list: [ NoCloud, OVF ] [14:05] it *should* have [14:05] # to update this file, run dpkg-reconfigure cloud-init [14:05] datasource_list: [ NoCloud, OVF, Ec2 ] [14:05] its debconf multiarch fallout [14:05] smoser, the tail of that file DID work? [14:06] tail ? [14:06] 262->267 [14:06] somewhere between 20110228 and today, those lines stopped doing what they're supposed to do. [14:06] smoser, Is this what Colin commented on about using an old debootstrap? [14:07] where? [14:07] hmm [14:07] (yes, i think this is related, but i dont really see how... this happens well after the image is created, and happens inside a chroot) [14:08] i would have expected that the installed debconf would have made things work. [14:08] grepping mail [14:09] leave your poor email alone [14:10] [09:41:30] smoser: I suspect the other thing that's happening is that you're using a sufficiently old debootstrap that it doesn't create the /var/lib/dpkg/info/ARCH -> . symlink [14:10] morning all [14:10] Afternoon RoAkSoAx [14:10] debconf has nothing to do with anything [14:11] or at least, if that debootstrap fixes it, debconf has nothing to do with anything [14:11] * cjwatson reads more [14:11] debconf multiarch fallout> please explain, this sounds confused [14:11] i most definitely am using an old debootstrap. [14:11] i probably am confused. [14:12] dpkg is the thing that was multiarchified, not debconf [14:12] i only suspected because what is failing to do what it used to do is: [14:12] chroot "${rootd}" dpkg-reconfigure --frontend=noninteractive cloud-init [14:12] now, debconf might have ended up getting confused as a side-effect, if /var/lib/dpkg/info/ARCH ended up as a directory not a symlink [14:12] sorry, then my bad for conrfusion. [14:12] that's an easy thing to check [14:13] if that's so, then some of the metadata will be in /var/lib/dpkg/info and some in /var/lib/dpkg/info/ARCH [14:13] (where ARCH is $(dpkg --print-architecture)) [14:13] only the files in /var/lib/dpkg/info/ARCH will be noticed [14:13] using the new debootstrap (it should be in lucid-backports now) will make sure that /var/lib/dpkg/info/ARCH is a symlink [14:14] cjwatson, so this probably is what is going on. i just thought that the installed dpkg would have set that symlink up. [14:15] this happens as basically the last thing done. [14:15] smoser: it can't set it up for things that were debootstrap-extracted before dpkg [14:15] or at least not safely [14:17] cjwatson, so i gather your suggestion is to get the -backports version of debootstrap then [14:21] cjwatson, so, in the image [14:21] ls -l /var/lib/dpkg/info/ [14:21] total 76 [14:21] -rw-r--r-- 1 root root 0 Mar 2 07:12 dpkg.list [14:21] drwxr-xr-x 2 root root 77824 Mar 2 07:21 i386 [14:21] which seems "right" [14:23] - /var/cache/debconf/config.dat has the seeded values [14:23] and is seen [14:28] so it would appear to me that a symlink laid down by debootstrap would not fix the problem. [14:29] smoser: no, that's wrong [14:30] smoser, I know you have your hands full at the moment, but is the lxc stuff likely to land in A3 images or later? [14:30] smoser: dpkg-reconfigure isn't yet specifically aware of /var/lib/dpkg/info/i386 (there's a bug for that, patch under review) [14:30] smoser: the -backports debootstrap should make this work by way of the symlin [14:30] k [14:30] ah. yeah. [14:30] ok. [14:30] i was reading the symlink wrong http://launchpadlibrarian.net/65373191/debootstrap_1.0.28_1.0.28ubuntu1.diff.gz [14:31] hm... i' still confused. [14:32] i'm fine to make the change in debootstrap. [14:33] ah.. i see now. [14:33] the debootstrap fix will get make /var/lib/dpkg/info actually get files in it. [14:33] ok. [14:34] Daviey, is Euca ready for testing? [14:34] adn the dpkg-reconfigure would work because it would just lay down files there. and the issue i was having was that dpkg-reconfigure doesn't thikn theres a config script for my package [14:39] hggdh, Still dhcpd woes... but testing as far as you can on two nodes appreciated [14:40] hggdh, There is a known postinst issue on euca'-common... the euca'-networking job doesn't finishing starting [14:40] At least you can start an instance now... just not contact it.... :) === andreserl is now known as RoAkSoAx_ [14:40] Daviey, can I run with the ISO image, or should I use the current arch? === RoAkSoAx is now known as andreserl === RoAkSoAx_ is now known as RoAkSoAx [14:41] If you use the ISO from today, that should be good. [14:41] i *suspect* it will crap out due to the postinst [14:41] * hggdh notes RoAkSoAx is having an identity issue today [14:41] lol [14:42] hggdh, naah just changing to XChat for today's TestDrive session on the UDW instead of irssi :P [14:43] hggdh, btw.. the ISO's for testing are the same as the ones in cdimage.u.c right? (the same ISO's TestDrive downloads) [14:47] RoAkSoAx, Yes... I think it's safe to consider /current/ to be the candidate for A3 unless there is a re-roll. [14:51] indeed [14:51] whatever is the current [15:02] hggdh, ok cool thanks [15:14] how is the iso testing looking? [15:17] Hello, I am running the latest ubuntu server (32-bit) and I want to automount my USB hard drive. I have done so through /etc/fstab by adding a line but this does not allow write access. Any tip? [15:19] !info usbmount | izul [15:19] izul: usbmount (source: usbmount): automatically mount and unmount USB mass storage devices. In component universe, is extra. Version 0.0.20ubuntu1 (maverick), package size 16 kB, installed size 120 kB [15:24] smoser: Oy! Would you be tempted to update python-boto in natty? There's a 2.0 version on the web site which adds feature I'd love to use :-) (in my case, IAM) [15:25] mitch suggested no. [15:25] smoser, What did he say? [15:26] (mitch, the upstream) suggested it was probably just too big a change. [15:26] hold on, i will find it. [15:26] New bug: #727834 in squid (main) "package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/727834 [15:27] https://bugs.launchpad.net/ubuntu/+source/euca2ools/+bug/725170 [15:27] Launchpad bug 725170 in euca2ools "euca-authorize requires source-subnet to function" [Undecided,Fix committed] [15:27] hm.. although, i guess he was speaking there about his new (and not publically available euca2ools) [15:27] lool, i would like IAM in natty also [15:28] i haven't followed boto upstream closely enough to know of potential regression, woudl have to spend some time to look at it [15:28] the big issue we've had in the past is boto causing problems with euca2ools [15:28] smoser: I wouldn't mind the IAM command-line tools, which I'm currently using from a downloaded .zip, but I was actually looking at using the boto python API instead; is this also a big change over 1.9b? [15:29] Ok [15:29] smoser: Thanks for the information [15:30] iamcli is in natty, lool [15:30] packaged [15:30] awesome, I obviously wasn't paying attention [15:59] anyone know of a good version backup system? like how documents on google docs backup every change, and osx time machine will save every version of a file that you update continuously? [16:00] looking for something to use on a smb share [16:03] cap_00: I've typically used git for that. It's not automatic though. Search for 'fuse version control', i bet there is something [16:05] cap_00: you can do something similar to time machine by using hard links and copying the whole content on intervals. [16:05] cap_00: look at http://sourceforge.net/apps/mediawiki/fuse/index.php?title=VersioningFileSystems [16:06] wayback is the one i was thinking of (which i saw presented somewhere or other) [16:14] anyone know how to install sudo-ldap instead of sudo during an automated install? it expects SUDO_FORCE_REMOVE to be set (even though there is a root pw and sudo-ldap is being installed) [16:16] New bug: #727861 in samba (main) "package samba-common 2:3.4.7~dfsg-1ubuntu3.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/727861 [16:21] ugh. apt-install doesn't work either cuz it disables removals and sudo conflicts. what a mess. [16:31] smoser, hggdh: quick start on using the ec2 testing stuff I've been working on http://tinyurl.com/68ja63x [16:33] jamespage, cool. [16:33] I've got it working with Jenkins as well - just testing at the moment. [16:33] we should see ami ids pop up at http://uec-images.ubuntu.com/server/natty/20110302.2/ in a few hours [16:34] jamespage, nice :-) [16:35] OK - I've not actually managed a successful natty test yet due to archive issues and it just not working this morning [16:36] run-ubuntu-ec2-multi-test has a option (-r) to pick a release date.... [16:43] does anybody know if the bug that causes ubuntu-server to totally lock up when installing java in a 32bit t1.micro instance has been resolved yet [16:43] ? [16:44] jamespage, Have you documented how to setup hudson on natty? [16:44] Not yet [16:44] another blog post? [16:45] jamespage, blog post /and/ something on the wiki would be awesome [16:45] and that would be jenkins on natty - hudson is another project :-) [16:45] jamespage, Am i right in saying that the PPA will recieve /some/ support throughout the natty supported period of 18 months? [16:45] ie, semi-supported? [16:46] Daviey: we can push something out to the stable PPA when natty is release; maybe drip feed critical patches to it? [16:47] jamespage, yeah, good idea not to over promise - security/critical fixes only [16:47] jamespage, Are you able to document something soon? Would like to mention it in the Overview. [16:47] Daviey: we discussed PPA's associated with Ubuntu Server at UDS-N - I thought there was a documentation task to make them more visible. [16:48] yeah... who was that assigned to? [16:48] I remember that discussion aswell. [16:48] Daviey: I'll blog something now and write some more docs later [16:48] it might have been sommer - SpamapS and ScottK where def in the session as well [16:49] jamespage, Don't want to distract you from what you are currently doing... If i started a wiki page and put TO FOLLOW on the page, are you able to fill it in when you have time [16:49] and/or redirect it [16:49] yes [16:55] thanks for the info hallyn and air^, (long phone call) === jj-afk is now known as jjohansen [16:56] god damnit, can you not install any java in a 32bit micro instance with ubuntu-server 10.04 ?! === andreserl is now known as RoAkSoAx === Tohuw1 is now known as Tohuw [17:04] What's an easy way to prevent DoS attacks? [17:05] sss, Turn off the server. [17:05] sss, In what context, what service are you providing? [17:06] A website especially PHP [17:06] hello [17:06] is there anyone there ? [17:06] azertyy, yes [17:07] azertyy, I think [17:07] i create several user for ftp access, user1, user2 etc ... where my system is based on ubuntu [17:08] my question what is the equivalent of the command 'w' which work with an ssh session for ftp session [17:08] RoAkSoAx, Can you retarget this blueprint to beta? https://launchpad.net/ubuntu/+spec/packageselection-server-n-cluster-stack [17:08] to able to see what happen on my server [17:09] i mean the presence of ftp user on my server in real time [17:09] SpamapS: hi? [17:09] sss, What DoS are you receiving? [17:09] Daviey, I am not (yet?). [17:10] sss, Well often you need to be re-active to what happens. [17:10] lo there anyone understand my question ? [17:10] sss, Ie, if you spot a signature in the log files - you can add a fail2ban rule [17:11] azertyy, A) Do you /really/ want to use ftp... and B) What ftp server are you using? [17:12] Daviey: will do [17:13] btw do you have the script yet? [17:14] yes i /really/ want use to use ftp [17:14] i m used vsftpd [17:15] that help much more time for upload rather than ssh === cmagina is now known as cmagina-lunch [17:16] RoAkSoAx, It's nasty code [17:16] RoAkSoAx, The LP API issue is still not fixed BTW [17:17] Daviey:yeah I know I tried it yesterday [17:17] lol [17:22] Daviey: blogged and tweeted - http://wp.me/p15nXE-1U - will update wiki as well this week. [17:23] jamespage, You are a MACHINE! [17:24] Daviey: np [17:24] jamespage, re-tweeted [17:24] any clue for my question ? [17:24] i use vsftpd [17:24] Daviey: I'm also putting together some docs for packaging plugins [17:24] how to check user presence on ubuntu ? [17:27] azertyy, I don't know without trying, but perhaps near the bottom, http://www.experts-exchange.com/Software/Server_Software/File_Servers/FTP/Q_25345415.html [17:27] create an alias [17:31] anyone know if there is a default clamav log file for scan results? i can only scroll up so far on my ssh console window [17:36] anyone get syslinux/pxelinux working with local booting under kvm? (still) working on automagic deployments but I can't get the reboot to succeed - pxelinux won't bail if it doesn't have a config, and setting 'localboot 0' (or -1 or 0x80) in the config just results in it saying "Booting from local disk" "Probing pci nic". (Hitting 'q'uit at the netboot/quit prompt -does- boot.) [17:41] jamespage, fancy reproducing your blog post on the server wiki? [17:41] Just thought, it won't show on planet ubuntu [17:41] jamespage, I can do that if you want... i'll link back to your blog === Tohuw1 is now known as Tohuw [17:47] New bug: #727924 in squid (main) "package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/727924 [17:54] How can I measure my bandwidth usgae? [17:54] *usage [17:55] bandwidth usage of what? [17:55] disks? memory? network? modem? video might be pointless, ... [17:57] i'm gonna go out on a limb and say network, since, you know, thats the common usage. but your answer was good too, i'm sure... [17:57] :) [17:58] I normally care about disk and network :) [17:58] * patdk-wk likes to use munin [17:59] network bandwidth [17:59] sss314: apt-cache show vnstat [18:06] New bug: #727933 in rabbitmq-server (main) "Shutdown halt if rabbitmq-server is running" [Undecided,New] https://launchpad.net/bugs/727933 [18:11] Hi guys, we are currently testing Natty Alpha 3, if you have some spare cycles join #ubuntu-testing and check the list of uncovered test cases at http://iso.qa.ubuntu.com/qatracker/build/all/notcompleted , [18:11] UEC, iSCSI and JeOS on ESX need testing === cmagina-lunch is now known as cmagina [18:21] Daviey - that would be great - thanks [18:45] annnnd we are bac [19:19] jamespage, done [19:20] ta [19:21] New bug: #727973 in openldap (main) "Included debian patch can cause DB corruption" [Undecided,New] https://launchpad.net/bugs/727973 === ogra is now known as Guest42737 === Guest42737 is now known as ogra_ [19:59] lifeless: hey sup? [20:00] hi [20:00] wondering about the chances of a haproxy 1.4 build for lucid [20:18] SpamapS: ^ === photerran is now known as lz0 [20:21] New bug: #728017 in openssh (main) "xwindows over ssh causes instability" [Undecided,New] https://launchpad.net/bugs/728017 [20:46] New bug: #728029 in squid (main) "package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/728029 [20:52] zul: SpamapS: cjwatson: just to make sure, is anyone working on merging the upstream fix for bug 708493 ? [20:52] Launchpad bug 708493 in openssh "cannot login anymore: Read from socket failed: Connection reset by peer" [Critical,Confirmed] https://launchpad.net/bugs/708493 [20:52] (if not I'll start) [21:10] hallyn: I can do it [21:11] hallyn: I want it in Debian too anyway, so if you merge it I'll just have to repeat the job :) [21:11] hallyn: I just hadn't seen the upstream fix [21:11] cjwatson: cool, thanks [21:11] hallyn: (tomorrow, though, I hope that's OK) [21:11] cjwatson: yup, no hurry for me. plus there's a workaround for anyone bitten by it === lz238 is now known as semiotic [21:16] SpamapS: around? [21:21] New bug: #728047 in samba (main) "smbd + ldap hangs at startup after update" [Undecided,New] https://launchpad.net/bugs/728047 [21:39] kim0: around? [21:40] smoser, ping (ec2 tests) [21:40] hggdh, yo [21:41] i had a quesiton for you... was wondering about how hardy tests came along, we kind of faded on that. [21:41] smoser, first -- could you run the ec2 tests? [21:42] now: I do not really know, we ran and reported the results, but I did not hear back [21:44] hggdh, i'm running them. [21:44] smoser, I am forever in your debt [21:44] of course, 'forever' is a flexible term... === airtonix_ is now known as airtonix [21:55] hallyn: yeah, sorry I didn't play with your ppa yet. I'm not sure which package to file the MIR for [21:58] zul: quick question. When doing SRU, should we use lucid-updates or lucid-proposed branch? [21:58] kim0: ok, just wanted to make sure you got my comment thta I"ve now tested them and they seem fine [21:58] kim0: MIR would be for the two source packages: spice-protocol and spice [21:58] hallyn: I've pushed the blog on virtio today , and will play with ppa tomorrow (cant wait actually) :) [21:59] virtio blog? [21:59] hallyn: http://foss-boss.blogspot.com/2011/03/fast-win7-kvm-virtiodisk-net-install.html [21:59] cool will check it out :) [21:59] kim0: thanks, ttyl [21:59] tyt [21:59] * hallyn off to try a qa test now that he has cds [22:00] RoAkSoAx: depends on the package. [22:00] RoAkSoAx: if there is an an update start with the update package [22:00] RoAkSoAx: if there is an update and proposed merge them together [22:01] Does anyone know of a good manual for Ubuntu 10.04 LAMP? [22:01] B1naryTh1ef, see /topic [22:02] Yeah, other then the default? [22:02] what's the problem with the server guide? [22:02] I'm just intrested to see others [22:02] I like seeing a few different manuals [22:02] to get an idea [22:02] zul: ok ;) [22:03] thanks [22:11] RoAkSoAx, "Technically" - using UDD, it should be -proposed as that is the location we would push to....... but check it's the highest version using rmadison, as a scenario where -security upload has happend would cause it to not be the latest. [22:11] Daviey: yeah i noticed that already :) >P [22:12] (and base your branch on the one which is highest either $distro, -proposed or -updates [22:13] Daviey: indeed was just asking cause in the case of sambe for example, -proposed is different from -updates and -updates is the same as -security [22:13] Sadly, it would cause the merge proposal to be a bit ugly.... [22:13] for lucid [22:13] RoAkSoAx, proposed is less than -updates|-security? [22:15] Daviey: as in debian/changelog it is [22:15] i mena changes and debian/changelog [22:16] http://pb.daviey.com/Cwo7/raw/ [22:16] hallyn: how busy are you? [22:17] Daviey: indeed, so I'/m just using -updsates [22:17] -updates* [22:17] RoAkSoAx, so base your branch on -updates, and propose into -proposed [22:17] Daviey: that what I was indeed planning :) [22:17] Daviey: depends if -updates and -proposed has diverged though [22:18] zul, I guess if an upload from -proposed never made it to -updates, yes [22:18] Daviey: thats what i meant back there [22:18] zul, but either case, for UDD the -proposed branch needs to be kept good. [22:19] zul, If RoAkSoAx bases his branch on -updates and it cleanly applies to -proposed... that is what should happen [22:19] Daviey: right [22:20] Daviey: right but also sometimes the security fixes has bug fixes in there (it shouldnt but it does happen) [22:20] basically all im saying is use common sense ;) [22:20] zul, Hmm.. what do you mean? [22:20] isn't this documented somewhere? :) [22:20] -security should land on -updates [22:21] Daviey: i dont think im making any sense right now...its been a long day for me [22:21] zul, have a beer :) [22:21] Daviey: count on it [22:22] I'm not sure that I should respond since zul said he isn't making sense, but... [22:22] latest grub-pc updates for lucid are on -proposed, will it go back to lucid branch any day? [22:22] "right but also sometimes the security fixes has bug fixes" [22:22] that is extraordinarily rare, and of those rare cases, it has to do with build failures [22:22] right [22:22] (by far) [22:23] that said, we pull from -updates [22:23] jdstrand, no, what he was saying is... 'sometimes security uploads actually fixes bugs!' :P [22:23] I can get onboard with that statement :) [22:23] heh [22:23] * RoAkSoAx grabs some chips [22:23] sounds tasty [22:23] * jdstrand -> chip run [22:24] hehe [22:24] dammit, now i want some [22:25] lol [22:25] * JFo is angry at you all [22:25] :) [22:25] hehe [22:26] I *just* started crunch-crunching when you typed that! :) [22:26] heh, I had too [22:26] * Daviey walks to the kitchen in hope of finding some. [22:26] * JFo steals Daviey's crisps [22:27] no dice, there was just a note saying "I can haz your chips -- JFo" [22:27] * JFo wins! [22:27] :) [22:28] heh [22:28] I will buy you crisps in Budapest Daviey [22:28] and beer, I'm nice that way [22:30] w00t [22:32] zul: I"ve got a backload of some things I've not yet done but was supposed to quite awhiel ago by now (like checkpoint/restart recipes), so not shortage of things to do. but whatcha need? [22:32] * RoAkSoAx will try to take some pisco though probably nxvl will also do [22:34] hallyn: if you want i can do the lxc stuff [22:35] so you can offload it on to me [22:35] zul: cool, that'd be great, thanks! [22:36] ok ill do up a package for your perosal [23:10] New bug: #728088 in debian-installer (main) "iscsi root (amd64) with or without auth fails to boot" [High,New] https://launchpad.net/bugs/728088 [23:19] hello there [23:19] i can't remote server, i m on the machine; how to check my bandwith speed ? [23:20] my host say that they provide 1 GB [23:20] how to check that ? [23:28] aazert, install vnstat [23:28] aazert, I'm sorry that is not the right tool , to check your speed you can start downloading something with wget and see what speed you get [23:30] aazert, you could also use ntop or iptraf [23:31] Daviey, there? [23:31] hggdh, sort of [23:32] are you sure this time ? nimrod10 [23:32] vnstat is for exactly ? [23:33] Daviey, any known issues on publishing an image on euca 2.01 [23:33] ? [23:33] aazert, vnstat will show you the bandwidth consumed up&down, iptraf will show you the speed per network card [23:34] that's what i need thanks nimrod10 [23:34] let me check [23:34] darn, got disconnected. Daviey, you know of anything on it? [23:35] hggdh, uploading an image? [23:35] hggdh, I only tested uploading 10.04 images, and that worked fine [23:35] hggdh, did you install from ISO btw? [23:36] Daviey, uec-publish-tarball [23:36] Daviey, yes, from ISO [23:36] odd... [23:36] yep, all fail [23:36] from hardy onward [23:37] iptraf working perfectly, it looks like it simulating an activy to check the network card capacity nimrod10 [23:37] hggdh, that worked for me :/ [23:37] hggdh, did you get any problems installing? [23:38] Daviey, interestingly, absolutely no issues [23:38] :/ [23:38] i /expected/ you to have an issue [23:38] not even bug 726769 [23:38] Launchpad bug 726769 in eucalyptus "package eucalyptus-common 2.0.1 bzr1255-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [High,Confirmed] https://launchpad.net/bugs/726769 [23:38] hggdh, what server is this? [23:38] sapodilla [23:40] hggdh, interesting.... [23:41] never a bit of boredom there... [23:41] ah well. [23:41] * hggdh goes to open a bug [23:43] hggdh, odd [23:43] the SC failed to register [23:43] oh bummer [23:43] guess I should try i386 iscsi root [23:44] Daviey, di you register it now? [23:44] cuz I see two of them [23:44] hggdh, hmm scrub that [23:44] It's attempting to register the server i was using :) [23:44] which is still broadcasting [23:45] yeah [23:45] but this should *not* be an issue [23:46] well. I rephase: this is a different issue -- euca_conf states cluster1 is registered, but it should not, since we do not share certificates and ssh keys [23:47] hggdh, hmmmmmmmm..... i have a traceback [23:48] Daviey, from what/where/when/how? [23:49] tx is for what nimrod10 and what is rx ? [23:49] hggdh, run byobu, see window #1 [23:49] what is rx and tx ? [23:49] on vnstat [23:50] hggdh, hmmm [23:50] https://bugs.launchpad.net/eucalyptus/1.6/+bug/461464 [23:50] Launchpad bug 461464 in eucalyptus/1.6 "ec2 api tools (ec2-api-tools-1.3-42584) not working against 1.6" [High,Fix committed] [23:50] aazert, tx = transmitted , rx = received , also do man vnstat it is all in the manual [23:51] ok thank you very much help me very well your tool [23:51] bye [23:51] :) [23:51] Daviey, joy, oh joy [23:51] * hggdh adds in a regression [23:53] * RoAkSoAx is still waiting for hggdh to test PowerNap >P [23:54] yes. [23:55] hggdh, seems you've found a bug when (at least) sc fails to register, it thinks it succeeded [23:55] yes. At least one [23:55] plust the regression on 461464 [23:55] I bet it's trying to put the image in the sc it doesn't really know about [23:56] might be -- it marks it as a valid sc, and tries it [23:56] can you shut them down [23:56] ? [23:56] yeah [23:56] halt or reboot? [23:56] reboot will wipe them? [23:56] just sudo stop euca* [23:56] better safe [23:56] k [23:56] than... pissed [23:57] Daviey: Hide the rum. [23:58] :)