[01:11] hello, I'm trying to understand the /proc/ exe folder. Does it only appear when a process is running? I don't seem to be able to find it under 4.8.0-22 [06:48] hi need help adding pagespeed to ngnix. got problems with nginx: [emerg] dlopen() "/etc/nginx/nginx/modules/ngx_http_passenger_module.so" failed (/etc/nginx/nginx/modules//etc/nginx/modules.conf.d/phusion-passenger.conf:1 [08:54] Rar9: apparently the configuration file path the phusion passenger module uses to find its configuraiotn is incorrect [08:55] i doubt you have it stored at /etc/nginx/nginx/modules//etc/nginx/modules.conf.d/phusion-passenger.conf - more likely at /etc/nginx/modules.conf.d/phusion-passenger.conf ? [08:55] if you built nginx yourself, make sure the configuration file base path was set correctly as build option. [08:56] (won't guide you on this, that's OT, maybe ask in #nginx) [10:09] tomreyn i`m only trying to replace the sesisitng older nginx that come with plesk and add pagespeed - https://talk.plesk.com/threads/how-to-compile-nginx-with-additional-modules-pagespeed-cache_purge-headers-more-and-others.340640/ [10:10] but this phusion-passenger is causing trouble [10:11] is there anything under step5 that might be wrong? [10:27] Rar9: i dont do Plesk nor nginx compilation support === devil is now known as Guest4502 === Guest4502 is now known as devil_ === devil_ is now known as devilz [14:30] Hi there! [14:31] Could anyone point me to a comprehensive guide on DHCP on Ubuntu Server? I've been reading the manpages, and overview instructions on getting one up and running (and, for all intents and purposes, my server is running, but doesn't seem to be handing out addresses...) [15:09] I'm trying to mount an exfat formatted usb-disk in a headless ubuntu server 14.04, but haven't had much success. Anybody care to assist? It shows up in dmesg and lsusb, but not in fdisk -l or lsblk [15:40] jakst, if it doesn't show up in those, then it cannot read the drive [15:40] what does dmesg say? [15:41] It works when I mount it in ubuntu 15.10, but not on my 14.04 machine [15:41] I didn't ask about that [15:42] https://www.irccloud.com/pastebin/OBrXuiHx/ [15:42] patdk-lap: This is dmesg [15:42] that says it found a new usb device [15:42] it doesn't say it found a drive [15:42] Fair enough [15:42] no more dmesg info? [15:43] Not from plugging the drive in [15:43] I also noticed the usb folder doesn't exist in /lib/modules/3.16.0-77-generic/kernel/drivers. Could that be it? [15:44] is it in a usb3 port? [15:44] No, usb2 [15:44] your missing this [15:44] usb-storage 1-1.2:1.0: USB Mass Storage device detected [15:45] it could be [15:45] you must have installed a strange kernel to not have it [15:46] patdk-lap: Hmm, I took the official iso from ubuntu.org [15:47] Haven't tinkered with the kernel [15:48] dpkg -l | grep ^ii..linux [15:48] what does that show? [15:48] https://www.irccloud.com/pastebin/NvddkveC/ [15:49] ya, probably doesn't have any drivers, cause it got loaded as a vm image [15:50] Okay, so missing drivers is my probably my problem then. Seems reasonable. How would I go about fixing that? [15:51] apt-get install linux-generic-lts-utopic [15:51] I think that is all that is needed [15:52] you might also need, apt-get install linux-firmware [15:52] Hey that worked. Thanks a bunch! [15:52] Quick and easy with some guidance :) === JanC is now known as Guest36383 === JanC_ is now known as JanC [19:05] on gzip level of compression will do effect on the speed of compression -3 always faster than -6 default level, but on bzip2 manual... will it do the same? because bzip manual said --fast and --best aliases are primarily for GNU gzip compatibility. In particular, --fast doesn't make things ... [19:05] significantly faster.