-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, Jul 26, 2007 at 05:14:19PM -0400, Chuck Gelm wrote: > Err http://www.virtualbox.org fiesty/non-free Packages > 404 Not Found
I pasted exactly the line you gave in your previous post into my /etc/apt/sources.list on a debian etch x86 system, and ran apt-get update. It worked just fine, the only error being that it couldn't find innotek's gpg key, which is to be expected. I do however see where the problem is though. Make sure that what you have in your /etc/apt/sources.list reads "feisty", and not "fiesty". What you posted to the list read correctly, but the only explanation for the above error would be a typo in your actual /etc/apt/sources.list. Again, if you actually copied and pasted the relevant line from /etc/apt/sources.list verbatim into your previous e-mail, instead of typing it, then something weird is going on here. If you merely typed it into your message, then go back and look at your actual /etc/apt/sources.list, you most likely have a typo in there that you didn't make when posting your previous message. > Here is the output of 'apt-key add innotek.asc'; Cut'n'Pasted: > > gpg: can't open `innotek.asc': No such file or directory Ok, but we still haven't established whether or not you have a file called innotek.asc in your current directory. If you don't, then the above won't work obviously. You can either download that file to your current directory, and run apt-key again, or you can do this: apt-key add http://www.virtualbox.org/debian/innotek.asc This of course assumes that apt-key can deal with urls, which I think it can. > So I ran 'apt-get -f install' and it 'seemed to run okay'. (sorry) > So I ran 'apt-get update' again: If apt-get -f install ran ok, then the package is most likely installed and configured, including dependencies. You can verify this with: aptitude show virtualbox If that says the package is installed, and doesn't complain that the package needs to be configured, then your most likely fine, and you can start using the program. As for apt-get update, see above. You won't actually need to worry about apt-get update anymore for now, until a new version of the package is released. Also, you'll continue to get that error when you run apt-get update, unless you either remove that line from /etc/apt/sources.list, or unless you fix it. > apt-key add innotek.asc still returns: > > gpg: can't open `innotek.asc': No such file or directory > See above. Greg > - -- web site: http://www.romuald.net.eu.org gpg public key: http://www.romuald.net.eu.org/pubkey.asc skype: gregn1 (authorization required, add me to your contacts list first) - -- Free domains: http://www.eu.org/ or mail [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGqSFM7s9z/XlyUyARAvOlAJ9d4A6L7m+2K8Ahf22ioiACQIUY7ACgybZg ckw2eB3G5wOr50bjbtz4t1c= =4zq2 -----END PGP SIGNATURE----- _______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
