=== sixstringsg|noms is now known as sixstringsg [02:43] hallyn: around? mountall barfing again for me in lucid-lxc [02:43] dpkg: error processing /var/cache/apt/archives/mountall_2.15.3_i386.deb (--unpack): [02:43] unable to make backup link of `./lib/init/fstab' before installing new version: Invalid cross-device link [02:49] Urk [02:49] lifeless: what's your /proc/mounts look like [02:49] pref. both inside and outside the container [02:50] twb: http://paste.ubuntu.com/850850/ [02:51] in, then out [02:51] Hm, btrfs has a limit on ~30 hard links in one dir, this causes problems for at least git package upgrades... [02:52] Where is it backing up lib/init/fstab *to*? [02:52] It's dpkg doing it, right? We are not talking about the postinst [02:53] I assume so [02:53] Unpacking replacement mountall ... [02:53] dpkg: error processing /var/cache/apt/archives/mountall_2.15.3_i386.deb (--unpack): [02:53] unable to make backup link of `./lib/init/fstab' before installing new version: Invalid cross-device link [02:53] Errors were encountered while processing: [02:53] ls -l /lib/init/fstab [02:53] -rw-r--r-- 0 root root 444 2011-08-11 18:27 /lib/init/fstab [02:54] stat /lib/init/fstab [02:54] .. [02:54] Device: fc07h/64519d Inode: 87044329 Links: 0 [02:54] regular file [03:01] Is that saying it has 0 hard links ot 444 hard links? [03:01] That's weird, the 0 should be a 1 [03:02] On my debian 2.6.32 system running btrfs, /etc/fstab for example has a 1 in that column, indicating one instance of the inode on the filesystem. If it was hard-linked it'd say "2", but why would it ever say 0 [03:09] in what column? [03:12] After the DAC, second column [03:12] twb: 0 links [03:13] It can't have 0 links [03:13] twb: I'm not running btrfs :P [03:13] If you just touch a file, that file has a link [03:13] indeed [03:13] just reporting what is there ;) [03:14] what if it's a deleted file? [03:14] patdk-lap: in that case maybe [03:14] since btrfs doesn't really delete a file [03:15] But if it's deleted it won't appear in the dirent [03:15] what does btrfs have to do with it ? [03:15] dunno, twb said running btrfs [03:15] lifeless: I am just doing a knee-jerk reaction to btrfs + hard links [03:15] sure, but I'm running ext4.... [03:15] That's not what the paste said [03:16] thats /dev/sde-1 [03:16] Oh, /media/tb1-2 only, never mind all the noise [03:16] my external drive with a copy of archive.u.c on it [03:16] The 0 links is still very odd tho [03:16] yup [03:16] ohhhh [03:17] it's a file bind mount or something -- look at line 14 [03:17] That's fucking WEIRD [03:17] yeah [03:17] hello [03:17] after log rotation apache for some reason will stop writing to the new log file, until I do a manual restart (service apache2 restart) [03:17] I've never seen that before [03:17] any idea? [03:17] BuenGenio: logrotate is supposed to tell apache to reload [03:18] BuenGenio: if that doesn't happen automatically your logrotate <--> apache interaction is broken [03:19] BuenGenio: this is because apache opens the log file and keeps writing to it forever, so after rotation it is still writing to the rotated file; with most daemons (dunno about apache) you send it a HUP which tells it to close and reopen the log file based on path, i.e. it opens the new log file [03:21] sorry got disconnected [03:22] so is it an Ubuntu thing with logrotate? [03:22] FainaUkraina: no it's a unix-wide thing, everything that rotates logs needs to do this [03:23] http://paste.debian.net/156995/ [03:23] yes, I understood it needs a HUP, but why does ubuntu not send it? [03:23] It should [03:23] Presumably you broke it somehow [03:58] yeah, apache has proper log rotation in a default install [03:58] it should 'just work' unless you go and change it [05:53] hello. I have access to ubuntu server, but only via ssh. I have sudo access. I need to change the proxy settings on the server so I can use wget. any help would be awesome [05:54] where wold i find the proxy details? [05:57] funkysmell: http_proxy=http://proxy:8080/ [05:58] CLI tools usually honour that environment variable; e.g. w3m, curl, wget do. Most GUI browser do not, because they have stupid fat heads. [05:58] As with other environment variables, you need to either put it in front of the command you want to run, or export it. === sixstringsg is now known as sixstringsg|away [06:17] twb: Cheers, I'll try it an let you know [07:58] New bug: #930252 in squid3 (main) "squid3 crashed with SIGABRT in fatal_dump()" [Critical,Triaged] https://launchpad.net/bugs/930252 === smb` is now known as smb [08:16] hi all === lool- is now known as lool [09:08] where could I grab the source code for the version of 'login' installed on ubuntu 10.04lts ? [09:16] New bug: #937613 in openldap (main) "Segmentation fault in libc" [Undecided,New] https://launchpad.net/bugs/937613 [09:50] iclebyte: apt-get source login ? or somesuch [10:13] iclebyte: use dpkg -S to find the package containing the binary and then apt-get source to grab the source code [10:21] i got it thanks. [10:22] is it possible to lock telnet down to only specific users? [10:22] in.telnetd [10:22] Fatal: device-mapper: mapped boot device cannot be on multiple real devices [10:22] what to do ^^ [10:22] that is when running depmod [10:33] jamespage: I've just written a tool that recurses down reverse build depenencies. The transition is now 206 packages. [10:34] rbasak, 206? [10:34] jamespage: maybe I've made a mistake [10:34] rbasak, hrm - maybe [10:34] that sounds huge [10:35] morning o/ [10:36] is /var/backup for general purpose use? [10:44] after upgrading from 10.04 to Precise, the vm's managed through libvirt are gone. Do the config files need to be changed? [10:48] TeTeT, which part was upgraded the VM host or the machine running them? And what VM type KVM or Xen? [10:50] smb: the host was upgraded, kvm in use [10:51] more details: http://pastebin.ubuntu.com/851214/ [10:52] jamespage: does this look reasonable? http://paste.ubuntu.com/851215/ [10:53] TeTeT, Ok, not sure where managed instances are saved in the KVM case. Though the virsh list seems to show some, but I guess those you did re-create? [10:54] TeTeT, Oh, actually I guess they should be in qemu dir you listed... :-P [10:54] rbasak, it looks like to much [10:55] TeTeT, Let me check something on a local machine... [10:55] we only need to transition packages that actually depend on libopenmpiXX [10:55] smb: yes, I created a few new ones [10:56] TeTeT, Could you pastebin (or put onto chinstrap) one of the non-working configs? [10:58] smb: http://pastebin.ubuntu.com/851226/ [11:02] TeTeT, Hm, ok. Odd. At least looking quickly the format seems still the same here. Would there be anything interesting in /var/log/libvirt/libvirtd.log? === Lcawte is now known as Lcawte|Away [11:04] smb: full of this error type: 2012-02-20 07:58:57.850+0000: 1278: error : virDomainDefParseXML:7542 : unsupported configuration: Only the first console can be a serial por [11:06] TeTeT, Hm, at least there seems to be the console section listed twice in the xml you pasted... [11:06] smb: seems the console has been changed [11:06] zul: hey, are you planning to merge samba from debian, 3.6.2 seems to include a bunch of bugfixes (.3 just one CVE) [11:07] smb: yep, the old vms use two time console, the new one serial and console [11:08] TeTeT, ok that probably should be handled more gracefully on upgrade... I guess when you can verify that changing one of those to serial does fix it to be displayed this could be considered a bug in the upgrade... [11:11] smb: worked for one vm so far, haven't changed the others [11:13] TeTeT, Ok, well have not heard about it yet. MAybe needs a bug still. Btu I try to remember to bring it up in the meeting today. If there is nothing coming up before === rickspencer3_ is now known as rickspencer3 [11:13] smb: but is filed, bug 931350, strangely I did not get bug emails from it [11:13] Launchpad bug 931350 in libvirt "vms missing after upgrade from Lucid to Precise" [Undecided,Incomplete] https://launchpad.net/bugs/931350 [11:15] TeTeT, Weird indeed... [11:16] * smb has to physically transfer his entity... (->afk) [11:19] hi, anyone here? I have a ubuntu software RAID 1. I just booted the computer and everything was fine. Then i did a "sudo apt-get update" and then "sudo shutdown -r now". After the restart mdadm started a rebuild. This is not normal, right? [11:44] i am struggling to load my system to generate a pgp key [11:45] i wonder if it is because it is a vm [11:46] well, you need random data [11:46] and vm's have less random data [11:47] cause more interrupts and other things, network traffi, ... [11:47] would running stress help? [11:47] dunno [11:47] it hits the cpu and disk [11:48] oh why didn't i generate it on the host [11:48] rng-tools is the quik method [11:52] well the rngtest seems to help [11:54] oh weird the number went down then up [12:08] wow that was difficult [12:48] tjaalton: it would hvae been done yesterday but i was on holiday ill get to it today but its assigned to someone else [13:00] zul: cool, nice to hear (just happened to bump into the relnotes of 3.6.2, that's all) [13:10] hallyn, utlemming - really like the ubuntu-cloud lxc template - works really nicely [14:16] hello guys.. i'm trying to intall ubuntu server 11.10 into my VmWare workstation8. and i got tis --->> Warning :file:///cdrom/pool/main/v/vim/vim-tiny_7.3.154+hg~74503f6ee649-2ubuntu3_i386.deb was corrupt [14:16] Warning :couldn't download package vim-tiny (ver 2:7.3.154 +hg~74503f6ee649-2ubuntu3 arc i386 [14:17] redownload the ubuntu server 11.10 and burn the iso with 3 diffrent software. still got the same problem.. ermmmmm... [14:17] hmm, just upgraded a lucid server and the language pack for Firefox was brought in... [14:18] Daviey: hey did you have a look at the merge yet? [14:19] husien: can you do md5 checksum for the ISO integrity? === bladernr_afk is now known as bladernr_ [14:22] husien: https://help.ubuntu.com/community/VerifyIsoHowto this doc will help you :) [14:28] what would be the 'best' way to backup a mysql server? [14:31] eutheria: backup as in? [14:32] well i was just going to mysqldump it all [14:33] but i just thought i would ask the question and see if someone said, the magic tool that gives all options is [14:33] eutheria: i would use mysqldump too : [14:47] i using winMd5sum to cheksum the Iso.. MD5SUM-->>881d188cb1ca5fb18e3d9132275dceda compare 881d188cb1ca5fb18e3d9132275dceda the result is same.. [14:51] husien: where did you get 881d188cb1ca5fb18e3d9132275dceda ? From the ubuntu download page? [14:52] koolhead17, i found a package that does some mysql back automation, i will see if it is any good [14:52] http://releases.ubuntu.com/oneiric/MD5SUMS [14:53] eutheria: what is it called. i am curious too :) [14:53] automysqlbackup [14:54] it isn't doing much, but i just wanted something that i could do an apt-get install on and have backups done quickly [14:54] I seem to be having an issue where a user with a nonstandard home directory in 10.10 isn't reading properly from .bashrc or .profile. Anybody have any experience with this issue? I tried setting JAVA_HOME in both of those and it is always blank when i sudo -i -u user or su - username. If i set the JAVA_HOME once I am logged in as the user it works fine... [14:54] eutheria: mysqldump > some-file, backup that file [14:55] husien: how about installing the package from repository, incase you have internet access on the VM once installed? [14:55] RoyK, more like dbs = `mysql -e 'show databases` for db in dbs: mysqldump --opt --rountines etc etc [14:56] eutheria: or --all-databases ... [14:56] eutheria: I never specified opts - that's up to you ;) [14:56] RoyK, i like to have a .sql file of each db, [14:56] i just wanted something that would do that for me [14:57] i've written that backup script so many times and forgot about it so many times :) [14:57] it takes like two minutes to write that shell script... [14:57] takes 10 seconds to apt-get install autobackupmysql [14:57] heh - use a private source repository [14:58] eutheria: plus the time to find it plus the time to configure it? [14:58] configured out the box [14:58] i know it know so done :) [14:58] err now [14:58] * RoyK mutters something about laziness [14:58] all good programmers are lazy [14:59] eutheria: and all operations personel like to be in control [15:00] i have things to do :) [15:01] this is why i have a pfsense firewall these days and not iptables [15:01] i went nuts and it is virtual pfsense firewall [15:01] koolhead17: now i know what the problem.. its my VmWare..!!! damn.. lol :) .. ok i going to reinstall this first and reboot my pc... big thanks koolhead17... [15:01] hi robbiew [15:01] ubuntu is my ldap/dns and db servers [15:01] hey koolhead17 [15:01] husien: your welcome :) [15:02] eutheria: whats final verdict then :D [15:02] zul: not as yet, can you resend me the details pls? [15:02] koolhead17, well it seems to do a good job, you get a daily, weekly and monthly folders [15:03] ok i am going a little nuts using duplicity to make a backup of this data on top [15:03] Daviey: sure lp:~ubuntu-server-dev/{nova,keystone}/debian-merge [15:03] but i think what i will do with duplicity is have only 1 weeks worth of backups [15:04] ta [15:04] and this way i have 1 months worth of mysql dumps === bladernr_ is now known as bladernr_afk === bladernr_afk is now known as bladernr_ [15:46] New bug: #937869 in mysql-dfsg-5.1 (universe) "5.1.x security update tracking bug" [Undecided,In progress] https://launchpad.net/bugs/937869 === sixstringsg|away is now known as sixstringsg [16:33] New bug: #932466 in glance "glance db migrations deadlock against precise mysql server" [Low,Fix committed] https://launchpad.net/bugs/932466 [16:39] Daviey, re bug 924375, i think i'm waiting on something from maas team on what i'm supposed to take in. [16:39] Launchpad bug 924375 in cloud-init "cloud-init should allow pre-seeding of ec2 datasource:Ec2:metadata_urls" [Medium,New] https://launchpad.net/bugs/924375 [16:39] pre-seeding ec2 data source might be generally useful, but wouldn't be used. [16:40] the maas one is what is important (and there is nothing for maas now). [16:46] smoser: just a url? [16:46] maas will need cloud-init to do oath i think [16:46] a fully qualified url, not wildcard? [16:46] smoser: oh, bollox [16:46] smoser: ok, let me get back to you. [16:48] Hey folks, I'm failing to build the latest qemu-kvm package (deb-src from precise) on oneiric: http://dpaste.com/706381/ -- anyone know a good reason why this is failing -- or the right channel to ask this? === sixstringsg is now known as sixstringsg|away [16:51] w00t. https://wiki.ubuntu.com/IRC/ChannelList?highlight=%28CategoryIRC%29 >> I guess #ubuntu-packaging [16:54] jMCg: did you 'debian/rules build' first? looks like the configure step wasn't done, so i suspect not [16:54] SpamapS, Daviey About that CEPH thing: nobody from the kernel team had been aware. And given its feature freeze by now there probably needs to be a very good argument to get anything done, if it is required. [16:55] hallyn: ACK. [16:55] smb: no changes are needed === sixstringsg|away is now known as sixstringsg [16:56] smb: the large xattr stuff is an optimization [16:56] SpamapS, Ah, ok. Leann is crafting an email to clearify things. But it sounds as those then get at least postponed [16:56] smb: the better optimization is to just use BTRFS, which is what upstream recommends. [16:57] smb: yeah, lets make sure it gets on the TODO for precise+1 [16:57] SpamapS, And assigned to something that we are aware off :) [17:04] hello i have seted up debian on a hp server with raid1 by software and after all the install i dont get grub :( (no boot at all) [17:04] *ubuntu 64bits :) === Lcawte|Away is now known as Lcawte [17:37] so new version of apache server releases :) [17:44] how can you test the connection speed of your server? [17:44] realiably :D [17:44] if they say you have a 100Mbit connection when can you call them a liar ? [17:49] goddard: Well, first of all they really have to define to at what point they promise 100Mbit... [17:51] New bug: #937987 in squid3 (main) "squid is loosing cache data when restarting" [Undecided,New] https://launchpad.net/bugs/937987 [18:04] andol: well first i have to test the speed because that is the funnest part === sixstringsg is now known as sixstringsg|away === sixstringsg|away is now known as sixstringsg [18:15] utlemming: hey are you aware of issues with the precise cloud images? [18:15] utlemming: libc6-xen : PreDepends: libc6 (= 2.13-24ubuntu4) but 2.15-0ubuntu2 is to be installed [18:16] utlemming: looks like they maybe got created half-way through a glibc update? [18:16] Spamaps: No, this is the first that I've seen of it. [18:17] * utlemming looks [18:17] SpamapS: are you using yesterday's image or todays? [18:18] utlemming: checking [18:18] ami-5b4f9e32 [18:19] in us-east-1 [18:20] that's the alhpa2 release image [18:20] interesting [18:20] SpamapS: do you have a bug number on that? [18:20] we use http://uec-images.ubuntu.com/query/ in juju .. [18:21] utlemming: yes it was reported in juju first.. hang on [18:21] what is the full query string that you're using? [18:23] utlemming: looking that up [18:23] utlemming: I think it might be released.. which would explain the issue [18:23] SpamapS: ack === sixstringsg is now known as sixstringsg|away [18:24] SpamapS: that's what I am thinking [18:24] utlemming: is the alpha2 image known to be totally broken? [18:24] SpamapS: not that I've seen [18:25] what is the JuJu bug so I can get some context here [18:25] https://bugs.launchpad.net/juju/+bug/937889 [18:25] Launchpad bug 937889 in juju "Hang on "juju status" with EC2 and Precise" [Undecided,New] [18:26] SpamapS: logs? [18:27] utlemming: I've got an affected instance up [18:28] utlemming: imported your key on the instance I just msg'd you [18:34] New bug: #937941 in puppet (main) "Upstream have withdrawn 2.7.10 due to several regressions" [Undecided,New] https://launchpad.net/bugs/937941 [18:47] SpamapS: this looks like a problem with an interactive dialog that is triggered with an update/installation. I'm testing a fix right now [18:51] New bug: #938047 in mysql-5.1 (universe) "package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/938047 [18:51] Hello. I am trying to use Ubuntu AMIs to install Ubuntu 11.10, but I want to attach to my own EBS device. Can this happen? If not, how do I manually specify an ISO to EC2 for install? [18:52] Hi, i'm using top but i can't understand which time unit it use in the TIME column, are they seconds? [18:55] Zermanno, use htop [18:55] sdferfx, done! thanks! [18:56] Zermanno, TIME+ is Min:Sec.secdecimals [18:56] tnx [18:56] * patdk-wk notes top and htop do the same [18:57] Yeah, htop wouldn't solve that question, it's just a lot better ;) [18:57] prstat :) [19:14] New bug: #938044 in freeradius (main) "Unable to listen on IPv6" [Undecided,Invalid] https://launchpad.net/bugs/938044 [19:14] utlemming: hm I wonder if install_packages installs recommends [19:14] * utlemming checks [19:15] Sorry about #938044 [19:15] My bad :) [19:20] SpamapS: the default for cloud images is to install recommends, but not suggests [19:22] utlemming: ok so that will be the same behavior. [19:23] utlemming: fix pending, looks pretty simple to change. :) [19:23] Heh. have to change 6 lines of code, and 10 tests [19:24] SpamapS: a nice side effect is a faster boot...it looks like it'll shave two or three minutes off [19:29] utlemming: what will? [19:29] SpamapS: consolidating the install of juju into the other packages list [19:30] utlemming: I want to believe you, but 2 - 3 minutes sounds extreme! [19:30] utlemming: is that because it happens in parallel with other stuff? [19:31] I'm not sure...but in testing the fix, it was done quicker. Perhaps it was just me, but it was at least a minute or two. [19:31] New bug: #938078 in apache2 (main) "Problems with mod_rewrite since updating to 2.2.14-5ubuntu8.8 " [Undecided,New] https://launchpad.net/bugs/938078 [19:37] utlemming: Alright, fix proposed. :) [19:44] Daviey/rbasak: the nova console patch has been re-enabled [20:02] zul: awesome - thanks! [20:04] zul: cool === sixstringsg|away is now known as sixstringsg [20:21] !xen [20:21] XEN is a virtual machine monitor for x86 that supports execution of multiple guest operating systems with unprecedented levels of performance and resource isolation. Information on installing it for Ubuntu can be found at https://help.ubuntu.com/community/Xen [20:22] Hello, I have an issue with Ubuntu 10.04 + a guess Windows XP 32 bits in KVM. Install goes fine but when I start the OS, I get a nice black screen and the CPU goes to 100% [20:22] After research online, there is a lot of occurance of this. Note that I don't find any valid error message. any idea ? [20:24] can anyone point me to some docs or offer some suggestions on how to troubleshoot why my ubuntu 11.10 server (new install) isn't sending mail? / I've installed exim according to linode docs..: http://library.linode.com/email/exim/send-only-mta-ubuntu-11.04-natty [20:25] i try to send mail with echo "This is a test." | mail -s Testing address@domain.com / and it doesn't get delivered. [20:30] that xen article needs some cleanup... [20:40] hallyn, jjohansen: Do you have an ETA for the new kernel/apparmor fixing the current LXC issues? I was trying to figure out a way of dealing with locales in containers and noticed that localegen seems to be blocked by apparmor here for no good reason [20:41] stgraber: I am going to send the pull request today [20:42] stgraber: I can build you a kernel with it if you would like, it will probably take a day or two to land [20:43] jjohansen: I can wait for it to land if we're so close to having it in. I started deploying LXC on more and more of my servers and so far localegen and udev upgrades are the only two cases where I noticed the issue and I have workarounds for both [20:44] stgraber: okay, but if you change your mind just ping me [20:44] hallyn: btw, the easiest way to deal with locales will probably be to do "chroot $ROOTFS /usr/share/locales/install-language-pack $LANG" [20:45] hallyn: and probably messing with /etc/default/locale a little too (well, copying it should be the easiest) === foxbuntu` is now known as foxbuntu === sixstringsg is now known as sixstringsg|away [20:51] stgraber: heh, thanks, pinging jjohansen was on my todo list [20:52] stgraber: ok, let me know if you want me to touch the locale stuff, else i'm assuming you'll do it if you feel it's needed [20:53] hallyn: I'm not 100% sure it'll be needed yet, apparmor preventing localegen might be preventing it from just working. Anyway I'm getting error messages every time I login over ssh, so that's a good reminder that I need to deal with it ;) [21:06] hallyn: hey, did you see my issue with mountall in backscroll ? [21:06] hallyn: should I file a bug ? [21:07] lifeless: i id not [21:08] lifeless: I think that's basically un-fixable for lucid; fixed for precise. [21:08] stgraber may have a bug (fix released) that that's a dup of, even. [21:08] hallyn: so, while I need a lucid lxc, I'm boned ? [21:09] hallyn: (my host is precise) [21:09] you can work around it, but we can't just make it work with no extra work [21:09] simplest workarounds: (a) do it in kvm; (b) just umount /lib/init/fstab before doing the upgrade [21:10] b works for me ;) [21:10] it's very unfortunte [21:10] similar bugs happen when an upgrade tries to create /dev/console or somesuch [21:10] lifeless: yeah, if you try to upgrade mountall, udev or makedev in a container your update will crash [21:11] lifeless: for mountall, unmounting /lib/fstab is enough, for udev/makedev, the easiest is to shutdown the container, then chroot into it and upgrade, then boot the container again [21:11] all of these are fixed in Precise but need changes inside the container that we can't really sru/backport [21:14] thabks [21:15] stgraber: it's not purty, but i've got about 6 pages of pdf (latex source) for a start to the lxc server guide. let me know if you care to look over it, else i'll assume you'd rather gauge your eyes out (and not be offended). [21:18] hallyn: sure I can certainly find some time to look at it [21:19] ok, thanks. just trying to decide how much to say about libvirt-lxc [21:30] stgraber: hm, maybe it's too early to get feedback. But http://people.canonical.com/~serge/lxc.serverguide.pdf [21:34] hallyn: mind if I take a look? I've been setting up a precise server with lxc :) [21:34] rbasak: absolutely! [21:35] thanks! [21:35] rbasak: if you want the latex source to make notes in, it's at http://people.canonical.com/~serge/lxc.serverguide.tex [21:36] thank you! [21:37] (jsut re-synced it; i won't push to there again for now in the hopes of keeping your copies in sync :) [21:39] (note - Daviey said he had someone who was going to polish it later, so i'm just trying to get all the content in and accurate, nto going for polish or eloquence) [21:40] hallyn: so I had a possible issue yesterday - I have a btrfs root, but lxc-create -ing new containers seems to use space every time. Is this expected? [21:41] as in, full rootfs space? [21:41] yes [21:42] not expected, unless btrfs strangely reports [21:42] what does 'btrfs subvolume list' show? [21:42] (or whatever command shows subvolume info) [21:43] (note smoser coded and tested it so he might be better able to answer; but it sounds wrong to me) [21:43] that does suggest that it's working [21:44] rbasak: no wait [21:44] but my available space goes down by 300 megs each time [21:44] no, no, no. i don't know if i dropped a piece of smoser's work, but that is just not done right [21:45] it creates teh btrfs subvolume, then still calls the lxc-ubuntu template to populate it with rsync [21:45] that would explain what I'm seeing [21:45] hm, though rsycn should see the same dates and leave the data alone [21:46] hallyn: http://paste.ubuntu.com/851895/ [21:47] stgraber: thanks [21:47] "For rapid provisioning, you may wish to customize a “canonical” container..." -- I like what you did there :-) [21:47] i wanted to slap myself, but it's the right word to use there :) [21:48] hallyn: I guess we can also mention the crazy architecture simulation stuff somewhere in there as an advanced feature ;) [21:48] stgraber: hm, yeah [21:48] at least, just mention --arch for creation [21:49] hopefully it all works smoothly enough that we don't need to say any more about how it works [21:49] (if we wanted to write a LISA paper, it'd be a cool section to add) [21:49] hallyn: yeah, mentioning -a would be good and mentioning that if qemu-user-static is installed, then any supported architecture should work whatever your CPU actually is [21:50] ok [21:50] I haven't tried that feature yet but I think it'll be really useful for me. Thanks for that! [21:50] at some point i'll add the other templates (and their limitations) as well. but not this week probably [21:54] hallyn: the documentation is great - thanks for that. [21:55] hallyn: for networking, I'm interested in also connecting lxc to a bridge that I manage, and separately I wonder if I can get an lxc machine to share the same ethernet interface as the host? So that they can bind to different ports but on the same IP. [21:56] (i've been typing so much on obsucre commands i rarely use that i forget what is actually in there, but) i do want how to use an existing bridge to be covered in teh guide... [21:56] hallyn: lxc-start surprised me by grabbing my terminal; I expected it to daemonize (like virsh start does). This is a pain because I then had to look up the command to stop it in a separate terminal. Might be worth documenting [21:56] different ports on same ip, that's not doable [21:56] Understood :-( [21:57] d'oh, yes, -d was on my list. i must have deleted accidentally [21:57] well, no, wait [21:57] you *can* do that, [21:57] just don't give the container a network definition at all, and it will share the host's network. [21:57] i.e. leave out the 'lxc.network.type=veth' part of the config file [21:57] oooh, awesome, thanks! [21:57] belongs in there too, thanks :) [21:58] <_KaszpiR_> hi [21:58] that's my real use case - I have a VPS and IPv4 addresses are limited, but I would like separation between different things the server will do [21:59] I'm curious about what lxcguest did, but I don't suppose that's particularly important. [22:00] I hope that's useful feedback. The document really helped me though - I couldn't find this information concisely last week, and I think this will be really useful. [22:00] it did things like send out fake net-device-up for lo, mount an empty /lib/init/fstab so that moutnall doesn't mess up the host, and start a getty on /dev/console [22:00] <_KaszpiR_> I got a question, anyone got idea how to minimize server power usage? i'd like to make a home server that would not hod much pwoer if possible [22:00] <_KaszpiR_> *hog [22:00] (lxcguest ^) but yeah i'm not sure i want that in the doc [22:01] rbasak: great, thanks. i sort of feel like it's too long to be useful, but obviously it's still incomplete. thanksf or the comments. [22:06] hallyn: for this kind of document, IMO long is not a problem, comprehensiveness is good - there should exist a document like that. [22:06] makes sense [22:44] if anyone is familiar with dkim on postfix, can they suggest what "fatal: 8891:localhost: valid hostname or network address required" might mean in the mail log. [23:11] hello, anybody know how to disable access to PCI and lshw,lspci to user? === sixstringsg|away is now known as sixstringsg === sixstringsg is now known as sixstringsg|noms