Kenneth Dalbjerg

Debian packages cpio failes to be updated

Saturday, November 8th, 2008 Posted in Debian | No Comments »

If you have some troubles upgrading cpio, it returns this error: Preparing to replace cpio 2.6-18 (using .../cpio_2.6-18.1+etch1_i386.deb) ... Unpacking replacement cpio ... Replaced by files in installed package tar ... dpkg: error processing /var/cache/apt/archives/cpio_2.6-18.1+etch1_i386.deb (--u ...

Tweaking mySQL in Debian

Monday, September 1st, 2008 Posted in Computer, Linux | No Comments »

This guide is not complete to tweak you mySQL on Debian systems, because a good tweak is depending on what you want to use mySQL to. Key Buffer: The key buffer holds the indexes of tables in memory, and of cause a ...

Installere 2 ens Debian maskiner op.

Saturday, August 2nd, 2008 Posted in Debian | No Comments »

Det kan være praktisk at nå man skal installere 2 ens maskiner op, bare at finde frem til hvilket pakker der er installeret på den ene, og så overfører dem til den anden, dette gøres nemt med dpkg og dselect. Først ...

Problems with apt-get in Debian (NO_PUBKEY A70DAF536070D3A1)

Tuesday, July 1st, 2008 Posted in Computer, Debian, Linux | No Comments »

I got this error: W: GPG error: http://security.debian.org testing/updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A70DAF536070D3A1 W: GPG error: ftp://ftp.port80.se testing Release: The following signatures couldn't be verified because the public key is ...

Debian and build a package from source

Tuesday, March 11th, 2008 Posted in Debian, Linux | No Comments »

I want to build pure-ftpd from source becurs my debian server dosent support capabilities. So first i download the package: host:/usr/local/src/# cd /usr/local/src host:/usr/local/src/# apt-get -b source packagename Then i change the debian/rules files in the package, so that pure-ftpd not support capabilities. (--without-capabilities) host:/usr/local/src/# ...

Debian: Installing the same packages on another machine

Friday, April 28th, 2006 Posted in Debian | No Comments »

1) dpkg --get-selections > list.txt --- do this on source system move "list.txt" to target system 2) dpkg --set-selections < list.txt --- do this on target system 3) dselect install

Debian Unstabe NO_PUBKEY

Wednesday, April 19th, 2006 Posted in Linux | No Comments »

When you run apt-get in Debian Unstable, you can get a error like this: W: GPG error: ftp://ftp.se.debian.org unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 010908312D230C5F W: You may want to run apt-get ...