[00:00] trimeta: Pop open another terminal window and tail -f /var/log/syslog [00:00] what virt software are you using? [00:00] windows virtual PC [00:00] mgpcoe: Oh, wait, I think I know what's happening: I've put public_html in peoples' home directories, but all home directories are 700. [00:01] Well, I wanted the security of 700, but it probably isn't an option here; oh well. [00:01] trimeta: :) That's probably at least part of it. [00:01] Roath: strange, I would assume the default vga 8-bit mode would work [00:02] well, after an install with all default, the display gets all garbled, like long lines going from top to bottom, i can see something is happening on the screen but not what [00:02] trimeta: I know there's a way to set Apache to spawn its processes under the UID of the file owner; that will probably solve part of the problem. [00:02] as if it cant render in that bit depth [00:04] default as far as i know is 24, but i read somewhere that windows virtual pc only supports 16 when running linux on it [00:04] Yea, that was it. I knew it was probably something stupid, but I hadn't thought it would be that stupid. [00:04] Roath: [00:04] trimeta: I wouldn't sweat it; I know I've done worse. [00:04] Roath: here are some other vga boot mode codes: http://www.pendrivelinux.com/vga-boot-modes-to-set-screen-resolution/ [00:05] they dont work, i keep getting the same "popup" called Boot loader [00:05] Anyway, thanks. [00:06] is that after you hit Tab and exit the boot options? [00:08] tab does nothing [00:08] Roath: "Boot loader" sounds like Grub wanting more command arguments [00:09] Ninjix, i've never needed to do this, so dont know what to do, which is why i ask so much [00:09] Roath: are you still trying to boot from the ISO or have you gotten 9.10 server installed already? [00:09] Roath: no worries [00:09] no install, im on the screen where i can choose to install and type in boot options [00:09] on the iso [00:09] brb phone [00:09] ok [00:11] back [00:12] Roath: I'm testing on a spare machine [00:12] ok, thanks [00:14] Ninjix, this here explains what i used to do last time (thought that was a long time ago) where it had a VGA option during install: http://www.cosky.com/installing_ubuntu_lamp_server_within_microsoft_virtual_pc [00:15] Roath: I'm able to hit the tab button after the syslinux menu appears [00:15] then it let's me edit the "install" boot arguments [00:16] but the screen reverts to standard VGA when the Debian/Ubuntu installer launches [00:16] one moment [00:16] hit tab on what menu? [00:17] the installer boot menu [00:17] with the Ubuntu logo [00:17] choose "Install Ubuntu Server" [00:17] the hit Tab instead of enter [00:17] aah, i never needed to initiate the install first [00:18] erase the -- at the end [00:18] and replace with your vga= mode of choice [00:18] top, tab does not work [00:18] nope* [00:18] perhaps your Virt PC is intercepting it? [00:19] probably, but removing the two -- made it work [00:19] :) [00:19] now i hope the vga setting was the one that will make it work [00:20] Roath: vga=ask would be one way to see what the virtual screen has available... [00:20] correct [00:20] during install? [00:20] On the boot line, where you removed the -- [00:20] yes [00:21] I'm not sure if syslinux/isolinux supports all of the extra framebuffer modes [00:21] my spare laptop has one of those wacky Intel video chipsets [00:22] BTW, what virtual machine software is this? I use virtualbox-ose and have never had an issue with this here... [00:23] the Windows Virtual PC that runs on win7 [00:24] * mgpcoe grumbles something unsavoury about postfix and dovecot === freeflyi1g is now known as freeflying [00:25] Interesting. I thought that was only intended to let you run Win XP. If it continues to give you issues, look at virtualbox instead :) [00:30] yeah. virtualbox is a great alternative [00:30] too bad it's now part of Oracle/Sun [00:30] jmarsden, it can run anything like more virtual machine software, its just that its XP mode can embed itself in the system, so i can launch eg. IE6 as if it was a native app in win7 [00:31] will try virtualbox if it still ends up garbled when booting after install [00:31] up... off to virtualbox [00:32] yup* [01:29] that survey was fun :) [01:42] I like KVM because it's endorsed by Linux and Ubuntu, and because qemu has curses and serial I/O (which is much nicer than VNC or SDL for server VMs). [01:42] And I don't trust virtualbox because they have a non-free version, which shows a... lack of commitment to FOSS. [01:45] twb: I like vbox because it's a fast and easy deployment. I want to play with kvm someday but right now I have yet to own a bios that will let me use kvm [01:46] MTecknology: do you deploy via apt-get, or using third-party (i.e. not .deb) packages? [01:47] apt [01:47] Cool. [01:47] If it's not in apt I tend to not bother [01:47] I agree, but you get some idiots in here :-) [01:47] i do get the closed source vbox though... [01:47] (BTW, you don't really need anything in the BIOS for kvm, but you need hardware virtualization support.) [01:48] I don't know why anymore. I used to use the USB support but not anymore [01:48] The BIOS needs to allow you to enable the hardware virt support though [01:49] MTecknology: have you tried futzing around it with dmidecode or whatever? [01:49] cat /proc/cpuinfo <- I have the flags there [01:49] There ought to be a way to just poke the necessary bit from linux, and then reboot. [01:49] I never tried that [01:49] MTecknology: hm, if /proc/cpuinfo reports it, then surely you have it turned on? [01:49] nope [01:49] Interesting. [01:49] some vendors are pricks like that :( [01:50] So if you "modprobe kvm", it hangs the machine or something? [01:50] Hm, weird. I can modprobe kvm even on my celeron... [01:50] Oh well. [01:50] it says it can't enable the module. I'm using a kernel that has that stripped out now though [01:51] Oh. [01:51] twb: I custom compiled this puppy - only what I need/want is in it and no init* :) [01:51] but that's not why I can't use kvm - I'm not the only one that's stuck on that road block [01:53] Now, *I* can't use KVM on my main box because vmware and openvz are installed there, and I'm not allowed to scrap them :-( [01:54] I'm not a particular fan of vmware anymore [01:54] I have always hated vmware [01:55] I used to rather like it [01:56] hm... How can I make any package that is no longer in the repos get uninstalled? I disabled a repo and anything that was installed through it I want gone [01:57] You want to purge packages from that source? [01:58] ya [02:01] MTecknology: i think you will need a script to query all installed packages and then come up with a list [02:01] pmatulis: how could I query them? [02:02] If I know how to check one, it's easy enough to check them all.. [02:03] actually aptitude full-upgrade seems to be taking care of it... [02:03] MTecknology: off the top of my head: [02:03] aptitude show -v vim | grep Filename | cut -d / -f 2 [02:03] main [02:04] nifty :) [02:04] of the top of my head ....... [02:04] MTecknology: so need another command to list every installed package and pipe that into the above command [02:05] easy - dpkg --get-selections | grep -v deinstall | awk '{print $1}' [02:05] or [02:06] dpkg -l | cut -d ' ' -f 3 [02:06] actually, need to check for install status (ii) first [02:07] dpkg -l | grep '^ii' | cut -d ' ' -f 3 [02:07] for app in $(dpkg --get-selections | grep -v deinstall | awk '{print $1}'); do echo $app; aptitude show -v $app | grep Filename | cut -d / -f 2; done [02:07] when aptitude full-upgrade finishes I'll try that [02:07] ok [02:08] lol if that works then... [02:08] ^^^ > packages; grep repo packages [02:09] I would like to trim out a lot of the installed packages though... for a few various reasons [02:10] You should be able to simply use ~V and ~A patterns in aptitude [02:10] (Sorry, I was afk.) [02:11] http://algebraicthunk.net/~dburrows/projects/aptitude/doc/en/ch02s03s05.html [02:11] e.g. ~VCURRENT ~Ahardy-backports [02:12] nice page [02:12] Where "hardy-backports" is the relevant value from the Release file of the repo in question. You may need to temporarily reactivate the deb entry in sources.list and apt-get update. [02:12] MTecknology: it's just the aptitude manual [02:12] this is a whole stinking crap load of updates considering 9.10 isn't that old.... [02:12] twb: I've never seen it - and I like it a lot [02:13] MTecknology: yup, it's one reason I like aptitude [02:13] It's a lot faster to use limits like that than to chain together grep-dctrl and apt-cache and friends. [02:13] please tell me I'm not on my own system again..... [02:14] my drive isn't spinning... [02:14] wtf is going on :S [02:14] I love aptitude - now I have more reasons [02:15] apt-get is nice but I've developed a fondness of aptitude [02:16] Current status: 0 updates [-258]. [02:16] Lovely... that's a lot of updates [02:20] How sexy is my ride? [02:20] http://www.youtube.com/watch?v=uEO2eRw4y5Y [02:22] TheGreatToilet: plonk === TheGreatToilet is now known as HFSPLUS [02:25] W: Duplicate sources.list entry http://www.ksplice.com karmic/ksplice Packages (/var/lib/apt/lists/w [02:25] ww.ksplice.com_apt_dists_karmic_ksplice_binary-amd64_Packages) [02:25] MTecknology: haha, ksplice [02:25] twb: umm.. that only shows up once in sources.list.. [02:25] hu? [02:25] MTecknology: check your sources.list.d/ [02:26] heh... ranning aptitude update again fixed it [02:27] I moved from jaunty to karmic on the sources.list line but they seem to be the exact same package so no updates [02:27] twb: you don't like ksplice? [02:28] MTecknology: I'm reluctant to allow anything from foo.com to taint my kernel [02:29] hello [02:29] I'm also dubious as to the utility and reliability of "upgrade your kernel without rebooting... as long as no data structures have changed." [02:29] I just installed imagemagick and I don't know where it is installed to...context of expublish [02:29] ez [02:29] MTecknology: btw, I see from http://www.ksplice.com/apt/dists/karmic/ksplice/binary-i386/Release that the Archive: is karmic, so you can't match its packages using ~A [02:30] TangentCollision: dpkg -S imagemagick [02:31] thanks [02:32] twb: I haven't used ksplice long enough to know what I think but I've been wanting to test it [02:32] I just like the thought of security updates and bug fixes being applied without reboot [02:32] MTecknology: as long as it isn't on a production server :-) [02:33] it is [02:33] worst case; I need to reboot the thing and remove it [02:33] worstest case; I'm boned [02:45] !ops [02:45] Help! Channel emergency! soren, lamont, mathiaz or tom [02:46] !ops| MBTA IS GOD [02:46] MBTA IS GOD: Help! Channel emergency! soren, lamont, mathiaz or tom [02:46] !ops| Come on lazy ops ban me [02:46] Come on lazy ops ban me: Help! Channel emergency! soren, lamont, mathiaz or tom [02:48] !ops| Come on lazy ops ban me [02:48] !ops| twb [02:48] twb: Help! Channel emergency! soren, lamont, mathiaz or tom === robbiew is now known as robbiew_ [03:20] twb: so when my server is an hour away; only 22/80 is allowed in; I killed any ssh access; and nobody is around for me to give my password to; ........ any suggestions other than cry? :P [03:22] MTecknology: you disabled SSH access? why? [03:22] pmatulis: presumably accidentally [03:23] MTecknology: I think you're hosed [03:23] MTecknology: you need some waldos to reboot it [03:23] MTecknology: unless it's a VPS... [03:26] New bug: #493422 in eucalyptus (main) "ubuntu enterprise cloud's store downlonad image" [Undecided,New] https://launchpad.net/bugs/493422 [03:30] pmatulis: AllowGroups sshlogin [03:30] pmatulis: I forgot to create the group and add myself to it [03:32] MTecknology: and you restarted the daemon? [03:33] yup..... [03:33] MTecknology: Only an hour away? Could be worse... if it had been 3000 miles away you'd *really* be in trouble :) [03:34] I think you're stuck until you can get you or someone else at a console session of that machine. [03:35] well, if you run some really buggy webapp on port 80, you could try breaking into it... but it's probably faster to drive for an hour than to do that. [03:37] i'd like to be able to restrict cpu and memory of a vm...any ideas? [03:38] VM memory limits are usually set when you create the VM... [03:38] oh, that's right [03:38] forgot temporarily [03:38] cpu was the main one tho... [03:38] CPU... nice the relevant processes? use ulimit ? What have you already tried? [03:39] i just threw mem in while i was at it :) [03:39] Run it on a machine with a multicore CPU and set it to only use one core? [03:39] well, i haven't setup the server yet...but was hoping to allocate part of a core [03:40] for VPS stuff [03:40] jmarsden: some servers I babysit are in .za and .il o_O [03:40] i saw OpenVZ and noticed that it can restrict cpu to that level [03:40] jmarsden: The only web app right now is It Works! [03:41] twb: Yup, I've done that from CA for servers in the UK and in Mali and India, at one point... not in my current job though. [03:41] :P [03:41] MTecknology: So... why you still on IRC... get in your car and drive to the datacenter ... right? [03:41] jmarsden: doesn't look like kvm handles this sort of thing atm [03:41] ? [03:41] jmarsden: datacenter? [03:41] MTecknology: Where they host your server. [03:41] under the steps counts as a data center? [03:42] I guess... :) [03:42] :P [03:42] I have two systems that run on xen... linodes (those are my only two production systems) the rest are backup, dev, etc [03:43] can xen handle cpu restriction? [03:44] as in restricted to user specified mhz? [03:44] When we grow big enough I'll donate the systems to some prick I hate and let him kill himself trying to make them function correctly... then get real systems and put them in a real data center with real cloud computing technology [03:45] MTecknology: Maybe you should move "the rest" to Linode too, so they have console access etc etc foe times like this? [03:45] *for [03:45] idk.. - this is the cpuinfo output - http://paste.ubuntu.com/336294/ [03:46] jmarsden: Linode really doesn't offer much in the way of >1TB data + >8GB RAM [03:47] And you keep that "under the steps"? :) I hope the steps have a good lock on them... [03:47] it works great for the two web services we provide. Given the money it would be nice to move the dev system to linode - but we can't afford it now [03:48] the area they exist is at the security level that I consider 'well enough' - I'd like something better but then we get back to that price issue [03:49] Understood. Since you already have the hardware, finding a (relatively) cheap local colo that has serial console access and remote reboot might be worth trying. [03:50] But for now... get in the car :) [03:51] If I had an extra $40,000 to blow; I would get 7 awesome systems with real raid an dput them in a datacenter with all the great "cloud" technology and guarantee some uptime. Then try to expand very fast to help ensure that I can afford it when the money dries up [03:51] for now I'm going to just wait for somebody to show up :P - I was there once today [03:52] I wonder how much it would cost to do that in reality..... [03:52] I hate dealing with old crappy hardware that needs to maintain reliability in order for me to [03:53] I'm trying to build a business === dendro-afk is now known as dendrobates [04:44] Noob question: apt-get install python-vm-builder tells me it couldn't find the package. What do I need to change to get it to view it? Ubuntu 9.10. [04:45] /view/install/ [04:45] !info python-vm-builder [04:45] python-vm-builder (source: vm-builder): VM builder. In component universe, is extra. Version 0.11.3-0ubuntu1 (karmic), package size 243 kB, installed size 3336 kB [04:46] Leszeck: enable your universe repository; update apt; install it [04:46] Sorry, how does one do that? Is there a tutorial someplace? I'm more used to centos and yum. [04:48] Leszeck: the way I do it is..... [04:48] actually maybe ubottu can say better [04:48] !sources [04:48] The packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories and http://www.ubuntu.com/ubuntu/components - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories [04:48] did something change in 9.10? upgrade my linode, I have no getty on hvc0, I do have gettys on tty1-6, although both /etc/inittab and /etc/event.disabled show the tty1-6 should be disabled [04:49] Leszeck: follow those links to enable the universe repository; then apt-get update && apt-get install python-vm-builder [04:49] hm? [04:50] Thanks, I'll try it out. [04:52] Outstanding; that did it. Thanks everyone. [04:52] jtaji: Linode guys are irc.oftc.net #linode - they can tell you a lot easier [04:53] yeah I did ask their first [04:54] I have no idea - I don't use their getty interface much [04:54] sorry [04:56] no prob.. it's more of a general upstart question... tty1-6 files have been moved from /etc/event.d/ to /etc/event.disabled/ yet they still start... odd [04:56] I know the kernel is handled by xen which could potentially affect that [04:57] Does anyone know what I have to install on a 9.10 EC2 instances to get ec2-ami-tools? I've got an updated universe and multiverse, but it can't find the ec2-ami-tools package. [04:58] MTecknology: indeed.. the one reply I've received so far thinks my kernel should be good... [04:59] Leszeck: per http://packages.ubuntu.com/lucid/ec2-ami-tools they are supposed to be in multiverse [05:02] Leszeck: You are running Lucid, right? [05:02] Wait, you said 9.10. ec2-ami-tools does not exist in Karmic, as far as I know, only in Lucid. [05:03] Got it working; I'm running karmic. When I copied the multiverse stuff from the webpage I googled to my sources.list, it had "hardy" instead of "karmic". [05:03] OK. [05:03] apt-get got it; I'll let you know in a sec if it works. [05:04] cli gives me usage; now trying to bundle an image. [05:04] Oh, my mistake, they do exist in earlier version of Ubuntu too. [05:04] Working like a champ. Thanks, all. [05:04] :) [05:13] figured it out... it's moved again from /etc/event.d/ to /etc/init/ [05:34] Hi all, i have a ubuntu 8.04 LTS host with server 2.0.2 installed, i have an issue with performance, my windows guest is running amazingly slow, yet this host machine used to have windows on it running vmware server, and it was fine... Any performance tweaks i should know? [05:37] spoonybooncoon: How much RAM is allocated to the Windows guest? Is that RAM really available for it to use, or is it swapping? Do general performance checks on the server as a whole and see what the bottleneck seems to be? [05:38] The windows guest has 2024MB ram, on a system with 4GB installed, and linux-headers-server with PAE... [05:38] And, no it's not swapping... According to TOP [05:39] So why is it slow... disk access? Using 100% CPU? network access??? [05:39] Try to narrow it down, the fact that it is Windows or a VM doesn't really matter at this point, just determing what the bottlenecked resource is. [05:40] The load average goes way up when it's doing anything. [05:40] That could be several things... when it is "doing anything", does top show a lot of CPU usage? Does iostat show a lot of disk activity? etc. [05:41] I'll have a look [05:43] It's weird because i'm sure it was alot more efficient when i had windows as the host os, running the same vm. [05:45] That's no way to troubleshoot a performance issue :) Get read information instead... [05:45] *real [05:46] Ok [05:48] what do you make of this [05:48] this is with it not doing much at all [05:48] avg-cpu: %user %nice %system %iowait %steal %idle [05:48] 1.12 0.00 11.21 34.46 0.00 53.21 [05:49] and it under load [05:49] avg-cpu: %user %nice %system %iowait %steal %idle [05:49] 1.12 0.00 11.20 34.64 0.00 53.03 [05:49] Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn [05:49] sda 127.23 1566.00 4563.68 35232588 102675360 [05:50] Looks IO bound... but don't paste that much at once to the channel, use pastebin [05:51] Could something else (in Linux) be causing significant disk i/o ? [05:51] 34% iowait when it is "not doing much at all" seems unusual, to put it mildly. [05:55] It's a fresh install. [05:56] That doesn't answer the question. It might be doing an update of the locate database, it might be downloading and applying a pile of security updates... [05:57] Use the Ubuntu tools you already know to determine what the server itself is doing... [05:57] Then look at the VM and Windows after that. [05:58] how can i tell if it's doing a locate update? [05:58] and how long does that generally take? [06:01] Use top to see what processes are running and using CPU... might go on for a few minutes, shouldn't be hours. [06:01] Worst case, shut down the Windows VM and then look at top and iostat and vmstat etc and see if there is still a lot going on... === techgeek_ is now known as techgeek [06:01] I think it might have been doing that, because i ran iostat directly after installing iostat [06:02] so it could have been updating indexes still [06:02] But i've noticed my IO wait continues to rise, and it's not dropping.... [06:02] CAn you kill off the VM and see if it then drops to zero? [06:03] My vm is doing some rather intensive operations... [06:03] IO intensive.. [06:03] BTW I have a Windows 2000 VM running here and iostat shows 0% iowait when Windows is "not doing much"... [06:04] OK, so then it is probably that IO which is the bottleneck. How did you create the virtual disk -- is a file or a separate partition? [06:11] file based. [06:16] Do you have a spare drive on the server -- I'm no vmware expert, but in general one way to reduce I/O overhead can be to use a real partition or LVM volume rather than a file for the virtual disk. [06:24] No, i don't it's a laptop... [06:25] You are running the server version of Ubuntu on a laptop? Really?! [06:26] So you can't display the windows VM screen on the laptop, you can only remote in over the network from another PC to see it? [06:46] It *would* be reasonable to deploy Ubuntu Server on an old laptop when repurposing it as a router... [06:52] twb: Yes. But it seems odd to run Windows server in a VM on it, and then do I/O intensive stuff in that VM... and the "old" laptop has 4GB RAM... I suspect we're looking at a Ubuntu desktop install, not server. [06:53] Shrug [06:59] does anyone know an apache library package substitute for libaprutil1 that will work with php4-mysql? [07:00] Isn't PHP4 long gone? [07:00] I wish [07:00] It is. Unless you're running Dapper, you can't have PHP4 [07:00] Why not? [07:01] Because later versions of Ubuntu ship with PHP5, and attempting to downgrade that is an insane nightmare [07:01] Ah. Well, I didn't think it came with php5 installed, however I recently started over and am using Lenny currently [07:02] Lenny isn't Ubuntu [07:02] Right, I do know [07:02] But I came across the same issue [07:03] The issue is that I can get most of the php4 packages to install but libaprutil1 conflicts with php4-mysql [07:03] [07:03] syncrondi: I won't help you with that, because IMO it is an extremely Wrong Thing. [07:05] twb: The script I'm trying to run was written for a shared host that was and is still running php4 and I think the coder must not be competent because when I moved this to a VPS and installed it on php5, the script stopped working. It would be a lot of effort to rewrite the script and under a deadline it isn't feasable. I thought it might be possible to just install php4 for the time being. [07:06] syncrondi: IME it'll be more effort to get PHP4 on a recent Ubuntu or Debian that it will be to fix the script. [07:06] I have been in exactly the same position before, IIRC on Etch. [07:07] twb: I'll take your word for it. [07:07] It also depends how large and stupid the script is, I guess [07:08] Well, I've already sunk enough time into fixing this problem infrastructure side, that the coder is going to need to take this from here out! [07:14] thanks for the advice twb [07:17] <`jpg> Heya, anyone running Ubuntu Enterprise Cloud here? [07:18] !anyone [07:18] A large amount of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? [07:22] <`jpg> Well I am only looking for a general impresssion and a maybe a few technical questions regarding the redundancy of the control services etc. [07:22] <`jpg> I want to implement a high availabily high performance cloud. [07:23] <`jpg> Main concerns are the redundancy of the control services. [07:23] Morning [07:24] <`jpg> I need to know if I can run multiple cloud controllers for a single set of nodes as to provide redunancy if the phsyical host hosting one or more of the control services fails. [08:08] ttx: Regarding the NIS package and a "LDAP setup" as an alternative. Must be plenty of environments where Ubuntu computers are primary clients, the NIS is already in place, and there really isn't an alternative to using the NIS "client" included in the NIS package. [08:09] andol: right, that's what I meant by "existing environments to support" [08:11] ttx: ok, with you then. [08:20] my ubuntu-server installation has upgraded the kernel but its not using server labled kernels anymore, it automaticly switched to generic. why? [08:21] andriijas: -server flavour disappeared on i386, IIRC [08:22] twb: ah [08:22] thats resaonable [08:23] i've discovered that i infact have a 64bit cpu so will probably swap out the system and reinstall from the ground [08:23] if theres no easy way to just reinstall all packages as 64bit instead... [08:24] You can't switch to 64-bit without reinstalling. Sorry. [08:25] is there any easy way to download 64bit iso, extract to usb stick and install ubuntu from it? [08:25] is it 'safe' to upgrade to Lucid yet? Or is it in non-working state? (I know it's pre-Alpha) [08:26] Jeeves_: wierd qustion. upgrading to anything thats pre-alpha is on your own risk. [08:26] Nothing is safe. [08:27] Perhaps you should qualify your question [08:27] living is not safe ;) [08:28] <`jpg> You can install from usb using Unetbootin. [08:31] You can install from USB using d-i [08:31] andriijas: It's not a weird question. There is a difference between 'expect daily breakage' (which I do) or 'its completely broken, upgrading will definitly cause total breakage' [08:31] * twb doesn't like this newfangled crap [08:32] Jeeves_: It's a wierd question because it might be working now but it could be broken any sudden day [08:32] Jeeves_: I don't know, but you could start by asking malone (launchpad) about release-critical bugs in lucid... [08:33] `jpg: https://help.ubuntu.com/community/Installation/FromUSBStick sounds pretty trivial [08:33] twb: There will obviously be release-critical bugs.. [08:34] But, nevermind, I'll try and see.. [08:34] Jeeves_: if you just want to play with it virtualbox is nice [08:35] Jeeves_: but some of those RC bugs will not affect you [09:10] Nafallo: Well, ospf and rip at least work. [09:10] soren: let me find the backtrace. [09:13] 2009/12/05 22:01:49 BGP: Assertion `ret != ((void *)0)' failed in file bgp_attr.c, line 647, function bgp_attr_unintern [09:13] full backtrace in PM [09:22] Hmm, quagge. === ogra_ is now known as ogra === ogra is now known as Guest91885 === Guest91885 is now known as ogra [10:26] New bug: #493510 in vm-builder (universe) "vmbuilder: Creates mostly empty EC2 images on 64-bit" [Undecided,New] https://launchpad.net/bugs/493510 [10:58] https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/489499 [10:58] Launchpad bug 489499 in nfs-utils "An issue with rpc.mountd's --manage-gids option makes NFS operations hang" [Undecided,New] [10:58] Who can we bug about that bug? :) === david is now known as Guest29396 [11:07] New bug: #493523 in eucalyptus (main) "[lucid] Eucalyptus-cc fails to start, missing axis2 apache module" [High,Triaged] https://launchpad.net/bugs/493523 [11:07] what is vps [11:07] <_ruben> virtual private server [11:08] kees: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/487010 [11:08] Launchpad bug 487010 in linux "ip6table modules are not included in the -virtual kernel packages" [Undecided,Confirmed] [11:09] Isn't that enough of a security issue? [11:10] You'd think that if iptables is around, iptables6 should be, too. [11:11] i.e. both or neither [11:11] (Unless you know a-priori that only on will be used...) [11:12] twb: the binary ip6tables is available. The needed modules aren't [11:13] Jeeves_: I meant the modules. [11:14] Ah ok :) [11:15] <_ruben> who uses ipv6 anyways :P [11:16] /kick _ruben [11:16] ;) [11:16] <_ruben> hmm .. crap .. my sarcasm failed .. how'd i end up on a ipv4 freenode server?! [11:17] :P [11:17] <_ruben> hrm [11:18] <_ruben> that's better === martin_ is now known as martin- [11:28] _ruben: I was gonna migrate to native IPv6 last weekend, but I got distracted [11:28] Tunneling over IPv4 is for losers [11:33] <_ruben> twb: the office complex we're in is scheduled to get native ipv6 Q1 2010 [11:33] Internode has trial native IPv6 for its ADSL customers, yaaaay [11:33] <_ruben> and tunneling ipv6 over ipv4 beats using ipv4+nat [11:34] Ugh, tell me about it. [11:34] <_ruben> i'd switch back to xs4all (big dutch isp), if only they wouldnt be so expensive, they've been offering tunnels for years, and also started deploying native to dsl users [11:34] My boss was trying to get NAT working for his OpenVZ VEs tonight [11:35] _ruben: yeah, I know of them. IIRC Russell Coker was telling me how they were a nice employer. [11:36] I think he (my boss, not Coker) managed to get triangle routing [11:36] <_ruben> triangle routing ftw! :) [11:37] Here, I pay about an extra AUD10/mo (about 15% of the total) to go with Internode instead of . [11:38] IMO it's worth it just for Debian mirror and not having to pretend to edit the registry if I ever need to call their tech support. [11:38] hi [11:39] And no bullshit like them blocking ports below 1024 or a bad transparent http proxy, or those laughable default DNSs some ISPs seem to have. [11:40] <_ruben> switching from current "crap" isp (telfort) to xs4all would mean E30/mo -> E60/mo for same speed (20mbit adsl) [11:40] telfort is fine here [11:41] <_ruben> telfort just works, usualy .. that's as far as i'll go :) [11:41] and the people that can read and or talk on the phone aren't mutually exclusive like tweakdsl [11:42] and "lie at every phone call" is not a requirement for all the people that work there [11:42] so I'm happy with it [11:42] <_ruben> hehe [11:42] does xs4all allow more than one ip when bridging? [11:43] <_ruben> they did untill a few years ago .. fast-adsl had 4 ips [12:14] _ruben: Don't expect xs4all to deliver native v6 any time soon [12:14] I do know someone who is thinking about starting a cool ISP in .nl again [12:15] But, a cool ISP cannot deliver under costprice :) [12:24] <_ruben> Jeeves_: hehe [12:25] <_ruben> speaking of cool, reducing the number of pcs here means i'll have to go turn on the heater .. frozen fingers [13:07] New bug: #491273 in libvirt (main) "netfs storage pools are not autostarted at boot (karmic) (dup-of: 351307)" [Undecided,New] https://launchpad.net/bugs/491273 [13:16] hello [13:18] hi aubre [13:21] is there a dpkg equivalent to rpm -V ? [13:22] which would verify all the files in a package and show if anything changed [13:38] morning === sommer_ is now known as sommer [13:42] cemc: investigate package 'debsums' [13:43] pmatulis: thanks [13:43] !info debsums [13:43] debsums (source: debsums): verification of installed package files against MD5 checksums. In component universe, is optional. Version 2.0.46 (karmic), package size 44 kB, installed size 268 kB [13:52] New bug: #491791 in whois (main) "Incorrect server for .ae" [Undecided,Fix released] https://launchpad.net/bugs/491791 [14:17] Hi! [14:18] hi [14:18] this is maybe a little OT, but....what component is responsible if i want a Hot-Plugable SATA Disk? [14:18] the Raidcontroller or the disk case or both? [14:18] i think the controller [14:18] but i'm not sure [14:19] i'm not so informed about these things [14:19] me neither :) [14:19] i am quite sure, but not 100% :) [14:19] :) [14:41] <_ruben> spiekey: the controller indeed (doesnt have to be a raid controller, 'simple' sata controller could support it too) [14:42] _ruben, thanks! === robbiew_ is now known as robbiew [14:43] <_ruben> the driver probably needs to support it too i think === jcastro_ is now known as jcastro === david is now known as Guest40962 [15:15] does anyone know about ubuntu cloud? [15:21] rj175: I tried to understand what they mean when you install a "cloud" server but it's beyond me [15:28] rj175, people here do know "about ubuntu cloud". what particularly do you want to know? [15:31] MTecknology: Step one is have ssh access to a system so you can install stuff. [15:31] ;-) [15:32] i am able to ping from linux to windows but not from windows to linux. destination host unreachable. am using ubuntu 9.10 server on virtualbox. === orudie_ is now known as Paul_work [15:45] ScottK: :P === astechgeek is now known as Guest38640 [16:12] is .bin file about Linux or Windows? [16:13] EsatYuce: *nix [16:13] chmod +x file.bin; ./file.bin [16:13] or sh ./file.bin [16:14] Can i run this file in Linux? [16:14] read above [16:14] it is just name [16:15] i dont understand === Guest38640 is now known as techgeek [16:15] !bin [16:15] hm.. [16:15] first google result - http://www.cyberciti.biz/faq/howto-unix-command-run-execute-bin-files-in-linux/ [16:16] i will try that [16:17] soren: the OATH Yubikey is available now! [16:18] MTecknology : The terminal said me this: chmod: cannot access [16:19] mdeslaur: You you push it and it pretends to be a USB keyboard that sends your one-time password? [16:19] soren: yes [16:19] !details | EsatYuce [16:19] EsatYuce: Please give us full details. For example: "I have a problem with ..., I'm running Ubuntu version .... When I try to do ..., I get the following output: ..., but I expected it to do ..." [16:19] soren: they had their own algorithm, but they now sell OATH ones too [16:20] mdeslaur: Excellent. [16:20] I'm just wondering if there are reasonable cases where you don't actually have USB access, but these days, I guess there isn't really. [16:20] i have Ubuntu 9.10 i want to install Google Erath application, i downloaded GoogleEarthLinux.bin file from site. How can i run this application? [16:20] EsatYuce: Try in #ubuntu. [16:20] soren: how? [16:21] /j #ubuntu [16:21] EsatYuce: Ask your question in #ubuntu instead of in #ubuntu-server [16:21] ok [16:21] thnaks [16:21] Sure thing. [16:24] zul: do the current whiteboard comments on the server-lucid-canonical-application-support spec mean that drupal6 is going to languish with asterisk? :( [16:25] Ng: yeah for now [16:25] that's unfortunate [16:39] i keep getting this error when trying to launch a instance in ubuntu cloud "in MANAGED-NOVLAN mode, priv interface 'eth1' must be a bridge, tunneling disabled" [16:47] ho do I find out what program is running on a port? [16:48] jeeves_Moss: sudo netstat -pant [16:49] Pici, how can I grep out just what's on port 80?\ [16:49] jeeves_Moss: sudo netstat -pant | grep :80\ [16:50] jeeves_Moss: Theres a space after that slash [16:50] how can I fix this error with apache2? http://pastebin.ca/1705701 [16:50] Pici: I prefer netstat -ltpn personally. [16:51] Pici, did you get a chance to look @ that pastebin? [16:52] jpds, did you get a chance to look @ that paste bin === stgraber_ is now known as stgraber [16:53] jeeves_Moss: You can also do something like: sudo lsof -i:80 [16:54] genii, thanks [16:55] jeeves_Moss: your site configuration file(s) are incorrect. Did you define a NameVirtualHost before the rest of your virtualhost entries? I don't think you can do that. [16:56] Pici, I think it's the flashMediaServer that's causing a headache [16:57] Pici, it worked well before I started playing with subsonic [16:58] Pici, what's the apache command that looks through your config files again? [16:59] jeeves_Moss: er. doing a apache2 reload or restart will surely do it. [16:59] I'm not sure if thats what you're looking for though. [17:00] Pici, well, the output from that paste bin is what I get when I try to restart the server [17:01] jeeves_Moss: Normally that would mean that you have a problem in one of your /etc/apache2/sites-enabled/ files [17:02] * genii thinks about apachectl configtest [17:02] Pici, that's the issue, I don't know what file is hooped and WHY [17:03] jeeves_Moss: try genii's command and perhaps it will tell you which file. [17:03] Pici, command again? [17:03] jeeves_Moss: apache2ctl configtest [17:03] thanks. [17:06] Pici, I think it's the execwrapper we're having issues with [17:07] Pici, http://pastebin.ca/1705726 [17:07] genii, http://pastebin.ca/1705726 [17:16] well, now I don't have a MySQL connector! ARRGGHH [17:16] the ending "Syntax OK" it's nice..=) [17:21] jeeves_Moss: I've not seen that particular SUEXEC issue before, but this Debian bug seems possible cause: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=395828 [17:21] Debian bug 395828 in apache2.2-common "apache2.2-common: suexec is not detected by apache2" [Important,Fixed] [17:23] genii, lol, and to think everything was working untill I rebooted last night! === dendrobates is now known as dendro-afk [17:32] so i havent used ubuntu since like 2.x but decided to use 9.10 for my server. at one point, it was up and running even had x installed then i rebooted it for the first time and bam - it wouldnt load just 99 99 99 99 99 99 99 [17:34] hey there, I have just installed Ubuntu Enterprise Cloud with one node. I ran into problems starting up instances, so I'd like to inspect the nodes logs. but I can't find information on how I can connect to the node with ssh. Do you have any advice on how to do that? [17:35] after some research i found out somethin goofy with my boot loader so i blew up my install and the MBR now after the ubuntu installation completes it boots up and says missing operating system or nonsystem disk or disk error replace and strike key when ready =o [17:36] DyGyTyL: There were no 1.x 2.x or 3.x versions of Ubuntu [17:36] New bug: #493667 in postfix (main) "Postfix SASL authentication does not work with Dovecot SASL in default configuration" [Undecided,New] https://launchpad.net/bugs/493667 [17:37] maybe it was 5 was awhile back :P [17:37] 2.x must've been the kernel [17:39] shit just versioned the whole channel by accident >_> [17:45] DyGyTyL: Is this machine one with some builtin RAID5 controller, which you're trying to install the system onto? [17:46] no raid but it does have multiple(3) hard drives [17:47] * zul kicks launchpad [17:48] During the installation of UEC on the node there is no prompt for creating a standard user, so I assume that ssh access is key-based. But I can't find a key which allows me to access the node without asking for a password or a passphrase. Any hints? [17:50] does anyone know how to apt-get install nis without being prompted for NIS domain, so I can script it into an install? [17:51] Hypnoz: You could pre-seed the answer for the question. [17:52] so i can't use apt-get then [17:52] Yes, you set the answer in the question database and apt-get the package. [17:53] what and where is a question database? [17:55] I'm trying to find a web page about it... preseeding for a whole install is discussed at https://help.ubuntu.com/9.10/installation-guide/i386/appendix-preseed.html [17:55] But that's not quite what you need... [17:57] man 7 debconf # seems very relevant [17:59] based on that man page, the database is under /var/cache/debconf/ [17:59] Looks like you can use apt-utils and dpkg-reconfigure to do what you want. === dendro-afk is now known as dendrobates [18:21] hmm ok I'll see if I can find more info === DyGyTyL_ is now known as DyGyTyL [18:27] I need help adding a signing key from the command line. Could someone give me a hand or point me in the correct direction. [18:38] my sudo add-apt-repository command says it is not found? [18:38] in ubuntu 9.10 [18:38] you probably don't have the package installed then. [18:38] run it without sudo, and it'll tell you what package to install. === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [18:42] Xpistos|work: http://packages.ubuntu.com/search?searchon=contents&keywords=add-apt-repository&mode=exactfilename&suite=karmic&arch=any [18:49] not there [18:49] New bug: #492734 in ntp (main) "App-Armor and NTPd in Xubuntu 8.04 LTS unconfined!" [Undecided,New] https://launchpad.net/bugs/492734 [18:50] the package is add-apt-key isn't it? [18:51] I found it [18:51] I needed to apt-get install python-software-properties [18:51] and it is there now [18:51] thanks genii [18:51] Xpistos|work: Yer welcome [18:55] hi, do caching nameservers typically need a search path? [18:56] maybe one more thing. I am trying to upgrade my deluge and I have the new PPA installed but it says that files are being kept back when I do an apt-get upgrade? Could this be becuase I manually installed the package instead of using the repo? [18:58] sudo apt-get dist-upgrade worked however [19:03] hi [19:04] anyone here familiar with awstats, should /etc/awstats be owned by root or www-data? [19:05] i'm having permissions errors on my .conf file, saying it can't be located in /etc/awstats, while in fact it is, tried to chown -r /etc/awstats to both root, and www-data, both give the same error [19:06] http://pastebin.com/m3768ef60 using ubuntu-server [19:09] ruben23, https://help.ubuntu.com/community/ApacheTomcat5 [19:10] shows you right there how to set the variables for tomcat to work [19:10] actually...here's an updated one for 9.10 [19:10] https://help.ubuntu.com/9.10/serverguide/C/tomcat.html [19:11] set JAVA_HOME in /etc/default/tomcat6 [19:16] okay how about this one. I have an sshfs share on my laptop from my server (both 9.10) how do I set my permissions so I can delete items out of my share? Right now when I try it says i do not have perms. [19:17] as long as the user you're logging in as has permissions to delete, it should work. [19:20] its not [19:21] it's not working I mean [19:22] If I SSH in to the server I can delete all day [19:22] and I can create from my sshfs, but not delete [19:23] that's really weird. maybe a bug in sshfs? === luis__lopez is now known as luis_lopez [19:30] has anyone else noticed that /etc/debian_version has a somewhat strange value? [19:30] it also has a somewhat strange name, but that's beside the current point ;) [19:31] is anyone using kslice on their server? [19:43] cj, billybigrigger@timmy:/etc$ cat debian_version [19:43] squeeze/sid [19:43] looks ok to me [19:51] just now I installed nfs-kernel-server package on ubuntu server 9.10. but now its saying "Not starting NFS kernel daemon: no suppport in current kernel". o/p of uname -a 2.6.31-14-generic-pae. what should I do? === robbiew is now known as robbiew-afk [20:47] billybigrigger: are you running sid? karmic? lucid? I'd expect something similar to lsb_release -c [20:48] karmic [20:48] cj: The file is taken from Debian really... [21:11] Hey fellas. I'm looking for a way to get around using the Windows System Policy Editor. Anyone know a good howto for building your own NTConfig.POL or something similar? Googling has failed me. I found a large file of examples (http://is.gd/5fhID), but it appears to be only the configuration for the SPE program and not the policy itself... though I could be wrong. [21:12] If anyone can point me in a direction, I'd appreciate it. [21:21] Rawr, that link is to an adm file, I guess that's why it looks like it's in the wrong format. gg [21:22] cjwatson: hi there ... just coming online now [21:22] cjwatson: i'm in Portland this week [21:23] kirkland: you can disregard my questions in scrollback - ttx helped me out today [21:23] cjwatson: ah, okay, i was just about to start responding to those [21:24] oh, actually [21:24] 21:15 kirkland: if the eucalyptus CLC and CC are on separate machines, do they each need their own SSH key? [21:24] kirkland: ^- I didn't ask ttx about that, so if you happen to know ... [21:25] cjwatson: hmm, i've never really considered sharing a common host key across different machines [21:26] hmm, no, I don't think that can have been what I meant [21:26] cjwatson: okay, can you clarify? [21:26] cjwatson: you mean eucalyptus@CLC and eucalyptus@CC ? [21:26] cjwatson: user keys, you mean? [21:26] kirkland: I believe I meant, does the CLC need its own SSH key (not host key, I mean one in ~eucalyptus/.ssh/id_rsa) [21:26] right [21:27] cjwatson: ah, right; i'd think a single private key would make the most sense [21:27] well, I'm not sure I was actually contemplating sharing [21:27] if I remember my state of mind correctly, I was actually trying to discover whether the CLC needed a key at all [21:27] sharing's probably tricky, I'm not sure I fancy putting private key text in a preseed file [21:28] cjwatson: definitely not [21:28] cjwatson: definitely not -> putting private key text into a preseed file [21:28] the reason I ask is that the only thing that runs ssh-keygen automatically right now is eucalyptus-cc.postinst [21:28] so if the clc needs a key too, it needs a better postinst [21:28] cjwatson: i *believe* that it will [21:29] cjwatson: nurmi will be here later tonight; i'll ask him then, as I'm not positive [21:30] cjwatson: should we start testing the ISOs soon? [21:31] cjwatson: ie, are there bits landing on the server ISOs that are ready for some exercise? [21:32] sure [21:32] I was actually hoping to get the whole installer spec in for a1, but I'm not sure whether I'll quite manage it === luis__lopez is now known as luis_lopez === david is now known as Guest18949 [22:01] New bug: #493781 in bind9 (main) "Karmic: Bind9 startup script fails after upgrade" [Undecided,New] https://launchpad.net/bugs/493781 [22:19] anyone know of an apache 2.2.14 package for karmic ? [22:31] I'm having this issue with my server. it's a v-hosted install of Apache2, and now, after a reboot, I'm getting a "SUEXEC wrapper" error. Nothing that I know has changed since the last reboot. and now, I can't get any kind of connections to my database server === dendrobates is now known as dendro-afk [23:04] hi [23:04] i am (still) having very weird problems with raid+lvm on karmic [23:04] when i boot the machine with both mirror disks of a raid1 attached, i don't see the partitions on the disks [23:05] /proc/partitions shows sda, sdb, dm0 and dm-[0..3] [23:05] when i remove one of sda/sdb, i see the partition (sda1 / sdb1). what is going on here? [23:05] are you using linux md raid, or fakeraid on your motherboard? [23:06] linux md raid, to the best of my knowledge [23:06] ok, that is weird. what does /proc/mdstat say? [23:06] fakeraid is disabled in bios setup [23:06] one second, pasting it [23:06] k. [23:07] when i plug put one of the disks and attach it via usb, all works normally [23:07] i see sda1 and sdb1 and can add the missing disk to md0 [23:08] i then waited for the raid to sync. shutted down the system, attached disk using s-ata again: problem is there. === robbiew-afk is now known as robbiew [23:09] unit3: mdstat: http://pastebin.com/f3914e90c [23:09] oh yeah, it's creating the dm devices, and then getting confused. that's weird. [23:09] hmm.. check dmesg, see if it says why it's creating those dm devices. [23:09] since it shouldn't be, if you're just doing disks->md->lvm. [23:09] unit3: mdadm -D: http://pastebin.com/f2e24855a [23:10] why is it using that /dev/block alias instead of /dev/sda1? [23:11] no idea. It shouldn't be, really. === erichammond1 is now known as erichammond [23:11] i used the installer to setup the raid/lvm, btw [23:12] so this might be an installer bug [23:12] dmesg|grep -i "dm-" -C5: http://pastebin.com/f48886f75 [23:13] i'm not knowledgeable enough to make much sense of those log messages [23:17] No idea. It really shouldn't be setting up DM devices unless you're using bios / motherboard fakeraid. I can't really explain that log at all. [23:17] hm ok, thanks anyway [23:18] i guess this will take some time to fix... i probably should attach another mainboard to the system to rule out that the motherboard's fakeraid is somehow interfering [23:18] might be a good step, yeah. or at least doublecheck the bios settings, or try some alternate ones for the SATA controller. [23:19] nvidia fakeraid is disabled in bios setup, i already played with all the other settings [23:19] yeah, don't know what else to suggest. [23:19] another thing that is weird is that there are devices with the name "nvidia" in them present [23:20] /dev/mapper/nvidia_ddeaefgd /dev/mapper/nvidia_ddeaefgd1 [23:20] it looks like something is trying to be too clever... but i don't know much about this dm stuff