[00:06] kirklandi here waiting for shuttle to take me to airport [00:06] i mean hotel [00:11] hello [00:23] is there any info on best practices regarding system time? [00:23] i vaguely remember reading about how it should be set to gmt in BIOS and in the os stored as an offset from that or something...? [00:31] RoAkSoAx: cool [00:31] RoAkSoAx: ping me when you're at the hotel [00:31] ykirkland will do im still on my way [00:34] zul: i can't build cobbler more than one [00:35] zul: the build leaves a bunch of garbage around [00:51] zul: and are we still using lp:~ubuntu-virt/cobbler/ubuntu ? [00:51] zul: it looks out of date === Guest38942 is now known as jemofthewest [01:00] Ok, well I ALMOST got PPTP VPN service to work on my server, just i cant connect to it [01:03] how do I set up a local DNS server behind a NAT? [01:03] zul: can you get that branch fixed so that I can work on a couple of bugs? [01:10] Jasonn: PPTP? are you serious? [01:11] how do I set up a local DNS server behind a NAT? [01:17] New bug: #746847 in cobbler (universe) "cobbler packages don't rebuild" [Medium,In progress] https://launchpad.net/bugs/746847 [01:19] pmatulis: Yeah [01:20] pmatulis: Why? [01:26] New bug: #746854 in cobbler (universe) "upgrades broken if symlinks exist, one symlink is plain wrong" [High,Fix released] https://launchpad.net/bugs/746854 [01:29] jeeves_moss: there are two options for DNS that I know about. One is Bind9, essentially THE standard of DNS. The other is dnsmasq. In my opinion, dnsmasq is easier to configure. Once you have your DNS server running, you just have to point your client machines to use it. This can be done either manually or through DHCP. [01:44] e_t_, can you point me to a simple "how to" URL [01:46] jeeves_moss: There's this for Bind: http://news.softpedia.com/news/How-to-Host-Your-Own-Domain-With-Bind9-on-Ubuntu-49585.shtml [01:47] jeeves_moss: For dnsmasq, just install it and read the /etc/dnsmasq.conf file. It has extensive explanation and instructions in the comments. [01:50] i get a lot of hdd usage on my generally idle server [01:50] how can i see what processes use it? [01:52] There is a program called iotop that shows (more or less) which processes are writing to the disk and how much. === dendrobates is now known as dendro-afk [02:16] something keeps changing my /etc/resolve.conf to a different nameserver then the one I save it as... any idea what might be causing this? [02:27] What is something useful i can throw on my server> [02:27] ?? [02:27] MetaJake: check to see if you have the package "resolvconf" installed. NetworkManager also makes changes resolv.conf. [02:27] e_t_ I see thank you [02:28] Jasonn: what do you want your server to do? [02:29] anything useful [02:29] Not: seedbox, apache, proxy, vpn [02:30] You could make it a virtual machine host with kvm. [02:30] only has 10GB dick space [02:30] disk** [02:30] lol; [02:30] CUPS would make it a print server. [02:31] its a VPS, so dont really have a printer [02:31] If it's got more than one Ethernet card, you could turn it into a router. [02:31] Hmmm [02:31] It doesnt [02:31] lol [02:31] Its a server outside of my network, in a diff country [02:32] Anyways, Im thinking of something awesome, along those lines [02:32] like [02:32] :( [02:33] If you play World of Warcraft, you could set up your own server with bnetd. [02:34] Hmm [02:34] dont play [02:34] it [02:34] D: [02:34] something to do with networking [02:35] After eliminating Apache, proxy, and VPN, there's not much left. [02:35] Do you want to try an email server? [02:35] Yesh [02:35] Or IRC? [02:35] Could i host a server for freenode [02:36] with only 256mb ram? [02:37] That's probably below what they'd like. They also want at least 1.5Mbit up and down connection speed. You could ask them. [02:37] nope [02:37] Is this a personal project, or is it work-related? [02:37] personal [02:37] just to gain knowledge and stuff [02:38] You're paying for a VPS "just to gain knowledge?" That sounds expensive. I just have an old laptop with a busted screen for my server. [02:38] Its $5/mo [02:38] really not much [02:38] plus 20% off [02:39] Mine is $0/month. [02:39] I have a server at home too [02:39] Its just i run a website too [02:39] So i want it for that [02:39] and actually, your probably costs you more in electricity bills than mine does in total u.u. [02:40] plus, i dont have a fast connection at home [02:41] An email server is really easy to set up (if you already have a domain). In Ubuntu, the default mail setup is Postfix for SMTP and Dovecot for IMAP/POP3. You can also use Exim4. Either one will prompt you for information during installation and you should be up and running quickly. [02:43] Hmmm [02:43] e_t_ sorry to wander away there. I'm just testing elementary functions of apache.. httpd, php mysql. eventually I will be using python and its' webdev frameworks. but... [02:43] But then the reverse DNS of the server would have to be the one of the email? [02:43] brb [02:44] i made some changed to some apache config files and now /etc/resolve.conf keeps changing on me like i said and I can't get a connection to my internet at all. [02:44] Jasonn: Actually getting your mail accepted by other servers (Gmail, Yahoo, Hotmail) is a different matter. [02:45] MetaJake: resolve.conf only affects DNS resolution. Try "ping -c 4 72.14.213.105" (google.com). If that fails, then DNS is the least of your problems. [02:46] ok. actually I just got my connection back (tested using apt-get update) [02:47] ... I think I'm back in business.. I had made some changes to the configuration of my virtual machine that I forgot about. [02:47] been a spaghetti sort of day.. in all its learning [02:47] OK. What you could do is make resolv.conf how you want, then "sudo chmod 444 /etc/resolv.conf" to prevent even root from writing to the file afterwords. [02:49] ah, i gotcha. Nice tip, I'm writing that down for next time, similar situation === dendro-afk is now known as dendrobates [03:04] e_t_: THen how do i get the mail accepted? [03:06] I don't know. I have my server set to use Gmail as a smarthost. Gmail then trusts my server because I gave it my login credentials, and everybody else just gets a message from my Gmail account. [03:08] Jasonn: http://www.techrepublic.com/article/get-it-done-host-your-own-e-mail-server/5032914 [03:08] It's not a how-to, but it's got useful information. [03:10] Also, http://serverfault.com/questions/9594/cannot-send-email-to-hotmail-or-msn-addresses [03:16] e_t_: How do i install it? [03:16] Which? [03:17] mail server [03:17] Do you want Postfix or Exim4? [03:18] difference? [03:20] e_t_: ^ [03:20] difference? [03:20] Exim4 offers (I think) a more detailed installation. Postfix is Ubuntu's default mail server; Exim4 is Debian's. [03:21] Ill take exim [03:21] just apt-get install exim4 ?? [03:21] I think so. [03:23] dont work [03:24] It gives me an error, but i cant copy and paste because putty doesnt let me [03:28] You're in Windows? take a screenshot of the putty window. [03:31] putty lets you; drag to select & it goes straight into the clipboard (it's more difficult to tell it to _not_ copy) [03:34] Can i get a domain, and set the a records to 192.168.1.140 and then when im in my local network, it will go to 192.168.1.140?? [03:35] Jasonn: yes I do it all the time. [03:35] Works? [03:35] Thanks [03:35] No. Any address beginning with 192.168 is not routable on the Internet. You need a static public IP. [03:36] :OO [03:36] Then what can i do [03:36] ? [03:36] How do you connect to the server? [03:37] Jasonn: I create domain names all the time that are webServerPriv.domain.com -> 192.168.7.15 and it works fine. [03:37] the "when I'm in my local network" bit is real relevant there. you can put any address you want in the A record. you'll only be able to reach it from places it's routable tho [03:37] A host records [03:37] e_t_: Local server [03:37] I thought this was your VPS. [03:39] nope [03:39] talking about another serrver [03:41] OK. If you want a server on your LAN to just do stuff on the LAN, you don't need a domain at all. If you want people on the Internet to be able to email you though, you need a registered domain name and a public IP address. You will then configure your router or gateway with the public IP address and forward all traffic to the server on the LAN. [04:09] i like this channel much better than #ubuntu, much better conversation === dendrobates is now known as dendro-afk === samferry is now known as Guest41306 [05:46] New bug: #746963 in clamav (main) "package clamav-base (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/746963 [06:40] Hi! Are there any sendmail guru's on? === reisi_ is now known as reisi [07:44] How can I disable all the power management ? [08:07] hi can someone suggest me a good native tool to use for ubuntu as a client, to take ssh/telnet of an appliance and store the logs, execute commands, set term type, , etc?...I already tried teraterm via wine and putty, but is there any other tool that maybe better? [08:07] the client will be run on ubuntu 10.04 desktop [08:08] ^ [08:09] hi qwebirc44173: is xshell any good, ive seen some people run it? [08:10] a bit of a problem with dovecot+postfix vacation autoreply: our mailaddresses are the form $firstname.$lastname@$domain and they are delivered to $user@$dovecot.server. when i use sieves autoreply, the from-address in the reply message is $user@$dovecot.server, not the proper mail address. [08:11] is there a way to use the $first.$last@$domain in reply messages from-address? [08:27] hey guys, I need to change the ip address in bind files from 192.168.0.8 to a different ip is there a quicker way to do it? [08:29] better explination, I have about 15 bind9 database files, all with about 10 refferences to 192.168.0.8 I want to know if there is a quicker way to change it rather then manualy opening every file [08:32] shaggy2: Something like "sed 's/192.168.0.8/192.168.0.100/' < file1 > file1.new" [08:33] Or "sed -i" [08:33] Also, s/192.168.0.8/192.168.0.100/ might replace 192.168.0.87 with 192.168.1007, for example. [08:33] So: Be careful. [08:33] wouldn't that copy the file and apply the changes in the new file? [08:34] shaggy2: andreasf_'s solution would put the changes into a new file (which you can then proceed to rename, if you're happy with the changes). [08:34] Back up your original files before attempting this :-) [08:34] shaggy2: "sed -i -e 's/blah/blah/g' file.conf" will act on file.conf in-place. [08:35] I might just stick with the way I know. might be safer. if I stuff something up I was planning to format anyway, I thought I would just try to change the ips so I didn't have to, bind 9 aint the only thing that needs to be changed [08:37] <_ruben> use 'sed -i~', it'll backup the existing files with the ~ suffix [08:38] How can I disable all the power management/saving ? [08:39] qwebirc44173: Why? [08:41] soren: problem shutting down. [08:41] soren: we are discussing at #ubuntu [08:41] qwebirc44173: So you want to disable power management so that you can be sure it won't shut down? [08:41] lol [08:41] I want to be sure it shuts down* [08:42] qwebirc44173: This makes no sense. [08:42] soren: power saving [08:42] qwebirc44173: It's sort of like removing the wheels from your car, because you don't feel it's driving very well. [08:42] soren: how to disable power saving [08:42] maybe it's the problem. i need to know [08:44] Powering off is power management. [08:44] If you're talking about CPU throttling, that's a different story. [08:45] I'm not sure you can thoroughly disable CPU throttling or frequency scaling. [08:45] It used to be a module, but I think it's built-in no. [08:46] now. [08:46] qwebirc44173: You could talk to the good folks in #ubuntu-kernel. [08:49] ok [08:49] thanks [08:51] * sky1 is looking for an user which has experience with the tracking issue software Request Tracker /msg me [09:18] morning [09:20] ttx: hey - snap! [09:21] jamespage: snap? [09:21] oh :) [09:21] :-) [09:21] jamespage: young padawan needs to learn more if he wants to be as fast as the jedi master [09:24] I think we must have been looking at it at exactly the same time - I though I had discovered a new 'feature' in launchpad that recognised the words 'duplicate' and 'bug xxx' and did automagic stuff :-) [09:41] sky1: If you really want help, I suggest you just start explaining your problem. [09:42] sky1: Even if I was a requesttracker expert, why would I /msg you? [09:43] hm... ok [09:47] sky1: Here, in the channel, there are tons of people who can help. If I get bored along the way, someone else can pick up where I left off. What would be my motivation to give that up? [09:47] i would like to use a template from an copy of a document for Improvement suggestions for RT.. it's no problem to convert these in a format like html or sth like that ... if i do so is it possible to integrate these html document for a ticket creation in RT? [09:48] sky1: For stuff like that, I recommend looking at one of the requesttracker mailing lists: [09:48] http://bestpractical.com/rt/lists.html [09:49] ok ...thnx [09:51] hey guys whats the name of the mod_zlib package for php on lucid? [09:52] <_ruben> eagles0513875: there is none, as it's built in [09:53] ok is it enabled by default or do i need to go digging around in the php.ini file [09:53] <_ruben> i assume it's enabled by default [09:55] ok will dig around in php.ini [09:55] thanks [10:07] How do i remove a package pin? Can i just delete the /etc/apt/preferences.d/ files? [10:10] I checked the documentation but the method proposed doesn't work: echo PACKAGE_NAME install | dpkg --set-selections returns nothing and after apt-get update apt-cache policy PACKAGE_NAME is still set to the pinned version... [10:13] output of /sys/power/disk is test testproc [shutdown] reboot [10:13] is this the reason I cant shutdown the system properly? === FireCrotch is now known as nickmoeck [10:38] ........... [10:46] Daviey, hey, beta 1 is out, what's the word on the street wrt server? [10:47] rickspencer3, haven't yet had much community feedback.. which isn't uncommon... looking at the incoming bug count, looking reasonable. the beta1 qa'ing is looking pretty good. [10:48] rickspencer3, The documented (release notes) eucalyptus bug should now be fixed in the archive, so apt-get upgrade away [10:52] Daviey, nice! [10:52] Allocate IRQ for PCI VGA on [10:52] Natty! Natty! Natty! [10:52] good? [10:55] * Daviey passes rickspencer3 a pair of pompoms. [11:09] Daviey, zul: saw http://www.stackops.org/ ? [11:10] Daviey, zul: Lucid-based openstack ISO, with agent-based post-install config [11:13] ttx, I did! I downloaded the iso.. not had a chance to complete installation with beta1 this week. [11:14] but thanks for pointing it out. [11:27] ttx: yep [11:27] Daviey, ttx: we have had quite a few reports of bug 654549 [11:27] Launchpad bug 654549 in tomcat6 "Tomcat6 fails to upgrade if JAVA_OPTS contains /" [Low,Confirmed] https://launchpad.net/bugs/654549 [11:28] The fix is quite small; SRU worthy? Happy to handle if you think so [11:29] jamespage, looking [11:30] Daviey: this is the fix - http://pastebin.com/Bq6tHhW6 [11:31] jamespage, is it just upgrades or new installs aswell? [11:31] So it would be upgrades only where extra stuff has been added to /etc/default/tomcat6 with '/' characters [11:32] normally JAVA_OPTS [11:33] jamespage, So the only catchment is people updating from lucid -> maverick? [11:34] Daviey: yes - and people applying security fixes to based Maverick installs which have had extra options added [11:34] TBH it probably impacts Lucid as well [11:34] * jamespage goes to look [11:35] Ah, if it does, and the fix looks trivial - and backported, shoot for it :) [11:35] So this was added in Maverick by the looks of things - so does not impact Lucid [11:36] Daviey: ^^ [11:37] jamespage, ahh... looks totally Fix Released then? [11:37] Daviey: fixed release in Natty; however Maverick still has the issue [11:38] Lucid not impacted [11:38] jamespage, It doesn't seem that high impact to me... but if you have the patch, and can throw out the SRU dance, comments... seems a good idea. [11:39] Daviey: well it can be worked around but it is annoying - I'll stick it on my list as low priority - have some ec2 testing stuff todo from beta-1 testing. [11:40] jamespage, ec2 testing, fixes or using it? [11:41] daviey: changes to the way it runs; broader use during beta-1 threw up a few things that don't work so well. [11:41] Oh dandy. [11:41] daviey: going to move to a new type of Jenkins project for it to make reporting easier - http://jenkins.qa.ubuntu-uk.org/job/natty_server_ec2/ [11:42] jamespage, Am i able to sign up to get mails on failures? [11:42] That reporting matrix looks good! [11:44] daviey: I think we should get some mailing lists setup for failure notifications - what do you think? [11:45] jamespage, That sounds a really, good idea [11:46] ack [11:47] jamespage, Is it looking like your jenkins instance will cover more than just server eventually? [11:48] daviey: TBH it already is - we have desktop and alternate ISO testing running in it at the moment [11:48] Ah, i didn't know that had been achieved... [11:49] daviey: it does not really fit into a t1.micro any more - I broke it yesterday when I used a new Jenkins feature - it ran out of memory.... [11:49] jolly good :) [12:17] what is the status of xen in main? still at -3.3? [12:21] rpinson@rpinson:~$ rmadison xen-3.3 | grep natty [12:21] xen-3.3 | 3.3.0-1ubuntu13 | natty | source [12:24] ahh, there is a patch in the bug tracker ... [12:24] server team, please have a look at the openldap and postfix build failures === doko_ is now known as doko [12:44] I need help enabling APM support! [12:44] please! [12:45] qwebirc44173: What sort of hardware are we talking about? [12:47] amd pcchips 810lmr [12:47] m810lmr [12:47] it supports APM [12:48] What processor is it? [12:48] soren: http://www.ciao.co.uk/Productinformation/PCCHIPS_M810_LMR__5409872 [12:55] 0 0 * * 1-6 am I right? this will run the program at midnight every monday to saturday except sunday? [12:55] jmazaredo: man crontab [12:56] ya i did that im just confused [12:57] theres a bunch of guides on the internetz [14:36] Daviey: the ftbfs is a transient error i think [14:37] mornin all [14:38] is there an open source alternative to cpanel? [14:44] Doonz: webmin, maybe [14:45] hi RoAkSoAx === dannf_ is now known as dannf === AndrewMC is now known as SpockVulcan [14:51] semiosis: any recommendation on a vm server? don twanna use vmware [14:51] is virtual box decent? === mrmist is now known as evilmist [14:58] Doonz: i havent used virtualbox, just vmware and centos xen. have you checked out ubuntu enterprise cloud? i plan on setting that up sooner or later [14:59] im just starting to play around with it [15:08] Doonz, yes it is [15:08] very handy [15:09] I've run production VM's on it too [15:09] my experience has been that it's a solid product === Pici is now known as ZarroBoogs [15:30] hi all - if anyone speaks French here, you're invited to contribute to this translation (SAGE Sysadmin code of ethics): si qq'un veut participer à cette traduction, vous êtes invités: http://sketchpad.cc/PPM2DE5gDL [15:39] MagicFab: #ubuntu-fr might be worth a try [15:39] RoyK, tx, I am inviting a few people [15:48] cjwatson: hi, do you have an idea when you'll rebuild d-i for beta2? [15:49] I'll do it now === dendro-afk is now known as dendrobates [16:02] Daviey: yeah so openldap ftbfs is bogus === cmagina-afk is now known as cmagina-office [16:12] * rcconf hello all [16:13] [16:13] How can I use Ubuntu Server as Live CD? [16:13] you can't [16:13] no? [16:13] I just want to get to cli [16:14] oh [16:14] :) [16:14] press alt+left [16:14] s/left/right/ [16:14] or alt+f [16:14] RoyK: in the first menu? [16:14] I think you have to go through the language settings before the terminals spawn [16:15] RoyK: where it say [16:15] s [16:15] Try Ubuntu [16:15] no [16:15] or even - choose 'repair' in the menu [16:15] it only shows Install [16:15] etc [16:15] ubuntu server doesn't have the 'try ubuntu' choice (iirc) [16:16] yes it doesnt [16:16] so how I do boot and access the disks [16:16] but if you choose install, and then go through the kbd/language settings, new terminals should be available on virtual terminal 2-4 IIRC [16:17] 2 and 3 I think, 4 used to be for error messages from the install, etc [16:17] RoyK: there is recue mode and stuff [16:17] rcconf: that's the easy way, yes [16:18] http://www.cyberciti.biz/faq/howto-boot-ubuntu-linux-rescue-mode/ [16:18] rescue will prompt for a root partition and mount that [16:18] RoyK: it didnt mount [16:18] dont know why [16:18] well, if you get a terminal, then just mount it yourself :) [16:18] cat /proc/partitions [16:19] that'll show you what's there [16:19] k [16:24] rcconf: any luck? [16:25] no [16:25] RoyK: cat proc shows the partitions [16:25] now what i do? [16:26] mount [16:26] mount sda /media/ ? [16:26] mount sda /mnt/ [16:26] or sda1 [16:26] sda is the drive [16:26] sda1 is the first partition [16:26] yes [16:26] mountpoint can be anything [16:27] I guess /mnt should do fine [16:27] even /asdf will do :P [16:28] RoyK: mount /dev/sda1 /media/ mount fail [16:28] invalid argument [16:28] rcconf: pastebin /proc/partitions [16:28] cant [16:28] well, what partitions do you have there? [16:29] oh i will try the home partition [16:29] if in doubt, run a fsck on them first === dendrobates is now known as dendro-afk [16:29] :) [16:29] i was trynig to mount swap [16:29] * rcconf facepalms [16:30] * RoyK hands rcconf a beer :) [16:33] * rcconf drinks water [16:33] :D [16:33] We currently have 9 web/db servers and I am trying to map them out and am looking for some advice as to what to include in my report... I have a good start, but don't want to miss anything worthwhile... [16:35] daviey, zul: if you want to have parallel LXC/KVM support in openstack, you should probably +1 the "Re: [Openstack] heterogeneous instance types" thread [16:38] jacobfogg: start off with distro/kernel versions, list of installed packages and perhaps an OpenVAS scan [16:38] ttx: done and done [16:39] RoyK: got everything but the scan so far. [16:40] I also have hardware specs: Proc's, Ram, HD's [16:40] lshw is nice for that [16:41] Nice! ... I also have Internal/External IP's, Primary and secondary (if applicable) purpose [16:41] OpenVAS can be a bit paranoid, so try to weight those alerts on your mental scales :P === dendro-afk is now known as dendrobates [16:52] hey everyone, i have an ec2 instance on amazon with ubuntu, i see my test page for apache, but inside of /var/www/ i see folders for cgi-bin, html but nothing inside them, any idea where the page is served from [16:52] jacobfogg: make sure you run chkrootkit on those machines as well [16:52] a456: check the apache config [16:53] Thanks =) [16:54] RoyK: i cant find the apache2 config === raphink is now known as raphink_afk [16:54] a456: /etc/apache2 [16:55] grep -r "cgi" /etc/apache2 [16:55] hmm -bash: cd: /etc/apache2: No such file or directory [16:55] how did you install apache? [16:55] a456: perhaps lighttpd is running? [16:55] it was preinstalled on amazons ec2 image [16:55] http://50.17.186.175/ [16:56] lol - that's fedora [16:56] so its apache [16:56] not ubuntu [16:56] oh fuck [16:56] hah [16:56] sorry ive been up since 4am working /west coast time/ grr [16:56] a456: /etc/httpd [16:57] a456: and perhaps /j #fedora :P [16:57] ;-) [17:02] thx guys hah [17:02] i was confused because any host ive had had a test page liek that but included an html file [17:03] that was served via the server? the dir was emtpy which is why i was co nfused once i "touch index.html" [17:03] i could see, thanks! [17:30] hggdh: around? [17:45] hallyn: hi. I've just updated bug 746497 [17:45] Launchpad bug 746497 in libvirt "libvirt installs firewall rules on package upgrades" [High,Incomplete] https://launchpad.net/bugs/746497 [17:45] hallyn: hopefully that's all of the questions answered... [17:46] heh - starting an openvas scan on this old single cpu machine: load average: 57.30, 53.72, 39.70 [17:50] RoyK, didn't you're parents talk to you about playing with matches? The same rules apply to what you're doing right now ;) [17:52] Kiall: lol [17:52] Kiall: just scanning a network I manage :) [17:53] but from the outside to see if there are any cracks [17:53] ... and starting a fire at the datacenter that server is hosted at while you're at it ;) [17:53] haven't seen a server that can't handle 100% load yet [17:54] anyone that produces a server that stops at 50% should be hanged [17:54] I have .. and it did end in a fire too .. but it was a crappy old dust filled desktop someone was doing stupid shit with ;) [17:55] then the problem probably was noone had vacuumed the server recently... [17:55] dust can be quite a bitch [18:09] jamespage: now I am [18:31] kirkland: uploaded a new debian-installer; should be ready for tomorrow morning's daily builds [18:31] cjwatson: rock, thanks [18:31] cjwatson: will test then [18:38] Nafallo: so restarting libvirt-bin did reinstate the routes right? [18:40] hallyn: routes? who talked about routes? [18:40] Nafallo: filter rules i meant [18:41] all right well let me try to reproduce [18:41] thanks for the info [18:41] it did indeed, yeah :-/ === skaet is now known as skaet_afk [19:32] SpamapS: any ideas why this is showed? while upgrading eucalyptus start: Unknown parameter: IF [19:32] start: Unknown parameter: IFACE [19:38] RoAkSoAx, It has always done that, it's when, aiui, an emit doesn't fill $iface... the problem is that upstart doesn't let it pass unoticed now [19:38] not sure of the fix tho :) === Slyboots_ is now known as Slyboots [19:40] hmm [19:40] is IFACE used in the script/exec lines? [19:44] is amazon AWS doing some april fools joke? i cant login since april 01 12:00 or ping the httpd [19:44] it shows as a running instance though === SpockVulcan is now known as AndrewMC [19:49] SpamapS: no it is not [19:52] SpamapS: this is the job http://paste.ubuntu.com/588357/ [19:53] SpamapS: ARGH.. this one.. http://paste.ubuntu.com/588358/ [19:54] SpamapS: but the upstart job has not changed in quite a while [19:54] and because of that, the upgrade /install in natty fails [19:59] SpamapS, IFACE is not used... previously that was not a problem with upstart... it would give a warning, but not fail to start [19:59] oh but it *IS* used [19:59] SpamapS, interetingly, when i appended IFACE=eth0, it still blocked [19:59] instance $IFACE [19:59] SpamapS, yeah [19:59] thats very very important [19:59] but in natty, it matters that it's not provided [20:00] Its *critical* [20:00] in and actually a good thing that its refusing to start [20:00] SpamapS, it wasn't critical pre-natty [20:00] its exposing a confusing thing though [20:00] why is it used in instance, and not in the scripts [20:00] SpamapS, one moment [20:01] I'd like to see a comment explaining that added to the file [20:01] SpamapS, it gave a warning before natty, but didn't fail... I questioned it during the cycle, but because it worked - we just carried on with it. [20:01] as a unknown :/ [20:01] It looks like the script needs to run multiple times.. every time a net-device-up runs.. [20:02] So, you just need to add this [20:02] env IFACE=manual-start [20:02] SpamapS, well yeah, but postinst, we don't emit the interfaces [20:02] SpamapS, Ahh! [20:02] SpamapS, to the postinst or the upstart job? [20:02] upstart job [20:03] SpamapS, when was that introduced? [20:03] that way any time somebody runs 'start eucalyptus-network' it works [20:03] Daviey: natty of course. :) [20:04] it bit me a few times as well [20:04] SpamapS, ok.. but doesn't change anything else? [20:04] No, as you guys have noted, its not used anywhere else. [20:04] ie, the current job works as is, after a reboot. [20:04] I see the point of the thing.. [20:04] its saying "check to see if there's a default route every time a net device is up" [20:05] oooo [20:05] and w/o the instance stanza, it would race if multiple interfaces came up [20:06] I would suggest that it be 'start on net-device-up IFACE!=lo' .. since the code makes no sense on loopback only. [20:06] SpamapS, so add both of them entries, the env and amend the start on line? [20:07] hggdh, are you around? [20:07] Daviey: always [20:07] hggdh, :D [20:07] hggdh, Are you free? :) [20:08] expept, of course, when I am elsewhere [20:08] Daviey: I was until now. But, mind you, I am married [20:08] heh [20:08] Daviey: what can I do for you? [20:08] hggdh, Are you able to re-provision these machines, with stock beta1? [20:09] well.. actually.. only cempedak actually. [20:09] Daviey: hum. For stock beta1, it might be better to reinstall [20:09] no biggie [20:09] (I ran a dist-upgrade, and some other packages got upgraded as well) [20:10] Daviey: give me ~ 20 min, and we will be all set [20:11] hggdh, yeah.. cempedak uncovered an upgrade issue [20:12] Daviey: just what we needed [20:12] hggdh, think we have a fix, thanks to SpamapS . [20:12] just need to test it [20:13] Daviey: installing stock beta1 now [20:13] hggdh, groovy === dendrobates is now known as dendro-afk [20:27] RoAkSoAx: ping [20:28] kirkland: pong [20:28] RoAkSoAx: i'm going to head your way shortly [20:28] RoAkSoAx: sorry, i've been caught up here all day :-( [20:28] kirkland: no worries :) [20:28] RoAkSoAx: did you find some good wifi at a coffee shop? [20:28] RoAkSoAx: there's some good places around there [20:29] kirkland: actually end up staying in the room :). But, the Java Jives cafe seems like a good polace [20:29] RoAkSoAx: it's a beautiful day though! [20:29] and its right next to the hotel [20:29] RoAkSoAx: i'm going to come pick you up [20:30] we'll get you out the hotel shortly [20:30] RoAkSoAx: once again, my apologies [20:30] kirkland: no worries, was working here too :) and btw.. robbiew said he might be coming too [20:31] RoAkSoAx: cool [20:31] robbiew: want to meet us at Austin Java on Barton Springs road? [20:31] nah...I need to drop off stuff at the venue [20:31] robbiew: I figured we'd finish the work day there, or at Uncle Billy's before heading over to Threadgills [20:31] robbiew: ah [20:32] kirkland: they having the speaker's dinner at Threadgills again? [20:32] robbiew: yes, but Riverside location, at least [20:32] robbiew: which is better than the original [20:32] ah, very nice [20:32] for sure [20:32] robbiew: do you need help @ the venue? [20:32] robbiew: either today or tomorrow? [20:33] not today...as for tomorrow, I can't sit there all day...but have folks lined up to man the booth [20:34] just given out CDs at the table [20:34] and ubuntu lanyards as bag swag [20:34] robbiew: my presentation is afternoon so I can be there most of the morning [20:36] ok [20:36] hmm [20:36] isn't 'telinit 1' supposed to bring down the network? [20:43] Daviey: sorry yeah, I'd say both changes would be good. Though the start on change may need some more thought/testing than we can put in between beta1 and beta2. ;) [20:44] heh [20:49] Daviey: we should add an event.. default-route-configured [20:50] Daviey: any time the default route changes that should be emitted. Lots of things would do well to start at that point rather than net-device-up IFACE!=lo [20:50] * SpamapS puts it on the Oneiric idea pile [20:50] Daviey: CLC/Walrus/CC/SC installed on cempedak, now installing the NCsa === guntbert is now known as whoelse === skaet_afk is now known as skaet [21:13] Daviey: all installed, pristine beta1. I have to go out for 20 min [21:16] hggdh: so the problem yesterday was due to an upgrade issue? [21:16] Daviey: ^ ? [21:17] DOHHH [21:17] ssh isn't restarted on runlevel 1->2 :( [21:17] or rather, sshd [21:21] -otp [21:22] yeah we need a new one time pad. let's just do plaintext for now [21:23] bbl [21:36] New bug: #747756 in openssh (main) "sshd is not started on transition from single to multi user" [Undecided,New] https://launchpad.net/bugs/747756 [21:38] Probably an upstart thing === erichammond1 is now known as erichammond [21:57] hallyn: I do not know, I don't know what SpamapS and Daviey found [21:57] genii-around: definitely an upstart thing :) [21:57] Daviey: I am back, what do we need to do? [21:57] the job was changed recently to have sshd stop on runlevel [!2345] [21:58] but it only starts on 'filesystem' === dendro-afk is now known as dendrobates [22:08] SpamapS: can you please summarise the changes to euca upstart -- I will then test the beast [22:09] hggdh: add 'env IFACE=manual-start' to the file [22:09] SpamapS: to the eucalyptus-netkwork.conf, correct? [22:13] hggdh: right [22:14] k, doing it. Will reboot after [22:20] alright. I am just confused on *what* bug is this. I do not see it having any impact on the blocker we have [22:21] howto install apache2-mpm-worker without forcing update of php to 5.3, under 10.x? [22:21] * kthomas_vh_ immediate googles [22:21] *-ly === evilmist is now known as mrmist [22:32] SpamapS: OK. Now, what exactly am I checking for here? [22:32] all I see is that euca did not auto-start on a reboot [22:32] hggdh: that you can upgrade the package [22:33] RoAkSoAx: ^^ can you help hggdh with a more clear test case? [22:36] SpamapS: will have to do it a bit later as I'm kinda fixing something here :) [22:36] hallyn: so, by the above, this has nothing to do with the issue we found yesterday [22:36] hggdh: but basically, once you do a fresh install, try to upgrade with a later euxalyuptus version [22:36] and you should be able to upgrade without any issues [22:36] and not having eucalyptus failing to upgrade because of IFACE thing oin the upstart job [22:37] RoAkSoAx: will do. But, worth noting, I made the change & rebooted -- euca did *not* came up [22:37] meanwhile, upgrading [22:37] hggdh: you can probably even get it with --reinstall [22:38] hggdh: yeah try that [22:42] hggdh: jjohansen: have you learned anything on bug 746751 ? [22:42] Launchpad bug 746751 in linux "kernel: [Firmware Bug]: the BIOS has corrupted hw-PMU resources (MSR 38d is 30)" [Critical,In progress] https://launchpad.net/bugs/746751 [22:44] hallyn: sorry really just started looking as I was finishing up with another bug before switch context [22:45] jjohansen: np, was just wondering === dendrobates is now known as dendro-afk [22:52] kirkland: http://me.roaksoax.com/cobbler.debdiff [22:53] hallyn: is there anyway to get access to the hardware in question or should I have hggdh run some test kernels [22:55] jjohansen: all you need is access to tamarind, you should be able to ssh from there to cempedak/mabolo/marula/santol/sapodilla/soncoya [22:55] jjohansen: the first is the CLC/CC/Walrus/SC, the others are the NCs (where KVM is run) [22:56] hggdh: I don't have access to tamarind [22:57] jjohansen: then I can do it -- but I have a dinner to go in a few [22:57] hggdh: well thats okay I won't have a kernel for a while [22:58] honestly not until some time on the weekend /me needs to look at it more first [22:58] kirkland: #731616 [22:58] jjohansen: what're you going to try? [22:58] hggdh: i got the access. however, i don't really know my way around those systems... [22:58] jjohansen: no prob. I will be fireflying the channels during the weekend [22:59] hggdh: i've looked over the wiki page, [22:59] is there a 'normal' way to start looking around? [22:59] hallyn: not sure yet, just wanted to know about testing for when I had smething [23:00] hallyn: I usually start with ssh-copy-id to the systems [23:01] hallyn: you might want to add some lines to your ~/.ssh/config, though [23:02] but is any machine free/safe? [23:02] hggdh: i was planning to look around next week [23:02] was hoping to figure out this vmbuilder ec2 port [23:03] hallyn: all of them have natty Eucalyptus installed; I am running a dist-upgrade right now [23:03] hallyn: they are free to use, I can always re-gen the beast [23:03] cool, thanks [23:04] RoAkSoAx: SpamapS: http://paste.ubuntu.com/588420/ [23:04] RoAkSoAx: this includes your koan fixes [23:04] SpamapS: and the debconf stuff [23:04] SpamapS: eyeball that diff while i build and test it locall here [23:10] hggdh: this worked on maverick, tight? [23:19] jjohansen: yes. But we were using CCISS then [23:25] hggdh: I am not convinced that is the reason, but it is worth looking at [23:34] RoAkSoAx: http://paste.ubuntu.com/588426/ [23:34] RoAkSoAx: something's wrong in cobbler.postinst [23:34] * RoAkSoAx looks [23:34] RoAkSoAx: on dpkg -i, it's hanging [23:35] RoAkSoAx: i have some debug code in postinst right now [23:41] jjohansen: neither are we convinced. But it is worth noting the difference. [23:42] hggdh: right, do we know if any of the natty kernels worked? [23:43] jjohansen: no, we do not -- this is the first time in Natty that we have been able to run Euca on that hardware [23:43] hggdh: okay, then I think the place to start is with a mid point bisect on the kernels [23:44] jjohansen: perfect [23:45] hggdh: hrmm, I'm not sure whether I will do bisects on the mainline or just grab older natty kernels for the first couple of tests. But either way I'll have a kernel to point you at later tonight [23:46] jjohansen: OK. I am going out to a dinner, but will be monitoring the channel [23:46] of course, when I get back :-) [23:47] hggdh: /me was also thinking it would be good to get a trace with the maverick kernel installed on natty. ie. do the strace on kvm with the maverick kernel, that would give us a better comparison point for the kind of output expected in the strace log === dendro-afk is now known as dendrobates