[00:00] hypetech, try sending a file over ssh to see if there is indeed low latency [00:02] nimrod10: uploading steady at ~220k [00:04] that sounds like you shouldn't experience any latency while typing over ssh [00:05] nimrod10: I know :p that's why I was asking for any resolutions that don't involve latency :( [00:07] nimrod10, 10.10 [00:08] hope appears to be lost :/ .... reinstalling the base system and will restore (hopefully ) from backup [00:09] SpaceBass, I really don't like this unreliability in ubuntu; when a new version is out you normally think it is fine to upgrade and then "sometimes" it brakes. [00:09] I bet you won't upgrade next time [00:11] its probably hard for the installer to account for all the changes a user makes to his system, and some changes may well break it [00:11] nimrod10, on the contrary... I never learn my lesson [00:13] :) [00:14] what you need is a test environment. You can try updates there. That is not a 100% guarantee, but it is better then trying on the server first [00:17] is the procedure for disabling ipv6 the same in natty as it was in 10.10? [00:17] .o(why would one do that..) [00:23] alamar: there are some very broken DNS servers for AAAA records.. I've had trouble before where I had to disable IPv6 in order to contact certain sites. [00:24] I remember autotrader.com used to respond to AAAA record requests with a CNAME that didn't exist... [00:25] yea ipv6 dns can slow down the network atm, plus I might as well lower surface area for attacks since there isn't much ipv6 security going on [00:25] even though we aren't being routed yet [00:25] ahh looks like images.autotrader.com is still confused [00:26] hah.. wow.. the mirrors are completely clogged [00:26] normally 6-9 Mbit .. getting 128kbit [00:27] lol [00:31] So I have a problem: I have a lucid server setup and serving html, I also am serving videos. The problem (can play videos in linux, but not windows.) The error is (missing plugin) I have searched all over, but could not find a plugin to play the videos in windows. Please point me in the right direction. I am a newb to servers and plugins! [00:31] SpamapS: this should only be an issue if you indeed have ipv6 connectivity === sidnei_ is now known as sidnie === sidnie is now known as sidnei === medberry is now known as med_out [01:46] Hello. I have a silly question. I have tried to do this on my own and I have done it before, but I don't remember how I accomplished it. [01:47] I've just upgraded to Ubuntu Server 11.04. I had a custom MOTD [01:47] but that got wiped in the upgrade. So now I want to set the MOTD. Whenever I change /etc/motd or /var/.../motd it gets reset [01:48] I dont want to use a third party app to just change it once. so where am I supposed to do it? === TuxIce is now known as Guest10940 === Guest10940 is now known as AdamDV-iPad [02:41] release kernel for natty server: is this it? linux-image-server_2.6.38.8.22 [02:42] ok thats it - confirmed at packages.ubuntu.com === TuxIce is now known as Guest45896 === Guest45896 is now known as AdamDV2 [03:16] is there a natty server image available for virtualbox, kvm or something else like it's available for amazon? [03:17] ChmEarl: mine says: 2.6.38-8.42 [03:31] New bug: #772868 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/772868 [03:36] Daviey: when you are in, please try pinging me -- I may be awake still ;-) [03:43] is there a way that i can make users redirect to a different home directory if say... the home dir is an nfs and it goes down [03:43] how can i 'cherry-pick' packages to be installed? [03:46] i tried --no-install-recommends [03:46] didn't work [03:49] if you're not installing recommends, you're only installing dependencies [03:49] so if you're trying to choose an alternate package for a dependency, just install that package first [03:53] well i don't want the other packages to install [03:53] i manually compiled them [03:54] and i don't want repo version's overwriting them... [04:06] well, you should have compiled them into packages so they'd satisfy the dependency [04:06] it's either that, or now you'll have to compile everything that depends on them manually [04:11] third option is compiling the software such that it can coexist with the packaged version, and you just link to your version instead of the package [04:12] but that only works with certain types of packages [04:15] hrm [04:15] mplayer/mencoder [04:15] i used checkinstall [04:15] should've created .deb's, no? [04:17] arrrghhh: the short answer is: don't compile your own packages. [04:17] i prefer repo's [04:17] but i couldn't figure out how to get mplayer/mencoder to work multithreaded in any repo version [04:19] i can finally transcode 1080p on the fly without any stutter [04:38] Is there a way to a2ensite without requiring an apache restart? I'm running a service where each user has a site setup in apache, and they can sign up for a limited free account on the home page. It would be nice to not have to restart the whole thing for everyone any time someone signs up. [04:47] Is there a way to a2ensite without requiring an apache restart? see above [05:00] hi guys... I have an ubuntu 8.04 server..... Im trying to identify if my sqldump backups are completing successfully on this server... these are backups of some sql databases.... how can I ensure that the daily backups are working???.. please advise... Note that the backups are run via a sh script that is scheduled to run using a cron entry [05:01] Take the backup and restore it onto a test system. [05:01] That's the only way to really know. [05:01] Amateurs back up. Professionals restore too. [05:03] ScottK.. agreed.. but can't I view some sqldump logs to find out?.... [05:03] You still won't know. [05:04] ScottK.. I can't really go about restoring these daily backups.... daily :D [05:04] No, but you should do it periodically. [05:04] I don't know a lot about sqldump, but I do know that. [05:05] You could use sql dump to restore it to another machine. If it powers a website, you could use wget to load the website and make sure it doesn't return a 500, calling a script to email you if it does. [05:05] ScottK.. so there's no other way huh....hmm [05:06] I'm sure you could, but I don't know exactly how. [05:06] I'd restore it at least once if you haven't. [05:14] ok .. i'm lost [05:14] sorry to ask again but does anybody know if there is a way to have a simple fallback directory if a user tries to login but has an nfs home dir and it is down? [05:21] Is there a pcap utility like tcpdump, but instead of telling me each packet, it just tells me what proportion of the traffic is on each port? [05:22] iftop [05:22] $customer asked me to work out what's chewing up their link, and I'm not allowed to just turn things off, which is how I normally do it [05:22] * twb tries iftop [05:24] Urk, I just realized that the router I need to do this on is probably on of their ISP-managed cisco things [05:34] Hi. Any experts on initramfs & mdadm present? I have a server which fails to mount the root filesystem on reboot. It drops into the busybox shell claiming that there's no root filesystem. A simple mdadm --auto-detect fixes it and the system continues to boot. Why is this happening, and how can i get the mdadm process to continue without intervention? [05:47] Easy thing to try is sudo update-initramfs -u -k all [05:48] already done that [05:48] That will rebuild the ramdisks with the current /etc/mdadm.conf [05:48] No joy [05:48] not sure then [05:48] I even went to the extent of unpacking the built initrd and manually looking through the code [05:48] Check that fstab rootfs is sane, etc [05:49] Actually that's passed as an arg from the bootloader, so also check /boot/grub/grub.cfg or whatever it is [05:50] Any idea how i can show the filesystem UUID to check the one in /etc/fstab & /boot/grub? [05:50] never mind - i looked in /dev/disk/ [05:51] tune2fs -l [05:51] Cool - looks OK [05:52] fstab has UUID=..., but /boot/grub/menu.lst just has root=/dev/md0. I assume both should work... [06:04] Assuming it's md0 yes [06:04] md0 is MORE likely to work... usually === twister004_ is now known as twister004 === twister004_ is now known as twister004 [08:27] New bug: #772990 in openssh (main) "Ubuntu Server 10.04.2 - sshd not accept connection over ethernet only on loopback" [Undecided,New] https://launchpad.net/bugs/772990 === twister004_ is now known as twister004 === cerber0s is now known as cerberos === twister004_ is now known as twister004 [11:07] hey guys, I am trying to set up freeradius atop ubuntu. is there a way to integrate the username/password to use the already existing username and passwords? [12:42] riz0n, i have no idea, but i want to do the same thing, and instead of trying to put all the peices together manually, i've decided to use 'zentyal' .... a meta package.. integrates ldap radius already for username/passwords -- i know it's not the answer to your question. [12:43] but it is similar and it is what i am going to eventually do. if i was smart enough.. i could setup ldap and radius w/o zentyal [12:43] it just seems that it's a big step for me right now [12:43] it's a little sad.. i've been doing this for too many years... [12:44] i'll get it one day. [12:52] New bug: #773161 in openldap (main) "package slapd (not installed) failed to install/upgrade: subproces installed post-installation script gaf een foutwaarde 1 terug" [Undecided,New] https://launchpad.net/bugs/773161 [13:08] seems like the release day traffic died down [13:10] ok [13:11] Daviey: there already? [14:23] morning all [14:23] hey RoAkSoAx [14:24] jamespage: heya! [14:26] jamespage: how's it going today [14:27] RoAkSoAx: good thanks - at puppetcamp in amsterdam [14:27] ?RoAkSoAx: hows things for you? [14:28] jamespage: cool.!! Pretty good.. just starting the day and convincing upstreams to drop by UDS :) [14:29] RoAkSoAx: sounds like fun :-) [14:29] RoAkSoAx: looking forward to visiting budapest? [14:30] jamespage: yeah!! can't wait! [14:30] cool [14:30] how about yourself? [14:31] jamespage: should be good - just need to focus on getting my blueprints filed.... [14:33] cool [14:35] Speaking of blueprints... Is there already one that would be placeholder for a general session on bringing up anything that needs support, clarification, improvement in general between server and kernel? [14:39] hello, I am getting [error] [client 71.174.117.203] File does not exist: /etc/apache2/htdocs in my apache logs and a 404 error when I try to access my site. [14:40] if I set the virtual server to accept all connections instead of from only example.com then it works [14:40] smb: I don't think there's a blueprint filed, though the idea was suggested and approved [14:41] RoAkSoAx, Ok, so I guess I have the honors of creating one... === hazmat` is now known as hazmat [15:34] network adapter [15:35] how can I check whats wrong? [15:35] <_ruben> eh? [15:35] (using virtualbox on windows 7) [15:35] have it set as bridged, yet it cant resolve google.com [15:35] <_ruben> how about starting with describing the actual problem ;) [15:35] <_ruben> wifi or wired ? [15:35] no internet acces [15:35] eth0 wired [15:36] it worked yesterday [15:36] started the machine today, no internet [15:36] <_ruben> can you ping the host? [15:36] I cant [15:37] i just did "ping [ip]" [15:37] thats right ? [15:37] <_ruben> assuming you used the actual ip instead of [ip], yes :) [15:38] :) [15:38] "connect: Network is unreachable" [15:38] <_ruben> tho seems to be a very low level issue, dont have any experience with vbox though, only vmware products [15:38] <_ruben> i assume you use dhcp? does it get an ip address from the dhcp server? can check with "ip a" [15:39] hmm [15:39] it shows lo and eth2 [15:40] but no ipv4 [15:41] only an ipv6: 08:00:27:8d:42:08 [15:41] and ff:ff:ff:ff:ff [15:41] anybody know of a wiki type app where you can just type the URL of a new page you want, but that uses HTML instead of wiki formatting? [15:44] howto restart networking? [15:44] sudo /etc/network restart or something? [15:44] Vhozard, you can do that or you can do "ifdown eth0" then "ifup eth0" type of thing [15:45] Vhozard, Would be sudo /etc/init.d/networking restart [15:45] it wont go down [15:45] .. [15:45] it says its not there [15:46] and eth0~4 dont exist [15:46] :( [15:46] Vhozard, try the "ifdown eth0" then "ifup eth0" [15:46] Vhozard, To me it sounds a bit like for some reason dhcp (if that is used) did not succeed [15:46] eth0: error while getting interface flags [15:46] No such device [15:46] wth [15:46] The etc/init.d/networking script always seems to have issues for me when I'm tweaking things. So doing it manually with the ifup/ifdown work better for me [15:47] you can do "ifconfig" to see your network devices. [15:47] thanks [15:47] only loopback is there === grawcho is now known as grawcho___ [15:47] then your network isn't setup yet. Maybe it didn't see your network device. === grawcho___ is now known as grawcho [15:48] its running in virtualbox [15:48] Oh. With virtualbox you can change your network card type. Sometimes that makes a difference. [15:48] how can I view the system start log? [15:49] I would just change the virtualbox network device for your ubuntu system and reboot it. [15:49] it worked previously [15:49] and I kinda need 1gbps [15:49] but ill try [15:52] ugh [15:52] doesnt work === jjohansen is now known as jj-afk [15:52] still only displays lo [15:52] anyway to reinstall eth0 ? [15:53] or atleast see startup messages ? [15:54] Vhozard, MAybe looking into /etc/udev/rules.d helps. There is a file *persistent-net* which maps mac addresses to ethx === med_out is now known as med === med is now known as medberry [15:55] Usually /etc/network/interfaces has only one auto entry for eth0, so if for some reason the nic is getting set to eth1+ it won't get any ip [15:57] auto eth0 [15:58] thats good [15:58] also [15:58] How can I change the res to 1080p ? [15:58] I used to use vga=... [15:58] but whats the proper way to do it? [15:58] <_ruben> 1080p for a server :S === medberry is now known as med_out [15:59] <_ruben> btw, those werent ipv6, they were mac addresses [15:59] i know indeed :( [16:01] but how can I get a higher resolution? [16:01] TREllis: ping [16:01] <_ruben> dunno, i don't really care about a console's resolution [16:02] 640x480 is crap [16:02] :/ [16:02] <_ruben> 640x480 doesn't sounds very testmode'ish to me... [16:02] <_ruben> s/test/text/ [16:03] vga=799 gives me 1600x900 [16:03] much better [16:05] 1600x1200 actually... [16:05] hmmm, this is weird [16:05] it recognizes the network adapter [16:06] it says its loading the intel1000t drivers (right ones) [16:06] then it says: udev: renamed network interface eth0 to eth3 [16:06] but whe I do sudo ifup eth3 it says its "unknown interface" [16:06] Vhozard, That is the effect of the udev file I mentioned [16:07] . /etc/udev/rules.d is a folder [16:07] if you delete all entries in the persistent-net (70-something I don't remember exactly) [16:08] which say mac and eth something, then the next boot starts fresh from eth0 [16:08] k done [16:08] will reboot now [16:09] yay [16:09] wget google.com [16:09] it works :) [16:09] thanks smb! [16:09] can you maybe explain why it did that? [16:10] Well, the persistent file tries to keep your network cards always the same interface [16:10] ah [16:10] Unfortunately if you change cards or use the same image on different hosts you get new interfaces [16:10] but the networking configuration does not keep up with that [16:11] So either you can add lines for each eth in /etc/network/interfaces [16:11] or you housekeep the persistent names file [16:13] any reason why the boot wont show anything btw? [16:16] Vhozard, It sort of is not really seen as a problem. Your configuration says give eth0 this ip, ok, there is no eth0 but an eth1 or 2 but nobody said what to do with those [16:16] so they get ignored [16:17] ah [16:17] whats the highest res I can get with vbeinfo btw? [16:17] GRUB_GFXMODE= [16:17] actually ^ [16:18] Cannot say much about those kind of things as I usually don't care for server installs [16:18] Vhozard: Not sure, but I've set mine up to 1680x945 [16:19] that doesnt work :( [16:20] It should be some values that your videocard and monitor both support of course [16:20] they support it [16:21] 1080p screen here === NG_ is now known as ng_ [16:22] Vhozard: After you made it like 1920x1080, did you update-grub ? [16:22] ofc [16:22] Maybe you need some framebuffer for your card [16:23] i just ran vbeinfo in grub [16:23] it spit out 1600x1200 [16:23] with the next option being 1280x1024 [16:23] :( [16:23] that big enough for me though :) [16:26] hey kirkland [16:26] handling bug #653405 that affects rabbitmq-server [16:26] Launchpad bug 653405 in rabbitmq-server "rabbitmq-server fails to start if hostname is unresolvable or has changed since first starting" [High,Triaged] https://launchpad.net/bugs/653405 [16:26] lynxman: howdy! [16:27] I'll post a patch for it in a few mins (just postinst script to check that name is resolvable or in /etc/hosts) [16:27] lynxman: updated ;-) [16:27] kirkland: aah excellent :) thanks a bunch [16:27] lynxman: in the changelog entry, make sure you target it to natty-proposed (rather than natty) [16:27] cool, will have that in mind [16:28] thanks again ^^ [16:28] lynxman: and grab a coffee and give this a thorough read: https://wiki.ubuntu.com/StableReleaseUpdates [16:28] kirkland: cool! will do :) [16:31] kirkland: btw added a big list of postinst and postrm scripts to mcollective and all plugin packages on orchestra to be a lot more in line with policy and clean [16:32] kirkland: we're at a close point of being able to install ubuntu-orchestra-server and ubuntu-orchestra-client and be fully functional \o/ [16:35] Is ubuntu Landscape possible for me? [16:35] (dont wanna pay) [16:35] lynxman: saaaaweeeet :-) [16:35] RoAkSoAx: what do you call powernap's style of configuration file? [16:36] kirkland: what do you mena? [16:36] mean* [16:37] RoAkSoAx: i'm just wondering if there's a name for that [bracket] style of configuration file [16:38] kirkland: ah! yes, [powernap] is for the options of powernap daemon itself [16:38] kirkland: while [XyzMonitor] is for each monitor [16:38] RoAkSoAx: yes, i understand that [16:38] RoAkSoAx: i mean, what do you call that kind of syntax [16:38] windows ini file? [16:38] kirkland: ohh Python Config Parser [16:39] RoAkSoAx: cool, thanks. [16:39] kirkland: welcome! [16:44] Vhozard: dont wanna pay? [16:45] <_ruben> landscape is only commercially available afaik, so no free rides [16:46] Vhozard: you can get a trial account, it expires after a month i think [16:47] hey guys im using rsync to copy data from one raid array to the other. When i run rsync a 2nd time it retransfers all the files. how do i make rsync stop doing that [16:47] im just using the -vr options [16:50] Vhozard: dont wanna pay? [16:50] nope [16:51] Vhozard: then get something else [16:51] I asked [16:51] is there something similair ? [16:52] Vhozard: you asked "Is ubuntu Landscape possible for me?" [16:52] oh, I asked in another channel then if there is something similair :P [16:52] is there? [16:52] Vhozard: nope [16:59] <_ruben> Doonz: apparently for some reason rsync all files have changed in the meantime [16:59] hmm [16:59] its like 400GB of data files that havent been touched in 6 months [16:59] Doonz: Perhaps use also the -a switch [17:00] Or -u for "update-only" [17:00] well ill t-u was the key [17:00] lol [17:01] -u was the key [17:01] <_ruben> ah, missed the -vr comment, i tend to use -av [17:02] well thank gawd cause i didnt wanna re-do the whole transfer again [17:06] thanx for the help [17:12] robbiew: I went ahead and made a spec for the one item I added to the server team list: https://blueprints.launchpad.net/ubuntu/+spec/server-o-split-cloud [17:12] Please approve ... [17:13] ScottK: okay, thnx for the heads up [17:15] kirkland: by any chance do you have a sample preseed that points to a local mirror? [17:15] does anybody know a good place for information on setting up coda in ubuntu server? [17:15] ScottK: done [17:16] well.. ubuntu.. i would like to try coda out instead of using nfs [17:16] for the caching === jj-afk is now known as jjohansen [17:27] RoAkSoAx: i can get you one easily [17:28] kirkland: will it work with NQA? [17:29] RoAkSoAx: it's just an extra line or two you need to add to NQA [17:30] RoAkSoAx: see: http://www.debian.org/releases/lenny/example-preseed.txt [17:30] RoAkSoAx: go to the ### Mirror settings section [17:30] RoAkSoAx: this is what you need to add to the NQA [17:31] kirkland: cool thanks! [17:31] So .. um .. I crashed the gobby server just now [17:36] zul: SpamapS : at this point, bug 394350 looks like your bag, baby. [17:36] Launchpad bug 394350 in apache2 "RLimitCPU has no effect in Apache" [Medium,Confirmed] https://launchpad.net/bugs/394350 [17:38] haylln: okie dokie [17:39] i cant find any documentation for ubuntu using coda [17:40] kirkland: is it okay if I remove the collectd dependency for now? package fails to install due to collectd having no default conffile, would like to comment it out for now then work on it and add it again === JanC_ is now known as JanC [17:55] hey all [17:56] hi [17:57] wow [17:57] what is wrong with nfs4 and permissions?? [17:57] hey all, i have one mysql table with about 5 million rows and queries take longer to draw off this table that some with 50 million rows. they are all myIsam. [17:57] i have some number where my user andf grp should be [17:58] does nfs4 not work? [18:01] ok, i looked on the forums and irc log archives. are launchpad.net repos failing a known issue? [18:03] zul: thanks :) [18:03] Macer: nfs4 relies on kerberos for authentication [18:03] lynxman: sure [18:03] lynxman: please do [18:03] kirkland: cool, ty [18:03] Macer: without kerberos, user/group will be mapped to anonymous, at least on some platforms [18:04] lynxman: welcome [18:07] ah ok thanks [18:08] i will set up kerberos when i get home [18:08] or just use nfs3 [18:08] it will be something fun to do [18:08] yeah :) [18:08] does kerberos authenticate uid/gid from a central server? [18:08] as in for logins? [18:09] that would be nice as i really dont feel like clawing at my own face setting ldap up [18:09] yes [18:09] so it can make a universal passwd? [18:10] there's where ldap comes in [18:10] and authenticates agaheh [18:10] oh [18:10] kerberos is just an authentication mechanism used by other services, like ldap :P [18:10] damn [18:10] but I think you may be able to use nis+kerberos [18:10] never tried that, though [18:11] anyway - nis is old and quite rotten, I'd recommend ldap [18:11] so in order to have one server auth and manage passwd i need ldap? [18:11] or nis [18:11] it's probably easier with nis [18:11] nis is still around? [18:11] :) [18:11] yeah :) [18:11] wow [18:11] i will try ldap [18:11] lol [18:11] hopefully it isnt too difficult [18:12] google for it :) [18:12] i will [18:12] not home now and dont feel like doing it over my phone [18:13] sounds like something with a learning curve [18:13] and i think i just now figured out the acls [18:14] everything has a learning curve, but the ldap curve might be a little steeper than that of using windows 7 :P === eagles0513875 is now known as zz_eagles0513875 [18:35] haha [18:35] well... hopefully it isnt too bad [18:35] hi guys i have setup kvm on my ubuntu server with guest VM, not working well but my bridge network guest VM is not connecting outside-no internt at all both gess and host can ping each other. [18:35] i would love to just add users on one server [18:35] small stuff and been just creating the accts manually [18:39] * SpamapS realizes that oneiric is open.. time to upload mysql 5.5 :-d [18:41] SpamapS: oh, repo is open already? neat [18:42] SpamapS: btw just uploaded a patch to LP: #653405 doesn't fully resolve the issue but it does a small pre-check on hostname being resolvable [18:43] but 653405 [18:44] bug 653405 [18:44] Launchpad bug 653405 in rabbitmq-server "rabbitmq-server fails to start if hostname is unresolvable or has changed since first starting" [High,Triaged] https://launchpad.net/bugs/653405 [18:44] lynxman: sweet [18:44] SpamapS: it's just a way to go around the issue for now :) [18:44] lynxman: there are some fixes in the next version that make that bug less bad. [18:44] SpamapS: sweet! [18:45] lynxman: I believe the "or has changed..." part will go away [18:45] lynxman: and they may have provided a way to override the hostname now [18:45] oi.. realizing the oneiric is open now just made me realize how many things I've been holding off on the last 2 months... [18:45] SpamapS: I needed to get around that bug for mcollective dependencies, cloud hosts install by default with no resolvable hostname, otherwise mcollective-middleware fails postinst checks [18:45] * SpamapS downshifts and hits the gas [18:46] SpamapS: and we depend on that for orchestra too, it causes a domino effect [18:46] SpamapS: same goes for cobbler installed servers [18:47] lynxman: IIRC, there's also an issue in our "old 'n busted" version of erlang that is a component of the problems. [18:47] SpamapS: yeah that's what zul told me [19:18] lynxman, ping [19:21] hey zul o/ [19:23] anyone using pam_mount with cifs shares? silly things don't unmount on logout [19:28] good lord, i had to use 'umount -fl' [19:28] gah [19:28] lynxman: for the rabbitmq-server bug what is that attachment is it a debdiff or something else? [19:29] zul: it's a patch [19:29] zul: so a regular diff [19:29] zul: I have it also as a deb package though, how can I make a debdiff out of it? [19:29] ok thanks [19:29] debdiff *ubuntu1.dsc *ubuntu2.dsc [19:30] zul: if you prefer a debdiff I can get it sorted [19:30] lynxman: also that bug should be fixed in oneiric once we merge in the new erlang [19:30] lynxman, please :) [19:30] zul: cool, gimme just 2 ticks [19:33] zul: done [19:34] lynxman, thanks ill get to it today [19:34] zul: thank you! [19:37] hey folks—we're seeing periodic freeze-ups of about 3 seconds on our ec2 (m2.4xlarge) instances, running 10.04 with the 2.6.32-314-ec2 kernel. we've tried moving it to an entirely different box (with new EBS drives) with no luck—same problems result. has anyone seen something similar? [19:38] (during that time, no IO to the network happens, which means all the Postgres queries time out; sar shows that no IO to any of the EBS drives occurs during those seconds) [19:39] mkrieger: dunno, try #ubuntu-cloud [19:39] pmatulis: thx, will head over there [19:52] kirkland: read your blog post. You might want to connect with soren and ask him how the same discussion went at Maverick UDS when he discussed https://blueprints.launchpad.net/ubuntu/+spec/server-maverick-conffiles-and-puppet [19:53] kirkland: do you guys already have any setup to use squid-deb-proxy already? [19:57] ttx: thanks for the reminder [19:57] soren: ? === jjohansen is now known as jj-afk [20:14] kirkland: So I've been looking a bit more into this, and it seems that everytime we netboot the installer wget's files. So if we wanted to use a local mirror (and configure the preseed) we would need have packages already in the local mirror. [20:14] kirkland: haven't yet tried having squid-deb-proxy [20:14] RoAkSoAx: that's what the transparent proxy is supposed to do [20:15] kirkland: yeah that's what I was comming, cause been trying with approx (cause I've been using it) with no look [20:16] lucj* [20:20] hi: there is an ubuntu server farm i just inherited and they're rolling out ubuntu 9.10 on fresh installs. Any ideas why they're doing this and not 11.04 or 10.04 LTS? [20:21] Thats rather silly. [20:22] RoAkSoAx: i think we need to create a squid-deb-proxy-udeb [20:23] RoAkSoAx: and we need to install that very, very early on the client being provisioned [20:23] sorry, RoAkSoAx: squid-deb-proxy-client-udeb [20:23] kirkland: right, but still we need a source from where to download the initial files which should be a local mirror [20:25] robo: 9.10's EOL date is today. [20:27] robo: Does the server farm's use involve PHP? [20:30] If so, php5 5.3 in newer releases may be why. [20:30] kirkland: The only place where I see this as a bit more complicated is with mini.iso's. Because, in complete server ISO imports, we can just install from the ISO at first, and once installed, it will just have squid-deb-proxy-client and that's it. [20:31] kirkland: however, the mini.iso will have to obtain the necessary bits from the Internet or a pre-loaded mirror [20:33] kirkland: unless in the preseed it's possible to tell that there's an APT proxy, and point to it [20:36] ScottK, it involves coldfusion not php :-/ [20:36] so why the heck are we rolling out 9.10 [20:36] Guess i better find out :-) [20:38] Is the latest PHP in the repos 5.2? I can't seem to find 5.3.6 or similar... [20:41] mkrieger: did you get it figured out? [20:42] If you're running a server farm of ~30 servers and you need it to be stable, is LTS your best bet? [20:42] Not sure if I should go with 10.04 LTS or 11.04 [20:42] robo: all releases are "stable" [20:43] robo: it's just that LTS is supported for a longer period and the changes that do go into it (updates) are less intrusive [20:43] !LTS [20:43] LTS means Long Term Support. LTS versions of Ubuntu will be supported for 3 years on the desktop, and 5 years on the server. The current LTS version of Ubuntu is !Lucid (Lucid Lynx 10.04) [20:44] so updates are less intrusive? [20:44] robo: they are put in with more care [20:45] robo: (less chance of regression) [20:45] so if stability matters one should go with a LTS version? [20:45] robo: if you use stability in that way then yes [20:45] Then how to SRU's fit in? [20:45] s/to/do/ [20:45] robo: SRU = updates [20:46] !SRU [20:46] Stable Release Update information is at http://wiki.ubuntu.com/StableReleaseUpdates [20:46] SRU's should already be very stable, no? So if you're running LTS or non-LTS as long as you're updating using SRU packages then you should be stable regardless, right? [20:46] Or maybe better said, you'l l have the same level of stability [20:46] robo: like i said, SRU to an LTS is done with more care [20:47] Oh... even more care [20:47] gotcha [20:47] yes [20:47] gotcha, ty [20:47] so i then need to figure out what versions of software the LTS has to offer and work from there [20:47] is there an easy way to do this? [20:48] robo: well if you were about to go with 9.10 i'm sure 10.04 will do no? [20:48] talntid: Latest in 11.04 is 5.3.5. [20:48] yeah, but i'm not sure what all they did to these servers. They might have stuff compiled in for all i know [20:50] ok [20:59] hm [21:11] <_SHuN_> after upgraded my kernel the MOTD is dupplicated [22:04] would read/write restrict a file from being downloaded? [23:12] I installed qemu/libvirt/virsh on my vm server, I want to call 'virt-install' to install a non ubuntu vm. Trouble is it want's a network name. I have two bridges br0 and br1 that I use, I think I have to define them in /etc/libvirt/qemu/networks, but I am unsure how to write this file for a bridged ethernet connection. Please advise. [23:13] Ha [23:13] I should have called --bridge instead of --network [23:42] kirkland: ping [23:42] kirkland: i think it's done :D xD [23:43] kirkland: it seems it was just a missing http:// [23:54] kirkland: using the proxy seems way slower than having a mirror though!!