Posts Tagged ‘debian’

Updates 12-13-2011

So I finally got to catch up with all the WordPress updates.
Every site I manage is now running WordPress 3.3.

All plugins are up to date…
Themes are updated… code has been adjusted to be valid…

I also did a apt-get upgrade and dovecot of course was updated.
svn pull on roundcubemail had some changes…

So the updates end.
Enjoy!

Debian + Apache 2 (CVE-2011-1176)

Debian pushed the apache update finally (get to disable the workaround)
apache2 (2.2.16-6+squeeze1) stable-security; urgency=high
* Fix CVE-2011-1176 in apache2-mpm-itk: If NiceValue was set, the default
with no AssignUserID was to run as root:root instead of the default
Apache
user and group. Closes: #618857

So that should close the issue…
Thanks Debian and Apache for the fix!

Super Upgrade Mode…

So tonight I finally got to roll the Debian 6.0 (Squeeze) update on Inexistence.
There may be some hiccups for the next few days as I fix anything that it broke.

I also started rolling IPv6 support now.
I will start adding AAAA dns records as I continue to test the functionality of each host.
All AAAA records have been set for all hosts now.

So please be patient if you notice anything break, I will more than likely be made aware
of it as it happens and will fix it as soon as I can…

Thanks and enjoy as always!

Updates to follow below (for any hiccups and their fixes):
2011-02-17
Slight hiccup detected with sendmail: local emailing (aka cron jobs) weren’t working as
expected thanks to submit.mc snafu. Fixed now from my preliminary tests aka all
my cron job emails are coming in.

2011-02-19
Did some changes to apache2 to improve performance and security.

SQL the constant headache…

So tonight I went from the stable version of mysql 5.0.51a to 5.1.49 from debian backports.
*Sigh*

We’ve been having issues with database corruptions hopefully this will help out.
Please let me know if any of your sql powered sites have issues…

As always enjoy and I hope everything is great on your end…

Update – 10/18/2010
So the backport upgrade really didn’t help much…
I now have a custom shell script I wrote checking the databases every day around 4am.
If you site goes down around then don’t be surprised and a refresh of your browser should do the trick..
(It takes about 2 to 4 seconds to run and re-spawns mysql to fix the OOM issue it still causes)
I cannot wait till squeeze comes out (next version of Debian).

That is all…

SSH Access…

All SSH access is currently denied for all users as there is a rather evil kernel bug:
Hole in Linux kernel provides root rights

Of course Debian hasn’t patched this in backports yet (which we currently use).
So until this is fixed please drop me a support ticket if you really need shell access.

Otherwise please be patient and I’ll let you know when I lift the ban…

Debian has fixed this with the latest backport kernel upgrade.
Enjoy your shell access again folks!

Applying some varnish

So I installed and setup varnish tonight.
Everyone should start to see a speedup on page loads / requests for all sites on inexistence.

As always please let me know if you have any issues with your site(s).

Enjoy!

PS. I fixed the files that shouldn’t be cached like audio / video files so things return to their
proper streaming speeds.

QoS Enabled (Again)

So I once again enabled QoS (I forgot to enable it when we came back to
using dd-wrt from the airport extreme).

For those who wonder what QoS is that explains it pretty well.

To explain it in easier terms I had to reserve part of the network so upstream
cannot be flooded causing a denial of service. Now mind you a very slight denial
of service more of a lag of service and this fixes the issue quite well. Sadly
this also causes another issue and that is people will now download slightly slower
from the server but everything will be more responsive so the trade off is entirely worth it.

The reason I re-enabled this service is because I’ve noticed several users sending very
large attachments (email) to yahoo. Now normally this isn’t much of an issue but yahoo uses
a deferral system the basically causes inexistence to keep retrying to send said email.
Which yahoo rejects until they decide when it’s ok for the email to be delivered.

(Yes we use DKIM and SPF so there is nothing I can do to accelerate it any further).

So for anyone sending email to yahoo and wondering why it takes so long for
them to get it, this is why and if you really care about the person you are sending
email to then I would strongly suggest to them to use a better service.

Gmail, Hotmail, MobileMe, and many more exist and do the job in a more
standards conforming manner that doesn’t piss off our server..

That’s all for now.

Updates 06-26-2010

Apt-get upgrades:
apache2 apache2-doc apache2-mpm-prefork apache2-threaded-dev apache2-utils apache2.2-common apt apt-utils base-files cpio gtk2-engines-pixbuf libapache2-mod-perl2 libapr1 libapr1-dev libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libgtk2.0-dev libkpathsea4 libpoppler-glib3 libpoppler3 libssl-dev libssl0.9.8 libxext-dev libxext6 linux-headers-2.6.26-2-amd64 linux-headers-2.6.26-2-common linux-image-2.6.26-2-amd64 linux-libc-dev nano nfs-common nfs-kernel-server openssl python-support tar tla tla-doc tzdata usbutils xserver-xorg-video-intel

Svn updates were pulled of course.
Enjoy!

Updates 06-16-2010

I did another apt-get upgrade mainly bind9 stuff nothing too important.

I installed imapproxy for squirrelmail/roundcubemail you should notice
an increase in speed when using them. (I know I did!)

Svn pulls were also performed tonight (roundcubemail, z-push)
Sadly because of so many changes I had to reset the roundcubemail
SQL database you will have to setup your account stuff again. (Sorry!)

I fixed mimedefang today for some reason it had a fit and prevented
sendmail from doing it’s job properly…

I updated all wordpress plugins on all of the sites I manage.

And I played around with WordPress 3.0 RC3 tonight it’s looking good.

Now friend connect with me via the bar at top and read the site more
often users! All major changes that occur on Inexistence I post here!

End of Line.

Updates 06-06-2010

Did some slight upgrading to stuff and some configuration changes.
Zend Optimizer 3.3.9 x64 was installed (used to be 3.3.3 x64)
eAccelerator 0.9.6.1 was installed (used to be 0.9.5.3)
I also changed some php.ini settings:
register_argc_argv = ‘Off’
always_populate_raw_post_data = ‘Off’
magic_quotes_gpc = ‘Off’

If you need any of these on you can add them to your .htaccess or please let me know
and I will either turn it back on or direct you how to live without them.

I also did the apt-get and svn updates…

Return top