[00:02] sarnold: ah sorry my fault, it is actually running but for some reason emails are bouncing back with No Such User... [00:02] aha :) [00:12] hi i have a LAMP server set up and index.html in /var/www/html , i have now created antoher page and named it othersites.html also stores at /var/www/html . i have link from index to othersites but on localhost in browser it cant find the page when i clcik the link [00:13] are my paths or storage loctions wrong? [00:14] accessing my phpbb page on localhost works fine [00:17] danielthebague: are there any messages in the error.log or access.log that might help indicate the problem? [00:20] 127.0.0.1 - - [22/Jan/2016:00:18:58 +0000] "GET /ext.css HTTP/1.1" 404 494 "http://localhost/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0" [00:20] 127.0.0.1 - - [22/Jan/2016:00:19:01 +0000] "GET /othersites.html/ HTTP/1.1" 404 503 "http://localhost/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0" [00:21] the trailing slash is funny; try again without it? [00:23] same problem [00:24] just worked now thanks for that [00:24] be gooing mad for hours [00:24] web servers are like that :) hehe [00:25] my localhost/phpbb/ page works fine with the slash [00:26] that's loading a "directory", which is then served by an application; when requesting a file, it needs to be the filename.. the slash causes it to look for an index file in a directory, which fails.. [00:27] ah thanks how stupid am i [00:27] thank you very much for helping [00:28] now i can sleep easy tonight [00:28] cheerio [00:54] So i configured my OpenVPN server [00:55] and openvpn start server [00:55] work [00:55] when i use it manually [00:55] but i can not get systemctl to start it [00:55] No vpn is running i get [00:56] just need the missing piece that points to my server conf [00:56] but i cant figure it [00:56] out [04:11] whats the best way to get the latest 12.04 image for a kvm use? [04:11] I'm having a lot of troubles using virt-manager from my machine [04:12] especially at the image/cdrom selection step [04:36] Waheedi: what version of linux are you using to try to do this? [04:36] 14.04 [04:40] if you are curious to know what other issues I'm having with virt-manager, whenever I connect to a host it disconnects other hosts :) [04:41] my version is a bit old I think 0.9.5 [04:50] i will try again [05:33] any ideas why my 12.04 VM boots to Stopping System V runtime and just hangs? [05:34] many ideas :) [05:35] how are you connecting to it ? [05:37] guys i just needed this link http://cloud-images.ubuntu.com/releases/12.04.2/release/ubuntu-12.04-server-cloudimg-amd64-disk1.img [05:37] oof [05:37] well its running in a hyper-v environment [05:38] and [05:39] thats it, i connect to the console [05:39] what I would like to do is use ctrl-alt-f1 to switch tty [05:39] but idk how to issue that via hyper-v lol [08:17] how to kill a process that doesn't want to get killed? [08:17] an3k: kill -9 [08:18] doesn't work [08:19] maybe it has a zombie child [08:20] It's mv /local/file /mounted/on/cifs/share [08:20] It's still running, even killing as root doesn't work and I can't umount the share so that the process kills itself ... [08:21] umount -f also doesn't work, still get "umount2: Device or resource busy" [08:22] and you're not cd'd into any of the dirs involved? [08:23] I was [08:23] nevermind, shutdown -r now [08:26] haha, even that didn't worked. Had to power cycle the system ... [08:35] god, bonding on 14.04.3 is so buggy and unstable ... === Piper-Off is now known as Monthrect === Monthrect is now known as Piper-Off [11:58] kickinz1: we can talk about the NTP merge, but can we defer it by another half hour please? I've not quite finished my morning catchup. [11:58] rbasak, no pb [12:22] oh wow, we're getting back into sync with upstream for ntp? :)) finally client-only mode in ntpd [12:24] by upstream I mean ntp.org, not debian. [12:26] ok, upstream is still a little bit ahead but not by much. [12:51] kickinz1: http://people.canonical.com/~ubuntu-security/cve/ [12:51] This is the Ubuntu CVE tracker. YOu can look up status for any CVE there. [12:52] eg. http://people.canonical.com/~ubuntu-security/cve/2015/CVE-2015-7852.html [12:52] Though it doesn't have completed information about which upstream version has that fixed [12:52] So I'd follow the link to http://support.ntp.org/bin/view/Main/SecurityNotice%23October_2015_NTP_Security_Vulner [12:53] But the link looks broken. [12:53] Anyway, we'd want to chase that down to check which upstream release upstream consider the CVE fixed in. [13:15] rbasak, thanks [13:31] I have a file that has no acl on it no selinux, nothing. I am unable to open that file via samba share. If i make a copy of that file into the same folder I can open the copy from the samba share. I can not see any changes in permission in the copied file and still I can open that file from a samba share while I am unable to open the original file what could possibly be the problem? [13:31] trippeh_: we're working on it. === stiv2k_ is now known as stiv2k [15:19] http://pastebin.com/xMy6m2vx ?!?! [15:20] VLAN on Bonding on two NICs is obviously a real problem for Server 14.04.3 LTS === cpaelzer is now known as cpaelzer_afk === Piper-Off is now known as Monthrect === beisner- is now known as beisner === mbruzek is now known as mbruzek_SCaLE === `jpg_ is now known as `jpg [18:09] hi I set up a new ubuntu server. created some user accounts. when I log in missing the .profile and .bashrc. I copied it from /root over to /home/user and chown'd it but it's not really being used. am I missing a step? [18:11] jpastore: Are you using bash as login shell? [18:11] .profile is just executed by the desktop manager iirc, not by bash anyway [18:12] yes with bash [18:12] hmm...but ti seems to run when I sudo -i [18:13] Schalla, the profile seems to source the .bashrc only. can I rename to .bash_profile? [18:15] jpastore: If your login shell is set to bash (might be worth to check, I am unsure whether useradd defaults to /bin/sh or /bin/bash), .bashrc should work fine [18:16] But maybe someone else can confirm / clarify that [18:17] Schalla, does not look like it was explicit set in the passwd [18:17] thanks [18:17] The shell? [18:17] What it was set to? [18:17] nada [18:17] the other users had /bin/bash mine was: normal crap: [18:18] no /bin/bash at the end [18:18] thanks! I'll tinker with it when I get back super apprecaite the help [18:18] Glad if it works, was just a guess. Good lcuk! :) [19:07] jpastore: Is your user able to read those files? [19:25] stgraber: how can lxd be tested on xenial? the ppa only seems to go up to wily [19:25] hallyn: ? ↑ [19:26] pmatulis: just install it from the archive? [19:30] stgraber: d'oh === cpaelzer_afk is now known as cpaelzer [20:10] lordievader, yes. interestingly the copy files were already owned by the user when I copied them as root [21:34] please anyone else with experience with ldap configuration, client side? [21:34] !ask | rjb [21:34] rjb: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [21:37] i need help to configure ldap client side Ubuntu 14.04 64 bits [21:37] thank you [21:43] rjb: you will need to ask a more specific question. hints: ① what are you trying to do, ② what did you try, ③ what problems/errors did you encounter [22:17] hi, tried following a guide to set up a tftp server on 14.04 so I can backup my running config on the router and I'm getting a permission denied even though I chmod 777 the target operating folder [22:19] btw I did: iptables -I INPUT 1 -s router.ip -j ACCEPT [22:20] I tried to tftp from my box and get the permission denied so I do not believe it's a fw issue [22:23] are you trying to upload to a tftp server? are you sure that's allowed? if it is allowed does it require any special configuration to allow it? [22:27] sarnold, trying to upload from router to tftp server. I'm allowing it, I chmod 777 and chown'd to nobody:nogroup [22:29] jpastore: is this bit about --create still true? http://askubuntu.com/a/443129/33812 [22:29] sarnold, I don't know [22:30] bit that's not what I my server args look like [22:30] thanks let me try that 1 sec [22:31] sarnold, well that did not work [22:32] sarnold, checked the man pages and -c is not there [22:33] dang :/