31Jan/112
Debian 6.0 Squeeze
Release is only a few days away. I am pretty sure, you can already choose Squeeze for production, it's Debian after all.
Release is only a few days away. I am pretty sure, you can already choose Squeeze for production, it's Debian after all.
January 31st, 2011 - 21:54
I already tested the 1st release candidate of the installer a month ago. There were no surprises, even though it was just a KVM-based system.
April 17th, 2011 - 22:15
Mind the new init procedure. If you wrote your own init script and you skipped the LSB dependencies, it’s now time to implement that (see http://wiki.debian.org/LSBInitScripts). Otherwise the new init will skip your script in return.
The Wiki page will also list some virtual facilities you can use in the dependencies, e.g. $network and $syslog is always useful, but you can also use $all as a failover.