/srv/irclogs.ubuntu.com/2010/09/02/#ubuntu-server.txt

shaunoI read a forum recently, I don't recall where; someone pointed out a google query that'd bring up page after page of mysqladmin pages that were left completely open to the web00:22
shaunothat's when these convenient applications become terrifying00:22
SpamapSshauno: yeah, backend web apps.. the scourge of the internet. ;)00:28
shaunohttp://www.forum.psoft.net/showthread.php?t=25834   that was the example I found.  someone dropped a table off a customer's db, and the autopsy revealed they came in just via google00:31
uvirtbotNew bug: #628546 in mysql-dfsg-5.1 (main) "package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: Package is in a very bad inconsistent state - you should  reinstall it before attempting a removal." [Undecided,New] https://launchpad.net/bugs/62854601:26
=== rmk is now known as rmk`away
shaunonot sure I'm understanding ufw correctly.  it seems if I enable it (the only rule I've added so far is allow ssh), I drop off IRC.  The connection appears active (if you can read this, I'm still connected ;), but ctcp ping doesn't seem to work02:48
Italian_Plumber1say I have two indentical files in different directories.  Can I use md5sum to verify they are identical, and do so in one line without writing the sums to a file?02:49
TakyojiAnyone know the practicality of applying grsecurity to an Ubuntu 10.04 (64-bit) installation?02:54
=== aetaric_ is now known as aetaric
erichammondItalian_Plumber1: Why not use "diff -q" to see if the files are identical?  md5sum must read both files entirely, while diff may have the chance to stop at the point where they differ.02:58
lifelesserichammond: Italian_Plumber1 'cmp' is your friend.02:59
twberichammond: why not use cmp, then?02:59
* lifeless high fives twb03:00
Italian_Plumber1they're binary files, I only care that they differ03:00
lifelessyes03:00
lifelesscmp03:00
twb$ cmp <(head -1 /dev/urandom) <(head -1 /dev/urandom)03:01
twb /dev/fd/63 /dev/fd/62 differ: byte 1, line 103:01
Italian_Plumber1:) ok... cmp is cool..  now how do I compare the contents of two directories03:04
erichammondItalian_Plumber1: diff :)03:04
Italian_Plumber1hmmm.... all of these commands are producing no output. :)03:05
erichammondtwb, lifeless: In my tests diff -q and cmp -s are performing equally well.03:06
Italian_Plumber1scratch that I'm comparing the same directory03:06
Italian_Plumber1ok cool.  thanks guys03:07
Italian_Plumber1and gals, if applicable.03:07
erichammondItalian_Plumber1: Send the output to /dev/null and use the exit value of the command to make decisions.  True means the files are the same.03:07
Italian_Plumber1I had copied a torrent from one place to another and I suspected there were some errors during the transfer.  Looks like there actually weren't any.03:08
Italian_Plumber1Thanks again...03:08
lifelesserichammond: diff -q yes, true.03:10
uvirtbotNew bug: #628577 in openssh (main) "connection fails: ssh_exchange_identification" [Undecided,New] https://launchpad.net/bugs/62857703:26
DelemasI'm trying to repackage my code for ubuntu. In the rpm world %config(noreplace) /etc/someconfigfile is frequently used. Is there an equivalent in Ubuntu?03:30
shaunoufw appears to be inhibiting outbound ipv6 connects as default?03:33
twberichammond: what data are you testing on?03:40
uvirtbotNew bug: #628584 in mysql-dfsg-5.1 (main) "package mysql-server-5.1 5.1.37-1ubuntu5.1 failed to install/upgrade: sub-process new script pre-removal gives exit code 1" [Undecided,New] https://launchpad.net/bugs/62858403:40
jdstrandshauno: IPv6 is disabled by default and only packets on lo are allowed03:41
jdstrandshauno: to enable ipv6, you need to adjust /etc/default/ufw then disable and enable the firewall. see 'man ufw' for details.03:42
twbInterestingly, comparing a 1GB and a 2GB empty, sparse file is 7s for cmp and 0.005s for diff03:43
twbPresumably diff first checks the length, whereas cmp supports streams03:43
twbdiff -q is equally fast for two 1GB sparse files, where one contains a byte at the 512M'th place.03:46
twbPerhaps diff -q looks at the same thing as du --apparent-size when comparing sizes.03:46
shaunojdstrand: thanks03:47
Jordan_Utwb: I expect that it's just that reading a very sparse sparse file requires almost no IO, which is the main bottleneck.03:48
Jordan_Utwb: Nvm, looking back I see you were talking about relative speed (not just that diff was fast).03:49
twbProbably someone suggested optimizing cmp in the same way and was told "you can't, it breaks <obscure posix compatibility requirement>"03:50
AlexMaxHi there, is there any way for me to take a look at the changelog for packages that apt wants to update before I update them?  I tried installing apt-listchanges which is supposed to run when running 'apt' but I never see it appear.04:04
AlexMaxDoes it not work with aptitude or something?04:04
twb!apt-listchanges04:12
twbGrr.04:12
twbThe ops should just seed ubottu with the dpkg bot's database04:12
twbOh, he left anyway04:12
Jordan_Utwb: !info <package> works04:15
twbThe answers he wanted were: use the C key in aptitude (installing libparse-debianchangelog-perl recommended), and apt-listchanges only runs AFTER apt (but before dpkg), and it only lists NEWS by default, not changelog -- most packages don't have NEWS files.04:15
twbJordan_U: not quite the same thing though04:16
twbdpkg> well, apt-listchanges is a package that shows you the NEWS.Debian and/or the Debian changelogs for packages before upgrading them.  It is well worth it for stable users, to see what is happening to their machines as they apply security fixes.  It should be made _mandatory_ for users of testing and unstable.  Also ask me about <d-d-a>, <apt-listbugs>.04:16
twbversus04:16
twbdpkg> apt-listchanges: (package change history notification tool), section utils, is standard. Version: 2.85.3 (sid), Packaged size: 82 kB, Installed size: 280 kB04:16
twb(If you don't already know, you can /msg dpkg if you first /join #debian-bots.)04:17
=== sourcode_ is now known as sourcode
twbSo I have a prospective customer that needs some handholding for DNS for his cpanel-based VPS06:20
twbI haven't used cpanel before, but I expect it's basically like webmin, and that I shouldn't go behind its back06:21
fluvvellAny diff gurus who could tell me how to compare two lists (dpkg -get-selections lists) off two machines to see which packages arent in both lists?06:35
twbNever mind, he ran away06:37
twbfluvvell: just diff them06:39
twbfluvvell: you might need to sort them first06:39
twbYou could also use comm(1) to emit the left-only, right-only or shared lines06:40
SpamapStwb: cpanel is WAY more controlling than webmin06:42
fluvvelltwd, diff gives me a double list, I want a list of packages I can remove from the machine with more06:44
fluvvellshhesh, sorry i'm dislexic twb!06:45
SpamapSfluvvell: sort them, diff is great for sorted lists06:45
twbSpamapS: "webmin done by professional crack monkeys rather than amateur crack monkeys" :P06:46
fluvvellSpamapS, is there a setting that can pretty up the output without a whole lot of < > or hex numbers ?06:46
fluvvellI've sorted them06:46
twbcomm -13 <(ssh foo dpkg --get-selections | sort) <(ssh bar dpkg --get-selections | sort)06:46
twbfluvvell: you should use diff -u unless you have a really good reason not to06:47
twbThe default diff format is daft06:47
SpamapStwb: its just that cpanel dictates a lot of stuff, like there's only one mta, and one httpd ..06:47
SpamapSfluvvell: I like -u06:47
fluvvellOh, comm !06:47
fluvvellso diff -u, are all the - signs the packages that don't exist in both ?06:47
twbSpamapS: so it's more like the bastard offspring of webmin and, say, zimbra06:48
SpamapSfluvvell: right, - will be everything that is in box1, but not in box2. + will be things in box2, but not box306:48
twbfluvvell: -u lists deletions (-), insertions (+) and, by default, two lines either ide06:48
twb*side06:48
fluvvellyeah, comm -3 might do me06:49
SpamapSrright, comm .. comm is good for this too, I forgot06:49
SpamapSI always forget comm06:49
fluvvellcheers guys, thats been mega helpful06:49
twbfluvvell: #bash is good for generic scripting questions06:50
intelliantHi!06:54
intelliantI have a few ubuntu VMs installed on KVM and they otherwise seem to work okay but randomly give this error - http://picpaste.com/ubuntu_vm-eGalwjCq.png06:56
intelliantHow serious could this be and what could be the cause of the same?06:56
intelliantAt times when I boot these VMs, the filesystem seems to be read-only. This is not necessarily after an improper shutdown.06:57
intelliantA clean reboot may also result in this.06:57
intelliantThe host OS is openssue 11.3 .06:58
qman__on real hardware, that could indicate a failing disk or disk controller06:58
qman__but with a VM, lots of other factors come into play06:58
intelliantqman__: yes i agree06:58
qman__could just be a bug, could be failing hardware, could be a misconfiguration06:58
twbWhere's TTL in dig's output?06:59
intelliantthere are other openssue and centos VMs as well but this problem only shows up in ubuntu ones06:59
intelliantqman__: so i think it could not be a hardware issue07:02
qman__well, it's clearly failing with a DMA write to the VM's primary disk07:02
qman__does it happen periodically or only during boot?07:03
intelliantrandomly07:03
qman__disabling DMA may eliminate the error, but may also impact performance07:04
intelliantthe read-only problem only happens during boot and a reboot fixes it with pressing of F 'fix errors' prior to boot.07:04
qman__I don't know enough about how DMA performs in VMs07:04
intelliantthe screen dump about DMA is random07:04
intelliantat times it has gone days without any such error, at times within a few hours07:04
qman__my best guess would be an issue between your virtual disk availability/performance and ubuntu's disk access performance tweaks07:06
qman__in that ubuntu is trying to write to the disk without waiting for it to become available07:06
qman__but that's only a guess07:06
intelliantqman__: so is there some other channel you suggest I post to ?07:07
qman__probably to do with upstart, which boots significantly differently from sysv-style rc07:07
qman__or a kernel setting that ubuntu has and the other VMs don't07:07
qman__it would take some more in depth investigation07:08
intelliantokay upstart is a quick-boot thingie in ubuntu, right?07:08
intelliantI am new to the ubuntu world07:08
qman__upstart replaces sysv-init07:08
intelliantright, thanks.07:08
qman__the way it works is, scripts have certain event triggers to start up07:08
qman__instead of loading in a pre-set order for given runlevels07:08
intelliantwhere do you suggest I continue digging07:08
qman__well, I'd first try disabling DMA as a kernel parameter, because it's easy to do and test07:09
intelliantbut this problem doesn't seem to happen at boot only07:09
intellianthow do we do that?07:09
qman__hold shift while booting to get to grub, edit the boot line, and add the right parameter07:09
qman__I think it's "nodma" but I don't recall07:10
qman__looks like ide=nodma07:11
qman__this is a one-time option, just for testing07:11
intelliantqman__: http://ubuntuforums.org/showthread.php?t=101472307:11
qman__other than that, I'd try to figure out what's writing to the disk and when, when that error comes up07:12
intelliantlibata.dma=0 is the option to use as per this http://ubuntuforums.org/showthread.php?t=139667007:13
intelliantthat is very tough as it is very very random07:13
intelliantand the only way to figure that out is by having a constant watch at the virt-viewer07:14
qman__also, keep an eye on your disk files07:14
qman__if they're on a network share, see if they're disconnecting, or if they're local, see if something else is trying to lock them07:14
qman__check your disk performance, too07:15
qman__the fact that it's specific to ubuntu VMs in an environment where others work fine means that the VM side is more likely07:15
qman__but it's still possible07:15
intelliantyes the home is nfs mounted07:15
intelliantthere are 4 test users but none of them have ever complained07:15
qman__also, check the dmesg on your other machines07:16
qman__they might be having the same problems but not telling you07:16
intelliantactually there seems to be no performance loss or disruption07:16
intelliantit is only the dump07:16
intelliantno they are well aware about the test env and report any kind of smallest niggles07:17
intelliantthey are trained for that ;)07:17
qman__I mean the other OSes might not be reporting them to the console07:17
qman__depends on the defaults07:17
intelliantthat could be07:18
qman__but the error would always show up in dmesg07:18
qman__regardless of console reporting07:18
intelliantbut coincidentally i have tried this on 2 different hardwares (Intel and AMD) with the same set of VMs and the results for Ubuntu VMs remains consistent07:19
qman__if there is no data loss and no performance hit, you may just leave it, but failure to write to disk could be something more serious, it just requires more investigation07:19
intellianthence I feel it is something to do with Ubuntu 10.04 installed as VMs only07:19
qman__well, you need to verify that it is just the ubuntu VMs, that would eliminate the host software07:20
qman__check the dmesg on the other VMs07:20
intelliantthere is at times loss or corruption of some files such as package manager config or ldap.conf07:20
intelliantavailable file,etc07:20
intelliantbut i have seen that is a common issue in ubuntu and deb package mgmt07:20
intelliantbut ldap.conf being lost is something serious07:21
qman__I wouldn't call it a common issue07:21
qman__I've only run into it on failing hardware07:21
intellianti simply keep a backup and restore it from there and all works again07:21
intelliantbut deb pkg related issues are all over google07:21
qman__well, if it keeps happening post-boot, it's probably the kernel07:21
intellianti have just updated the kernel this morning07:22
qman__try the no DMA setting, try playing with other performance settings relating to disks07:22
qman__maybe compare the ubuntu kernel with the kernels from your other OSes07:22
intelliant2.6.32-24-generic #42-Ubuntu SMP Fri Aug 20 14:21:58 UTC 2010 x86_64 GNU/Linux07:22
qman__see what's set differently07:22
intelliant2.6.34-12-desktop #1 SMP PREEMPT 2010-06-29 02:39:08 +0200 x86_64 x86_64 x86_64 GNU/Linux07:23
qman__not the versions, the settings07:23
intelliantokay07:24
qman__compile options, kopts07:24
qman__should be in the documentation or source packages for each distro07:24
ttxkirkland: I'm now07:24
qman__focus on disks07:24
qman__try to find something that sticks out07:24
intelliantyou are right07:25
qman__if you can eliminate your environment as the problem, file a bug report too07:25
intelliantother OSes throw this up in dmesg07:26
qman__in that case, it's likely an issue with the NFS share07:26
intellianthttp://pastebin.com/V2ZdBmxS07:27
qman__network congestion, hardware failure, host software issues, you name it07:27
qman__even NFS mount options07:27
intelliantbut this VM has nothing to do with NFS07:27
intelliantoh it does07:27
qman__well, it depends on where the VM's disk is stored07:27
intellianti will first work with the NFS options07:27
qman__that's what I'm getting at07:28
qman__the problem is between the running VM and its disk07:28
intelliantall are sparse07:28
qman__could be a number of things, the intermittency points at NFS if the disks are over NFS07:28
intelliantsome are running from the local system and some from NFS shares07:28
qman__could be host machine getting bogged down, too07:28
intelliantbut the 2 i am analysing now are from the same host system07:29
qman__too many iops07:29
intelliantso now it seems i need to look into mount options only07:29
qman__mount options, and start taking performance logs on the system where the disk images are stored07:30
intelliantor analyse a VM without any NFS mount07:30
intelliantperformance logs - how?07:30
qman__if it has a failing disk or is struggling to keep up, that could be it07:30
qman__you probably want iostat07:31
=== rmk`away is now known as rmk
intelliantqman__: will do some homework and revert, thanks for your prompt help07:33
qman__no problem07:34
intelliantshould not be failing hw as it would be too much of a coincidence that both my servers are failing - one 3 yrs old and one a few weeks old07:34
uvirtbotNew bug: #628646 in mysql-dfsg-5.1 (main) "package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/62864607:36
ttxsmoser: in case you're insomniac, ping07:39
intelliantqman__: exactly same problem - http://ubuntuforums.org/showthread.php?t=145043907:56
intelliantsimilar issues - http://ubuntuforums.org/showthread.php?t=148906307:56
intellianthttp://tinyurl.com/37p7jj607:57
huatsmorning08:01
intelliantqman__: looks like the actual demon lies here - https://bugs.launchpad.net/opensuse/+bug/58404808:45
uvirtbotLaunchpad bug 584048 in opensuse "kvm images losing connectivity w/bridged network" [Undecided,New]08:45
intelliantthis is getting very hot08:45
zenmowerhow do i write an iso to an empty partition10:06
daxroczenmower: If you just want to output it as is use dd if='my.iso' of='/path/to/partition'  ( with out the quotes )10:13
zenmoweryeah10:14
zenmowerthanks10:14
daxrocactually not sure if that works10:14
zenmowerwell we'll see10:14
daxroczenmower: any joy?10:20
zenmowerno i gotta repartition10:22
zenmowerso i havent tried yet10:22
uvirtbotNew bug: #628700 in openssh (main) "package openssh-server 1:5.3p1-3ubuntu4 failed to install/upgrade: el subproceso script pre-installation nuevo devolvió el código de salida de error 1" [Undecided,New] https://launchpad.net/bugs/62870010:42
zenmowerok it's doing somthing10:49
zenmowerwe shall see10:49
=== ivoks_away is now known as ivoks
zenmoweri think this happened to me12:14
zenmowerhttp://linux.slashdot.org/story/10/08/28/2112208/Some-Windows-Apps-Make-GRUB-2-Unbootable12:14
uvirtbotNew bug: #628764 in samba (main) "The Samba 'panic action' script, /usr/share/samba/panic-action, was called for PID 18453 (/usr/sbin/smbd)" [Undecided,New] https://launchpad.net/bugs/62876412:16
bt36hello12:26
bt36Could somebody point me to a good step-by-step for setting up samba share for windows network on a non-graphical ubuntu server (8.04)12:29
bt36??12:29
bt36 Could somebody point me to a good step-by-step for setting up samba share for windows network on a non-graphical ubuntu server (8.04)??12:31
smoserttx, here now.12:36
squidlybt36: there are a couple of good ways to do that. 1. Read the examples. 2. use swat.12:37
ttxsmoser: Do you think we should mention the results of sanscloud in the technicaloverview ?12:37
squidlyalso http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/install.html#id255195412:37
smoserttx, you have an example of past technical overview ?12:37
zenmowercheck ubuntuforums12:38
ttxsmoser: if yes, please edit https://wiki.ubuntu.com/MaverickMeerkat/TechnicalOverview12:38
ttxsmoser: see what's already there for "Ubuntu Server Cloud images"12:38
ttxsmoser: I already mentioned cloud-init and kernel upgrades (for alpha2 and alpha3)12:38
smoserthe kernel is the big thing.12:39
smoseri wouldn't mind putting the sans sclod info there.12:39
ttxsmoser: please do !12:39
smoseras it is somethign people have asked about "Can I run this image on my  local system" ?12:39
smoserok.12:39
smosershould I have a link to more info there also?12:40
ttxsure12:40
DavieySpamapS, hey.. can you grab me when you are about please :)12:44
ttxsmoser: also do you think any of the bugs reported against the EC2 images should be targeted to Maverick ?12:44
smoserttx, http://paste.ubuntu.com/487194/12:45
ttx(the "ISO" testing bugs)12:45
smoserttx, yes.12:45
ttxabout your blurb: could use an external link for more info12:45
ttxabout the bugs: which ones are "solvable" for release ?12:45
smoserhit reload on page and read.12:47
smoserttx, let me put together a list of what is what.12:47
smosera bug list.12:47
ttxsmoser: hit reload; doesn't seem to include a link12:48
smoserThere is more information available on the Ubuntu wiki.12:48
smoser"wiki" is a link12:48
ttxah ,ok12:48
ttxsmoser: works for me, thanks12:49
mealstromhi12:49
mealstromis that possible to separate ubuntu updates and ubuntu security-updates ?12:51
ttxmealstrom: yes12:54
ttxmealstrom: just enable to -security apt repository (and not the -updates one)12:54
mealstromttx: ahhh.. tnx a lot.12:56
DavieyAlthough.... I believe -security updates are tested against what is in -updates... Not a big deal, unless there is an ABI bump - which we have seen before.12:57
mattiHey DavidLevin13:08
mattiHey Daviey13:08
Davieyhey matti13:08
DavidLevinmatti, Hi13:14
smoserttx, http://paste.ubuntu.com/487207/13:14
smoserttx, ping13:14
ttxsmoser: yep13:15
ttxreading13:15
\shmaswan, great news...I tested lucid and maverick today on those 465g7 blade servers...and only the installer kernel modules udeb package is broken, means, the hp be2{net,scsi} drivers are not in those udebs...booting into the installed system everything works fine and doesn't give any headaches because of timeouts13:28
\shmaswan, for reference bug #62877613:28
uvirtbotLaunchpad bug 628776 in linux "HP NC511i Driver (be2net and be2scsi) is missing in kernel module udebs" [Undecided,New] https://launchpad.net/bugs/62877613:28
=== txwikinger2 is now known as txwikinger
jdstrandDaviey: just a very minor clarification-- we build security updates without -updates (so they are guaranteed to be installable for systems without -updates), but we do typically test with -security and -updates installed13:37
jdstrandDaviey: we also pull from -updates to create a -security update13:37
jdstrandDaviey: see https://wiki.ubuntu.com/SecurityTeam/UpdatePreparation#Packaging for details13:38
Davieyjdstrand, Interesting... so your work is based on that of -updates, but your main test base is the main release pocket?13:38
jdstrandDaviey: that isn't what I meant to say13:38
Davieyoh13:38
jdstrandDaviey: we use the latest source package (excepting -proposed) and build with only release and -security13:39
jdstrandDaviey: this is to support all Ubuntu users-- ones that only have -security enabled and ones who also have -updates enabled13:39
jdstrandDaviey: we test with -updates enabled13:39
jdstrandDaviey: since most people run with -updates13:40
Davieyjdstrand, Oh great.. How will that scale with the perception I have that we are producing more SRU's.. ie the delta between -updates and release is larger?13:40
Davieyjdstrand, I always knew you *could* run without -updates, but i just assumed it wasn't a supported model... :)13:41
Davieyjdstrand, So... If -security creates an ABI bump, meaning something statically built against it's rdepends; should the no change rebuild be put in -security or -updates?13:42
jdstrandDaviey: running with or without updates is supported13:43
jdstrandDaviey: we pull from -updates to reduce version skew within the archive13:44
jdstrandDaviey: if something from -updates needs a security update but also a bunch of other 'stuff', we will pull that other 'stuff' into the -security update13:44
Davieyjdstrand, thanks :)13:45
jdstrandDaviey: it happens less frequently than one might think, but we have most definitely been known to do 'no change rebuilds for security' for things that a security update pulled from -updates depends on13:46
hallynthat sounds painful13:47
jdstrandDaviey: and on a personal note, I always run -updates on desktops, and on servers it is more of a choice-- I've definitely been known to only run with -security on certain systems13:48
Davieyjdstrand, I remember discovering one.  doing the dance of raising a bug, creating a package, getting it into -proposed... only to see one uploaded into -security a few days later :)13:49
* Daviey cursed :D13:49
jdstrandhallyn: it can be, but it is less painful than having to create and test up to 2 security updates per release13:49
jdstrandhallyn: ie, one for -updates and one for -security13:49
jdstrandDaviey: yes, we try to notice those and will mention in the bug that this will happen/has happened13:50
Davieyjdstrand, It was a universe one, that one of your chapies noticed later.13:51
jdstrandDaviey: but that goes both ways-- sometimes something pops up in -updates while we are preparing a -security update and on the day of publication we have to reroll and retest :)13:51
Davieylovely :)13:51
jdstrandagain, still less pain overall than having to test twice and potentially having significantly different versions of software to update13:52
jdstrand(and in the archive)13:52
jdstrandeg, gnome and kde sometimes get largish changes into -updates13:52
jdstrand(whole version bumps)13:53
jdstrandit is admittedly imperfect, but the least evil13:53
jdstrandwe like to turn it around and say it is a feature for people running with only -security-- they get the benefit of getting particularly well tested bug fixes when running with only -security (ie, something goes to -proposed, goes to -updates and sits there until a -security update happens-- very low chance of regression typically)13:55
jdstrandthe spin doctors that we are :)13:55
maswan\sh: excellent14:14
benediktHow can I add a route without being root? Since network-manager-openvpn is able to add the VPN routes without NM being root, I figure this is possible?14:32
\shbenedikt, I think NM is setting the routes via dbus magic which somehow has root privileges afaik14:33
benedikt\sh: ah. Thanks, now I'll figure out how to make dbus set routes14:34
\shbenedikt, na..openvpn sets the routes and this openvpn process is being started by nm-openvpn magic via dbus as root I'm not a specialist for NM...ask someone from plumbers frontier14:36
benedikt\sh: hm.. i was going to do a quick hack, but since dbus has been added to the equation this wouldn't be a quick hack any more.14:37
benediktI think the quickest solution would be to allow the user to run sude ip route add without asking for password14:37
ttxmathiaz: do you plan to exercise part of your magic scripts on the beta ISo testing ? I did not see any results from you yet14:40
mathiazttx: working on it14:40
mathiazttx: any tests are missing for now14:41
\shI really would like to read something about udevs magic how to number the different pci devices..is it from highest to lowest IRQ? so SmartArray on IRQ11 will become /dev/cciss/c0d0 and the smartarray on irq10 will become /dev/cciss/c1d0?14:41
ttxmathiaz: is that a question ?14:41
mathiazttx: I'm integrating my iso testing scripts with hudson14:41
mathiazttx: any tests are missing for now ?14:41
ttxi386 / Install (default + RAID1)14:41
ttxthe ESX tests but we can't really do those14:41
ttx+ some optional testcases, including the "UEC install (separate networks topology)"14:42
mathiazttx: ESX -> usualy done  by someone from QA14:42
mathiazttx: ok - I'll do the raid114:42
ttxwe may have a couple of hours left, fyi14:42
ttxbut not much more.14:43
ttxDaviey, hggdh: did anyone test the separate networks topology (aka Topo3) ?14:43
\shbenedikt, I wouldn't allow any user to set ip routes at all...they could break things14:45
Davieyttx, I have tested a 3 box topology a week ago.. Carlos has been mainly focusing on multiple14:45
ttxDaviey: would be good to register a result with the beta candidate on Topo3 in the tracker14:46
Davieyttx, agreed14:46
ttxsince complex topos tend to work better than simple ones those days14:46
benedikt\sh: this is just a quick script for me to route certain networks without going through the vpn router14:47
=== dendrobates is now known as dendro-afk
Davieyttx, Would a preseeded test from hggdh suffice?14:52
hggdhttx: I am going to test it now (topo3)14:54
hggdhDaviey: yes14:54
Davieyrockin'14:54
=== robbiew is now known as robbew
=== robbew is now known as robbiew
SpamapSDaviey: here15:31
SpamapSDaviey: though I'll need to step away briefly when the baby wakes. ;)15:31
nxvlzul: btw, i uploaded augeas to debian last week15:32
DavieySpamapS, heh, ok ;)15:32
zulnxvl: is it worth asking for a FFE for it15:32
ttxSpamapS, zul: which one of you two plans to push the Lucid SRU on bug 564920 ?15:32
uvirtbotLaunchpad bug 564920 in php5 "PHP5 under Apache2 on 64 bit system is not completely 64 bit " [Undecided,Confirmed] https://launchpad.net/bugs/56492015:32
nxvlzul: let me check15:32
zulttx: i can do it this afternoon15:32
SpamapSttx: I submitted it already as a merge proposal, I can't push anymore than that. ;)15:33
ttxhmmm15:33
nxvlzul: seems so15:33
zulnxvl: k...remind me on monday15:34
ttxSpamapS: and i commented on your proposal15:34
nxvlzul: a couple of performance stuff, some bug fixing15:34
ttxSpamapS: I haven't seen those remarks taken into account yet :P15:34
ttxSpamapS: see my comment on https://code.launchpad.net/~clint-fewbar/ubuntu/lucid/php5/lucid-sru-lp564920/+merge/3280315:35
nxvlzul: http://paste.ubuntu.com/487274/15:35
zulnxvl: cool15:36
ttxSpamapS: maybe you can write the SRU report and zul can sponsor your branch ?15:36
zulttx: that would be ideal ;)15:37
SpamapSttx: oh I may have missed that.15:37
X-Sleepy-Xive plugged in a hdd into new hardware, m-board etc, and it has ubuntu server on it, think its 8.04. it doesnt find the network and i wonder if there's a neat little command to solve this problem?15:40
patdk-wkdo-dist-upgrade? :)15:40
X-Sleepy-Xpatdk-wk: as i said, i dont have network connection...15:41
patdk-wkso?15:41
patdk-wkI can do it without a network connection15:41
patdk-wk:)15:42
patdk-wkwhat network chipset?15:42
X-Sleepy-Xrealtek semiconductor rtl-8139/8139c15:45
patdk-wkthat is supported15:45
X-Sleepy-Xand VIA Tecnologies vt823315:45
patdk-wkdunno about that one15:45
patdk-wkare you sure it's just not showing up as eth1? eth2? eth3? ....15:45
X-Sleepy-Xyes, but the installation used another motherboard so its like it hasnt detected the change in hardware15:46
patdk-wkubuntu tracks network interfaces15:46
X-Sleepy-Xyeah i see eth1 and 2 on iwconfig15:46
patdk-wkthe id of the old motherboard eth0, will be eth0 forever15:46
patdk-wknew motherboard would use next available ethx15:46
X-Sleepy-Xok but it finds them as wireless cards15:46
patdk-wkunless you wipe out the persistant file that tracks it15:47
X-Sleepy-Xifconfig finds nothing and iwconfig finds them15:47
ivokstry not to use ifconfig, rather iproute15:49
ivoks(ip a would be the command)15:49
X-Sleepy-Xk15:49
ivoksthat's not the solution for the problem15:49
ivoksit's just general advice15:50
X-Sleepy-Xhmm15:50
ivoksif you replaced you network cards with new ones15:50
SpamapSttx: SRU info added15:51
ivoksdelete /etc/udev/rules.d/70-persistent-net.rules file and reboot15:51
X-Sleepy-Xivoks: thanks, will try that if not changing the settings in /etc/network/interfaces work on this reboot15:54
ivoksubuntu ties interface to hardware15:54
ivoksif you add/change new hardware, it will get new interface name15:54
ivoksthose links are stored in /etc/udev/rules.d/70-persistent-net.rules15:55
X-Sleepy-Xivoks: didnt work16:03
X-Sleepy-Xwell16:03
X-Sleepy-Ximean16:03
=== ivoks is now known as ivoks_away
X-Sleepy-Xit now detects the eth0 and 116:03
X-Sleepy-Xbut still no connection to the internet16:03
X-Sleepy-Xthis is driving me nuts16:04
X-Sleepy-Xshouldnt be that hard to fix16:04
siretartshow the output of `ip a ls` (in a pastebot)16:05
ttxmathiaz: on http://iso.qa.ubuntu.com/qatracker/result/4442/287 you didn't encounter the same bugs as kirkland did in http://iso.qa.ubuntu.com/qatracker/result/4441/286 ?16:08
ttxmathiaz: ignore me, kirkland clarified on PM16:09
zulttx: when i was testing samba yesterday i had both smbd and nmbd fyi16:13
kirklandmathiaz: however, i am curious16:16
kirklandmathiaz: can you look at the 3 bugs I reported against that test case (RAID) and tell me if any of those look familiar?  or how you worked around them?16:17
=== RoyK^ is now known as RoyK
MaletorWhy can I not grow my RAID array through disk utility. More information can be found here. http://ubuntuforums.org/showthread.php?p=979700116:22
mathiazkirkland: bug 62837416:27
uvirtbotLaunchpad bug 628374 in debian-installer "partman does not detect swap on a raid device" [Undecided,New] https://launchpad.net/bugs/62837416:27
mathiazkirkland: ^^ didn't see it16:27
mathiazkirkland: bug 62840016:28
uvirtbotLaunchpad bug 628400 in plymouth "[regression] boot degraded question never posed" [High,New] https://launchpad.net/bugs/62840016:28
mathiazkirkland: didn't see it either16:28
mathiazkirkland: I was prompted when the system was booting from a degraded array16:28
kirklandmathiaz: that's a regression since alpha316:29
kirklandmathiaz: then16:29
kirklandttx: I believe that one should be a regression and release blocker, and we need foundations to fix it by RC16:29
mathiazkirkland: bug 62841816:30
uvirtbotLaunchpad bug 628418 in grub2 "default timeout is too low, impossible to escape in a VM" [Undecided,New] https://launchpad.net/bugs/62841816:30
mathiazkirkland: ^^ haven't needed that16:30
ttxkirkland: I'm surprised it doesn't affect Lucid, after all plymouth didn't change that much in Maverick16:30
garymcHi Guys, I setup my website off my office server sometime last year.... I have lost the chat files and documents I kept for adding websites to my server. I wonder if anyone can be of guidance?16:33
SpamapSgarymc: thats a very open ended vague question. What exactly do you need help with?16:35
garymcOK I have a website hosted on my office server. mywebsite.com16:36
garymcI want to host mywebsite.com with a hosting company to free up my office internet connection16:37
garymcBut I need to keep the Applyform.php on my office server. So I want to point mywebsite.co.uk at the office server instead. So when people are on my hosted site mywebsite.com and they click on Apply.php it links to the page on our office server16:38
garymcunder mywebsite.co.uk16:38
garymcok?16:39
garymcSo right now I have pointed the .co.uk to my server ip address16:39
SpamapSgarymc: sounds overly complex. Why can't you put Applyform.php on your hosted server too?16:39
kirklandmathiaz: ttx: can you boot maverick in a KVM and get to the grub menu?16:39
kirklandmathiaz: ttx: by pressing <shift>?  I can't at all16:40
cyphermoxmathiaz, I'm testing JeOS on ESX for the beta and there's a number of things that don't match up with the test case... specifically, now uname -r shows "-virtual" for i386 and amd64 (like for KVM), and modules/full install take more space than they should16:40
kirklandmathiaz: ttx: this really sucks16:40
garymcBecause it is using a mySQL server that is on our office machine. And the Terminals link to that machine. Thus when someone applies..16:40
ttxkirkland: i admit doing my ISO testing on real HW [tm]16:40
patdk-wkgarymc heh, you are going have to use like a proxy for that file, to do that16:40
mathiazcyphermox: uname -r is normal16:40
mathiazcyphermox: it's has been corrected in the JeOS on KVM test case16:40
mathiazcyphermox: install space is a known bug16:41
cyphermoxmathiaz, cool, that I expected. bug #?16:41
mathiazcyphermox: bug 62117516:41
uvirtbotLaunchpad bug 621175 in linux "-virtual kernel contains too many modules" [Medium,Triaged] https://launchpad.net/bugs/62117516:41
cyphermoxmathiaz, I'll fix the test case for uname -r16:41
mathiazcyphermox: cool - thanks16:41
SpamapSgarymc: that all sort of makes sense. So whats the question again?16:42
garymcbrb16:45
jdstrandkirkland: if using libvirt, try something like this:16:47
jdstrandvirsh start sec-maverick-i386 ; sleep 0.5 ; virt-viewer -c qemu:///system --wait sec-maverick-i38616:47
jdstrandkirkland: I have good success seeing the grub menu with that16:47
kirklandjdstrand: hmm16:48
kirklandjdstrand: okay16:48
jdstrandin fact, you could probably omit the sleep entirely16:48
TeTeTkirkland: unfortunately I could not test the virt PPA for bug 590929 today, as the firewall does not give me access to it. I will see if #IS opens it overnight and get it to it first thing next morning, if need be, d/l the files by hand16:53
uvirtbotLaunchpad bug 590929 in eucalyptus/1.6.2 "eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)" [Undecided,Fix committed] https://launchpad.net/bugs/59092916:53
kirklandTeTeT: okay, thanks16:54
vmlintuHow does one set the limit for maximum number of open files in 10.04? In 8.04 one would edit /etc/security/limits.conf and add nofiles -setting there, but so far I'm not having any luck. slapd doesn't like the default 1024, so it needs to be made higher..16:58
=== dendro-afk is now known as dendrobates
garymcSpamapS : Ok was on important call where was i .... ?17:14
garymcI need Apache to recognize mysite.co.uk17:14
garymcwhat files do I need to alter17:14
vmlintugarymc: virtual host configurations are usually under /etc/apache2/sites-available/17:16
garymcok and I just add mysite.co.uk in there like the others?17:16
vmlintugarymc: do you want to add a new site or new alias for an existing site?17:17
garymcCan I make the .co.uk use the same folders as the.com site?17:17
garymcnew alias17:17
vmlintudo you have a file there for your site?17:17
garymc?17:17
vmlintuunder /etc/apache2/sites-available17:17
garymcI have a current file for 2 sites I have on our server17:17
garymcyes17:17
vmlintuDo you there ServerName directive?17:18
garymc?17:18
vmlintuServerName yoursite.com17:19
vmlintuin the configuration file under /etc/apache2/sites-available17:19
garymcI have file "hosted-site"17:19
garymcwith details in there17:20
vmlintuInside that file, do you have a line that has ServerName in it?17:20
garymcyes17:20
vmlintuAfter that line add a new line:17:20
garymcok17:20
vmlintuServerAlias yoursite.co.uk17:20
vmlintuThat adds an alias for the existing site17:21
garymcok17:21
garymcdo i put the www17:21
garymcok do i need to restart apache17:22
vmlintuapache recognises exactly the name you put in there, so if you want it to be www.yoursite.co.uk, you have to add www17:22
vmlintuYes, apache needs to be restarted after the change17:23
garymcsorry how do i restart apache again. Long time since I last did it17:23
garymcapached restart?17:23
vmlintu/etc/init.d/apache2 restart17:23
garymcok done17:24
SpamapSerr17:24
garymcgonna test now17:24
SpamapSbetter to suggest people use 'service apache2 restart'17:24
garymcok well my .co.uk is still not pointing at my server ?17:25
vmlintuSpamapS: true.. I'm just too used to using /etc/init.d/*.. old habits die slow..17:25
garymcor my server isnt allowing it17:25
SpamapSvmlintu: me too ;)17:25
SpamapSgarymc: DNS will need to be setup first.17:26
vmlintugarymc: do you dns setup or /etc/hosts with the name?17:26
garymcI have it is pointed at my office server17:26
garymcbut I only did that about 1 hour ago17:26
garymcmaybe it takes a little time to go through17:27
vmlintugarymc: you can check with dig if dns gives you the right ip17:28
vmlintudig www.yoursite.co.uk17:28
vmlintuAnd on the server you can check the logfiles to see if the request arrives there. The logfile is usually defined in the configuration file you just modified.17:29
garymcok thanks17:30
garymcwhats dig?17:31
vmlintudig is a DNS lookup utility - I think it's in dnsutils package17:32
vmlintunslookup works also17:32
SpamapSnslookup is oooll school17:32
SpamapShost ftw ;)17:32
vmlintuI feel really old..17:33
SpamapSgarymc: your domain most likely has a TTL set very high. in the dig response, you should see the "TTL" of the response as the number right after the hostname17:34
SpamapS;; ANSWER SECTION:17:34
SpamapSspamaps.org.1800INA65.98.207.16017:34
SpamapSas an example17:34
SpamapSgarymc: TTL is the number of seconds caches are allowed to hang on to the response.17:34
=== iceflatline1 is now known as iceflatline
ttxyay complete ISO testing coverage for server !17:39
ttxKudos everyone17:39
ttx-smoser who failed to validate some asia-pacific AMI, of course :P17:40
SpamapSttx: ugh, sorry I wasn't able to contribute to the iso testing. Been chasing this libdbi stuff. :-P17:45
garymcok my .co.uk is now pointing at my server, but if I type into the browser mywebsite.co.uk it displays my error 404 page17:46
garymcinstead of the homepage17:46
gholmssmoser: ping17:47
garymcwhat could cause this SpamapS ^^17:48
garymc?17:48
smosergholms, here.17:48
SpamapSgarymc: enter the hostname, without any path, does it show you the "IT worked!" page?17:49
gholmssmoser: I see version numbers on the cloud-init packages, but no tarballs on the LP site for it.  Is that by mistake, or do I need to be using checkouts to build tarballs all the time?17:49
smoser:)17:50
smoseri just haven't really had a reason to build them.17:50
smosergholms, i usually do build the tarball and put it at http://smoser.brickies.net/cloud-init-dist/17:51
gholmsAh, that would work.17:51
gholmssmoser: I'm looking into using most of those scripts for Fedora, so a more-or-less official spot to download release tarballs from would be most appreciated.17:51
smosercloud-init is really almost a native-package.17:52
smosergholms, i can start posting to launchpad17:52
gholmsThat would be really helpful.17:52
smoserand i would absolutely do that if your willing to help make it more portable :)17:52
gholmsObviously calls to apt and things wouldn't work, but I would hate to have to fork everything just because it doesn't quite work on RH-type distros.17:52
smoseryeah.17:53
smoseri'm definitely open to having distro specific stuff17:53
smoserand being more generic across the board.17:53
smoserie, "apt_update" => "software_update"17:53
smoseror such17:53
gholmsSure17:53
smoseri'll post the most recent tarball on launchpad17:54
smoserand try to continue doing that.17:54
gholmsThat would be awesome.  I'll let you know how it seems to work out from the Fedora side.17:54
garymcwhy is my website mywebsite.co.uk working but if I do www.mywebsite.co.uk I get my error404 page?17:55
garymcfixed it17:56
smosergholms, fwiw, you can get to the tarballs from launchpad, via the ubuntu builds.18:01
smoserie: https://launchpad.net/ubuntu/maverick/+source/cloud-init18:01
smoserhas cloud-init_0.5.14.orig.tar.gz18:01
gholmsYeah, that's what I initially grabbed.18:01
smoseri'm trying to figure out how to put a tarfile up there, though.18:01
smoseranyone know how i would do that?18:02
gholmsIt didn't seem "upstream" enough to satisfy the packaging committee.  :P18:02
patdk-wkheh, talk to salmon, they go upstream all the time18:03
bjaanesI18:03
smoseri'm seriously baffled.18:06
smoseri have no idea how to put a file up for download on launchpad18:06
smoserhttps://launchpad.net/cloud-init18:06
bjaanesI've just set up my DNS & DHCP server. Everything is pretty basic (from Ubuntu Server book and "official" documentation and such.) but the server keeps getting an DHCP address from itself. I have configured the interfaces file with static IP - but it doesnt seem to bother with it. So now I have to restart the networking service every time want to have the right IP. Anyone got a clue about this?18:06
patdk-wkheh?18:06
patdk-wkwhat is in /etc/network/interfaces?18:07
bjaanesone moment18:07
bjaanesauto eth018:08
bjaanesiface eth0 inet static18:08
bjaanes        address 192.168.192.1118:08
bjaanes        network 192.168.192.018:08
bjaanes        netmask 255.255.255.018:08
bjaanes        broadcast 192.168.192.25518:08
bjaanes        gateway 192.168.192.118:08
bjaanesand it works when I go "sudo /etc/init.d/networking restart"18:08
bjaanesbut withing a minute or two it gets an IP like 192.168.192.5218:09
bjaanesCould even my dhcp server override static stuff like that?18:10
patdk-wkdhcp servers don't override18:10
bjaaneswhat i thought18:10
patdk-wkbut if you are running a dhcp client, it would18:10
bjaanesokey?18:10
bjaanesWhy would a dhcp client be running?18:11
patdk-wkdunno :)18:11
patdk-wkps ax | grep dhc18:11
patdk-wkmight show if one is18:11
bjaanes  816 ?        Ss     0:00 dhclient3 -e IF_METRIC=100 -pf /var/run/dhclient.eth0.pid -lf /var/lib/dhcp3/dhclient.eth0.leases eth018:11
bjaanes 2902 ?        Ss     0:00 /usr/sbin/dhcpd3 -q -pf /var/run/dhcp3-server/dhcpd.pid -cf /etc/dhcp3/dhcpd.conf eth018:11
bjaanes 3781 pts/0    S+     0:00 grep --color=auto dhcp18:11
patdk-wkyep, dhclient is running18:12
=== ivoks_away is now known as ivoks
bjaanesAwe. Why does it do that? :( My last server didn18:12
RoAkSoAxkirkland: when's next ISO testing?18:13
patdk-wkI dunno :)18:13
patdk-wkunless it was set to, iface eth0 inet dhcp18:13
patdk-wkand you just changed it to static18:13
patdk-wkdid you try rebooting?18:13
patdk-wkand see if dhclient is still running then?18:13
patdk-wkcause it shouldn't18:13
patdk-wkand I dunno what you did to make it do it18:13
bjaanesIt helped to reboot. I can18:14
bjaanesSorry to have bothered you with something I should have thought of trying =/18:14
bjaanesBut very much thanks :D18:14
=== ivoks is now known as ivoks_away
smosergholms, whoowhoo. https://launchpad.net/cloud-init/trunk now has a download.18:16
smoserthat was a lot of work18:16
RoAkSoAxsmoser: when's the next ISO testing?18:16
gholmssmoser: Awesome18:16
smoserRoAkSoAx, ?18:16
smoseriso testing occurs ~ 3 days before release.18:16
smoserRC release info athttps://wiki.ubuntu.com/MaverickReleaseSchedule18:17
RoAkSoAxsmoser: Ok, I just read in the meeting minutes that soon will be ISO testing. ANyways, how soon do you need the  'testdrive -u' thing for UEC images?18:18
gholmssmoser: The first thing I think would help is factoring out package management code.  I can definitely try to help figure that out.18:18
smoserRoAkSoAx, what is 'testdrive -u' ? what is working now ?18:18
smoserat this point its probably very difficult to get any new features into ubuntu.18:19
smosergholms, yeah, that'd be great. its probably a good time for it too, as the maverick code is roughly frozen (other than some bug fixes).18:20
RoAkSoAxsmoser: 'testdrive -u' support to test drive local uec images18:20
gholmssmoser: If all else fails, 10.10 can release without the generic code while Fedora picks up the newer stuff in the mean time.18:20
smoserso right now there is generally functional use of uec images in the archive, RoAkSoAx  ?18:21
smosergholms, yeah, 10.10 is releasing with what is there. which is fine.18:21
RoAkSoAxsmoser: currently it only supports testing daily images from uec-images.u.c18:21
smoserRoAkSoAx, thats fine then.18:21
smoserso, i dont' see a real reason to push to get '-u' into the archive.18:22
smoserfor maverick.18:22
RoAkSoAxnone pf this is on maverick18:22
smoserso, i'd say, just leave that on your own schedule, and lets make sure we have it in natty18:22
ssureshotI cant seem get ubuntu to boot using a software raid on my server... Are there any workarounds for this? If I boot to the cd and choose to boot fronm hard disk it works fine... Drive is set with the boot flag...18:22
smoser(Narwhals Narwhals swimming in the ocean)18:22
smoserRoAkSoAx, "none pf" ? i'm confused now.18:23
RoAkSoAxsmoser: i'm gonna backport when the changes are ready, but first I want to add suport for testing local UEC images, given that you were requesting that :)18:23
RoAkSoAxsmoser: "none of"*18:23
smoseroh. i thought that you had gotten part of it into maverick.18:23
RoAkSoAxsmoser: nope, got busy with coming back to the US so I couldn't push it to maverick,a nd I've been sick the past few days18:24
smoseroh well.18:24
hggdhScottK: do you have a bit of time for a chat?18:25
ScottKhggdh: My latency might be a bit high, but sure.18:26
RoAkSoAxsmoser: I just wanna know for when would you like the functionality of testdriving local UEC images.18:26
smoserRoAkSoAx, well, at this point i'm not in a big hurry.18:31
smoserso a couple weeks is fine. it missed maverick, so i'd like it in natty.18:31
RoAkSoAxsmoser: I thought you just wanted the functionality, and not specifically in maverick :). That's why I actually only added functionality for uec-images.u.c but didn't upload. Anyways, testing local uec images will be ready soon, push to PPA, upload to Natty eventually, and backport to Maverick18:35
smoseri opened a feature freeze bug18:35
smoserand i thought i said that we'd need it uploaded before beta freeze.18:36
smosersorry i wasn't more clear.18:36
RoAkSoAxsmoser: It's my bad :(, since I thought you only wanted support for uec-images.u.c, but when you told me local uec image too, I wanted to have both before uploading, but anyways, we can always backport :)18:39
uvirtbotNew bug: #629005 in mysql-dfsg-5.1 (main) "package libmysqlclient16 5.1.41-3ubuntu12.6 failed to install/upgrade: trying to overwrite '/usr/lib/libmysqlclient.so.16.0.0', which is also in package mysql-cluster-client-5.1 0:7.0.9-1ubuntu7" [Undecided,New] https://launchpad.net/bugs/62900519:06
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
pfifohi19:19
pfifocan just anyone use the public cloud that is shown on the site, and dose it cost anything?19:20
patdk-wkheh?19:25
patdk-wkshown on what site?19:25
patdk-wkonly public cloud I know of is ec219:25
patdk-wkI believe rackspaces cloud is internal only19:25
pfifoyes amazon ec219:25
patdk-wkya, ec2 costs19:26
patdk-wkyour basically, renting a server from them19:26
pfifoi figured it would19:26
patdk-wknow, that you can rent it for just a few hours, vs per month, makes it cheaper, overall19:26
=== EvilPhoenix is now known as EvilTrek
pfifoheres the sitrep, i just lost my harddrive last night, i had some really important data on it that is now lost in the void. Im searching around for something that will allow me to store files remotely. Looked into gmailfs but that appears to be slow and broken, i looked at ubuntu one and came across the ec2 thing. Any other places I can snag several gigs of data storage from?19:28
=== EvilTrek is now known as EvilPhoenix
pfifoit dosent nesscarrily have to be reliable19:29
=== Jordan_U_ is now known as Jordan_U
gholmsIf storage is what you're after what you really want is S3 as far as Amazon goes.19:32
gholmsThere isn't really much for free.  JungleDisk, which runs on top of S3, is designed for exactly what you want, but you have to pay for that as well.19:32
_rubenpfifo: a couple of usb flash disks containing multiple copies would probably be cheapest and also fastest19:32
gholms^ this19:32
uvirtbotgholms: Error: "this" is not a valid command.19:32
gholms...19:33
pfifoif i was going to pay, i would do 10 a month to ubuntu19:33
smoserpfifo, so you're looking for a place to stash lots of data temporarily.19:34
smoserrealistically, i say you either pay ubuntu $10 (thats nice)19:34
smoseror use s3.19:34
gholmsDoesn't Ubuntu use S3 anyway?19:34
smoserif you put up 100G into s3, the storage would only cost you $10 for the first month.19:35
pfifosmoser: longterm, but i dont care if it gets deleted due to something like gmail tos violation cause if its free i can obivously make mutiple copies19:35
smoseryou only need this for short time ?19:35
pfifosmoser: LONG term19:35
smoseroh.19:35
smosersorry.19:35
smoseri thought you were just trying to migrate data.19:36
smoseractually, google offers a file storage option too19:36
pfifosmoser: no what i lost was my cross-tool chain and my code. (and some other crap)19:36
smoserhttp://picasa.google.com/support/bin/answer.py?hl=en&answer=3956719:38
pfifothe trick is though, it needs to be mountable or somehow (rsync) on my computer, none of this web interface crap, rapidshare would work for that19:38
smoseryeah.19:38
smosermaybe picasa interface19:38
smoseryou just have to call them "pictures"19:38
smoser:)19:38
pfifoever tried to upload an exe to docs? google throws a fit19:39
smoserhttp://code.google.com/apis/storage/docs/faq.html#pricing19:39
gholmssmoser: Thanks for getting that posted.19:39
smoserthere is that. its free !19:40
pfifowhich they should how many users really make their own exes19:40
smoserfor a while.19:40
smoserthat is googles "cloud storage" (s3). they're beta and developers only stuff right now. so probably not a lot of tools available at the moment.19:40
pfifogoogle is cheap though19:41
pfifois googles extra storage pricing compatable with google code too?19:42
pfifocause that would be perfect, git would sync everything perfectly19:42
gholmssmoser: I'm looking at DataSourceEc2.py here; are things like us-west-1b.ec2.archive.ubuntu.com supposed to be cnames that resolve to mirrors in the right region, or...?19:49
smoserpfifo, i dont know. somehow i doubt it.19:50
smoseryeah. it tries to lookup mirror based on availability zone19:50
gholmsIs it only resolvable within EC2 or something?19:50
harpettehi there. Anyone has an idea why a "vmbuilder --mac=00:16:3e:10:34:31" builds a VM with <mac address='52:54:00:7f:93:28'/> ?19:51
smosergholms, availability_zone[:-1]19:51
smoserus-west-1.ec2.archive.ubuntu.com , not us-west-1b.ec2.archive.ubuntu.com19:51
gholmsDoh!19:51
smoserbut they are only *reachable* inside ec219:51
gholmsDo they have a fixed set of IP blocks for each region?19:53
pfifoi hope i didnt get you guys sidetracked lol19:53
gholmsCrap, looks like they don't.19:54
=== xfaf is now known as zul
pfifoim out, thanks for the info guys19:55
DatzHi, when I log on to the system, after recent updates, system statistics are not show if load is over 1. How can I change this threshold?20:00
gholmssmoser: Instead of (or in addition to) adding "built-in" config data do you suppose cloud-init could read a distro-provided config file in /usr/share for defaults?20:03
gholmsSorry if I'm missing something here; I'm more or less asking questions as I go along.20:04
smoser"built in config data" ? youmean from /etc/cloud/cloud-init.cfg ?20:04
smosererr..20:05
smosercloud.cfg20:05
gholms__init__.py in the cloudinit directory20:05
gholmsThat and DataSource.py have a bunch of default configuration info embedded into the source.20:05
gholmscloud.cfg goes in /etc, so it might be a bad place to specify, say, mirror locations since people can overwrite it completely.20:06
smoseri would not be opposed to it.20:07
smoserone thing you may realize is that its kind of messy...20:07
gholms?20:07
smosercloud.cfg is semi "cloud-init config" and "default #cloud-config"20:07
smoserthat make sense ?20:08
gholmsI'm not sure what the second part means.  :-\20:08
smoseri think there is one or two tihng that you can change in /etc/init./cloud.cfg that make no sense to "cloud config".20:08
smosercloud_type for example.20:09
smoserso, cloud-config is the "easy config".20:09
smoserbut cloud-init supports other types of input.20:09
smoserand largely, cloud.cfg just serves as the default "cloud-config"20:09
smoserthere isn't really a file to configure cloud-init20:10
smosermake sense ? or did i make it worse.20:10
gholmsMore or less, yeah.20:10
smosereither way, i'm all for moving hard coded values out of __init__.py20:10
smoser:)20:10
gholmsThere needs to be a way to pick which modules should run on a given system.  cc_byobu.py makes no sense on Fedora, for instance.20:11
gholmsSo that might be the purview of such a config file.20:12
* gholms hopes he's making sense20:12
gholmsWhoops, there's no regular init script.20:17
ideamanWho can tell me whats the best way to figure out where my 100 megs of UDP usage a day is going on my server?20:17
ideamanUbuntu 10.0420:17
smoserthat does make sense, yes.20:18
smosercc_byobu would makes sense on fedora (it is packaged there)20:18
smosergholms, yeah, its upstart only20:19
\shideaman, tcpdump ?20:19
* gholms might need to get a packaging committee exception20:19
ideamanwill try that20:19
ideamanwas trying bandwidthd and doing w3m, but not very comprensive20:20
gholmssmoser: Would you be opposed to someone's submitting systemd configs to go along with the upstart ones?20:20
smosergholms, no.20:20
kirklandDaviey: are you gone for the day?20:21
Davieykirkland, sadly not20:22
zulkirkland: he is having fun with me20:29
=== EvilTrek is now known as EvilPhoenix
=== cjwatson_ is now known as cjwatson
gholmssmoser: How do you guys get packages from the master package mirror to the S3 mirrors?20:52
smoserthey're not s320:52
gholmsOr for that matter, how does Ubuntu's mirror infrastructure work inside EC2?20:52
smosercanonical runs ec2 instances in each region providing a apt mirror.20:52
smoserso it basically runs as any other mirorr would run.20:53
gholmsOof, that means an awful lot of inter-zone transfer fees.20:53
gholmsI presume Canonical uses elastic addresses for those and just eats the data transfer fees?20:54
ahasenackhey, do you guys know if in UEC one instance can connect to another one using the external ip?20:55
ahasenackinstead of the internal one, I mean20:55
gholmsahasenack: They can, but then you get charged transfer fees.20:55
ahasenackI managed to connect using the internal one and after having the security group authorizing the other group as the source, but not using the external ip20:55
ahasenackgholms: it works in ec2, right20:56
gholmsErr, right.  I guess I shouldn't be speaking for UEC.20:56
ahasenackgholms: I'm wondering if it should work in UEC too or if it's a network setup problem in this particular UEC I'm using20:56
* gholms shuts up and lets someone knowledgeable about it answer20:56
ahasenackit would be much simpler for my setup if it worked20:56
ahasenackI'm using SSL and I have the external hostname as the commonName of the cert...20:57
ahasenackand gnutls didn't like me putting other names in subjectAltName20:57
patdk-wkheh? if you use subjectaltname, commonname is ignored, so you have to duplicate the commonname in subjectaltname20:58
RoyKMein Führer - I can walk!21:03
_ng:O)21:06
RoyKDr. Strangelove ftgw21:06
RoyKDr. Strangelove ftw21:06
DatzHi, when I log on to the system, after recent updates, system statistics are not show if load is over 1. How can I change this threshold?21:10
ScottKDatz: It's a recent change that was on purpose (if perhaps misguided).  See the recent history of the ubuntu-server mailing list for details.21:12
gholmssmoser: Why not import boto instead of using boto_utils.py?21:16
smoserit should import boto now.21:16
smoserthe reason it has the staic copy is that lucid at one point was about to revert to boto 1.821:16
smoserwhich didn't have the function that i needed.21:17
gholmsIs that obsolete now, then?21:17
smoseryes21:17
gholmsCool21:17
smoserwell, we would need to remove it21:17
smoserthe boto_utils.py is used now.21:17
smoserbut there is no reason for that any more.21:17
gholmsOof, there's nowhere to report bugs for that.21:18
gm1959can anyone please tell me how to get 'upstart' to not run the X server / gnome stuff?  There's no inittab to edit it out of?21:19
|rt|gm1959: upstart still reads the sysvinit rc runlevel files so you can still use the normal update-rc.d script to add and remove things from the various runlevels21:23
gholmssmoser: Where should bug reports and patches and things for cloud-init go?21:24
smoserlaunchpad.21:25
smoseropen agains the cloud-init project.21:25
* gholms thinks https://launchpad.net/cloud-init needs to be set up the rest of the way since "Report a bug" doesn't work there21:26
smoserwell that stinks.21:27
smoserlet me look21:27
=== dendrobates is now known as dendro-afk
smosergholms, fixed. now you can "Report a bug"21:30
smoser:)21:30
gholms:D21:30
gholmsDoes python << 2.7 mean that this stuff doesn't work with python 2.7?21:31
gholms(Because that would be a problem for me)21:37
DatzScottK: thanks.. I'll see if I can hunt down that list21:44
ScottKDatz: archives are on lists.ubuntu.com.21:45
Datzgreat, thanks ScottK21:46
Datzhumm.. ScottK do you perhaps know a specific range of days that the change might have taken place?21:58
ScottKDatz: This week.21:59
ScottKToday or yesterday.  They run together.21:59
Datzthanks22:06
* Datz doesn't know what it would solve even if he could find it. :P22:12
=== kees__ is now known as kees
=== sjm is now known as _sjm_
=== _sjm_ is now known as sjm_
Madwill hey what do you guys use for os level virtualisation ?23:45
Madwillmy clients use OpenVZ and i would like home to go for something more recent then ubuntu 8.0423:45
Madwillwhat it used now as lightweight container23:45
SpamapSLXC seems to be popular23:46
SpamapSAnd I believe is going into, or has been accepted into, the upstream kernel23:46
Madwillnice23:47
Madwillstarting to read about it23:47
Madwillthe poor dev's team made deprecated choices..23:47
Madwilli mean the poor men' dev team23:48
sorenYeah, LXC has been upstream for a while now.23:55

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