=== stevenroose|BNC is now known as stevenroose [01:31] anyone here who can help with multiple vlan interfaces on bond0? The behavior is really weird [01:51] an3k: I'm pretty sure from examining the backscroll on this subject that you need to do ifenslave the devices in your interfaces file before bonding them [01:51] * genii wanders back to things [01:53] genii: thanks. I got the bonding working meanwhile but now I have serious issues with 11 vlan interfaces on bond0. simply said no default route gets created [02:01] http://paste.ubuntu.com/14434427/ [02:02] is that normal behavior? and what about lines 23 - 29? [02:02] it says link is up but then running with no active interfaces .... === Lcawte|Away is now known as Lcawte [08:45] Good morning. === Lcawte is now known as Lcawte|Away [09:11] .. [09:17] good morning to too [09:18] .. [09:21] Why the dots? [09:21] its an unresponsive response [09:23] who are you? [09:23] Someone in this channel? [09:24] how are you? [09:24] Doing good, got coffee :) [09:25] me too...i like dark coffee [09:42] .. === Lcawte|Away is now known as Lcawte [10:36] is there a way to bypass mirror step when install ubuntu server i dont have internet access on that machine currently [10:36] so. i need help for a work around haha [10:58] some advice needed about a ubuntu server 14.04 [10:59] i have a vps ubuntu 14.04 , and a virtual 14.04 on my poliant at home . i used to run a rsync everyweek to have backups . Now the vps says no route to my home ip [11:00] But when i try to ssh from my home to it works . Anybody who knows how to resolve this ? i think its something with dns [11:01] theptr: Can you connect on ip? [11:01] lordievader, i can connect on ip from home to vps but not from vps to home [11:02] How do you try to connect to 'home'? [11:02] lordievader, over ssh [11:03] What ip ;) [11:03] i have an pfsense that has a forward in it to the virtual machine on my proliant [11:03] Does the pfsense box see incoming connections? [11:04] No i checkt for that but i dont see anything in the logs [11:05] Right, so it never gets to the outside of your network ;) [11:05] lordievader, so i tryed a ping to my home from a other vps an then the pfsense box answers [11:05] but when i ping from the my main vps to my home i get a time-out [11:05] So happy i got an backup :) [11:06] Can it ping other things? [11:06] The vps, I mean. [11:06] yes it can ping google.be [11:06] thats wy i dont understand the problem ... [11:07] theptr: Could you pastebin the output of 'ip r'? [11:07] lordievader, its only 1 line but i will pastbin it [11:08] Only 1? Wut? [11:08] lordievader, http://paste.ubuntu.com/14437116/ [11:08] the network was set by my vps provider [11:09] i will paste you the network config that also looks strange to me [11:09] Please do. Along with the output of 'ip a'. [11:10] lordievader, http://paste.ubuntu.com/14437125/ [11:11] lordievader, output ip a http://paste.ubuntu.com/14437131/ [11:11] i think its strange there is no dns line in the config of my provider [11:12] That doesn't matter for this problem. [11:13] lordievader, what i can see is that it worked yesterday till 11pm [11:13] in the logs of my pfsense [11:13] theptr: Try 'sudo ip r add /32 dev venet0:0' then try to ping your pfsense box. [11:14] lordievader, okay will try that , i also going to eat really hungery :) thanks for your time [11:14] Hi, how does cgroups work in ubuntu? THere is no cgconfig and cgred daemons [11:15] lordievader, added it but no succes [11:15] maybe if i reboot everything ? vps and pfsense box and proliant [11:16] Hmm, that shouldn't matter, but I guess as a final thing... [11:16] Gah ubuntu server wont install without me wanting it on a network [11:16] D:! [11:17] can anyone help me ? [11:21] It just doesnt want to install without a network there, and well i can't give it a network [11:21] hypermist: What image are you using? [11:22] ubuntu-14.04.3-server-i386 [11:22] Can't remember the hard depency on a network. [11:26] that the version im using lordievader [11:48] Hello. Do we have there mdadm raid specialists ? :) need some help [11:51] i have two 3TB disks with software RAID1 created with mdadm. After turning off pc and disconnecting one of the drives and turning pc back on my raid array is not working anymore , saying that super block is missing and when cheking details using mdadm it shows as RAID0 [11:52] can someoen point me where to look to find solution for this ? [12:08] hypermist: What error do you get, anyways? [12:09] tadziz: How is the raid configured in /etc/mdadm.conf? [12:09] lordievader, its basically telling me you either have a network error or you have got a bad mirror [12:10] And then it doesn't let you continue? [12:10] You'd expect it to be able to do a basic install, that tasksel doen't work I can understand. [12:13] lordievader, Problem fixed , my isp had some routing/dns troubles , i called :) [12:13] theptr_: Ah, I see. Good to hear. [12:13] lordievader, thanks for your time and help [12:14] theptr_: No problem ;) [12:14] lordievader, yea it doesnt let me continue [12:15] lordievader, take a look http://pastebin.com/emPVaa1n [12:16] it has info i put after running mdadm --details --scan [12:16] tadziz: What is the output of 'sudo mdadm --details /dev/md/0'? [12:20] lordievader, this is with both drives attached http://pastebin.com/VXj9Yf1h, and this one with one disconnected http://pastebin.com/TT0AQhrd [12:22] That is odd... Was there ever a raid0 on that drive? [12:22] Perhaps it detect some old raid config. [12:22] no, it was two clean new drives [12:23] There is no data on it now? [12:23] we some data just for testing [12:24] You could try destroying it all and rebuilding it... (not really pretty, I know) [12:24] you think we should use dd ? [12:24] we tried yesterday to rebuild but without dd it first [12:25] mdadm should be capable of destroying it, but perhaps dd the first couple of sectors. === hxm is now known as Guest14980 [12:26] do you think we have other options before going for rebuild ? :) it takes alot of time, haha [12:27] one more thing, when we have both drives attached and it is showed as raid1 and we set one drive flag to failed with mdadm raid is still working without any issues [12:27] Err, I don't know. Perhaps others here have more input ;) [12:28] Must say my knowledge of raids is not that extensive ;) [12:28] same for me === ddstreet_away is now known as ddstreet [12:32] so got any idea what i can do about it lordievader ? [12:33] hypermist: One really hacky way could be, if there is a squashfs on the iso, extracting that to the harddrive. [12:33] Dont know how i'd do that [12:33] Cause there is nothing on that hdd at all [12:33] D: [12:34] hypermist: Reading [1] it should be possible without an internet connection. [1] http://ubuntuforums.org/showthread.php?t=2215731 [12:36] alright === hxm is now known as Guest22968 === patsToms_ is now known as patsToms === Lcawte is now known as Lcawte|Away [16:54] Is there a script/gui i can install that will allow me to add email addresses and forwarders to my dovecot postfix email server? [19:23] where would be the proper place for mysql-server packaging questions (or maybe bugs) [19:24] launchpad seems to have a bunch of msyql-server projects for bugs, but nothing really for packaging, and I'm not sure where I would ask questions regarding my packaging of conf files for mysql-server [19:24] Perhaps in #ubuntu-app-devel [19:36] genii: thanks, I'll try there === Lcawte|Away is now known as Lcawte [23:05] hi, is it possible to add a wily repository to a trusty installation for a single package? [23:05] meaning apt should choose that repo only for that package? [23:07] devster31: technically, yes. man 5 apt_preferences. but I'd recommend building a proper trusty backport in a PPA, rather than using a package built for a different release [23:08] devster31: whether or not it's even technically possible without upgrading large chunks of your system to wily totally depends on which package you're talking about [23:09] this isn't core stuff, it's roundcube , php mail web interface, shouldn't break anything important [23:16] so, in this case I would add the newer repository then specify in apt_preferences all packages whose target should be the newer repository? can I do all of them in 1 go? also if they aren't installed I need to specify the -t flag or do they get automatically picked from the preferences? [23:17] by default APT will pick the latest version from all available repositories; you want to set the wily repository at a lower priority, so it doesn't get used in general, and set only roundcube to a higher priority (e.g. same as trusty-updates) [23:17] 'apt-cache policy' (with no other args) will show you a summary of the current priorities [23:18] once you've set up your preferences, you don't need to use -t [23:19] thanks, I think I'll try in a vm first [23:19] good plan === Lcawte is now known as Lcawte|Away