mySQL – Table is marked as crashed and should be repaired
Thursday, October 15th, 2009 Posted in Debian, Linux, Windows | No Comments »
if you got this error: Table <TableName> is marked as crashed and should be repaired This could be fixed by go to the path where mysql database files is located, on Debian this will be /var/lig/mysql Go into the database where the crashed ...
Problems with apt-get in ubuntu (NO_PUBKEY 9AA38DCD55BE302B NO_PUBKEY 4D270D06F42584E6)
Tuesday, June 30th, 2009 Posted in Debian | 2 Comments »I got this error: W: GPG error: http://mirrors.sunsite.dk stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B NO_PUBKEY 4D270D06F42584E6 W: You may want to run apt-get update to correct these problems This can be resolve ...
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 ...
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 ...
Vmware Server 1.0.5-80187 on Ubuntu 8.04
Monday, June 2nd, 2008 Posted in Computer, Debian, Linux | No Comments »I have some trouble install vmware-mui on my Ubuntu 8.04. I got it fix, doing this: ln -s /usr/lib/vmware-mui/lib/libcrypto.so.4 /lib/libcrypto.so.4 ln -s /usr/lib/vmware-mui/lib/libssl.so.4 /lib/libssl.so.4 ln -s /usr/lib/vmware-mui/lib/libcrypto.so.4 /lib/libcrypto.so.4 And after that i edit /etc/init.d/httpd.vmware And go line 256. I change so that vmware_exec "Starting httpd.vmware:" vmware_start_httpd 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