[00:09] mathiaz: still around? [00:10] bdmurray: yes! [00:10] Traceback (most recent call last): [00:10] File "./dailynewbugs.py", line 88, in [00:10] if task.date_created.date() <= end_date: [00:10] AttributeError: 'unicode' object has no attribute 'date' [00:10] qa.ubuntu.com is running hardy [00:10] and an older version of launchpadlib [00:10] bdmurray: hmmm === Guest35677 is now known as martin_rightscal === martin_rightscal is now known as martin-rightscal [00:11] bdmurray: of course I was developing on karmic :/ [00:12] right who would use hardy... [00:12] smoser: you still around? [00:12] bdmurray: well - launchpadlib wasn't in hardy either [00:12] bdmurray: it seems that this is the problem [00:13] bdmurray: which version of launchpadlib is installed? [00:13] 0.2~bzr25-0ubuntu1~CAT.8.04.1 [00:13] I can probably sort this out [00:22] anyone using bazaar [00:22] I'm going to make myself a development environment tomorrow. I was thinking about bazar. [00:22] I've never actually used a revision control system before *shame* [00:23] * mauren prays [00:24] Isnt it supposed to be more distributed and has some coupling with launchpad/ [00:24] ? [00:26] New bug: #432810 in libvirt (main) "[karmic] Can't start qemu system VMs via virt-manager due to AppArmor error" [Undecided,New] https://launchpad.net/bugs/432810 [00:26] I've read about cvs, svn and bzr, and the impression I get is that people don't like bazar mainly because they're already accustomed to another revision control system.? [00:32] mathiaz: okay all sorted - http://qa.ubuntu.com/reports/ubuntu-server-team/ [00:34] bdmurray: this is awesome! [00:34] bdmurray: are the cron jobs setup correclty? [00:35] mathiaz: in a moment [00:36] mathiaz: I might send you the hardy patches too [00:36] bdmurray: yes - if you could actually push a bzr branch [00:36] bdmurray: and let me know where it is - I'll merge it [00:37] mathiaz: its really irritating that date objects are different depending which version of launchpadlib you have [00:38] mauren: I've used cvs and svn seriously for over a decade, and others before that (rcs, ClearCase, ...). I recently picked up a little bzr so I could interact with launchpad and didn't have any complaints about it. git seems more fashionable outside of Ubuntu at the moment, but I think bzr would be a fine place to start given what I've seen. [00:39] alright [00:39] erichammond thanks for your input [00:39] On a commercial project I'm involved in they just picked bzr due to the extreme pain associated with using git when you haven't used it before. [00:40] i've always used SVN [00:40] To start with bzr, you can bzr co, bzr up, bzr ci, just like you would with svn. [00:41] Then you can learn to use it as a dvcs on a pace you decide. [00:42] nice [00:42] i'll give it a try now [00:42] That was another consideration for the other project. No immediate hate from svn users. [00:42] :) [00:49] :P [01:06] I just moved my 9.04 install from a hdd to another. everything's working fine except the network, which I'm not sure why but doesn't want to (at least the ipv4 part, it's getting no ip address, no nothing). any ideas? === erichammond1 is now known as erichammond [01:52] cemc: Different NICs -- and so different MAC addresses? or was the HD really the only thing that changed? [02:26] hello, what command (or serieries of commands) can i use to determine the model of 3ware raid card that a machine has in it? [02:27] s0|: lspci is probably a start [02:28] is it ok to put my FQDN in /etc/hostname or should I only use the machines name without any dots? [02:28] jmarsden, thanks, couldn't seem to put a good enough google string togeather to get that. [02:28] s0|: No problem. [02:32] XiXaQ: You can use the FQDN if you wish to, bit it is more common to use the short name in there. When you are done, hostname should output the short name, dnsdomainname should output your domain, and hostname --fqdn should output the whole thing. [02:32] XiXaQ: Also check /etc/mailname if you are editing this stuff by hand. [02:33] how do i turn off telnet? (telnetd actually) [02:34] ubuntu 9.04 [02:35] i think i turned it on, now that I have ssh up and running i want to disable it [02:35] Vashta_Nerada: sudo apt-get purge inetutils-telnetd But how did you "accidentally" turn it on?? [02:35] no i turned it on [02:35] i mean i believe it was not on by default [02:35] and i wanted it on [02:36] Vashta_Nerada: Right, telnetd is not installed by default, because it is a huge security risk. [02:36] right [02:36] So to undo that, you just uninstall the package. [02:36] this is not a mission critical server, it's my let's learn linux server [02:37] thank you sir [02:37] Vashta_Nerada: Sure.. but be careful. You'll "learn" alright, if it gets hacked and someone on another continent uses it to spam half the planet, or to distribute child porn or whatever...! [02:38] i see [02:39] well, i suppose i can use wireshark to make sure it's not doing wacky stuff right? [02:39] In other words, servers can be worth hacking into even if they contain no valuable data... they end up being used for bad things... so you should keep all machines on the Internet secure, whether they are just learning machines or production servers. [02:40] i hear ya [02:40] Wireshark might show you the traffic, unless the bad guys tweaked libpcap to hide their traffic, or something like that -- possible, but unlikely. [02:40] i could re-install just in case [02:41] Sure, that would be one way to be a lot more sure. [02:41] weird [02:41] would you like me to show you the output [02:42] do you guys use a pastebin? [02:42] use any one you like... pastebin.ubuntu.com is fine [02:43] If you install pastebinit you can do pastebin-creation from the command line, which is often convenient. [02:44] http://pastebin.ubuntu.com/273876/ [02:45] did i get rd of it? should i remove any of that other stuff? [02:45] So you didn't have inetutils-telnetd installed, and you have a few packages you no longer need. [02:45] yeah, i'm confused actually [02:45] Are you sure you *have* telnetd running? [02:45] because telnet works [02:45] well, no, i'm a n00b [02:45] OK, what does sudo netstat -ntlp | grep :23 output [02:45] i thought i did because of another session [02:46] tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN 2202/inetd [02:46] jmarsden, thanks. How does it know the fqdn if I don't add it to /etc/hostname? reverse dns? [02:47] Vashta_Nerada: Hmmm, so inetd is listening on port 23... [02:47] i guess so.... [02:47] XiXaQ: More likely the entry in /etc/hosts [02:47] hmmm [02:47] i'm not sure what that means [02:47] Vashta_Nerada: What did you do to enable telnet, exactly? [02:47] so i didn't have to sit at the desk [02:48] jmarsden, oh, that works both ways? Ip to hostname as well? [02:49] XiXaQ: It's mildly complicated, but yes. The hostname man page says in part: Technically: The FQDN is the name gethostbyname(2) returns for the host name returned by gethostname(2). The DNS [02:49] domain name is the part after the first dot. [02:49] i also tried to enable vnc and nx for pretty much the same reason [02:50] Vashta_Nerada: No, I don't care about *why*, I care about what you actually *did* to enable telnet... what commands did you type to enable it? [02:50] : / [02:50] idk [02:51] How is this "learning", if you do not know what you have done? [02:51] lol [02:51] jmarsden, are there any negative side effects of putting an FQDN in /etc/hostname? [02:52] XiXaQ: Not that I know of, but it's not something I have done in the Ubuntu world. [02:52] ok, thanks. I guess I'll read up on this :) [02:52] well i guess i've learned something [02:53] Vashta_Nerada: I'll check for what you might have done to get inetd listening on pport 23... [02:53] how will you do that [02:54] Combination of google, apt-file and looking around on my own machines :) [02:54] Do you have inetutils-inetd installed? [02:55] dude, i couldn't tell ya [02:55] What does dpkg -l inetutils-inetd output? [02:55] you're making me think i should re-do the whole machine and use a notebook for the next one [02:56] That would probably be good, actually :) [02:57] http://pastebin.ubuntu.com/273880/ [02:57] BTW, you might want to read through http://tldp.org/LDP/intro-linux/html/intro-linux.html [02:58] OK, the un means the package is not installed. So something else installed inetd and set it to listen on port 23... [02:58] i will do that [02:58] i did get an A in my intro to linux class though [02:59] that was two years ago though [02:59] i'm not bragging, trust me, i forgot a lot [02:59] So hopefully reading through it will be a good refresher and bring you back up to speed. [02:59] and this is debian that was fedora [02:59] yes sir it will [02:59] and i'll try to get to it [02:59] working on my ccna atm [03:00] and in the home stretch [03:00] linux is actually for stress relief ! [03:00] OK. What does dpkg -l | grep inetd output [03:00] o.O [03:01] jmarsden, ah.. It looks in /etc/hosts for an FQDN where the leftmost part is equal to /etc/hostname and then appends the rest of that as its FQDN? What, then, if my /etc/hosts contain several, like I might have both "www.ubuntu.com" and "www.wikipedia.org" in /etc/hosts and /etc/hostname is "www"? [03:01] http://pastebin.ubuntu.com/273882/ [03:02] XiXaQ: Usually /etc/hosts entries are like 192.168.1.1 myname.mydomain.com myname [03:02] XiXaQ: So you get the FQDN first and the the short name as an alias after it. [03:03] ah, I see. [03:04] Vashta_Nerada: aha, openbsd-inetd... interesting choice of inetd, but there we go.. I'd suggest uninstalling that sudo apt-get purge openbsd-inetd and then recheck with sudo netstat -ntlp | grep :23 [03:04] no, really, I mean it this time! :) [03:09] wow apt-get autoremove as seemed to removed a week and a halfs worth of boneheadery, i gotta look that feature up [03:10] no output from : sudo netstat -ntlp | grep :23 [03:10] thanks jmarsden [03:10] It will clean out all packages that were installed as dependencies of stuff you actually asked for at some point, but have since uninstalled. OK, looks like you are all set. [03:10] No problem. [03:10] yeah [03:10] ok, advice corner time [03:10] should i install nx? [03:11] What do you need or want it for? [03:11] so i can disconnect the monitor an keyboard and still use the gui when i so desire [03:12] i did it once for a client and i liked it [03:13] hi [03:13] i tired vnc, you might have seen that, and i couldn't get it to work properly [03:13] I am new here and I got a quick question regarding Cisco VPN Client [03:13] Vashta_Nerada: You can use ssh for that, X over SSH works fine. Or use VNC if you really must. Overall I think the "more Linux-oriented" approach would be ssh and X, but it's your choice [03:13] anyone can help setting it up? [03:13] X? [03:13] fj: There is a Cisco VPN Client package for Ubuntu Server? [03:13] Vashta_Nerada: The X Window System... :) [03:13] can you link me to an explainaition [03:14] yes, i mean i believe i'm running X but i want to remote into the box [03:14] i mean, the gui IS x [03:14] jmarsden: not very sure [03:14] i thought [03:14] Right, so get an X server on the local PC, and then ssh to the remote machine and run whatever X client programs you need and their display will be on your local machine... [03:14] jmarsden: but i am keen to know if there is one [03:15] hmmm [03:15] i'll google that [03:16] fj: Why would you want one on a server, exactly? A Ubuntu server, with no GUI... ? What purpose would a Cisco VPN client have on such a machine? [03:16] can i do that from a windows xp pc? [03:17] Vashta_Nerada: well, you'll need to find an X server for Windows XP, which is awkward but possible. Better to use a Linux desktop box as the client, I would say :) [03:17] jmarsden: i'm sorry, maybe i joined try the wrong channel. Someone in #ubuntu suggest I join this channel to post this question. I am actually running Ubuntu 9.04 [03:17] : / [03:17] that's why i wanted nx [03:17] jmarsden: i didn;t know there is a different version of Ubuntu [03:17] no i remember the problem back then [03:17] *now [03:18] fj: #ubuntu-server is for support of the Ubuntu server edition, which has no GUI. [03:18] jmarsden: ah...ok [03:18] Vashta_Nerada: There is Xming which could work for you under XP if you want to try the X approach that way. [03:18] jmarsden: so which channel you would recommend me to join? [03:19] i will look at that, thank you jmarsden [03:20] fj: I'm not really sure. http://compnetworking.about.com/od/vpn/p/ciscovpnclient.htm suggests there is a Linux version of that client, you might start there. [03:23] Argh, now I found a HOWTO for that client on Ubuntu, fj is not here any more... oh well... http://www.longren.org/2007/05/17/how-to-cisco-vpn-client-on-ubuntu-704-feisty-fawn/ (old, but maybe a start). [04:51] Are you kidding me? NRPE depends on the kitchen sink? [04:53] well, npre is kinda creepy [04:53] "please run this script with these parameters and return the output to me" [04:55] Yeah, with a couple caveats about timing and whatnot. [04:55] I mean sure you could replace that with a couple lines of well, probably anything... [04:56] Somebody tell me how to start conversation here [04:57] talk about your local sports team. [04:57] Hello Mushroom [04:57] Talk about web 2.0 blogosphere synergy with rabid, maneatig republican bears? [04:57] Can anyone hear me? [04:57] what? [04:58] Please if anyone hears me out, acknowledge by uttering my name Zermelo [04:59] I don't how to use this, good grief [04:59] !ot | Zermelo-Fraenkel [04:59] Zermelo-Fraenkel: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics. Thanks! [05:00] Oh thanks so the thing did work, thanks ubottu [05:00] All right I'll go over there to #ubuntu [05:36] which channel helps with karmic server? [05:37] android60: Interesting question... probably #ubuntu+1 if the question is definitely Karmic-specific. [05:37] well its not quite, even though I have my drive listed in /etc/fstab. it is not mounted on boot. a sudo mount -a mounts it. I have 2 identical entries for my 1tb drives. only diff is uuid for sda1 and sdb1 [05:39] and sdb1 mounts fine [05:39] on boot [05:40] Sounds odd... but you mount partitions, not drives. Is this order-dependent -- is the mount point for sda1 in the filesystem that is on sdb1 ? [05:41] no [05:41] i have 3 drives, a 40gb system, and the 2 1tb drives, they are mounted at /media/MainStorage1 and /media/ArchiveDisk1 [05:42] im thinking its just a karmic big [05:42] bug** [05:43] Seems unlikely... is the system brand new and so "expendable" at this point -- if so, install 9.04 Server as a test, and see if it does any better :) [05:51] i never had problems with 9.04 but i didnt use it very long [05:56] Actually the mount system is part of what got re-engineered in the breakage earlier in the week. I'd ask in #ubuntu+1 [07:31] evening/morning all, Im going to pull a newb question and ask where my apache2 log sits, for some reason it wont start and I am trying to figure out why [07:39] jmarsden: are you around? [07:39] well if you notice this and remember me, i'm seriously considering reinstalling [07:40] just too many variables, idk if it's me or if it's just normal linux fun [08:02] Running Server 9.04 and when it installed it asked me wether I wanted to do updates - I said yes and I was wondering how it did them as I can't find a cronjob entry for updating... [08:24] foxbuntu: /var/log/apache2/ [08:24] foxbuntu: You might also take a look inside /var/log/syslog, in case the problem arise before apache2 is actually started [08:25] andol, yes thanks, I remembered and promptly gave myself a dork stamp [09:05] How can I go about installing newer versions of a given package? Jaunty comes with ejabberd 2.0.3, but I'd like the 2.0.5 package. Is it possible to install that set of packages? === erichammond1 is now known as erichammond === boshhead_ is now known as boshhead [09:55] is it just me or is jfs a lot slower at deleting a bunch of small files than ext3? [09:56] JFS should generally be avoided imho. [09:56] Debolaz: why ? [09:57] In my personal experience, it has bricked my system twice when shutting down properly, and it's not actively developed (For Linux anyway) either. [09:57] when not shutting down properly even [09:58] I just don't trust it with my data anymore. [09:59] what else do you use ? [09:59] And from what I've read, though for different than my own reasons, it seems people recommends against using it. === _coredump_ is now known as PrickelPit [10:00] hm, it's deleting my Maildir/ folder for like 10 minutes now, and it's not done yet [10:00] I've settled for ext3 on Linux. I've not had any major disasters with it, and it has an overall good performance. [10:03] yeah, my instinct always said just stick to ext3, I dunno why I'm wasting time trying anything else ;) [10:04] xfs is a pain to fsck, jfs is slow to delete, and don't even get me started on reiser. eh, fsck it, I'm going back to ext3 and no more messing around ;) [10:05] Hey, anyone I'm trying to be able to view my linux gui on my xp via ssh. I have an ssh connection and someone suggested installing xming. I have xming running but i get certain errors that lead me to believe that maybe iI haven't a clue as to what i'm doing.... things like Xauthority not writeable. I know I've gotten some of it done but I really don't know what i might need to do more, ... [10:05] ...Question: is Xming all I need to view the linux gui? or will i need some other application to do it? does anyone have any ideas on how i can finish this little project? === cjwatson_ is now known as cjwatson [11:11] not that i've benchmarked kvm, but you got to love being able to vnc into a vm [14:02] Greetings everyone. I have a question. Is there an easy way to create a Windows-like domain in Linux, but with no Windows machines (and therefore no need for Samba). === cjwatson_ is now known as cjwatson === __coredump__ is now known as PrickelPit [15:34] syslog-ng isn't working anymore, I don't know why, I don't know where to start... I've tried restarting it, but nothing will log! I tried the logger command, and nothing, at all. There was some error about running out of drive space, but that problem was fixed... so it thinks there's still no drive space? there's over 8G free! [16:33] > I have set memory_limit = 16M in php.ini file , but sometimes when I run a php script it goes beyond that limit ! [16:59] how to restrict RAM usage by an apache script on Ubuntu ? [17:42] hey everyone. i just finished installing 9.04 server. can i somehow get back to the setup screen and install the lamp role ? [17:45] wildgoosed: sudo tasksel should do it (IIRC) [17:46] awesome worked thanks! === mushroomtwo is now known as mushroomblue [17:50] You're welcome. === timburke_ is now known as timburke [18:35] I'm having some problems with guest vms crashing because of cpu frequency scaling. If I use cpufreq-set -g performance, will that be remembered between boots, or do I have to run it after each reboot? [18:38] XiXaQ: cpufreq-set is just a frontend to some /sys settings [18:39] XiXaQ: and since those are kernel variables, they'll need to be set every boot, which is typically done in /etc/sysfs.conf [18:40] I don't have a /etc/sysfs.conf? [18:41] what verison of ubuntu-server are you running? [18:41] jaunty. [18:43] XiXaQ: then you may need to create it -- it's on every system I have [18:47] where do I find out what format it should have? [18:50] XiXaQ: well if it were me, I'd be using google [18:51] hehe, yes, I'm sorry about that. :) [18:51] sometimes the fingers are faster than the mind, it seems. :) [18:51] sudo apt-get install sysfsutils [18:51] that'll provide sysfs.conf, and associated applications [19:01] i can't start my vm with virt-manager due to some bug in the new apparmor/libvirt stuff, does anyone know how to start them via command line? === SyL is now known as Guest45272 [19:17] giovani, I installed sysfsutils (which gave me /etc/sysfs.conf) and added "devices/system/cpu/cpu0/cpufreq/scaling_governor = performance", but when I rebooted the server, it was back to ondemand. [19:17] what am I doing wrong? [19:25] alex-weeej, virsh start [19:55] so i'm trying to switch from using alsa as my local sound output to using pulse - and yes, this is on ubuntu-server w/o an X server. [19:56] i use mpd to put pulse out to a network stream, which works well. but it's not quite in sync. alsa handles the local sound, but i was thinking if pulse did it all it would be more in sync. [20:03] I am having user problems. How can I add a user and allow them ssh access? every time i add a user even if i specify a password i get authentication failed when i try to login with it [20:05] XiXaQ, error: AppArmorGenSecurityLabel: cannot generate AppArmor profile 'libvirt-5539255a-03ec-319f-10af-79f8efbf7195' [20:05] are you in the libvirtd group? [20:05] alex-weeej? [20:06] XiXaQ, alex : alex adm dialout cdrom plugdev lpadmin admin sambashare libvirtd [20:06] if you want to take AppArmor out of the equation, see /usr/share/doc/libvirt-bin/README.Debian.gz [20:06] giovani and XiXaQ : The file with the kernel vars in it is /etc/sysctl.conf [20:07] (but dmesg will tell you what apparmor is denying, if anything) [20:07] jmarsden, then I should add the line to sysctl.conf instead? Same line? [20:08] XiXaQ: I think so. I'm not familiar with the CPU frequency scaling stuff, but that is the file that stsctl uses to set a bunch of kernel variables at every boot... [20:08] *sysctl [20:08] jdstrand, i'm not sure what to do -- it doesn't seem as if apparmor is even denying anything, rather the code that prepares an apparmor profile for a kvm instance is falling over? (i don't know...) [20:11] jdstrand, i ran the two commands to disable the aa profile at the bottom of the README and it's still giving the same error [20:11] alex-weeej: it may not be apparmor at all. you need to restart libvirt too [20:11] alex-weeej: /etc/init.d/libvirt-bin restart [20:12] jdstrand, ok it starts now [20:12] alex-weeej: you can see if it is disabled by doing 'virsh capabilities' and seeing if apparmor is listed in the host section [20:12] alex-weeej: the vm starts now? [20:13] jdstrand, yes, just making sure it's all coming up now... [20:13] alex-weeej: do you have auditd installed? [20:14] not sure [20:14] how can i tell? [20:14] alex-weeej: dpkg -l|grep auditd [20:14] no lines [20:14] alex-weeej: can you paste the output of 'dmesg | grep audit' somewhere? [20:16] jdstrand, http://pastebin.ca/1572111 [20:18] alex-weeej: can you file a bug using 'ubuntu-bug libvirt-bin'? I'll follow up with you in the report [20:18] jdstrand, https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/432810 [20:18] Launchpad bug 432810 in libvirt "[karmic] Can't start qemu system VMs via virt-manager due to AppArmor error" [Undecided,New] [20:20] jdstrand, do you need to me to attach data using apport? [20:22] can anyone help me switch from using alsa to pulse as the local audio output device? [20:23] alex-weeej: I added what I need right now to the bug report [20:23] alex-weeej: but, doing 'apport-collect -p libvirt-bin 432810' would also be helpful [20:24] jdstrand, do you want me to run those commands having already disabled the apparmor stuff? [20:24] and if not, you need to tell me how to undo what i did with the two commands at the bottom of the README :) [20:25] alex-weeej: if you could renable it that would be great. 'sudo apparmor_parser -r /etc/apparmor.d/usr.sbin.libvirtd ; sudo /etc/init.d/libvirtd restart' [20:25] alex-weeej: that left it disabled on reboot for now [20:25] * ink hates pulse-audio [20:26] tell me all about latency and per-application mixers all you want, but give me oss4 without it's borked master mixer and without audio snaps any day of the week [20:28] ink, well i'll tell you why i want pulse. i have alsa/mpd pumping out local audio to an amp. i want to stream the audio to a lappy in another room. so in the mpd room the suggested pulse. pulse works ok, it lags a little behind alsa. plus, when there's nothing listening on the pulse stream and it's enabled alsa skips. disable pulse or put something up to listen to it, and alsa is fine. [20:29] arrrghhh: just tell me how to get Pidgin to play buddy sounds without obnoxious static all over the place, and how to get Rhythmbox to use its mixer without rebooting (is this Windows??) [20:30] ink, hrm... i don't run X on my server... [20:30] after a day or so, Rhythmbox will just start ignoring the gnome-volume-control, and I have to reboot to get it to work again [20:30] or pidgin or rhythymbox. [20:30] what are you streaming audio with? :-) [20:30] jdstrand, Skipped: /etc/apparmor.d/disable/usr.sbin.libvirtd [20:31] ink, pulse & mpd. [20:31] alex-weeej: ok, rm that symlink (I forgot that apparmor_parser would do that) [20:31] mpd plays music to my amp thru alsa, and i just setup pulse to stream audio across the local network. [20:31] alex@whoosh:~/Desktop$ sudo apparmor_parser -r /etc/apparmor.d/usr.sbin.libvirtdCached reload succeeded for "/etc/apparmor.d/cache/usr.sbin.libvirtd". [20:32] jdstrand, ok? [20:32] alex-weeej: sounds good [20:32] jdstrand, also the init script is libvirt-bin, not libvirtd i think [20:33] alex-weeej: yes, you are correct [20:34] jdstrand, https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/432810 [20:34] Launchpad bug 432810 in libvirt "[karmic] Can't start qemu system VMs via virt-manager due to AppArmor error" [Undecided,New] [20:34] alex-weeej: meh, typed to fast. need ls -lR /etc/apparmor.d. sorry [20:34] s/to/too/ [20:35] jdstrand, ok, done [20:35] hi [20:36] does anybody know about why munin sucks up my graph? :D http://www.ubuntu-pics.de/bild/25117/screenshot_120_IbnI4p.png [20:36] daily is fine, weekly, monthly, yearly however isn't [20:36] i can't really get a clue [20:37] alex-weeej: can you give me the xml for that machine? Eg: [20:37] virsh dumpxml > /tmp/.xml [20:38] alex-weeej: please substitute for the actual name of the machine [20:38] :) [20:39] jdstrand, you want it on the bug report or just pastebin? [20:39] alex-weeej: pastebin is fine for now [20:39] jdstrand, http://pastebin.ca/1572135 [20:45] out of interest, what is the point in all this apparmor stuff? [20:45] alex-weeej: it is to protect hostile virtual machines [20:45] alex-weeej: err [20:45] ...the host from [20:46] alex-weeej: protect you from hostile virtual machines [20:46] alex-weeej: https://wiki.ubuntu.com/SecurityTeam/Specifications/AppArmorLibvirtProfile [20:46] so rather, to protect us from buggy hypervisors? [20:46] ah right, yes :) [20:46] specifically: Virtual machines started by libvirt run unconfined. If there is a bug in the hypervisor, a guest could potentially attack other guests or the host. Providing an AppArmor profile would help protect against this." [20:47] Libvirt now contains AppArmor integration when using KVM or QEMU. Libvirtd is now configured to launch virtual machines that are confined by uniquely restrictive AppArmor profiles. This feature significantly improves virtualization in Ubuntu by providing user-space host protection as well as guest isolation. [20:47] alex-weeej: ok, I can reproduce. thanks for your help! [20:47] jdstrand, ok but i get this even when creating new VMs [20:47] jdstrand, dunno whether that counts for anything [20:47] alex-weeej: feel free to disable for now and check back after the next libvirt update === orudie__ is now known as Tugodum [21:02] jdstrand, thanks [21:02] byee === cjwatson_ is now known as cjwatson [21:09] hm ist es möglich, dass seit über einem monat keine updates für ubuntu jaunty server rauskamen? [21:09] oops [21:09] is it possible that for over a month there haven't been any upgrades to ubuntu jaunty server? [21:21] hi [21:21] not sure if i have a bug here, an issue with kdebluetooth [21:22] mauren kde is not related to ubuntu-server, is it? [21:23] hexa its just an issue with kde bluetooth on my server [21:23] i was just wondering [21:23] i submitted the issue on launchpad [21:23] but didnt get any response which is why im ehre [21:23] :) [21:25] so what is it? :) [21:25] im trying to lookup the launchpad number [21:26] what do you call those [21:26] where i submit bugs [21:26] bug number? :D [21:26] yes [21:27] https://bugs.launchpad.net/bugs/+bugs?field.searchtext=kdebluetooth&search=Search+Bug+Reports&field.scope=all&field.scope.target= [21:27] take your pick [21:30] hexa bugs #136307 [21:30] similar to that issue [21:30] Launchpad bug 136307 in kdebluetooth "kblueplugd crashed with NameError in ()" [Medium,Fix released] https://launchpad.net/bugs/136307 [21:30] crashed when i closed my bluetooth after i finished sending the file using bluetooth [21:33] but its a similar issue to that [21:33] I actually don't use kde nor bluetooth within my server [21:33] ok [21:33] so I can't verify that [21:33] ok [21:33] * mauren nods [22:03] EtienneG: I got my image packaging problems over with but I am having the same 403 Forbidden problem you are/were having when I try to fire up an instance [22:05] EtienneG: I do have Walrus/SC working though [22:05] I'm sitting in on zoopster's talk at ALF right now [22:48] I am running 'watchdog' on Ubuntu but it's "defunct" although syslog shows no complaints from the watchdog process [22:48] I made sure the softdog kernel module is loaded