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

mathiazkirkland: hey - how could you check if you run in a virtual machine?00:00
kirklandmathiaz: /proc/cpuinfo gives some hints00:01
kirklandmathiaz: QEMU Virtual CPU version 0.10.9200:01
mathiazkirkland: I've been playing with facter (related to puppet)00:01
mathiazkirkland: it's used to provide facts about your system00:02
kirklandmathiaz: neat00:02
mathiazkirkland: http://bazaar.launchpad.net/~vcs-imports/facter/master/annotate/head%3A/lib/facter/virtual.rb00:02
mathiazkirkland: ^^ this is the ruby code that checks whether you're running in a virtual or physical machine00:02
mathiazkirkland: http://bazaar.launchpad.net/~vcs-imports/facter/master/annotate/head%3A/lib/facter/util/virtual.rb00:03
mathiazkirkland: ^^ that's the actual code00:03
mathiazkirkland: kvm/qemu doesn't seem to be supported - how could you detect that?00:04
kirklandmathiaz: /proc/cpu/info00:04
kirklandmathiaz: /proc/cpuinfo00:04
kirklandmathiaz: yeah, it's not in that file00:05
kirklandmathiaz: kvm/qemu is easy00:05
mathiazkirkland: and grep for module name?00:05
kirklandmathiaz: grep "^model name.*QEMU Virtual CPU"00:05
kirklandmathiaz: grep "^model name.*QEMU Virtual CPU" /proc/cpuinfo00:05
kirklandmathiaz: grep "^model name.*QEMU" /proc/cpuinfo00:06
kirklandthat would do it00:06
mathiazkirkland: great - thanks00:06
dna265hello all00:06
kirklandmathiaz: make sure you give me copyright assignment!00:06
kirklandmathiaz: j/k :-)00:07
mathiazkirkland: http://projects.reductivelabs.com/issues/2067#note-1000:07
mathiazkirkland: they mentions having the hypervisor flag set00:07
dockoplease recommend some good tool to check HDD in ubuntu 8.10. the disk was in software as a part of software raid1, there were some problems with the drive, now it's mounted in my desktop and seems to be working, but i want to check it00:10
zulkees: http://net-snmp.svn.sourceforge.net/viewvc/net-snmp/trunk/net-snmp/agent/mibgroup/host/hr_proc.c?r1=17265&r2=1741500:15
keeszul: oh nice!  Can you add that to the bug report?00:21
keeszul: changed again later: http://net-snmp.svn.sourceforge.net/viewvc/net-snmp/trunk/net-snmp/agent/mibgroup/host/hr_proc.c?r1=17415&r2=1761600:21
keeshttp://net-snmp.svn.sourceforge.net/viewvc/net-snmp/trunk/net-snmp/agent/mibgroup/host/hr_proc.c?view=log#rev1741500:22
keesI think two authors fixed the same bug differently.  ;)00:22
zulkees: ill take a crack at fixing it tomorrow00:28
keescool, thanks00:29
zulwatching flight 666 right now00:29
mathiazkirkland: sure00:33
mathiazkirkland: let me check the moodle maintainer scripts00:34
kirklandmathiaz: it's dh_input critical * in config00:34
uvirtbotNew bug: #430358 in bind9 (main) "bind9 + DLZ core dumps on AFXR request" [Undecided,New] https://launchpad.net/bugs/43035800:36
mathiazkirkland: hm - and the dependencies will screw everything00:36
mathiazkirkland: the moodle .config script will run *before* the moodle-appliance .config script00:36
mathiazkirkland: since the moodle-appliance would depend on moodle00:37
kirklandmathiaz: poop00:37
mathiazkirkland: next solution in the line: puppet00:37
mathiazkirkland: you can create a puppet manifest that will configure everything at boot time00:38
mathiazkirkland: did your brain just explode because of how brilliant my solution is?00:40
kirklandmathiaz: i'm thinking about it00:40
kirklandmathiaz: i'm just really frustrated vmbuilder can't put the goddamn package into the image00:40
mathiazkirkland: right00:41
mathiazkirkland: another solution is to add support for preseed to vmbuilder00:41
mathiazkirkland: both puppet and d-i support this00:41
kirklandmathiaz: yes00:42
kirklandmathiaz: that needs to be done00:42
mathiazkirkland: so two solutions: 1. puppet recipe 2. vmbuilder preseed support00:43
mathiazkirkland: 2. requires some python hacking00:44
mathiazkirkland: 1. requires a new system to learn00:44
kirklandmathiaz: there's no reasonable way i can force moodle-appliance to be installed before moodle ?  (besides pre-depends, which i don't want)?00:44
mathiazkirkland: well - you'd have to modify the moodle package00:44
kirklandmathiaz: that's the only way?00:45
mathiazkirkland: uploading a moodle package to the virtual-appliance PPA00:45
kirklandmathiaz: yeah, i'm thinking about that00:45
mathiazkirkland: with a moodle package depending on moodle-appliance00:45
kirklandmathiaz: i was thinking that moodle could provide moodle-appliance00:45
mathiazkirkland: hm - well then you don't a moodle appliance package00:46
mathiazkirkland: you just modify the moodle package to actually do what you want00:46
mathiazkirkland: now - does vmbuilder support insalling packages from another PPA?00:46
kirklandmathiaz: yes, it does do that00:46
mathiazkirkland: probably yes - as the postinst script00:46
mathiazkirkland: ah! what about using the --exec option?00:47
mathiazkirkland: http://paste.ubuntu.com/271763/00:48
mathiazkirkland: you can preseed all the debconf question in there and *then* apt-get install moodle00:48
mathiazkirkland: there == postinst script00:48
kirklandmathiaz: hmm, that looks promising00:49
kirklandmathiaz: rock on, i'll knock this around00:49
mathiazkirkland: yeah -that should do it00:50
kirklandmathiaz: thanks00:50
mathiazkirkland: moodle config doesn't reset debconf question00:50
kirklandmathiaz: thank goodness00:50
mathiazkirkland: so preseeding with debconf-set-selection *before* installing the package should work00:50
mathiazkirkland: well - some scripts reset the seen flag00:51
kirklandbastards00:51
mathiazkirkland: under some circumstances00:51
mathiazkirkland: anyway - looks like a promising solution to me00:51
kirklandmathiaz: i think so00:51
kirklandmathiaz: thanks for the brainstorming00:52
mathiazkirkland: ah no00:52
mathiazkirkland: won't work00:52
mathiazkirkland: the mysql database is not running in the guest :/00:52
mathiazkirkland: so the postinst will fail00:52
mathiazkirkland: is it will not be able to create the tables00:52
kirklandmathiaz: doh00:53
mathiazkirkland: wait00:53
mathiazkirkland: I'm reading moodle postinst script00:53
mathiazkirkland: hm00:55
mathiazkirkland: so it may be possible00:55
mathiazkirkland: the postinst script checks whether you want to create the db manually00:56
mathiazkirkland: so you can preseed that question00:56
thiagocrepaldiany auth-client-config magician around ? i followed openldap server tutorial on ubuntu server 9.04 guide and it do not authenticate pam against ldap =/00:56
mathiazkirkland: moodle/db_create00:56
mathiazkirkland: what the script actually does (in DoMySQL) is to create a database00:57
kirklandmathiaz: and then do that at machine startup00:57
mathiazkirkland: right00:58
mathiazkirkland: I was checking if you could use mysqldadmin to actually create the database when building the appliance00:58
mathiazkirkland: but it requires a running mysqld00:59
kirklandmathiaz: well, i'm using postgres00:59
kirklandmathiaz: but i get your point00:59
mathiazkirkland: ah - I haven't checked postgres00:59
kirklandmathiaz: it defaults to postgresql00:59
mathiazkirkland: oh - then I think you're lucky01:00
mathiazkirkland: IIRC postgres doesn't require a running daemon01:00
mathiazkirkland: I may be wrong though01:00
mathiazkirkland: the rest of the postinst looks good to me01:03
mathiazkirkland: it may well work correctly01:03
kirklandmathiaz: cool, thanks for the look01:03
=== rickspencer3 is now known as rickspencer3-afk
uvirtbotNew bug: #305071 in vsftpd (main) "Corrupted file on anonymous upload" [Undecided,Incomplete] https://launchpad.net/bugs/30507102:31
uvirtbotNew bug: #403969 in eucalyptus "high CPU usage from cloud controller" [High,Fix committed] https://launchpad.net/bugs/40396904:45
uvirtbotNew bug: #385435 in eucalyptus "In MANAGED mode, with CLC and CC on same host, on first boot of CLC, Walrus URL is detected as 169.254.169.254" [Medium,Fix committed] https://launchpad.net/bugs/38543504:51
uvirtbotNew bug: #425526 in samba (main) "Kubuntu Karmic i386  Alpha 5 network copy/stream from samba share glitch approximately every 5 minutes" [Undecided,Incomplete] https://launchpad.net/bugs/42552606:56
kansanhow do i get rubygems > 1.3.1 on ubuntu hardy?  http://pastie.org/618463  is my attempt; failed :(07:20
twbkansan: you don't.07:35
twbInstalling newer releases into an LTS environment breaks the whole point of using an LTS environment.07:37
CppIsWeirdim trying to get cpu temps on my server, from what ive read i should be seeing something in /proc/acpi/thermal_zone. If i see nothing in thermal_zone, does this mean that I do not have the ability to see my cpu's temp or do I have to install something further?08:16
_rubeninstallinst lm-sensers tends to be a good start08:19
_rubens/installinst/installing/08:19
CppIsWeirdi have also done that08:19
CppIsWeirdi still see nothing in thermal_zone08:20
CppIsWeirdwould a reboot be required?08:20
_rubenrun sensor-detect to configure, then sensors to see the result08:20
CppIsWeirddo you want to add these lines automatically? NO is bold. what does this mean exactly?08:23
CppIsWeirdnvm, i figured it out08:24
_rubensome stuff needs to be added to some files08:24
_rubenok08:24
CppIsWeirdmy modules file08:24
CppIsWeirdsensors command displays what i want, however i still have nothing in thermal_zone. any idea why?08:25
_rubennope, never used /proc for temp info08:27
_rubenmight need to load some (acpi) modules or so08:27
CppIsWeirdah, ok, i'll have to google around with it some more. thanks for the help getting me started. :)08:28
sorenWhoo! My ISP just started offering 40/8 Mbit (down/up) connections.08:58
_rubennice08:58
_rubenmy cable isp can get me 50/3 atm .. downstream increasing to 100+ early next year .. rather pricy tho08:59
_rubencurrently at 20/1 dsl08:59
henkjansoren: fiber to the home?08:59
sorenhenkjan: VDSL2.09:01
soren_ruben: 40/8 weighs in at around €65.09:02
twb.au maxes out at ADSL2+, which IIRC is 20mbps down.09:02
twbWith throttling or excess charges if you download more than xGiB/mo.09:04
henkjanFttH overhere 35,- for 35/35 (with a free upgrade to 100/100)09:05
_rubenhenkjan: where's that?09:06
henkjan_ruben: Rijssen09:06
sorenFttH?09:06
_rubensoren: abount the same for 50/3 i think, tho it'd include tv and phone as well09:06
_rubenhenkjan: which isp?09:06
soren_ruben: Oh, right, this includes phone as well.09:06
henkjanconcepts ict09:06
henkjan(the 100Mbit is not from concepts ;) )09:07
sorenhenkjan: 35 what? Euros?09:07
henkjanyep, 35,- EUR09:07
sorenhenkjan: And why on Earth would anyone be on 35/35 if the upgrade to 100/100 is free?09:07
twbhttp://en.wikipedia.org/wiki/National_Broadband_Network is the .au government propaganda about FTTH.09:07
henkjannot exactly free09:07
henkjanpoking the right persons :)09:07
_rubeni pay about 30 euro for my 20/1 now i think09:08
twbhenkjan: photos of the right people doing the wrong things09:08
henkjani just asked for native ipv6 and got 100/100 :)09:08
_rubenin my area they're determining the possible userbase for ftth .. so far only 10% is interested, and they need like 40% or so in order to get the investors curious09:09
henkjantoo bad for you09:10
_rubenkinda lame for a city that calls itself "the ict city" (zoetermeer)09:10
ftheresehow do I search the entire /etc directory to find a particular setting?10:42
ftheresefor example, a proxy server continues to get set system wide, and I don't know exactally where to disable it10:43
_rubengrep -r somestring /etc/*10:44
_rubenmight wanna sudo do that10:44
ftheresethank you ruben10:46
ftheresehow do you go about unsetting stuff in the gconf xml tree?10:50
ghostlineshi all11:04
heath|otgI need dovecot 1.2 for hardy, is there a good guide for how to build debs from source?11:20
dayowhere can i get a list of universities and colleges that use linux/ubuntu?11:20
uvirtbotNew bug: #429769 in postfix (main) "package postfix 2.5.5-1.1 failed to install/upgrade: subprocess post-installation script returned error exit status 75" [Undecided,New] https://launchpad.net/bugs/42976911:37
_rubenheath|otg: i'd use the dovecot 1.2 packages from debian (testing or unstable) and rebuild them for ubuntu12:01
heath|work_ruben, what do you mean rebuild for ubuntu12:53
zulmorning, afternoon for you  danes12:55
heath|workmorning12:58
sorenzul: o/12:59
heath|workAny way to build dovecot 1.2 for hardy?13:00
smosersoren, i assume you must have looked at that build failure on nectarine ? there is a 20090916 and 20090916.2.13:20
smoserhad you ?13:20
sorenI'm working on it right now.13:21
sorenThe first problem was that your patch from yesterday wasn't python 2.5 friendly. I did not catch this :(13:21
sorenNow it's just hanging during package install. I'm trying to work out why that might be.13:21
soren...and now I can't log into nectarine.13:24
sorensmoser: Can you?13:24
smoseri'm in on nectarine now13:25
smoserbut i have been all night13:25
smoserso i wont log out13:25
sorenOh.13:25
smosersorry about the python 2.5... didn't know. when i saw locally there i didn't understand how my tests could have worked. the 2.5/2.6 makes sense.13:26
uvirtbotNew bug: #420960 in kaffeine "Karmic Alpha 4 playback stops when playing media stored on samba share" [Undecided,Invalid] https://launchpad.net/bugs/42096013:26
sorensmoser: Your ssh connection there is responsive?13:26
sorensmoser: No, it won't be, because it was just bounced. Never mind :(13:26
smosernot now. it was 3 minutes ago13:26
sorenI'm back in.13:27
sorenNg: Thanks.13:27
smoserand now that evil peer reset my connection :)13:27
sorenI knew a guy called Peer once, actually.13:27
sorenWay before I saw that error for the first time, though.13:27
sorenLike... '93-ish.13:27
ghostlineshi all, it shouldn't be a problem switching a between a amd motherboard and cpu with an intel motherboard and cpu right?13:28
sorenghostlines: For Ubuntu? No.13:28
sorenOther than that? No clue.13:28
ghostlinesor during installation special configuration are done for the specific setup?13:28
ghostlinesno problems for ubuntu/linux huh, how are you so sure13:29
ghostlinestried it already ?13:29
sorenIt's just the sort of thing I know.13:32
sorenHey, you asked. I answered.13:33
a_ok2i want to connect to an iSCSI target what do i need?13:33
sorena_ok2: open-iscsi.13:33
a_ok2ty13:33
ghostlinessoren, no problem just checking13:33
garymcim trying to enable AllowOveride=All so i can put a password in my website. Anyone help me do this?13:34
sorengarymc: What's the problem?13:35
garymci want to put a username and password on my server web site13:36
sorenYes...13:36
garymcusing .htaccess and .htpasswd13:36
garymci created thos files put them in the web folder but it doesnt work13:36
garymcI read that i gotta put "AllowOverride All" somewhere?13:36
sorenDon't put your .htpasswd in your web folder.13:36
garymci only got /var/www/webfiles13:37
soren"AllowOverride  AuthConfig" will do.13:37
garymci only got /var/www/webfiles.htm13:37
garymcwhere do i put that?13:37
sorenand it belongs in your apache configuration for the given virtualhost.13:37
garymcin the htaccess?13:37
sorenNo.13:37
sorenIt defines what you can do from .htaccess.13:37
sorenIf you could change it from .htaccess it'd be pointless :)13:38
garymcok where do i put the allowoverride?13:38
soren12:37:33 < soren> and it belongs in your apache configuration for the given virtualhost.13:38
garymcthats my problem im a newbie and not sure where that is13:39
sorenWhere are these files?13:39
sorenWhat's your webroot?13:39
garymcmy web files? /var/www/13:39
zulsoren: was Peer danish?13:41
garymcsoren : I put web pages in this folder /var/www/ if thats what you mean13:42
smosergarymc, http config files should be under /etc/apache2. but my guess is that soren was going to give you a stanza here in a minute13:42
garymcok yeah i got a /etc/apache2 aswell13:42
smoserfor me, there is a file /etc/apache2/sites-available/default that has conf for that dir.13:43
smoser:q13:43
garymci have that folder sites enabled with one file in there. 000-default13:44
garymci found it13:44
garymcnice one smoser13:44
smosersoren, i think that libc6-xen being added to the package list is causing the hang13:45
garymcgood stuff it works now13:46
smoserafter ctrl-c'ing it, the process that is stopping the unmount is '/sbin/getty 38400 xvc0'13:46
sorenzul: He was, yes.13:46
sorensmoser: could be. Let me try adding that locally and see if that makes it equally unhappy.13:47
* soren takes a quick break13:48
smosersoren 2 things13:50
smosera.) that process definitely gets started in the jail, and detached, and is blocking the unmount on failure13:50
smoser  granted i did ctrl-c the vmbuilder process though13:50
smoserb.) vmbuilder/VMBuilder/plugins/ubuntu/hardy.py installs libc6-xen in a different way...13:51
smoser self.run_in_target('apt-get' ,'--force-yes', '-y', 'install', 'libc6-xen')13:51
smoserbut  my assessment was "it shouldn't need to do that, it should just work" and since i couldn't test it...13:51
uvirtbotNew bug: #405715 in janino (main) "Main Inclusion Report (Eucalyptus dependencies set 1)" [Undecided,Confirmed] https://launchpad.net/bugs/40571513:56
smoserugh.14:00
smosersoren, no nectarine has no /dev/loop* devices14:00
garymcsmoser : how do i change the output folde of my web files from /var/www/ to /var/www/html/?14:01
uvirtbotNew bug: #423076 in qemu-kvm (main) "[patch] `kvm -name TITLE` option does not set gnome-panel name correctly" [Wishlist,Confirmed] https://launchpad.net/bugs/42307614:01
smosergarymc, probably that same file14:02
garymcyeah im trying that but its giving me errors in the browser now14:02
garymc500 internal server error14:02
garymcanyone else know how i change this?14:06
Picigarymc: What does your apache log file say about the errors?14:07
smosersoren, well, i "fixed" hat wit 'udevadm trigger' now devices are back at least14:08
garymchang on ill do it again Pici14:09
garymcit says all sorts of stuff14:10
garymcok its working now sort of?14:11
sorensmoser: Sure it does?14:12
sorensmoser: Oh.14:12
=== rickspencer3-afk is now known as rickspencer3
* ttx isotests and is amazed how fast the server boots now.14:13
uvirtbotNew bug: #430730 in freeradius (universe) "freeradius config needs freeradius-mysql" [Undecided,New] https://launchpad.net/bugs/43073014:21
garymchow does adding a domain name to my web server work? Do i just point the domain at my ip?14:24
garymcand how would i define if i had differnt .com addresses and more than one website hosted?14:25
uvirtbotNew bug: #430732 in freeradius (universe) "radclient doesn't work" [Undecided,New] https://launchpad.net/bugs/43073214:26
SockPant1hi all14:35
SockPant1i seem to have set a wrong password when i was installing ubuntu on one pc, how can i boot into SU mode and reset it?14:36
heath|workSockPant1, just hit escape when loading Grub pops up and choose the recovery mode options14:38
KurtKrautSockPant1, http://burnz.wordpress.com/2008/09/09/how-to-reset-ubuntu-root-password/14:38
heath|workgarymc, apache virtual hosting14:39
garymcok google it and read up on it i will14:40
heath|workgarymc, go to support.ubuntu.com and look at the server manuals. there are probably how to's in there14:40
SockPant1how can i list users?14:40
smosergarymc, i am not familiar with apache in many years, but it would appear that the way the ubuntu packages lay things out, you probalby want something in /etc/apache2/sites-enabled/000-my-new-site14:41
a_oksoren: tried open-iscsi, is there something also something with decent documentation?14:41
KurtKrautgarymc, if you're not experienced in Apache, I'd recommend you trying lighttpd. It is faster and easier to configure.14:41
garymcok thanks14:41
heath|workawsome: http://tomasz.sterna.tv/2009/07/dovecot-1-2-0-for-ubuntu-hardy/14:42
heath|works/awsome/awesome/14:42
SockPant1i forgot what i set for a non-root user :S how can i see which users there are?14:43
KurtKrautSockPant1, cat /etc/passwd | cut -d":" -f 114:44
garymchow do i chown a user to a directory and all of its contents?14:45
alabAre there any options for server management gui beside ebox on ubuntu 9.04?14:45
garymci did "sudo chown gary:gary /var/www/html/"   but all contents have padlocks on them14:45
SockPant1ah got it14:45
SockPant1now, is it easy to change the hostname of the server? or would i have to change it in 1000 places14:46
heath|worksudo chown -Rv gary:gary /var/www/html/14:46
heath|workgarymc, ^^14:46
garymcthanks heath|work14:46
heath|workSockPant1, 2 places14:46
SockPant1heath|work: that's doable14:46
heath|work/etc/hosts, /etc/hostname14:46
heath|workthen /etc/init.d/hostname.sh14:47
heath|workall sudo of course14:47
atomic_1anyone using ksplice on ubuntu server 8.04 ?14:48
SockPant1alright that worked14:49
heath|workSockPant1, check it out with hostname and hostname -f14:49
heath|workthe -f should show the fqdn14:49
SockPant1i'm using 8.04 LTS because it's pretty old hardware, how do i make sure everything is as up to date as possible?14:50
heath|workyou mean packages?14:50
SockPant1yeah, i suppose, what else?14:50
heath|worksudo apt-get update && sudo apt-get dist-upgrade14:51
SockPant1i mean, to the extent that it would still work and not increase system requirements by a significant amount14:51
SockPant1what does dist-upgrade do?14:51
heath|workgrabs the new kernels14:51
SockPant1but i would still be on ubuntu 8.04?14:52
heath|workyes14:52
SockPant1ok14:52
SockPant1how about stuff like apache14:52
heath|workthe above command updates all packages14:52
SockPant1alright :)14:53
heath|workAnyone using dovecot 1.2 ?14:56
heath|workon hardy14:57
orudieis anyone interested in system admin job in NJ ?15:06
jgjonesNJ?15:07
orudieyeah NJ15:07
jgjonesNew Jersey?15:07
orudieyes yes15:07
jgjones(I'm from UK myself hence the question)15:07
Nafalloah. not New Jork15:07
jgjonesI'm looking for a job, but I think the work trip is a tad too far to NJ :)15:08
orudieheh15:09
heath|workorudie, how about remote?15:09
orudieno remote sorry15:10
heath|work:(15:10
JohnD23where in NJ?15:17
orudieJohnD23-> the recruiter didnt tell me, i live in NY so I said its too far for me , she said if i know someone then let her know15:18
jcastrokirkland: dunno if you saw this yet: http://www.phoronix.com/scan.php?page=article&item=ubuntu_910_encryption&num=115:36
leaf-sheepOh boy. Have I got a question for you! If I apt-mirror a repo, is it possible to create a hybrid merge of (private lan repo) and (public ubuntu repo) so the packages will first check private lan, then public ubuntu repo for packages?15:40
leaf-sheepSomewhere in /etc/apt/sources.list15:41
_rubenspecify both repos in that file .. for each package apt will check which repo holds the most recent version and use that one15:45
clustyhow can I disable cpu throtelling and set to max freq?15:45
kirklandjcastro: hadn't see it15:48
kirklandjcastro: thanks15:48
KurtKrautclusty, are you sure you want that? It will probably just increase your energy consumption without having an improvement on performance.15:50
clustyKurtKraut, need to compile ATLAS15:50
ScottKIt still won't be any faster.15:51
clustyATLAS gives bad results when throtelling is enabled15:51
clustypfff15:51
clustyi know15:51
clustyATLAS does timings on different params15:51
clustythrotelling interferes15:51
clustyis the maxperformance the governor15:52
clusty?15:52
clustycause it does not work15:52
clustybut ondemand does15:52
clustyperformance is the name15:53
erichammondjjohansen, smoser: EC2 kernel meeting?16:03
smoseri'm here... i just pinged jjohansen separately, and no response yet, though16:06
erichammondI think I'm an hour early.16:06
zulhe was up pretty late last night16:06
jjohansenerichammond: yeah there will be a meeting, in about 45 min16:16
zulsmoser: you might be hitting the alpha breakage in your image16:32
smoserzul, no16:33
smosersoren figured it out.16:33
zuloh what was it?16:33
SockPant1this is probably a very nooby question but ive never done this before..16:33
SockPant1how can i configure a static IP on eth0?16:34
SockPant1on the cli16:34
heath|workSockPant1, best thing to read: https://help.ubuntu.com/9.04/serverguide/C/index.html16:35
heath|workitem 4 in your case16:35
heath|workDoes anyone happen to know if managesieve support was compiled into dovecot for Hardy?16:37
sorenzul: You'll see :)16:38
smoserhttps://code.launchpad.net/~soren/vmbuilder/smallest-patch-ever16:38
ttxsoren: if you plan another round of eucalyptus updates before alpha6, please consider fixing bug 43075816:38
uvirtbotLaunchpad bug 430758 in eucalyptus "Cloud installer / Cluster install hangs at reboot after install" [High,Triaged] https://launchpad.net/bugs/43075816:38
sorenIt's a 4 bit patch.16:38
smoserttx, so should i start looking at filing a MIR for euca2ools ?16:38
ttxsoren:  the right fix is to rewrite those initscripts completely, but I guess some bandaid is better than nothing16:39
sorenttx: You're core-dev, aren't you?16:39
sorenYou are! pfffft... Then do it yourself.16:40
smoserdo others here agree that euca2ools really needs to be in main ?  the UEC really does depend on it, although (because he just wanted to argue) ttx argues that Eucalyptus does not strictly depend on euca2ools16:40
ttxsoren: I am ;) Just wanting not to collide with any other update you might have planned :P16:40
sorensmoser: I absolutely agree.16:40
sorenttx: Oh, we do it all in bzr.16:40
zulsmoser:yes16:40
sorenttx: And the way we do it makes it really easy to have multiple people working on it at the same time.16:40
smoserok, given that we need MIR for euca2ools for UEC, i am going to suggest replacement of ec2-ami-tools with euca2ools rather than removal of them from ec2-images.16:41
sorenttx: If you have 5 minutes, I'd love to help you set it up.16:41
ttxsoren: I have, but I don't want to waste your precious alpha6-generation time16:41
uvirtbotNew bug: #430758 in eucalyptus (main) "Cloud installer / Cluster install hangs at reboot after install" [High,Triaged] https://launchpad.net/bugs/43075816:41
* smoser doesn't know that bzr qualifies as "really easy to have multiple people working on it"16:41
sorenttx: Oh, I'm waiting for a build to finish anyway.16:41
* ttx smacks smoser on the head16:41
ttxsoren: ok, go16:41
SockPant1hm16:41
SockPant1it doesn't work.16:42
sorenttx: Alright, create a suitable basedir for this. I use $HOME/src/Eucalyptus16:42
sorenttx: In there, do "apt-get source eucalyptus".16:42
SockPant1i've edited /etc/network/interfaces and /etc/resolv.conf, ping 10.0.0.1 gives 'connect: Network is unreachable'16:42
sorenttx: To get the tarball.16:42
sorenttx: Create a file called $HOME/.devscripts16:42
sorenput these two lines in there:16:42
sorenDEBCHANGE_RELEASE_HEURISTIC=changelog16:42
sorenDEBCHANGE_MULTIMAINT_MERGE=yes16:42
mathiazsoren: https://code.launchpad.net/~mathiaz/eucalyptus/image-store-proxy-recommends/+merge/1181916:43
heath|workSockPant1, did you restart networking?16:43
mathiazsoren: ^^ did you get a chance to look at the image-store-proxy integration?16:43
ttxsoren: done16:43
mathiazsoren: which is rather simple - -cloud recommends image-store-proxy16:43
SockPant1heath|work: i was lazy and restarted the entire box16:43
SockPant1ifconfig -a doesn't list an ip for eth0 eihter16:44
sorenttx: Sorry, mathiaz disturbed me :)16:44
heath|workSockPant1, pastebin your /etc/network file16:44
sorenttx: Ok, now in that basedir you created, you do: bzr co lp:~ubuntu-core-dev/eucalyptus/ubuntu16:45
SockPant1heath|work: difficult. i'll type it out16:45
kirklandjcastro: he sure picked the worst platform to run these benchmarks on16:46
kirklandjcastro: that's really disappointing16:46
sorenttx: That will create an "ubuntu" directory. Every time you change something, you use dch to document the change ("dch 'Added a dependency on foo'") and debcommit to commit (and push, since it's a checkout)16:46
heath|workbrb16:46
ttxok16:46
SockPant1heath|work: http://sockpants.pastebay.org/5477216:46
smosererichammond, i just sent a mail to ubuntu-ec2@lists.ubuntu.com regarding ec2-ami-tools in ec2 images that i would like your thoguths on16:47
jcastrokirkland: he's been keen in the past on getting feedback on his methods.16:47
sorenttx: When someone wants to make a new upload, they "dch --release", do whatever is needed to save the changelog (which gets opened in $EDITOR), and do a "debcommit --release".16:47
kirklandjcastro: postgres, on a mini9, in an encrypted home directory?  seriously?16:47
sorenttx: If anyone else should happen to have done the same, bzr will make a fuss.16:47
SockPant1btw, this is ubuntu 8.04, i don't expect theres any difference in this case thought16:50
SockPant1oh screw me i forgot 'auto eth0'16:51
SockPant1ok16:53
SockPant1ping works now, but it doesn't get any replies16:53
acalvohi16:54
SockPant1probably a problem with my firewall16:54
acalvoanyone knows the differences between rsync and rsyncd? maybe the final d is for daemon?16:54
nxvli think i just hited a bug, using gnome-terminal or terminator when i have two files with a space on it autocompletion doesn't work (as in "file 1 foo" and "file 2 foo" they won't complete with "file \ 1<tab>")16:54
nxvlshould i report the bug against bash-completion?16:55
nxvlcjwatson: ^^16:55
cjwatsonsurely that ought to be "file\ 1<tab">?16:55
cjwatsonerr16:55
cjwatson"file\ 1<tab>"16:55
nxvli just tested on the system terminal (<Cntrl><Alt><F1>) and it's present aswell16:56
cjwatsonbut yes, it works fine without bash_completion and bash_completion breaks it16:56
cjwatsonit wouldn't be terminal-specific16:56
cjwatsonyes, file a bug on bash-completion16:57
nxvlok, thank you!16:57
Picinxvl: Are you using double quotes and backslash escaping??16:57
kirklandsoren: cjwatson: what writes the /etc/network/interfaces file in on the node during installation?  there's a bug in there16:57
kirklandbridge_ports has no parameter (should be eth0 for me)16:57
kirklandand thus, networking is broken on the node on first boot16:57
nxvlPici: nope, just using the quotes here to mark the start and end of the filename16:57
Picinxvl: Okay, just checking ;)16:57
cjwatsonkirkland: eucalyptus-udeb16:58
kirklandcjwatson: thanks, i'll have a look there16:58
cjwatsondebian/eucalyptus-udeb.finish-install, specifically16:58
kirklandi'll file a bug in the mean time16:58
cjwatsonkirkland: attach /var/log/installer/cdebconf/questions.dat, please16:58
nxvlugh16:58
kirklandcjwatson: ack16:58
nxvlwhy https://bugs.edge.launchpad.net/ubuntu/+source/bash-completion/+filebug redirects to https://help.ubuntu.com/community/ReportingBugs16:59
cjwatsonyes, it's very annoying16:59
cjwatsoneither use 'ubuntu-bug bash-completion'16:59
cjwatsonor use +filebug?no-redirect16:59
ScottKnxvl: There was mail to devel-discuss yesterday explaining it.16:59
jjohansen----- Alright time for the EC2 kernel status meeting ----16:59
nxvlScottK: ugh, well, i found how to avoid the redirection :D16:59
ScottKJust don't file bugs is another option.17:00
jjohansensmoser, erichammond: ready?17:00
rtgsmoser, jjohansen - any changes or progress since yesterday.17:00
rtg?17:00
nxvlScottK: not an option for me, filing bugs is fun :D17:00
erichammondo/17:00
jjohansenrtg: a little17:00
cjwatsonScottK: I can't see it on devel-discuss. Am I missing something?17:01
jjohansensmoser had an image lock up17:01
ScottKcjwatson: Maybe I mis-remember.  Let me look.17:01
rtgsmoser, 32 or 64 bit?17:01
smoser3217:01
jjohansenwe need to try and duplicate, there is really nothing useful in the logs17:01
SockPant1can i see whether a network interface is 1017:01
smoserthe thing was mostly idle and had been up for close to 2 days.17:01
SockPant1*10-BASE-T or 100-BASE-TX17:02
rtgsmoser, how could you tell it was a lockup? no net access?17:02
jmarsdencjwatson: It was on ubuntu-devel-announce from Brian Murray17:02
smosermy open ssh connection went dead. no ping, no new ssh connections.17:02
smoseryeah, not much science involved... i waited a few minutes, it didn't come back, i rebooted, it was back.17:02
rtgsmoser, any possibility that Amazon did something to it?17:03
smoserthere is obviously the possibility of ill timed temporary network issues17:03
erichammondsmoser: Was the problem experienced in the last few hours?17:03
smoseryeah17:03
ScottKcjwatson: It was the ubuntu-motu list.  Oddly, I see replies to the mail, but not the actual mail in the list archive: https://lists.ubuntu.com/archives/ubuntu-motu/2009-September/006141.html17:03
erichammondhttp://ec2status.notlong.com17:03
erichammondThere were temporary, isolated network issues17:04
erichammondbut the reboot timing seems suspect17:04
rtgsmoser, I _hope_ thats what it was.17:04
smoserwell..17:04
jjohansenwell it is the first time we have seen it17:05
smoseruptime shows "up  1:01"17:05
smoseri've not rebooted it sense, so that puts my issue smack dab in between17:05
smoser07:41:11 AM PDT We are investigating connectivity issues in US-EAST-1.17:05
smoser08:18:25 AM PDT We have identified a problematic17:05
smoseri'll put this information in the bug. thank you mr hammond17:05
rtgsmoser, erichammond: I'm still working on linux-meta-ec2, I kind of got distracted yesterday. jjohansen has been checking out some config changes.17:06
jjohansenwe should still make sure to launch some images and keep them up17:06
jjohansenright17:06
jjohansengone through testing of EC2 kernels with a more virtual like config and i386 has problems, but 64 bit boots17:06
erichammondI just switched an automated process of mine to the Karmic AMI to test it out. It was pingable, but port 22 never came up.  At first glance the console output seems odd, ending at "udev: starting version 146"17:06
nxvlcjwatson: Bug #430817, can you please Confirm it, so it gets more attention?17:06
uvirtbotLaunchpad bug 430817 in bash-completion "Bash completion doesn't work on files with a space" [Undecided,New] https://launchpad.net/bugs/43081717:07
jjohansenerichammond: which ami17:07
rtgerichammond, are we getting smacked by archive inconsistencies? it was a mess yesterday.17:07
erichammondami-a40fefcd - I'm trying to reproduce17:07
rtgsmoser, I suggest you not update userspace wholesale until slangasek declares a stable A6.17:08
erichammondrtg: What's an archive inconsistency?  Ubuntu archive mirrors?17:09
slangasekupdate what wholesale?17:09
slangasekerichammond: packages in the archive not installable17:10
slangasekminor things like ubuntu-minimal17:10
rtgslangasek, EC2 AMI17:10
slangasekrtg: er, certainly not, we need test AMIs made available *before* Alpha 6 can be released17:10
slangasekfor inclusion in the alpha17:10
erichammondrtg: I don't see how archives could affect an instance at startup or running when it's not doing an upgrade or install.17:11
rtgslangasek, I guess it depends on what we're testing. I've been focused on kernels.17:11
jjohansenerichammond: the ami could have been built from an inconsistent archive17:11
smosererichammond, http://paste.ubuntu.com/272180/ is a log of mine, that was reachable... the udev messages should be real close to when network pops up.17:11
slangasekjjohansen: it probably wouldn't have built at all in the case of an inconsistent archive.  But maybe it would fail to boot in interesting ways :)17:12
rtgslangasek, kind of like my server this morning?17:12
rtgwoudln't boot17:12
cjwatsonnxvl: in reality it makes no difference, so I'm not going to spend time on paperwork17:12
smoserlittle things like not booting should be ignored17:13
cjwatsonrtg: separate /usr or /var?17:13
slangasekrtg: if you dist-upgraded it yesterday, definitely possible.  Do you have that sorted yet?17:13
rtgseperate /home, raid017:13
rtgslangasek, just reinstalled / with an older CD17:13
smoserbut despite that, today, I hope to get an ec2 built and upto ec2. soren has debugged some issues we were having with vmbuilder and i think we can at least get one built at the moment.17:13
nxvlcjwatson: heh, ok :D17:14
rtgsmoser, jjohansen: ok, anything else?17:14
jjohansennot from me17:15
slangasekrtg: ah; doesn't sound like any of the other bugs I know about, would be good to have some debugging info so that alpha6 isn't broken for that case17:15
erichammondinvestigating... will respond in a moment17:15
rtgslangasek, I can likely reproduce it.17:15
rtgslangasek, how do I enable boot script debug?17:16
slangasekum... ask Keybuk17:16
slangasekthe debugging I've been doing has all been interactive17:16
rtgslangasek, ok, I'll update and see if I can repro.17:18
erichammondsmoser: Thanks for the console output.  Mine seems similar at first glance.  I was able to reproduce port 22 not responding on boot.  I will investigate more and submit a bug if I can figure things out.17:18
smoserport 22 doesnt respond, but ping does ?17:19
smoseroh. never mind. ping never does.17:19
jjohansenerichammond: are you specifying user data17:19
erichammondsmoser: Correct: ping works.  Without any evidence I am going to start by suspecting something to user data17:19
erichammondjjohansen: Is user-data broken?17:19
smoserthe ami that erichammond said he was using is the alpha5.1, which has function when no user-data17:20
erichammondah17:20
smoserthe alpha5 hung if no user data was passed.17:20
jjohansensmoser: ah, I haven't tested with that one yet17:20
erichammondno, the other way around17:20
erichammondI'm getting problems with the instance that gets user-data.  I don't know if this is the entire cause, I'll investigate later.17:20
uvirtbotNew bug: #430825 in bind9 (main) "package bind9 1:9.6.1.dfsg.P1-3 failed to install/upgrade: " [Undecided,New] https://launchpad.net/bugs/43082517:21
erichammondI didn't quite follow some of the comments.  Is a new karmic AMI or AKI going to be published before Alpha6?17:21
erichammond(I think it's a great idea to know that what is going to be built will work, instead of having to followup with more fixes)17:22
smoseri will put todays nightly up to ec2 for my own testing.. and i can give others access to it, but i wont send mail about it. just to see if there are issues that would prevent alpha6 from arriving tomorrow.17:23
erichammondcool17:23
smoserthere will not be a new aki17:23
erichammondsmoser: I would normally ask for access, but doubt I'll have time to test today.17:24
erichammondunless I figure out this startup bug and we need to verify a fix17:24
smosererichammond, the only aki change is that i uploaded the current karmic kernels to canonical-cloud-us and canonical-cloud-eu buckets17:25
smoser(rather than being in karmic-kernel-zul)17:25
erichammondsmoser: good idea17:26
smoserthe new aki/ari are:17:26
smosercurrent/us-east-1/i386/karmic   aki-841efeed ari-9a1efef317:26
smosercurrent/us-east-1/x86_64/karmic aki-9c1efef5 ari-901efef917:26
smosercurrent/eu-west-1/i386/karmic   aki-4879523c ari-4a79523e17:26
smosercurrent/eu-west-1/x86_64/karmic aki-34795240 ari-3679524217:26
smoserand, erichammond i *really* want to get to a consistent naming format, so your thoughts on that mail i sent would be appreciated (but i recognize you being busy).17:27
smoseri have to work on a suggestion for kernel naming format, though17:27
erichammondsmoser: It's in my todo queue, but reminding me is fine :)17:28
jjohansenanything else? or can we adjourn17:29
erichammondI'm good.  (Board meeting coming up)17:30
jjohansenalright lets adjourn, thanks everyone17:30
rtglater17:34
Vashta_NeradaOn my private Ip addressed Lan, I'm trying to get my xp to connect to and view my ubuntu via NX, result:"Connection refused".....  I then try to make an ssh connection using putty, result "Putty fatal error, network error, connection refused".... I believe i have setup ssh correctly on the ubuntu, although I don't know for sure, I've looked into it and I think it's a "key" issue, but I can't...17:36
Vashta_Nerada...be sure, any ideas?17:36
hjmfVashta_Nerada: silly question: do you have openssh-server installed and configured in your linux box17:41
hjmf?17:41
Vashta_Neradanot a silly question at all17:41
Vashta_Neradai believe i do17:41
hjmfVashta_Nerada: if so, can you nmap your linux box to see if your ssh port is open?17:41
Vashta_Neradapossibly with your help17:42
Vashta_Neradahold on, i'm telnetting in17:42
hjmfVashta_Nerada: OMG! telnet! :-( disable it ;.)17:42
ghostlines:p17:43
Vashta_Neradaeventually!17:43
hjmfVashta_Nerada: do apt-get update && apt-get install openssh-server17:43
Vashta_Neradai thought i should nmap17:43
KillMeNowummm yea, i only use telnet for troubleshooting network port connects17:43
Vashta_Neradai think i did openssh already17:43
KillMeNownever run a telnet daemon, very bad17:43
hjmfyep, just to confirm17:44
Vashta_Neradawhy? i'm behind my router17:44
hjmfVashta_Nerada: do you have wifi?17:44
Vashta_Neradathe ports are blocked17:44
Vashta_Neradayeah17:44
hjmfthen disable telnet :-)17:44
KillMeNowcause everything is sent clear text, including passwords17:44
Vashta_Neradaok well17:44
Vashta_Neradai guess you have a point17:44
hjmfsniffing wifi traffic is funny17:44
Vashta_Neradano, i see your point17:45
hjmftelnet is easy to watch17:45
Vashta_Neradaok so how do i nmap?17:45
Vashta_Neradajust type nmap?17:45
Vashta_Neradaha17:46
KillMeNownmap requires some extra switches17:46
Vashta_Neradayou're going to kill me17:46
hagedornhey, cant resolve dns names with telnet,ssh,w3m etc bunt able to ping host over dns names,... whats wrong ?17:46
Vashta_Neradaits not installed17:46
hjmfVashta_Nerada: install it and run: nmap your-linux-ip17:46
Vashta_Neradawill do17:46
hagedornhttp://pastie.org/61901617:46
hjmfVashta_Nerada: you'll have to see the port 22 open17:47
=== steve_ is now known as Steve[cug]
Vashta_Neradaya know i know i tried to mess with the port as per instructions of nx17:47
Vashta_Neradaso i'm pretty sure i have that mess to deal with17:48
hjmfVashta_Nerada: then check the port you defined is open17:48
Vashta_Neradabut let's make sure of all the ducks17:48
Vashta_Neradanmap is installed, do you have a command suggestion?17:49
hjmfnmap your-linux-server-ip17:50
Vashta_Neradasorry you had said that17:50
hjmfor nmap your-linux-server-ip -p the_port_you_think_should_be_listening_by_ssh17:50
Vashta_Neradaummm17:50
Vashta_Nerada22 is not open, and the port that i changed ssh to is not open!17:51
hjmfIf you are not sure what did you change I suggest to do17:51
hjmfapt-get remove --purge openssh-server17:52
hjmfapt-get remove openssh-server17:52
bdmurrayIs there a difference between the uec-images tag and the ec2-images tag?17:52
hjmfafter that, port 22 should be back17:52
Vashta_Neradai remember the port17:52
hjmfapt-get install openssh-server17:52
hjmfi meant17:52
Vashta_Neradahow do i open it17:52
hjmfediting the /etc/ssh/sshd.conf file17:53
hjmfand restarting the openssh server17:53
Vashta_Neradaok let me see17:53
hjmfas /etc/init.d/sshd restart17:53
Vashta_Nerada(thanks for all this btw)17:53
hjmfK ;-)17:53
mathiazkirkland: are you doing some iso testing for alpha6?17:54
bdmurraysmoser: Is there a difference between the uec-images tag and the ec2-images tag?17:56
Vashta_Neradavi sshd.conf17:56
Vashta_Neradaabsolutely nothing in it17:56
hjmfVashta_Nerada: trust me, do:17:56
hjmfapt-get remove --purge openssh-server17:57
Vashta_Neradalol17:57
hjmfapt-get install openssh-server17:57
Vashta_Neradayou got it17:57
smoserbdmurray, yes.17:57
smoserec2-images is restricted to things that affect the images on ec217:57
Vashta_Neradai'll take care of that and come back17:57
smoseruec would be for things wrong with the images not only on ec217:57
Vashta_Neradathanks hjmf17:58
bdmurraysmoser: could you add them to https://wiki.ubuntu.com/Bugs/Tags?17:58
smosermainly the difference is kernel17:58
smoserbdmurray, i can17:58
bdmurraysmoser: great thanks!17:58
Vashta_Neradahmmm, i forgot to be sudo when i tried that vi17:59
Vashta_Neradaforgive my n00bishness17:59
KillMeNowso anyone know when they are going to push out a new kernel for Ubuntu 9.x where we can disable IPv6?17:59
inkDoes anyone have mod_jk working with tomcat6 and apache in Karmic?  I can't get apache to pass requests off over ajp1317:59
Vashta_Neradaeh,..... nm .... purging .....17:59
smoserbdmurray, where do you think those fall ? what category there18:04
bdmurraysmoser: more specific seems like the closest fit, the tags could use a reorg18:05
smoserok. i'll put them there.18:06
bdmurrayI could add them to the greasemonkey tagging script too if you'd like18:06
smoserinteresting bug in sudo that i'm seeing on jaunty18:06
clustygot a small problem about nfs performance. i recently configured homes on new machines on NFS mounts. thing is that write performance stinks. 1 single compile task on some node loads up the hdd to 95+%18:06
clustyany options i shoul dbe using?18:07
clustyso far i have: rw,sync,no_subtree_check18:07
Vashta_Neradahjmf: you rock18:09
Vashta_Neradai'm sshed into it18:09
Vashta_Neradanow.... how do i disable telnet?  XD18:10
KillMeNowturn off the daemon and make sure it doesn't start at any run level18:11
Vashta_Neradahmmm18:11
Vashta_Neradaok, i'll google that stuff18:11
Vashta_Neradathanks guys!18:11
smosersudo bug on jaunty: http://paste.ubuntu.com/272257/18:12
uvirtbotNew bug: #430820 in eucalyptus (main) "eucalyptus node install results in broken /etc/network/interfaces" [High,Triaged] https://launchpad.net/bugs/43082018:19
heath|workAnyone know how I can get the phone number off my internal aircard to get it activated in my laptop through ubuntu?18:21
jbernard_smoser: only jaunty it looks like, works fine in karmic for me18:23
ahasenacksmoser: what if you run it as "bash /tmp/test.sh"?18:23
smoserjbernard_, right. same here.18:25
smoserahasenack, even stranger18:25
mushroombluehosed sshd?18:26
ahasenackor "sh /tmp/test.sh"18:26
mushroombluenevermind.18:26
ahasenackand yeah, there is that signal bug in udev that was fixed yesterday or so18:26
smoser$ sudo -i bash /tmp/test.sh18:26
smoser/bin/bash: /bin/bash: cannot execute binary file18:26
ahasenackbut doesn't seem to apply18:26
ahasenacksmoser: I mean without sudo18:26
smoserwell then it shouldn't get the set -e, and should print out both18:27
smoser(and does)18:27
ahasenacksmoser: isn't that what sudo -i does?18:27
ahasenack-i says it will use the user's shell18:27
ahasenackso I'm thinking the "-e" in your bangline will be ignored. In fact, the whole line18:27
smoserhm... i gues you're right. so as far as "use shell", thats good behavior, if you want to just get initial login like behavior , its bad.18:28
ahasenackit has to add a parameter to the shell18:32
ahasenackbetter to use "set -e" explicitly in the shell script18:32
MagicFabHi all18:54
=== rickspencer3 is now known as rickspencer3-afk
MagicFabI've just created an LVM volume18:54
MagicFabHow can I have it mount at boot ? Should I just stick vgchange -ay in an init script ?18:55
KillMeNowMagicFab:  http://ubuntuforums.org/showthread.php?t=8381318:58
MagicFabKillMeNow, that's from 2005 - and I do have a proper entry in fsatb but I still have to activate the LVM manually.18:59
MagicFabfstab*18:59
KillMeNowhttps://bugs.launchpad.net/ubuntu/+bug/36855119:02
uvirtbotLaunchpad bug 368551 in ubuntu "Ubuntu 9.04 does not run vgchange before mounting filesystems" [Undecided,New]19:02
KillMeNowlooks like there may be a bug19:02
KillMeNowcheck that and see if it fits19:02
MagicFabKillMeNow, geez, can't believe I'm going to confirm that one :(19:05
cjwatsonsmoser: indeed, what ahasenack said - I've got into the habit of always using 'set -e' explicitly rather than putting it on the #! line, not least because it means that if you do 'sh -x script' to debug it you don't also change its error handling behaviour!19:08
smoserfor what its worth, karmic's sudo fixes all those issues.19:08
cjwatsonit's a good idea to adjust practices anyway though19:09
smoserare there guidelines for a main inclusion request ?19:16
inkis anyone else having problems booting with karmic server 64bit since the updates this week?19:33
inkcan't find network, can't find USB (which makes logging in impossible)19:33
zulsmoser, https://wiki.ubuntu.com/MainInclusionReportTemplate19:35
smoseryeah, i just saw that. thank you zul19:36
=== monteith_afk is now known as monteith
zulnp19:37
sorenmathiaz: We'd like to get a bunch of eucalyptus fixes onto the CD, so we'll respin them. Are you up for another round of iso testing?19:45
mathiazsoren: sure19:46
sorenCool.19:46
heath|workSockPant2, sorry I was afk for a while. Did you get everything sorted out?20:13
=== Claw_ is now known as Claw6
=== rickspencer3-afk is now known as rickspencer3
superbeefI'm running 2.6.24-24-server #1 SMP on 8.04LTS 64bit........ When I watch top, I notice that nomatter what load i put on it, the 2nd CPU core stays idle.    Even if I do like make -j4 on some source, the 2nd core is abandoned......    Any idea as to what would cause that?20:47
SockPanthi21:17
=== monteith is now known as monteith_afk
SockPanthow can i list packages that are installed?21:23
SockPantand how can i search for new packages/21:23
=== monteith_afk is now known as monteith
thiagocrepaldidid anyone try follow https://help.ubuntu.com/9.04/serverguide/C/openldap-server.html to build an openldap server with PAM authentication ? auth-client-confi is modifying nsswitch.conf, only. common-* aren't being updated when auth-client-config si runned21:26
heath|workSockPant, dpkg -l  lists installed packages21:27
heath|workapt-cache search  or  aptitude search21:27
kansani cannot shut down mysql server on ubuntu hardy server with sudo /etc/init.d/mysql stop ... any suggestions on how to make this work?  i also looked log files in /var/log/mysql and didnt see anything.21:28
guntbertkansan: what happens when you try?21:29
kansanguntbert,  * Stopping MySQL database server mysqld                                                                                                                                                                [fail]21:30
guntbertkansan: I'm following in #ubuntu :-)21:31
kansanok ;p21:31
thiagocrepalditry cat /var/log/mysql.log or cat /var/log/mysql.err21:31
=== cjwatson_ is now known as cjwatson
SockPantmy system time seems to be off by a few years, how can i sync it with the intenet? shouldnt it do so automatically/21:42
=== zul_ is now known as zul
guntbertSockPant: see https://help.ubuntu.com/9.04/serverguide/C/NTP.html21:45
smoserslangasek, at the moment i have21:56
smoseralpha-6 ec2 amis:21:57
smoserus-east-1.i386.karmic.ami:    ami-fa65859321:57
smoserus-east-1.x86_64.karmic.ami:  ami-1a65857321:57
smoseri've sniffed both of those and am migrating to eu21:57
slangaseksmoser: thanks, posting to the tracker22:02
slangasekpoted22:02
slangasekposted, rather22:02
smoserslangasek,22:06
smoserus-east-1.i386.karmic.ami:    ami-fa65859322:07
smoserus-east-1.x86_64.karmic.ami:  ami-1a65857322:07
smosereu-west-1.i386.karmic.ami:    ami-5678532222:07
smosereu-west-1.x86_64.karmic.ami:  ami-5078532422:07
slangaseksmoser: ok, all posted22:08
sorensmoser: Updated the version query thingie.22:57
thiagocrepaldihow can i authenticate my jaunty thorugh openldap ? i followed https://help.ubuntu.com/9.04/serverguide/C/openldap-server.html but looks like that auth-client-config is not being a good boy23:01
sorensmoser: If I want to make a git tree look the way it did at a particular revision, what do I do?23:01
sorensmoser: "git reset sha"? Or is there more to it?23:02
soren--hard helps somewhat...23:02
=== jon is now known as Guest34566
* soren calls it a day23:15
thiagocrepaldiJAUNTY does not have ldap.conf in slapd package ?23:15
KillMeNowIIRC it uses the CN23:16
Vashta_NeradaI previously turned telnet on in my ununtu 9.04, I've searched for documentation for this but can't find any.... can someone help me "turn off the telnet daemon and make sure it doesn't start at any run level"23:19
KillMeNowto stop the daemon:  /etc/init.d/telnet stop23:21
KillMeNowyou can install chkconfig if you like23:21
Vashta_Neradainit.d is not there23:21
Vashta_Neradaouch sorry23:21
KillMeNowand then use chkconfig to "list" its currently level23:22
Vashta_Neradait is there23:22
Vashta_Neradatrying /etc/init.d/telnet stop.........no such file or directory23:25
Vashta_Neradaalthought i can get to the directory23:25
Vashta_Nerada... something confusing to me....23:25
Vashta_Neradait is23:25
Vashta_Neradai'm in init.d and i ls23:26
Vashta_Neradaand don't see telnet23:26
KillMeNowthen there isn't a telnet daemon running23:28
KillMeNownetstat -nap | grep 2323:28
KillMeNoware you mixing up Telnet with SSH?23:29
Vashta_Neradathen how have i telnetted into it almost every day for the past month23:29
Vashta_Neradano dude, you guys helped me set up ssh today!23:29
KillMeNowok23:29
KillMeNowwell i was in and out all day23:29
Vashta_Neradanahh, that's cool23:30
KillMeNowtelnet runs on port 2323:30
Vashta_Neradai appreciate the help btw23:30
Vashta_Neradaummm, i'm installing chkconfig23:30
Vashta_Neradainstalled23:30
KillMeNowif port 23 isn't being actively listened on, there is no daemon  unless you bound the daemon to a non statndard port23:30
KillMeNowchkconfig --list telnet23:30
Vashta_Neradawell if i did, putty didn't know it and it still worked23:31
KillMeNowwell, if we set up ssh today23:31
KillMeNowso, do this23:32
KillMeNowfind /etc/init.d/ -name telnetd23:32
Vashta_NeradaESTABLISHED 24391/in.telnetd: 123:33
KillMeNowok then you have telnetd23:33
Vashta_Neradathat's from netstat23:33
KillMeNowtry this:  /etc/init.d/telnetd stop23:33
Vashta_Neradaok golly23:33
Vashta_Neradain /etc/init.d# ls t*23:35
Vashta_Neradano such file or directory23:35
Vashta_Neradahaven't got a telnet in the init.d23:35
Vashta_Neradaif i23:35
Vashta_Neradalocate telnet23:35
Vashta_Neradai get a bunch of entries23:35
Vashta_Neradawanna hear a few?23:36
Vashta_Neradaor am i just n00bing out on you23:36
KillMeNowat the moment, i wanna take a nap23:36
KillMeNowLOL23:36
Vashta_Neradalmao23:36
KillMeNowlook for the PID entry23:36
Vashta_Neradathat's how i felt when i asked you before!!!23:36
Vashta_Neradaand that's what i did23:36
KillMeNowthere has to be the telnetd daemon running23:36
Vashta_Neradadude, i'm gonna try tomorrow23:37
* KillMeNow been burning the candle at both ends for 2 weeks23:37
Vashta_Neradai don't know how to look for one23:37
* KillMeNow needs a break23:37
Vashta_Neradabut this is fuuuuunnn23:37
KillMeNowps -ef | grep telnetd23:37
KillMeNowor ps aux | grep telnetd23:37
KillMeNowotherwise do a lsof -i tcp:2323:37
Vashta_Neradatelnetd  24391  0.0  0.1   2064   760 ?        Ss   12:40   0:00 in.telnetd: 192.168.2.423:38
Vashta_Neradaamong other stuff that might be relevant23:38
Vashta_Neradaprogram tenetd can be found in23:39
Vashta_Neradainetutils-telnetd23:39
Vashta_Neradakrb5-telnetd23:39
KillMeNoware you telnetting in to this box?23:39
Vashta_Neradaah, that happened when i accidentally entered telnetd23:40
Vashta_Neradaoh yeah i'm in23:40
Vashta_Neradasshed at the same time23:40
KillMeNowok drop the telnet connection23:40
Vashta_Neradalol23:40
KillMeNowonly use the ssh23:40
Vashta_Neradayou hate me now23:40
Vashta_Neradaok23:41
Vashta_Neradai'm only in with ssh23:41
Vashta_Neradasorry, i forgot i wanted to see if i could pull the carpet out from under it23:42
Vashta_Neradago take a nap dude23:43
Vashta_Neradai'll ask the magic 8-ball again tomorrow23:43
KillMeNowheh23:43
Vashta_Neradathanks!23:43
KillMeNowok23:43

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