27 November 2005

12 November 2005

Open Source games

From http://games.mymyah.com/ you are able to find a huge list of opensource games that are intressting ! Here are some of the highlights that i actually downloaded !
On the same page there are some free games listed also.

Andelsforeningen Essexpark 3

Den 1. november var der stiftende generalforsamling i min andelsforening. Jeg er kommet ind i bestyrelsen som suppleant og vil være med til at stable tingene på benene. I den sammenhæng har jeg undersøgt et par emner som der skal drøftes videre når vi holder vores konstituerende bestyrelses møde.
For at blive medlem i ABF koster det 148,- for hver af de 24 andele årligt. For de penge får vi rådgivning og mulighed for at deltag i kurser og foredrag.

04 November 2005

Installing SP2 and having problems with atapi.dll

The backup process of SP2 can hang when trying to read the file c:\windows\system32\drivers\atapi.dll - the backup utility says it can't find it yet you can go in the folder and see it is there.

The reason the file cannot be accessed is because you are using it in the system.. duh.

To find out what process is using this file download http://www.sysinternals.com/Utilities/Handle.html
Start a command prompt and type

> handle atapi
System pid: 4 1384: C:\WINDOWS\system32\drivers\atapi.sys
The answer was process id 4, the "System", next you can kill that handle:

> handle -c 1384 -p 4
Handle v3.11
Copyright (C) 1997-2005 Mark Russinovich
Sysinternals - www.sysinternals.com

1384: File C:\WINDOWS\system32\drivers\atapi.sys
Close handle 1384 in System (PID 4)? (y/n) y

Handle closed.

There you go... you can now continue with what you where doing... but remember to restart as soon as the SP2 install is done, you have most likely upset your system by removing the handle.