[00:05] hggdh: maybe is gonna be best to take that out from eucalyptus-common into a new package [00:06] RoAkSoAx, o/ [00:07] Daviey: ok so I was thinking, what's the purpose of euca-* commands? [00:07] Daviey: are those to be run only [00:07] on the CLC [00:07] or on any machine that install eucalyptus-common? [00:08] RoAkSoAx, euca-* could be run remotely [00:08] from a machine external to the cloud [00:09] the hell is that there are euca-* in euca2ools and in eucalyptus* [00:09] hggdh: uhmmm === erichammond1 is now known as erichammond [00:11] RoAkSoAx, nothing prohibits you from installing euca2ools on your laptop and using it there to control an Eucalyptus cloud elsewhere (or EC2) [00:12] hggdh: ok so as far as I can see the [00:12] python module euca_admin is only shipped with the eucalyptus source [00:13] yes. It seems to be used by some *other* euca-* -- like add-user, delete-user, and perhaps others -- [00:13] while euca2ools ships a whole set of euca-* commands that do not use the euca_admin module [00:13] yes [00:14] these seem to be restricted to running under the cloud [00:14] Daviey: hggdh so what we could do is separate those euca-* commands and moduel into a separate packages and maybe from euca2ools also install them/it as a Dependency [00:14] hggdh: right euca_admin module seems to be run under the could [00:14] RoAkSoAx, I would like to know *why* eucalyptus split the euca-*, first of all [00:15] hggdh: because those binaries that use euca_admin seem to be only for the CLC: the source is organized as: /clc/tools/src/euca_admin/ [00:16] before we go and split them. the euca-* admin functions would -- most probably -- be restricted to the CLC, I do not know why [00:16] since -common is installed in the CLC, there is no missing dependency [00:16] hggdh: whose the contact in eucalytpus for this? [00:16] RoAkSoAx, Dmitrii, or Daniel, IIRC [00:16] hggdh: right but -common is also installed in the NC,CC,walrus, sc [00:17] hggdh: nicknames? [00:17] hum [00:17] on the #eucalyptus channel... [00:18] cerealkllr is, I think, Daniel [00:19] deckie is from Eucalyptus, but I do not remember his name... Chris? [00:19] I do not see any that I would associate with Dmitrii, but I do not remember even chatting with him [00:21] RoAkSoAx, another bit of data: I can create an user with euca-add-user, but the user is created disabled, and I cannot see how to enable it :-( [00:31] hggdh: ok so I guess the best is to separate the euca-* binaries shipped in eucalyptus-common into its own separate package [00:31] Daviey: ^^ [00:32] RoAkSoAx, I agree. But, for consistency, euca-get-credentials should be in this new package, should it not? [00:32] hggdh: I believe it should [00:33] and we should add a depends on eucalyptus so that it would be autoinstalled on the CLC [00:33] eucalyptus-admin-tools probably [00:33] hggdh: yeah [00:34] probably on eucalyptus-cloud (I guess) [00:34] hggdh: i guess we should add the depend in eucalyptus-cloud [00:34] situation: 6.06 md raid1 + lvm + lilo, worked great for 2 years sans kernel updates... finally decided to update kernel, reboot, hosed. Cannot boot, not even the backup kernel which is awesome. Two things that concerned me when doing updates was for lvm2 and udev. I probably should of known better with lvm2 since its metadata is not backwards compatible and apparently lilo freaked. udev, well, that also caused lilo to freak do to dev [00:34] mapping changing on it, it threw warnings, but internet said it was ok to ignore. Long story short, I have a perfectly valid md array and lvm(2?) setup that I can reliably access in rescue mode, but I cannot, for the last 10 hours, get lilo to run so I can install an new/old/different kernel image. [00:35] yeah [00:35] if anyone would be so kind, I would gladly buy something off their wishlist as this is killing me. [00:35] hggdh: lest see what daviey says about this [00:36] RoAkSoAx, yup. I am not sure this is the right moment... [00:37] RoAkSoAx, meanwhile... bug 731702 [00:37] Launchpad bug 731702 in eucalyptus "euca-add-user adds a new disabled user, and there is no visible way to enable it " [Undecided,New] https://launchpad.net/bugs/731702 [00:37] :-) [00:38] hggdh: hehe alrighty will take a look at it tomorrow [00:38] and this is it for today. Gonna watch some Family Guy now :-) [00:40] hggdh: same here :P [00:40] * benlake sobs a bit [00:44] any comments on setting up bridge network for kvm guests anyone? [00:44] ubuntu-server is the host and the guest [00:46] rnigam: did you try the ubuntu kvm docs? [00:59] pmatuils: Going through them but I must confess don't have an indepth networking knowledge. [01:01] So my network admin has given me a set of ips that I can use for vm's i am creating [01:01] Do I still need a bridge? [01:02] according to the ubuntu kvm docs [01:04] eth0 must be set manual and br0 must have static address with bridge_ports=eth0 set! so does this mean all my vms traffic will pass through the br0 interface? [01:07] I would like to use the EBS version of Ubuntu 10.10 for Amazon EC2. Does that VM have the entire OS stored on EBS (i.e., will stuff I install be persistent)? [01:11] rnigam: you want a bridge if you need to be able to contact the guests from an external host (ex: ssh into the guest) [01:13] w1k3d: no, the OS will not reside on the EBS volume. to do that, you need to do some special trickery [01:13] pmatulis: How can I put everything on EBS? [01:15] or, be able to save the modified image [01:15] w1k3d: Yes, The OS will reside on the root EBS volume if you are running an EBS boot instance. Your entire file system will persist except for (by default) things under /mnt which is the ephemeral storage. [01:15] oh, i see [01:16] "will persist" = through stop/start cycles, but not (by default) if you "terminate" the instance. [01:16] i wasn't sure if "EBS" instance meant that there was just an EBS volume mounted or if it meant everyting was on EBS. [01:16] what's the difference? [01:17] good day, is there someone willing to help me setup a VPS for Ruby on Rails? [01:17] or at least answer some questions about the process.. [01:17] w1k3d: I don't understand the question. When you run an EBS boot instance the root file system is on an EBS volume. [01:18] w1k3d: sorry, i thought you were using UEC [01:18] ok, that's what i wanted [01:18] but why will terminating cause me to lose my data? [01:20] w1k3d: If you "terminate" the instance, then EC2 deletes your EBS volume (by default). If you "stop" the instance, the volume is still there and you can "start" the instance again. [01:20] ah, i see. That's quite tricky naming. [01:20] thanks [01:21] w1k3d: It is possible to keep your EBS volume around if you modify some instance attributes before terminating, but it's rare you want that. [01:22] w1k3d: I wrote some related info here: http://alestic.com/2010/01/ec2-instance-locking [01:23] isn't the normal way to back it up to s3 if you wanted to keep it? === rn is now known as rnigam [01:42] pmatulis, w1k3d, a t1.micro is fully hosted and bootable in a EBS image. [01:43] Patrickdk: It is possible to create EBS snapshots of any EBS volume (including the root EBS volume on an EBS boot instance). EBS snapshots are stored in S3 (eleven 9's of reliability). [01:50] I totally dont get google [01:50] something keeps accessing my webserver, from a google owned ip block [01:50] but it's not googlebot or something [01:50] it has no ptr for the ip, and that is odd for google [01:50] but it does several hundred http connections per second [01:51] today from ip's 72.14.194.17 and 72.14.194.18 [02:17] patdk-lap, nmap on those IPs outputs something useful? [02:19] so while booting, lvm dies complaining about a pv it can't find and the system drops into busybox [02:21] 6.06, the only lvm command I have is vgchange, which I do a vgchange -ay --partial and get root/boot/swap active, but I have no other lvm programs to remove the disk (that isn't really in use) and I'm not sure how to continue booting. Any ideas? [02:25] All filtered. [02:34] benlake: hmm, I'm not sure [02:34] benlake: the lvm master command should be present [02:35] lifeless: sadly, it is not [02:46] anyone know why postfix can't send email, and generates this error when trying to send via CLI? postdrop: warning: unable to look up public/pickup: No such file or directory [02:48] you really messed with the config file pretty good [02:48] and messed up master.cf [03:00] * EvilPhoenix grumbles [03:00] the original sendmail package that was packaged with ubuntu didnt work either [03:01] The postfix package as shipped has no such problems, so the configuration or something else has been changed. [03:02] i've run dpkg-reconfigure on it 8 times [03:02] still seems to be f'd [03:03] the issue occurred with the out-of-the-box sendmail package which postfix replaced [03:03] any idea how i can fix this? [03:03] Purge it (sudo apt-get purge postfix), make sure any residual files in /etc/postfix are removed, then reinstall postfix. [03:03] You can't install postfix and sendmail packages at the same time. [03:04] i know that [03:04] this issue was already existent prior to apt-get purge sendmail; apt-get install postfix [03:37] I changed my DHCP range on my Ubuntu server, but when I PXE boot systems to it, it grabs the old range. What do I have to change for PXE to use the new range? [03:40] EvilPhoenix: that sounds like one of postfix's spool directories is buggered (e.g. doesn't exist, or bad ownership/permissions) [03:40] EvilPhoenix: #postfix would probably have a better idea [03:48] twb: strange thing is it happens on a Debian Squeeze box too, which makes me thing its a more global issue, like f'd disk images or something [03:50] twb: i'll take a look there later, thanks [03:51] nobody familiar with pxe boot? [03:55] roasted_: the ubuntu server is the DHCP and TFTP server? [03:56] twb, yes [03:56] Im using LTSP. The clients PXE boot to it and pulls down the Ubuntu image accordingly. [03:57] I'm setting up a test environment here at home, but I use 1.X here at home so I wanted to change the third octet of 0's to 1's so I could get through the gateway etc. [03:57] But now that I did that, when I PXE boot, it's still looking for 0.X [03:57] So I got to wonder if I needed to edit a PXE file to for 1.X usage since I changed the range. [03:59] I don't know what you mean by "0.x" and "1.x" [04:00] 192.168.0.X vs 192.168.1.X [04:01] You shouldn't use either of those, because EVERYONE uses them [04:02] that's the point [04:02] Im setting up a test environment here. at home. [04:02] I use 192.168.1.X, so I WANT to use that to mesh up with the network. [04:02] But with 0.X I'm unable to get through the gateway. I cant install updates, etc. [04:03] So I swapped my DHCP range and IP on the server to be 192.168.1.X but the PXE boot still pulls 192.168.0.X addresses [04:03] Er, DHCP and PXE do not work across gateways [04:03] well when I have a static IP of 192.168.0.254 (it assigned this by default with LTSP) I cant get external access [04:03] and I want external access... [04:03] But if you're getting a DHCPACK in 192.168.0/24 from the DHCP server, it's because you haven't reconfigured it properly [04:05] roasted_: you cannot simply statically assign an address at random and have return packets routed back to you [04:05] I think Im missing a file [04:05] because I need a gateway, right [04:05] No [04:05] You need to reconfigure the router to handle 192.168.0/24 as well as 192.168.1/24 [04:06] If you add a gateway, you packets will get out, but the response packets will never get to you because your router won't know you exist [04:07] I'd rather just switch to 1.X since I may have to do it at work anyway when I most the setup there [04:07] so I'd like to learn how to swap the entire range [04:07] I'm not stopping you [04:09] how would I do it in ubuntu alone, taking pxe out of it [04:09] change the DHCP range that is [04:09] That depends what DHCP server you're using [04:09] Im using ubuntu for the dhcp server. [04:09] Ubuntu ships several. [04:10] dhcp3 [04:10] Dunno [04:10] how do I find out what Im using [04:10] netstat -nlp, look at what is LISTEN on the UDP bootps port [04:10] Which is port 67 [04:16] hi guys. I'm looking for details on kernel versions: server, generic, virtual, preempt. where an I find details & differences re each? [04:17] so does anybody know how to change the dhcp scope in ubuntu? [04:19] kieppie: there's stuff out there. I really haven't found too much. but there's this dated piece: http://www.serverwatch.com/tutorials/article.php/3716396/Ubuntu-Server-Kernel-Comparisons-and-Implementation-Issues.htm [04:20] thanks Datz [04:20] np [04:20] oh I guess that isn't from the start of the article [04:35] kieppie1: I guess you could follow the method they do in the article to figure out the difference. If you do, you might write an article for the rest of us. :P [04:36] thnx [04:38] Datz: I just find it hard to believe such a basic, fundamental & critical function is totally undocumented [04:39] kieppie1: yea, maybe I just haven't found more on it. It's been awhile since I looked [04:41] New bug: #731763 in openldap2 (main) "libldap-2.4-2 does not install" [Undecided,New] https://launchpad.net/bugs/731763 [04:42] kieppie1: simply install them and diff the /boot/config-* files [04:43] yea, that's what they did in the article.. I may have to do this.. [04:43] kieppie1: compared to generic, server has PAE enabled, and virtual has a number of drivers and things disabled (because they don't exist on virtual systems) [04:45] orly? reinventing the wheel much rather than rtfm? i.e. does the virtual refer to the kernel suited for virt hosts or clients (diff totally undocumented)? I know server is for server & generic suitable for desktops. [04:46] I'd like to rtfm, if only fm's on subject were available [04:47] kieppie1: why would a diff need to be documented? [04:47] kieppie1: it's an automated process [04:48] doesn't need to be, but it would be nice :) [04:48] because it's an option available @ install, & I've encountered similar choices in the past. I've usually gone with server or generic, but I'd like to have a better idea of the choices I'm making [04:56] this goes some way towards addressing the question: http://www.phoronix.com/scan.php?page=article&item=ubuntu_lucid_kernels&num=1 [04:56] not the simple answer for the simple question posed, but will have to do... [08:40] how to upgrade from 10.04 to 10.10 ? [08:41] !upgrade [08:41] For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [10:02] New bug: #731849 in cloud-init (main) "CloudConfig.setup_user_keys should not hardcode the authorized_keys location" [Undecided,New] https://launchpad.net/bugs/731849 [10:20] phoenixsampras: i like to sacrifice virgin chickens and fry amputated frog legs then hope for the best after clicking upgrade [10:27] New bug: #731859 in squid (main) "package squid 2.7.STABLE7-1ubuntu12.2 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1" [Undecided,New] https://launchpad.net/bugs/731859 [10:27] I get Error # 500 instead of 404 when i try to access a non-exisiting file - what could cause the problem? it's the default installation of 10.04 LTS withouth modification in config [10:27] forget to write that i'm using apache2 [10:29] memoryleak: could be some rewrite rule or an invalid/non-functioning ErrorDocument [10:29] memoryleak: check your error log [10:31] i switched to LogLevel Debug and i get "redirected from r->uri = /index.php" [10:31] but there is no .htaccess file [10:31] memoryleak: the apache httpd configuration doesn't only consist of .htaccess files [10:32] there is no redirect in either [10:33] memoryleak: ErrorDocument, RewriteRule etc. [10:33] did grep -ir index.php /etc/apache2/ and got something in dir.conf [10:34] /etc/apache2/mods-available/dir.conf: DirectoryIndex index.html index.cgi index.pl index.php index.xhtml index.htm - and that's it [10:35] i have this issue on all sites [10:36] ok solved the problem - there was an .htaccess in the parent folder of the document_root, thanks for your help joschi [10:56] New bug: #731878 in amavisd-new (main) "amavis force-reload crashes amavis" [Undecided,New] https://launchpad.net/bugs/731878 [11:01] New bug: #731879 in libpam-ldap (main) "libpam-ldap depends on ldap-auth-client" [Undecided,New] https://launchpad.net/bugs/731879 [11:02] hallyn: is it a lot of work to rebuild your ppa pkgs after syncing with spice-0.8 and the updated kvm [11:04] hello. Anyone here who has any help to offer or any tips for retrieving data from a hacked server? [11:05] joeskil: ask your provider to backup everything. then reinstall the complete server. [11:06] hehe. I am the provider. it is my testing-server. but on it, I had a little phpBB forum, and I don't know how to get to my SQL data [11:08] joeskil: give yourself admin rights to mysql and dump the complete db? [11:10] TheInfinity: yes, off course... But there will be no harm done if I hook up the server again? I mean. can I prevent the hack attacks from happening while working on the server? [11:11] TheInfinity: And thanks. I really didn't think of the DB dumping.... [11:12] joeskil: you really should rethink about your server security, yes. and i would have a look at the dump if theres strange data in it. [11:13] TheInfinity: Thanks. It should be quite easy to get the data, as there are only 3 users on the phpBB [11:14] TheInfinity: I have, after the attack, installed a Smoothwall firewall on my network. and, also tightened the security in accordance to how-to's on the net [11:15] joeskil: yea, things like always updated software (also phpbb software) + no ssh password login + fail2ban + ... are essential. [11:17] TheInfinity: Thanks. I am learning... so sad I lost the setup just now before I made any backup. Well. lesson learned [11:18] hallyn: no FFe needed, as you had the release candidate in the archive before FF; here we're just bumping from an RC to the GA, which is generally desirable, no new features added [11:18] hallyn: i just built/tested, i'm uploading now [11:21] kirkland: are you talking about spice ? [11:22] kim0: um, no, i don't think so [11:22] ok [11:22] kim0: just hallyn's qemu-kvm-0.14 upload [11:22] well that's the one that was built with spice suport [11:37] New bug: #669940 in keyutils (main) "Keyutils is not installed automatically when upgrading 10.04 > 10.10" [Medium,Invalid] https://launchpad.net/bugs/669940 [11:47] * Daviey ^5's kirkland for 0.14.0+noroms-0ubuntu2. [11:47] * kirkland ^5s Daviey because he is awersome [11:48] * kirkland adds an "r" to awesome so that he speaks in Queen's English [11:48] heh [11:48] * jpds wonders if the Queen has said 'awesome' in the past. [11:58] TheInfinity: Have you got another minute? I booted up my old server, and hooked it to the network behind smoothwall so that it can only send and receive on LAN, no data beyond the firewall. [11:59] TheInfinity: But the hackers have somehow prevented MySQL from starting, and I don't have privelieges to start my own SQL daemon [11:59] have to go now. sorry. :) [12:00] TheInfinity: Oh ok. Thanks anyway. Thanks a bunch! [12:00] joeskil: what's the problem with mysql start? [12:02] remix_tj: will cut/paste in a few secs [12:02] k [12:02] sudo /etc/init.d/mysql restart * Stopping MySQL database server mysqld [ OK ] * Starting MySQL database server mysqld [fail] [12:03] joeskil: try this [12:03] jpds, Didn't you listen to last years Queen's speech? "This has been an awesome year" ... she said it. [12:04] joeskil, You have admin access on the server? [12:04] joeskil: sudo mysqld --verbose [12:04] yes. as far as I know. it is my server [12:04] :D [12:05] joeskil, I was responding to, "I don't have privelieges to start my own SQL daemon" [12:06] joeskil: [12:06] Daviey: yes. that was badly put. I have root access, but with root, I can't start my MySQL. in /var/log/messages it suggests that I am denied: [12:07] Daviey: Mar 9 13:00:10 punkbuster kernel: [ 1596.372384] type=1503 audit(1299672010.149:115): operation="inode_permission" requested_mask="r::" denied_mask="r::" fsuid=0 name="/sys/devices/system/cpu/" pid=5755 profile="/usr/sbin/mysqld" [12:08] remix_tj: joe@punkbuster:~$ sudo mysqld --verbouse 110309 13:05:35 InnoDB: Started; log sequence number 0 9656380 110309 13:05:35 [ERROR] mysqld: unknown option '--verbouse' 110309 13:05:35 [ERROR] Aborting 110309 13:05:35 InnoDB: Starting shutdown... 110309 13:05:36 InnoDB: Shutdown completed; log sequence number 0 9656380 110309 13:05:36 [Warning] Forcing shutdown of 1 plugins 110309 13:05:36 [Note] mysqld: Shutdown comp [12:08] joeskil: [12:08] sudo mysqld_safe --verbose [12:09] remix_tj: joe@punkbuster:~$ sudo mysqld_safe --verbose 110309 13:06:47 mysqld_safe Logging to '/var/lib/mysql/punkbuster.err'. 110309 13:06:47 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql 110309 13:06:49 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended joe@punkbuster:~$ [12:09] joeskil: tail /var/log/punkbuster.err [12:09] sorry [12:09] joeskil: tail /var/log/mysql/punkbuster.err [12:10] remix_tj: no such file [12:11] but wait [12:11] joeskil: /etc/apparmor.d/usr.sbin.mysqld [12:12] joeskil: copy the content of that file to http://paste.ubuntu.com/ [12:12] remix_tj: http://paste.ubuntu.com/577807/ [12:13] joeskil: is not a command, is a file... [12:14] copy the content of that file [12:15] remix_tj: http://paste.ubuntu.com/577809/ [12:16] joeskil: add this row before the last } [12:16] /sys/devices/system/cpu/ r, [12:17] then launch sudo /etc/init.d/apparmor restart [12:19] remix_tj: done [12:23] remix_tj: any other tips? [12:24] remix_tj: http://paste.ubuntu.com/577813/ [12:26] joeskil: did you add? [12:26] oh yes [12:26] remix_tj: yes [12:27] joeskil: now restart apparmor sudo /etc/init.d/apparmor restart then start mysql [12:28] now is starting my lunchtime [12:28] i'll be back in 2 hours [12:29] remix_tj: http://paste.ubuntu.com/577814/ [12:30] oh shoot... [12:34] kim0: no, what kirkland uploaded was not with spice support [12:34] * kim0 nods [12:35] kirkland: awesome,thanks :) [12:35] hallyn: np [12:36] hallyn: not sure if you've read the messages I left yesterday. Basically win7 works fine with spice with/without qxl driver (Great!). What doesn't work is sound and the embedded virt-viewer widget in virt-manager [12:36] now to try uploading my vmbuilder bugfix as my daily test whether I have upload rights :) [12:36] hehe [12:36] kim0: virt-viewer widget I don't know what to do about offhand. We can look at libvirt and vmtools and virt-viewer and see if we need spice-enabled versions [12:37] kim0: so do you think we should stick with the versions in ppa for now? [12:37] all the better of so, one thing less on my todo list [12:37] hallyn: in a ppa is fine for me [12:37] you mean what is now in ppa is fine? [12:37] but we can sync to latest stable 0.8 release ? [12:37] that's what i was asking [12:37] ok, i'll do that [12:37] awesome [12:38] hallyn: ping me once ppa rebuilds .. I'll retest [12:38] ok === ogra is now known as Guest90542 === Guest90542 is now known as ogra_ [13:07] New bug: #514544 in backuppc (main) "BackupPC_archiveStart script broken" [Medium,Triaged] https://launchpad.net/bugs/514544 [13:12] hi today when i am trying to login, its taking more time (4 o 5 min). [13:14] so how do i solve that.. plz. help [13:30] does anybody know where and the deadline to submit talks for the next uds? [13:34] bencer: there aren't real 'talks' at uds, but I don't think calls for blueprints for sessions have gone out yet [13:34] yes, blueprints... :) don't get used to that name [13:34] there are the plenary talks [13:35] hallyn: do you know when approximately will be open? probably keeping an eye on planet ubuntu will be enough, isn't it? [13:36] bencer: I should think so. no i don't know when, but UDS being in May I would expect another month before the call goes out [13:37] ogra_: true. those can generally get scheduled pretty much on the spot though right? :) [13:37] hi [13:38] i have configured a webdav server that accept SSL connections, now it works with windows client but i can't execute anything [13:38] hallyn, i think if there are open spots, yeah [13:38] i gave 777 permissions but in windows cant be executed directly [13:38] i can download them though [13:38] any advice is welcomed [13:39] ok thanks hallyn ogra_ [13:41] New bug: #731976 in samba (main) "Can't access Windows 7 computer via SAMBA" [Undecided,New] https://launchpad.net/bugs/731976 [13:43] i guess that's a coincidence [13:50] HackeMate: (sorry, no ignoring you, I just don't know much about webdav - SpamapS may be able to help you in a bit) [13:51] thanks -- Im patient [14:07] morning all [14:07] smoser, good morning, do we have a proposed ec2 kernel for karmic? [14:21] joeskil: are you there? [14:21] *here [14:24] remix_tj: now I am here! :) Are you? [14:28] yes [14:29] joeskil: what about /var/log/syslog ? [14:29] joeskil: try starting mysql and then if fails do tail -n 200 /var/log/mail.log [14:29] azz [14:29] tail -n 200 /var/log/syslog [14:29] (wrong file) [14:29] an paste [14:30] remix_tj: wait. i have to switch locations and computer. [14:30] ok [14:31] i'll wait === ogra_ is now known as ogra [14:39] remix_tj: back [14:42] remix_tj: http://paste.ubuntu.com/577859/ [14:51] joeskil: tail -n 200 /var/log/messages ? [14:51] hallyn: hi! you have upload rights for libvirt now, correct? (ie, I don't need to sponsor your people.canonical.com/~serge/libvirt_0.8.8-1ubuntu2.debdiff anymore) [14:56] remix_tj: I lost connection for a while. I posted the output. [14:57] How can I completely remove a KVM guest image from a ubuntu server. I did virsh destroy vm1 but the image is still present with 'shutoff' flag (virsh list --all) === andreas__ is now known as ahasenack [14:59] the image is a file, most of the time [14:59] sometimes its a /dev/x [15:00] Oy [15:01] When booting latest maverick EBS image, I miss the nls_cp437.ko and friends [15:01] find /lib/modules/|grep nls > not much [15:01] But the ubuntu-maverick.git kernel config seems to have them [15:01] are these getting stripped out somehow? [15:02] New bug: #732028 in squid (main) "package squid 2.7.STABLE7-1ubuntu12.2 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1" [Undecided,New] https://launchpad.net/bugs/732028 [15:03] this is on i386 BTW [15:04] remix_tj: did you hit escape? :) [15:07] jdstrand: no, my rights are not yet in effect [15:11] lool, Hmm... I think you need to talk to the kernel team, but keep smoser in the loop. [15:11] lool, I don't think smoser modifies the kernel from what they build for him. [15:12] hello guys [15:12] Morning server peeps [15:12] Daviey: I moved to #ubuntu-kernel already, thanks for confirming though, appreciated [15:12] quick survey...anyone using anything for automation/config management? i.e. something like puppet? [15:12] lool, i should have looked :) [15:12] I've had an asterisk setup in the past, didn't lasted because of management, now the buzz about web conference has found its place again, and I want to setup something for web conference. What do you recommend? Fast is the dominating point here. [15:13] thafreak: allot of people are using puppet now. [15:13] any web meeting software or "go for asterisk anyways" will do it [15:14] thanks thesheff17 [15:14] thesheff17: there's also chef, which it's a personal preference because it's configuration is a ruby DSL ;) [15:14] yeah, I shy away from ruby syntax :) my brain just doesn't grok it yet... [15:15] thafreak: ok, then puppet yourself ;) [15:15] yea I'm also a python guy so I haven't used chef or puppet [15:15] puppet has its own syntax but is also ruby [15:15] I remember seeing something about ubuntu server and cobbler...wasn't sure if something other than puppet was more "official" for ubuntu [15:16] anyone know if there's articles on the official server wiki's for this area? [15:16] like there is for postfix and ldap [15:18] kirkland: bug #731922 fixed :) Should build now though [15:18] Launchpad bug 731922 in testdrive "testdrive's local uec-image testing broken" [Medium,Fix committed] https://launchpad.net/bugs/731922 [15:18] thafreak: http://zulcss.wordpress.com/2011/01/19/using-cobbler-on-ubuntu/ [15:19] is cobbler comparable to puppet, or does it try to solve a different set of problems [15:20] i.e. is it apples to apples, or apples to oranges [15:20] thafreak: puppet afaik is used for remote configuration management, while cobbler is a provision service (remote installation) [15:21] ok...I thought they were slightly different...cobbler works with kickstart right? [15:21] thafreak: yes [15:22] so you'd probably use both cobler and puppet together then....cobler to get the initial install, then puppet to configure the server for specific tasks? [15:23] Also, I found on the main wiki, it really only talks about puppet [15:23] thafreak: correct cobbler + puppet [15:23] so, I'm guessing that's got the most support...or atleast the most motivated wiki authors [15:23] thafreak: wikipage link? [15:26] https://help.ubuntu.com/10.10/serverguide/C/remote-administration.html [15:27] thafreak: yes that's correct. cobbler has been included in the current development release of Ubuntu (Natty) that is due in a month [15:28] Cool... [15:28] speaking of natty, anything amazingly new on the virtualization front? [15:30] Daviey: Is there another kernel I can swap in? [15:30] Daviey: maybe -server, or -generic? [15:30] Daviey: Will this "just work" with latest EBS images? [15:30] thafreak: hallyn is your guy for those sorts of questions [15:30] I'm setting up a new vm host...debating on going bleeding edge or staying back with lucid [15:30] so anyone? [15:30] * lool tries linux-image-server [15:30] thafreak: lucid for vm hosts, even debian or centos ;) [15:30] cool...thanks RoAkSoAx [15:31] anyways [15:31] noone has a clue about my web conference question? [15:31] Daviey: howdy!! What do you think about separating the euca_admin tools into a different package? [15:31] yeah...I'm using lucid at work for our vmhosts and I like it, but at home...I'm feeling a little dangerous [15:31] thafreak: then go for xen in natty ;) I bet you wouldn't want to be dangerous in the rest of your life ;0 [15:32] blackxored: what do you mean by web conference excatly...like phone conference room via a web browser? [15:33] I already use xen on lenny/squeeze at other places...I really like that as well...I was looking for more like the new SPICE stuff...something new [15:33] thafreak: for a little background, I told before I had an asterisk setup and softphones, and management broke the thing up, now they want something on a conference nature setup fast, so I was wondering which path to follow [15:33] like conference calls via voip phones/conference room phones? [15:34] thafreak: I'm building a lucid image for xen4 using xen-tools, but no clue on what to put on it yet [15:34] I think asterisk is still technically king...and there are packages for ubuntu in the repos, but I've been meaning to try out freeswitch for a long time [15:34] thafreak: assume so, the priorities are only "fast setup, multi-user conference support" [15:34] Help !! how to install ubuntu server on XEN CITRIX? [15:35] Hmm the vm doesn't come up anymore :-( [15:35] thafreak: had a bad time with asterisk from the repos, can't recall if it was ubuntu or debian, but defintely had nightmares about it [15:35] well, I remember that freeswitch is technically superior...it was designed by former asterisk devs [15:35] and it comes with conference room by default in the sample config...and it can do HD audio conference calls [15:35] remember the priorities? what do you think? fast setup, multi-user conference [15:36] Well, fast setup will depend on you really...for me, I'd probably end up going with asterisk, cause I know the syntax of the configs much better [15:36] freeswitch may take me some time to figure out [15:37] it's also my case [15:37] I don't think I ever setup a conference room on asterisk though....I'm pretty sure it's there and possible, but I don't remember...been a while [15:38] That and asterisk changes their config syntax every version or so...and I think they're up to 1.8 now [15:38] asterisk wouldnt be the best way [15:38] it makes a great phone system [15:39] compdoc: you seem to be a former asterisk admin too :) what do you use these days? [15:39] I use asterisk in a virtual machine for my own office/home [15:41] I would think there would be something better for conferences - some sort of online social media kind of thing [15:42] ah, I too have asterisk in a vm for the home office... [15:42] i've had "figure out freeswitch" on my todo list for a few years now...I've just never had the time [15:43] and things with xml configurations usually put me off (part of the reason I hate tomcat) [15:43] joeskil1: [15:44] what about the paste? [15:50] lool, sorry, was AFK.. I don't think the tradional kernels are as xen friendly [15:50] lool, you really need to talk to smoser or smb i think [15:50] Hello everyone, I just did virsh undefine vm1 for a kvm guest vm1. How do I remove any images that might have been left behind? or does undefine command takes care of the image as well? Using Ubuntu MAverick - Server edition [15:50] RoAkSoAx, well.... that was what i intiially suggested... but now thinking about it, is there any benefit? [15:50] Daviey: Am I supposed to hang in -virt for this? [15:50] Daviey: Or is this the right channel? [15:51] lool, I think it's a lucky dip between -server or -cloud... we don't even know when to switch :) [15:52] lool, smoser is away today.. smb might be the best person... i'll follow in -kernel :) [15:53] thanks! [15:56] BTW is asterisk from the repos working??? [16:00] Hi Guys [16:00] anyone know the debconf magic to cause it to write a new partition table to a blank disk during installation? I've already got http://pastebin.com/LuZ5J09c set but it still prompts. (it doesn't prompt to overwrite the existing, so a rebuild works, but on the initial blank disk I get the "write changes to disks?" prompt) [16:00] A quick question about ubuntu-vm-builder [16:00] hm... vlan package should be installed by default [16:00] as far as i understand, when i use it to create a new kvm guest, it just downloads the distro image .. like say a lucid JeOS iso [16:01] does it do that everytime i create a new guest ? or this iso is stored somewhere ? [16:01] DigitalFlux: you don't understand very far :) it installs the individual packages from the repo each time. you probably want a local repo, or at least a caching proxy. [16:02] Disconnect: It creates the whole filesystem from packages ? [16:02] * Disconnect is migrating from the increasingly-broken ubuntu-vm-builder to foreman w/ netboot installs. (Try uvb on an lvm some time, it'll create all -sorts- of fun.) [16:02] Disconnect: no "images" included ? [16:02] that is what the *installer* does :) [16:02] the cd is nothing more than a collection of packages [16:02] yah, what he said. thats the 'builder' part of "ubuntu-vm-builder" [16:03] * DigitalFlux should look carefully at the name of software releases from now on .. :) [16:03] lol [16:04] Disconnect: foreman/puppet is super cool i know, i'm just experimenting with some of the kvm features .. [16:04] this isn't windows, you don't have to do a full hardware-specific install and then try to scrape the serial numbers off to make it 'generic' :) [16:04] Disconnect: so i wanted just a quick kvm installation .. [16:04] * patdk-wk does netboot installs also, they are the best :) [16:04] OK OK guys, don't push me more to start a foreman installation :) [16:05] I don't use foreman [16:05] yah it is pretty nice, it talks to libvirt to set up storage, talks to isc dhcpd/bind (UGH) to do netbooting and dns, then off it goes. fighting some issues but right now my problem is the automated part doesn't automate very well. (it won't write a new blank partition table w/o prompting) [16:05] just pxe boot to the installer, and apt-cacher-ng :) [16:05] Did the foreman supported Ubuntu in the first place ? [16:05] or this is a new addition ? [16:05] Daviey: yes... the euca_admin tools can be run from any hosts with the keys configured and I don;t think admins would like to install eucalyptus-common for just the tools [16:05] always has afaik. its just another os, foreman is all ruby and doesn't particularly care. (iirc they have support for ms dhcp/dns servers in the smart-proxy as well) [16:06] Disconnect: Oh, and where does cobbler fit in this scenario ? :) [16:06] Disconnect: for the partitioning/automated installation, it uses kickstart or preseed ? [16:06] no idea, last time i experimented with cobbler it was (ugh) centos about 5 years ago. it was .. damaged. (but then again, pretty much everything was at the time. it just had a sort of violent-tendencies damage that we eventually gave up on) [16:06] Disconnect: I think i faced this problem with kickstart before [16:07] RoAkSoAx, Well that is true [16:07] Disconnect: cobbler seems to have made it to natty [16:07] RoAkSoAx, I have no preference either way, if you want to do it - crack on. [16:07] good for them? [16:07] Disconnect: that kickstart problem is an unresolved bug till now AFAIK [16:07] i'm preseeding. [16:07] RoAkSoAx, Might want to raise a bug, that it's bloating your system, just for wanting to use the python module etc [16:07] http://pastebin.com/LuZ5J09c [16:08] Disconnect: hmm, let me get you my totally no-human-intervention preseed config [16:09] does it work on zero'd disks? this one will work fine if i do a rebuild (existing partition table gets overwritten) [16:09] Daviey: Given that the euca-* tools and the euca_admin module are now shipped in eucalyptus-common, we should just probably create a package called eucalyptus-admin-tools that include nboth the binaries and the pyton module, to not introduce 2 new pacakges, and just keep them in one [16:11] RoAkSoAx, I agree with that. [16:11] Daviey: ok then I'm happy to do it :) [16:12] RoAkSoAx, super! [16:19] Hello. Anyone have some time/knowledge to help with a multipath (MPIO) boot issue? [16:21] !ask | ahayes [16:21] ahayes: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [16:21] ahayes: what's the problem? [16:21] I've been able to get Ubuntu server installed on a single default LVM partition schemed disk, and then install the multipath-tools and multi-path-tools-boot packages. But booting is now intermittent. I get dropped into the initramfs shell. [16:22] it tells you why it dropped into busybox [16:22] My initial goal was to have the server booting off a multipathed RAID-1 setup with a pair of drives, but I haven't figued that part out yet. [16:23] did you read the message it printed? [16:23] when it failed to boot [16:23] Yes… It tells me it can't find the boot device. It suggests that the roo= is wrong, or the rootdelay= should be specified (longer I assume) [16:23] er.. root= [16:24] and for root= you have what? [16:24] how to setup a ubuntu cloud? lets say 3 servers? [16:25] root is /dev/mapper/ellie-root where ellie is the hostname [16:25] ahayes: so, did you check if it exists when you get dropped into busybox? [16:26] yay - open-vm-dkms is now working [16:27] Sorry… It was the first time I've ever *seen* busybox. I believe it was there, and pointed to /dev/dm-21 [16:27] (repeat) anyone know the debconf magic to cause it to write a new partition table to a blank disk during installation? I've already got http://pastebin.com/LuZ5J09c set but it still prompts. (it doesn't prompt to overwrite the existing, so a rebuild works, but on the initial blank disk I get the "write changes to disks?" prompt) [16:27] when I eventually 'exit'ed busybox because I didn't know what to do, it then booted. [16:28] So then I thought that maybe the rootdelay was worth exploring. [16:28] Maybe it didn't have the device ready on its initial attempt. [16:29] So I tried modifying /etc/default/grub to have GRUB_CMDLINE_LINUX="rootdelay=90" [16:30] But when I run update-grub, I get a "grub-probe: error: no such disk." [16:31] So that's where I'm at now. [16:32] Credit to Ubuntu team, I've never had a boot issue before, so I find myself with a steep curve. Multipath isn't helping. [16:33] sorry, i have a situation here... bbl [16:33] No worries. [16:48] ping SpamapS [16:53] New bug: #732082 in eucalyptus (main) "Eucalyptus admin tools should not be shipped in eucalyptus-common package" [Medium,Confirmed] https://launchpad.net/bugs/732082 [17:05] Guys was anyone able to install apt-proxy on ubuntu maverick server? apt-get install is unable to locate the package. [17:21] ahayes: where were we? [17:22] ahayes: GRUB_CMDLINE_LINUX_DEFAULT="rootdelay=60 quiet splash" === cmagina is now known as cmagina-lunch [17:23] ahayes: update-grub [17:23] is there a way to get a random number from dash? [17:23] or must I use bash [17:25] patdk-wk: http://www.shelldorado.com/scripts/cmds/rand.txt [17:25] :D [17:25] heh [17:26] ivoks: Back… OK. I'll try again [17:28] ivoks, before yo udid that I did, apt-get install rand [17:29] but it's keeps outputting the same number, multible times [17:29] :) [17:29] prove it's not random [17:29] ivoks: Still getting a grub-probe error: no such disk. [17:30] ahayes: in /boot/grub/grub.cfg, there's a line 'set root=' [17:30] http://pastebin.com/65ttgfCe [17:30] ahayes: is it /dev/sda? [17:30] hehe :) [17:30] it feel like a seed(time()) to me [17:31] so unlikely to work where I want it, in a cron script [17:31] ivoks: It's '(ellie-root)' [17:31] ah, yep: the seed for the random numbers generator (default time(NULL)) [17:33] ivoks: Well.. there are a few, others (for recovery?) are '(hd1,msdos1)' [17:33] what is the multipath device name? [17:34] Well… installing the multipath-tools-boot modified /etc/fstab to point to /dev/mapper/ellie-root [17:35] ivoks: That is a link to /dev/dm-21 [17:35] what virtualization solutions are working well with ubuntu server? [17:35] ahayes: try grub-install /dev/dm-21 [17:35] I mean as a host [17:37] ivoks: /boot and / are separate on this system. Does that make a difference? [17:38] hmm, when you boot, are you in grub 1.9 or grub 0.9? [17:38] if your in 1.9, then that isn't the issue [17:39] patdk-wk: grub-install -v reports 1.98+20100804-5ubuntu3 [17:40] ahayes, that means nothing [17:40] cause it's installed on your system, doesn't mean that is what is installed in the boot sector [17:40] patdk-wk: This install is on a totally fresh system. Ubuntu 10.10 server cd is only one to touch it. [17:40] I'm pretty sure it is, but :) [17:40] can I check the ulimit of a process externally? [17:40] ok, so grub-install won't fix the issue [17:40] where is /boot located? [17:40] more /fstab [17:41] Oops… sec.. [17:42] patdk-wk: /etc/fstab says UUID=big_long_string /boot [17:42] and what does the uuid map to? [17:42] blkid can help [17:42] patdk-wk: There is a comment there that it was on /dev/sdd1 during installation [17:42] and now? [17:44] RoAkSoAx: https://github.com/mattray/cookbooks/tree/master/pxe_dust [17:44] pstdk-wk: blkid reports: /dev/mapper/35000c500335c7407-part1: UUID="47f7610f-f274-40bb-95cc-f8cf0504ddf2" TYPE="ext2" [17:44] automated Ubuntu server installations, all the guesswork fixed [17:45] patdk-wk and the other relevant bits are: /dev/mapper/35000c500335c7407-part5: UUID="PmA0Hb-jAWI-bnL5-L6wp-JDzB-dHcy-n2NM07" TYPE="LVM2_member" [17:45] /dev/mapper/ellie-root: UUID="b48c8ec7-8011-401a-b196-1d891687f64b" TYPE="ext4" [17:45] /dev/mapper/ellie-swap_1: UUID="cf3c86ac-3e1d-4b62-95d1-ab57daab2441" TYPE="swap" [17:46] mray: cool!! Do you have a howto by any chance? [17:48] RoAkSoAx: I'm writing it up on my blog [17:48] but the code is fairly straightforward [17:48] ahayes, I'm thinking this: https://bugs.launchpad.net/ubuntu/lucid/+source/grub2/+bug/687501 [17:48] Launchpad bug 687501 in grub2 "when installer is multipath aware, grub fails to install" [High,In progress] [17:49] patdk-wk: I had that issue the first time around, when I ran the installer with disk-detect/multipath/enable=true and tried to install to /dev/mapper/mpath0 [17:49] mray: yeah. (but I've never used chef) so the howto will help me figure out things faster :). point me out to your blog post when finished please! :) [17:49] more down [17:49] ppetraki: ^ you reported it? :) [17:49] looks like an updated grub [17:50] * patdk-wk should figure out a way to test multipath sometime [17:50] RoAkSoAx: https://github.com/mattray/cookbooks/blob/master/pxe_dust/recipes/server.rb does the work [17:50] multipath iscsi root anyone? :) [17:50] it installs tftpd-hpa and apache [17:51] and modifies the installer prompt to pass in the url of the preseed and automatically kicks off [17:52] the preseed.cfg in that repo is fairly specific, but it automatically adds an apt-cacher repo if you have one [17:52] patdk-wk: You're welcome to connect into this box. :) [17:53] ivoks, I did? [17:53] ppetraki: https://bugs.launchpad.net/ubuntu/lucid/+source/grub2/+bug/687501 [17:53] Launchpad bug 687501 in grub2 "when installer is multipath aware, grub fails to install" [High,In progress] [17:53] ahayes: just install the grub from ppa [17:53] oh yeah [17:53] mray: ok cool. Will test this later today :) [17:54] ahayes: https://launchpad.net/~cjwatson/+archive/grub [17:54] ivoks: I'm just trying to figure out how to do that. :) [17:54] add-apt-repository ppa:cjwatson/grub [17:54] easy [17:54] I believe [17:54] right [17:55] hggdh: btw... I started looking into the get-credentials "local" error and it seems that upstream is messing a file/function cause it's simply just not there [17:55] Just need to find add-apt-repository [17:56] python-software-properties [17:56] apt-get install python-software-properties [17:57] Thank you. You guys are fast! [17:57] oh, yeah, I should push that grub upload to -proposed now that 10.04.2 is out [17:58] RoAkSoAx, that's my take also [17:58] RoAkSoAx, so we mark it triaged, and open an upstream task [17:58] hggdh: indeed! Will do right after the latest eucalyptus is uploaded so we can file a new bug with that error solely [18:00] Hmm… That PPA is for Lucid I think. [18:00] the package is for lucid [18:00] ppa's can do all at once [18:01] yeah, but it needs a different backport to maverick [18:01] Failed to fetch http://ppa.launchpad.net/cjwatson/grub/ubuntu/dists/maverick/main/source/Sources.gz 404 Not Found === cmagina-lunch is now known as cmagina-afk === cmagina-afk is now known as cmagina [18:01] ya, no maverick package has been uploaded to that ppa yet [18:01] ah... [18:01] I vaguely recall not being worried about keeping access to the machine for that because the maverick backport would be strictly simpler than the lucid one [18:02] I'll see what I can do ... [18:02] * ivoks thinks that ahayes is playing with us :) [18:02] cjwatson: When you talk about pre-seeds in that bug report, would that mean I could have it grab that version during install? [18:02] ahayes: yes, that's what they're for [18:02] the point of that is so that we can actually test the package before it's promoted to -updates :) [18:02] you could force it on your version [18:02] patdk-wk: not a good plan [18:02] if you download the deb [18:02] probably not :) [18:03] ivoks: I'm just amazed that all the relavant people for this issue are here and talking with me. :) [18:03] I really wouldn't recommend winding grub-pc's version backwards over that particular span of time [18:03] you get that with microsoft support too :) [18:03] * RoAkSoAx off to lunch [18:04] ahayes: I have another task I really ought to be concentrating on, but after that ... [18:04] that was sarcasm [18:04] Since you are here, here's what I was *trying* do do originally: Install onto a RAID-1 pair of disks on the other end of multipath. [18:04] ivoks, I got that kind of support before, for exchange :) [18:04] ivoks: I was thinking… microsoft has support?!? ;) [18:04] not via ms though, a coworker worked with a former exchange developer :) [18:06] cjwatson: No worries. Do you have a maverick multipath box to test/build on? You are welcome to connect into the one here. :) [18:07] ahayes: no, but IIRC as I say I decided I didn't need one; I'll get back to you if that turns out not to be the case [18:07] the bulk of the work for lucid was very very carefully backporting bits of device handling from maverick [18:07] and then applying a fairly small multipath fix on top of that [18:07] Should I just run lucid? [18:07] nah, I'll get it fixed for maverick too [18:08] Do you have any comments on installing on RAID-1 over multipath? === dantalizing_ is now known as dantalizing [18:10] ahayes: not really, sorry, it's not my field [18:10] If I install lucid with the preseed file, and boot the installer with disk-detect/multipath/enable=true, then create a couple RAID-1 devices out of /dev/mapper/mpath0 and 1? [18:10] cjwatson: OK. No worries. [18:11] in theory that should work ... [18:11] if it doesn't, give me a shout I guess :-/ [18:11] cjwatson: Your preseed file would let me get through the gub install as part of the lucid install. [18:11] right [18:12] cjwatson: And would I still install multipath-tools and multipath-tools-boot afterwards? [18:12] I guess so [18:12] cjwatson: OK. :) I will try and let you know how I fare. [18:13] actually, if you set that up as part of the installer, they should be installed for you [18:13] cjwatson: What do you mean set up as part of installer? [18:13] cjwatson: The boot options? [18:13] ahayes: no [18:14] no, if you're partitioning multipath devices in the installer, it should know to install multipath-tools/-boot [18:14] you ca preseed the installation [18:14] and if you put that ppa into the preseed, then it will pull it in and install during the installation [18:16] ivoks: You mean the ppa:cjwatson/grub will pull it in? [18:19] ahayes: do you know what preseeding is? [18:19] ahayes: you can automate whole or just part of installation process [18:19] ivoks: No. Not really. I'm readin up on it now. [18:20] https://bugs.launchpad.net/ubuntu/lucid/+source/grub2/+bug/687501/comments/13 is recipe for this ppa [18:20] ivoks: I assumed it was a way to over-ride the default packages. [18:20] Launchpad bug 687501 in grub2 "when installer is multipath aware, grub fails to install" [High,In progress] [18:20] http://wiki.debian.org/DebianInstaller/Preseed [18:20] it's much more than that [18:22] ivoks: OK. I'm grabbing the 10.04.2 amd64 server iso right now. [18:23] ivoks: I think I've seen the preseed bit in the installer before (expert install?) [18:23] ahayes: from experience... preseeding will take some time before you master it :) [18:23] ivoks: Ugh. :) [18:24] once you create preseeding file [18:24] you just add an option during the installation which will tell the installer where the file is (CD/floppy/HTTP...) [18:25] by creating a file that has only stuff that cjwatson wrote in #13, you'll get what you want for this problem [18:25] put it somewhere on the web server and append the preseed 'command' to the installer [18:26] it's just a location where the file is located [18:26] preseed/url=http://10.0.0.1/pressed.cfg [18:27] next step is to remaster the installation CD so that it includes that file and 'command' by default :) [18:28] ivoks: Something like http://gcrc.carleton.ca/~ahayes/grub-preeseed.cfg [18:28] yep [18:29] preseed/url=http://gcrc.carleton.ca/~ahayes/grub-preeseed.cfg [18:30] ivoks: Hmm… remaster CD… [18:30] afk [18:35] hallyn: http://launchpadlibrarian.net/65973725/buildlog_ubuntu-natty-i386.qemu-kvm_0.14.0%2Bnoroms-0ubuntu2_FAILEDTOBUILD.txt.gz [18:36] hallyn: https://launchpad.net/ubuntu/+source/qemu-kvm/0.14.0+noroms-0ubuntu2/+buildjob/2310157 [18:36] hallyn: qemu-kvm i386 failed to build, which is making qemu-kvm uninstallable, as it depends on qemu-common [18:50] New bug: #732160 in squid (main) "package squid 2.7.STABLE9-2.1ubuntu4 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 100" [Undecided,New] https://launchpad.net/bugs/732160 [18:55] kirkland: seems like debian/control has issues [18:55] but that's separate [18:56] bag toolchain failure [18:56] kirkland: i suspect the re-enablement og parallel bujild [18:56] builds even [19:01] cjwatson: Hmm… Am installing 10.04.2 with tweaked ubuntu-server.seed to include your lines, and booting with disk-detect/multipath/enable=true [19:03] Am now at screen that says [!] Partition disks - Unable to determine geometry of file/device /dev/mapper/ellie-root. You should not use Parted unless you REALLY know what you're doing! Warning! Ignore/Cancel [19:03] :) [19:04] that's on the same server? [19:04] I obviously don't know what I'm doing… but does it really have to point that out? ;) [19:04] ivoks: Yep. [19:04] you care about data on the disks? [19:04] ivoks: Nope. [19:05] then hit alt+f2 [19:05] enter the shell [19:05] adn wipe the disks :) [19:05] ivoks: How would you wipe them? [19:05] dd if=/dev/zero of=/dev/sdX count=10 bs=1M [19:06] that will be enough for partition table and some additional data :) [19:06] replace X with the correct char [19:08] ahayes: that'll overwrite the initial 10MBs with zeros [19:08] so fdisk shouldn't really complain anymore :P [19:09] Super. I still see a few devices like sda1, sda2, etc. [19:09] those are partitions [19:09] sda is the drive [19:09] just wipe the start of the drive [19:09] Ah… sda must be the boot cd [19:09] no, it's the disk [19:09] ahayes: cat /proc/partitions [19:10] don't worry about partitions [19:10] return to alt+f1 [19:10] Because it is giving me dd: can't open '/dev/sda': No medium found [19:10] ivoks: a reboot might be handy [19:10] and go back one step in the installer [19:10] parted will rescan the disk [19:10] ivoks: if it says that, cat /proc/partitions to see what partitions exists [19:10] extract the device name from that [19:10] it might be sdb or something [19:10] depending on hardware config [19:11] OK. Will try a reboot. Went back to 'Detect Disks' in installer but still getting the wwarning [19:12] [19:13] ahayes: did you cat /proc/partitions ? [19:14] I did, but I wiped all the other sd* drives. Not sure why sda was giving me grief. [19:14] maybe it was the CD :) [19:14] It will be back up in a sec. [19:16] ahayes: are you part of engsoc? [19:16] &whois ahayes [19:16] zul: I haven't heard that term in a *long* time. :) [19:17] ahayes: oh i havent been around carleton in a loooong time [19:17] I was part of Engsoc when it was on Novel 3.x [19:17] ahayes: Novell? [19:18] RoyK: Yep. As in… the old stuff. Can't even remember the name now… all the NetBIOS stuff. [19:18] netware [19:18] That's it. :) [19:19] * RoyK was Master CNE on NetWare 4.11 and 5 [19:20] I was just a 1st year who liked computers. adevries dragged me into helping with the engsoc server. [19:20] remember all those german nights (Abend) [19:21] OK! I'm at the partition disks choices without any observations about my competence. :) That worked. [19:21] :) [19:21] oh hi ivoks [19:22] last I touched a netware 3.12 server, it had an uptime of 4.5 years, only because they had had a power outage at the time it went down :P [19:22] Am creating partitions on mpath0 and mpath1 [19:23] RoyK: Yeah… they did run well in my experience too. [19:25] ahayes: btw, it wasn't NetBIOS, that was Microsoft, NetWare used NCP [19:25] IPX FTW! [19:25] * RoyK ducks for cover [19:26] RoyK: Stop. My brain can't handle the flashbacks. ;) [19:26] lol [19:27] * RoyK can remember those SAP/RIP broadcasts bitching our precious hub-based 10Mbps network quite badly [19:28] heh [19:28] I dunno how they can deal with that on cable modem networks [19:29] cable modem networks have a wee issue there - ARP broadcasts on large domains can toast a bad router... [19:29] Should /boot be ext2? [19:29] doesn't need to be [19:29] ahayes: ext2 is very safe for /boot [19:29] but it doesn't matter, really [19:30] you won't get the fancy ext[34] stuff you won't need :P [19:30] I saw that it's what the auto-partiion did last time. Just wondered. [19:30] grub2 works with ext4 [19:30] but grub1 I think ext4 can sometimes confuse it (extents) [19:30] patdk-wk: no need for journalling or extents on /boot, really [19:31] royk, generally no, but is kind of nice for when your system is running [19:31] if it does crash [19:31] but a fsck of /boot is normally fast enough [19:31] patdk-wk: /boot is hardly touched anyway [19:31] hopefully :) [19:31] mine seems to only crash when I'm touching /boot [19:31] if so, I'd use ext3, less options that might fail, and better tested [19:32] Here we go. Moment of truth. [19:32] just use reiser4 for it all and live an interesting life..... [19:34] * RoyK prefers boredom to interesting times when it comes to having stable servers [19:36] Dum dee dum… just waiting for mkfs. [19:37] ext4? [19:37] Yes. [19:37] For /boot and / [19:37] ahayes: how many drives? [19:37] 2 [19:37] k [19:37] any mirroring? [19:37] Yes. 2 drives in Raid-1 [19:37] sw or hw? [19:38] sw [19:39] * RoyK likes this setup http://pastebin.com/GipEC95B [19:39] It's /boot / and swap on md0,md1, and md2, on top of mpath0 and mpath1 [19:40] sorry, what's mpath? multipathing? [19:40] Yes. [19:41] erm - I don't get it - you're multipathing to two drives that are mirrored? [19:41] It's all on a supermicro SC417 chassis with three LSI 9211-8i cards. [19:42] how many physical drives? [19:42] It's because the pair of drives are on the SAS backplane like all the others. So they are multipathed. [19:42] Hi i just installed a kvm guest using vmbuilder. When I tried to do virsh start vm1 I get this error: Failed to start domain mav-vm1 [19:42] error: operation failed: failed to retrieve chardev info in qemu with 'info c dev' [19:42] I've got 12 in there now, but it will take 72 2.5" drives. [19:43] ahayes: why aren't you using zfs for this? [19:43] ahayes: it's _very_ much better than anything linux has [19:43] that is, linux has fuse-based zfs, but it somewhat sucks in regards to write speed [19:44] That was my first thought but OpenSolaris/Nexenta is in a bit of flux right now. [19:44] we're on OpenIndiana with some 350TB on four boxes [19:44] I wasn't confident that it would all work out in the long run. And meanwhile, btrfs is coming. [19:45] btrfs has been coming for two years+ and they still don't have anything better than mirroring [19:45] they're 5+ years behind ZFS [19:45] And I like Ubuntu. Especially the lovely #ubuntu-server support. ;) [19:46] ahayes: it's your choice, but without ZFS, you won't be able to detect 'silent errors', which are becoming a bigger problem every year [19:46] RoyK: go to #we_depend_on_oracle's_technology :) [19:46] ahayes: my advice is: Try OpenIndiana, please, I know it works. We're using it in production and have been for quite some time [19:47] ivoks: openindiana is open - it's not controlled by oracle [19:47] This smells like a battle… please… I'm just a lowly guy trying to run multipath. :) [19:48] I'm still waiting to see if grub installs itself.... [19:49] ahayes: sure, but I'm quite sure a Linux-based storage setup won't work remotely as well as a zfs-based one. If you're just in the test phase, please test something that can do ZFS natively [19:49] zfs freeks :) [19:50] Ugh…. Failed. [19:50] ivoks: Well, once you get a taste of it... [19:50] :) [19:51] [!!] Configuring grub-pc - Unable to install GRUB in /dev/md0 - Executing 'grub-install /dev/md0' failed. This is a fatal error. [19:51] ivoks: would you want to have 350TB on something that doesn't detect data errors, but rather just hope that the drives' CRC is sufficient? [19:51] RoyK: relax [19:51] i was just joking [19:52] * RoyK is quite calm :) [19:55] Hmm… I'm looking at logs. [19:56] It says: Is device-mapper missing from kernel? [19:56] And: /pro/devices: fopen failed: No such file or directory [19:58] ahayes: /pro? [19:58] sorry… /proc [19:59] htf do you type …? [20:00] I have to type it in. Can't cut&paste from IPMI console. === fisted_ is now known as fisted [20:05] Sooo… should I continue without the bootloader? Or is there someting I can do at the prompt? [20:17] Daviey: you still around? [20:17] kirkland: are you still around [20:20] kirkland: can you re-fire that qemu-kvm i386 build? I can't reproduce it on porter-i386. If it fails again I'll make it not use parallel build and that might help, but I'm hoping it was a transient gcc error. [20:32] RoAkSoAx, ack [20:33] hallyn, build re-queued [20:34] Daviey: were you able to fix that ipmi problem? [20:35] zul, think so [20:35] Daviey: could take a look at bug #629234 and re-upload the lucid sru please? [20:35] Launchpad bug 629234 in vsftpd "package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Medium,Confirmed] https://launchpad.net/bugs/629234 [20:36] RoAkSoAx, is there a merged debdiff or bzr branch? [20:37] Daviey: yes both. The upload got rejected because someone else requested an upload fixing one of the bugs I',m addressing without taking in consideration other bug reports openned. [20:38] RoAkSoAx, you want me to reupload https://code.launchpad.net/~andreserl/ubuntu/lucid/vsftpd/sru1 ? [20:39] Daviey: correct [20:43] Daviey: thanks [20:58] I need help getting my first server up, any takers have time? [21:00] Hello Guys, My name is Andrew Ferreira, Brazil I'm from the Ubuntu community. I'm having a problem with Squid Proxy could someone help me? [21:01] hi ! [21:01] I hv downloaded googleearth from http://www.google.com/earth/download/thanks.html#os=linux#linux_dl=deb_32 [21:02] But unfortunately it is not opening the program [21:02] can you get in the downloaded file? [21:02] plz solve my problem [21:02] yes [21:03] can anyone tell me why map_static is reported as an invalid keyword in my nfs exports file? [21:03] !ask | a_girl [21:03] a_girl: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [21:03] strange flood of people [21:03] zee313: Since that pacakge isn't part of Ubuntu, you're probably better off asking the providers of the package for help. [21:03] ScottK: it's more than one question and I'd like to know someone has an hour+ to help me through this [21:04] a_girl: Probably no one has that kind of time to dedicate to you, but if you start asking your questions, the odds are reasonable that someone will have time for most of them if you are patient. [21:05] My Squid performs block msn according to the user account, authorized users accessed normally from both a time for another authorized users started receiving the error when trying to login 800488eb. anyone have any idea? [21:05] I've just installed 10.10 with webserver enabled and openssh enabled, but had no connection where it was in the house, so I didn't set up DHCP or internet. I moved it to there there is internet but there's no room for plugs/periferials so I need to access it remotely [21:06] from there, I think I have it [21:06] ScottK: how's that? [21:06] doesn't explain much at all, but [21:06] did you give it an ip address? [21:07] I did not set it to an ipaddress [21:07] if it's not set for dhcp, and doesn't have a static ip, there will be no way to access it [21:07] a_girl: I think the default is to dhcp, so if you've installed ssh server you should be able to boot it with a network connection and just ssh in. [21:08] I tried to ssh into it, but the connection times out. [21:08] kim0: I'm not ignoring you btw, just got spice 0.8.0 package built locally, doing qemu next, then ill push to ppa if it all works [21:08] also; I'm using at&t uverse, so all the computers use 1 ipaddress [21:09] :( [21:09] hggdh: ping [21:09] still in college, so I have nil power over internet [21:15] how do I set up DHCP from cli? [21:16] man interfaces [21:16] just two lines needed [21:16] strange, no dhcp example [21:17] auto eth0 [21:17] ssh should be: ssh negativeone@99.67.140.208 [21:17] RoAkSoAx, give me one minute [21:17] right? [21:17] iface eth0 inet dhcp [21:17] hggdh: sure thingy ;) [21:17] RoAkSoAx, ready :-) thank you [21:18] hggdh: by any chnage you have a maverick box to verify a SRU? :) [21:18] * RoyK wants IPv6 [21:18] RoAkSoAx, not now, but we can create one [21:18] RoAkSoAx, what do you need there? [21:19] hggdh: bug #677764 [21:19] Launchpad bug 677764 in vsftpd "vsftpd postinstall checks for user/group starting with ftp" [Medium,Confirmed] https://launchpad.net/bugs/677764 [21:19] RoyK: bah, a couple of hours ago you were all about IPX. what happened to you? ;) === jkg_ is now known as jkg [21:19] jkg: that was just talking of Old Times [21:19] IPX is quite dead :þ [21:19] (thankfully ;) ) [21:19] indeed [21:20] RoAkSoAx, I will iso-install one now [21:20] what? [21:20] hggdh: awesome. thanks! [21:20] it's alive and kicking (need it to play doom and descent) [21:24] iface command not found [21:24] need help configuring ip address from cli [21:24] a_girl: That line beginning with "iface" is what you put into the /etc/network/interfaces file [21:27] Alternately, if you just want a one-off: sudo dhclient eth0 might work [21:32] hallyn: thank you man! you're my hero :) [21:32] worked! Thanks! === a_girl is now known as pill === pill is now known as Guest78014 === Guest78014 is now known as negativeone === negativeone is now known as a_girl [21:41] anyone know about distributing the server load across multiple machines? [21:42] need to know how to do that [21:42] !google loadbalancer [21:42] I have no google command, use http://www.google.com/ [21:42] It depends a lot on what kind of load you are trying to distribute. [21:45] when do yuo guys think btrfs will be ready for production? a few years or a few months? [21:46] andygraybeal: in a year, wild guess. [21:46] yea, thank you for the wild guess. [21:46] :) [22:10] hallyn, I you seeking sponsorship for open-vms-* ? [22:11] Daviey: are you asking me if i am? [22:13] err yeah, sorry. [22:13] Daviey: i'd have done a merge request by now, but i'm convinced someone will come back with all sorts of nit-picks :) [22:13] hallyn, funny guy :) [22:13] Daviey: shoudl i do a bzr merge request and ask you? [22:13] Daviey: almost done with the eucalyptus changes, just waiting to build in PPA to test [22:14] RoAkSoAx, awesome :) [22:14] hallyn, Just looking at the dupe count, would be good to get it fixed soon :) [22:15] hallyn, so yeah, if it's not too scary delta (not looked yet), happy to do that now [22:15] Daviey: yeah. i was just waiting for a confirmation, but someone did say it worked for them [22:15] Daviey: the delta *is* scary. no helping that [22:15] ill point you to it :) [22:19] Daviey: done. merge request assigned to you for lp:~serge-hallyn/ubuntu/natty/open-vm-tools/merge-2011.02.23-368700 [22:22] hallyn, Thanks... when it states "The diff has been truncated for viewing." ... i know i want to cry. [22:24] Daviey: you could just as well get the open-vm-tools git tree and 'git diff 2010.06.16..2011.02.23' [22:24] hallyn, I don't suppose you have a decent upstream changelog do you? [22:24] in fact, let me just... [22:26] Daviey: http://paste.ubuntu.com/578064/ [22:26] good stuff! [22:26] that's diffstat, not changelog [22:27] summary: 749 files changed, 120530 insertions(+), 88117 deletions(-) [22:27] *sobs* [22:27] do we know ebroder? he used to package it... i wonder if we should seek his blessing [22:28] (and save you the pain) [22:28] hallyn, Yes - that is a good idea! [22:29] hallyn, cherry picking a specific fix is not viable? [22:29] hm, i guess he only did it once. i thought i'd seen his name more than that [22:29] Daviey: no, that's what iw as trying yesterday [22:30] hallyn, Yeah, if you spent a good amount of time on it, then perhaps this is the best approach. [22:30] Daviey: after replacing the ioctl stuff, i only proceeded to further kernel module build breakages. I could try again... [22:30] hallyn, I don't suppose you know what debian's plans are do you? [22:31] Daviey: i don't. I emailed the list (mentioned in control) + daniel, no response [22:31] I figured I would email them again with a debdiff or, more likely, link to the bzr tree [22:38] Daviey: emailed them and cc:d you [22:41] Hello everyone , if any one has solution or suggestion ot this thread :http://ubuntuforums.org/showthread.php?p=10542465#post10542465 please reply in the thread. Thanks, [22:41] hallyn, So, Debian has bumped the epoch... so i'm less concerned about us getting ahead of debian... on this. [22:45] hallyn, good, thanks for the mail - lets see if they respond tomorrow. [22:48] Daviey: 'bumped the epoch' ? === jjohansen is now known as jj-afk [22:51] hallyn, you are proposing 2011.02.23-368700-0ubuntu1 right? [22:52] yes [22:52] hallyn, well Debian has 1:8.4.2-261024-1 .... the 1: is the epoch, and that trumps yours which is an implied 0: [22:53] so even if yours gets uploaded as is, it's technically a lower version than Debian's current [22:53] even tho yours is a newer upstream version :) [22:54] So come next cycle, we know we can still sync/merge no matter what. [22:56] that's a good thing? [22:57] New bug: #732306 in php5 (main) "php escapeshellarg removes £ incorrectly" [Undecided,New] https://launchpad.net/bugs/732306 [23:04] Daviey: done: https://code.launchpad.net/~andreserl/ubuntu/natty/eucalyptus/lp732082/+merge/52780 [23:05] hallyn, Yes... I'm saying that there is no fear of us getting too far ahead of Debian, meaning we either need to fudge the verison or maintain our own stuff till the end of dawn [23:05] hallyn, We can sync next cycle if/when they caught up. [23:06] hallyn, I think you need to reference that it is a newer version than the one in Debian, incase some does a drive by merge / sync next cycle. [23:07] hallyn, But I think it is /reasonable/ to raise a FFe, with some ambiguity about what the features of new version snapshot - stating you have spent significant time trying to bisect a fix, and the current one is totally unusable. [23:11] New bug: #732314 in squid (main) "package squid 2.7.STABLE9-2.1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100" [Undecided,New] https://launchpad.net/bugs/732314 [23:12] RoAkSoAx, Hmm... lp:ubuntu/$release/eucalyptus is only used post release.:( [23:12] RoAkSoAx, see the merge conflicts :/ [23:14] Daviey: what's your branch again? [23:15] :) [23:15] RoAkSoAx, bzr diff -c-1 > ../patch ; bzr branch lp:~ubuntu-virt/ubuntu/natty/eucalyptus/natty ; cd natty ; patch -p0 < ../patch [23:16] flat patches ++ :) [23:17] k give me a sec then [23:20] hmm.... you might need to bzr diff -c-1 debian/ ; actually.... the .pc has made it a pain in the bum [23:20] it's just debian/ changes, right? [23:20] Daviey: yah you can just download the diff and the bzr patch ../xyz.diff [23:20] gotta run for a bit [23:20] brbr [23:21] RoAkSoAx, Okay, i'll probably attack this my tomorrow now [23:21] RoAkSoAx, nice one. === klaas_ is now known as klaas