/srv/irclogs.ubuntu.com/2011/08/22/#ubuntu-server.txt

hatchHey I just installed 10.04 and lamp-server and I can't seam to get apache2 to read htaccess files01:14
hatchare there any tricks to it with ubuntu?01:15
hatchhttps://gist.github.com/8137c4e180a9a78fc201  here is my httpd.conf I had to load the mod_rewrite module but it said it was already loaded01:15
lenioshatch, can you paste your /etc/apache2/sites-available/default ?01:23
hatchlenios: actually in the time since my last post I came across a blog comment which mentioned that file and found that it was setting AllowOverwrite to None :)01:24
hatchthanks for getting back to me though01:24
erossi installed ubuntu server 64 bit on virtual box, the dhcp works but when I set up as static, I can't ping my router or the internet in /etc/network/interfaces01:25
lenioseross, paste your interfaces file and result of ifconfig -a01:28
erossok01:28
erosslenios - http://pastebin.mozilla.org/130771901:34
erossmy router shows a Primary and Secondary DNS: but don't know if I need those, also shows internet WAN ip's and subnet masks as well as the gateway IP and subnet mask.. plus a dnx proxy ip address01:37
leniospaste the result of netstat -nr, and if possible, result of ifconfig -a when dhcp is set01:39
leniosyou don't need dns servers or wan ip to ping your router01:40
erosslenios - http://pastebin.mozilla.org/130774201:45
leniosthat's a 10.0.2.x network, why did you have 192.168.x.x the last time?01:47
erosserr gateway is 192.168.1.101:48
jmarsdeneross: Is the networking for the VirtualBox VM set to Bridged -- if so all should uyse same IP subnet as your real physical machine...01:50
jmarsdenIf it is set to NAT, it will use a separate "virtual network"...01:51
jmarsdenI think the 10.0.2.x stuff is the "virtual network" approach.01:51
jmarsdenEither way can be made to work, but mixing the two up will fail.01:52
erossaddress should be 10.0.2.x but gw should be 192.168.. ?01:52
jmarsdenNegative01:52
jmarsdenGateway must always be on the local subnet, by definition of how IPv4 works01:53
jmarsdenAnswer the question: did you set the networking for the VM to Bridged, NAT, or something else?01:53
erossdidnt set networking for vm as anything, is default setting.. will see if i can find it01:54
leniosdefault is nat01:54
jmarsdenIf you are running a server and want access to it from other machines, setting to bridged makes a lot more sense, IMO.01:54
erosscorrect, nat01:54
jmarsdeneross: OK, and is NAT what you want for this VM?01:55
erosseh just want a place i can upload pics if i'm away, maybe remote login, serve music or do some coding..01:56
jmarsden(1) learn virtualbox before using it.  (2) If you need remote access to a VM, set it to bridged.01:57
erossthen what's my router gateway if i'm 10.0.. ? i can ping to 192.16801:58
erossor you saying bridged will solve that01:58
jmarsdenIf you set it to bridged to eth0 (assuming the real network is on eth0 of the physical host), your Vm will be in the same subnet as the real LAN.01:59
erossok01:59
jmarsdenBridged makes ONE subnet that both real and virtual machines are on.01:59
erossdoes that defeat a security feature of the vm02:00
jmarsdenIf you "secure" that VM that way, you will not be able to remote login into it, which is one of your stated goals... you decide :)02:00
jmarsdenConfigured your network for what you want it to do.02:01
erossis a subnet is an intranet IP?02:01
jmarsdenNo.  sounds like you need to spend a little time learning networking terms and what they mean?02:01
erosstrue02:02
jmarsdenDid you set the VM to bridged and restart the VM ?02:04
erossno but i'll try that now02:04
jmarsdenIt's ten years old, but you might want to read http://www.netfilter.org/documentation/HOWTO/networking-concepts-HOWTO.html for some basics on networking.02:06
jmarsdenChapter 12 of http://en.tldp.org/HOWTO/Unix-and-Internet-Fundamentals-HOWTO/ might also help.02:07
erossit's working jmarsden, thank you02:14
jmarsdenYou're welcome.02:14
erossbookmarking both sites02:15
=== skrewler_ is now known as skrewler
twbYay for sudo's insults mode03:11
ubunteohttp://pastebin.ubuntu.com/672101/03:16
qman__ls /dev/disk/by-id03:20
qman__or ls /dev/disk/by-path03:21
qman__or dmesg shortly after inserting03:21
ubunteoqman__: how by id?03:24
qman__it shows all present disks with meaningful names03:25
qman__sorry, ls -l03:25
qman__that will show where each file points03:25
ubunteoqman__: ls -l shows long output . not shown what I want03:26
qman__yes, it does03:26
qman__ls -l /dev/disk/by-id03:27
qman__shows results like:03:27
qman__lrwxrwxrwx 1 root root  9 2011-07-25 18:39 scsi-SATA_ST3250823AS_5ND0FZ5D -> ../../sdb03:27
qman__in my case, the drive with that name and serial number is sdb03:27
qman__this should give meaningful output about your drive03:27
ubunteothanks03:28
ubunteoI got http://pastebin.ubuntu.com/672112/03:28
ubunteowhy two ? what is the difference ?03:29
qman__the first, sdb, is the block device for the whole drive03:30
qman__the second, sdb1, is the only partition on it03:30
ubunteoqman__: thanks alot man, I owe you dinner or lunch or breakfast . That is what I am long waiting to know.03:31
ubunteowhich command sets do we use to unzip or extract folder.zip file ?03:35
qman__unzip03:40
qman__not included by default, must be installed03:40
ubunteohow to delete all lines in nano?03:56
twbHold down ^K03:56
twbOr quit it and do sed -i 1,\$d foo.txt03:56
twbOr since you're deleting ALL lines, just :> foo.txt03:57
twbOr install vi or Emacs03:57
ubunteohi all , I am trying to run http://www.phpwares.com/content/php-inventory on ubuntu LAMP server. I still can't get log in page04:06
ubunteoI am trying to run PHP Inventory application on my ubuntu LAMP server. but still fail04:06
ubunteoI am trying to run PHP Inventory application on my ubuntu LAMP server. but still fail04:18
KM0201or... save the file as another name(sudo mv /etc/samba/smb.conf /etc/samba/smb.conf.template04:19
KM0201then sudo touch smb.conf04:19
KM0201(this is of course, assuming we're talking about smb.conf)04:20
KM0201that way, you have a copy of the original, if you really brick something04:20
twbKM0201: if you want to get fancy re backup, I recommend VERSION_CONTROL=t cp -bf foo foo04:21
KM0201twb: lol, i wasn't trying to be that fancy... :)04:21
twbFor that matter, export VERSION_CONTROL=t in your login script is a good thing04:21
twbIt means that every GNU coreutils command like mv and cp will create numbered backups instead of a single backup04:21
KM0201just stating (however you do it).. saving the original is a good idea.04:22
twbKM0201: also etckeeper ftw04:22
KM0201never heard of etckeeper04:22
qman__I haven't had to restore with it yet04:22
qman__but I used it to save configuration on a couple systems I set up for a guy who likes to break things04:23
twbKM0201: now you know04:32
KM0201twb: yeah, was just looking at it04:32
KM0201interesting tool04:32
twbqman__: it's there for "git blame" more than disaster recovery04:32
twbqman__: like, after something breaks, it makes it much easier to ask "what changed"04:32
qman__yeah04:34
qman__I used it because I figured he isn't smart enough to know of its existence, much less break it04:35
qman__one of those people that got their position because they know someone, completely incompetent04:35
kirklandRoAkSoAx: ping, re: powernap ppa builds04:43
kirklandRoAkSoAx: looks like all of the builds older than natty have been failing for a bit: https://launchpad.net/~powernap/+archive/ppa/+packages04:44
kirklandRoAkSoAx: looks like the problem is Build-Depends: debhelper (>= 7.0.50~), gettext-base, python (>= 2.6.6-3~)04:44
kirklandRoAkSoAx: i see you made that commit04:44
kirklandRoAkSoAx: could you have a look at it?04:44
=== zz_ng_ is now known as ng_
=== ejat- is now known as ejat
=== ejat- is now known as ejat
=== ng_ is now known as zz_ng_
=== smb` is now known as smb
=== taneli is now known as trapmax
DavieyHow is everyone this glourious day?09:55
twbDaviey: go to hell10:08
Davieytwb: Happy Monday?10:09
twbYour mom is a monday10:09
* Myrtti takes away twb's grumblecookies10:09
Myrttino more cookies for you!10:09
Davieytwb: heh, i imagine the weekend had some outage, meaning your Monday has been firefighting?10:10
Myrttiyou can have cake instead10:10
Myrtti:->10:10
twbOh, sorry, I thought this was #emacs, where I'm allowed to be a bastard10:10
twb(Because I'm tenured)10:10
DavieyIs it wrong of me to think differently of people based on their text editor choices?10:12
Myrttiyes10:13
twbNah, vi users are always bigots ;P10:13
MyrttiDaviey: because you know you love me, and I use pink_bliss.el :->10:13
DavieyI actually get confused when i'm using real vi.10:13
Davieytwb: Long Live Nano!10:13
twbI have lots of users whine at me because I give them vim-tiny only10:13
twbOne actually whinged because he had to type "vi" instead of "vim"10:13
Myrttijed ♥10:14
DavieyMyrtti: I just had to look up pink_bliss.. MY EYES10:14
nigelbDaviey: Good Morning!10:14
MyrttiDaviey: it fits me :->10:14
twbIncidentally, http://darcs.debian.org/collab-maint/mg <-- mine10:14
Davieytwb: So you are a BOFH?10:14
twbMyrtti: is every single object in your bedroom frilled or laced?10:14
twbDaviey: damn skippy10:14
nigelbMyrtti: Dear god. Is that LISP?10:15
twbnigelb: Emacs is no longer written in TECO10:15
Davieyhola nigelb10:15
twbAnd if you think perl is line noise, you haven't seen teco programs10:15
Myrttitwb: no... I hate lace and frills10:15
nigelboh, lol. pink bliss uses django pony!?!?! <310:16
Myrttitwb: I go overboard with two things, my DE and shoes10:16
Myrttinigelb: found my screenshots?10:16
nigelbDaviey: How's your Monday? :)10:16
Myrtti:-D10:16
nigelbMyrtti: Yeah. Also E_TOO_MUCH_PINK10:16
* twb eyes Myrtti suspiciously10:17
twbYou sound like one of those mythical wo-mans10:17
MyrttiIPU10:19
MyrttiInvisible Pink Unicorn10:19
twbHa10:19
nigelbhehe10:20
someuseranyone familiar with DNS interrested to help me to setup my first DNS? already installed with defaults and all I want to do is create an allias named "ntinstall"10:39
someuserubuntu server 11.0410:40
twbsomeuser: caching recursive resolver, or serving your own zonefile?11:14
someuserdon't know that much. this is server used in local network, nothing fancy. how can I determine this?11:16
someuseris it possible to add an entry into db.local for this? all I want is that particular software finds this server under name "ntinstall", and it says i should accomplish this by extending my DNS setup with an alias11:18
someuseri can pastebin content of particular files, like named.conf.local or something11:19
twbsomeuser: OK, do you own a domain name?11:23
someuserno, but school does (this is server located in school). its "os-kastanjer-pu.skole.hr/"11:27
twbIt sounds like you want a recursive resolver.11:30
twbUnless you own a domain and want to tell the world about it, you don't need a zone server.11:31
twbUbuntu documentation explains how to use named, which is a stupid old tool that mixes up both jobs into one daemon.11:31
_rubena software looking for a (non-configurable?) single-label dns name seems kinda broken to me11:31
twbPersonally I prefer dnsmasq for the former, and nsd3 for the latter.11:31
twbAh, I missed "all I want"11:32
twbDo you need ntinstall to resolve on lots of hosts, or just one or two?11:32
DavieyScottK: Would you be able to give the clamav incoming bugs a sniff please?11:33
someuserone server, 30+ winxp clients11:33
twbAh.11:33
twbIn that case I would recommend dnsmasq11:33
someuseri want to automate client installation with unattended, but it requires DNS name "ntinstall"11:34
twbIt also provides DHCP (and TFTP), so you don't need to set them up separately.11:34
DavieyScottK: bug 829945 & bug 829944 give a vibe of concern.11:34
uvirtbot`Launchpad bug 829945 in clamav "purging all clamav packages doesn't remove /var/run/clamav directory" [Undecided,New] https://launchpad.net/bugs/82994511:34
uvirtbot`Launchpad bug 829944 in clamav "stopping freshclam doesn't remove pidfile" [Undecided,New] https://launchpad.net/bugs/82994411:34
twbAnd indeed, it is ideal for netinstalls and netboots.11:34
Davieytwb: dnsmasq tries to do toooo much IMO.11:35
twbDaviey: in that case, unbound11:35
_rubensomeuser: tho first step would be to find out how your current dns is being handled11:35
Davieytwb: Although hpa-tftpd has never really been my best friend.11:36
twbdnsmasq's TFTP is well-suited to just serving pxelinux.0 and friends, IMO.11:37
someuser_ruben: i don't think it does anything now, just a default installation11:37
twbI remember discovering one of our sites running hpa tftp (or possibly the other one), and allowing write access from *11:37
Davieytwb: Although, the fact there isn't a well supported dynamic (cgi style) tftpd kinda sucks.11:37
twbdynamic can blow me11:38
twbI'm not happy about it in HTTP either11:38
DavieyI was quite blown away aswell, when i discovered cobbler has one.11:38
_rubensomeuser: i meant in your network, which server/device/appliance/whatever is currently used as dns server?11:39
twbI'll stick to simple, intelligble, static systems, kthx11:39
someuserthis is school network which is part of national school network, but it is isolated (we have our own IP range). recently, we got one server machine so we can automate lots of stuff11:44
someuseri installed ubuntu server 11.04 on this machine, everything installed by default, incl. DNS. i only made some modifications on SAMBA until now, since all our clients are still on windows xp11:46
SysTomanyone recommend a syslog server for ubuntu-server, pref with a web gui?11:48
someuserinstalling all these clients manually is a nightmare, so i want to automate this step using "unattended", but it requires modifications on DNS while the machine must be recognized as "ntinstall" and the manual says i can accomplish this by creating alias.11:48
=== SDCoeyer_ is now known as SDCoeyer
uvirtbot`New bug: #634980 in cloud-init (main) "openjdk install problem on Lucid t1.micro instance (dup-of: 634487)" [Undecided,Confirmed] https://launchpad.net/bugs/63498011:51
someuser_ruben: as I understood, all I need is an alias on localhost? i want to reach this machine from home, but at some point later, not important ATM11:55
someusernow I need that one software can recognize server under name "ntinstall" using DNS11:56
someusertwb: should i uninstall dns bind9 before using dnsmasq? reading about dnsmasq looks like this is what i'm looking for12:01
_rubensomeuser: is this a new network or existing ?12:12
someuserexisting12:12
Davieysomeuser: yes12:12
_rubenthen something is quite likely already providing dns in your network12:12
Davieyzul: Are you seeing, Bus 'pci.0' not found with the pandaboard?12:14
someuser_ruben: i think dnsmasq is what I need. what I want is local DNS, at some point later reachable from outside world12:15
zulDaviey: yeah under libvirt12:15
Davieyzul: Yeah, so i think it's just a non-standard namespace thing.12:15
Davieyzul: https://bugzilla.redhat.com/show_bug.cgi?id=66734512:15
uvirtbot`bugzilla.redhat.com bug 667345 in libvirt "Cannot add/start a PPC virtual machine (Bus 'pci.0' not found)" [High,New]12:15
Davieyzul: pci.0 vs pci12:16
someuser_ruben: it should just serve machine names inside local network12:16
=== himcesjf1 is now known as himcesjf
zuli just disablled pciaccesss for libvirt when starting it on an pandaboard12:17
Davieyzul: We might want to investigate that bug, if we can 'fix' it, we are GOLD.12:20
zulDaviey: agreed...i guess that would be a job for robbie jr12:20
lynxmanDaviey: howdy o/ hope you had a good weekend12:21
lynxmanzul: robbie jr?12:24
zullynxman: new guy we hired also called robbie12:25
lynxmanzul: aah, cool12:25
lynxmanzul: if he's half as tall as robbiew he'll be tall :)12:25
zullynxman: heh12:25
lynxmanutlemming: ping12:30
Davieyzul: junior! :)12:38
Davieylynxman: pretty dandy!12:38
lynxmanDaviey: good to hear! :)12:38
ScottKDaviey: Those bugs are things we need to fix, but they aren't new problems, so it's good they were identified.12:54
ScottKI wouldn't get too excited though.12:54
DavieyScottK: Ah, ok - i was sorta worried they were new issues.  mention of /var/run made me wonder if it was fallout of the /run transition.13:02
ScottKNope.  Should be fine.13:02
Davieygroovy.13:03
_rubenhrm, wonder which versions of heartbeat still support the v1 config style .. guess that'd be heartbeat 2.x.y and thus hardy would be the choice of ubuntu version13:18
=== med_out is now known as medberry
uvirtbot`New bug: #829221 in samba (main) "lightdm crashed with SIGSEGV in initialize_password_db()" [Undecided,Confirmed] https://launchpad.net/bugs/82922113:19
=== hggdh_ is now known as hggdh
soren_ruben: The style of a configuration file dictates your choice Ubuntu version? Really?13:34
_rubensoren: it's a temporary drop-in replacement i'm looking for ;)13:35
soren_ruben: mkay :)13:36
hallyn(someone here pinged me last night, but i can't seem to find the ping in my scrollback;  pls yell again if you pinged me)13:47
_rubenprobably: 00:37 < Daviey> hallyn: around?13:48
_ruben~15 hrs ago13:48
hallyn_ruben: thanks :)13:51
hallynDaviey: I was internet-free.  internet-liberated.13:51
lynxmanhallyn: did it feel good?13:51
hallynlynxman: terrific13:52
hallynit gave me time to reflect on the mid-90s internet :)13:52
_rubenheh13:53
lynxmanhallyn: living dangerously... at 300bps13:53
hallynyup, acoustically coupled, on my vt101.13:53
hallynstop it, i'm getting ferklempt13:53
Davieyhallyn: Was it me?13:54
_rubenoh nice, /lastlog -clear .. for when you forget to use -count <somenumber> ;)13:54
hallynDaviey: yup13:54
hallynDaviey: what's up?13:54
Davieyaww, crap - i have NFI what it was.13:54
_rubenhah13:54
Davieyhallyn: I think there was an issue with one of the qemu packages that doesn't work anymore as it's missing the firmware.13:55
hallynDaviey: phew, that gives me time to keep looking at smoser's lxc problem13:55
hallynhm, in 0.15.0?13:55
hallyni'm using it (and the new libvirt) on my laptop, ahven't run into that13:56
smoserhallyn, i have to patch-pilot today, would it work better for you to look at my lxc issue now or in 4 hours?13:56
hallynsmoser: today is my only day in this week, and i'm not feeling optimistic about it,13:57
hallynso i'm just following your recipe trying to reproduce.  may as well do that while you're piloting13:57
hallyn(i did it friday too, but then the stack instance just stopped responding.  poc)13:57
smoserstack instance?13:58
hallynthat i was using as host13:58
hallynas in openstack13:58
Andy80hi :)13:59
Davieyhallyn: Hmm.. I installed a fresh oneiric machine.. installed one of the qemu packages.. i think qemu-system, and it turns out it needs to depend on ipxe for the firmware13:59
DavieyI think i need to reproduce it.13:59
smoserhallyn, ok. i'll let you look at it.13:59
smoserplease ping me if you have any questions14:00
hallynsmoser: will do, thx14:00
smoseri can set up an instenace for you if you'd like14:00
smosers/instance/host+instance/14:00
hallynDaviey: ?  seabios should work if yo'ure not doing pxe14:00
hallynDaviey: oh, if you were doing pxe, then remember you need my updated ipxe to rename the roms :)14:00
hallynDaviey: should be in ppa:serge-hallyn/virt14:01
Davieyhallyn: I think it might have been missing nic firmware.  I really need to reproduce to be more accurate.14:01
Davieyhallyn: Isn't your updated ipxe in the archive?14:01
Davieyutlemming: Can you give me a shout when you are alive, please?14:02
hallynDaviey: oh, you were using qemu 0.14.1 from the archive, not the 0.15.0 candidate?14:02
Davieyhallyn: I was using archive only contents.14:03
DavieyI need to smoke the 0.15 magic.14:03
hallynDaviey: drat14:04
hallynsmoser: (reproduced, but i'll refrain from bugging you until you're done piloting)14:07
smoserhallyn, and you also reproduce that rsync -axHAS /orig/path /new/path results in a working lxc root at /new/path ?14:07
smoserbecause that is what made me think i was insane14:07
utlemmingdaviey: alive14:08
Davieyhallyn: you might notice that i did sponsor your ipxe change, but i folded ubuntu1+ubuntu2 into just ubuntu1, hope that was ok?14:08
hallynsmoser: the problem I see stems from 'bad' xml14:08
Davieyutlemming: Good morning sir!14:08
hallynsmoser: libvirt on mine is complaining about14:08
Davieyutlemming: Are you able to look at the armel cloud image build failure?14:08
hallyn    <type arch='x86_64'>exe</type>14:08
Davieyutlemming: Also, whilst poking the code, can you make the fs of type ext3?14:09
hallynthe arch definition in there.14:09
hallynDaviey: wait, that migiht be your problem then14:09
hallynDaviey: ubuntu2 was for 0.15.014:09
hallyni think14:09
* hallyn check14:09
utlemminghallyn: I'll look at the x86_64 bit there14:09
Davieyhallyn: Hmm, after installing ipxe life was good.14:09
utlemmingDaviey: EXT3, no problem14:10
utlemmingDaviey: did you see the grub-ipxe patch yet?14:10
hallynDaviey: ok, then i'll be quiet14:10
sorenDaviey: The kvm package hasn't included PXE firmware for years.14:10
sorenDaviey: You've needed to install an extra package to get those. It used to be etherboot-kvm, I think.14:10
Davieyhallyn: It complained about missing pxe-rtl8139.rom, which isn't etirely unknown to users.14:11
Davieyie, http://www.moe.co.uk/2011/01/07/pci_add_option_rom-failed-to-find-romfile-pxe-rtl8139-bin/14:12
Daviey(installing ipxe resolved it)14:12
sorenAh, right "kvm-pxe" was it.14:12
Davieyutlemming: I did see it, and it looked nice and clean.. I need to try it, and wanted Colin's second opinion tbh.14:12
hallynDaviey: ok, yes we definately want kvm to depend on ipxe.14:13
sorenerm.14:13
Davieysoren: Yeah!  But it needs to be a depends if it's failing to work :)14:13
hallyn(and there's an open bug for it)14:13
DavieyFWIW, it wasn't kvm, i'm certain of.14:13
sorenDaviey: Not really.14:13
sorenDaviey: PXE booting fails, yes.14:13
utlemmingDaviey: I need to beat up the arm guys about a sane naming convention for the arm kernels14:13
sorenThis was entirely intentional.14:13
utlemmingthat's whats killing the build14:13
sorenetherboot (and I presume ipxe is the same) contains a bunch of drivers for a bunch of network cards. Drivers that are different from what's in the kernel. That's a support nightmare, so we didn't want to drag that stuff into main.14:14
sorenHence, the kvm-pxe package.14:14
soren...which is in universe.14:14
Davieysoren: ipxe is now in main14:14
sorenOh.14:14
sorenShite.14:14
sorenPardon my French.14:14
sorenHave fun with that :)14:15
Davieysoren: I have more confidence in ipxe than i did with etherboot.14:15
sorenABsolutely.14:15
sorenThat's not saying a lot, though.14:15
sorenmeh14:16
sorenDaviey: "Maintenance: Simple package that the Ubuntu Server Team will take care of." <- *chuckle* (from ipxe MIR)14:19
Davieysoren: :D14:22
hallynmaybe we should've created a mini-sub-package that only ships the virtio one14:22
Davieysoren: the package IS simple... the contents are not :)14:22
sorenWhy is PXE booting kvm's suddenly so critical, by the way?14:25
baffleTo be honest, I kindof prefer that to installing from ISO. Integrated with all my other systems. The alternative is ofcourse to make magick images in a cloud setup, but PXE booting works for both physical and virtual machines.14:26
Davieysoren: it's not.14:28
sorenbaffle: Sure. I just can't remember the last time I used the installer (preseeded or not) to install a virtual machine.14:28
sorenDaviey: So ipxe is in main because...14:28
Davieyit's a build dep of xen for 1.14:28
Davieythat could probably have been patched out TBH.14:28
sorenI'll bet all it does is exactly what my kvm-pxe package did.14:29
Davieysoren: Supporting PXE on hardware which doesn't support it in the bios is nice to have.14:29
soren...which is take a ROM from ipxe (or etherboot in kvm-pxe's case) and reformat it for kvm.14:29
Davieybut TBH, not really server grade kit if that is the case.14:30
sorenI dunno. It just didn't feel like taking on the support burden back in the day.14:30
DavieyWhen i were a lad.. these 'ere were all fields ya know.14:31
bafflesoren: You're so old and wise.14:31
baffle:-)14:31
Davieysoren: We can always review it next cycle, but i don't expect ipxe is going to hurt that much.14:31
sorenFamous last words. :)14:32
Davieysoren: Thankfully it's not an LTS :)14:33
hallynsoren: Daviey: i didn't realize tha'ts where kvm-pxe came from.  For next cycle, instead of dropping kvm-pxe, pulling just a few roms from ipxe (and leaving ipxe untouched from debian) soudns good14:38
rcaskeyhowdy all. How does grub decide what disk to boot? I'm having an issue where it will occasionally decide to boot off a lvm image...14:50
andygraybeali'm trying to use virt-install to make a new virtual machine in ubuntu 11.04 desktop.. the problem i'm having is it keeps changing the ownership of the .iso i'm using and then it says 'permission denied'  ... i did a search in google and nothing really came up, i wonder if anyone has had similiar experience and what should i do?15:15
pmatulisandygraybeal: iso resides where?15:15
andygraybealthis is all on my local machine; the iso lives there also15:16
pmatulisandygraybeal: on your local filesystem?  not an external disk or somesuch?15:16
andygraybealit changes the ownership to libvirt-qemu and group to kvm15:16
andygraybealyes, local filesystem it's actually in my home folder15:16
andygraybealshould i just put myself into the kvm group? or something.. i'm already in the libvirt group15:17
andygraybeallibvirtd group15:17
pmatulisandygraybeal: check ownership/mode of the parent directories of your home directory i guess15:18
andygraybealeveyrhting is andy:andy15:18
andygraybealmode is regular drwxr-xr-xr on the home folder 'andy'15:19
andygraybealerrrr15:19
andygraybealdrwxr-xr-x15:19
andygraybealgot a little carreid away there15:19
pmatulisandygraybeal: there is a bug on this when iso resides on external media.  i feel your problem is related15:20
andygraybeali saw something on google where people were trying to do stuff on an nfs file15:20
andygraybealnfs file system15:20
andygraybealyea15:20
andygraybeali think the same thing15:20
andygraybealand it's 11.04 .. so i figure the bugs are figured out yet15:21
andygraybealthank yuo for going over it with me :)15:21
andygraybealokay, i give up.  i'm gonna work on something else now15:22
andygraybealthanks again15:22
hallynutlemming: not sure i was clear enough before - i hope you're not spending time pursuing what i said aobut the arch= flag in the type part of the lxc container definition - it's no longer complaining about htat for me (no idea what changed, but th eflag is back in there)15:36
utlemminghallyn: nope...I'm not. :)15:37
smoserDaviey, can you quickly accept nomination at https://bugs.launchpad.net/ubuntu/+source/php5/+bug/65104915:44
uvirtbot`Launchpad bug 651049 in php5 "php5: FILTER_VALIDATE_URL will invalidate a hostname that includes '-'" [Medium,Fix released]15:45
Davieysmoser: Done.. you should be able to do this yourself. :)15:50
* Daviey wonders who has a free cycle at the moment.15:51
Davieyhggdh: How high is your confidence in qemu 0.15?15:52
lynxmansmoser: didn't know you were good in PHP ;)15:52
hggdhDaviey: have not used it, had to go back to Natty (Oneiric was so broken as to be impossible to keep on)15:53
hggdhDaviey: but it is time for me to take the plunge again...15:53
hallynhggdh: you can grab it from ppa:serge-hallyn/virt15:56
hggdhhallyn: will install and run, then. Does it work on Natty, or should I upgrade?15:56
smoserDaviey, i'm 1 ACK away from being able to do so15:57
hallynhggdh: not sure, i haven't tried on natty.  i woudl expect it to...15:57
hallynsmoser: all right i don't yet know why what's happening is happending, but i know the end result and haave a patch workign aroudn.  would prefer to find the original cause though15:58
hggdhhallyn: hum. Perhaps it is better to go Oneiric, and then try. This will take about 4 hours (upgrade, and then play, and then report)15:58
hallyn(/.oldroot/<container>/dev/pts is being funky)15:58
Davieysmoser: i saw :/16:00
Andy80kim0: hi :) I was reading your email and I wanted to start reviewing the serverdocs, but I don't understand if it's still needed ot not... I mean... in one email someone says that now only help.ubuntu.com is used... am I missing something?16:00
kim0Andy80: yes it's still needed16:00
kim0Andy80: it's just that the 2 weeks deadline is not that hard anymore :) we can have more time16:01
kim0Andy80: but there's tons of stuff to be done .. so please go ahead :)16:01
Davieyhggdh: Ah sorry, that question was for hallyn.. tab fail.. but I'd certainly appreciate you sniffing qemu 0.15 to spot regressions.16:01
DavieyIt's quite late in the cycle for a new upstream version.. but if confidence is high, we can still consider it.16:01
hggdhDaviey: heh. I will try, no matter what. You can get a FFE for it, I guess ;-)16:02
Andy80kim0: ok... another question, when I review the docs, do I have to review the text only or do I have to try all commands/configurations ecc... on oneiric server?16:02
Davieyhggdh: Yeah, but FFe is based on confidence.. currently, i don't have enough as there are too many unknowns.16:03
kim0Andy80: well .. I would say use your best judgement .. if a command is too trivial .. no need to try that. I try to make sure the package names and command names are the same, and if it's fun, I try the actual commands too :)16:04
Andy80kim0: ok... I'll install a oneiric server on a VM in the mean time16:04
kim0Andy80: Awesome! Thanks a lot :)16:04
DavieyRoAkSoAx: around?16:12
RoAkSoAxDaviey: nope :) this is an automated response16:16
RoAkSoAxhehe16:16
Davieydammit.16:16
RoAkSoAxDaviey: what's up man? :)16:17
DavieyI was really hoping to talk to RoAkSoAx, oh well.16:17
lynxmanDaviey: talking to RoAkSoAx's toaster is a good second option :)16:18
* smoser is jealous that RoAkSoAx got one of those new ToasterMatic 2011 models with irc bot built in16:20
craigbass1976Do I need to be in postfix to ask a postfix question, or will running it on an ubuntu server allow me to ask something in here?  I'm trying to forward mail from blahblah@domain.com to several people at the same domain.  I don't remember how I set up the server last year, but there's no /etc/postfix/virtual, which is how I'm reading that it's supposed to be done.16:51
DavieyRoAkSoAx: [andreserl] Validate desktop deployment through cobbler: TODO <-- that is done, isn't it?16:56
uvirtbot`New bug: #831493 in postfix (main) "package postfix 2.8.2-1ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75" [Undecided,New] https://launchpad.net/bugs/83149317:01
RoAkSoAxDaviey: afaik we cannot import a Desktop ISO and deploy, but rather, we need to add ubuntu-desktop as a package to install from a netboot image17:04
RoAkSoAxand yes in that case is verified17:04
DavieyRoAkSoAx: I assumed that meant validating the desktop alternatve image?17:10
Davieyie, DI17:10
Davieyalthough, ubuntu-desktop is probably enough TBH17:11
RoAkSoAxDaviey: oh plop :) no haven't yet tried the alternate, will add it to my todo though17:12
kirklandjcastro: built that zotac box this weekend -- it's pretty sweet :-)17:12
smoserlynxman, pretty sure you requested merge at https://code.launchpad.net/~lynxman/ubuntu/oneiric/swift/swift-upstart/+merge/72032 to the wrong branch17:13
smoseri think you wanted merge into lp:~openstack-ubuntu-packagers/ubuntu/oneiric/swift/ubuntu17:14
NCommanderDaviey: you about?17:14
lynxmansmoser: hm I did two and the second got accepted :) you're right, as always17:14
smoserlynxman, so you will either move the branch target or mark that thing invalid ?17:15
=== Jonny51 is now known as Jonny5
smoserjust trying to get it off of http://reports.qa.ubuntu.com/reports/sponsoring/17:15
lynxmansmoser: I'll mark it as invalid17:16
lynxmansmoser: was actually waiting for you to point it out, just to see if you paid attention ;)17:16
smoserlynxman, no way would i miss anything that important!17:17
lynxmansmoser: :D17:17
DavieyIs everyone HAPPY?17:17
DavieyNCommander: o/17:18
DavieyRoAkSoAx: alt' is LOW priority. :)17:18
RoAkSoAxDaviey: hehe ok ;)17:19
lynxmanDaviey: yeah!17:19
RoAkSoAxDaviey: if there's stuff you want me to take care of just send it over17:19
DavieyRoAkSoAx: Get the lab working :)17:20
DavieyRoAkSoAx: Feel free to add db_get support to the cobbler-enroll package? :)17:20
lynxmanDaviey: still have two bugs on my table, mind if I bash them later today or tomorrow?17:24
RoAkSoAxDaviey: hehe ok, will get the lab first17:25
chuck_Daviey: no17:29
=== chuck_ is now known as zul
Davieylynxman: I want them done YESTERDAY, dammit.17:30
Davieyzul: wassup?17:30
lynxmanDaviey: I'll get my Tardis later then :D17:30
Davieygroovy17:30
DavieyAnyone looking for stuff to do?17:31
uvirtbot`New bug: #831505 in cloud-init (main) "add-apt-repository blocks cloud-init on oneiric" [Undecided,New] https://launchpad.net/bugs/83150517:31
ersiDaviey: Yeah, I am!17:32
ersiWas thinking of triaging a bug or two, but I've seen that the -server team doesn't have many untriaged right now ;p17:33
Davieyersi: Well we do :)17:33
Davieyersi: Our triage process works a little different17:33
ersiOh? Fill me in or link me up! :)17:33
Davieyhttps://wiki.ubuntu.com/ServerTeam/KnowledgeBase#Bug_Triager17:33
ersiah, think I got that open in a tab. Will read/re-read it17:34
Davieyhttp://status.qa.ubuntu.com/reports/ubuntu-server/triage-report.html <-- helpful resource.17:34
Davieyersi: so stage one, is just setting importance (if you have foo to be able to do that)17:34
=== medberry is now known as med_out
bkerensahi all17:34
ersiI work as a 'Test Engineer', so hopefully this is a win-win situation :)17:34
Davieyersi: Although - if you do not, commenting that you think it should be a 'Medium' bug, for example - certainly adds credit to be able to join the rank of the few.17:35
Davieyersi: I'm going afk now, but please do ask others if you get stuck.17:35
Davieyersi: We really appreciate your hlep :)17:35
ersiSure thing17:35
Davieyhelp17:35
ersiSee ya :-)17:35
Davieyersi: See you later or tomorrow17:37
ersiHm. How does one get 'foo' to be able to set importance on a bug? Do I have to be a member of the ubuntu-server team, or a bug squad or something like that?17:47
Davieyersi: https://wiki.ubuntu.com/UbuntuBugControl17:53
RoAkSoAxsmoser: howdy!! any ideas? http://pastebin.ubuntu.com/672616/17:53
Davieyersi: feel free to move onto the other tasks.. you need to prove a bit of experience before being allowed to join bugcontrol17:53
RoAkSoAxsmoser: late command: http://pastebin.ubuntu.com/67261717:53
ersiDaviey: Yeah, I assumed so. It's no problem, I was just curious.17:54
smoseris there really no sshd_config ?17:54
RoAkSoAxsmoser: it exists17:55
smoserit cant possibly17:55
smoseror at least i can't imagine how it could throw that error if it did17:56
RoAkSoAxsmoser: how can I make it rerun?17:57
smosersudo cloud-init-cfg ssh always17:59
smosertry that.17:59
RoAkSoAxsmoser: will do after reinstall ;)18:04
=== kforbz_ is now known as kforbz
=== zz_ng_ is now known as ng_
RoAkSoAxsmoser:18:42
RoAkSoAxsmoser: ping18:42
RoAkSoAxsmoser: so add-apt-repository now asks to confirm whether to add or not a PPA and I think cloud init is getting stuck there (i already figured out what was the the issue with the file stuff, need openssh-server installed)18:43
smoserRoAkSoAx, adam_g has a fix.18:44
RoAkSoAxadam_g: ping18:44
smoserdiscussing now in ubuntu-cloud18:44
adam_gRoAkSoAx: here18:45
adam_g(and there:)18:46
ersiAny triagers around? I'm currently looking at #829625, but I'm unable to reproduce it in a VM - any tips on how to proceed?18:57
josePhoenixHello all.. what can I use for log rotation? Logrotate seems like it expects to be run as root19:17
josePhoenixIn my case, the logs are owned by an unprivileged user, and I'd like to put the rotation stuff in said user's crontab19:18
PicijosePhoenix: logrotate seems to allow you to specify the config file as an argument.19:19
josePhoenixPici: yes, but I was reading through the directives and, for example, create lets you specify mode, owner, and group19:21
josePhoenixwouldn't that cause problems if it tries to chmod? or does it only care if owner != current uid19:21
zulmuahahhaha....http://pastebin.ubuntu.com/672668/19:26
ersijosePhoenix: You can indeed use logrotate as an unpriviliged user19:27
josePhoenixthanks ersi and Pici :]19:31
DavieyHow are things looking? Everyone good?19:36
ersiYeah, I guess :)19:37
ersiI'm was looking at #829625, but I'm unable to reproduce it in a VM - any tips on how to proceed?19:38
guntbertDaviey: uhh ... are you looking for chatting partners? they may be found in #ubuntu-offtopic19:38
Piciguntbert: Daivey is working with his server team comrades :)19:39
* guntbert blushes, sorry Daviey ...19:40
Davieybug #82962519:44
uvirtbot`Launchpad bug 829625 in ntp "package ntpdate 1:4.2.6.p2 dfsg-1ubuntu5.1 failed to install/upgrade: error writing to '<standard output>': No such file or directory" [Undecided,New] https://launchpad.net/bugs/82962519:44
Davieyguntbert: I'm *always* looking for chatting partners, who are looking to contribute to ubuntu-server :)19:44
Davieyersi: So, looking at that bug.. the first thing i would do is look at the DpkgTerminalLog and jump to the bottom - it normally gives an indication of the issue19:46
DavieyOften, it's a local issue (malformed config files on upgrade or a strange enviroment that we haven't tested)19:46
ersiDaviey: Yeah, but it is completely empty on anything else than unpacking and installing packages19:46
ersiah, hm.19:46
ersiI was doing a fresh install, so no wonder then19:46
Davieyersi: You are quite correct, that log is useless19:47
Davieyersi: Looking at the description "error writing to '<standard output>': No such file or directory"19:47
ersiYeah, it's an odd one - Just took one at random ;)19:48
DavieyI suspect there is a config file involved, where <standard input> is entered rather than a log locaton19:48
ersiOnly thing I've managed to conclude is that there's pretty much no technical information included from apport19:48
ersiso was thinking about things to ask (nicely) in a comment19:48
Davieyersi: I would suggest the bug reporter greps /etc/ for "standard input" and returns the output19:48
Davieyto the bug report, throw the bug into incomplete and await a response.19:49
ersiWell, I can't change the status/importance ;p But I'll add a comment19:50
Davieyersi: Comment on the bug report of your suggestion for what state / importance it should be... it can be something you can reference back to when you want to apply for bugcontrol.19:50
ersiGreat idea19:51
Davieyersi: give me a ping when you have done that, i set the status.19:51
Davieyi'll*19:51
ersiDaviey: Sure thing19:51
neuronotichi. I've setup postfix/dovecot on natty - seems ok to send mail out, but when doing a telnet localhost 25 check to send a mail locally, i'm getting this error msg: "Fatal: open(/etc/dovecot/conf.d/01-mail-stack-delivery.conf) failed: No such file or directory )" .  My dovecot.conf has !include_try /etc/dovecot/conf.d/*.conf in it so I'm a bit confused as to how to diagnose.19:53
guntbertneuronotic: without any idea I'd start by looking into the server logs, does that 01-mail-.... file exist? is it readable by postfix?19:58
ersiDaviey: Oh, I was able to set the Status. :-)19:58
neuronotic@guntbert: doesn't exist. the folder does, but file doesn't. I tried installing dovecot-common on a different machine to double check i hadn't done something awry on that count, and the folders are empty too (using aptitude to install). this is about the closest i've come to finding something related https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/671065   but don't really see how it fits with me.20:00
uvirtbot`Launchpad bug 671065 in dovecot "deliver broken because dovecot.conf uses !include_try" [Medium,Incomplete]20:00
neuronotic* by 'see' i mean understand20:00
Davieyersi: What importance should it be set to?20:01
neuronotic(sorry i'm fairly fresh ...was trying to setup a mailman server :))20:01
ersiDaviey: Hm, I'm unsure if it's of Low or Medium importance20:02
ersiDaviey: But since it's kind of a 'special case', I'm betting Low20:02
Davieyersi: exactly!20:03
DavieyIf it turns out that the user hasn't done anything odd, then it could probably be a Medium20:03
Daviey(i'm fairly certain it's a local issue, meaning it's pretty LOW)20:03
guntbertneuronotic: I haven't worked with postfix for some time now - hey you are talking about dovecot now?? right you said it before too. guess I am confused....20:03
DavieyIf our guess is correct, then the issue is really invalid.20:04
neuronoticer ok, on 2nd reading of that launchpad link, i checked my postfix main.comf  and i have this line "mailbox_command = /usr/lib/dovecot/deliver -c /etc/dovecot/conf.d/01-mail-stack-delivery.conf -n -m "${EXTENSION}"" which i assume is related?20:04
Davieyersi: (although some should argue that we should handle the error better)20:04
ersiDaviey: In apt?20:06
Davieyersi: It's a distro wide issue, so possibly in apt and the packages.. but not something we can address in short term.20:06
ersiAh, of course20:07
Davieyersi: Try not to spend too much time on triaging a bug, we want to try and progress as many as possible in limited time.20:07
ersiDaviey: I added an "Importance recommendation" to the bug20:08
ersiyeah, of course20:08
ersiI'm just taking my sweet time, so that I learn and handle commenting well :)20:08
Davieyersi: hah, 30 seconds before you i set the importance with a comment ;)20:08
ersiDaviey: Haha :)20:09
Davieyersi: One of the reasons we split the process into different stages is try and help get the major issues resolved faster.20:09
DavieyIe, just learn enough about the bug to set the importance, and move on.20:09
DavieyThen, later revist based on the importiant ones first.20:09
ersiYeah, that's wise :)20:09
ersiIt's quite interesting, since it's so different in my work environment20:10
ersiA lot smaller eco system, and I can prod all of the developers which have poked and constructed each software20:10
neuronoticguntbert: postfix & dovecot. any recommendations?20:10
Davieyersi: hah20:10
ersiDaviey: Dreamy, eh? ;)20:11
ersiAlso, I don't need to set/focus on Importance. The PM's come and make that clear :D20:11
Psi-JackCurious, anyone here have any experience with EMC SAN over FC, and PowerVault's? I'm trying to do research into performance differences between the the options for a 3-server database cluster, which will be running Ubuntu 10.04 LTS server.20:11
guntbertneuronotic: try to find out where that line comes from (I have no such system at my hands...)20:12
neuronoticguntbert: comes from as in how it got there? I installed (via apt) dovecot-postfix20:13
Davieyersi: Being one of Ubuntu-Server is the biggest dream anyone could ever hope for.20:14
Daviey(note, it's an open team.)20:14
sorenDaviey: Is it?20:18
sorenDaviey: There are still 65 "proposed members" :)20:18
guntbertneuronotic: that surprises me, I just checked (I have both installed but nut conffigured/running), there is no such line in main.cf here20:18
Davieysoren: it flipped back to open, and those are members from when the team was restricted20:19
Davieyor rather, wedged in the proposed state20:19
neuronoticguntbert: hrmm just commented it out and restarted, might work now...doh.20:20
neuronotic*does work now...20:20
Davieysoren: I'm not sure open team is the correct approach TBH, i think too many people joined to get a badge.20:20
neuronoticguntbert: *thanks* for the handholding ;)20:20
Davieysoren: Rather than following, https://wiki.ubuntu.com/ServerTeam/Membership :)20:21
guntbertneuronotic: glad it worked :), but still something seems weird with that line20:21
josePhoenixHmmm... now why doesn't my logrotate script work20:21
sorenDaviey: what the... I'm not a member anymore.20:21
sorenDaviey: I must have expired.20:21
josePhoenixI'm trying with logrotate -df to force it to run, and it says it's moving the files.. but it doesn't20:21
sorenEither that or I'm too cool to be in ~ubuntu-server.20:22
josePhoenixAh whoops xD20:22
neuronoticguntbert: how so?20:22
josePhoenix-d is pretend...20:22
Davieysoren: Yeah, i thought you hated us or something :)20:22
guntbertneuronotic: because the software management system is supposed to prevent such errors....20:23
Davieysoren: You should consider joining ~ubuntu-server-dev :) .. you'll get upload access for the ubuntu-server seed :)20:23
Davieyor packageset,rather20:23
RoAkSoAxDaviey: this reminds me, Have you taken care of not removing powernap from main?20:24
DavieyRoAkSoAx: i have not.20:24
sorenRoAkSoAx: Why does it need to be in main?20:25
RoAkSoAxDaviey: isw that something you'll take care of (by making sure it stays in the cd?)20:25
Davieystand clear, jhunt is here.20:25
DavieyRoAkSoAx: Can it be a depends of something?20:25
sorenDaviey: Shiny!20:25
RoAkSoAxsoren: i don't see the point of demoting powernap when it might as well get promoted next cycle for orchestra20:25
RoAkSoAxkirkland: ^^20:25
Davieysoren: It's something that has been gaining popularity, and i suspect will be wanted in openstack next cycle.20:25
sorenRoAkSoAx: I'm not saying it should be demoted.20:26
DavieySeems pointless to demote it for one cycle.20:26
neuronoticguntbert: just tried intsalling the package on another machine, during install has this line "Configuring postfix for mail-stack-delivery integration: ........."  and the main.cf has that line (the one i removed)20:26
RoAkSoAxsoren: I understand I'm just pointing out what Daviey just said :)20:26
sorenRoAkSoAx: I'm just trying to uncover whether it really ought to be a dependency of something.20:26
RoAkSoAxsoren: yes for next cycle should be a dependency for orchestra20:26
DavieyRoAkSoAx / soren:I suspect it'll be a depends of nova-compute aswell?20:27
RoAkSoAxDaviey: if the messaging parts gets implemented using rabbitmq I guess20:27
guntbertneuronotic: strange, but as I said I haven't worked with it for some time now and things may have changed20:28
RoAkSoAxI don't know what's the side from openstack yet20:28
sorenYay! Launchpad kept my original "member since" date for ~ubuntu-server.20:28
ersiDaviey: Would you set bug #829944 to Importance: Low? It does have an easy work around (either removing the pidfile yourself, or stopping it in another way)20:29
uvirtbot`Launchpad bug 829944 in clamav "stopping freshclam doesn't remove pidfile" [Undecided,Confirmed] https://launchpad.net/bugs/82994420:29
Davieysoren: would you be upset if i ejected you? :)20:29
sorenHardly. :)20:30
neuronoticnow I can send emails out and locally, but cannot send emails from external -> locally.   This is in the log: NOQUEUE: reject: RCPT from mail-gw0-f42.google.com[74.125.83.42]: 554 5.7.1 <fmaster@MYDOMAIN>: Relay access denied; from=<an_address@gmail.com>20:30
sorenDoes that spoil the fun?20:30
Davieyersi: done, you might want to add a quick comment with suggested next step20:30
* RoAkSoAx goes get lunch20:30
Davieyersi: Often, it's good to add a rational why the importance / status.20:30
ersiDaviey: Oh, I meant more "Do you agree?" - but I guess you do :)20:30
Davieyersi: O, sorry - i jumped the gun - yes, i agree.20:31
ersiDaviey: "Suggested next step"? As in from the reporters side?20:31
Davieyersi: On the lifecycle of the bug / or the reporter.20:31
Davieyersi: I agree about confirming it, as i have good confidence that the bug report is of a suitable quality that it is correct.20:32
DavieyIdeally, we'd reproduce everything before confirming.. but it doesn't always make sense to do so.20:33
ersiDaviey: I was able to reproduce this perticular one :-)20:33
Davieyersi: Ah, nice one :)20:33
ersiDaviey: Is there anything else I should do with this one? (Beside post my comment which I'm almost done with?)20:35
ersicomment = was able to reproduce, recommending Low20:35
Davieyersi: It's probable that this bug is also in Debian, so you could forward the bug there aswell.. But i wouldn't at this stage.20:36
ersiDaviey: So besides commenting, no further actions?20:37
Davieyersi: For simple bugs like this, i don't tend to forward the bug to Debian unless i am including a patch20:37
ersiI guess it is kind of a straight forward bug :)20:37
Davieyersi: Yup!20:37
ersiNeat-o.20:37
Davieyersi: Ofc' if you want to dig deeper, like find where the issue is and propose a patch.. then that would be the next step.20:37
ersiDaviey: Ah, yes. Of course :)20:38
Davieyersi: But if you are comfortable doing triage, that is greatly wanted!20:38
ersiDaviey: And if I'd start digging, would I assign it to myself? Even though I'm maybe not confident in solving the issue?20:38
Davieyersi: I think you'd be able to solve this :)20:40
ersiOh, I mean just generally - if I'd start prodding solutions to a bug20:41
Davieyersi: Yeah, that is the normal workflow.. if you are not comfortable you will be able to work on it, you can always start prodding without assigning yourself.20:42
Daviey(note, that this issue - i'd tend to suggest the patch is pushed back to Debian first and then sync'd back down)20:43
DavieyScottK tends to merge that package, and i'm sure he doesn't want to increase the delta with Debian :)20:43
* ScottK looks up.20:43
ScottKersi: If you've got a proposed patch I'd like to get it reviewed by Debian.  Even if we apply it first, I want to make sure it's acceptable there so we aren't increasing the diff we maintain in the long run (also if they won't accept it, it's probably for a good reason).20:45
ScottKLet me know if you come up with something.20:45
ersiScottK: Sounds very sane! Sure thing :-)20:46
ScottKDaviey: Thanks for the heads up.20:46
ersiSo, if I'm able to make a patch (in this case) - I'd rather find the bug/issue in Debians Bugzilla (Or file one) - and suggest a patch there first20:47
ersiand link the issues together20:47
Davieyersi: Yup!  Infact, submittodebian makes this quite easy if you prepare a ubuntu package first.. even if not actually uploading it20:48
Daviey(you'll need to fix the text content to remove "this has been applied in Ubuntu")20:49
ersiDaviey: If I have a patch? Or in any way, to submit to Deb Bugzilla?20:50
ersiHm, I bet this is related to the initscripts20:52
ScottKI'm sure it is.20:53
Davieyersi: Yeah, if you patch the ubuntu package as if you were going to ask for it to be uploaded, submittodebian well help you forward the patch.20:54
ersiHm, I know 'killproc' is from some 'common shellscript file' in /etc.. wonder where20:54
RoyK- Well, boys, I reckon this is it - nuclear combat toe to toe with the Roosskies.20:54
lenios_ersi, locate killproc20:55
RoyKersi: iirc killproc is a solaris thing, try killall20:56
ersiRoyK: Mmh, this is in a initscript. I'm sure it's an "internal"/"local" bash script function included from somewhere20:56
lenios_there is a /etc/init.d/killprocs20:56
RoyKersi: oh ic20:56
ersiYeah, but it doesn't seem like The One :o20:56
ersiafaik there should be some 'common init.d-functions' somewhere :)20:57
ersiI'm digging ;)20:57
* RoyK once did a kill <somepid> -1 on a SysV box and can't recommend it20:57
ersi/etc/init.d/rc :)20:58
RoyKAFAIK GNU kill will treat that as kill -1 <somepid>, SysV kill didn't - it took -1 as a new argument for "all processes"20:58
ersiHehe, I've ran 'killall' on a Solaris box once20:59
RoyKhehe20:59
RoyKsame thing :)20:59
lenios_since i'm here, i've packaged v2.0 of an ubuntu package available only as 1.1 in all ubuntu distributions, i've found out debian has it packaged 2.0 on wheezy. Any idea how to get the v2 in official repositories?20:59
ersiHehe, if I'm not mistaken.. freeze was recently :o21:00
RoyKlenios_: post a patch and wait for the next major release21:00
RoyKperhaps they'll add it, possibly not21:00
uvirtbot`New bug: #831628 in squid (main) "squid upstart script doesn't check for filesystems" [Undecided,New] https://launchpad.net/bugs/83162821:01
RoyKlenios_: you should read up about creating a private repository - new stuff like that won't get into the official repos in a flash21:03
lenios_i've added it to my ppa21:03
lenios_you can't find my package when searching in ppas though, no idea why21:05
SeboHi, Could you tell me how can I set up Ubuntu to serv the shell through /dev/ttyS121:08
sorenSebo: https://help.ubuntu.com/community/SerialConsoleHowto21:09
ersiCurrently checking out bug #831493. It seems that the configuration triggers can't parse the current users configuration file. Would anyone else like to set this to "Importance: Low"?21:11
uvirtbot`Launchpad bug 831493 in postfix "package postfix 2.8.2-1ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75" [Undecided,New] https://launchpad.net/bugs/83149321:11
=== uvirtbot` is now known as uvirtbot
=== ng_ is now known as zz_ng_
Davieyutlemming / smoser: not urgent right now, but can you two work out how to get the arm images into the main page on cloud-images.ubuntu.com... and look at rebasing the theme, taken from cdimage.ubuntu.com?21:16
DavieyDon't burn time on it this week, tho.21:17
ersiI left a comment at above bug by the way.21:17
utlemmingDaviey: I have an idea of how to get that fixed, I just need to hash it out with Scott first21:17
Davieyersi: top stuff!21:18
Davieyutlemming: cool :)21:18
ersiWell, I guess that's three triaged bugs on my first day. I'll think I'll call it a day :-)21:19
Davieyersi: most appreciated :)21:19
ersiNo sweat :)21:20
ersiNighty, and see ya later for more \o21:20
Davieyersi: You know you are a pro, when you can do 20 in an hour :)21:20
Davieyersi: See you soon, o/21:20
RoyKin solaris, there's a /etc/drivers_aliases that holds pci card,vendor addresses - is such a thing possible in linux?21:21
Sebosoren: thx, I had some wrong noumber after getty :P now it works :)21:21
RoyKs/drivers_/driver_/21:21
Davieyersi: If you want to continue doing triage, i would speak to hggdh_ about gaining more experience and getting into bugcontrol.21:23
RoAkSoAxkirkland: powernap PPA for lucid and maverick are the only affected ones right?21:26
hggdh_and I will answer ;-)21:39
kirklandRoAkSoAx: https://launchpad.net/~powernap/+archive/ppa/+packages21:48
kirklandRoAkSoAx: hard also broken too, but I don't care too much about Hardy21:48
RoAkSoAxkirkland: ok it's just control and rules that have changed, will upload in a bit21:49
kirklandRoAkSoAx: whoop21:49
=== mconigliaro_ is now known as mconigliaro
zulwheee libvirt works on pandaboard...nova on arm here i come21:55
=== otubo is now known as otubo[AFK]
SeboHow can I set up ubuntu to run some other program at tty4. For instance I'd like to run 'ssh somehost' there insted the default login?22:30
Seboanyone here?22:33
Psi-JackSebo: Erm..22:54
Psi-JackWhy would you want to run ssh in a dedicated tty console?22:54
RoAkSoAxkirkland: fixes uploaded to PPA should build in a couple hours23:38

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