Archive for the 'Solved Problems' Category

The ultimate .bat-file for completely resetting and fixing all sorts of stupid Windows Update errors

Read Full Post »

Things to try.

Read Full Post »

debian-archive-keyring up to date? still get the error?
here’s a tip: try without a transparent proxy (i had to flush the cache on mine)

Read Full Post »

On a few systems, I’ve noticed CIFS mounts have a tendency to lock up the system when transferring large files, or a shitload of small ones in quick succession. When this happens, the system may or may not completely lock up, and lines like these will appear in your syslog:
Aug 1 22:58:16 dreadnought kernel: CIFS [...]

Read Full Post »

On my Mac Mini, the hardware clock was seriously screwed up under Debian. The clock would set itself 1 hour back for each boot and cause all kinds of strange issues with cron when corrected. A small fix will remedy this situation.
1. sudo vim /etc/init.d/hwclock.sh
2. change ‘HWCLOCKPARS=’ to ‘HWCLOCKPARS=”–directisa”‘ (note: that’s two dashes before directisa, [...]

Read Full Post »

If you convert a virtual machine which has Microsoft’s “Virtual Machine Additions” installed to a VMWare-compatible virtual machine using VMWare converter or a similar program and then proceed to install VMWare tools to optimize the virtual machine for its new environment, you will quickly find your mouse isn’t all that willing to move anymore. Either [...]

Read Full Post »