I'm running Debian 5.0 and want to dump system memory into a file. I tried "dd in=/dev/mem of=mem.bin " as root. It doesn't work and I keep getting stuff like "Program dd tried to access /dev/mem between xxxxx -> xxxxxx" in the logs. I have a feeling this might have something to do with capabilities, but I having trouble finding how to set them.