/srv/irclogs.ubuntu.com/2009/09/17/#ubuntu-server.txt

=== roaksoax_ is now known as roak
=== roak is now known as RoAkSoAx
eqx311hi01:47
mathiazsmoser: hi!01:48
mathiazsmoser: I'm going through the test case "EC2 Single instance"01:48
mathiazsmoser: at http://testcases.qa.ubuntu.com/System/CloudImages01:48
mathiazsmoser: what's that actual things I need to do for point 7.?01:49
mathiazsmoser: "Pass a --user-data script to the new instance" ??01:49
KillMeNowno idea mathiaz01:51
erichammondmathiaz: I added that --user-data note so it wouldn't get lost.  I'm about to head to an interview dinner, but I'll be online in a few hours.  If it's urgent you can also call my cell (number sent separately).01:53
mathiazerichammond: ok - not urgent.01:53
erichammondmathiaz: I do think this is important to test because I believe the last public AMI might have a problem with user-data that I was going to test later.01:54
mathiazerichammond: just wondering about the actual step required. I'll give it a try01:54
mathiazerichammond: agreed.01:54
mathiazerichammond: I'll update the test case if I can find something01:54
erichammondFor now, any simple --user-data-file will do as long as it starts with #!/bin/bash and runs a few commands.  Then look in /var/log/syslog and search for "user-data" (I think) to see if it got run.01:55
erichammondmathiaz: The problem I was having was that sshd never started listening on port 22 when I ran with --user-data-file01:55
erichammondI don't know if it was the specific script I passed or the fact that I was passing user-data.01:56
smosermathiaz, erichammond is right on how to test02:01
mathiazsmoser: ok - great.02:01
mathiazsmoser: bug 43110302:01
uvirtbotLaunchpad bug 431103 in ec2-init "ssh host key fingerprint no longer available in the console log" [Undecided,New] https://launchpad.net/bugs/43110302:01
mathiazsmoser: ^^ reported from an AMI using ubuntu-bug02:01
smoserprintf "#!/bin/sh\necho =========== HELLO =============== | tee /tmp/my.txt\n" > /tmp/user-data.sh02:01
smoserprintf '#!/bin/sh\necho =========== HELLO =============== | tee /tmp/my.txt\n' > /tmp/user-data.sh02:02
mathiazsmoser: I had to add the ec2-images tag when filing the bug though02:02
smoserthen start instance with --user-data-file /tmp/my.txt02:02
mathiazsmoser: could you update the test case with the exact steps?02:03
smosersure.02:03
centaur5Can a MySQL and PostgreSQL database be retrieved even if you can't chroot into the Ubuntu install to use mysqldump?02:14
smosermathiaz, is that system still up ?02:26
mathiazsmoser: hm -bug 431103?02:27
uvirtbotLaunchpad bug 431103 in ec2-init "ssh host key fingerprint no longer available in the console log" [Undecided,New] https://launchpad.net/bugs/43110302:27
mathiazsmoser: the system nope - I've booted another one02:27
mathiazsmoser: and it's still the same issue02:27
smoserseriously?02:27
mathiazsmoser: going through the syslog shows that the fingerprint is actually printed to syslog02:27
mathiazsmoser: this is eu-west1 though02:27
smoseryeah, i noticed that too02:28
mathiazsmoser: ha - Sep 17 01:21:11 ubuntu rsyslogd-2039: Could no open output file '/dev/xconsole' [try http://www.rsyslog.com/e/2039 ]02:28
smoseryeah. somethign needs to be told to write to /dev/xvc002:29
smoserwhere di dyou see that message ?02:30
mathiazsmoser: in /var/log/syslog02:31
mathiazsmoser: http://paste.ubuntu.com/272455/02:31
mathiazsmoser: more contextual lines: http://paste.ubuntu.com/272456/02:32
smoserdo you know why it looks there ? as opposed to anywhere else ?02:32
smoseroh. xconsole.02:32
smoseras in bootsplash or things such as that ?02:33
mathiazsmoser: line 14 is the last one printed on the console02:33
mathiazsmoser: I don't know02:33
mathiazsmoser: IIRC zul was working on a similar bug in the first AMIs02:33
smoseryeah. i think we've seen something like that before.02:34
mathiazsmoser: found it: http://paste.ubuntu.com/272457/02:35
mathiazsmoser: ok - I've updated bug 431103 with my findings02:48
uvirtbotLaunchpad bug 431103 in ec2-init "ssh host key fingerprint no longer available in the console log" [High,Triaged] https://launchpad.net/bugs/43110302:48
mathiazsmoser: it's probably a blocker for release (I've marked as High) however I haven't milestoned it02:48
smoseri dont think its blocker.02:50
mathiazsmoser: well - you can't trust if your connecting to the right host02:50
mathiazsmoser: I didn't mean a blocker for alpha602:50
mathiazsmoser: I think it should be fixed for karmic02:50
smoserabsolutely02:51
smoserhave you seen: http://alestic.com/2009/08/ec2-poll-fingerprint02:51
smoserthats why i didn't think blocker for alpha602:51
mathiazsmoser: oh right. not a blocker for alpha602:52
mathiazsmoser: but it should probably be milestoned for beta02:53
smoseryeah.02:53
smoserdone02:53
mathiazsmoser: can you accept nominations?02:54
mathiazsmoser: I just did it for the bug02:54
mathiazsmoser: but I was wondering if you could accept a nomination02:54
smoseri dont think i can.02:57
ScottKmathiaz: Is that for 431103?02:59
mathiazScottK: yes02:59
ScottKSomeone milestoned it for beta.03:00
mathiazsmoser: it's all set correcty now03:00
mathiazScottK: yes - I nominated/accepted it for karmic03:00
ScottKOK03:00
mathiazScottK: and smoser assigned itself and milestoned it for beta03:00
mathiaz*himself*03:01
* ScottK nods.03:01
szczymhelo all i use ubuntu 8.04.3 server on p4 with 720 mb ram, i have only 2 copy processes over sshd (sshfs) and one cp from local ntfs disk to local ext3 (other disk). all system is very slow, i have 4.05 in top and its not very responsive. the cp process is 500 KB/s but should be 5MB/s. how i could diagnose its problem ?03:08
szczymin top the moust intensive process is sshd with 0.3 cpu and mount.ntfs with 0.2 cpu. system is using only 200k of swap03:10
smosermathiaz, with the data center cloud that i have access to, do i have ability to upload-bundle and such ?03:11
mathiazsmoser: it should be possible03:12
mathiazsmoser: I haven't tested it yet03:12
mathiazsmoser: I was debugging it with Ng - but I didn't get through the whole process03:12
mathiazsmoser: but the goal is to make it possible03:12
ScottKNo iotop in hardy, so that won't work.03:15
mathiazkirkland: right - I've seen the fixes03:19
mathiazkirkland: I've noticed some strange things in my seeded node controller install03:19
mathiazkirkland: I end up with a cloud controller rather than a node controller03:19
mathiazkirkland: it may be related to bad preseeds - I'll investigate later03:20
mathiazkirkland: if you could check that both cloud installs are working correctly I can focus on the other tests in the meantime03:20
kirklandmathiaz: where working correctly means making it through the install, and services running on reboot?03:22
kirklandmathiaz: i haven't tried to get past that (ie, registration, running an image, etc)03:22
mathiazkirkland: yeah - I think that's enough for now03:27
mathiazkirkland: making the right packages get installed03:27
eqx311g'03:46
quizmelibqt4-dbg  <--- where can i get this?  don't i need to modify /etc/apt/sources.list  ?04:00
kirklandmathiaz: yeah, that's what ttx told me earlier04:17
BytesBuenas noches!!!04:40
kirklandmathiaz: \o/05:05
kirklandmathiaz: my tests seem to work, save one networking issue on the -nc05:05
kirklandmathiaz: i'm going to commit a fix for that now05:05
mathiazkirkland: cool!05:05
mathiazkirkland: by testing, you meant that you've got an UEC cloud up and running on your two computers?05:06
kirklandmathiaz: on the -nc, i found that i had to change iface eth0 inet from dhcp to manual05:06
kirklandmathiaz: i have a cc/cloud/storage system05:06
kirklandmathiaz: and i have an nc05:06
kirklandmathiaz: both installed from the latest iso05:06
kirklandmathiaz: all services up and running on boot05:06
mathiazkirkland: and you can register/start instances?05:06
kirklandmathiaz: i have not tried to register05:06
mathiazkirkland: oh ok.05:07
kirklandmathiaz: come one, now, you're asking too much :-)05:07
mathiazkirkland: so you've checked that the expected packages are there05:07
mathiazkirkland: which is what is written in the test case05:07
mathiazkirkland: was this with amd64 or i386?05:07
kirklandmathiaz: amd6405:07
graphicHey I need some help with make files05:22
graphicAnyone point me in a good direction, I dont know how to get the load_makefile statement to work05:22
TazmHey guys, quick question. Is there any way you can check the raid-5 status of an unbuntu 6.1 server?05:40
ScottKYou mean 6.10?05:41
TazmYeah 6.10 sorry05:41
ScottKYou know 6.10 hasn't been supported in about a year and a half, right?05:43
mathiazTazm: try to look into /proc/mdstat05:45
TazmThanks guys.05:49
kirklandsmoser: manpage search at http://people.canonical.com/~kirkland/search.html is fixed ;-)07:02
artillerytxHey guys for some reason my zone files are not updating with my slave server08:08
error404notfoundi have a machine with vpn configured over it, iptables with everything allow and nat for the wan interface. Problem is systems behind that router can't access vpn, not even ping. I found that machines behind the router dont get any route add for the vpn.08:26
twbIs your server configured to route packets?08:30
sorenIs "the router" and the machine with the vpn connection the same thing?08:33
twbGood question08:33
error404notfoundtwb, ?08:33
error404notfoundsoren, yes..08:33
twbThe VPN endpoint must be configured to route packets between the "real" network and the VPN.08:33
sorenAlso, why would they get a route for the vpn? Have you configured your dhcp to give one?08:33
error404notfoundsoren, i call it router.08:33
sorenWell in that case, why do you need a specific route08:33
soren+?08:33
error404notfoundtwb, how to do that? i never knew :(08:33
twberror404notfound: turn routing on in sysctl.conf, and make sure your FORWARD chain isn't too liberal (or too restrictive).08:34
twbnet.ipv4.ip_forward=1 and net.ipv6.conf.all.forwarding=108:35
error404notfoundi have forwarding allowed09:01
error404notfoundtwb is gone :(09:01
_rubenerror404notfound: you should do some traffic sniffing (wireshark/tcpdump) to see where you packets are going09:07
error404notfound_ruben, hmm, ok..09:09
error404notfound_ruben, 08:13:21.772241 IP (tos 0xa0, ttl  64, id 0, offset 0, flags [DF], proto: UDP (17), length: 757) 192.168.1.123.2048 > 192.168.56.1.5060: SIP, length: 729REGISTER sip:192.168.56.1 SIP/2.009:15
error404notfoundthat tells me that snom voip phones behind router are sending requests for register, but they can't reach 56.1 vpn ip, i have a tcpdump there as well09:15
_rubenwhat kind of vpn is this?09:17
_rubenand on which interface did you run tcpdump?09:18
uvirtbotNew bug: #430486 in samba (main) "net.samba3 crashed with SIGSEGV in free()" [Medium,New] https://launchpad.net/bugs/43048609:20
error404notfound_ruben, openvpn09:23
error404notfound_ruben, on all09:24
error404notfoundi will be back in a while09:25
error404notfound_ruben, i am back09:31
ttxsoren: I've been trying to rebuild eucalyptus from the bzr tree you helped me to setup yesterday... But my pbuilder is stopping asking me questions about already-applied patches: http://pastebin.ubuntu.com/272655/10:23
bucketheadHey guys, I can't get the apparmor module to load. Anybody know what I might be missing?10:23
sorenttx: Just accept the defaults.10:30
ttxsoren: regular buildds apparently don't care.10:30
sorenttx: Right. Their stdin is /dev/null, so patch accepts the defaults for you.10:30
ttxsoren: I figured that :) Just wondering if that's something we should fix10:30
sorenttx: Feel free :)10:31
sorenttx: Just move the patch thing inside the REBUILD_STUBS conditional, and you should be good.10:31
ttxsoren: ok10:32
_rubenerror404notfound: did you run tcpdump on the internal (lan) interface or on the tun/tap (openvpn) interface?10:32
error404notfound_ruben, i just ran: tcpdump -v | grep ".123"10:33
error404notfound_ruben, on tun0 e.g. vpn interface: 09:35:13.834107 IP (tos 0xa0, ttl  63, id 0, offset 0, flags [DF], proto: UDP (17), length: 757) 192.168.1.123.2049 > 192.168.56.1.5060: SIP, length: 72910:35
error404notfoundso request is going fine from here..10:36
_rubenbut nothing on the tun interface on the remote box? .. then next would be to check if you see the encapsulated vpn traffic on your wan interface10:36
error404notfoundokay...10:38
=== ogra_ is now known as ogra
error404notfound_ruben, how do i check for vpn traffic?10:40
_rubenerror404notfound: tcpdump -nvi *yourwaninterface* port *portconfiguredinopenvpn*10:41
error404notfound_ruben, i do get "11:39:56.229785 IP (tos 0x10, ttl 64, id 43253, offset 0, flags [none], proto UDP (17), length 75) 192.168.56.1.7410 > 192.168.56.6.iax: UDP, length 47" on remote hosts tun interface10:41
_rubenlooks NAT'ed10:42
_rubenwait .. which ip is trying to contact which ? which is client and which is server? .. because first snippet shows 192.168.1.123 -> 192.168.56.1 and second shows 192.168.56.1 -> 192.168.56.610:43
error404notfound_ruben, okay, i see a lot of openvpn packets being sent to remote host from the router10:44
error404notfoundfirst was from the local router, second one was from remote router10:45
error404notfoundlocal router vpn ip is 56.22, and remote host's is 56.110:45
error404notfoundno vpn ip of local router is 192.168.1.1, and that snom voip phone has 1.12310:45
error404notfoundon remote host i get: Sep 17 11:44:47 server ovpn-iaxvpn[7093]: snom-home/202.35.120.118:2049 MULTI: bad source address from client [192.168.1.123], packet dropped10:47
error404notfoundwhere 1.123 is the ip assign by local router to my snom voip phone10:47
error404notfoundnat is not working good on vpn packets?10:47
_rubenNAT shouldnt be used at all with VPNs .. that's pretty much the whole idea of VPNs10:51
_rubenwell .. one of several ideas of VPNs10:51
error404notfound_ruben, so i should remove that line of "MASQUERADE" from my firewall script?10:51
_rubenerror404notfound: probably not, but you should exempt your VPN traffic from it10:52
error404notfound_ruben, iptables -nvL doest print anything..10:53
error404notfound_ruben, like? sorry, i am total noob in this case...10:53
_rubenbecause its in the nat table and not filter .. use iptables-save to see full output10:53
error404notfound_ruben, redirect traffic from certain ports to tun0?10:53
_rubenno, dont touch it at all, just accept it .. assuming you want 192.168.1.123 to able to talk with 192.168.56.6 'directly' and your openvpn config allows that10:55
_rubenbasically, firewalling and vpns are very noob-friendly in my experience10:56
error404notfound_ruben, have i show you my iptables rules script?10:56
error404notfound_ruben, http://pastie.org/61995610:57
error404notfoundtells about my interfaces on router and iptables rules and policies10:57
uvirtbotNew bug: #431274 in eucalyptus (main) "Cluster controller initscripts do not output messages at boot" [Low,Triaged] https://launchpad.net/bugs/43127411:02
oversizehello, where can i modify the command that starts dnsmasq with libvirtd? I would like to change the ip range of the dhcp that the libvirt guests use by default but cant find where. htop shows the command with --dhcp-range but as said, where can i modify it?  thx11:27
* soren lunches11:29
=== cjwatson_ is now known as cjwatson
maxagazhow to check which application use which port of the network ?11:51
oversizemaxagaz: try lsof -i11:52
oversizeuse sudo to see all daemons11:53
maxagazoversize, thanks :)12:19
=== ogra_ is now known as ogra
=== AnRkey_ is now known as AnRkey
jdstrandoversize: see the net-define, net-dumpxml and net-destroy commands for virsh (see man 1 virsh). I also see a 'net-edit' command on karmic, but am not sure when it was introduced12:59
acalvohi, anyone using backuppc? (#backuppc is almost dead...)13:01
=== ogra_ is now known as ogra
sorenttx: My eucalyptus install picked a heck of a time to blow up :(13:15
ttxsoren: beh13:16
ttxsoren: any sign of potential recovery ?13:16
* soren tries wiping it from the face of the Earth again and starts over13:16
ttxsoren: in the meantime I'll ask smoser to do the UEC repack dumbtest, and zul to run the EC2 multipleinstances one. That should get us covered.13:21
sorenttx: /me hopes so13:21
ttxzul: could you take care of running the EC2/multiinstance tests from http://iso.qa.ubuntu.com/qatracker/build/all/all ?13:42
zulttx: sure13:42
uvirtbotNew bug: #431815 in samba (main) "pdbedit crashed with SIGSEGV in talloc_free()" [Undecided,New] https://launchpad.net/bugs/43181513:43
ttxzul: unless you prefer to test rebundling of the UEC images to EC2, your call.13:43
zulttx: heh ill do the multiinstance tests13:43
smoserttx, rebundling to ec2 ?13:46
ttxsmoser: see "EC2" at the bottom of http://testcases.qa.ubuntu.com/System/CloudImages13:46
ttxsmoser: I know it must look a lot like what you originally did to get those EC2 deliverables.13:47
smoserttx, i can do that test. thats fine.13:48
ttxsmoser: we might have trouble (again) completing the UECimage/UEC test, so having a +1 in that UECimage/EC2 checkbox might help.13:48
ttxsmoser: thx13:50
zulhah...it would help if I was using the right key13:53
smoseryeah. fwiw last night i tried to interface with the canonical-cloud instance13:53
smoserthe intent was to upload those to there13:54
smoserbut it seems ill at the moment13:54
ttxsmoser: and soren's setup also blew up, he's working on fixing it.13:54
sorenI think I'm almost there.13:55
ttxsmoser: and the Eucalyptoids are sleeping.13:55
* soren found a few /rather/ annoying issues.13:55
zulsmoser: did the libc6 stuff get fixed?13:56
smoseryes, but you still see the message if thats what the next question is :)13:56
smoserthe message comes from the glibc in the initramfs13:56
zulok13:57
smoseri'm not 100% certain on that, but definitely all programs that you run in user space are getting the correct libdl and libc13:57
* soren shouts and screams13:59
zulsmoser: also the regular boot messages (ie syslog starting) after that message is not coming up either13:59
sorensmoser: Have you used euca-bundle-kernel?13:59
sorenErr..14:00
soreneuca-bundle-image, I mean.14:00
smosersoren, i have. i think.14:00
sorenWhat did you pass as the user id?14:00
sorenI don't see where Eucalyptus exposes my user id.14:01
sorenOh!14:01
sorenFound it!14:01
smoserhm...yeah. ec214:01
sorenhm?14:02
smoseri'm guessing thats like the aws account number, right?14:03
sorenRight.14:04
sorenIt's listed in eucarc.14:05
sorenAnd nowhere else, as far as I can see.14:05
sorenand only in one of the alias wrappers around ec2-foo-bar14:05
kworkhello, i have ubuntu on my hdd, now i accuired new pc with new hdd, so i want to transfer my old system to new box14:44
kworkany ideas14:45
kworkmy first idea was to use dd, but im not sure can i do it, when the size of disks isnt the same14:45
giovanikwork: the cleanest method would be to do a fresh install on the new hard drive -- but, there are ways of expanding partitions once you copy them over14:46
kworkim kinda lazy to install all the packages i have installed at the moment14:47
giovaniyou could export a list of installed packages, and have them all reinstalled in one shot14:47
giovanilike I said, you can dd the drive over to the new one, and then work to expand the partition(s) -- it's just not always very clean14:48
=== panter_ is now known as panter
uvirtbotNew bug: #406346 in netty (main) "Main Inclusion Report (Eucalyptus dependencies set 2)" [Undecided,In progress] https://launchpad.net/bugs/40634614:58
garymci know this may not be the right channel, but If I DMZ my home router to my XBOX360 my gaming stuff works super quick. More so than just with the specified ports opened. What i wanna know is, is it risky to leave my XBOX360 on DMZ. Cos I thought it wouldnt matter so much15:02
sorenttx: Ok, I've managed to bundle, upload, and register kernel, ramdisk, and image. I can't boot an instance, though.15:07
zulhah eucalyptus has surpassed mysql in the bug count15:07
sorenHow about php5?15:07
sorenI thought that was worse.15:08
ttxzul: it's still far from beating samba yet.15:08
zulsoren: nope php5 is under control ;)15:08
zulttx: its getting there15:08
* soren is fetching the euca2ools bzr branch15:19
soren23 MB so far...15:19
soren?!?15:19
ttxsmoser: how is the UEC rebundling doing ?15:21
smoserrebundled, uploaded, registered, waiting on exit from 'pending'15:21
smoserfor both x86_64 and i38615:21
Ngsoren: kirkland: have either of you guys successfully brought up eucalyptus in karmic yet?15:31
NgEtienneG and I have both failed so far ;)15:31
kirklandNg: define "brought up"15:43
kirklandNg: i have installed the cc and the nc15:43
kirklandNg: and the services run15:43
kirklandNg: i have not registered the nc with the cc15:43
kirklandNg: nor run images15:43
Ngkirkland: ok. I guess I mean "seen it actually work" :)15:44
sorenI'm failing at running instances.15:44
sorenI'm getting authentication failures.15:45
sorencom.eucalyptus.ws.AuthenticationException: User authentication failed.15:46
sorenSpecifically.15:46
jpdshttp://www.datacenterknowledge.com/archives/2009/09/14/video-data-center-floods-in-istanbul/15:47
ttxsoren: I want to get rid of eucalyptus-javadeps in karmic (was only needed for euca-1.5) -- any objection ?15:48
sorenttx: No, the sooner the better.15:49
ttxsoren: the process is to subscribe ubuntu-archive to the bug, right ?15:49
sorenttx: I was /just/ discussing this with Ng.15:49
sorenttx: Yes.15:49
sorenttx: And we should make eucalyptus-cloud conflict with it (or Breaks:? I'm not sure) as well.15:49
Ng\o/15:50
smoserttx, where it that i log that i ran that test ? the rebundle-to-ec2 ?15:54
smoseris it one of http://iso.qa.ubuntu.com/qatracker/test/3007 ?15:54
ttxhttp://iso.qa.ubuntu.com/qatracker/result/3006/35815:55
ttxhttp://iso.qa.ubuntu.com/qatracker/result/3007/35915:55
ttxThe naming is incorrect15:55
ttxshould be a "rebundle to EC2" test15:55
ttxnot "Install (EC2 Single Instance)"15:56
smoserok. i marked those 2 as passed. (which they did)15:57
smoseralso, i attached step by step instructions to the test doc15:57
ttxsmoser: I think the rebundle (step 8) in the EC2 single instance test should be a separate test15:57
ttxttx: as well as the user-data test.15:57
ttxttx: yes, you're right.15:58
* ttx disconnects dual personality mode for a bit.15:58
smoserwell, rebundling it is essentially exactly what i did15:59
smoserother than i didn't run all of the tests15:59
smoseri agree, it should be a separate test15:59
ttxexcept that the rebundle in the first case is from EC2, not starting from the img.tar.gz15:59
ttxsmoser: do you have the Alpha6 HEADER on standby ?16:00
sorenjdstrand: https://bugs.edge.launchpad.net/ubuntu/+source/eucalyptus/+bug/431090   Something you could look at?16:11
uvirtbotLaunchpad bug 431090 in eucalyptus "libvirt apparmor profile is preventing libvirt from running eucalyptus VMs" [Undecided,New]16:11
jdstrandsoren: sure thing16:12
ttxsoren: did you tag your recently-filed new eucalyptus bugs ?16:16
smoserttx, i do have it ready16:16
sorenttx: I believe so.16:17
ttxsmoser: so you are ready to trigger, right16:17
smosersafety is off16:17
uvirtbotNew bug: #431114 in eucalyptus (main) "/var/run/eucalyptus is not being set with correct permissions on machine reboot" [Undecided,New] https://launchpad.net/bugs/43111416:21
mcupplesI'm running the following script as root and it gives me a value for the variable CONSUMPTIONS.  When I run it as a daemon (user: nagios) the variable is not set.  http://pastebin.com/d7bbd9b7d16:37
samuelhi, looking for a recommendation for what kind of setup to do for SSO (Single Sign On Setup)16:38
samueli'm setting up a 80% Linux Desktop & Server network - with a few potential windows clients16:38
samueldo i use Kerberos? NIS, LDAP, Samba+Winbind?16:39
sorenttx: I've milestoned my favourite Eucalyptus bugs now.16:40
inkmcupples:  you have to "source" the script; in bash you'd do `. blah.sh`16:59
mcupplesink: I'm sorry, I don't follow.  Lemme see...16:59
jjohansenwell its time for the EC2 kernel status meeting17:00
jjohansensmoser, erichammond: you ready17:00
smoserready17:00
erichammondjjohansen: as I'll ever be.17:01
jjohansenalright, lets start then17:01
mcupplesink: Do you mean for me to change this line to something else?  In my paths?  CONSUMPTIONS=`/usr/sbin/rabbitmqctl list_queues | /bin/grep consumptions | /usr/bin/awk '{print $2}'`17:01
jjohansenSo I don't have much to update from yesterday17:02
jjohansenI started looking at i386 configs to get the more virtual like config working but didn't get very far on it17:02
smoseri dont have any progress either.17:03
inkmcupples:  can the nagios users run /usr/sbin/rabbitmqctl?17:03
smosererichammond, without releasing to much information, i'll just comment that the casual browsing user might see images labeled alpha6 in available images on ec2.17:03
smoserand we've been working on testing those.17:04
inksu to nagios and try out `/usr/sbin/rabbitmqctl list_queues`17:04
jjohansensmoser: ohh!, I will have to test that out.17:04
jdstrandsoren: re bug #43109017:04
uvirtbotLaunchpad bug 431090 in eucalyptus "libvirt apparmor profile is preventing libvirt from running eucalyptus VMs" [High,Incomplete] https://launchpad.net/bugs/43109017:04
mcupplesink: This happens when I try that: sudo -u nagios /usr/sbin/rabbitmqctl list_queues | /bin/grep consumptions | /usr/bin/awk '{print $2}'17:04
mcupplesKernel pid terminated (application_controller) ({application_start_failure,kernel,{shutdown,{kernel,start,[normal,[]]}}})17:04
sorenjdstrand: shoot17:04
mathiazsamuel: have a look at https://help.ubuntu.com/9.04/serverguide/C/network-authentication.html17:05
erichammondsmoser: sweet17:05
jcastrohttps://wiki.ubuntu.com/Testing/EC217:05
jdstrandsoren: are they using a patched libvirt? how did they specify the radically different location for the log (and I assume pid and monitor)17:05
smoseri really hate that you can't rename files on ec217:05
jcastrohear ye, hear ye, feedback on EC2 testing plan wanted!17:05
smosererr... rename images.17:05
jcastro(and good morning everyone)17:05
smoseras such, if i want to test am image (and record results against that ami) i have to publish it with its final name17:05
erichammondsmoser: yeah17:06
smoser(granted, i could one-by-one add launch permissions)17:06
mcupplesink: So I'd imagine no?  It doesn't have permission?  How would I go about giving the nagios user permission to run that?17:06
erichammondsmoser: You can ... right17:06
smoseri guess once we (if we ever) get to nightly pushes, then i would feel ok telling people to test against the nighly and then just promoting it to a new name17:07
sorenjdstrand:         <serial type="file">17:08
soren            <source path='BASEPATH/console.log'/>17:08
soren            <target port='1'/>17:08
soren        </serial>17:08
sorenLike so.17:08
soren...where BASEPATH is something exotic.17:08
jdstrandsoren: ah, ok. so the pidfile and monitor file should be fine17:08
inkmcupples:  you could change permissions, but that may not work entirely17:09
=== nxvl_ is now known as nxvl
inkanother option is to allow the nagios user to run that command w/o a password by editing /etc/sudoers17:09
erichammondsmoser: Sounds reasonable since it would be the same image.  I can't think offhand how that could go wrong.17:09
smoserjdstrand, sorry to ignore you, but rushing to get final pieces of this release in place.17:10
* jdstrand didn't feel ignored at all17:11
erichammondjjohansen, smoser: anything else?17:14
jjohansennope17:14
smoserno.17:15
jjohansenoh 1 more thing17:15
smoserwe've got a busy beta coming up though17:15
zulstupid internets17:15
jjohansenthough the meetings are canceled for the next week, I will be around mon and tues17:15
ttxsoren, smoser: I'll be afk for the next hours, checking backlog regularly though.17:15
jjohansenso we might just want to do an informal update tuesday when we are all online at somepoint17:16
jjohansensmoser, erichammond: thanks, lets call it meeting adjourned17:16
erichammondthanks17:17
sorenttx: Alright.17:20
ttxsoren: UEC image test should be completed in ~1h17:21
sorenAwesome.17:22
smoserso if i want to push something to launchpad17:24
smoseram i right that the new repo has to be lp:~smoser/some-existing-project-here ?17:24
smoseri can't just push to lp:~smoser/my-test-stuff17:24
smoseri see https://help.launchpad.net/NonProjectBranches17:27
jcastroyou need to register a branch first17:29
jcastroin the webui, you can't just push to an arbritary url17:29
smoserfor anyone interested, i just pushed to https://code.launchpad.net/~smoser/ubuntu-on-ec2/ami-pages . i was annoyed by my un-organized managing of ami pages and HEADER pages for uec-images.ubuntu.com17:29
* soren calls it a day as well17:30
jdstrandsoren: the proper fix for bug #431090 is to get the path to the serial console from xml and the libvirt-<uuid>.files dynamically. I should be able to do this in my resubmission to upstream. In the meantime, as soon as Daniel responds to my requests, I can provide a workaround and upload it today17:30
uvirtbotLaunchpad bug 431090 in eucalyptus "libvirt apparmor profile is preventing libvirt from running eucalyptus VMs" [High,Incomplete] https://launchpad.net/bugs/43109017:30
jdstrandsoren: are you interested in a quick workaround to be removed at some later date when the proper fix is available?17:31
smoserthanks jcastro17:31
uvirtbotNew bug: #431969 in php5 (main) "php-pear installation through aptitude is not working" [Undecided,New] https://launchpad.net/bugs/43196917:31
slicslaki'm updating an old box and i can't seem to update or install any packages.  when i update it erros with lines like: Failed to fetch http://security.ubuntu.com/ubuntu/dists/gutsy-security/main/binary-i386/Packages.gz  404 Not Found17:39
smoserjcastro, ideally my new branch wouldn't be tagged as "junk" just because its nto a fully hosted launchpad project17:40
aubrein Karmic Eucalyptus 1.6 when I try to use the web interface to specify a custom location for my bukkits what should I use in the "Walrus host" field?17:40
aubrewhen I try to save the defaults it says "Failed to save! Check hostname" the default host name is "host"17:40
giovanislicslak: isn't gutsy EOLed?17:40
aubreI tried localhost, it didn't seem to like that17:40
jdstrandslicslak: gutsy is end of lifed (EOL)17:41
jdstrandslicslak: you need to adjust your sources.list to point to http://old-releases.ubuntu.com/ubuntu/17:41
jdstrandslicslak: but gutsy does not receive security support anymore, so you are highly encouraged to upgrade to a supported release (you can upgrade to hardy, the LTS release, directly from gutsy)17:42
slicslakbleh, yeah, ok i'll upgrade.  thanks.17:45
jcastrosmoser: unfortunately all branches not assigned to a project get tagged as "Junk", there's an ongoing discussion/bug about that. :-/17:51
mathiazsoren: smoser: have you heard about http://libcloud.org/?17:56
erichammondjcastro: How does http://testcases.qa.ubuntu.com/System/CloudImages relate?  Should it be replaced with a pointer to https://wiki.ubuntu.com/Testing/EC2 ?17:58
jcastroerichammond: I am not sure, let me ask someone on the QA team18:00
jcastroactually, yes it should, on it18:00
smoserif its not hosted on launchpad, it must be junk18:01
smosermathiaz, i hadn't seen that, but was actually going to do some digging for ec2 interface libraries/toolkits today18:02
smoser(assuming i got all the other stuff done that i had to do, which is a bit like assuming that the grass is blue)18:02
mathiazerichammond: the first section is redundant with the EC2/Testcase page18:02
mathiazerichammond: the second section (UEC Images) isn't.18:03
aubrehmm, when I do a sudo euca_conf -addnode 192.168.44.2, and it succeeds via scp, and I do a sudo euca_conf -addnode 192.168.44.2 my node doesn't show up18:09
zulttx: our version of samba is FTBFS investigating18:13
nijabasmoser: It seems that you have completely removed instructions for vmbuilder from https://help.ubuntu.com/community/Eucalyptus?action=recall&rev=66#STEP%205:%20Obtain%20a%20Virtual%20Machine%20(VM)%20Image18:13
smoserthat was by design18:14
smoserbut i'm not set on it.18:14
nijabasmoser: I understand why, but still think that the instruction were somehow interesting.  Could we add it back at the end of the doc as an optional procedure?18:14
smoseryou're surely welcome to do that. i just wanted the easiest possible route through.18:14
smoseri also think then that you should like to http://open.eucalyptus.com/wiki/EucalyptusUserImageCreatorGuide_v1.518:15
nijabasmoser: understood, and I am going to leave the "main route" as is18:15
smoserusing existing images is a lot easier (at least for getting off the ground)18:15
SyLis there a way to force a package to be removed if the "stop" action keeps failing?18:16
aubreI want to restart my eucalyptus install from scratch. Is there a way to do it which removes the /etc/eucalyptus directory structure?18:18
aubrepurge didn't work18:18
SyLaubre: I had to remove them by hand18:19
aubreSyL: ok thanks18:19
SyL /etc/eucalyptus /var/log/eucalyptus & /var/lib/eucalyptus too18:19
aubreSyL: tyvm18:19
SyLthe /var/lib/ one will have your keys so you'll have to remove them from node too18:19
aubreok thanls18:20
aubreits not wanting to work, guess I need to reinstall the os18:24
aubrewhen I try to reinstall, it says "can't find eucalyptus configuration"18:25
aubreand I don't understand why it is looking for it when I removed the packages18:25
aubreI guess with version 1.6 it is best, if you are going to have separate partition to host your walrus / block storage mount it under /var18:27
aubrebecause it won't let me configure it otherwise18:27
nijabasmoser: done.  Let me know what you think18:30
erichammondCongrats, all: Here's an AMI built on the Karmic (Alpha 4) AMI: http://developer.amazonwebservices.com/connect/entry.jspa?externalID=2803&categoryID=20818:30
smosernijaba, looks fine.18:39
smoserbut your ping was ill timed, and got you copied on a response i was writing to someone about that very page18:39
nijaba:(18:41
nijabasmoser: ah, ok, got you, now that I have received your reply :)18:42
smoserill timed for you (as it got you more mail in your inbox. i wouldn't hvae otherwise thoguht to copy you)18:45
mcupplesIs there a way, in a shell script, to verify that a certain string is present in some output?  CURL=`curl google.com | grep "UA-7277777-1"`19:29
mcupplesI would like to verify that the grep returned a result or did not find it.19:29
mcupplesink: I added him to sudoers, made sure he didn't have to have a tty and made sure he didn't need a password and it finally worked.  :)19:30
Hypnozmcupples, that string should return a 0 or 1 right19:32
mcupplesHypnoz: No, it returns the line of the curl with that string on it.19:32
Hypnoztry grep -c19:32
Hypnozthen test for 0 or 119:32
mcupplesHah.  Thanks, Hypnoz!19:33
rickspencer3hi kkelly1819:45
uvirtbotNew bug: #428150 in qemu-kvm (main) "qemu-system-sh4 assertion failure" [Undecided,Fix released] https://launchpad.net/bugs/42815019:53
roodykhello i have problem. i make in limit.conf nproc limit 4 for user. after i save user cannot connect to ssh. help please19:56
=== rickspencer3 is now known as rickspencer3-afk
inkmcupples:  good deal20:04
uvirtbotNew bug: #379991 in qemu-kvm (main) "Certain VMs do not run under KVM using karmic's kernel" [High,Confirmed] https://launchpad.net/bugs/37999120:06
roodykhello i have problem. i make in limit.conf nproc limit 4 for user. after i save user cannot connect to ssh. help please20:15
cocoa117 is there a way to disable user login from tty/console?20:30
henkjanchange his shell to /bin/false20:31
cocoa117henkjan, thanx20:32
orudieis anyone familiar with pathauto module? how do i make it by default not to do automatic alias?20:45
aubreI'm running Karmic and Eucalyptus 1.6 - when I try to upload a bundle I get the following error : http://paste.ubuntu.com/273061/20:49
aubreI think it is walrus related20:50
orudiesorry wrong chan20:53
Yakuza21:02
Yakuzahello!! I need a server  mail for my company .... your could show me one?21:02
ikoniaYakuza: exim, postfix both good, sendmail if you fancy a bigger challange21:16
ScottKPostfix is the one that's primarily supported here and in the Ubuntu Server Guide.21:16
roodykhello i have problem. i make in limit.conf nproc limit 4 for user. after i save user cannot connect to ssh. help please21:23
=== kaimian is now known as kaimianAway
inkroodyk:  i don't know what limit.conf is, but on a blank login I use 3 processes already; I can imagine that things in the profile would push that over 4 during login21:34
inkwhich could then cause the login to die21:34
roodykmay be u can tell me best way to limit process for shell users?21:36
inkroodyk:  probably pick a larger number; like 5021:41
batfastadHi everyone. I'm about to start experimenting with ESXi and VMware Server and it seems like JeOS is the ideal candidate for a basic guest installation22:07
batfastadI've checked through here http://cdimage.ubuntu.com/jeos/ and there;s only 32bit versions22:07
batfastadBut where can I get hold a 64bit version of JeOS 8.04 LTS?22:07
JanCbatfastad: a minimal install of the 64-bit server version should work too...22:31
Tim__I need help setting up the internet22:50
Tim__I am connected with an ethernet cable, however I am not receiving internet... I accidentally bypassed the auto setup while installing22:50
batfastadJanC: Right ok. I know in later versions of the Server CD there's an installation option of "install a minimal virtual machine"... is that what you mean for the 64bit 8.04 server CD?22:51
Tim__Because I forgot to plug in the ethernet cable... :facepalm:22:51
viezerdbatfastad: I dont think it exist as the linux-image-virtual is only available in 32 bit for hardy --> http://packages.ubuntu.com/search?keywords=linux-image-virtual22:51
viezerdintrepid and later it will give you 64 bit22:52
batfastadviezerd: ah right. Because I know JeOS uses the tuned -virtual kernel rather than the regular -server. Might have to go for a full 8.04 server installation in that case22:53
viezerddo you *really* need the 64 bit ? cause I have the 32 bit jeos hardy running in vmware esxi also22:54
viezerdand it is really OK22:54
JanCbatfastad: you can always change to the -virtual kernels (unless none exists for hardy?)22:54
Tim__Anyone know?22:54
Tim__How to set up an internet connection w/ Ubuntu Server 9.04?22:55
batfastadI'm looking to allocate 6GB memory to a Zimbra mail VM so I thought that would need 64bit22:55
JanChm, apparently only for i386 on hardy...22:56
Tim__Does *anyone* know how to set up internet on Ubuntu Server 9.04??22:59
Tim__Screw it I'll just reinstall v.v23:01
SyLTim__: what are you trying to do?23:02
Tim__SyL: I was trying to get my internet working... I got it now23:13
SyLTim__: ok23:15
Tim__Okay, so I just did "sudo aptitude install x-window-system xubuntu-desktop"23:17
Tim__I was wondering if xubuntu comes with a login manager or if I will have to download and install GDM23:17
Tim__And I would also like to keep it from starting automatically, I want to have to enter into it from command line23:17

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