/srv/irclogs.ubuntu.com/2013/12/06/#ubuntu-server.txt

=== freeflying_away is now known as freeflying
=== tom[`tom`] is now known as tom[]
zzxcHey does anyone have any experience with setting up AFP?03:01
sarnoldzzxc: I used netatalk 13, 14 years ago with good success. Of course that predated OS X clients... :)03:03
zzxcsarnold: Is there a need to create an afp user and password like there is with samba?03:04
markthomaszzxc: afp uses user-based authentication if that's what you're asking.03:08
sarnoldzzxc: In a quick search of the code, initscripts, I don't see any code that'd require creating a user for netatalk, it looks like it should run as root in the usual case03:09
=== gfrog_afk is now known as gfrog
zzxcmarkthomas: If it works as it does for osx I would imagine that it would just be the user's login (as in the same that you ssh into)03:11
markthomasyes.03:11
zzxcsarnold markthomas: I"m trying to share the /mount directory. I get prompted for a user name and password, but the login creds error.03:13
zzxcI'm going to make the pretty obvious guess that the reason is that my user may not have be the owner or have rwx premissions for that directory...03:14
markthomaszzxc: why afp?03:14
zzxcmarkthomas: primary os is osx. I also have a samba share right now but honestly its a pain in the ass.03:15
sarnoldyup, that sounds like samba. :/03:16
markthomasI have smb and afp here, and between linux and mac i find smb less of a hassle. and yes, i just used samba and "less hassle" in the same context.03:17
sarnoldzzxc: does netatalk use pam to authenticate users? if so does your /etc/pam.d/netatalk look correct?03:17
zzxcsarnold: Let me check one second.03:17
zzxcsarnold: The pam.d/netatalk doesn't have any documentation. It includes common-{auth,account,password,session). But I'm not really sure what its suppost to look like03:21
sarnoldzzxc: okay, that'd probably be sufficient for the user to log in at the console.03:21
sarnoldzzxc: is there anything more useful in the logs?03:22
sarnoldcheck both /var/log/auth.log and netatalk logs03:22
zzxcmarkthomas: honeslty the majority of my issues boil down to premissions, though being able to let other users login in should they want and having it broadcast via bonjour (since only two of my close friends have windows) would be nice.03:22
zzxcsarnold: There are afp log messages in auth, but when I tail it nothing and try the same creds, nothing happens/03:26
sarnoldzzxc: *sigh* sorry, I'm not seeing anythjin in the manpages or source that looks useful. :/03:32
sarnoldzzxc: if you give it username/password you know are bogus, do you get the same or different error?03:33
zzxcsarnold: Nope tells me its a bad login and reprompts me.03:34
sarnoldzzxc: different error?03:34
zzxcThat please contact you're network admin message is soo irrating when you're the network admin.03:34
sarnoldhehehe, yes03:35
zzxcsarnold: No error message, the login prompt shakes and prompts you to try agian.03:35
sarnoldzzxc: is that the same or different than happens when you give it the good username and password?03:36
sarnoldI'm curious if the authentication works but it fails somewhere else..03:36
zzxcsarnold: "Check the server name or IP address, and then try again. If you continue to have problems, contact your system administrator." is when its a valid user and password. Otherwise it just shakes the prompt and ask me for it agian.03:37
zzxcsarnold: Nothing is showing up in the netatalk logs, and when it does error out I don't get a message in the auth logs.03:38
sarnoldzzxc: okay, cool, a thread to pull on. :) are you trying to mount a filesystem / directory that isn't exported? how do permissions look like for that directory and all directories above it?03:40
zzxcsarnold: I'm trying to mount my /mount/sda directory.03:42
zzxcsarnold: Orginally I was just trying to mount my /mount drive, figuring it would be nice to have access to everthing there.03:43
zzxcand orginally mount was owned by root, Its currently owned by me now and I ahve full permissions to it and everything inside.03:44
zzxcsarnold: this is the line from the how to guide I was looking up "/mount/sda BlackBox allow:james options:userdots,upriv"03:45
sarnoldzzxc: sorry, got into a conversation...03:54
sarnoldzzxc: how about ls -ld /mount /mount/sda  ?03:54
zzxcsarnold: No worries rwxr-xr-x and james:root on both03:56
sarnoldzzxc: man. that sounds like it ought to work. :(03:57
zzxcyeah I know its getting super annoying at this point.03:58
sarnoldzzxc: so I guess it's time to bring out the unfun tools -- you could use fatrace to see what files are being accessed, or you could strace -p <pid of the server> -- and see if you can follow the system calls that lead to the decision to reject access.03:58
sarnoldzzxc: if neither of those give you much to work with, you can try ltrace -- that traces function / library calls, not just system calls -- maybe it'll be more direct about the problem, but it's often like drinking from the firehouse03:59
sarnoldfirehose :)03:59
zzxcack. I think I'll call it quits and look at it later with a fresh pair of eyes.04:00
sarnoldzzxc: good luck! if you figure it out and don't mind, I'd be curious to hear the result.04:00
sarnoldzzxc: time for me to call it a day too :)04:00
zzxcsarnold: Thanks for you help with it. I'll let you know if I figure it out.04:01
bluekinghello again04:36
bluekingjust wonder:  route -n shows 169.254.0.0     netmask 255.255.0.0 are added to routing table  right out of sky...  interfaces file or hosts file does not have this ip/netmask    saw  one could Append the following directive: NOZEROCONF = yes  in file /etc/sysconfig/network     but there are NO sysconfig folder in /etc on ubuntu 13.10 installation04:41
bluekingI am lost :(04:41
fishcookerim on ubuntu server there is an option about the kernel thing?05:07
fishcookerwhich one should i choose05:07
fishcookerim on ubuntu server installation.. there is options about to choose the kernel, which one should i choose?05:10
=== rdw200169_ is now known as rdw200169
e_t_fishcooker: Choose the one with the highest version number, probably the one at the top of the list.05:13
fishcookerthanks e_t_: i go with linux-image-generic05:32
fishcookerhttps://help.ubuntu.com/community/ServerFaq#Is_a_dedicated_SMP_kernel_available_from_the_Ubuntu_Server_installation_CD.3F05:33
=== rdw200169_ is now known as rdw200169
=== markthomas is now known as markthomas_away
=== rdw200169_ is now known as rdw200169
=== markthomas_away is now known as markthomas
=== markthomas is now known as markthomas_away
=== jml_ is now known as jml
=== funkyHat_ is now known as funkyHat
=== EntropyWorks_ is now known as EntropyWorks
=== xerxas_ is now known as xerxas
=== rdw200169_ is now known as rdw200169
=== rdw200169_ is now known as rdw200169
eagles0513875hey guys any samba experts in here. I have a question in regards to ACL's im guessing samba ignores the ACL's on ubuntu server and uses its own correct?09:13
jamespagezul, I uploaded webtest again with waitress as depends - it really is needed09:31
jamespagethe package won;t work without it - however pyquery and lxml are suggests IMHO so did that as well09:31
=== yofel_ is now known as yofel
=== wedgwood is now known as Guest45906
=== Tribaal_ is now known as Tribaal
=== gfrog is now known as gfrog_afk
=== DzAirmaX_ is now known as DzAirmaX
jamespagezul, I took a libbo and re-introduced the sqlite patch you dropped back into the heat packaging - it was causing a dep-8 failure11:28
jamespagepushed and uploaded11:28
jamespagezul, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728425 is blocking backporting python-babel - which is preventing other things from passing tests right now11:34
jamespagenova11:34
uvirtbotDebian bug 728425 in src:python-babel "FTBFS in a sbuild chroot" [Serious,Open]11:34
makarawhat was to blame for the Ubuntu Forums being hacked?11:47
=== ivoks_ is now known as ivoks
jamespagezul, babel fixed - I've submitted the fix back upstream11:55
jamespagenon-deterministic test cases - gotta love-em11:55
bluekinghello12:40
bluekingkernel sets iprouting 169.154.0.0   netmask 255.255.0.0     been reading that one can set  nozeroconf=yes in /etc/sysconfig/network   but on ubuntu 13.10 there are no folder  /etc/sysconfig     couldn't find solution on ubuntu   someone who can help me ?12:42
bluekingwhen I connect  ethernet cable to laptop   it gets two IP  192.168.2.10   and  was given auto  169.254.x.x     and net unreachable12:43
bluekinganyone knows if one can put nozeroconf= yes in /etc/network/interfaces ?13:05
rbasakblueking: can you specify exactly what you're trying to do? Ubuntu people aren't necessarily familiar with RH/Fedora config syntax.13:09
bluekingrbasak:  problem are  kernel somehow adds iprouting  169.254.0.013:10
bluekingI need to disable that13:10
bluekingI disabled some avahi stuff but  kernel kept on putting iprouting 169.254.0.0 back13:11
rbasakblueking: are you getting this address on a desktop machine? Or a server machine?13:11
bluekingroute -n show  169.254.0.013:12
bluekingand mine laptop   that I connect to net with cable  gets  192.168.2.10 AND 169.254.x.x13:13
bluekingand the net    are pending on off   all the time13:13
bluekingwhen connect to another  basic router  no problem13:13
rbasakIt sounds like you have a desktop issue. Try #ubuntu.13:13
bluekingnot desktop issue13:14
rbasakIt sounds like you need to adjust your network manager settings in some way, since that's what gets you your address on a desktop machine by default.13:14
bluekingroute -n show that kernel adds iproute 169.254.0.013:14
bluekingon  other distro they can set nozeroconf= yes to turn it off13:14
rbasakblueking: are you getting this address on a desktop machine? Or a server machine?13:15
bluekingrbasak:  on server machine13:20
bluekingwith route -n that is13:20
rbasakblueking: I don't understand why you'd get that. A default Ubuntu server installation does not use Zeroconf.13:22
bluekingrbasak:  I even tried to set up static ip to my laptop   and turned off dhcp on laptop   and put in ip manual  still it received 169.254.x.x adress13:22
rbasakIf your laptop gets a 169.254 address it is because it cannot find a DHCP server to give it a correct address (or, very unusually, a DHCP server is handing out bad addresses)13:22
rbasakDo you have a DHCP server daemon running on your server?13:23
bluekingisc-dhcp-server13:25
rbasakIt sounds like you have some significant non-default thing going on either on the server or on your laptop. Getting a Zeroconf 169.254 address is automatic. There's nothing to disable on a server for this since normally there is no server component that "issues" such an address; a client just picks up one that is available without the help of a server.13:26
zuljamespage:  cool13:27
rbasakExceptionally, I suppose a DHCP server could be misconfigured to hand these out, but that seems unlikely. I suggest you run a tcpdump on both the server and laptop to figure out where from and how you get that address.13:28
jamespagezul, babel is backported now13:28
jamespageI think that might mean nova can build ok on precise now :-)13:28
bluekingok have to figure out how to make tcpdump13:28
zuljamespage:  cinder as well13:28
jamespagezul, unfortunately it missed the last b-o-m run13:29
bluekingrbasak:  think problem came after I installed webmin13:29
rbasakblueking: could be.13:30
rbasak!webmin | blueking13:30
ubottublueking: webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system.13:30
bluekingand had some issues with making isc server visible on it... and might be that dhcp3 server been enabled somehow13:30
bluekingoh so webmin are reason13:30
jamespagerbasak, what was so bad about how webmin managed configuration files?13:31
rbasakjamespage: no idea. All I know is that everyone says it's broken!13:31
jamespagerbasak, well I agree that webmin is probably so out-of-date13:31
jamespagebut was it not superceded by ebox and then zentyal?13:32
rbasakI'm not saying that it is webmin in this case. Just that webmin does stuff, and is not recommended, and blueking seems to have had stuff done to his server and it's not working, so it's worth investigating that possibility.13:32
jamespageright13:32
jamespagefair enought13:32
bluekingcould u mention how to search/find packages that currently are installed on system ?13:33
bluekingwithout webmin that is13:33
bluekingapt-cache search  looks for all packages   but want to check what are current in system13:34
rbasakblueking: dpkg -l13:39
bluekingok13:39
rbasakblueking: that'll also show you removed packages that aren't purged. See the dpkg manpage for details, but I think "dpkg -l|grep ^ii" or something will filter to installed packages.13:39
jamespagezul, cinder and heat have flushed through to the CA staging area13:49
jamespagezul, I think everything else is still held up in trusty-proposed right now13:49
zuljamespage:  ok ill kick off the builds for precise testing (nova/cinder)13:49
jamespage?13:49
zulprecice-icehouse-nova/cinder13:50
jamespagezul, nova should go through next run - it missed new babl13:50
jamespageprecise-icehouse-nova is running right now13:50
zulack13:50
=== gary_poster is now known as gary_poster|away
=== gary_poster|away is now known as gary_poster
zuljamespage/roaksoax: https://code.launchpad.net/~zulcss/keystone/tests-refresh/+merge/19806614:23
zuljamespage/roaksoax: https://code.launchpad.net/~zulcss/python-heatclient/mox3/+merge/19806814:26
zuljamespage:  it looks like swift-bench has moved out into its own project14:29
jamespagezul, your heatclient branch conflicts14:36
zuljamespage:  damn it14:36
zuljamespage:  better branch https://code.launchpad.net/~zulcss/python-heatclient/mox3/+merge/19807214:41
jamespageyolanda, did you push a new update with more unit tests for the heat charm?14:42
zuljamespage:  i added a WI for swift-bench14:43
zuljamespage/roaksoax:  https://code.launchpad.net/~zulcss/swift/swift-bench/+merge/19807314:43
jamespagezul, minor niggle on keystone14:46
jamespagezul, swift +!14:46
jamespage1 rather14:46
zuljamespage:  keystone niggle fixed14:48
jamespagezul, nova just b-o-m'ed14:49
jamespagegonna milk this for all its got!14:49
zuljamespage:  sweet14:49
jamespagezul, oh - I tried your patch for libvirt - that was OK _ but I got a test failure - any chance you can take a look sometime today and see if its easily fixable/reproducable?14:50
zuljamespage:  it was failing on some client test?14:50
zuljamespage: (backporting python-mox3)14:51
jamespagezul, http://paste.ubuntu.com/6530065/14:52
jamespagezul, so I see14:52
hallyn_stgraber: might be nice to have options to the ubuntu and ubuntu-cloud templates to specify apparmor profile14:52
hallyn_(preferably by shorter names)14:52
hallyn_lemme know if you have thoughts on that14:52
jamespagezul, I get email on uploades (james page == openstack ubuntu testing bot)14:52
zuljamespage:  yeah i had the same problem14:53
zuljamespage:  unfortunately the libvirt tests are  light on the verbage14:54
jamespagezul, any idea on the qemu failuer?14:56
zuljamespage:  not yet14:57
zuljamespage:  i blame hallyn somehow ;)14:57
hallyn_i accept nothing14:58
=== oop is now known as w0rmie
jamespagezul, python-crypto builds OK locally - odd15:05
* jamespage looks deeper15:05
zuljamespage:  looking at qemu15:05
jamespagezul, ta15:06
jamespagesomething about DTC not being avaliable15:06
zuljamespage:  it would help if i used the right release :)15:10
hallyn_zul: all right, re-running the libvirt tests on trusty, first without your ppa then with.15:12
zulhallyn_:  ack15:14
zuljamespage:  "ERROR: DTC not present." ?15:15
=== freeflying is now known as freeflying_away
=== freeflying_away is now known as freeflying
roaksoaxrbasak: when an arm machine is first booted in MAAS, it loads an i386 ephemeral image to get it enlisted?15:20
rbasakroaksoax: ?15:21
rbasakroaksoax: no, it uses an armhf ephemeral image.15:21
rbasakDid I say i386 somewhere?15:21
roaksoaxrbasak: how does it know to use one?15:21
rbasakAh. Now that's a very good question :-)15:21
roaksoaxrbasak: i mean, when it pxe boots, config.commissioning.template is used, and that itself tests for amd64 or i38615:22
rbasakRight now, highbank does it by falling back to fetching /pxelinux.cfg/default.arm.highbank (or something like that), then default.arm, then finally default.15:22
rbasakMAAS' dynamic TFTP implementation picks up on that, and serves a suitable default file, which fetches the correct arch kernel/initrd.15:22
rbasakI never had to connect anything between the correct arch kernel/initrd and the correct arch ephemeral as far as I can remember. I presume the code already DTRT.15:23
rbasakAnother possible mechanism is a DHCP vendor identifier option, which U-Boot does provide. But we ended up not using that.15:23
rbasakSo the amd64/i386 differentiating pxelinux template is never used in the armhf case.15:24
yogeshsarwateHi all i got a dns addresses on noip.com i want to run my own email server and irc chat server can anybody guide15:24
zulqemu: i think it needs a newer libfdt-dev so i back ported it15:25
rbasakroaksoax: notice that /etc/maas/templates/pxe/config.commissioning.armhf.template is distinct from the more generic  config.commissioning.template15:25
rbasakIMHO it should be the other way round, as it's the Intel case that's special, but never mind.15:26
roaksoaxrbasak: yeah... for some reason I thought it, by default, any type of hardware uses cponfig.commissioning.template, but I guess for arm it uses config.commissioning.armhf.template before the machine is even enlisted15:26
rbasakRight15:26
rbasakThe TFTP server does the detection.15:26
rbasak(currently)15:26
roaksoaxrbasak: where in the code is that exactly, do you know?15:27
=== chaos_ is now known as soahccc
rbasakLooking15:28
rbasakroaksoax: http://bazaar.launchpad.net/~maas-maintainers/maas/trunk/view/head:/src/provisioningserver/tftp.py15:28
rbasakroaksoax: the regex picks up the default-(whatever) in lines 93-111.15:28
roaksoaxrbasak: eah that's where I'm looking15:28
roaksoaxrbasak: i see now, cool thanks!15:29
rbasakThe code that used the resulting match used to be in there, but I guess it's moved now.15:29
jamespagezul, for some reason python-crypto won't build in the lab15:29
jamespageits OK on ppa and locally15:29
zuljamespage:  weird15:29
hallyn_zul: what time is the openstack-lxc mtg?15:32
jamespagezul, i see the issue15:33
* jamespage twiddles a knob15:33
jamespagezul, fixed - for reference the schroot's where not providing a /dev/shm15:37
jamespage(using tmpfs)15:37
jamespagezul, you need to fix that niggle for keystone harded - forwarded is spelt incorrectly15:38
yogeshsarwateHi15:38
=== freeflying is now known as freeflying_away
jamespagezul, urgh - heatclient needs mox and well as mox3 btw15:51
jamespageI'll fix that and merge your change if thats ok15:52
zuljamespage:  okies15:52
zuljamespage:  that needs to be fixed upstream it should use mox315:53
jamespagezul, ah - OK15:53
jamespagezul, well I pushed it with both for the time being15:53
zuljamespage:  yeah im submitting a patch upstream15:54
=== markthomas_away is now known as markthomas
jamespagezul,  keystone and we are all green in ci for icehouse btw16:45
zuljamespage:  ill poke at keystone16:45
jamespagezul, your mp is not merged yet16:46
zuljamespage:  qemu is building in bom btw16:46
jamespageyeah - I see16:46
jamespagenice16:46
=== Gnubie is now known as Guest45295
=== wedgwood is now known as Guest77125
zuljamespage:  https://code.launchpad.net/~zulcss/keystone/tests-refresh/+merge/19806616:58
w0rmiei've some problems with tftp-hpa configuration, the package is installed, but no file such /etc/default/tftpd-hpa to set17:02
=== Guest11806 is now known as DWSR
w0rmieany ideas?17:02
markthomasw0rmie: check /etc/default/tftp-hpa17:05
=== Guest77125 is now known as wedgwood
w0rmiemarkthomas: the default folder with a simple ls does not contain any file named tftp-hpa17:16
jamespagezul: just checking that now - I'll merge it if its good17:16
zuljamespage:  okies we just have libvirt and libunwind to worry about17:17
w0rmiemarkthomas: should i create a file to set the tftp-hda to default task?17:17
markthomasw0rmie: checking.  sec17:18
jamespagezul, I did an install of everything from the trunk testing ppa17:18
markthomasw0rmie: trying to figure out why I have one.17:18
jamespageswift appears to have lost all is upstart configs for some reason17:18
markthomasw0rmie: yes, the upstart job for tftp-hpa loads /etc/default/tftp-hpa17:19
w0rmiemarkthomas: ok, should i create a new file with the defaults for tftp-hpa or i should fin an existing file into /etc/defaults/ named tftp-hpa?17:20
markthomasThere are four options listed in the tftp-hpa defaults file.  You can find them in the upstart script.17:21
zuljamespage:  er?17:22
markthomasw0rmie: have a username of tftp, directory is whatever, address is 0.0.0.0:69, options="--secure -vvv"17:22
jamespagezul, its odd - non of the packages have upstart configs any longer17:22
zuljamespage:  wtf?17:23
jamespagezul, same on trusty and precise17:23
highvoltageit was zapped with lennart's deathray17:23
zuljamespage:  keystone does.17:24
jamespagezul, yes - it appears to be isolated to swift17:24
zuljamespage:  hmm...ill have a look17:24
jamespagezul, I'm looking17:25
zuljamespage:  ok ill poke libvirt then17:25
* jamespage breaths again17:26
jamespagethe release version in saucy/trusty does17:26
jamespagemust be something in the branch17:26
jamespagezul, keystone merged17:26
zuljamespage:  cool thanks17:27
zuljamespage:  could be over zealous cleanup by me17:27
jamespagezul, http://paste.ubuntu.com/6530751/17:30
jamespagewanna +1 that? saves a mp17:30
zuljamespage:  arrgh...yeah +117:30
jamespagezul, I've dropped b-o-m to run daily instead of hourly now17:32
zuljamespage:  ack17:34
jwalHi.  I am trying to setup a non-interactive install of roundcube from the debs.  It is all working - using debconf-set-selections - except I am being prompted for a password.  I just have to hit enter for it to continue (using pgsql ident).  Can somebody help me debug what is happening? (also asked in #ubuntu, sorry for cross post)17:42
zuljamespage:  maybe leave it at daily and when the milestones come around turn it on for hourly?17:43
ersiKind announcement: Today is the last day to do the FLOSS survey 2013: http://floss2013.libresoft.es/17:44
jamespagezul, well it can be run manually as well17:47
zuljamespage:  true just thinking17:48
jamespagesmoser, I'm getting bored of syncing image data - have you started on a simplestreams charm yet  - or can I start hacking on one17:48
smoserjamespage, not started on said charm.17:49
smoseryou are welcome to do that for sure.17:49
jamespagegreat17:49
smoseri dont know that i understood why you think its a separate charm thoug17:50
smoserrather than just confiuration of glance charm17:50
jamespagesmoser, so when we want to use it with maas - its not tied to glance :-)17:50
smoseri dont follow17:51
jamespagethat's entirely hypothetical17:51
smoseroh. maybe i see a bit.17:51
jamespagesmoser, I actually pushed back on a MP to include this in the glance charm this week; I think it complicates the glance charm when it does not need to17:51
smoserboo17:52
smoserlink to mp ?17:52
jamespagesmoser, can't find it now17:54
jwalThe answer was to 1) run install in interactive mode 2) copy the relevant output from debconf-get-selections 3) [the step I was missing] change any line ending "password" to "select" (for an empty password) 4) apply the config using debconf-set-selections18:51
bitbytehey guys I have a quick question any one able to answer ?19:24
bitbytebasically i'm setting up strong swan with my home router and its not got a static ip and the server sits behind a firewall performing NAT I keep getting policy=PSK error. Am i going to be able to resolve this issue ? as some suggest the L2TP/IPSEC vpn can not work if the router is performing NAT which the server sits behind19:24
bitbyteBasically i'm setting up strong swan with my home router and its not got a static ip and the server sits behind a firewall performing NAT I keep getting policy=PSK error. Am i going to be able to resolve this issue ? as some suggest the L2TP/IPSEC vpn can not work if the router is performing NAT which the server sits behind19:25
markthomasbitbyte: why IPSEC and not OpenVPN?19:26
bitbyteI've elected to use Strongswan and try setup IPSEC19:27
markthomasbitbyte: Is this a learning project, or does it fit a specific business or technical need?19:28
bitbyteIt's just personal learning to setup a strong IPSEC VPN19:29
sarnoldI don't know the technical details since our admin set it all up for us eight years back, but we used ipsec for our vpn and we all had NAT systems at home and at the office and things worked out great. though our admin did have the ability to set up the ipsec gateway on the firewall itself, iirc.19:29
bitbytethe real issue i can see at the moment is that I'm having issues defining the inbound ip's cause they will all be dynamic ones connecting as it will be from different locations.19:30
bitbytebut I did think that having right=%any and rightsubnet=0.0.0.0/24 would resolve that19:31
bitbytebut I keep running into this pesky PSK error19:31
markthomasbitbyte: It's been quite a few years since I deployed an IPSec VPN as well.19:35
bitbyteIt's been a challenging project the security guys at my work suggested strong swan but only get to quiz them during work hours sadly19:36
sarnoldan excuse to stay home! :)19:37
bitbyteI work for a banks technical support so their very "official" and shy away from any personal project items19:38
bitbyteI feel in my config i'm missing something so simple gerrr19:38
=== tom[] is now known as chaps[`tom`]
=== JonnyNomad_ is now known as JonnyNomad
zuljamespage:  libvirt fixed20:17
=== oop is now known as w0rmie
hallyn_zul: which libvirt is fixed?20:22
zulhallyn_:  1.1.2 backport for precise20:22
hallyn_stgraber: if you happen to have time to add an apparmor profile to trusty's lxc that allows mount fstype=ext*, please feel free :)20:23
hallyn_you know, in case youthought i'd feel you were stepping on my toes...20:23
hallyn_zul: ok20:23
stgraberhallyn_: I found the source of the IPv6 bug, one char fix :)20:26
hallyn_excellent20:27
stgraberhallyn_: http://paste.ubuntu.com/6531493/20:27
hallyn_i'm drafting a message to satan's advisory group^W^W^W dbus m-l20:27
stgraber(I was looking for bugs in the parser instead of the writer... once I looked at the latter, the bug was rather obvious...)20:28
=== markthomas is now known as zz_markthomas
hallyn_stgraber: no way!20:53
hallyn_i swear i straightened those out...20:53
=== gary_poster is now known as gary_poster|away
=== zz_markthomas is now known as markthomas
kieppiehi folks21:27
kieppieanyone here familiar with LXC?21:27
kieppieI've been giving it a go on vanilla Debian (wheezy) - but the "stable" & docco's are fubar & it seems absolutely nothing has even been tried to remedy the situation since 2011/201221:28
e_t_!anyone21:30
ubottuA high percentage of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? See also !details, !gq, and !poll.21:30
hallyn_zul: ok, the new failures in libvirt 1.2.0 are http://paste.ubuntu.com/6532080/22:37
hallyn_perhaps just a virt-install regression22:38
hallyn_re-running to get the exact error msg22:42
=== chaps[`tom`] is now known as tom[]
=== freeflying_away is now known as freeflying
hallyn_zul: d'oh, virtinst was not installed.23:33
hallyn_<slap>23:33
hallyn_zul: but, do you have a fix yet for libvirt-python upgrade?23:33
hallyn_zul: all right.  so virtinst depend on python-libvirt which conflicts with libvirt-python.23:55
hallyn_so if you're not going to rename libvirt-python to python-libvirt, then you must at least create an empty python-libvirt depending on libvirt-python.23:55

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