[05:39] morning [05:40] i just noticced a problem when doing upgrade on ubuntu server 16.04 [05:40] with php7.0 [05:40] tried then to reinstall or remove it even [05:40] http://i.imgur.com/LkcuMQ1.png [05:41] moved 7.0 folder from /etc/php/ and still no difference [05:42] help please :) [08:04] hey all, I'm setting up a pre-seed file, but can't seem to figure out how to set answers to these two questions: [08:04] "Partition disks - Amoutn of volume group to use for guided partitioning" [08:05] and "Choose one or more pre-defined collections of software. Choose software to install..." === ShoaibJahejo-awa is now known as ShoaibJahejo [11:47] Hey guys, I upgraded a somewhat "idle" server from 12.04 => 14.04 which not much going on in terms of services and had no problems. Do I have to expect problems with a machine with more services and self compiled stuff? In terms of linked libraries, etc. Just want to know what I'm getting into :) [13:21] hey all, I have a peculiar problem: I am trying to run sudo on a fs which has been mounted ro because of a problem, but it doesn't allow me anything, as it claims that / is mounted with no-suid, which it isn't... any light on why this might be the case? [13:23] /usr/bin/sudo has its suid bit set, to that is not the issue [13:39] is the root file system read only ? [13:48] ikonia: yes [13:48] no sudo for you then [13:49] what I find strange is that there are other mount points which seem to be read write mounted with tmpfs, but they are too read only === JanC_ is now known as JanC === Guest14768 is now known as lordievader [23:05] neither here nor there but does anyone have a suggestion for a straighforward-to-setup logfile agregator? [23:06] yoink, to gather them, or to view? [23:07] lordcirth: ideally it would handle both; thought I've setup rsyslog forwarding, I just find it a bit fidlly but then I'm not leveraging any number of other tools to help do so. [23:07] thought = though [23:08] yoink, for example, there is lnav to view logs. [23:08] lordcirth: anything in the same vane as greylog? [23:08] yoink, if you have many servers to manage, then you should use a configuration management tool such as Salt, which will make configuring them easy. [23:09] *vein ? No, I'm not familiar with greylog, sorry [23:10] thanks [23:29] hey anyone available? [23:31] need help configuring smtp on localhost where ISP blocks port 25. New to setting up server but everything else is configured for a website and is up and running yet cant send email verification emails out. [23:42] jasonbbb: You can configure postfix to relay via TLS-secured SMTP using a remote relay service. [23:46] any links to tutorials for this as i am completely stumped where to begin [23:47] jasonbbb: you would need an external SMTP server, somewhere, with auth configured to be able to send emails out over that way [23:47] and even if that weren't the case, your ISP would probably be in the blacklist as a dynamic range. [23:47] jasonbbb: Start here: https://blog.bravi.org/?p=1065 [23:48] jasonbbb: And consider a service like Mailgun as your relay. [23:48] yep [23:53] what are the summary of the desired steps to set up mailgun? does my server connect via smtp to that server to forward emails type of thing [23:53] pretty much [23:53] though i don't remember all the steps / full process [23:54] which would require me to set up my post fix with the auth file to send to mailgun basically correct me if im wrong.