No, I don't. I re-installed frtom the slink cd again, so all was lost. I have another problem now: After choosing the scientific workstation in slink 2.1, I did, pointing sources.list to frozen, 1. apt-get update 2. apt-get dist-upgrade Here all went smooth, but then, after I did 3. apt-get install lyx apt-move dpkg-dev alien the system went postal, the screen was passing really fast, showing something like "Error ... hole in 3?4?.." The system did not respond to <Control>+<C>, nor would allow me switching to any other console-terminal. So I pushed the reboot button, but then it would not come back normally, it had a problem with the file system, allowed me to enter only as read. I don't know how to fix it. Basically I have now a potato system that is unusable for me. Please help. Thanks, Antonio.
"Karl M. Hegbloom" wrote: > I also wonder if you still have a list of the selections held by > `dpkg' in that machine? > > `dpkg --get-selections' > > `dpkg --set-selections < dpkg-selections' > > `apt-get dselect-upgrade' > > >>>>> "Antonio" == Antonio Rodriguez <[EMAIL PROTECTED]> writes: > > Antonio> I haven't found any package called dpkg-scanpackages. I searched > the deb > Antonio> site, can't find it. can you be more explicit? > Antonio> Thanks > > % dpkg --search dpkg-scanpackages > diversion by dpkg-multicd from: /usr/bin/dpkg-scanpackages > diversion by dpkg-multicd to: /usr/bin/dpkg-scanpackages.dpkg > dpkg-dev, dpkg-multicd: /usr/bin/dpkg-scanpackages > dpkg-dev: /usr/share/man/man8/dpkg-scanpackages.8.gz > diversion by dpkg-multicd from: /usr/bin/dpkg-scanpackages > diversion by dpkg-multicd to: /usr/bin/dpkg-scanpackages.dpkg > diversion by dpkg-multicd from: /usr/man/man8/dpkg-scanpackages.8.gz > diversion by dpkg-multicd to: /usr/man/man8/dpkg-scanpackages.dpkg.8.gz > dpkg-multicd: /usr/man/man8/dpkg-scanpackages.8.gz > diversion by dpkg-multicd from: /usr/man/man8/dpkg-scanpackages.8.gz > diversion by dpkg-multicd to: /usr/man/man8/dpkg-scanpackages.dpkg.8.gz > > Here's the script I run to update the Packages files in my partial > mirror. The mirror is in /home/ftp/pub/mirrors/debian, and this > script is run with it's PWD in /home/ftp/pub/mirrors. The > debian-non-US mirror is a sibling of the debian mirror. > > > #!/bin/sh > pushd debian > dpkg-scanpackages -m 'Debian GNU/Linux binary-i386' > dists/potato/main/binary-i386 indices/override.potato.gz > > dists/potato/main/binary-i386/Packages > dpkg-scanpackages -m 'Debian GNU/Linux binary-i386' > dists/potato/contrib/binary-i386 indices/override.potato.contrib.gz > > dists/potato/contrib/binary-i386/Packages > popd > > pushd debian-non-US > dpkg-scanpackages -m 'Debian GNU/Linux binary-i386' > dists/potato/non-US/main/binary-i386 indices-non-US/override.potato.gz > > dists/potato/non-US/main/binary-i386/Packages > dpkg-scanpackages -m 'Debian GNU/Linux binary-i386' > dists/potato/non-US/contrib/binary-i386 > indices-non-US/override.potato.contrib.gz > > dists/potato/non-US/contrib/binary-i386/Packages > popd > > find . -name 'Packages' -exec gzip -f -9 \{\} \; > > -- > Those who do not study Lisp are doomed to reimplement it - Poorly. > A few months in the laboratory often saves several hours at the library. > > mailto:[EMAIL PROTECTED] (Karl M. Hegbloom)