=== cronus__ is now known as cronus === SJrX is now known as SJr [03:04] Curiosity, I know that having software raid causes GRUB issues, that you have to repoint GRUB to the proper location, but does having the bios on an older desktop cause the same issue? Like I have 2 250gb drives that I want to run as a RAID1 for my server OS partition so I have that redundant, but want to check before starting into that project seeing everything is working and this would [03:04] be an upgrade. [03:05] heh? [03:05] since when does raid cause grub issues? [03:05] I was reading that. Maybe I misunderstood. [03:05] where did ya read that? [03:06] if you setup raid, grub should install itself on all raid disks to boot [03:06] so that if one is missing, it can boot from the other [03:06] yeah [03:06] in order for that to work though, will depend on how your bios failsover from disk to disk to boot [03:07] I was looking at the zentyal setup guide, when I was googling. Apparently, I need to go back and re-read it. LOL. [03:07] I was going to run as RAID1 for boot/os, which should be a mirror image, meaning it should boot even if degraded due to 1 drive failure. Is this not right? [03:08] gdeeble: that is right [03:08] gdeeble: the point is, grub will just install itself onto both drives [03:08] so there's no issue with repointing [03:08] gdeeble: you're installing onto this software raid and building it during the installer, right? [03:09] What I want to do, is allow the bios to raid the 2 drives then install the OS. [03:10] you want to use bios raid? [03:10] This is the first time I'm working with any raids with linux, as I know on my desktop running windows, I just set it up in the bios and mounted the drive and it showed as 1. [03:10] then your stuck using dmraid [03:10] I would recommend not using a raid option in the bios, and use mdadm [03:11] Wouldn't software raid use more processing power from the proc, than using bios? [03:11] or are they the same [03:13] both are software raid [03:13] the bios is not hardware raid [03:13] Interesting, didn't know that. [03:13] I always assumed(yes bad) that if handled by the bios, it would show as 1 drive to any other software. [03:14] only if by bios you mean, add in raid card, and not the motherboard bios [03:14] you have 3 different raids currently [03:14] hardware raid, fakeraid, and softraid [03:14] fakeraid is what bios raid is [03:14] fakeraid = bios [03:14] Ok. [03:14] it's software raid + bios boot helper stuff === james_ is now known as Guest90685 [03:15] It's not any better than just a standard software raid then, correct? [03:15] nope [03:15] well, it can be [03:15] but only in the case of, a disk failure [03:15] and then, it's still iffy if it's any better [03:16] the worst thing that can happen for pure softraid is if a disk fails, but doesn't completely fail [03:16] so the bios still attempts to boot it [03:16] but I believe that is also going cause fakeraid the same issues [03:18] Sorry, dropped connection. [03:19] So either way it could turn out bad without a true raid card === NomadJim_ is now known as NomadJim [04:50] hello [04:50] anyone can help me? [04:50] ls [04:51] hey mate [04:51] what's up? [04:51] I am having problems with my ubuntu server [04:51] after an reboot it doesnt boot anymore [04:51] I can only boot using a boot cd [04:52] I triend to install grub, but it dont fix it [04:52] I would boot using a liveCD like you describe and repair your grub partition [04:52] hmm [04:52] yes [04:52] how can i repair without losing data? [04:53] Maybe someone else on here can contribute? Have you tried googling "grub restore"? DId you receive any error codes? any feedback at boot? [04:53] no, it simple ask for a boot device [04:53] its like i dont have operation system [04:54] but I can boot with a live CD and the server works well [04:55] Your hard drive might be dead? Do you have a spare you can try and copy it over to low level. Using dd? and then try and boot from that? [04:55] but i can access my hard drive [04:55] with the boot cd [04:57] i have 2 disk in raid with the operation system [05:02] Has anyone used darkstat before? Know if it's possible to get stats on a per-port basis for all hosts? (If not, any suggestions for packages that can do that?) I'd like to track the traffic and data transfer for different services running on my server === smb` is now known as smb [09:49] hi [09:50] apt-get error mkinitramfs... anyone experience? [09:52] when configuring 2 identical drives as RAID1 do I have to set one of them to be bootable - or is it enough to make the ext partition on the RAID1 bootable ? [09:54] server is installed on vmware vsphere 5 server.... "df -H" -> /boot is 11% used [09:57] here is screenshot : http://img109.imageshack.us/img109/6595/errored.jpg [09:58] what can be the reason of this error? anyone have an idea? === Myrtti_ is now known as Myrtti === baba is now known as Guest13870 [10:47] hello [10:48] I need help: struggling with tomcat6 on Quantal. I'm having difficulties in running tomcat6 over java6 instead of java7 [10:49] should I forward the question to a tomcat channel? [10:55] giaco, are you using the tomcat6 packages from ubuntu? or an upstream tarball? [10:55] jamespage: tomcat6 package from ubuntu [10:55] giaco, right [10:55] giaco, what issue are you seeing? [10:55] but nevermind, I've just solved ( from JAVA_HOME=/usr/lib/jvm/java-6-openjdk to JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 ) [10:56] giaco, great! === aard__ is now known as aard_ [10:56] the packaging init script should check in know locations for java [11:19] jamespage: i found 1 missing line in /etc/swift/container-server.conf [11:20] which comes from our cloud repo for folsom [11:20] i had to simply run cat >> /etc/swift/container-server.conf << EOF [container-sync] EOF [11:20] for the fix [11:22] also i don`t understand why swift package by defualt does not allow logging :( [11:44] hi guys, what are the advantages to use lvm? [11:44] yolanda, any chance you could ack https://code.launchpad.net/~james-page/horizon/memcache-fixup/+merge/153109 please [11:44] ok [11:49] jamespage, you are fixing cache and email settings also? [11:50] yolanda, no - I just use slightly different quilt settings to adam who did the last refersh [11:50] the diff was confusing me [11:58] yolanda, my ~/.quiltrc - http://paste.ubuntu.com/5610447/ [12:09] yolanda, fyi oslo-config went 1.1.0 today - most projects are bumping pip-requires to >= 1.1.0 [12:09] I've updated raring and backported to the PPA as well - should land ~1hr or so [12:09] adam_g, ^^ fyi [12:21] jamespage, do they pushed that changes upstream in some of the projects? [12:21] yolanda, yes - glance and ceilometer have already bumped [12:22] i can fix them [12:22] i'm just going crazy with the ceilometer meterings so a change of topic is good === mikal_ is now known as mikal [12:47] yolanda, you really don't need todo anything [12:47] i saw it, i was confused because i think we had patched it [12:53] Daviey: do you know when we're supposed to hear about our talk submissions for ODS? [12:55] jamespage: you can reproduce this one? https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1069570 [12:55] Launchpad bug 1069570 in isc-dhcp "1 MAC Address, two IPs - DNS is "out of sync" with DHCP leases databases, I think..." [Undecided,Confirmed] [12:55] ivoks, yes [12:55] within kvm? [12:55] ivoks, yes - ipxe and the os present differently to the isc dhcp server so they get different IP's [12:55] i wonder... [12:56] dhcp server opens both ipv4 and ipv6 udp ports [12:56] ipv6 dhcp doesn't use mac address for identification [12:57] could it be that maas dhcpd offers ipv4 address over ipv6 udp (which is possible) [12:57] and then, once os boots up, it requests ipv4, since it's defined like that within /e/n/interfaces [12:57] if you can easily reproduce this, could you do me a favor and disable ipv6 on maas server and see if that happens again? [12:58] jcastro: i do not [12:58] ivoks, I don't think that is the case [12:58] ivoks, but I can try [12:59] jamespage: if it's something you could easily try, that would be awesome, since i'm low on resources right now to try it myself [12:59] Daviey: any idea who I could ping? [13:00] jcastro: ttx might know. [13:00] ivoks / jamespage: ipxe is ipv4 only, no? [13:00] ivoks, fwiw we have a patched version is isc-dhcp-server we use with vmaas [13:00] which ignores the uid that ipxe sends [13:01] well, makes the identifier purely MAC - rather than MAC + client-id [13:01] jamespage: right, but ipxe should send uuid only when ipv6 pxe booting [13:02] jcastro: depends on the exact track, they started to tell people yesterday, I think [13:02] ivoks: Are you sure our ipxe supports ipv6? [13:02] ivoks, ah - right [13:02] Daviey: yes [13:02] well, pxe [13:02] not sure about ipxe :) [13:03] We did have this doubling up issue due to ipv4/ipv6 with UEC Avahi based registration. Ended up having to pach out ipv6 support in the registration code. [13:04] ttx: that's a reasonably good enough answer! So I guess I should find out by EOW. [13:05] if we can easily test it, it would at least tell us that ipv6 isn't the problem [13:05] jcastro: let me see what I can find -- what was your talk name ? [13:05] ttx: the juju charm workshop [13:06] ttx: we had another one too, something like "lessons learned from dogfooding openstack", but I can't remember the exact title. [13:07] jcastro: salute [13:08] jcastro: see pm === Pici` is now known as Pici [13:19] smoser: did you SRU that isc-dhcp checksum patch that seemed to impact xen? If not, i think we should bite the bullet and carry this client-uid one aswell. [13:21] i did not sru the isc-dhcp, no. i did say i'd follow up on that. [13:21] and its not xen only. [13:21] it was kvm that was reported. [13:21] (virtuio driver) [13:22] smoser: er, i thought qemu carried support already? [13:23] smoser: http://git.qemu.org/?p=qemu.git;a=commit;h=1d41b0c .. so surely it's only on xen we are seeing this? [13:23] it was reported on kvm. [13:24] Daviey, if that is about udp problem, libvirt installs a mangle rule for iptables [13:24] i think it happens only if you have the virtio kernel module loaded [13:24] which maybe (possibly) does in kernel what that qemu patch would do in user-space [13:24] ? [13:24] smb: it does NOW, but didn't in earlier versions? [13:24] smoser, Daviey The problem is with all pv network drivers [13:25] smb: Some of this is cross-distro issues, with RHEL.. With ubuntu as a guest.. So i'm not sure what their libvirt was doing. [13:25] Daviey, Not sure when it started, but its there in P at least [13:28] Daviey, i seem to recall that it only occurs if you have the virtio_net driver loaded in the host [13:28] or somethign liek that. [13:28] All depends whether "sudo iptables -t mangle -S" shows [13:28] -A POSTROUTING -o virbr0 -p udp -m udp --dport 68 -j CHECKSUM --checksum-fill [13:29] So people that installed libvirt do not see it [13:29] Ah! [13:30] If you use the openstack xen support outside of libivrt, you would see this. === wedgwood_away is now known as wedgwood [13:30] (openstack supports direct xen and libivrt xen) [13:31] Right [13:31] smoser: virtio-net can be used by xen, no? [13:31] Or people using kvm directly [13:31] Daviey, no [13:31] Daviey, They have their own pv driver [13:32] netback or was it netfront...? one of the two :-P [13:32] soren: hello [13:32] smb: Oh, i thought you could now use qemu's virtio.. ok. [13:34] adam_g, yolanda: switched the trunk builds for quantum to the the milestone-proposed branch as master is now open for havana [13:34] Daviey, ttx: ^^ fyi [13:35] ttx: I'll keep one eye on openstack-dev ML but can you ping me as projects switch over from master for grizzly rc1 [13:38] jamespage: thanks [13:51] jamespage: I'll try to remember to ping you. You can also watch the appearance of a milestone-proposed branch === matsubara_ is now known as matsubara === highvolt1ge is now known as highvoltage [14:13] ttx, ta - will do [14:15] koolhead17: Ohai. [14:28] Daviey, can I object to a later version dependency upgrade in cinder? https://bugs.launchpad.net/cinder/+bug/1150720 [14:28] Launchpad bug 1150720 in cinder "There is now a dependency on paramiko v1.9.0" [Undecided,In progress] [14:30] jamespage: why aren't we seeing this error? [14:31] jamespage: Oh, it's only visible with storwize_svc ? [14:31] Daviey, yep [14:32] Daviey, its a pita because cinder uses stevedore for extension loading; and if pip-requires is not 100% correct then #ERROR [14:32] Daviey, I can patch it out if need be and pick a fix for paramiko... [14:32] jamespage: well, it looks like a 1 line fix [14:32] jamespage: https://github.com/paramiko/paramiko/commit/f8239015ec427a2b5e62afa8370885894483a356 [14:32] yes [14:34] jamespage: Seems annoying to bump this late stage, doesn't it [14:39] dosaboy: Hey, Your nova upload to precise... i think that the outcome of our discussion a few days ago was to reject. I have now rejected it, but can be salvaged easily if needed. [14:40] Daviey, yes - I've raised a task on that bug for Ubuntu explaining the situation. [14:40] Daviey, phew - paramiko has a test suite [14:43] Daviey, guh - we would need to SRU that fix [14:44] it does not qualify for the cloud-archive [14:44] jamespage: yep, find out what exactly it does.. and see if you feel it meets the SRU criteria [14:44] Daviey: sorry got the right channel now ;) [14:44] dosaboy: hola! [14:44] dosaboy: Hey, Your nova upload to precise... i think that the outcome of our discussion a few days ago was to reject. I have now rejected it, but can be salvaged easily if needed. [14:44] howdi [14:45] ok so that patch has been applied through a different patch set? [14:45] or are we rejecting it outright? [14:45] seem to remember another patch set incluing it (possible from adam_g?) [14:48] bah [14:48] hey, is there a ppa for updated php 5.3 and updated mysql-server ? [14:50] streulma: not a supported one AFAIK. So if you find one, check the policy on security updates [14:51] Daviey: in Debian we have Dotdeb, I just run Debian on the server right now, for updates... [14:51] Daviey: but, love Ubuntu :) [14:51] PPAs are provided by the community. We can't ensure that you will be getting security updates in a timely manner. [14:53] streulma: I'm not entirely sure of dotdeb's security policy. [14:54] Pici: what to have to do to get security updates for mysql and php on Ubuntu Server then ? [14:55] streulma: Nothing. If you are running a supported release then you will be getting security updates. [14:56] Pici: ok, then choose a VPS with Ubuntu Server 12.04 LTS then :) [15:11] yolanda, w00t - I have a running ceilometer [15:11] yolanda, spotting a couple of bugs but nothing major [15:11] nice! [15:11] (in your charms that is) [15:11] is that working without stevedore problems? [15:11] yolanda, it is now that I've got the up-to-date oslo-config package [15:12] dosaboy: I *think* the situation was.. you upload needed re-basing as it was trumped by a security upload.. And adam_g confirmed that as it was now in stable/essex, a refreshed snapshot would include it. [15:12] dosaboy: The issue now, is that nobody has created a new set of snapshots. [15:12] (they need doing quickly really) [15:12] jamespage, did you notice the "connection lost" problem, after doing the relation between nova and ceilometer? i always have to reboot nova machine to make that work [15:13] yolanda, I'm not running in canonistack so don;t get that issue [15:13] and the duplicate nodes? [15:13] yolanda, I have seen that tho - but I think we already discussed this [15:14] jamespage, but you told that with latest juju versions it should work, i use juju from lp source, and i have that problem [15:14] Daviey: gotcha, let me know if I can help with anything [15:14] yolanda, I don't see duplicate nodes [15:20] jamespage, how about if you reboot nova, or stop/start it? [15:24] Hello. I have a server with a network interface and a virtual network interface. how can I chose to always use the vitrual network interface for outgoing connections? === matsubara is now known as matsubara-lunch [15:51] fakhir: that is a routing issue [15:52] fakhir: your default route determines where most outgoing connections go [15:52] SpamapS, ok how do I set the default route? [15:54] fakhir: in /etc/network/interfaces [15:54] fakhir: man 5 interfaces [16:27] stgraber: did you pull alex's patch for lxc-archlinux? if not lemme push it real quick before you cut [16:27] oh i see you did, nm :) [16:28] are you pulling the lxc_map_ids patch right now? [16:28] (that one should be in rc, it's a regression) [16:29] hallyn: yeah, I think I pulled it too [16:29] hallyn: hmm, I don't see it applied actually, let me fix that. I certainly meant to have it [16:30] hallyn: pushed [16:31] thx [16:33] jamespage: around? I've got mongo past the alignment fault, but mongod hangs in atomic_intrinsics_gcc.h. I presume the ARM part of that needs fixing. Did you say that you'd done something with this already? [16:33] rbasak, right! [16:34] so that was the second part of the problem [16:34] lemme push my patch for that bit [16:34] rbasak, http://paste.ubuntu.com/5611149/ [16:35] to start with I refactored stuff to use the gcc builtins for __sync_* [16:35] jamespage: ah - I didn't realise that wasn't being applied already. [16:35] but I'm not comfortable that I have it right [16:35] Or is it? I'm confused. Are you saying that this is the fix, or that it doesn't work? [16:36] rbasak, well the original patch from fedora-arm is - but it does not work [16:36] that is my revised patch [16:36] Ah, OK [16:39] good day guys. [16:40] need info for virtualbox-server [16:52] djkorn: can you be more specific? === matsubara-lunch is now known as matsubara [17:41] hi all [17:42] seems like patch for this https://bugs.launchpad.net/swift/+bug/1024477 [17:42] Launchpad bug 1024477 in swift "SAIO: logs filling up with "exception dumping recon cache"" [Undecided,Fix released] [17:42] has still not landed in Ubuntu [17:43] i am using 1.7.4-0ubuntu2~cloud0 & can still see the bug === highvolt1ge is now known as highvoltage [18:42] i need help [18:44] i need that webcam saves screenshots something like /home/pictures/screen.jpg but not rewrite each time. like screen 1, screen 2 etc [18:44] advices, gentlemen? [18:45] Pest: maybe you could convince logrotated to rotate your photos as if they were logs [18:46] hallyn: http://paste.ubuntu.com/5611525/ does that look reasonable to you? [18:46] hallyn: also, what exactly is going on with the cupset cgroup? why can't we put pid 1 in there? [18:46] i mean, should i put in sfwebcam.conf line like /home/pictures/screen %N .jpg ? [18:47] hallyn: with that change, I now get the following result for /proc/1/cgroup in a "b" container running in a "a" container. http://paste.ubuntu.com/5611528/ [18:47] stgraber: hold on... [18:48] what are you trying to do? [18:48] the hook as is was working for me, [18:48] hallyn: I'm trying to fix the hook failing to setup the cpuset cgroup here, making the rest of it fail (as it's set -e) [18:48] stgraber: i think you need a reboot [18:49] then the first time lxc creates /sys/fs/cgroup/xxx/cpuset it will set clone_children to 1 [18:49] and all should just work [18:49] it did for me last night [18:49] hmm, ok. Let me try that then [18:49] stgraber: well, or just set clone_children to 1 by hand, [18:50] and make sure to fill the mems and cpus fields in the lxc directory. after that all should go well [18:50] * hallyn has caused trouble yet again [18:51] hallyn: what do you mean by "fill the mems and cpus fields in the lxc directory"? [18:52] oh, "tnx" guys... so helpful [18:52] stgraber: make sure that /sys/fs/cgroup/cpuset/lxc/cpuset.{cpus,mems} both are not empty [18:53] Pest: cheese should do [18:53] RoyK: ? [18:54] Pest: cheese is an application to use webcams or similar [20:01] hallyn: ok, a reboot sorted it. The only cgroup that's wrong is the systemd one but I'm not sure I care ;) http://paste.ubuntu.com/5611746/ [20:12] cool [20:13] hi folks [20:14] I have a headless 12.04 server doing my KVM/libvirt stuff, but I'd like to drasticly scale down the power-consuption on it - just shy of hibernation/standby when not doing any heavy lifting. how can I aggressively tune the power-consumption for on-demand use? [20:21] hello, I'm join files splitted using zip -s [20:21] but there is no way [20:21] which command I need to use to join the files again? [20:44] Hey, I work on Openvpn on Ubu Server, I tried to get a certificate signed by my own with "sudo openssl ca -config ca.cnf -in xx.req -out newcerts/xx.crt -notext", but I get only "usr/ssl/serial: no such file or directory" and "error while loading serial number". What's wrong? [20:47] lostme: usr/ssl/serial ? [20:48] lostme: can you copy-and-paste to a pastebin somewhere the entire command and output? [20:50] serial is a file, and I cannot copy and paste, sry [20:51] lostme: Use the pastebinit package to put it in a pastebin. [20:54] lxc-stop: failed to stop 'test-lucid': Operation not permitted [20:54] FAIL [20:54] runTest (__main__.SimpleLxcTests) ... lxc-stop: failed to stop 'test-lucid': Operation not permitted [20:54] hallyn: ^ [20:54] sigh. where is this? [20:55] * hallyn goes to replace all lxc testsuites with "if true: pass" [20:55] hallyn: running integration-test on current staging [20:56] what is integration-test? [20:57] * hallyn still waiting for edubuntu to install :) [20:57] maybe i'll take the opportunity (if it boots :) to introduce the kids to it [20:58] hallyn: bzr+ssh://bazaar.launchpad.net/~serge-hallyn/+junk/lxc-test/ [20:58] root@castiana:~# lxc-stop -n test-lucid [20:58] lxc-stop: failed to stop 'test-lucid': Operation not permitted [20:58] [20:58] I can't remember ever seeing that kind of thing :) [20:59] stgraber: so what happens if you lxc-stop it yourself? [20:59] well, I can't ;) that's what I just tried [20:59] stgraber: the lxc.stopsignal seems a likely culprit [21:00] hallyn: yeah... I have that problem with any container on my machine, so it's a global problem, very likely introduced by the stopsignal stuff [21:00] can you strace it and see what is getting the eperm? [21:01] * hallyn waiting on his test instance to finish installing ubuntu-dev-tools [21:01] hallyn: kill(32498, -1) = -1 EINVAL (Invalid argument) [21:02] hallyn: so for some reason it uses -1 as the default value for the signal, instead of 9 (I guess our default is SIGKILL right?) [21:04] stgraber: but the patch to lxc_stop_callback() defaults to using SIGKILL which was used before as explicitly [21:08] hallyn: yeah, that doesn't make sense ... the -1 value should only be possible if "handler->conf->stopsignal" was set, which it isn't in my case... [21:08] hallyn: if stopsignal isn't set, it should just be using the standard SIGKILL value as was the case in the past... [21:09] right [21:11] hallyn: shouldn't stopsignal be initialized to 0? [21:11] (in conf.h) [21:12] hmm, no, was missing context looking at the diff [21:14] right, memset === keithzg_ is now known as keithzg [21:20] why does rootfs get an extra / prepended? [21:21] stgraber: you've verified that without that patch it works? [21:22] great, apparently i mistyped my interfaces file [21:23] hallyn: I haven't tried reverting yet, but I can't think of anything else which would change the second parameter of kill() to -1 [21:23] I'm building a version with some extra debug statements now [21:34] oh wait, heh, i guess my instances are hanging from the cgroup-lite bug :) [21:39] hallyn: so handler->conf->stopsignal is definitely -1 in my case, now to figure out why [21:40] hallyn: and I also confirmed that config_stopsignal isn't called, so that part works too === james_ is now known as Guest11140 [21:43] buffer overrun? [21:44] stgraber: on my end, i can't get a raring instance with eth0 as bridge_port to br0 to boot today. [21:52] hallyn: so I confirmed that at the end of lxc_conf_init stopsignal is indeed 0, so if nothing touches it afterwards and it's -1 at the time of lxc_stop it looks like something is overwriting it by accident [21:52] right, i'm looking over git wc -p for clues [21:57] added a ton more debuging here, hopefully that should show me roughly where the value changes to -1 [21:59] I have a strange problem here. After I installed plex media server on the server it is requesting and receiving multicast stream from the IPTV from the provider. Even though Plex is turned off. Any idea how I can debug? I dont want the server to get flooded. [22:00] cant find out what is generating the request [22:02] mkander: as I understand IGMP, the router will periodically poll the network to see if multicast groups are still needed, and unsubscribe from ones that aren't needed any longer [22:02] mkander: see e.g., http://en.wikipedia.org/wiki/Internet_Group_Management_Protocol#IGMPv3_membership_query [22:02] mkander: you might be able to just wait a little while.. [22:06] sarnold: Thanks for the tips, read the article [22:06] sarnold: I have waited for one week but something is still requesting with IGMP [22:06] mkander: hahaha [22:07] mkander: oh jeeeze :) that's ... wow. [22:07] mkander: I thought perhaps it'd been ten minutes or something. [22:07] it was 5 :P [22:08] but still it is requesting the stream somehow [22:08] verified this by telneting into the router and running igmpproxy [22:09] after some minutes it gets a request from the server ip [22:13] hallyn: so it doesn't appear to be anything during initialization... I'm now digging into the mainloop/command handler [22:16] stgraber: i gotta run, sorry. i *woudl* say just push without that patch, but that's like a ticking timeobomb if we're overrunning memory [22:16] i'd guess my monitor changes for cgroup are to blame [22:16] will look later tonight wehn ig et back [22:16] * hallyn out [22:16] I'll dig some more. I'd rather not push rc1 with a potential memory corruption of the conf struct ;) [22:18] hallyn: yay, finally found the first place where the value appears to be -1. It's in lxc_command_mainloop_add. Looking at what happens before that one is called [22:40] silly question: when using virtual manager I would like to share clipboard between my ubuntu desktop and my ubuntu server in the VM [22:40] is that possible? there were some tool for such things for vmware last time I used that stuff in 2007 [22:42] hubuntu: I think the virt-manager just fires up a VNC client. I'm not sure if any vnc clients make it easy to share clipboard or the selection buffer, but perhaps one exists? (I don't know that the standard one _doesn't_ do that..) [22:45] using spice [22:45] i think it is the spice-vdagent package [22:45] but thanks a lot sarnold [22:45] :) [22:46] hubuntu: woo :) good luck :) [22:47] aptitude in precise is always a bit weird and wants to delete a lot of stuff all the time... I end up using apt-get and I get what i want [22:47] is that normal? [22:49] Using apt-get is the sane way to go. === arosales1 is now known as arosales === wedgwood is now known as wedgwood_away