=== 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 | ||
AtuM | 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 |
---|---|---|
jkitchen | mdraid bug? | 08:10 |
AtuM | the md package | 08:11 |
AtuM | i think | 08:11 |
AtuM | 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 |
AtuM | I've had a serious outage because of it - and because the server was kept out-of-date intentionally | 08:13 |
roaksoax | lynxman: ping | 08:30 |
=== jtv1 is now known as jtv | ||
=== Rodge is now known as Rodge_ | ||
=== thumper-afk is now known as thumper | ||
lynxman | roaksoax: pong | 10:32 |
=== 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 | ||
gyre007 | gents | 14:00 |
gyre007 | 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 | 14:01 |
=== Guest32887 is now known as wedgwood | ||
pmatulis | gyre007: why would you think that lxcbr1 is a bridge there? what instructions did you follow? | 14:24 |
gyre007 | 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:24 |
pmatulis | https://help.ubuntu.com/lts/serverguide/network-configuration.html#bridging | 14:26 |
pmatulis | gyre007: ↑ | 14:26 |
gyre007 | 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:29 |
gyre007 | so when they're not running there are no ports added to the bridge | 14:30 |
gyre007 | unless youre pointing to the bcast address ? | 14:30 |
pmatulis | gyre007: if you're using LXC, you shouldn't need to do anything at all, it will take care of itself | 14:33 |
gyre007 | you need to create the brdige though | 14:34 |
gyre007 | and lxc will link to it | 14:34 |
gyre007 | and i need to have it created permanently and thats what i struggle with | 14:34 |
gyre007 | one bridge is created by default | 14:34 |
gyre007 | but i need more than 1 | 14:34 |
gyre007 | different IPs and VLAns | 14:35 |
pmatulis | gyre007: https://help.ubuntu.com/lts/serverguide/lxc.html | 14:43 |
gyre007 | pmatulis: dude yes I read this | 14:43 |
gyre007 | but this one is talkigng about the DEFAULT bridge which is crated by upstart job | 14:44 |
gyre007 | i need more than | 14:44 |
gyre007 | one | 14:44 |
pmatulis | gyre007: right ok | 14:44 |
gyre007 | unless you're saying i should create some upstart job too ? | 14:44 |
gyre007 | why other brdiges | 14:44 |
gyre007 | mm | 14:44 |
gyre007 | i could...but I thought there would be easier way | 14:44 |
pmatulis | hallyn_: do you know how to set up a 2nd bridge with LXC? ↑ | 14:49 |
=== Maple__ is now known as Guest23765 | ||
=== Guest23765 is now known as Mapley | ||
hallyn_ | pmatulis: a second bridge on the host? | 14:59 |
pmatulis | gyre007: ask your question to hallyn_ | 15:00 |
hallyn_ | oh sorry | 15:01 |
gyre007 | any ideas ? :) | 15:01 |
hallyn_ | 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:01 |
gyre007 | I have | 15:02 |
hallyn_ | or else another upstart job... but /etc/network/interfaces would be better | 15:02 |
hallyn_ | ok. and does it work? | 15:02 |
gyre007 | thats why I cam here as it doesn seem to work : https://gist.github.com/milosgajdos83/7354992 | 15:02 |
hallyn_ | looking | 15:02 |
gyre007 | I think I'll have to add it into rc.localor create some kind of upstart job | 15:02 |
gyre007 | basically I need that bridge to be permanent...not to be removed on reboots.... | 15:03 |
hallyn_ | uh | 15:03 |
hallyn_ | are you running network-manager? | 15:03 |
=== thejoecarroll_ is now known as thejoecarroll | ||
gyre007 | im running virtual box/vagrant | 15:04 |
gyre007 | not sure how it handles networking | 15:04 |
gyre007 | im not sure if it uses network manager | 15:04 |
gyre007 | possibly ? | 15:04 |
hallyn_ | type 'sudo status network-manager' | 15:05 |
gyre007 | sec | 15:05 |
gyre007 | doesnt look like that upstart job exists: status: Unknown job: network-manager | 15:06 |
hallyn_ | gyre007: ok - then i think your only problem is that your itnerfaces entry isn't telling it that it's a bridge. | 15:08 |
hallyn_ | normally you'd say ' bridge_ports ,soemthing>'. but for an emptyone i'm not sure what you put down :) | 15:08 |
hallyn_ | maybe just ' bridge_ports' withnothing after it? | 15:09 |
* hallyn_ tries | 15:09 | |
gyre007 | 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 |
gyre007 | hallyn_: thats exactly the question im trying to answer :) | 15:10 |
hallyn_ | yeah - it's not an lxc question, it's an interfaces(5) question... empty bridge_ports does not work :) | 15:11 |
hallyn_ | gyre007: 'bridge_ports none' | 15:14 |
hallyn_ | there you go: bridge-utils-interfaces(5) has the skinny | 15:14 |
=== gfrog_still_work is now known as gfrog | ||
gyre007 | I see | 15:17 |
gyre007 | hallyn_: I think I LOVE YOU :-) | 15:17 |
gyre007 | haha thanks man | 15:17 |
hallyn_ | heh - np - have fun | 15:17 |
=== TDog_ is now known as TDog | ||
=== jemurray_ is now known as jemurray | ||
tboat | 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:49 |
gyre008 | is there any iptables switch how I can list rules for ALL tables and chains with one command ? | 15:51 |
gyre008 | as oppose to -t TABLE one after another ? | 15:51 |
tboat | iptables -L or iptables -L -v | 15:52 |
gyre008 | tboat: that doesnt list nat table | 15:52 |
gyre008 | i want ALL tables | 15:52 |
tboat | not sure then sorry | 15:52 |
gyre008 | no probs ;) | 15:52 |
tboat | 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? | 15:56 |
=== 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 | ||
Trudko | 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 | 18:02 |
=== 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 | ||
glad | hi guys i'm new here and i've no sound on edubuntu 13.04 any help pls | 20:33 |
eagles0513875 | 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 | 21:25 |
=== thumper is now known as thumper-hacking | ||
eagles0513875 | hey thumper-hacking | 21:28 |
photon | 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. | 21:36 |
=== Gurkenmaster is now known as zz_Gurkenmaster | ||
ryan-c | I'm getting "ImportError: No module named apt" trying to upgrade my 13.04 server to 13.10. Anyone know hot to fix? | 22:28 |
ryan-c | works after installing python-apt and python3-apt | 22:30 |
=== 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 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!