[02:27] hello all [02:27] I need some help regarding a cluster of 3 ubuntu 14.04 servers. [02:29] They run in the same network, on the same router. My problem is that when I run ifonfig to get the internal IP address of each PC, I get the exact same IP (192.168.122.1) [02:31] potato__: please pastebin the complete ifconfig output from one of them as an example [02:31] potato__: do you have libvirt installed? 192.168.122.1 sounds like the default IP libvirt sets up for its bridge interface - virbr0 [02:32] yes, it's under the vibr0 section. Give me a sec to pastebin [02:33] http://askubuntu.com/questions/246343/what-is-the-virbr0-interface-used-for [02:33] here's the link for the paste bin. http://pastebin.com/qxGUrAyY [02:33] I'm looking at this post right now! [02:33] so that machine's IP address is 83.212.239.118 [02:33] on em1 [02:34] yup. but, this is the IP I use to connect to the machine. I cannot open any other ports on it, as the machines are all protected by firewall [02:34] which disallows all port connections. [02:34] even 22 for ssh [02:34] I ssh to the machines via 443 [02:35] I'm not understanding your initial question - you talked about "the internal address" - but this server at least only has a single network interface, not separate external and internal ones [02:35] or if it does have an internal one, it's not activated [02:36] alright. you're right. I need to activate the internal one. Can I do this by uninstalling libvirt? [02:37] no [02:37] do you know if you're using ifupdown for networking, or something else (e.g. systemd-networkd)? [02:38] if you're using ifupdown for networking, you want to edit /etc/network/interfaces - the documentation for that is in 'man 5 interfaces'. if you're using systemd-networkd, or network-manager, someone other than myself has to help [02:41] alright, thank you very much! [08:29] Good morning. [09:08] this bug is also in ubuntu 12.04 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850718 [09:08] Debian bug 850718 in src:linux "/proc/net/ipv6_route unreadable when number of routes is large" [Important,Open] [09:13] nacc: I have emails about the bot held for moderation at ubuntu-server@. [09:13] nacc: not sure what to do with them. Did you give up on ubuntu-server@? [11:34] Hi I am installing ubuntu server 16.04 on a machine with 8 disks. I got kind of baffled since it asks to install grub on the mbr of "your first hard drive" does it mean sda or does it mean the drive it installed the OS on (eg. sdc) [11:55] cesi first drive means sda [11:57] thanks [13:59] Hello folks [14:00] I am wondering how to secure (encrypt) an UDP traffic ? === degorenko is now known as _degorenko|afk [14:03] Genk1: What is your actual goal? [14:04] sypher, OK I want to secure an UDP syslog traffic [14:04] Genk1: No, you want to secure syslog traffic, specifically. UDP has nothing to do with it. [14:04] sypher, Hmm OK [14:05] so what do you suggest me ? [14:05] Genk1: I assume you're using rsyslog, which is what Ubuntu ships with (I think)? [14:05] I need a client/server solution here [14:05] sypher, true [14:05] Genk1: Then Google "rsyslog tls". [14:06] sypher, Ok but is this a client/server solution ? [14:06] I need something else in the remote server right ? [14:07] Genk1: Given that TLS is a session encryption protocol, and a session has two ends, yes. [14:08] sypher, hmm OK but isn't TLS based on TCP ? [14:08] coreycb: i checked this morning and libvirt unix socket group is set to "libvirtd" for some reason not "libvirt" [14:09] zul, is that a package change? addgroup libvirtd seemed to get the service going again but we need to dig a bit more. [14:10] coreycb: no i dont think its a packaging change because the nova-compute charm uses libvirt or libvirtd based on the lsb_release [14:11] zul, ok [14:11] coreycb: im going to re-deploy and do so some debugging [14:11] zul, i vaguely remember a packaging change to switch groups a release or two ago [14:12] Genk1: No. See also OpenVPN. [14:12] Genk1: I might suggest you rewind a little and get more familiar with the layered network model, how TLS works, etc. [14:13] sypher, OK OK thanks [14:13] coreycb: yeah the nova-compute context covers that [14:13] zul, ok [14:24] coreycb: definently not a packaging change === dannf` is now known as dannf [16:00] rbasak: yes, for now, i've given up [16:00] OK, no problem [16:00] rbasak: which e-mails got held? [16:00] Subject: Ubuntu One: Finish your registration [16:00] and [16:00] Subject: Ubuntu One: Validate your email address [16:01] I can forward them to you if you like? [16:01] ah ha, I wondered why they didn't show up -- I just linked it to a different address, it's ok for now [16:01] * rbasak empties the moderation queue [16:05] rbasak, nacc, was there an irc meeting planned or is it skipped this week due to sprinting? [16:06] smb: it wasn't officilaly cancelled, I believe, but I'm not sure [16:07] win 4 [16:07] oops, sorry, I'm lagging bad === JanC_ is now known as JanC === Guest34220 is now known as medberry === medberry is now known as med_ === Shadowmm_ is now known as Shadowmm [20:15] Hey I am looking for a folder that should be in /wd500/Plex/ but it is not there. If I do a locate for the folder it says it is in /wd500/Plex. Any ideas? I am working with ubuntu server 16.04.1 [20:16] 'locate' only shows you what existed at the time of the last updatedb run [20:16] find shows you the state of the filesystem at the time of traversal [20:16] I didn't delete the folder so I am not sure what happened [20:17] try e.g. find /wd500 -iname '*blah*' -ls [20:17] I did a mv command "v Penny\ Dreadful/Season\ 3/* ../*" but that was it === basedmars is now known as earth_ [20:21] oh. uh. that looks like serious trouble. using "*" in the "last" position of shell commands like that can be insanely confusing. the ../* will expand to list all files from the parent directories, and then it'll be like you wrote "mv penny_dreadful/1.mp4 penny_dreadful/2.mp4 penny_dreadful/3.mp4 ../funstuff.mp4 ../grossstuff.mp4 ../forbiddenstuff.mp4 ../GOAWAY/" [20:21] or even worse [20:22] you may have quite a mess on your hands.. [20:22] hopefully it just threw all the files and directories from the penny dreadful directory and all the files and directories from the parent directory into one of the child directories [20:23] in which case a simple 'find /wd500 -ls' will show you what you need to know [20:23] I wanted to copy everything in that folder [20:26] fwiw the 'right' way to write that command could have been 'mv Penny\ Dreadful/* ..' [20:30] sarnold: I see what you mean. I don't know why I had that last * [20:31] found it thanks [20:36] xpistos: great :) [20:36] sarnold: thanks. I moved everything back again [20:37] xpistos: nice; i'm glad it was all there and easy to find again. I can't recall the exact circumstances but I've seen files lost this way too :( [20:37] xpistos: .. double-check that all the files are what you expect them to be === roaksoax_ is now known as roaksoax [22:01] anyone able to field an selinux question on ubuntu? [22:15] "maybe" [22:15] not many people tend to the policies [22:24] ah, well the question is mostly that MLS shows as on, regardless which profile is used, and if I set it to enforcing I get MLS errors for a few basic things. SO...how do I turn off MLS? :) [22:26] sestatus has "Policy MLS status: enabled" [22:27] (makes it odd that there's an mls profile, if the non-mls profiles are gonna have mls enabled...) === madratrace_ is now known as madratrace