[00:49] How do I pin php v5.6 after I add the ppa? [00:56] !pinning [00:56] pinning is an advanced feature that APT can use to prefer particular packages over others. See https://help.ubuntu.com/community/PinningHowto [00:56] NginUS: ^ [00:58] using PPAs, and especially pinning to specific versions or branches also bears the potential to end up with unsupported software versions with known vulnerabilities after a while. === nchambers is now known as Rudolph === phunyguy is now known as phunysanta [03:17] I have this http://bit.ly/2iproVZ in /etc/apt/preferences.d/php5.6 But when I do sudo aptitude update && sudo aptitude install --simulate php, It still tries 7.x [03:42] I have 2 files contradicting each other, how do I find which one the forst line is in? http://bit.ly/2hlvRwP [03:57] is noone here? [04:30] why did you use -1? [04:30] -1 == only install if there is NO OTHER version available [04:30] so yes, it would install ANYTHING but 5.6 if it can [04:32] he left :( [10:49] if i want to allow multiple hosts to access a nfs share, how do i approach that? i cant find any documentation on how hosts are seperated in /etc/exports [10:49] comma? space? [10:50] like this?: /myfolder 192.168.1.1,80.123.123.4(rw,root_squash,sync) [10:51] oh here we go, my google-fu eventually worked. http://www.linuxquestions.org/questions/linux-general-1/nfs-allowing-multiple-hosts-666377/ [10:54] exports is the server not the client [10:55] yeah, i wanted to allow multiple hosts to access the nfs share [10:56] oh, you're putting individual IP's in the share rather than just using the subnet and file/share level permissions [10:56] they are not on the same subnet [10:56] it would appear that one of them is an internet address ??? [10:57] indeed [10:57] i should probably set up vpn between our servers, hmm [10:57] please tell me you're not sharing NFS over the internet ? [10:58] :) it's going to be used to share some temporary generated files [10:58] no idea what that has to do with anything [10:59] sharing NFS over the internet is a very bad idea [10:59] but it's up to you [10:59] how come ? [11:00] big security implications [11:01] i thought nfs with kerb5 wasn't such a bad thing anymore [11:03] still not good on the public interenet [11:03] but it's totally your call [11:04] well, you've yet to explain why in detail, i'm fullly aware that exposing nfs to the internet is a bad idea, however i've heard that with nfs4 and proper auth (kerb5) this shouldn't really be an issue? [11:04] please do educate me if you think i'm wrong [11:05] it still exposes a flawed service and daemon set [11:05] if you think it's fine, and you're comfortable with it, thats fine [11:07] so what do you suggest then for real time file syncing to remote hosts? [11:08] what's the actual use case you have [11:28] yeah [11:28] i'd open nfs to the web [11:28] i'd never* [11:29] it's Sun's cruel joke on the world after all [11:36] oes anyone have a clue why running 'brctl addif br0 eth0' would lock me out of my dedi box running ubuntu? [11:48] EvilAngel: builting a bridge to a device that then knocks the routing off that device [11:51] i guessed that but how can I share my public facing eth0 with the vm's? [11:51] I thought that was a bridge? [11:55] oh ok, i'm groking this now ikonia, thanks [11:58] EvilAngel: basically you need to setup the bridge interfaces on the right IP's and then just link them (bridge) to the physical device, however the table going into that physical device must have access to a layer 7 device that can tranposrt those networks [12:22] but only one ip can be assigned to an iface so I'm basically needing port forwarding for my vm's running services like http etc [12:25] no, multiple IP's can be assigned to an interface [12:25] thats why I specfically said layer 7 transport [12:25] EvilAngel: you could also do this a lot simpler with iptbles forwarding [12:25] rather than bridged network devices [12:44] ok, i think you're right [16:12] hi, is there something special to install ubuntu-server xenial in uefi mode? [16:12] I found some references to ubuntu installation, but unclear if it's different for -server somehow [16:13] I'm pxe booting and it's not obiovus to me if it's installing eufi mode or not, but after installation I still can't boot from that drive [16:15] http://askubuntu.com/questions/696999/unable-to-install-grub-in-dev-nvme [16:15] for example that mentions "choose to create an EFI boot section" [16:16] I see no such thing from parted during ubuntu-server install [16:23] drab, do that from a live desktop iso ? [16:26] before reboot I tried to get a shell, chrooted into target and installed efivar and efibootmgr [16:26] and trying either resulted in a "EFI variables are not supported on this system" [16:27] which sounds like I'm not booted EFI mode for whatever reason... === JanC_ is now known as JanC