/srv/irclogs.ubuntu.com/2011/04/26/#ubuntu-server.txt

dassoukiis there a way i can host a dropbox type solution on my server01:31
dassoukiwith some form of security and allowing cliens to log in01:31
=== AdamDV is now known as Guest71725
=== Guest71725 is now known as TuxIce
=== TuxIce is now known as AdamDV|iPad
=== asac_ is now known as asac
=== rickspencer3_ is now known as bertiewooster
TheEvilPhoenixhow can i find what's binding to what ports?04:02
SpamapSTheEvilPhoenix: sudo netstat -tnlp04:09
TheEvilPhoenixSpamapS:  without using netstat, i.e. lsof04:09
SpamapSTheEvilPhoenix: sudo lsof -n | grep LISTEN04:10
SpamapSbut.. they both basically read the same place04:10
SpamapSnot sure why netstat -sn't desirable. ;)04:10
=== AdamDV is now known as Guest83775
mrrothhow would I grep / awak this when the out shows me ""Wan1AliasMaskIp1"value='255'" "Wan1AliasMaskIp1"value='somevaule'  and all I want is that somevalue  this is as far as I gotten grep -i '"Wan1AliasMaskIp"*'|awk '{print $4}' | cut -c 8-1105:38
twbmrroth: ow05:50
twbmrroth: wtf is that from05:51
mrroththis is the output http://pastebin.com/bWyiZZ4r from printf %s $(curl -s -u sometuser:somepass http://hostname/some.html |grep -i '"Wan1AliasMaskIp"*')05:51
twbYou realize that if you pass a password as a CLI argument, every user on the host can see the password as clear text?05:51
twbIf you're parsing XML, use xmlstarlet, not awk05:51
twbIf you're parsing SGML HTML, use tidy -asxml --numeric-entities yes to turn it into XML05:52
twbNot sure why you're doing printf %s, either05:52
mrrothoh tidy hmm05:53
mrrothso what would a easier syntax05:54
mrrothand it html05:54
twbOr use a dedicated scraping library05:55
twbOr best of all: use the REST or SOAP or whatever API that upstream provides specifically for use by non-humans05:55
twbcurl -s URL | egrep name=[\'\"]?Wan1AliasMaskIp1 | grep -o value=[\'\"]?[0-9.]+ | head -1 | egrep -o [0-9.]+05:56
mrrothoh thanks05:56
twbWhat are you talking to, CPE?05:56
mrrotha rv042 firewall / router05:57
twbCan you reflash it with OpenWRT?05:57
mrrothI want for work, a quick cli script05:57
mrrothNOPE05:57
twbBummer05:57
twbI'm amazed it works at all05:57
mrrothit bassically a small bussiness linksys05:57
twbMost of the firmwares I've seen are js out the wazoo05:57
mrrothwith vpn05:57
mrrothyea It may be some js. but I was able to logon and grab subnet mask05:58
twbReflashing with a normal linux distro would be my preferred choice in these cases05:58
mrrothbut parse is what I want to do05:58
mrrothI am no programmer05:58
twbEither openwrt or just ubuntu on a 1RU peecee05:58
mrrothif it were me I would also05:58
mrrothdo something else05:59
twbfai enough06:00
twb*fair06:00
mrrothso your sample syntax should do the trick06:03
twbThat's what I use for screen-scraping image pages06:06
twbcurl URL | egrep -oi [\'\"]+.jpe?g | wget -i- --base URL06:06
mrrothoh how I wish i was a programmer06:07
mrrothmake my life simpler06:07
twbThat's not programming man06:07
twbThat's being a sysadmin06:07
mrrothor scirpting06:07
mrrothyea06:07
red2kicoh how I wish i was a millionare06:44
red2kicmake my life simpler (too). :P06:44
twbred2kic: move to africa then06:46
twbSome of those places have wicked hyperinflation06:46
* red2kic commands twb to make him some money!06:48
twbI think you missed the point06:48
red2kicProbably06:48
twbhttp://en.wikipedia.org/wiki/Hyperinflation06:49
twbHell, even Japan still has a low net value for the Yen06:50
red2kicInflation goes up. Real values going down.06:50
red2kicI treat every 5 bucks like it's 15 bucks here.06:50
twbSo if you move there post-inflation, your foreign currency gets converted 1:1bn or whatever06:51
twbThus, you are instantly a millionaire or billionaire06:51
red2kicUntil it get stablized then everything goes higher again.06:51
red2kicYa?06:51
twbThat would be filed under "it all depends"06:52
twbIn any case, your wish would be granted06:52
red2kic"Germany 1923, banknotes had lost so much values that they were used as wallpaper."06:52
red2kicHeh.06:52
hypetechAnybody know why my ubuntu server would be able to ping any IP except for the google public DNS IPs?  I've had an outgoing connection issue for days, and it turns out I just wasn't able to communicate with 8.8.8.8 and 8.8.4.4 but other IPs work fine :(07:14
twbhypetech: because google DNS servers don't respond to echo requests?07:25
twbThough FWIW "ping 8.8.8.8" and "ping 8.8.4.4" work for me07:25
twbMaybe your ISP is blocking access to them, to force you to use their broken DNS?07:26
twbHave you asked your ISP about it?07:26
hypetechtwb: the server is in a datacenter, and we have other servers using google DNS from the same switch/firewall just fine07:27
twbHm07:27
twbIn that case maybe you fucked up your routing table or such07:27
twbPastebin the output of "ip l;ip a;ip r"07:28
hypetechIt's the same on a fresh install of 10.10 and 11.0407:28
twbOr maybe google have blacklisted your IP because they've decided you're a dickhead07:29
twbI can't think of a *likely* explanation, so I'm just brainstorming07:29
hypetechI considered that, but I don't think they block on DNS, plus the server didn't really do anything outgoing at all, much less anything that would cause them to block me :(07:29
hypetechplus I can ping google.com's main IP07:30
hypetechand others07:30
hypetechjust not the DNS ones07:30
twbMaybe the last to have your IP did07:30
hypetechwe've had the IP it uses for years :p07:30
=== twister004__ is now known as twister004
=== michael is now known as Guest59540
smoserjamespage, around ?09:22
jamespagesmoser: sure am09:22
smosersweet.09:22
smoserlet me check in #ubuntu-release really quick09:22
jamespagesmoser: you're up early :-)09:22
smoserbut i think we should start testing ISOs09:22
jamespagesmoser: ack - I will just spin a small test to check archive mirrors OK?09:23
=== NG_ is now known as ng_
smosers/isos/uec images/09:23
smoserjamespage, good thinking sir.09:23
smoserjamespage, have you made the changes to collect pids and initctl list ?09:23
smoser(hoping to get more info on that hang we see)09:24
jamespagesmoser: ah - so initctl list is now part of the collected data and so is a full ps09:24
jamespagesmoser: however I've not make the change to collect stuff on timeout if the instance is ssh-able.09:24
smoseri thought you were alrady doing that09:25
jamespageso it collects a console log; however it does not ssh in and collect data09:27
smoseroh.. not on hang.09:28
smoserbut it does that at some point09:28
smoserjamespage, i'm thinking/hoping that it will give us enough data if we get those two things. at least give us some hints.09:31
jamespagesmoser: it does a ssh in to collect data as soon as the instance is running - but that was a little early?09:32
smosermaybe. i dont know.09:33
jamespageyeah it was - look I'll do a fix now and then we can run the tests; I will trigger a collection via ssh on timeout if its ssh accessible09:34
jamespagesmoser: archives all look OK - two tests in each region did not return any errors09:35
smoserhow possible would it be to collect the same bit later?09:36
smosermaybe just before terminate?09:36
maedoxAnyone here running and IRC server?  I want to set up a private on at work and I'm wondering what's the ircd of choice? There seems to be a bunch to choose from in the repos.09:38
smoserjamespage, ^09:45
jamespagesmoser: sorry - lemme take a look - think we might already do that09:45
jamespagesmoser: so we currently collect metadata 1) as soon as we can ssh 2) after the in-instance testing is complete and 3) as soon as its ssh-able after a reboot or stop/start09:47
jamespage2) is just before reboot09:47
=== TeTeT_ is now known as TeTeT
smoserso when is 2, if the "i'm done" file never appears09:48
jamespagesmoser: thats the issue - if we hit the timeout we don't collect the metadata09:53
jamespagesmoser: just running a quick test now on the change09:53
smoseroh. great.09:53
jamespagesmoser: OK worked so going to kickoff the main test now.09:58
jamespagesmoser: so will be testing 2011042609:58
smoseryes09:59
jamespagesmoser: spinning now - http://jenkins.qa.ubuntu-uk.org/view/natty-ec2/job/natty_server_ec2/10/09:59
* jamespage goes for coffee10:00
jamespagesmoser: two failures so far - http://jenkins.qa.ubuntu-uk.org/view/natty-ec2/job/natty_server_ec2/10/ARCH=i386,REGION=eu-west-1,STORAGE=instance-store,TEST=multi-part-ud,label=ubuntu-server-ec2-testing/10:37
jamespagebug 71202610:38
uvirtbotLaunchpad bug 712026 in udev "cloud-init.conf never runs, instance not reachable via ssh" [High,Fix released] https://launchpad.net/bugs/71202610:38
uvirtbotNew bug: #771034 in nis (universe) "nis version 3.17-31 failed to build on amd64 with GCC-4.6/oneiric" [High,New] https://launchpad.net/bugs/77103410:38
jamespageand one capacity issue in us-west-1b10:38
uvirtbotNew bug: #771148 in openvpn (main) "redirect-gateway fails when default route does not use a gateway" [Undecided,New] https://launchpad.net/bugs/77114811:01
jamespagesmoser: around?11:46
smoserhere11:46
jamespagesmoser: OK - so I'm seeing a new 'condition' in the ec2 testing - InstanceInitiatedShutdown state11:47
smoserstate?11:47
smoseryou're getting that back in the api ?11:47
jamespageyes11:47
jamespagenot supported by boto yet but I can see it in the logs11:47
jamespageI've had 3-4 instances of this across all of the testing.11:48
jamespagethe instance starts and then switches to this state before it gets to running.,11:48
jamespageno console data (just checked)11:48
smoserthat is strange.11:48
smoserbut it does get to running ?11:48
jamespageno11:48
smoseroh.11:48
jamespagesorry - that was not clear11:48
smoserso this would be failed boot then11:49
smoserright?11:49
smoserwhere do you see it?11:49
smoserregion11:49
jamespagehttp://tinyurl.com/6caqmvv11:49
jamespageus-east-1 by the looks of it11:50
smoserdo you have ec2 api tools there?11:50
smoseri'm interested in what that says right now11:51
smoserec2-describe-instances <instance-id>11:51
jamespagelooking now11:52
jamespagesmoser: http://paste.ubuntu.com/599225/11:54
jamespagesmoser: they are all in us-east-1 - might be related to outage stuff I guess11:55
smoserbug 55748311:55
uvirtbotLaunchpad bug 557483 in linux-ec2 "EC2 instance went straight to terminated i386/c1.medium" [Medium,New] https://launchpad.net/bugs/55748311:55
smoserits not new.11:55
smoseri suspect hypervisor/platform gremlins as the cause11:55
smoserand there is good reason to believe that there are gremlins hanging around us-east-1 datacenters11:56
jamespagesmoser: got one cloud-init not completing - http://tinyurl.com/3hg8h2b12:05
jamespagesmoser: some stack traces as a full in instance capture on timeout12:05
smoserjamespage, we weren't seeing those errors before though12:11
smoseri did suspect the apt... but no real good evidence12:11
jamespagesmoser: so that may be a bit of a red herring - all of the cloud-config tests throw that exception12:12
trapmaxhow to enable ssl for apache?12:16
pmatulistrapmax: get a valid certificate and then tell apache about it.  guides abound12:26
jamespagesmoser: all of the us-east-1 instances that failed to start where EBS as well12:28
DramaturgHey everybody! I have an issue with Spamassassin =( It seems to me it is loaing too few plugins: http://paste.debian.net/115085/ and is rating an obvious spam message with 1.4. In e-mail headers I see tests[none]. Where Do I start investigating the issue?12:32
jamespagesmoser: any reason we don't have ebs tests in the test tracker for ap regions?12:35
smoserno12:35
smoserno reason. there should no12:35
=== cs278| is now known as cs278|work
ScottKDramaturg: I would ask on a spamassassin specific forum.  Other than needing to know package names for additional things to install, there is very little that's Debian/Ubuntu unique about setting up spamassassin.13:00
DramaturgScottK: You know one good forum&13:01
ScottKNo.  Sorry.13:01
jamespagesmoser: I've populated the test cases in ISO tracker with all of the ec2 results13:20
jamespageand linked to the associated bug reports13:20
jamespageonly one I have not done is the HVM stuff.13:20
elb0wroot@dbrm:/home/gtsafas# service mysql start13:48
elb0wstart: Job failed to start13:48
elb0wI just did a apt-get remove --purge mysql-server13:48
elb0wthen reinstalled it13:48
RoAkSoAxmorning all14:03
uvirtbotNew bug: #771225 in backuppc (main) "Missing Dep : libtime-modules-perl" [Undecided,New] https://launchpad.net/bugs/77122514:16
=== Pici` is now known as Pici
moonpupcan anyone tell me where to find the 'fully commented' config files like the postfix main.cf instead of the abbreviated version in /etc/postfix14:17
jMCgmoonpup: postfix.org? man 5 postfix?14:18
jMCgmoonpup: they have... documentation!14:19
jMCghttp://www.postfix.org/documentation.html14:19
moonpupdoes ubuntu not provide fully commented config files like red hat and other distros?14:19
moonpupi come from a red hat world that has well commented config files14:19
jMCgmoonpup: I come from a world where documentation exists.14:20
moonpupjMCg i understand about the documentation, but i'm used to a distro providing the default fully commented config files14:21
jMCgThat's a terrible habit. I think distros should provide empty configs with links to the documentation.14:22
shaunoI'm on 10.04 LTS, the first line in my main.cf reads:14:22
shauno# See /usr/share/postfix/main.cf.dist for a commented, more complete version14:22
jMCgI think the single best advise I took from Ivan Ristic's book "Apache Security" is: When you start a new configuration, start with an empty file.14:23
moonpupshauno thank you, i'm new to ubuntu server and not used to their abbreviated config files14:23
=== hito_jp0 is now known as hito_jp
moonpupjMCg i like to know what variables are available in a config file and the comments describing it without having to hunt around for documentation14:24
jMCgmoonpup: if you have to hunt stuff down in documentation, then it's lousy documentation, and you should complain at the project's issue tracker.14:25
moonpupjMCg again, i'm a red hat guy trying to understand the ubuntu/debian way of doing things14:25
robosmoonpup, I'm in the same boat14:26
moonpupjMCg it's no different if your comfortable in an ubuntu environemnt and then come over to red hat14:26
robostrying to learn the ubuntu way of things from redhat14:26
kpettitmoonpup, the apache directory setup is setup a bit different by default14:27
smoserjamespage, you rock. thank you.14:27
moonpupboth distros name packages differently, config files are in different places and package mgmt is completely different14:27
robosnot trying to fork the conversation too much, but in redhat it's a huge nono to compile anything. Everything should be a rpm. Is the same school of thought with dpkg?14:27
jMCg15:35:18 <fajita> Pop along to http://wiki.apache.org/httpd/DistrosDefaultLayout for an idea on where the main operating systems place Apache files.14:27
jamespagesmoser: np - must get round to sorted out the HVM test as well14:28
kpettitmoonpup, THis might help: https://help.ubuntu.com/10.04/serverguide/C/httpd.html14:28
jMCgmoonpup: I work on Ubuntu/Debian, Fedora/RHEL, Solaris and FreeBSD on a daily basis.14:28
smoserjamespage, well, its not htat big of a deal. i have just run them by hand.14:28
moonpupkpettit thx, i've read that... good stuff14:28
jamespagesmoser: well the framework supports it - I just can't pass it as an option at the moment!14:28
moonpupjMCg that's great, but i'm red hat certified and have spent my career on red hat so the ubuntu/debian way of doing things is new to me14:30
moonpupjMCg i'm just trying to figure it all out ;)14:31
moonpupthanks for the help... gotta run14:32
robosis there a way to tell which repository a package was installed from?14:35
raphinkrobos, you can see which repository provides a package14:36
raphinkbut not which repository provided a package14:36
robosbummer14:36
robosthat's pretty bad :-/14:36
roboswhat happens when i update a package. How does the system know which repository to apply the updates from?14:37
raphinkwhat's your need?14:37
raphinkrobos, it uses the package version first14:37
Piciapt-cache policy packagename might   provide the data you need14:37
raphinkand applies weights from /etc/apt/preferences14:37
raphinkPici, that gives which repository currently provides the package14:37
raphink(if any)14:37
jMCghrm... the problem with this:         su -s /bin/sh -c 'exec "$0" "$@"' komunalbedarf.at -- /opt/bw/bin/httpd-worker -f /etc/bw/apache/vhosts/komunalbedarf.at/httpd.conf -k start14:38
Piciraphink: *might* ;)14:38
raphinkrobos, a package installed from one repository might very well be upgraded from another one14:38
raphink(which is good)14:38
robosraphink, I inherited a bunch of ubuntu systems. My main concern right is if the version of Apache (and other things) are based off of SRU releases14:38
raphinkit's a good thing that packages you installed from the main repositories are upgraded using the security repository for example14:38
jMCgIs that you cannot expect fork or expect daemon in upstart... Expect fork expects one, expect daemon two, but these should be three or four forks...14:38
jMCgAnd this is the wrong channel for this to discuss.14:39
raphinkwhat version do you have robos ?14:39
robosraphink, that sounds good... but what if you want to control how your package is updated? For example, I want SRU versions and only want security fixes applied. I don't want any new features14:39
raphink(and which version of the OS)14:39
raphinkrobos, that's what apt/preferences is made for14:39
robosraphink, 2.2.12-1ubuntu2.2 and I'm running version 9.1014:39
raphinkyou can set weights by repository/releasename/package/version, etc. which will override the version weights14:40
raphinklet me see14:40
roboscool; i need to learn how to do that asap14:40
Picirobos: 9.10 loses support at the end of this month, you really should upgrade.14:40
raphink9.10... that's karmic14:40
Picirobos: support includes security updates.14:40
Pici!9.1014:40
ubottuUbuntu 9.10 (Karmic Koala) was the eleventh release of Ubuntu. !End-Of-Life on April 29th 2011, see http://goo.gl/UUTAB for details.14:40
raphinkubuntu|karmic|main|source: apache2 2.2.12-1ubuntu214:41
raphinkubuntu|karmic-updates|main|source: apache2 2.2.12-1ubuntu2.414:41
raphinkI don't have karmic-security here, but it looks like that could be it14:41
Piciapache2 | 2.2.12-1ubuntu2.4 | karmic-security14:41
raphink   apache2 | 2.2.12-1ubuntu2.4 | karmic-security | source, all14:41
raphinkright14:41
raphink:-)14:41
raphinkrmadison said :-)14:41
Pici♥ rmadison14:41
raphinkrobos, so your version is an old security update14:42
raphink2 versions behind14:42
robosi have soo much to learn14:42
raphinkis that a bad thing? :-)14:42
roboshaha, nope14:42
robosso to be sure I understand, there is no way of telling if i'm running an SRU version of apache right now?14:44
robosSRU as in https://wiki.ubuntu.com/StableReleaseUpdates14:45
raphinksure there is14:45
SpamapSrobos: sure there is, look at the top of the changelog ... if it is    distro-proposed then it is an SRU14:45
raphinkSpamapS, you beat me to the explanation :-)14:45
robosis there some dpkg magic to find the changelog?14:45
raphinklook in /usr/share/doc/$pkg/changelog.Debian.gz14:46
raphinkit's more $EDITOR magic than dpkg ;-)14:46
sbeattieSpamapS: did you ever test php5 sbuild with the latest natty upstart? Cuz it hangs here.14:47
robosIt doesn't appear to be distro proposed14:48
SpamapSsbeattie: not with the latest latest one no14:48
robosapache2 (2.2.12-1ubuntu2.2) karmic-security; urgency=low14:48
SpamapSsbeattie: I did test w/ 0.9.6 and it worked14:48
SpamapSsbeattie: also it varies based on what you have on your local machine.. do you have mysql server installed locally?14:48
SpamapSor rather, your... hosting machine..14:48
sbeattieSpamapS: I did at first, uninstalling it in the host didn't make a difference14:49
* SpamapS isn't sure what the term is for the non chrooted OS. :)14:49
SpamapSsbeattie: damn.14:49
SpamapSand I see that I'm still running 0.9.6 :-P14:49
SpamapSspeak of the devil :)14:49
sbeattiejhunt: did you ever test php5 sbuild with upstart 0.9.7? Cuz it hangs installing mysql-server here.14:50
sbeattie(either with or without mysql-server installed in the sbuild host)14:51
jhuntsbeattie: not aware of such an issue. could you raise a bug with more details?14:53
sbeattiejhunt: sure. what information do you need?14:54
SpamapSsbeattie: actually mine appeared to lock up until I killed mysqld14:54
SpamapSsbeattie: are you positive you're not getting stuck in the post-start loop ?14:54
SpamapSsbeattie: when I say killed mysqld.. I mean I had something else using port 3306 which was making mysqld fail to start14:55
sbeattieSpamapS: uninstalling the package killed it and that particular sbuild continued on (after I'd already sigint'ed out of it)14:55
sbeattieSpamapS: but a subsequent run, after the uninstall had completed, also hung in the same spot.14:55
raphinkrobos, when it says -security, it's a security update, so it's SRU14:56
sbeattieSpamapS: but no, I'm not sure of anything, it just sits silently at 'Setting up mysql-server-5.1 (5.1.54-1ubuntu4) ...'14:56
raphinkrobos, when it says -proposed, it means it went through -proposed and you probably got it in -updates (unless you're using -proposed, which is not recommended)14:57
SpamapSsbeattie: right, mine did too.. because it was spinning on mysqld failing/respawning14:57
raphinkrobos, when -security is definitely SRU14:57
SpamapSeither way, I need to install the latest updates and try again anyway14:58
* SpamapS notes that his Unity desktop gives him zero indication that there are updates to install.. and that is rather confusing14:58
sbeattieSpamapS: argh, yeah, there's still a mysqld process running.14:58
SpamapSsbeattie: probably left over in the schroot session.. which likely was not ended15:02
sbeattieyeah15:02
* sbeattie reboots build-server to clear out any crap :-/15:02
SpamapSsbeattie: I think we may need to patch schroot to stop any upstart jobs added in the current session15:02
SpamapShow to do that.. I have no idea15:02
robosthanks raphink15:07
robosis there a way to look at any hardware errors in ubuntu? I'm looking for something like mcelog in redhat15:28
Pici!info mcelog15:29
ubottumcelog (source: mcelog): x86-64 Machine Check Exceptions collector and decoder. In component universe, is optional. Version 1.0~pre3-2 (maverick), package size 153 kB, installed size 316 kB (Only available for i386 amd64)15:29
robosPici, that doesn't come with ubuntu by default, right?15:31
Picirobos: Correct.15:31
robosgotcha. So installing it won't help after a crash, correct?15:31
robosAny recommendations on how to figure out why this server crashed?15:31
uvirtbotNew bug: #771264 in openvpn (main) "error creating certificate which expires after 2038" [Undecided,New] https://launchpad.net/bugs/77126415:32
robosnothing in /var/log/messages15:32
robosnor dmesg has any clues15:32
robbiewhggdh: hey...so going with your last comment...can we move bug 717166 back to Fix Released?16:03
uvirtbotLaunchpad bug 717166 in isc-dhcp "Broken with v4 isc-dhcp-server in Natty" [Critical,In progress] https://launchpad.net/bugs/71716616:03
hggdhrobbiew: I am not sure -- it is true we cannot replicate, but I do not know what causes Will's issue16:04
hggdhrobbiew: for a fact, he should not be getting the dhcpd errors16:05
robbiewhggdh: hmm...so I think I'll move it to Fix Released16:05
robbiewhe can open a new bug16:05
robbiewand we can work it there16:05
hggdhrobbiew: good enough. I personally see no real reason to keep it open, except for the purist in me16:07
tyrezahello there16:10
tyrezawhat 's LVM ? what it can do ?16:10
patdk-wklvm is like a partition table16:13
patdk-wkbut it can also do snapshots16:13
patdk-wkand very very limited raid1 type things16:13
SpamapSand raid0 actually16:14
robbiewhggdh: heh...if I we went by the "purist" in you or me...we'd have to fix every bug :P16:14
hggdhheh. So true...16:14
tyrezabut i can't difference between lvm and disk partition16:15
=== paul__ is now known as oru_work
patdk-wksure you can16:15
patdk-wkspamaps, well not raid0 at all :)16:15
patdk-wklinier or raid116:15
SpamapSstriping is pretty much raid016:16
patdk-wkyou can concat disks, or you can span files onto multible disks16:16
patdk-wkbut lvm doesn't stripe16:16
SpamapS[-i|--stripes  Stripes  [-I|--stripesize StripeSize]]16:16
patdk-wkor atleast I don't think it does :)16:16
SpamapSfrom man lvcreate16:16
SpamapSI've used it16:16
patdk-wkoh ok, in my usage, it doesn't stripe :)16:16
SpamapSto stripe across two RAID5's16:16
patdk-wkI just extend my lv to other pv's16:17
sbeattieSpamapS: I think the workaround I'll go with for php is to build-depend on mysql-server-core-5.1 and mysql-client-5.1, rather than pull in mysql-server-5.116:18
SpamapSsbeattie: I've actually always wondered why it uses mysql-server anyway.16:19
sbeattiethat will prevent mysqld from getting started during package setup.16:19
SpamapSsbeattie: we should think about creating a mysql-server-testharness that automates creating an ephemeral mysqld16:19
sbeattieSpamapS: it needs mysqld available during the testsuite, but it doesn't need the initscript et alia.16:19
sbeattieSpamapS: yeah, that has potential.16:20
SpamapStho I bet the code for that exists in the mysql testsuite already ..i wonder if it could be extracted16:20
tyrezawhat is a logical volume ?16:24
SpamapStyreza: an unemotional volume16:27
uvirtbotNew bug: #771305 in samba (main) "smbd does not start on first boot with 20110426" [Undecided,New] https://launchpad.net/bugs/77130516:36
RoAkSoAxzul: ping16:45
=== SquishyNotHere is now known as squishy
jamespagettx: around?17:00
RoAkSoAxSpamapS: jamespage kirkland smoser hallyn robbiew Daviey isn't there a meeting today?17:07
Davieyo/17:07
robbiewheh...yeah17:07
robbiewwho's chair this week?17:07
Davieyisn't it kirkland this week?17:08
RoAkSoAxrobbiew: zul I believe17:08
zulim at the openstack summit today17:08
robbiewwell...given we release in 2 days...maybe we skip it this week?17:10
robbiewthe only think I can think of is to tell folks to create blueprints17:10
zulpos wireless17:10
DavieyBlueprints.. Blueprints... Blueprints...17:10
robbiewjdstrand: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/75078617:12
uvirtbotLaunchpad bug 750786 in samba "nmbd job fails to start on boot" [Undecided,Incomplete]17:12
robbiewso I'm thinking we just lost this one17:12
robbiewgrrrrr17:12
* robbiew hates Incomplete status!!!!!!17:12
jdstrandrobbiew: well, that is nmbd. I saw that bug, but nmdb starts fine here after several reboots. My bug was smbd. I wasn't sure they were related, so filed a new bug17:15
robbiewah17:15
robbiewright17:15
DavieyGoing to talk to jhunt to see if he thinks it is related17:15
robbiewwill release note it for Natty17:16
=== Cyber_Rock is now known as Sam92___
=== Sam92___ is now known as Sam94___
=== Sam94___ is now known as ico666
=== ico666 is now known as a
zuljdstrand, amd64?17:17
=== a is now known as Guest81974
=== Guest81974 is now known as Cyber_Rock
jdstrandzul: my bug? yes. libvirt/kvm with 1768M disk, 256M swap (the rest to /) and 384M of ram17:18
jdstrandzul: everything else is iso defaults17:18
zuljdstrand: ok ill try to reproduce it as well17:18
=== ng_ is now known as NG_
hggdhand I am re-running the jenkins test in debug mode to see what happens there17:27
Eitanhey guys17:28
=== medberry is now known as med_away
=== med_away is now known as medberry
=== medberry is now known as med_out
loopback_brsomebody is having problem installing USB Wi-Fi with Ralink 2870 chipset on Ubuntu Server 10.04 Kernel 2.6.32-21-generic-pae?18:03
=== med_out is now known as medberry
RoyKloopback_br: not me, but there might be fixes in the 2.6.35 kernel18:12
RoyKinstallable from standard repos18:12
RoyKmaverick backport, really, but due to some unfixed issues in 3.6.32, they let that pass18:13
loopback_brapt-get is not upgrading my kernel18:14
patdk-wkyou used, apt-get dist-ugprade?18:15
RoyKloopback_br: it is if you apt-get install linux-image-2.6.35-25...18:15
RoyKpatdk-wk: dist-upgrade won't update to 2.6.3518:15
RoyK(last I checked)18:15
patdk-wkoh, to that kernel, nope18:16
patdk-wkyou have to install it manually18:16
loopback_brokay i'll try18:17
=== Pici is now known as Guest67539
=== Pici` is now known as Pici
* RoAkSoAx off to lunch18:43
loopback_brOne of my adapters worked but the other with the same chipset didn't18:47
loopback_brwith kernel 2.6.32-31-generic18:49
pangrazianyone here use ebtables or vlans?18:55
bdmurraykirkland: you might be interested in bug 77139519:22
uvirtbotLaunchpad bug 771395 in base-files "update-motd.d/10-help-text has an incomplete check for ubuntu server systems " [Undecided,New] https://launchpad.net/bugs/77139519:22
kirklandbdmurray: looking19:23
kirklandbdmurray: hmm, yes, interesting19:24
kirklandbdmurray: what's the output of uname -a ?19:25
bdmurray2.6.38-8-generic-pae19:25
bdmurraywell plus some more19:25
kirklandbdmurray: okay, perhaps I should egrep for pae19:27
bdmurraykirkland: that might be a desktop system though couldn't it?19:27
kirklandbdmurray: yeah, perhaps ... i'd need to check your package list for ubuntu-desktop19:28
robosany general thoughts on compiling vs using dpkg?19:41
pmatulisrobos: ubuntu is a package-based linux distro.  apt is very good and should be used.  not doing so can lead to serious problems unless you know exactly what you're doing19:44
robospackage-based linux distro. That means all it's updates are handled via dpkg?19:44
* RoAkSoAx back19:45
hggdhusually via apt-get19:45
robosSo dpkg should be aware of everything on your system. Thus compiling is an absolute no-no. If compiling is needed we should build our own .deb package, correct?19:45
hggdhideally, yes19:45
RoAkSoAxSpamapS: powernap's SRU is a 0 day SRU that you can "copy" to Oneiric with the same version number19:46
hggdhor you can install off the system places, like on /usr/local19:46
RoAkSoAxSpamapS: I've seen that done many times :)19:46
SpamapSRoAkSoAx: cool, I wasn't sure thats why I accepted it.19:47
pmatulis!apt | robos19:47
ubotturobos: APT is the Advanced Package Tool, which together with dpkg forms the basic Ubuntu package management toolkit. Short apt-get manual: https://help.ubuntu.com/community/AptGetHowto - Also see !Synaptic (Gnome), !Adept (KDE) or !KPackageKit (KDE)19:47
RoAkSoAxSpamapS: yeah, once Oneiric is open, then you'd have to release the SRU for natty, and then "copy" it to Oneiric with same version number19:49
SpamapSRoAkSoAx: hopefully pitti will have time to teach me some of that. :)19:51
RoAkSoAxSpamapS: :)19:52
=== oru_work is now known as orudie
Anpheus_Does anyone know why Ubuntu 10.10 Server's minimal virtual install (kernel -virtual) does not contain the Hyper-V modules, if it is possible to restore those to that kernel, and if this is rectified in the next release?20:35
* Gnea notes the echo effect when saying anything here...20:37
jMCgAnpheus_: check the changelog for linux-image-virtual maybe that gives a clue.21:06
robertjhey all, I got a box that is coming up to busy box and says that /sbin/init is not found in the target, but mounting /dev/mapper/mybox-root /root works just fine, /sbin/init is there, life appears good...?21:23
robertjI was unmounting a whole bunch of lvm snapshots, it got stock and all disk related cmds began to act unhappy, gave it a reboot, and that's how I got into this predecimate21:24
robertjdon't _think_ I unmounted the live root ;P21:25
quentusrexAnyone know what part of the ubuntu-vm-builder is suppose to generate the libvirt xml file?22:19
quentusrexI seem to be running into an issue where I can provision a VM, but the xml file is no longer loaded into the libvirt directory.22:19
RoAkSoAxTREllis: ping?22:50
=== robbiew1 is now known as robbiew
ignarpsquentusrex, I think qemu would be the one to write out the xml file.  permissions issue ?23:17
ignarpsquentusrex, sorry it would be libvirt not qemu23:18
quentusrexignarps, I don't see any errors even with --debug and -v turned on23:27
quentusrexand I'm running the provision script as root, so I don't think that could cause the permission issue.23:27
quentusrexignarps, I don't see the vmbuilder script ever actually loading the image into libvirt. I do see the image converted to qcow2 though.23:32
ignarpswhat --libvirt= option did you use ?23:32
quentusrex --libvirt qemu:///system23:32
ignarpsman page shows = not sure if it is important23:33
quentusrextrying it with the =23:35
quentusrexignarps, no difference.23:38
groutHow can i mount my usb thumb drive on my ubuntu server?  I did a sudo fdisk -l but it dosnt come up.  The drive comes up in lsusb.23:46
ignarpsquentusrex, I usually do this as my user account.  but have you checked this works okay.   virsh -c qemu:///system23:51
ignarpsquentusrex, to see if you can use the libvirt shell okay23:51
quentusrexI do have the shell ok.23:51
ignarpsquentusrex, running out of ideas.  Could it be an apparmor issue ?  Are you using a non default location for some files.23:53
quentusrexno non default locations. I haven't touched apparmor since I installed the box.23:54
quentusrexI do have ufw enabled, but I don't see anything in the script that can run into that.23:54
ignarpsgrout, after I connect a device I usually look in the kernel logs to see what the device is.  ie run dmesg23:54

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!