Folks
Running Ubuntu 10.04LTS, everything going well and fast now I am reverse
proxying with nginx.
Last night there was an automatic update to apache2:
This morning all sites were broken. This was traced to php5 being removed!!!!
On Friday 09 November 2012 09:55:11 Mike Little wrote:
> On 9 November 2012 08:53, John Logsdon <j.logsdon@quantex-
> As Tom said, don't do auto-updates - you must have control, you must
> be on hand to handle something going wrong.
>
> But unlike Tom, I say there is nothing wrong with running Apache2.
> Seriously, it still has 60% of the market[1] for a reason.
Yep.. can't argue with that. I ran 10.04 for years on my home box and some others. Now running 12.04 which had an Apache update last night. Sometimes I've used Debian and or CentOS or Scientific Linux which is more up to date than CentOS.
I don't like auto update on web servers. Like shooting your own foot off.
http://sleepypenguin.homelinux.org/
http://sleepypenguin.homelinux.org/blog/
--
Richard
https://twitter.com/SleepyPenguin1
On Friday 09 November 2012 10:57:16 John Logsdon wrote:
> There are some updates that leave things as chmod 000. These are
> things like apt-get and logrotate. I don't know why webmin does
> this.
Webmin was put down as a major security risk a long time ago. I switched to SSH. At least you know it's reasonably secure.
> To answer Mike's question, I do have an unusual setup but AFAIK it
> is entirely 'legal'. I suspect there is a permissions assumption
> somewhere in webmin. Perhaps I should stop using it completely and
> cron the updates manually but it is quite a useful tool
Hmm.. . don't like to shove people but I'd drop it.
> [I used Scientific Linux in the past and the thing I particularly
> liked about it was that CERN or Los Alamos would seriously test the
> compilers and other tools, unlike RH or CentOS which just
> repackaged the RH offering. This was particularly important to me
> although I also used the Intel Fortran compiler which is excellent.
> Fortran? Anyone?]
Fortran. Yes. Was involved in the early stages but given up in recent years. MonoGame. MonoDevelop. I'm on the Fermilab list and been to Fermilab a few times. Nice crowd of people. Sci Linux seems to produce a reliable web server. Up to date.
--
Richard
John
> You're right - Fermilab not Los Alamos!
Yes. Los Alamos was Richard Stallman. Spent a lot of time talking to him about it. Not everyone would want to do that.
> ?SSH Presumably you mean SHH?
Yep.. secure shell.. http://en.wikipedia.org/wiki/Secure_Shell - the standard tool for system administration.
> I thought the security issues had been fixed with webmin but perhaps
> I should move. There is nothing tied to webmin anyway.
Problem is... that ... every year or two it's fixed and then about six or twelve months later it comes back again. Bit like malware on winduhs servers. On my Ubuntu server I use HAVP which scans for anything nasty.
> There are a number of reports of false positives and problems with
> SHH according to a Google search.
Install fail2ban or denyhosts. It's not 100% reliable but at least it takes care of the script kiddies.
> What other updaters do people run - or do people just cron apt-get
> -d upgrade?
<shrug> I just do 'smart update' 'smart upgrade' (apt-get install smartpm) or 'apt-get update' 'apt-get upgrade' for 60 seconds a week. Reboot after upgrade ? No reboot on GNU/Linux or BSD web servers. 60 seconds of hard slog and walk away. Time to go out for a walk afterwards in the sun :)
--
Richard
Yep.. secure shell.. http://en.wikipedia.org/wiki/Secure_Shell - the standard tool for system administration.
> I thought the security issues had been fixed with webmin but perhaps
> I should move. There is nothing tied to webmin anyway.
Problem is... that ... every year or two it's fixed and then about six or twelve months later it comes back again. Bit like malware on winduhs servers. On my Ubuntu server I use HAVP which scans for anything nasty.
Install fail2ban or denyhosts. It's not 100% reliable but at least it takes care of the script kiddies.
> What other updaters do people run - or do people just cron apt-get
> -d upgrade?
<shrug> I just do 'smart update' 'smart upgrade' (apt-get install smartpm) or 'apt-get update' 'apt-get upgrade' for 60 seconds a week. Reboot after upgrade ? No reboot on GNU/Linux or BSD web servers. 60 seconds of hard slog and walk away. Time to go out for a walk afterwards in the sun :)