=== peter is now known as Guest33098 === empty is now known as davidbowlby === thumper is now known as thumper-afk === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying === wedgwood is now known as Guest32887 === rdw200169_ is now known as rdw200169 [08:10] is 12.04 server still plagued with the mdraid bug, or was that fixed already? I've read this: fixed the bug in Ubuntu-3.2.0-24.38, at what kernel release is 12.04 server nowdays? [08:10] mdraid bug? [08:11] the md package [08:11] i think [08:13] there was a bug in the kernel module I think... with in 3.2.0-22.35 it came in ubuntu.. but should be fixed now.. I just don't know what version is the latest 12.04 kernel at [08:13] I've had a serious outage because of it - and because the server was kept out-of-date intentionally [08:30] lynxman: ping === jtv1 is now known as jtv === Rodge is now known as Rodge_ === thumper-afk is now known as thumper [10:32] roaksoax: pong === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying === gfrog is now known as gfrog_meeting === gfrog_meeting is now known as gfrog === glebihan_ is now known as glebihan === NightmareMoon is now known as Luna === rory_ is now known as rory === jemurray_ is now known as jemurray === Paulus68_1_ is now known as Paulus68_1 === tjaalton_ is now known as tjaalton === zz_Gurkenmaster is now known as Gurkenmaster === gfrog is now known as gfrog_still_work [14:00] gents [14:01] how can I create bridge on start ? I have the following in my /etc/network/interfaces but its not doing the job: https://gist.github.com/milosgajdos83/7354992 === Guest32887 is now known as wedgwood [14:24] gyre007: why would you think that lxcbr1 is a bridge there? what instructions did you follow? [14:24] pmatulis: just followed a interfaces man pages...but like I said im missing something...I know I have to create it somewhere ? rc.local ? [14:26] https://help.ubuntu.com/lts/serverguide/network-configuration.html#bridging [14:26] gyre007: ↑ [14:29] pmatulis: I cant add any ports to that bridge as they are added automatically when LXC containers are starting which are linking to that bridge [14:30] so when they're not running there are no ports added to the bridge [14:30] unless youre pointing to the bcast address ? [14:33] gyre007: if you're using LXC, you shouldn't need to do anything at all, it will take care of itself [14:34] you need to create the brdige though [14:34] and lxc will link to it [14:34] and i need to have it created permanently and thats what i struggle with [14:34] one bridge is created by default [14:34] but i need more than 1 [14:35] different IPs and VLAns [14:43] gyre007: https://help.ubuntu.com/lts/serverguide/lxc.html [14:43] pmatulis: dude yes I read this [14:44] but this one is talkigng about the DEFAULT bridge which is crated by upstart job [14:44] i need more than [14:44] one [14:44] gyre007: right ok [14:44] unless you're saying i should create some upstart job too ? [14:44] why other brdiges [14:44] mm [14:44] i could...but I thought there would be easier way [14:49] hallyn_: do you know how to set up a 2nd bridge with LXC? ↑ === Maple__ is now known as Guest23765 === Guest23765 is now known as Mapley [14:59] pmatulis: a second bridge on the host? [15:00] gyre007: ask your question to hallyn_ [15:01] oh sorry [15:01] any ideas ? :) [15:01] gyre007: lxc doesn't have a variable/switch you can set to make more bridges. So I'd recommend adding an entry to /etc/network/itnerfaces, [15:02] I have [15:02] or else another upstart job... but /etc/network/interfaces would be better [15:02] ok. and does it work? [15:02] thats why I cam here as it doesn seem to work : https://gist.github.com/milosgajdos83/7354992 [15:02] looking [15:02] I think I'll have to add it into rc.localor create some kind of upstart job [15:03] basically I need that bridge to be permanent...not to be removed on reboots.... [15:03] uh [15:03] are you running network-manager? === thejoecarroll_ is now known as thejoecarroll [15:04] im running virtual box/vagrant [15:04] not sure how it handles networking [15:04] im not sure if it uses network manager [15:04] possibly ? [15:05] type 'sudo status network-manager' [15:05] sec [15:06] doesnt look like that upstart job exists: status: Unknown job: network-manager [15:08] gyre007: ok - then i think your only problem is that your itnerfaces entry isn't telling it that it's a bridge. [15:08] normally you'd say ' bridge_ports ,soemthing>'. but for an emptyone i'm not sure what you put down :) [15:09] maybe just ' bridge_ports' withnothing after it? [15:09] * hallyn_ tries [15:10] yeah thats exactly the case...it just doesnt know that its a bridge...but how do I tell it when I can bridge any port to it [15:10] hallyn_: thats exactly the question im trying to answer :) [15:11] yeah - it's not an lxc question, it's an interfaces(5) question... empty bridge_ports does not work :) [15:14] gyre007: 'bridge_ports none' [15:14] there you go: bridge-utils-interfaces(5) has the skinny === gfrog_still_work is now known as gfrog [15:17] I see [15:17] hallyn_: I think I LOVE YOU :-) [15:17] haha thanks man [15:17] heh - np - have fun === TDog_ is now known as TDog === jemurray_ is now known as jemurray [15:49] hey all, so i have set up a new user on my server, however I am getting a pubkey error when attempting to connect. do i need to setup seperate keys for each user, even if logging in from the same machine? [15:51] is there any iptables switch how I can list rules for ALL tables and chains with one command ? [15:51] as oppose to -t TABLE one after another ? [15:52] iptables -L or iptables -L -v [15:52] tboat: that doesnt list nat table [15:52] i want ALL tables [15:52] not sure then sorry [15:52] no probs ;) [15:56] any ssh pros around? can i copy my current authorized_key files to a new users home directory? or do i need to create a new key/auth file for the new user? === TDog_ is now known as TDog === MalcontentMatt is now known as MattJ === MattJ is now known as Guest51257 === Guest51257 is now known as Johnson === Johnson is now known as mjohnson15 === mjohnson15 is now known as register === register is now known as mjohnson15 === chmac7 is now known as chmac === rory is now known as Rory [18:02] Hi guys I am trying to setup appache and I have this config file: http://pastie.org/8463273 . It is RoR application(passenger apache) so I had to run ln -s /home/user/websitesfolder/myappfolder/public /home/user/websitesfolder/myappfolder but i get error /home/user/websitesfolder/myappfolder/public': File exists === Gurkenmaster is now known as zz_Gurkenmaster === zz_Gurkenmaster is now known as Gurkenmaster === unreal_ is now known as unreal === Gurkenmaster is now known as zz_Gurkenmaster === zz_Gurkenmaster is now known as Gurkenmaster [20:33] hi guys i'm new here and i've no sound on edubuntu 13.04 any help pls [21:25] hey guys is anyone trying out xen on 13.10? it seems for me it kernel panics or something but i am not able to tell what when i boot onto the xen kernel === thumper is now known as thumper-hacking [21:28] hey thumper-hacking [21:36] How can I redirect output starting with "ABC" to one file, output starting with "xyz" to a different file with grep? I know how I can do it for filtering out one string ( program | grep "blah" > blah.txt ), but not how to do it for multiple. === Gurkenmaster is now known as zz_Gurkenmaster [22:28] I'm getting "ImportError: No module named apt" trying to upgrade my 13.04 server to 13.10. Anyone know hot to fix? [22:30] works after installing python-apt and python3-apt === gary_poster is now known as gary_poster|away === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying === thumper-hacking is now known as thumper-gym === neur0tical is now known as neurot1cal === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying