[00:47] kirkland: I know I regularily get email ;) [01:10] Why does a guided LVM put all the available space in the / partition? You can't shrink that while its up, so then whats the pointin the LVM? [02:22] nijaba: how do i keep my fully auto install from never ending? install, reboot, install, reboot ? [02:23] How can I find the section (i.e. main, restricted, universe or multiverse) for each installed package? [02:24] (I've been asked for the licensing details for all software on my server.) [02:25] Someone gave me a one-liner for that ages ago let me see if I can find it. [02:26] On Debian I'd just check the Section: for a slash (e.g. admin/non-free), but that doesn't seem to work on Ubuntu. [02:27] comm -12 <(apt-cache dumpavail | grep-dctrl -nsPackage -FSection universe/ |sort) <(dpkg --get-selections | awk '$2 == "install" { print $1 }'|sort) [02:27] Ugly huh [02:28] grep-status probably would be shorter [02:31] sommer: I don't know if guilt will work or not, but saying pretty please hasn't gotten anything except from you. [02:36] hads: I'm not convinced its working [02:36] OK [02:37] For example, I'm pretty sure mg is in universe [02:37] Yeah, it is [02:38] hads: this is a shorter version of your original one-liner, but it still has the same problem: grep-status -nsPackage,Section -FStatus "install ok installed" | paste -sd " \n" | sort | grep universe/ [02:40] This has better success: aptitude search ~i~s^universe/ [02:44] That's nicer === PV2 is now known as PrivateVoid [03:07] Hmm, I'm still a bit suspicious of false negatives, but I've stopped caring. === PV1 is now known as PrivateVoid [03:07] Thanks for your time. [03:21] New bug: #252784 in openldap (main) "ppolicy+smbk5pwd password modify" [Undecided,New] https://launchpad.net/bugs/252784 === freaky[t] is now known as c1|freaky [05:03] Anybody got pam ldap auth working correctly (against slapd, running on the same Ubuntu 8.04 host)? [05:04] I had kerberos working, then I was told to switch it over to ldap (because there are no shiny GUIs for krb). Now I broke both of `em, and I'm about to blindly follow a zimbra weenie's auth-client-config setup and see if it magically works. [05:05] Last time I looked at this box (some weeks ago), we determined that slapd had the appropriate values in its database (PosixUserAccount, IIRC) but for some reason pam_ldap can't see them. [06:11] Does anyone know why postfix hangs in telnet? [06:18] It doesn't here. [06:19] ScottK: That's odd. It says "Escape character is '^]'. then lets me type in and everything, but nothing works [06:20] Do you get a line after that that starts with 220? [06:21] HefferMooMo: ^^ [06:21] nope, that's what i got earlier. it then stopped working [06:21] ScottK: i then got despirate enough to reformat [06:22] Then your postfix is dieing and you need to be looking in the logs. [06:22] i looked in syslog, and it didn't say anything [06:22] HefferMooMo: OK. What's your current situation? [06:22] current situation is that i havn't a clue why it hangs like that, and i don't know of any specific log that could help =( [06:23] HefferMooMo: As a general rule in Linux and other Unix like operating systems you'll have more luck trying to understand the problem and fix it than nuking it from space everytime it misbehaves. [06:23] :) [06:23] Are you logged into the server now? [06:23] HefferMooMo: ^^ [06:23] yea, but not on this computer. Normally i woudln't nuke it, but i just switched the server over from a windows [06:24] HefferMooMo: It's past 1AM here, I'm tired, and I'm not paid to do this, so please pay attention. [06:24] I am paying attention. I just type slowly sometimes [06:24] ssh into the server and do tail -f /var/log/mail.log [06:24] OK [06:25] HefferMooMo: Once you've done that, telnet to the server again and see what the logs say. [06:25] !pastebin | HefferMooMo [06:25] HefferMooMo: pastebin is a service to post multiple-lined texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu.com (make sure you give us the URL for your paste - see also the channel topic) [06:25] That's where you should put your results [06:26] thanks, it's not much, it seems to be something about some /etc/aliases.db [06:27] Please pastebin what is says [06:27] All of it. [06:27] Being out of date? If so, you need to update it [06:27] I'm guessing, but I'd rather read the whole log entry before I get excited. That shouldn't make Postfix crash. [06:28] Yeah sorry, just interrupting :) [06:28] You wanna take over so I can go to bed? [06:28] ssh doesn't work (i apparently don't have it setup on my server) [06:29] ScottK: Yah I can. [06:29] (although I'm at work so may be slow) [06:29] Thanks ScottK [06:29] hads: Please do. [06:29] np [06:29] * ScottK has to be up in ~4 hours. [06:29] Thanks. [06:29] Go sleep [06:30] HefferMooMo: So can you pastebin the log? [06:30] yea, had to go to pastebin on the server first (i have xubuntu desktop installed) [06:31] http://paste.ubuntu.com/31588/ [06:32] OK, run `sudo postalias /etc/aliases` [06:33] /etc/aliases is a text format file which is 'compiled' into a binary file for postfix to access. [06:33] You need to run that command any time you update the text file. [06:33] ah [06:33] thanks, that seemed to work [06:34] Postfix is pretty good at telling you what is wrong so usually if you look in the logs you'll get the idea. [06:34] hads: or you can be a traditionalist and 'sudo newaliases' [06:34] fresh install worked the first time, then it acted up like this, i gotta keep a note of this. Thanks [06:34] lamont: I was going to... but I chose that for consistancy with the other postfix mapping files :) [06:35] the newaliases, lots of googling had me look at that, but isn't that automatically run at install? [06:35] ISTR that I only run it if I created /etc/aliases, or added to it [06:35] about to face plant into the keyboard though, so I'm not going to go look [06:36] :) [06:36] i'm still new to ubuntu some what so it's not real surprise that i didn't know which log file it modified [06:36] i thank you all for your help [06:36] for values of "I" == postfix's postinst script [06:37] * lamont -> bed [08:07] moin === crummygummy_ is now known as CrummyGummy === MenZa_ is now known as MenZa [09:11] New bug: #252843 in php5 (main) "hardy php5 max execution time" [Undecided,New] https://launchpad.net/bugs/252843 [09:28] Is the Ubuntu 8.10-release now in sync with Fedora 10 or is it just a coincidence that you release within two days? [09:33] nandersson: What do you mean by "in sync"? [09:34] well, like the call Mark did for syncing the releases [09:34] i.e the release dates [09:34] Marks mark [09:34] I'm not familiar with any alignment of release dates. Ours was set months ago. [09:35] soren, either it is happening - or it is just a "happy coincidence" [09:35] Could be a coincidence then - or the Fedora team actually likes the idea of aligning the release dates [09:35] I think it's a great idea [09:36] nandersson: Apparantly, their release date is at least as old as ours. [09:37] looks promising though :) [09:37] the release dates are just within a two day time span [09:46] Hello! I plan to run a cluster using Ubuntu 8.04 server edition and I would like ask if there is a support for Infiniband communication and Fibre Channel connection to disk array in Ubuntu or if it is more probably to expect some problems... The only Linux distros which are confirmed by the HW vendors are SLES and RedHat, but I would like to use Ubuntu if it works.. Has anyone some experience with this and could redirect me to propper web resourc [10:01] I've not personally tested it, but both should work just fine. [10:01] toastmaker: ^ [10:08] soren: thanks for the comment. [10:08] By the way, don't you know about any HPC (High performance computing) site dedicated to Ubuntu? I've found https://wiki.ubuntu.com/UbuntuClusters, but last edit comes from the year 2006.. [10:09] I've heard of some, but I don't remember who they were, and if I did, I'm not sure if I were at liberty to tell you about it :) [10:10] Oh, you mean "site" as in "web site2? [10:10] "? [10:12] web page :) [10:13] soren: or portal [10:52] ahhhhhh [10:53] lol know it makes sense no one answers me in #ubuntu [10:53] ok guys little question about the new kernel updeate [10:53] 2.6.x.20 [10:53] no chance to boot it up on my machine 2.6.x.19 does fine [10:53] so can anyone tell me what changed so heavy that it doesnt boot [11:00] <_ruben> providing any errors you might be seeing might help [11:00] <_ruben> hrm .. i wonder if there's a way to configure a nic to "up" but not get an ip address assigned to it [11:01] <_ruben> guess i could configure some bogus ip for it, but that'd be nasty [11:01] _ruben: i get no errors [11:01] it just stops from the 3rd row on startup [11:01] it just freezes [11:01] x.19 works fine [11:01] x.20 not [11:05] anyone an idea maybe [11:05] its en sempron 2800 + and 2 250 gig sata 2 [11:05] with 1 gig ram [11:18] hah [11:18] there is an update [11:18] maybe this fixes it rofl [13:41] jdstrand: I figured out my issue with the auth-client-config kerberos_example profile... my regular user had the same password as the kerberos principal [13:41] jdstrand: is there a way for the password to be the same and to get a ticket using pam on login? [13:42] jdstrand: and have ccreds, heh [13:42] if not we can always add something to the documentation about it [14:26] sommer: unfortunately I am not a pam stacking expert-- however, I bet slangasek could help you [14:27] sommer: he is writing something that is supposed to get all the stacking right out of the box [14:27] New bug: #250841 in php-imagick (universe) "Image Magic Libraries missing (dup-of: 203023)" [Undecided,New] https://launchpad.net/bugs/250841 [14:28] jdstrand: ah cool, I'll ping him about it... might do some more reading myself [14:28] jdstrand: thanks [14:28] np-- thanks for trying to improve this :) === c1|freaky is now known as fReAkY[t] [15:56] New bug: #252980 in postfix (main) "mydestinations can't be preseeded" [Undecided,New] https://launchpad.net/bugs/252980 [15:58] server team meeting in 2 min in #ubuntu-meeting === ivoks_ is now known as ivoks [16:34] I see someone in the debian-devel ML took up my call for apache www root to be relocated to /srv [17:10] Does anyone know if there are any implications of having your BaseDN not be of a "dc=example,dc=com" format? [17:11] CyberSnooP: I think that's mostly convention, but you may need a dc="something" at the end [17:12] * delcoyote hi# [17:22] nijaba: I'll just miss you at linuxworldexpo in san francisco - I'm in oakland until Saturday, then on to LA etc === RoAk is now known as RoAkSoAx [18:14] hi -- question :: When i reboot an ubuntu box it gets past grub and hangs just after "Starting up" with a flashing cursor [18:15] if i boot to recovery mode it boots ok -- what could be wrong with the main boot option [18:16] New bug: #253032 in likewise-open (main) "likewise-open-gui needs a better menu item name" [Undecided,New] https://launchpad.net/bugs/253032 [18:48] You know what would be interesting? Taking some books that are really popular like "Linux Server Hacks", go through them, "Ubuntuize" them, and get permission to republish them as certified instructions for Ubuntu Server [18:56] nealmcb: too bad! I'll see you in Dec I'm sure [19:01] does anyone know of a tutorial to install a GUI for my server? [19:05] apt-get install xubuntu-desktop? [19:13] it says could not open lock file var/lib/dpkg/lock - open (13 Permission denied) [19:14] Bnydell: You have a package manager already running, I believe [19:14] or you didn't "sudo" that command [19:15] you need to run installs with sudo [19:15] i tried sudo apt-get install xubuntu-desktop [19:15] Do i need to have the installation cd in? [19:17] as I said, make sure you aren't already running an install, apt-get, or aptitude [19:18] Let me restart the machine. See if it will work [19:19] Bnydell: if your package manager crashed sometimes the lock file can remain [19:19] you can remove it [19:19] and then launch apt again [19:19] haha check this: Apache/2.2.8 (Ubuntu) mod_python/3.3.1 Python/2.5.2 Server at www.washingtontimes.com Port 80 [19:19] i am new to ubuntu so i do not know how to do that. [19:20] lukehasnoname: I tried emailing the webmaster but the mail just came to me... ;) [19:20] how helpful is that?! :P [19:20] Bnydell: where you using "apt-get" ? [19:20] yes [19:21] I tried sudo apt-get install xubuntu-desktop [19:21] maw_: Ya, pwnt. looks like their site got "Drudged" [19:21] try a "ps aux | grep -i apt" without quotes, is there anything running? === backenfutter is now known as [backenfutter] [19:21] legitimate dDOS situations are funny... damn you ./, digg etc... [19:22] err /. [19:22] maw it had one line of stuff come up after i typed in the command [19:22] paste me that line please, it was probably just the result from bash [19:22] Let me type it out, im on my laptop [19:23] 1000 4335 0.0 0.0 3004 824 tty1 S+ 14:22 0:00 grep -i apt [19:24] ok, so apt isn't running [19:24] what is in "ls -l /var/lock" [19:25] well i restarted the system. a while ago. But i just typed in Is -1 /var/lock and it didnt come up with anything [19:25] and what is the error again when you try "sudo apt-get install " [19:25] let me retype that command hold on [19:26] Reading package lists... Done [19:26] building dependency tree [19:26] reading state information... Done [19:26] E: couldn't find package xubuntu-desktop [19:27] the computer you are running that command on has internet access? [19:27] uh. not currently I would need to disconnect the ethernet from this laptop to do it [19:27] should i run the command after connecting in the cable? [19:28] well, I think by default it tries to use online repositories [19:28] unless you modified apt to use local media [19:28] so just to confirm, you want to install xfce desktop? [19:28] i have not modified anything. I just installed ubuntu server 20 minutes ago [19:29] did nothing to it yet [19:29] its a clean install [19:29] i want to install a GU [19:29] GUI* [19:29] ok, and you want xfce? [19:29] deeps said to type in apt-get install xubuntu-desktop [19:30] I see, well that probably won't work on a server install [19:30] If posible. I do not know the difference between that and other GUI's if there is any at all [19:30] http://packages.ubuntu.com/hardy/xubuntu-desktop [19:31] http://packages.ubuntu.com/hardy/xfce4 [19:31] finally found virtualbox and can install the ubuntu server edition :-D [19:31] you probably want to do "sudo apt-get install xfce4" [19:31] xfce is a desktop environment like gnome and KDE [19:31] it is more lightweight [19:31] so it can insatll on this server, am i correct? [19:31] and might be better suited for a server install [19:31] ok [19:32] so i should connect the internet cable and then type in the command sudo apt-get install xfce4 [19:32] there are very few GUI tools to configure server services btw [19:32] well seeing how the first link I sent you says "This package depends on all of the packages in the Xubuntu desktop system" and you have SERVER... I dont think it will work [19:32] it's not like windows, where everything is configured through a gui [19:33] desktop != server [19:33] and ya, what Deeps said... [19:33] yea [19:33] and I agree with Deeps that server install is better to manage from shell [19:36] I do not have any knowledge at all of command line. and the only reason we are using ubuntu is it is free not like the other servers. We wanted a gui for it so that we can do things easyer. we are really only using this server as a file server and maybe printer serveer [19:37] just use windows then [19:37] unless your office is all *nix machines [19:38] guis are harder. [19:38] or use "openfiler" if all you need is a filesystem [19:38] err file server [19:38] you'd not spend any more time learning the gui if you're not familiar with the gui. [19:38] or... any *less* tiem. [19:38] err. time. [19:38] http://www.openfiler.com/ [19:38] ^ free and is a NAS/SAN [19:38] maw_: Error: "free" is not a valid command. [19:39] lol? [19:39] lol [19:39] anyways.. use openfiler [19:39] any free programs... [19:39] otherwise you are going to have to setup everything manually on ubuntu to work with your windows environment [19:39] or can i just use something that is already on the ubuntu server [19:40] and since it sounds like you have limited *nix experience, you might be best with a windows file sevrer [19:40] Bnydell: what would you use? [19:40] do you know of something? [19:40] do you think SMB is ready to sync with your active directory? [19:40] we did not want to pay for a windows file server [19:41] a W2K3 license is 500-1000$... or just use MSDN license [19:41] before you totally cheap out you should consider how much time you will need to spend implementing and maintaining your solution [19:41] well thanks for your guys help [19:42] good luck [19:42] try openfiler if you dont want to spend any money [19:42] and you want a out of box solution [19:42] WITH gui [19:42] ok i will look into that [19:43] or go buy yourself a "linux system administration" book and start doing it all off ubuntu :) [19:43] heh [19:43] you should learn sometime [19:43] 'holy shit just had a huge earthquake [19:43] become an MS partner and get the action pack starter kit [19:43] 300 euros [19:43] excuse my french [19:43] gets you 2 server licenses, 10 desktop licenses, and a whole bunch more [19:43] Bnydell: lol? glass shatter? [19:43] including office, exchange, visual studio [19:44] http://www.openfiler.com/products/screenshots/ [19:44] no, but everything in the office just started shaking, lated a abou 10-20 seconds [19:45] openfiler looks nice [19:46] heh was over 5.0 [19:47] looking on http://quake.usgs.gov/recenteqs/ and that big red thing is basicaly covering where i work and live [19:50] I just saw [19:50] http://earthquake.usgs.gov/eqcenter/recenteqsus/Quakes/ci14383980.php [19:51] we are a few milies from episenter, was 5.8 earthquake [19:52] eh there goes aftershock [19:52] that's 4.2 too weak <_< [19:53] what waas 4.x? [19:53] 4.2? [19:54] I was implying that a 10.0 would be a sight to see [19:56] yea. but i would rather not be in one :) [19:57] then again that would kill hundreds of thousands [19:57] yea [19:58] well thanks guys again for your help [19:58] I will be sure to pop back in if i need further help on my quest to getting this server fully working [19:58] have a good day. [20:02] Anyone know how the Ubuntu engineer spec is coming? [20:05] the what spec? === fReAkY[t] is now known as freaky[t] [20:11] on the wiki there is a page discussing the development of a certification for Ubuntu users [20:11] both server and desktop oriented [20:12] holy hell it already exists [20:12] to the wiki! [20:16] Deeps: ya I have used openfiler for DEV purposes and it suits my needs for cheap RAW storage quite well [20:17] Deeps: http://supermicro.com/products/system/3U/6035/SYS-6035B-8R+.cfm + openfiler = win [20:22] New bug: #227229 in libnss-ldap (universe) "LDAP and AD connection problem with hardy" [Undecided,New] https://launchpad.net/bugs/227229 [20:35] mathiaz: hey, do you have any iscsi-initiator experience? [20:35] dendrobates: or do you? [20:36] kirkland: my knowledge ends at the definition. :) [20:37] dendrobates: ;-) okay, well, i'm running an iscsi target in one kvm, and I'm running an iscsi initiator on a second... i can get the second to detect the first... but I'm trying to figure out the "next step" [20:37] dendrobates: should it show up as a block device, or what..... [20:38] kirkland: that is my understanding. I'd shoot soren an email. [20:39] dendrobates: k [20:39] kirkland: it should show up as a standard block device [20:40] kirkland: that you can format, etc... [20:40] mathiaz: /dev/.... what? [20:40] kirkland: hm - I don't know exactly - look in dmesg [20:40] kirkland: there may be some clue there [20:40] dendrobates: evand is sitting next to me, will give me a d-i architecture tour later today [20:40] mathiaz: i looked, nothing yet [20:40] kirkland: it may be an issue with udev then [20:41] kirkland: may be the udev rule is not setup correctly [20:41] mathiaz: also, looks like an MIR may be needed for open-iscsi [20:42] kirkland: hm - open-iscsi is already in main [20:43] mathiaz: right, nevermind [20:44] kirkland: another thing to about, is a way to allow a user to enter a landscape key in d-i, that would be unobtrusive to those that don't care. [20:44] dendrobates: okay [20:44] dendrobates: i'm reading about debconf now [20:47] Jul 29 21:45:39 ubuntu oidentd[13237]: Connection from mediatraffic2.fi.quakenet.org (195.12.59.196):0 [20:47] Jul 29 21:45:39 ubuntu oidentd[13237]: [mediatraffic2.fi.quakenet.org] 53896 , 6667 : ERROR : NO-USER [20:47] oidentd wont work! [20:47] somone here that can help? [20:48] Could someone give me a hand? I'm trying to add a status function to the init script in openvpn, but I'm having some issues [20:53] Koon: ^^^ [20:54] nhandler: what are your issues ? [20:55] mathiaz: I was trying to look at some of the other patches that have been prepared to add a status function. However, for openvpn, it looks like it has multiple pid files (/var/run/openvpn.*.pid). This is making it difficult for me to figure out how to add the status_of_proc call. [20:56] nhandler: IIRC kirkland said there was a loop somewhere in the init script [20:56] nhandler: you'd probably need to do something similar and check that every vpn is running [20:58] nhandler: you might try something like .... [20:58] for i in `ls /var/run/openvpn.*.pid`; do [20:59] status_of_proc -p $i $DAEMON openvpn($pid) || status=$? [20:59] done [20:59] pulling the pid into $pid [20:59] Ok, the part that I was running into issues before were because I was trying to figure out how to have the exit 0 || exit $? part in the loop. I didn't think to use a variable [21:00] yeah, don't exit in the loop [21:00] :) [21:00] start off status=0 [21:00] set status=$? if any is not running [21:00] and exit $status [21:00] it'll be 0 if they're all running [21:00] non-zero if any one is not [21:01] it ain't perfect, but it's the best we've got atm [21:01] right - another option would be to print out which vpns are not running [21:01] Ok, so it doesn't need to show the status of each individual one? Because using this method, you won't be able to tell the difference between one not running and 5 not running [21:02] mathiaz: status_of_proc() will do that too [21:02] it may require more code to track which are up and which one are down [21:02] kirkland: ah right - with the DESC [21:03] mathiaz: i was suggesting identifying each by its pid [21:03] output would look like [21:03] * openvpn(2113) is running.... [21:03] * openvpn(23938) is not running.... [21:03] * openvpn(3223) is running... [21:03] kirkland: isn't the name of the vpn in the pid file ? [21:03] mathiaz: yup, awk/sed that out [21:03] in the for loop I suggested up there [21:04] kirkland: that would be more useful IMO [21:04] and pass to status_of_proc as the last argument [21:04] mathiaz: instead of a simple "openvpn" as the description, pass "openvpn\($pid\)" [21:05] mathiaz: oh, you mean the ***name*** of the vpn? [21:05] I'd rather see something like this: [21:05] mathiaz: okay, that works too [21:06] * openvpn(office1) is running... [21:06] mathiaz: sorry, i have no experience with openvpn, no idea what it looks like [21:06] mathiaz: yeah, that sounds brilliant [21:06] IIRC the init script is set so that the name of the vpn is in the pid filename [21:07] nhandler: you'd have to check this out [21:07] mathiaz: I'll do some tests and see what I can do. [21:07] nhandler: the important hints are: [21:07] nhandler: but if you could come up with a patch that results in giving an output similar to the one I mentionned above, it would be perfect [21:07] nhandler: a) loop over all the pids [21:08] nhandler: * openvpn(office1) is running... [21:08] nhandler: b) identify each vpn uniquely by name or pid [21:08] nhandler: c) don't exit inside the loop, but after the loop is done [21:48] Strangely, when I run openvpn, it does not create a pid file in /var/run. As a result, the status function will fail to run because the ls command won't find any files [22:30] zul: debdiffs attached to openldap bug #229252 and bug #243525 [22:30] Launchpad bug 229252 in openldap "slapd gssapi failure - apparmor profile doesn't support kerberos gssapi" [Undecided,In progress] https://launchpad.net/bugs/229252 [22:30] Launchpad bug 243525 in openldap2.3 "slapd needs apparmor changes for cn=config" [Medium,In progress] https://launchpad.net/bugs/243525 [22:30] zul: these are for hardy SRU [22:31] jdstrand: cool Ill get to them [22:33] is there a text based browser in the default install of ubuntu server? [22:34] jussi01: w3m [22:34] jussi01: w3m [22:34] ahh, thanks === backenfutter is now known as [backenfutter] [22:58] woohoo!!! [22:58] What kirkland ? [22:59] 192.168.122.34:3260,1 iqn.2006-01.com.openfiler:tsn.3713b16e7257 [22:59] that, my friends, is in fact an iSCSI target. [23:00] it's alive [23:00] * kirkland is cooking with grease now [23:03] mathiaz: are you still preparing an openldap update for intrepid? [23:05] New bug: #253121 in dovecot (main) "dovecot sieve sends vacation messages with null envelope sender" [Undecided,New] https://launchpad.net/bugs/253121 [23:05] kirkland: \o/ [23:06] jdstrand: i even have an /dev/sdb :-) [23:06] this is big time [23:06] your *awesome* :) [23:06] s/your/you're/ [23:07] jdstrand: oh, yeah jdstrand, i have some *awesome* in my possession [23:07] ;) [23:09] dendrobates: mathiaz: ^^^ ;-) [23:12] jdstrand: yes [23:12] mathiaz: can you then pull in the apparmor changes I just gave to zul as part of your update? [23:13] jdstrand: yes :) [23:14] zul: if your eyes have uncrossed, can you triage a mess of xen CVEs for me? [23:14] I'm trying to understand which apply to what versions, and if they apply to things beyond xen (like qemu, etc) [23:23] thanks mathiaz! [23:48] kees: got a list for me? [23:49] kees: never mind