Kubuntu – Blankpage / hang after logon
Today I have a problem with my Kubuntu, that after i have apply my password for my user, I just got a blank page, only with the standard background of Kubuntu. I found that...
Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus
Today I have a problem with my Kubuntu, that after i have apply my password for my user, I just got a blank page, only with the standard background of Kubuntu. I found that...
If you have a dead installation, some will not boot you can use this commands, to get the list of installed programs.
1 2 3 4 |
grep -B 1 \ "^Status: install ok installed$" /media/recovery2/var/lib/dpkg/status | \ awk '/^Package:.*$/{print $2"\t\tinstall"}' | \ sort > package.list |
And this command to install it on a new installation:
1 2 |
dpkg --set-selections < package.list apt-get dselect-upgrade |
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...
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...
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...
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...
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
...
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…
Sidste kommentar