Skip to content

Tag Archives: squeeze

PXE booting a Debian Squeeze install

22-Mar-10

Update: I’ve not tested myself, but the comment from Sombunall below points out that package names for the TFTP server and the DHCP server have changed since I wrote this post! It’s often the case that there’s no easy way of installing a machine that doesn’t have any removable media. For instance, I have an [...]

Fixing Likewise startup scripts on Debian Squeeze

11-Feb-10

Just a quick one, this… If you install Likewise Open on Debian Squeeze, you may notice that it doesn’t start on boot-up. The reason is because the new dependency-based boot sequence doesn’t like the init scripts Likewise provides. Luckily, it’s pretty easy to fix. First, make sure you have chkconfig installed (apt-get install chkconfig if [...]