[00:01] New bug: #439288 in eucalyptus (main) "1.6~bzr854-0ubuntu13 fails to run instances" [High,Triaged] https://launchpad.net/bugs/439288 [00:06] well got my raid array to start from the live cd [00:06] interesting [00:07] let's see if it starts from the OS [00:07] i think grub was looking at it earlier [00:09] is it ok if the first thing the boot sequence says booting from (hd0,0) even though the boot drive is (hd4,0) i think [00:10] yeah [00:10] why is it doing that [00:10] hmm [00:14] anyone have an idea or should i just reinstall? [00:14] with the raid drives unplugged for the time being [00:39] wtf [00:57] different frustrations [00:57] now when i start one of my drives (at random) is in md_d0 [00:57] i have no idea what that is and i didn't set it up [00:58] i guess i'll try formatting this thing again [01:57] hello [01:58] hi everyone! [01:58] could someone please point me to some better documentation about how to use the jaunty uec images (http://uec-images.ubuntu.com/jaunty/) with amazon EC2? [01:59] Ubuntu Server edition 9.04 will it be upgradable for ubuntu karmic packages? [01:59] or will it be a ubuntu 9.10 server edition? [01:59] i'm missing some important connection between how to go from the .imgs to an AMI === cjwatson_ is now known as cjwatson [02:42] i just found the answer myself ;) [02:43] found the cdimages of ubuntu-server 9.10 [03:11] Orfeous, the answer is actually both [03:12] Orfeous, you could upgrade from 9.04 to 9.10, or install fresh with the new discs [03:30] qman__, thanks for the confirm! [03:32] ok, what is recommended install via 9.10 cd and update packages from internet or install via 9.10 dvd? [03:35] ill be back later today [04:26] anyone who could help on http://ubuntuforums.org/showthread.php?t=1278950 ? [04:46] looks like own-sites is a directory, but apache is looking for a file by that name [05:03] qman__, hmmm, what could be the cause and any ideas on how to fix it? [05:17] New bug: #439788 in ec2-ami-tools (multiverse) "ec2-bundle-image and ec2-unbundle-image use single, static named fifo in /tmp" [Medium,Confirmed] https://launchpad.net/bugs/439788 [06:51] Anyone here run Ubuntu Server on entry-level Dell Server towers? [07:28] anyone here who has done apache + mod_chroot successfully? === cjwatson_ is now known as cjwatson === georg is now known as kwork [08:26] <_ruben> hmm .. i really oughta update my pxe boot config to include the jaunty installer .. installing intrepid over pxe, followed by do-release-upgrade is getting old :) === nick is now known as Guest3537 [09:06] New bug: #426497 in qemu-kvm (main) "kqemu mode not compiled for karmic" [Wishlist,Won't fix] https://launchpad.net/bugs/426497 === `ph8 is now known as ph8 [09:41] hey! [09:42] i just installed ubuntu-server 9.10 and everything works really good! but i wonder if there are any good web based administrator program? [09:42] is ebox the onlyone? except running landscape [09:43] then i want to setup a domain for my network.. i think its possible to do with samba server [09:43] <_ruben> ebox and landscape are the supported ones [10:07] urgh... [10:08] 2.6.31rcX and 2.6.31 are so different that they broke drbd [10:08] the installation stuck at 2% 'Retrieving file 143 from 159' ubuntu server 9.04 i386 on intel (chipset/cpu) desktop pc [10:09] an have install manu distros on this box, this is the first distro that fail to install [10:09] s/manu/many [10:09] hi everybody [10:13] I'm installing ubuntu server for the first time, I am doing a manual partitionning. What partitions do I need to create? can I just create a root partition or I have to create other partitions? [10:15] you need swap too [10:15] installer will warn you about that [10:16] ahhhh, stupid apache. mod_rewrite log code leaked IPC semaphores, even if mod_rewrite log is disabled [10:16] you need global mutexes to do nothing, apparently [10:16] so root and swap is enough, or should I create other partitions seperately (ie boot, etc)? [10:16] oh, and leaked IPC semaphores also means that server doesn't come up eventually [10:19] anybody? [10:19] AzizLight: I've never had a reason to put /boot on a separate partition. You may want to put /home on its own partition though [10:20] firecrotch: let's say I put /home on its own partition, how big should be / and swap? (I have 985GB to spare) [10:22] AzizLight: what is the server going to be used for? [10:22] <_ruben> firecrotch: grub doesnt do /boot on lvm, which is why most of our servers have a seperate /boot partition [10:23] firecrotch: it's a developement server [10:23] <_ruben> and yes, there's no "universal partitioning scheme", it all depends on wishes/needs/et [10:23] <_ruben> c [10:24] For swap, the old standby of at least as much RAM, no more than 2x RAM is safe [10:32] / should be logical or primary? [10:34] <_ruben> i dont think lilo/grub care that much about that [10:34] <_ruben> i tend to create 2 primaries: one for /boot, one as lvm vg [10:34] <_ruben> err, lvm pv [10:39] I actually selected the partitionning for the free space [10:39] I think that's the best option for a first time [11:21] stupid jaunty [11:21] (gdb) run [11:21] Starting program: /usr/sbin/apache2 -X [11:21] Segmentation fault [11:21] works on hardy [11:21] :-/ [11:27] i need to see the port XX of a remote host open when using nmap, for that can i use a ssh tunnel ? [11:27] if yes, how ? [11:28] I tried "ssh -L 5432:localhost:5432 my_remote_host" but still, the nmap my_remote_host -p5432 doesn't show it as open [11:28] can someone help me ? === cjwatson_ is now known as cjwatson [11:31] <_ruben> -L is for local portmaps [11:39] _ruben, how should i do my tunnel to get the result i'm expecting ? [11:40] <_ruben> well, what are you trying to accomplish exactly? [11:45] _ruben, i'm trying to tun pgsql on my machine and connect it to a remote server [11:46] _ruben, but the port used by postgresl is closed [11:47] _ruben, i'd like to open an ssh tunnel, and check using nmap that it is open [11:58] you can also check with nestat -tlnp [11:58] *netstat [11:59] atomic_1, but i should open the tunnel first [11:59] atomic_1, that's my problem right now [12:03] i just read what you wrote, if i understood you correctly...why would you use a ssh tunnel ? if you can login to the remote machine, you can use netstat to check if the port in question is being used by something else [12:03] also check if there is an iptables firewall in place [12:07] atomic_1, tcp 0 0 127.0.1.1:5432 0.0.0.0:* LISTEN - [12:07] atomic_1, i have this twice [12:08] this is on the remote machine? run it with root or sudo to see the program [12:08] executing it as a regular user does not show the program name [12:08] atomic_1, tcp 0 0 127.0.1.1:5432 0.0.0.0:* LISTEN 14153/postgres [12:09] there you go [12:09] there is a pg server there :) [12:10] atomic_1, i want to connect to it with pgadmin [12:10] atomic_1, from my machine [12:10] well, i think it needs to be listening on the external interface [12:10] the one connected to the internet [12:10] i dont have experience with pg [12:10] but i am sure you can configure which interface it runs on [12:11] what you pasted suggests that its bound on loopback (127.0.1.1) [12:12] funny, i've had the same situation with a mysql server recently, and i also tried to use ssh tunnel for this :) [12:12] and then use mysqladmin to connect to "localhost" [12:12] but it didnt work [12:13] i mean, mysql-query-browser [12:14] atomic_1, i got it!! [12:14] atomic_1, thanks [12:14] that'll be 4 dollars [12:14] ;) [12:14] np [12:14] atomic_1, ;) [12:26] atomic_1, from what you told me, i checked netstat -tlnp, saw there was two lines about pgsql [12:27] atomic_1, in the config of pgsql, it was set to listen on localhost and myhostname which points to 127.0.1.1 in /etc/hosts [12:27] i changed this by its ip [12:28] which was reflected by netstat -tln [12:29] atomic_1, then "nmap myhost -p5432" told me it was open from my machine! [12:29] that's what i would do too [12:30] or check if i can set it on ethX, better that way [12:30] either way should work [12:30] atomic_1, which way is better ? [12:31] atomic_1, also, can i netstat from my current machine to my remote server ? [12:31] you cannot use your local netstat to check a remote server [12:32] its not a port scanner :) [12:33] atomic_1, ok [12:33] if your remote machine is not behind a nat [12:33] just set it to listen on the public ip address [12:33] if it is, you can still do it, but setup port forwarding on the gateway [13:07] hello [13:10] Sorry for possibly being off topic but I thought this might be a good place to ask...... can anyone point me to a secure php contact form script or just a few good validation functions to prevent against injection attacks and any other security issue that comes from having a contact us page with sendmail access? [13:12] * ttx goes for one more UEC reinstall. [13:24] morning [13:41] New bug: #410521 in vm-builder (universe) "Add support for (k)qemu" [Wishlist,Triaged] https://launchpad.net/bugs/410521 [14:06] New bug: #391001 in vm-builder (universe) "vmbuilder fails when specifying numeric values in config file" [Undecided,Incomplete] https://launchpad.net/bugs/391001 [14:09] Hello all! Can I join the server team? [14:11] alourie: of course. read https://wiki.ubuntu.com/ServerTeam/GettingInvolved#becomemember [14:11] henkjan: I've read that, I don't really understand how to proceed. How about "find the area of interest" ? [14:12] oh [14:12] it's just applying to Launchpad... === rgreening_ is now known as rgreening [15:01] hi, I try to run a shellscript wich I used on centos on a ubuntu 8.04 server, and I get the error "read: 160: Illegal option -a". Anyone an idea what's wrong? [15:01] the line is: [15:01] while read -a a line; do [15:02] both shells are bash [15:07] New bug: #346746 in vm-builder (universe) "/etc/resolv.conf seems to be hardcoded in vmbuilder when building ubuntu VMs" [Wishlist,Triaged] https://launchpad.net/bugs/346746 === nxvl_ is now known as nxvl [15:09] someone asked me if we are going to get symantec netbackup and backup exec client support for ubuntu server soon. Does anyone know? [15:11] I asked botchagalupe to see about getting native .debs for TSM [15:13] I've just learned how to use adduser in a basic way. I need to add a LOT of users a lot of times. I'll be rebuilding the machine often. How can I script this, is it possible. I'm imagining putting my list of users, passwords, and their groups into a file/script [15:21] incentifit: If you're using perl, you can use linlinux-usermod-perl (Linux::usermod) [15:21] s/linlinux/liblinux [15:21] smoser: ping...your patch for ec2-ami-tools work right? [15:32] hi. does anyone have a link to a howto on making ubuntu packages? [15:33] !newpackage [15:33] The packaging guide is at http://wiki.ubuntu.com/PackagingGuide - See https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/UbuntuDevelopment - See also !backports [15:37] I noticed that the default setting in eucalyptus on Karmic is now MANAGED-NOVLAN, what brought that on? [15:51] Hi there. Can anyone remember the name of the ubuntu specific project for configuring ubuntu server via a webpage? I can't remember off the top of my head (not webmin). Thanks. [15:51] <_ruben> ebox [15:51] <_ruben> or landscape [15:54] who can run Eucalyptus successfully under ubuntu 9.10 aplha 6? [15:56] thanks ruben [15:56] zul_: kicking some vmbuilder butt? [15:56] :-) [15:56] kirkland: trying to [15:57] zul_: well done, vmbuilder needs a hug [15:57] it does it does === zul_ is now known as zul [16:03] that and I like to fill up people's email [16:07] how can I modify the default mysql collation please? === dendro-afk is now known as dendrobates [16:34] mathiaz: yay https://code.aunchpad.net/~ubuntu-server/+activereviews [16:35] AzizLight: use the --character-set-server= and --collation-server= options. See http://dev.mysql.com/doc/refman/5.1/en/charset-configuration.html [16:57] kirkland in -curses mode of kvm, how do i get to console ? what is the escape? [17:00] it apparently is not ctrl-a (at least its not working for me) [17:01] New bug: #311943 in vm-builder "Failure to create Ubuntu Intrepid Server Xen PV DomU via vmbuilder" [Undecided,Incomplete] https://launchpad.net/bugs/311943 [17:01] you're not using screen? ツ [17:02] no [17:02] yeah, i did check that :) [17:11] hi all [17:12] is there any official documentation to set up kvm under Jaunty or Karmic ? [17:17] mruiz: have you reviewed the official server guide? [17:18] zoopster, http://doc.ubuntu.com/ubuntu/serverguide/C/virtualization.html [17:18] but I don't know if it is up to date [17:19] mruiz: that is the draft for karmic, yes. [17:20] great! [17:25] ttx: should I cleanup the Items for Discussion section of the Meeting wiki page? [17:25] zoopster, thanks [17:25] mathiaz: sure [17:26] ttx: ok - I'll try to keep the recurring items there [17:26] ttx: and remove specfici ones (like things related to beta) [17:26] mathiaz: sure === jsalisbury_ is now known as jsalisbury [17:27] ttx: and I'll write up the minutes [17:28] mathiaz: I bought the "Where in the world is my team" book btw [17:28] ttx: argh - you broke the meme (and my planned joke)! [17:29] ttx: awesome - I returned mine to the library [17:50] mathiaz: yo [17:50] free: hi [17:50] free: I should have more time to get through the landscape-client/smart SRU now that beta is over [17:50] mathiaz: sweet [17:50] free: what's the bug number again? [17:51] mathiaz: #347983 [17:51] bug 347983 [17:51] Launchpad bug 347983 in smart "update intrepid and jaunty to landscape-client 1.3.2.3" [Medium,Fix released] https://launchpad.net/bugs/347983 [17:51] mathiaz: I was wondering if it's possible to set up a deadline somehow, as having that update pushed is becoming very important [17:52] mathiaz: ideally we'd like to get it done before the end of this month [17:52] free: that should be doable (considering we're the 1st of the month) [17:52] mathiaz: perfect [17:53] mathiaz: I guess the sooner the better though, as I believe things will get very busy for you folks as we apprach the karmic release [17:53] free: one of the big stumbling block may be the smart update [17:53] free: IIRC landscape-client has an SRU expeption, but not smart [17:54] mathiaz: that's correct [17:54] free: IIUC smart intrepid is a new upstream release [17:54] mathiaz: also correct, jaunty is not [17:55] mathiaz: the changes between the two versions are not that many though, if needed we could help in reviewing them and explain what they do [17:55] free: yeah - that's probably what should be done [17:55] free: in order to help in accepting the SRU team [17:56] mathiaz: how do you think we should organize this? [17:57] free: have two clearly marked sections in the bug description [17:57] free: one dealing with the landscape-client SRU and one dealing with the smart SRU [17:57] kirkland, ping [17:58] smoser: pong [17:58] free: both sections should follow the standard SRU format: https://wiki.ubuntu.com/StableReleaseUpdates#Procedure [17:58] hey. i have 2 things [17:58] a. with -curses option to kvm, i can't seem to get to console. changing -echr seems to hvae no affect. [17:58] free: I'll have a look at the attached patches - they seem good [17:59] free: once that is done, I'll get the package ready for upload [17:59] mathiaz: okay, I'm going to re-work the description now [17:59] i'm thinking its possibly between chair and keyboard, but dont know [17:59] free: and I'll wait on an update description of the bug [17:59] free: the goal here is to get a clear description about the SRU [17:59] free: so that the ubuntu-sru is comfortable with accepting the update [18:00] mathiaz: so once you upload them to {intrepid,jaunty}-proposed the SRU team is going to review them looking at the bug? [18:00] free: yes [18:00] smoser: hmm, i'm not sure about that one [18:00] mathiaz: okay [18:00] smoser: as aliguori in #ubuntu-virt? [18:00] free: they will look into the queue, see if there is a bug reference in the changelog and look at the bug [18:01] free: this is why it's important to have the bug number in all the changelog as a reference [18:01] mathiaz: cool, the bug reference is now on the top of each debian/changelog, as you recommended [18:01] b. how does a guest become aware virtio ? .. mainly, you mentioned unaccelarated-ness of sym53c8xx . what faster path is there, and how should we change our images such that they take it. [18:02] smoser: it's not the guest that decides to use virtio [18:02] smoser: its the hypervisor [18:02] smoser: or libvirt [18:02] smoser: specifically, the kvm command line [18:02] smoser: i have a kvm wrapper in $HOME/bin/kvm that does it for me [18:03] smoser: let me paste you a line: [18:03] smoser: sudo /usr/bin/kvm -m 512 -smp 2 -usb -usbdevice tablet -net nic,model=virtio -net tap,script=/home/kirkland/bin/bridge.sh -drive file=karmic-server.img,if=virtio,index=0,boot=on [18:04] if=virtio [18:04] i was just about to write htat [18:04] so then, i wonder, why eucalyptus is running with if=scsi [18:06] smoser: it may depend on the guest OS - hardy guests don't support block virtio [18:06] smoser: please prepend 'kirkland'; i'm following too many channels :-) [18:06] smoser: i think virtio requires support in the guest [18:07] smoser: which has been available since ~hardy [18:07] smoser: but might break older guests, and per chance non-Linux guests? [18:07] smoser: scsi is more universally available than virtio, i suspect [18:07] you're rpbably right [18:07] smoser: but you can get a ~10x performance improvement with virtio disks and virtio network [18:08] smoser: that's supposition on my part; don't take it as gospel yet [18:08] smoser: kirkland: to be correct: hardy supports virtio network, but not virtio disks. [18:08] smoser: might confirm that elsewhere [18:08] mathiaz: ah, thanks [18:10] smoser: kirkland: TBH hardy will also work with virtio disks - but there were some bugs in virtio disks that made us switch hardy to not officially use virtio disk [18:10] kirkland: smoser: that was done in virt-manager - the default template for a hardy guest will use ide as the block device [18:21] smoser: writing up the meeting notes - [18:21] smoser: mdz had asked that vmbuilder's version be included in the manifest [18:21] smoser: that is less straighttforward, as we're currently building with vmbuilder trunk. [18:21] smoser: couldn't the bzr revno be used for that? ^^ [18:22] mathiaz: cool, thanks [18:22] yeah. it just doesn't match with the rest of manifest data [18:22] i would suggest even branch-id:revno [18:22] smoser: right - better than nothing though [18:23] New bug: #409768 in php5 (main) "php5 crashed with SIGSEGV in timelib_timezone_id_is_valid()" [Medium,Invalid] https://launchpad.net/bugs/409768 [18:32] ttx: smoser: mathiaz: i gotta drop for a few minutes while I replace my 100mbps switch with a 1000mbps switch, and move some hard drives around [18:32] UEC testing takes fast network, faster disks [18:32] my 100mbps + usb disks in my DMZ cloud aren't cutting it [18:33] smoser,mathiaz: I am not concerned about where it gets stashed; if you want to keep the manifest format the same (which I agree is useful), you could stash it somewhere else [18:34] i absolutely agree that we should record it. [18:34] would just writing to 'vmbuilder-version.txt' be sufficient ? or something like that ? [18:41] smoser: kirkland: the eucalyptus test page says: # The most recent Ubuntu Server ISO which can be found at: TBC. [18:41] what shall I put there? [18:41] is that just a pointer to the normal ISOs? [18:42] jcastro: http://cdimage.ubuntu.com/ubuntu-server/daily/current/ [18:42] jcastro: ^^ this will always point to the latest daily -server iso [18:42] well, in a couple hours beta link. but there are nightlies at http://cdimages.ubuntu.com/ubuntu-server/daily/current/ [18:42] ok [18:42] yeah [18:42] jcastro: however it may be broken [18:43] what mathiaz said [18:43] I know where those are, I'm just making sure that that's what the eucalyptus page should point to right? [18:43] ok [18:44] ok nm, reading the testcases makes it obvious that it's the normal server iso. [18:44] the -server isos are what we use for eucalyptus installtion [18:44] yeah [18:55] mathiaz: hey I've updated the bug description of #347983, does it feel better? [18:57] Anyone here using entry-level tower servers (e.g. HP ML110, Dell T100 ?) [18:59] free: great! much better. Thanks for updating this [18:59] mathiaz: np! [19:02] hey peeps [19:03] ubuntu server 9.04 - vim isn't in the path, there is no vim-common in the repo and it says vim-tiny is already installed. What gives? [19:05] hiffy: just a thought, I *think* vim-tiny actually runs as vi, certainly when I run it I get colour etc. when I enable it in the config file [19:05] i just noticed it's listed as vim.tiny [19:05] which uh confuses me [19:05] it's been vim-full for *years* [19:06] * felimwhiteley uses nan anyway [19:06] the implication behind vi is that it is old school and annoying and I don't want to use it, or at least my years of doing this has trained me [19:06] i.e. the default version of vi that ships with everything [19:06] aye but it's vim in ubuntu all the time even when you jsut run vi afaik [19:07] this is a freshly rolled install and it's not :( [19:07] ah well, if i can't get syntax highlighting working i'll be annoyed [19:14] on karmic, why does couchdb require xulrunner??! [19:14] what is pae? [19:14] physical address extension [19:15] blistov: http://en.wikipedia.org/wiki/Physical_Address_Extension [19:15] is linux-generic-pae the default kernel for karmic now? === StrangeCharm_ is now known as StrangeCharm [19:22] Anyone know how to install libstdc++-33 in karmic/ [19:22] ? [19:32] smoser: do you want to give i386: aki-c28063ab, ari-c48063ad x86_64: aki-a68063cf, ari-ba8063d3 [19:32] smoser: they are built with the more virtualized configs [19:33] give what ? [19:33] give them a test ? [19:36] smoser: yeah [19:49] my iphone supports PPTP, L2TP, or IPSec. Any free apps that will run one of these easily? [19:49] sure [19:50] any suggestions gio? [19:50] openvpn is widely used [19:50] openvpn doesn't support any of those does it [19:50] i have openvpn running already, so if it did that would be the best [19:50] was thinking i'd have to set up a 2nd vpn just for my iphone [19:51] of course openvpn does [19:51] not natively right [19:51] i'd need some kind of plugin? [19:54] everything i've read says the phone doesn't support openvpn cause it can't create a tun adapter [19:55] if you want to use something proprietary like pptp then I think there's a pptpd [19:56] ipsec is the way to go ... but, it's not as easy to set up -- openswan is the big daemon for that on linux [20:04] <|rt|> iphone does work with poptop [20:04] poptop = pptpd? [20:04] <|rt|> yeah [20:05] ya i was getting that feeling after some testing [20:05] rt have you ever connected iphone to a linux vpn? [20:05] <|rt|> yeah we have a poptop, pptp vpn, here at the office [20:05] i'm looking at the openswan wiki now, might try ipsec [20:06] <|rt|> we have some ipsec stuff too but currently only use it for the permanate tunnels [20:06] so i just need to configure my pptpd better and iphone will be able to connect... [20:07] <|rt|> Hypnoz: in theory :) [20:07] <|rt|> Hypnoz: i'll msg you to see if I can help with your configuration [20:07] you know what port pptpd runs on? [20:08] <|rt|> pptp runs on two ports 1723 and 47 for GRE [20:10] <|rt|> i guess that's IP protocol 47 not port 47 for GRE [20:47] zul_, ping [21:12] New bug: #439868 in vm-builder (universe) "UEC images could be smaller" [Wishlist,Triaged] https://launchpad.net/bugs/439868 [21:18] Q: on a ubuntu box running as a NIS server, when changing a NIS user's password as root, does root have to specify the user's old password before entering the new? [21:19] (this is the case on a SLES box I inherited, and I am trying to fix it by messing with PAM) [21:27] So I tried to mount a FAT device [21:27] Wasn't happening on Ubuntu server 8.04 LTS [21:27] FAT: codepage cp437 not found [21:28] Apparently this means I need to reconfigure and recompile the kernel [21:28] Does this sound right or am I way off the track somewhere [21:28] In some ways I hope so because I really know nothing about recompiling kernels and whether it's safe/possible with only remote SSH access [21:30] sounds like you need to 'sudo modprobe nls_cp437' [21:30] maybe that makes it work [21:30] Bilge: http://www.linuxquestions.org/questions/linux-server-73/how-do-i-mount-a-usb-drive-at-boot-time-630115/ === nxvl_ is now known as nxvl [21:43] a) not a USB drive b) not boot time [21:43] This server hasn't been booted in [21:44] up 465 days [21:50] jjohansen, you have configs available for those ? [21:50] i wish our kernels had /proc/config.gz support [21:50] smoser: sure [21:55] smoser: chinstrap:/home/jj/config-ec2 [21:56] thanks. [21:57] alex_joni: modprobe gives: FATAL: Could not load /lib/modules/2.6.24.5-grsec-xxxx-grs-ipv4-32/modules.dep: No such file or directory [21:59] depmod can't generate it either [21:59] More errors [22:00] heh, never mind, fixed all that [22:00] FATAL: Module nls_cp437 not found [22:00] heh [22:02] `modprobe -l` returns nothing [22:03] lsmod returns Opening /proc/modules: No such file or directory [22:03] Something is really not right with this modules system [22:14] did the 9.10 beta just get released? [22:14] apt is dog slow today... === onaogh_ is now known as onaogh === orudie___ is now known as orudie === dendrobates is now known as dendro-afk