[00:56] New bug: #783747 in php5 (main) "segfault in zif_spl_autoload" [Undecided,New] https://launchpad.net/bugs/783747 === medberry is now known as med_out [01:01] [01:01] [01:18] [01:54] how do i upgrade my ubuntu server packages (specifically security ones) [01:55] arooni, sudo apt-get update && sudo apt-get upgrade [01:55] thank you [01:55] use sudo apt-get dist-upgrade to install updates which require installing new packages [01:55] also i'm looking for somethign to keep track of why i seem to run out of memory [01:55] such as kernel updates [01:55] i.e. when my app crashes its too late to figure out the culprit [01:56] use top, or script something with free and ps to log [01:56] so next time it happens, you have an idea of what was going on [02:04] is there a package that does that nicely? [02:04] how do i make bash my default shell [02:10] arooni: chsh -s /bin/bash [username] [02:33] top is likely capable of doing what you want, but you'll have to dig deep in TFM to find the right switches [02:34] I barely know the basics of it [02:37] ERROR: APACHE_PID_FILE needs to be defined in /etc/apache2/envvars [02:47] SpamapS: collectd lxc plugin - https://github.com/dotcloud/collectd/tree/lxc-plugin seems right up your alley :) [02:50] how do i recreate the /etc/apache2 folder? [02:50] you could purge apache, then reinstall [02:50] make sure you back up any important configs first [02:50] Would work? [02:51] I don't think so, but I haven't tried [02:51] reinstalling i dont see /etc/apache2 [02:51] that's because you have to purge it first, not just remove [02:51] apt-get remove --purge or just apt-get purge [02:51] and the package is probably apache2-common [02:52] i manually removed the /etc/apache2 directory [02:52] yes, but you still have to purge the package [02:52] or it won't install new configuration [02:52] qman__, i purged it first (both apache2-common and apache2 [02:53] and reinstalled but i'm getting no /etc/apache2 [02:53] must be in a different package then [02:55] ah [02:55] apache2.2-common [02:55] arooni, ^ [02:55] purge that, then reinstall, and it will recreate the configuration [02:55] yup after you said that i purged every installed apache2 package [02:55] and it worked [02:56] I found that by using dpkg -L and some tab completion [03:08] hallyn_: http://zulcss.wordpress.com/2011/05/16/the-big-uds-o/ [03:16] New bug: #783780 in samba (main) "package samba-common 2:3.3.2-1ubuntu3.5 failed to install/upgrade: el subproceso post-installation script devolvió el código de salida de error 3" [Undecided,New] https://launchpad.net/bugs/783780 [03:24] zul: cool, thx [03:38] hi [03:38] how to chose which one to adopt between svn and git ? [03:39] maxagaz: Git. [03:39] It solves the branching / merging headache. [03:40] bazaar [03:44] Guest43057: Unless you're the Ubuntu project, bad idea. :-) [03:44] Guest43057: can I use bazaar over git ? [03:44] bazaar is pretty craptacular in my experience [05:40] The last time I restarted my server, SSHD did not come up. I'm not really familiar with upstart, how can I tell if openssh is actually attempting to start at boot? [05:40] I have no idea if it's not being started at all, or if it's being started and not working [05:40] My host was able to start ssh manually from the terminal === skrewler_ is now known as skrewler [05:51] noob question.....need to transfer files to my server and from my server. nothing is installed yet... all i have is a web based vnc access. I'm trying to setup openssh as we speak but need to get the keys transfered so i can connect.. [05:55] any ideas.... [06:06] Proz01d, do you have password for the same server? So in order to transfer key you can log in there 4 once? [06:07] Proz01d: Or, use ssh the other around ... ssh from the server command line *to* an sshd on your local machine? [06:30] Proz01d: you could put your public key on the remote server with just a copy & paste, if you can do that over webvnc that is. the ssh key files are plain text. [06:35] greppy: the web interface doesn't let me cut and paste... :( [06:36] it's java based Xen [06:36] trying to test my openssh install / config and i get.. [06:37] connection closed by UNKNOWN when i do "ssh -v localhost" [06:40] Proz01d: What did you do to your server?? sudo apt-get install openssh-server # should just work. [06:40] damn it. [06:41] well i was follwing a guide that was telling me to change the configurations etc. [06:41] Lesson #1: Quit following guides. [06:41] lol [06:41] I am 100% serious. [06:42] They may be old, they may be inaccurate... if you do not understand them and agree with their ideas, don't follow them. [06:43] So now you get to sudo apt-get purge openssh-server and then sudo apt-get install openssh-server # and see if that fixes it. [06:43] will that remove all the configs? [06:43] Yes. [06:43] apt-get remove leaves the configs, apt-get purge ... purges the config files . [06:44] i did the remove last time [06:45] ok i think i finally have an apache question. i want to test that my apache/app config is working before i make mydomain.com => newly set up server. right now i have ServerName and ServerAlias set... is there a way for me to directly address this particular virtualhost by ip/port? and how would i add that to the apache config? ps there are two rails apps running on this box [06:45] same error [06:46] arooni: Make that virtual host the first one and it should be the default one. [06:46] jmarsden, how do i know which is first/second. all i know are the two sites are already enabled via a2ensite [06:47] Proz01d: OK... so does sudo netstat -ntl | grep :22 # show you that something is listening on port 22 ? [06:48] i'm purging the client as well [06:48] arooni, in the virualhost file you can specifically mention which port it has to run [06:48] koolhead11|afk, awesome; do you know which config option that is [06:48] namevirtualhost and port [06:49] arooni, lemme recheck :P [06:49] arooni: I think you can just make the filename under sites-available/ be alphabetically first ... I've not done it for a while :) [06:50] jmarsden: cleaned everything up and i do have listeners on 22 for ip4/6 [06:50] there we go [06:50] ! [06:51] arooni, Listen and port number :) [06:51] Proz01d, seems that will solve your issue :D [06:52] Proz01d: OK... next time... don't mess with config files you don't understand, that do not need to be messed with :) [06:52] trying remotely.... from my local machien.... hope this works [06:52] :) [06:53] arooni, http://ubuntuforums.org/showthread.php?t=1440839 :D [06:54] if you need to add your public key to the remote server's authorized_keys file, use ssh-copy-id user@remoteserver.example.com on your local machine to do that. [06:58] my local machine is windows [06:58] and i'm trying to connect via putty [06:58] its working now! [06:58] man it took longer than i thought to get my ubuntu server running like my debian 4.0 one was [06:58] always longer than you think [07:00] Proz01d: ick. OK, use pscp to copy the files you need, if you have to do it the hard way :) [07:01] wow... so much easier when i take your advice... no guides! [07:02] :) [07:02] i just want to secure this a little [07:02] Against what? [07:03] anything.. [07:03] i'm just using defaults right now.. [07:04] The only way to secure a machine against "anything" is to disconnect it from the Internet and bury it in a concrete box :) :) [07:04] What are you worried about, in the realm of "security"? [07:04] shuoldn't i use non standard ports.. disable password access and use keys instead... [07:05] those were some readings from guides [07:05] Random script kiddies? Your government agencies? [07:05] both [07:05] paranoid :) [07:06] it's my first server... [07:06] lol [07:06] Using keypairs is a good idea... that is what I thought you were copying the public key file for. Did that work? [07:06] The non-standard port thing is... well, it's your choice. adding denyhosts is also one way to reduce the clutter from automated attacks on port 22. [07:07] i'm a little lost on PKI.... [07:08] the pub / private keys generated on the server. i should grab the pub key and copy it to my local machine and i should be okay to connect right? [07:09] Other way around... generate a keypair locally on your desktop PC, then copy the public key from it to ~/.ssh/authorized_keys and set the permissions correctly. [07:09] Oh, and if you use Putty I think you have to convert the key from Putty's format to normal ssh format... [07:14] hi RoyK [07:20] by normal you mean openssh key? [07:21] Proz01d: yes. [07:21] I've not used putty for a long time, though. [07:22] When I need to use Windows machines for this sort of thing, I tend to install Cygwin (bigger, but much more unix-like shell environment, so more useful) [07:39] this is going to be the death of me.... the authorizedkeys files is supposed to be located in "%h/.ssh/authorizedkeys [07:39] according to my config but no such dir or file exists.. [07:39] i need to create this manually? [07:41] i'm guessing %h means /home/[user]? === cerber0s is now known as cerberos [07:57] Proz01d: yes. but the file is named 'authorized_keys' by default (mind the underscore) [08:04] how do i make it so that a user still has to sudo ; but doesnt have to type password [08:04] each time [08:04] Hi everyone, I have a bit of an issue. I have a server I'm going to colo but I'm experimenting right now. My server has only 1 network card eth0, with ips 192.168.1.[30-34]. I want to selectively forward ports from individual IPs to certain VMs, and have certain VM's send their traffic out of certain IPs [08:05] like on 192.168.1.32:80, go to one VM whereas 192.168.1.30:80 goes to a completely different one [08:07] arooni, if i remember correctly, sudo shouldn't bother you for a password for 15 minutes after you first use it [08:09] arooni, i haven't tried this myself but you could give http://www.webupd8.org/2010/04/how-to-change-sudo-password-time-out-in.html a try. just give the timeout a big number [08:10] arooni, Bashew: You can set that to whatever you want in /etc/sudoers, the default is 15 minutes. The setting is called timestamp_timeout [08:10] you would do that over not prompting for a pw? [08:10] If you make it too big and go to lunch with your terminal unlocked, you are asking for trouble :) [08:11] arooni: Once every 15 minutes, for sudo priviledges, is pretty reasonable... why is it a problem for you? [08:17] i am just typing the pw a lot [08:17] i guess from differnet terminals [08:17] each time i have a different session open [08:17] have to reauth [08:17] you could try using screen [08:17] ok thats a cool idea [08:17] i've heard of it before [08:17] open screen up on your first terminal, then on subsequent terminals, use screen -x [08:18] a side benefit is, if you ever drop your local connection, your stuff will still be up :) [08:18] arooni, or you could add something like this in /etc/sudoers: %wheel ALL=(ALL) NOPASSWD: ALL [08:18] arooni, so if you are in group wheel you don't have to type pass to sudo [08:29] when I run rm /tmp/*, is there somewhere a log of all what has been removed ? [08:29] if not, is it possible to set it ? [08:30] you could make a log every time you run it [08:30] rm -v /tmp/* > /path/to/output.txt [08:30] but there are no logs [08:32] New bug: #783836 in openldap (main) "slapd syncrepl failing using SASL" [Undecided,New] https://launchpad.net/bugs/783836 [09:16] hi all [09:42] New bug: #783864 in qemu-kvm (main) "need a versioned depend on vgabios" [Undecided,New] https://launchpad.net/bugs/783864 [09:56] I have a ubuntu 10.04 server running apache2 containing two virtualhosts... same domain one is http the other https. currently they both serve files out of /home/ubuntu/vhostname/public_html but i want to move it to /var/www/vhostname/public_html . i can make this happen in the http vhost def file but not the https. when i make the relevant changes in the https vhost file and restart it fails and doesn't ask for the ssl cert password. [10:09] airtonix: what's the error? [10:09] check the error.log of apache [10:13] remix_tj: i have to check something to confirm... #httpd are being nazis and unhelpful [10:13] :-) [10:13] check the log [10:13] and let me know [10:13] equiv of Oh hoho you're supposed to spell it "you're" not ur [10:14] anyway testing... [12:48] why i can`t ask a question at https://launchpad.net/cobbler :( [12:49] * koolhead11|afk looks at Daviey, [12:50] * Daviey hides [12:50] koolhead11|afk, So the launchpad cobbler project is not related to the upstream project management... Do you have a question specific to ubuntu server? [12:51] Daviey, i have a question regarding cobbler on natty. [12:51] koolhead11|afk, The best place to throw that would be ubuntu-server mailing list tbh. [12:53] Daviey, i just wanted to know if its a good way to hardcode my local repo intp preseed file ? [12:54] *into [12:56] koolhead11|afk, it is 'a way'... if you are using cobbler purely for that, then it is purely overkill. [12:58] Daviey, cobbler import --mirror is not an option it seems in case of ubuntu :D [12:59] koolhead11|afk, If something isn't working that you expect it to, please raise a bug. [12:59] I know i haven't used that feature. [12:59] Daviey, but i cannot in launchpad [13:00] /o.0\ [13:03] Daviey, thanks. [13:08] koolhead11|afk: Hmm [13:08] koolhead11|afk: You can't in launchpad? [13:09] koolhead11|afk: Oh, raise a bug - do that here: https://bugs.launchpad.net/ubuntu/+source/cobbler/+filebug [13:09] Daviey, yay!! got it [13:10] Daviey, i was looking at https://launchpad.net/cobbler all this time [13:16] New bug: #783951 in libvirt (main) "Automatically add libvirt dnsmasq to resolv.conf" [Undecided,New] https://launchpad.net/bugs/783951 [13:22] anyone with experience on multipath stuff? i've a lucid box attached to an emc san, dmesg reports qlogic driver load and i can see the 4 scsi devices created by the hba on dmesg, but multipath -l reports nothing [13:22] i've filtered out these scsi devices con lvm.conf but still nothing [13:25] running multipath on debug shows the scsi devices, but can't manage them: http://paste.ubuntu.com/608968/ [13:41] hello there [13:41] how to check disk on ubuntu? [13:45] how do you mean? [13:45] df? smartctl? badblocks? .... [13:47] fsck? [13:47] fsck [13:48] fsck checks filesystems, not disks. smartctl might be what you are after [13:51] i simply need to check filesystem on drbd [13:51] what i have to do ? [13:52] Hi there [13:53] May someone help me with preseed files ? [14:02] how to find drbd partition on my system ? [14:03] blkid? [14:07] tyreza, shoudn't they be defined in your drbd config? [14:07] correct blkid [14:07] i find drbd partition [14:08] normally it is in /dev/mapper [14:08] now how to fsck on that partitioN ? [14:09] drbd is not a filesystem. [14:09] fsck is for checking filesystem integrity. [14:14] what have to do to make a complete check on drbd ? [14:16] Does anyone know where I can get a list of the maximums for ubuntu server? [14:18] dawolf123: maximums? [14:18] such as the maximum amount of memory, cpus, disk etc... [14:23] morning all [14:23] lynxman: pin [14:23] lynxman: ping [14:24] RoAkSoAx: pong :) [14:24] RoAkSoAx: o/ [14:25] zul: something seems to be wrong with your blog configuration on planet, your post is summarized and links back to planet, so it's hard to find the actual entry to read it [14:26] (been a problem for a while, not sure if it's intentional) [14:26] hey RoAkSoAx [14:26] highvoltage: yeah i know about it i havent figured out how to fix it yet [14:26] pmatulis: o/ [14:26] * zul kicks wordpress [14:26] hey [14:27] zul: /me still waiting for endorsement : [14:27] :P [14:27] RoAkSoAx: everytime you ask ill kill a kitten ;) [14:28] zul: mind if I look at it? [14:28] zul: ehehe [14:28] * lborda hi folks [14:28] jamespage: James Page! o/ [14:28] hey lynxman [14:29] when I read about websites buying new hardware for their visitors, how do they know how much hardware to purchase? [14:29] dawolf123: that is kernel-specific === med_out is now known as medberry [14:29] glen1: simple logistics and previewing demand :) [14:30] I see. So they simply say will have this many users so we need to deal with them [14:30] k, thx [14:30] glen1: exactly [14:31] So if I have 100 new customers a month, how would I calculate how much storage, cpu, ram they need. its something that i never knew thanks lynxman haha [14:31] glen1: you either allocate limited resources per user, otherwise you oversell the available resources and try to keep up with demand [14:32] is there a comparison like say 1000 users per cpu? [14:32] glen1: your mileage may vary a lot, so there's no strict rule, it depends on what kind of services your users will be running [14:33] ahh :) So kinda extrapolate a perfect situation. thanks lynxman [14:34] zul: you up for some packaging crack hell :) [14:34] glen1: no prob :) [14:34] lynxman: depends [14:34] zul: just wanted to poke your brain slightly with a couple issues I'm having [14:34] lynxman: sure ask away but im not very alert yet [14:35] zul: no worries, your half awakeness packaging expertise is way better than my fully aware one ;) [14:37] jamespage: James Page \o/ [14:38] * jamespage takes a bow... [14:38] RoAkSoAx: I was sitting one next to jamespage, he's such a gentleman and scholar [14:38] s/one/once/ [14:38] how's everybody doing post-uds hangovers :)? [14:39] RoAkSoAx: I barely cope [14:39] lynxman: hehe I had to move and tide up my new place :S [14:39] RoAkSoAx: that'll keep you awake through jet lag [14:40] lynxman: I'm way past jet-lag by now :):D [14:40] RoAkSoAx: me too, going through London and back.. crossed the timezone twice :) [14:46] zul: is there any way to determine package install order? afaik there isn't [14:47] lynxman: not really an acceptible way why? [14:47] zul: I have a postinst script that fixes squid-deb-proxy config for unknown enviroments [14:47] zul: I was thinking of just creating a metapackage that gets the package and does the postinst config change, would that be kosher? [14:47] lynxman: you can use a pre-depends but thats frowned upon [14:48] lynxman: whats the problem you are trying to solve? [14:48] I'm trying to use XIV on a Linux box. A storage admin gave me two LUN's. I used xiv_attach to get them seen my the disk. Now apparently they're being seen out of order. (/dev/mapper/mpath15 needs to be assigned to VolID 595). Wondering if by chance maybe someone in here has a clue about something like that... [14:49] zul: I need to change squid-deb-proxy config file, to allow ppa import and also open it to more nets than the default value [14:49] lynxman: why not talk to mvo about it then? [14:49] zul: I was also thinking of looking at the squid-deb-proxy code and just dotdee the config, but that's a bit more complicated and I would rather find a way around it for the moment [14:49] zul: did talk with him, I know the changed I need to do :) [14:50] zul: it's just the question of how can I modify the config so the metapackage installs fine [14:50] zul: another way would be creating our squid-deb-proxy package with debconf hooks attached [14:51] lynxman: i think you might want to do the debconf hooks and then we can preseed it with puppet or something [14:52] zul: can even preseed it from the metapackage, and proceed as we agreed with other default configs and have a puppet module as well for future "modification" from the sysadmin side [14:52] lynxman: that makes sense for me [14:52] zul: cool, I'll go that way then, thanks [14:53] lynxman: Have you spoken to mvo? [14:55] lynxman: If squid-deb-proxy introduces a documented interface for config management, then Orchestra can edit it as it sees fit. [14:55] Daviey: yeah, before UDS, he told me where to touch and how and such, but there's no debconf hooks to do so in squid-deb-proxy [14:55] Daviey: that's the issue, it's just a plain config file [14:55] Daviey: actually several of them [14:58] lynxman: Yeah.. do you have a diff of chanegs you want? [14:58] Daviey: I'll have in a few, was just agreeing with zul the best way to handle it [14:59] lynxman: Well seeing that changes you want to introduce, largely determines how best to handle it :) [14:59] Daviey: I see your train of thought :) [14:59] choooo chooo. :) [15:00] Daviey: I'll add debconf hooks in order to be able to a) add or remove access to different things (updates, ppas, etc) and also be able to add/remove networks to the ACL or just lift the acl completely [15:00] Daviey: after speaking with mvo the default acl makes not much sense in heterogeneous networks scenario [15:01] Daviey: it's limited to only private IP ranges [15:01] ahh [15:01] Daviey: and lifting the ACL will only mean that if someone knows the proxy they'll be able to proxy packages only [15:01] Daviey: and also it comes with access to ppa's disabled by default, and we want that for orchestra [15:01] why? [15:02] zul: because orchestra is in a ppa [15:02] i thought ppa.launchpad.net was added last cycle? [15:02] (to squid-deb-proxy) [15:02] Daviey: it's added but commented by default [15:02] Daviey: so not active [15:03] oh [15:03] i would leave it as it is and ask the user if they want to enable it or not [15:03] zul: hence why I want to add a debconf hook :) [15:03] lynxman: k [15:04] zul: it'll ask the user if you reconfig the package and we'll preseed the selection from the orchestra-client package [15:05] lynxman: Less yapping, more patching :P [15:05] Daviey: aye aye captain! [15:05] lynxman: what daviey said [15:05] zul: aye aye coach! [15:05] (adapts the aye aye to different cultures) [15:06] lol === unreal_ is now known as unreal [15:46] jamespage: good morning/afternoon/something dear sir. When would super-james have a bit of time to get in details on the amazingly profound advanced testing BP? [15:46] * hggdh hopes that, with so much fluffery, an answer will be forthcoming [15:49] Daviey: I think we have some unfinished business, do we not? [15:49] something about Lucid [15:50] good localtime(); [15:51] mdeslaur: meeting-filled morning (relatively), so will ping you this afternoon [15:51] New bug: #784060 in clamav (main) "freshclam fails in DNS query due to apparmor" [Undecided,New] https://launchpad.net/bugs/784060 [15:52] hallyn_: sure, np [16:05] hggdh: yeah - have been thinking that one through over the last day or so. [16:11] jamespage: perfect [16:12] hggdh: I think we need an approach to each type of testing; trying to build a one-size fits all probably won't work that well [16:12] and might end up quite brittle at the end of the day [16:13] jamespage: I agree 100%. There is *NO* such thing... [16:13] hggdh: this is my current thinking [16:14] 1) Re-use existing ISO testing to ensure first install works OK - this should cover LVM, RAID etc.... [16:14] hey all, I'm trying to install a KVM instance of Ubuntu Server 11.04, but I can't seem to get the 'virsh console' feature to work [16:14] 1b) Re-use existing ec2 testing to ensure AMI's are OK [16:14] here's my virt-install: http://pastebin.com/SSYs5RbC [16:15] 2) Use orchestra to create complex deployments either on bare metal or vm's [16:15] or maybe ensemble [16:15] to be tried and seen [16:16] 3) Build out a testing framework to support testing complex deployment scenarios (probably based on mcollective which is already part of orchestra) [16:17] hggdh: agree that orchestra and ensemble need work; but I don't want to re-invent the wheel [16:17] I'm having a problem setting up an Ubuntu server as a router between two LANs (192.168.55.0 and 192.168.56.0). I've done the /proc/sys/net/ipv4/ip_forward = 1 and the sysctl stuff but I still can't get any further than pinging the other networks interface on the on the ubuntu box (eg, 192.168.55.x can ping 192.168.56.253 but not 192.168.56.x) Anyone suggest what I might have missed? [16:17] 4) Upgrade testing - we need to review with mvo to see how we deliver this [16:18] stetho: I don't know offhand what you may have missed, but can you hang wireshark off either interface and see what's making it through? [16:18] 5) boot testing - no idea at the moment [16:18] also, could you possibly have iptables filtering traffic? [16:18] jamespage: (3) could be split into (3.1) complex server deployment and (3.2) AMI/UEC instance testing [16:18] yeah - I was thinking along those lines. [16:20] jamespage: I am a bit worried this is too much for one single cycle -- so we need (if I am correct) to prioritise some items, and accept that not all will be there [16:20] right now [16:21] hggdh: agreed - far to much for one cycle [16:21] jamespage: and there is smb's request to facto in also [16:22] hggdh: yeah - although I think that should be fairly easy to achieve [16:23] jamespage: oh yes, the framework is already in place, just expanding the test suite. But I do not want to do it and have something that does not quite align with the rest [16:23] I think it fits well into the testing AMI images use case [16:24] I would like to have it compatible with AWS or UEC (openstack/euca) [16:25] so we could run on either with just some conf file changes [16:28] hggdh: hmmm - that should be possible [16:32] does anyone even do virsh-serial-like installs with Ubuntu? Or is that more of a Xen/Redhat workflow? [16:38] GRRRR... I don't understand why when I purge a program using aptitude and then reinstall I do not get all of the .conf files back for that package. I'm missing radiusd.conf and I"m unsure how to get the defalut file back. [16:39] hggdh: we do! [16:40] hggdh: i'm tied to the meeting right now, but following that. [16:40] Daviey: certainly [16:42] anyone know how to get the default files back in the /etc/freeradius directory? [16:43] apt-get install doesn't put them all back [16:44] mouseclone: maybe "dpkg-reconfigure"? [16:46] dolwhalen42: doesn't work. Tries to start the services, which fails because htere is no radiusd.conf file. [16:58] hggdh, jamespage What I was looking for sounded rather like making use of the existing framework for most parts. My actual testing may or may not be different but the main use was the launching and access to instances in a larger scale than ... err one or two. [16:58] zul: did the new lxcguest work for you? [16:59] hallyn_: not yet will do so now [16:59] k [17:00] anyone know how to reprocess packages so that they fully reinstall? [17:00] zul: http://people.canonical.com/~serge/lxcguest_0.7.4-0ubuntu9_amd64.deb [17:01] hallyn_: what did you fix anyways? [17:01] jdstrand: in case you fetched it last week, there had been a bug in my libvirt package last thu (forget what), so as of last friday the proposed oneiric libvirt package is at http://people.canonical.com/~serge/libvirt-0.9.1-sync.2.tar.gz [17:02] zul: it now allows for LIBVIRT_LXC_UUID=xyz as indicator of running under libvirt [17:02] zul: then the next libvirt sync will drop your patch, and make use of just that [17:02] hallyn_: thanks. I had not yet. I hope to look at it today or possibly tomorrow [17:02] (it's a new boot argument which libvirt added for containers as of 0.9.0 or so) [17:02] jdstrand: thanks [17:03] oops, mtg [17:03] mouseclone: is there a /etc/radius.conf.dpkg or similar? === klaas_ is now known as klaas [17:03] hallyn_: okie dokie [17:03] Hello . Since I upgraded to Natty , I have to do a manual poff / pon after reboot for ddclient to update my dyndns properly .. does anyone else have the same issue ? [17:04] lwhalen42: no the files i need are in the freeradius-common packages or freeradius-common_2.1.8+dfsg-1ubuntu1_all.deb package in the repoes [17:05] when you uninstalled them, did you just 'remove' or did you 'purge'? [17:05] lwhalen42: aptitude purge freeradius [17:06] hrm [17:07] lwhalen42: I have downloaded the packages, ar vx to get the tar.gz files and have put some of them back. [17:07] I just really really do not understand why adding a package back doens't over write everything [17:09] the packager thinks its smarter than you ;-) [17:13] think i got it.. stupid stupid hobbit.. aptitude purge freeradius freradius-common freeradius-utils [17:14] now it is reinstalling itself and now it has started back up [17:14] ahh, missed a package? [17:15] I'm still trying to figure out how I can do the install dialog on a VM without having to run VNC [17:15] lwhalen42: didn't know that you had to purge 3 of them to make it work correctly again. [17:15] dpkg -l | grep radius can be helpful for that [17:16] what do you mean by install dialog on a VM (virtual machine)? [17:21] New bug: #784120 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/784120 [17:22] mouseclone: I mean, when I currently do a virt-install against an ISO (or any install source, really), in order to say "Partition my drives thusly, install these packages", etc, I have to hook up a VNC viewer from my desktop [17:22] I'd like to be able to say "virsh console " and do the install like that [17:23] ah [17:32] New bug: #784123 in samba (main) "Samba printer is not shared after boot" [Undecided,New] https://launchpad.net/bugs/784123 [17:36] zul: if that lxcguest works all right, then please grab http://people.canonical.com/~serge/lxc_0.7.4-0ubuntu9-package.tgz and dput it :) (I need to request the lxc upload rights, i know) [17:37] hallyn_: okie dokie [17:48] silly question: is there an Ubuntu Server "netboot" or similar ISO? [17:50] booyah, Google is my friend: http://cdimage.ubuntu.com/netboot/natty/ [18:02] lwhalen42: we've been doing a ton of work getting the Cobbler provisioning system working too btw. [18:02] lwhalen42: can help with managing a whole bunch of server installs. [18:32] SpamapS: wait, I can rock Natty installs via Cobbler/koan? [18:50] lwhalen42: yes in the latest cobbler [18:50] lwhalen42: its also available in Natty and later [18:50] most excellent [18:51] lwhalen42: I believe we tested installing lucid too [18:59] has anyone had problems with samba adding machine user accounts in the wrong case? === medberry is now known as med_out [19:21] New bug: #784195 in samba (main) "package samba-common 2:3.4.7~dfsg-1ubuntu3.5 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1" [Undecided,New] https://launchpad.net/bugs/784195 [19:21] New bug: #784196 in samba (main) "package smbclient 2:3.5.8~dfsg-1ubuntu2.1 [modified: usr/bin/rpcclient] failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive" [Undecided,New] https://launchpad.net/bugs/784196 [19:26] Anyone know anything about multipath? I tried issuing mpath_ctl add path mpath16 but apparently that syntax is wrong? [19:28] Daviey: so. Back to Lucid and SRU... what do you need to test? [19:31] MTecknology, linux multipath or some proprietary vendor MP util? That invocation doesn't look like a native MP client [19:33] ppetraki: the invocation could also be me not having a clue what i'm doing... [19:34] MTecknology, no worries [19:40] hggdh: I just need to do something, will then upload a bunch of new packages to the PPA. [19:41] hggdh: build time dependant. === smb is now known as smb-afk [19:44] zul: can I use the test rig? [19:44] hggdh: yep [19:44] thanks [20:00] hey folks [20:00] anyone know of a good package to create RSS feeds of files in a directory structure? [20:02] where is the dir where services / processes are started on startup? ubuntu 10.04. I remember there might be a few .. rc.d is ringing a bell [20:05] CyrusB_1: /etc/init.d and /etc/init [20:07] automaticlly get run on startup? [20:08] thought that was just for services, and places to place scripts [20:14] CyrusB_1: then look into /etc/rc2.d for sysvinit scripts and look in each and every script under /etc/init for upstart scripts/jobs (grep 'start on runlevel \[2' /etc/init/*) [20:14] yep, got it [20:14] thank you pmatulis [20:34] Upgrading from 32bit to 64bit? [20:36] New bug: #784231 in freeradius (main) "Sync freeradius 2.1.10+dfsg-3 (main) from Debian unstable (main)" [Wishlist,In progress] https://launchpad.net/bugs/784231 === med_out is now known as medberry [20:44] Daviey: interesting... installed NTP, and -- on start, about 20 min from boot -- got a time correction of 0.2 seconds [20:45] hi [20:46] "solution to this?" [20:46] open /dev/null failed: No such file or directory [20:46] ubuntu server 10.04 [20:46] hggdh: it takes some time for the daemon to find the correct values for the "hardware clock" [20:46] "not find a way" [20:47] guntbert: not if you are running with -g -- which is what we default to [20:49] hggdh: no, I meant that ntpd tries to get a "feel" for the hardware clock (is it slow, does it wobble?) - and that takes some time so its estimates will not be too good from the start [20:50] *it's [20:52] guntbert: oh, OK, yes. In this case, since this was a brand new server isntall, there was no drift file [20:53] guntbert: what surprised me is that we sync (right now) with ntpdate on interface up time; in my case, we are using the same NTP server for both ntpdate and ntp (after I installed NTP) [20:53] hggdh: ah . "drift" was the word I was looking for - yes and that seems to explain the necessary correction [20:54] ls/win 2 [20:55] hggdh: I'm sure the hardware clock might be off by that amount and without a drift estimate... [21:01] guntbert: it might be. But to drift 0.2 seconds in 20 min is sort of surprising [21:12] * guntbert cannot be surprised by hardware glitches an more :) [21:31] New bug: #784252 in backuppc (main) "package backuppc 3.2.0-3ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/784252 === hallyn_ is now known as hallyn [22:51] New bug: #784290 in ec2-api-tools (multiverse) "ec2-bundle-instance should it make clear that it only works for Windows instances" [Undecided,New] https://launchpad.net/bugs/784290 [23:11] New bug: #784300 in mysql-5.1 (main) "package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/784300