[00:01] but at least he keeps the windows users away from my office === Sachiru is now known as Guest9558 === Sachiru_ is now known as Sachiru === thesheff17_ is now known as thesheff17 === broder_ is now known as broder === brian is now known as Guest6283 === n2deep_ is now known as n2deep [03:02] hey guys! anyone around to help out with a BIND and/or DHCP setup? I have been working on it quite a bit and things don't seem to be working quite right. [03:15] sudormrf: What's the issue? [03:15] Armadillos, thanks. [03:15] I am working on setting up a new server at home. I am starting off by setting things up in VMs to test things out before pulling the trigger. Most of the other things should go fine, but I seem to be having issues with dhcp/bind (not sure which is causing the problem). I have a server and client VM setup, both using host only for their network. The server is providing ip addresses to the client via DHCP and the client is getting and u [03:15] sing that address, however the info in the resolv.conf for the client is not populating correctly. It is not receiving the nameserver or search domain from the server. Looking in syslog I am seeing an error that says "forwardmap from servertest.mydomain.local to 172.16.30.128 FAILED: Has an address record but no DHCID, not mine." sort of flummoxed at this point [03:16] Hmm... [03:18] Armadillos, the strange thing is the client has occassionally gotten the correct info. [03:18] then I shut the server down and shut the client down [03:18] start the server back up [03:18] then the client [03:18] and it stops getting the right info [03:18] O.o [03:19] yeah. it's strange [03:19] Can you paste your dhcp config file so I can take a look? [03:20] Armadillos, sure. give me a sec. the vm doesn't let me copy and paste to and from it to the host, so it will take a sec. [03:20] NP. Make sure you use a paste website, and not drop it all into IRC. :) [03:21] heh. of course :D. sec. [03:25] Armadillos, can you think of any other configs you may want to look at while I am at it? [03:26] Let's go off of that right now. [03:30] ok I grabbed everything else for now. I will PB them all and just save the links :D [03:32] K [03:32] just saw a different error in the syslog on the server: unable to add forward map from servertest.mydomain.local to 172.16.30.128: SERVFAIL [03:34] here is the dhcpd.conf http://paste.ubuntu.com/7584708/ [03:39] On your client VM, is it running like a server (no GUI), or do you have a full GUI in place? [03:40] the client is ubuntu desktop :) [03:40] Are the network settings being controlled by Network Manager? [03:40] they are indeed [03:40] no changes have been made to NM [03:41] Because network manager will set resolv.conf to 127.0.0.1 normally, and it will use a DNS Masq to use a "local" DNS server [03:41] well, one. I commented out the dnsmasq line so I could verify if it was receiving the nameserver [03:41] Your /etc/resolv.conf, is it pointing to 127.0.0.1? [03:41] Ahh,, Okay. [03:41] commented that out :D [03:41] yeah [03:41] What is in your /etc/resolv.conf file? [03:42] now? [03:42] When the machine boots up and gets it's DHCP address. [03:43] ah. in that case nameserver 172.16.30.1, search localdomain. what I am expecting to see (and have seen a couple times) is nameserver 172.16.30.128, search mydomain.local [03:43] And you have bind running on that IP? [03:45] on 128? yes [03:45] just checked the status and it says it is running [03:46] * Armadillos scratches head [03:47] yeah it is a head scratcher :S [03:51] I wonder if it's because you have the same IP address listed twice in the "option Domain-name-servers" area. Have you tried it with just one? [03:51] what's equivalent to this command to check only the installed pkgs [03:51] apt-cache rdepends libgnutls26 | grep -v lib [03:51] axisys: The #ubuntu channel would probably be able to answer that better, as more active people are there. [03:52] Armadillos, I have tried it with just one. didn't resolve the problem :( [03:52] I can try it again if you think it would help [03:53] Try it and see... I think you're right on this, but it's a "hunch" at this point... [03:58] ok [03:58] just did a TCPdump (haven't commented it out yet) [03:58] perhaps this will be helpful? [04:01] It's possible. [04:11] http://paste.ubuntu.com/7584864/ [04:11] there it is [04:18] Hmm... [04:18] I'm baffled at this one... [04:24] Armadillos, interesting. so I tried this: http://pastebin.com/GdEsyECZ and the client picked things up just fine [04:24] uncommented out those lines and it broke again [04:24] probably something with the ddns updates [04:25] Possibly. [04:27] trying something else now. [04:27] :D [04:27] just did this: http://pastebin.com/EbCvHJgN [04:27] and it worked again [04:27] hmm [04:27] maybe it's bootp [04:34] looks like the booting and bootp lines may be the culprits [04:41] Interesting. Bootp isn't really used anymore [04:44] annddddddddd that wasn't it [04:44] something is really strange here [04:52] I have to go. be back later [05:20] I have a server blade with an /etc/network/interfaces configured for eth0 to have a static ip address, but it was meant for a different network, and now i need to "undo" that. If I have "auto eth0" and "iface eth0 inet dhcp" shouldn't it be back to a normal configuration? [05:20] eth0 has no ip after a reboot, so its clearly messing up some where. [05:24] never seen NO ip address what-so-ever show up in ifconfig.. [05:31] 70 persistent network rules [05:31] udev [05:31] I plugged the ethernet wire into the wrong port. [05:31] that should job memories [05:31] Wow === tsimpson_ is now known as tsimpson === smb` is now known as smb [07:38] how do i disable this services ? tcp 0 0 127.0.0.1:6010 0.0.0.0:* LISTEN 2202/1 [07:53] arcsky: Find out which PID it belongs to. [08:00] yeahpla: its 2202 aas u can see there [08:00] but i want it permant close it [08:03] arcsky: Right, so you have to do: ps aux | grep 2202 [08:06] jpds: sure [08:08] arcsky 2202 0.0 0.0 105632 2084 ? S 09:18 0:00 sshd: arcsky@pts/1 [08:11] Hi All. I just installed MAAS on my ubuntu Server. I want to use Maas with several Diskless Server Nodes to increase my Proccessing Power. My question is how can i turn On the Diskless Server over PXE with MAAS? [08:14] xperia: IPMI? [08:15] jpds: thanks a lot for the answer. will look into it. === Tm_Tr is now known as Guest17709 === Guest17709 is now known as Tm_Tr [10:16] Any ideas why chmod would not find a sub-directory when running recursively? http://serverfault.com/questions/601709/why-would-chmod-give-no-such-file-or-directory-when-running-recursively === Lcawte|Away is now known as Lcawte === NCommand` is now known as NCommander === NCommander is now known as Guest10479 [11:21] Hi, can I do away with php 5.5 and use an earlier version without too much hassle [11:21] WHMCS are not up to speed [11:22] 14.04 [11:58] jamespage: bug 1068756 just appeared in our triage list. I think all the arguments are exhaustively discussed in the bug. How do you feel about a UOS session to just make a decision? [11:58] Launchpad bug 1068756 in procps "IPv6 Privacy Extensions enabled on Ubuntu Server by default" [Undecided,Confirmed] https://launchpad.net/bugs/1068756 === psivaa is now known as psivaa-lunch === Guest10479 is now known as NCommander === NCommander is now known as Guest44676 === Guest44676 is now known as ncommander === ncommander is now known as NCommander [12:24] is there an ubuntu specific openstack channel? [12:25] Teduardo: I don't think so. This is the best channel for Ubuntu Server + Openstack discussion. [12:26] ah, okay. I had a very strange issue with LVM yesterday brought on by cinder doing multiple lvcreates and it turns out it's related to the custom udev rules that ubuntu uses. [12:26] is there any way to avoid that sort of thing? [12:28] !stackk|Teduardo [12:28] !stack|Teduardo [12:28] !openstack|Teduardo [12:29] uhh, sure [12:30] Teduardo sorry, I tried. [12:35] cfhowlett: what did you try? [12:37] Teduardo looked for the openstack channel. not found. sorry [12:37] ohhhh [12:37] okay, yeah i guess it's not really an openstack issue i think it's more about lvm and udev in ubuntu === psivaa-lunch is now known as psivaa [13:41] how can i remove everything from the screen in terminal? [13:42] clear [13:42] or cls [13:42] Hi. What for Software/Solution can be used on a Ubuntu Server to melt the CPU's of several Disk less Computer with one Ubuntu Server Computer. [13:42] Ideal would be if the CPU System Information would then show 1 Processor with X available Cores as one Computer instead X Processors with 1 Core on X Different Computers. [13:42] Cyberspirit: I mean that it’s no longer scrollable [13:42] And more important: Searchable. [13:42] you would want to look at your logs and clear the logs for bash [13:43] http://askubuntu.com/questions/191999/how-to-clear-bash-history-completely [13:44] I don’t mean searchable with ctrl-r [13:44] My terminal has endless scrolling. [13:44] might want to ask someone else here [13:44] i'm curious myself :) [13:46] Okay. [13:46] The problem occured when i wanted to recursively grep all log files. [13:46] Maybe you know a solution for that: [13:46] I have different folders (nginx, app etc.) [13:47] They have various files and older files are gzipped. [13:47] I want to cat all files recursively excluding gz. [13:47] to grep for a specific word. [13:54] shredding: how about something like "find /var/log ! -iname "*.gz" | xargs grep 'some term'" [13:54] I ended up with find . ! -name '*.gz' -exec grep 'preview' {} \+ [13:55] What’s the difference between iname and name? [13:55] I google it. [13:55] may I suggest man :) [13:56] hi - does mdraid support discard (for SSD RAID) in ubuntu 12.04? [13:56] I can use fstrim with md raid'd ssd - just want to know if discard works with mdraid? [13:57] shredding: If you pass the results of 'find' as arguments to grep, grep will report the filename too, as in "grep 'preview' $(find ......)" [13:58] shredding: specifically "grep 'preview' $(find /var/log/ ! -iname '*.gz')" [13:59] TJ-: That’s awesome [13:59] because, then i can pipe the outcoume to another grep. [14:01] yossarianuk: trim support was added to md in linux 3.7 [14:02] rberg_: thanks - I know trim is added [14:02] i.e I can use fstrim on a cron job. [14:03] just wondering is 'discard' should work - i.e auto trimming... [14:03] or if I still need to setup a cron job. === alexisb_out is now known as alexisb [15:06] hi smoser, is there any reason filters for the simplestreams glance mirror aren't configurable? [15:06] i suspect bcause it was written before there were filters [15:07] so no. [15:07] and patches most definitely welcome. [15:07] ok, sounds good [15:10] Hey. I've just installed server 14.04 and it gets part way through booting and then the console hangs (init: plymouth-upstart-bridge main process ended, respawning). But SSH still works. I've tried adding noplymouth to grub defaults but no joy. Any ideas? [15:40] hmm, running this command: add-apt-repository cloud-archive:icehouse gives me: Error: 'cloud-archive:icehouse' invalid is there any way around that? [15:41] smoser: so there is some question about how exactly this should work [15:42] do you want to integrate GlanceMirror with ObjectStoreMirror (i.e. require an object store) so that you get all the reference countign stuff and such? [15:42] or should i just implement the filters in GlanceMirror and leave it to be its own beast [15:44] i think probably just do filters [15:45] ok [16:20] Hey guys. I don't suppose anyone has got xbmc working on 14.04 server have they? [16:56] what's the command to get in my email inbox using mutt? the accounts are all in /home/vmail/domain/user/Maildir [16:56] i've read man mutt and i can't figure it out [17:35] Hi everybody, [17:35] I couldn't ssh localhost in the server ... [17:35] Can anybody help me? [17:36] Note that, I get "leaking memory" at changing root password ... [17:46] hey. random query... [17:47] mynetwork has been a bit less than reliable lately. [17:47] i want to run something that logs the status of my connection, ideally only showing state changes. but basically showing if a.) i can ping a host or series of hosts b.) i can hit a web site. [17:48] i can write something, but i'd rather not if i dont have to. [17:48] anything available that i can run ? [17:59] I can't seem to figure out how to get bind on my 14.04 server, I've tried to the usual "apt-get install bind9" but it's saying there's no installation candidate [18:00] even the installation guide suggests what I've already done: https://help.ubuntu.com/14.04/serverguide/dns-installation.html [18:18] here's what I have in my sources.list: http://pastebin.com/x0J0KZ5t and here's what I get when I try to install it: http://pastebin.com/vbKkvFQW [18:20] Monotoko: have you run an 'apt-get update' with that apt sources.list yet? [18:21] * Monotoko facepalms [18:21] thank you sarnold [18:21] I've been working with CentOS for too long [18:22] hehehe :) [20:30] Armadillos, you around? [20:35] Armadillos, interesting turn of eventsw [22:26] anyone know if it's possible to use nfs4 without exporting /export with fsid=0, like i just want a subdir in /export/subdir exported to a specific host [22:32] shinobi_one: So export /export/subdir witg fsid=0 or use NFSv3. [22:33] bekks: let's say i have /export/subdir1 and /export/subdir2, both i want to go to unique separate servers, should i set fsid=0 on both of those? or will that simply not work [22:33] shinobi_one: That wont work, afaik. [22:33] i don't want to use nfsv3 because nfsv4 is more reliable, and this is stuff that will be mounted basically 24/7 and be used for backups and such [22:33] nfsv4 more reliable? In which manner? [22:33] state [22:33] ? [22:33] i'm not looking to get stale nfs every week [22:34] You can get stale nfs locks with nfsv4 too. [22:34] it's less common though [22:34] as far as i've read [22:35] Mount the share, and just poweroff, not shutdown the exporting server, and you will have your lock. :) [22:35] i mean, i suppose it may be possible to export the /export root to both of the 2 servers separately right? [22:35] i'll try that [22:35] It depends on the share and mount options, not on th v3 / v4. [22:36] I, can someone help me?, I need to print in raw mode in an EPSON FX2190, trying with "lp -d EPSON_PRINTER -o raw Archivo.prt" I can print, but I don't now how to onfigure the printer to print in raw mode automatically so I can Print the files generated from my DOS emulated app in DOSBox from ane text editor like Geany or gedit. [22:40] btw bekks: it totally works to export the /export root dir to 2 servers specifically, then add the exports for the subdirs uniquely as well [22:43] suddenly having issues. Getting 'plymouth-upstart-bridge main process ended, respawning' and then the screen blinks about every 20 seconds [22:43] but goes no further in the boot process [22:47] correction [22:47] boot just takes ages [22:48] heh [22:48] anyone know why when I run debmirror, it isn't picking up the installer ? [22:49] heh is right ;) [22:50] ignore me. I'd ballsed up my network bridges [22:51] Phibs: crazy; my timestamps show you joining 29 seconds after I said 'heh'. [22:52] you muts be a bit lagged :) [22:53] Phibs: I was thinking much the same about you :) [22:55] with nfsv4 are you supposed to be able to mount the root dir say /export and see all of the subdirs?