DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
In your sources.list , you must have main contrib and non-free.
kernel-image package is replaced by linux-image 2.6.12.
Then you'll be able to get rid of the error, after installing your new kernel.
Don't do apt-dist upgrade, that's my advice. Install apt-listbugs and change
your sources : etch ===> sid or unstable if you want it.
Hope that helps.
cheers
Oh....
Code:
debian:/home/hkl8324# dpkg -i apt-listbugs_0.0.49_all.deb
Selecting previously deselected package apt-listbugs.
(Reading database ... 118354 files and directories currently installed.)
Unpacking apt-listbugs (from apt-listbugs_0.0.49_all.deb) ...
dpkg: dependency problems prevent configuration of apt-listbugs:
apt-listbugs depends on ruby (>= 1.8); however:
Package ruby is not installed.
apt-listbugs depends on libruby1.8 (>= 1.8.1); however:
Package libruby1.8 is not installed.
apt-listbugs depends on libdpkg-ruby1.8; however:
Package libdpkg-ruby1.8 is not installed.
apt-listbugs depends on libzlib-ruby1.8; however:
Package libzlib-ruby1.8 is not installed.
apt-listbugs depends on libintl-gettext-ruby1.8; however:
Package libintl-gettext-ruby1.8 is not installed.
apt-listbugs depends on libxml-parser-ruby1.8; however:
Package libxml-parser-ruby1.8 is not installed.
dpkg: error processing apt-listbugs (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
apt-listbugs
debian:/home/hkl8324# apt-get install apt-listbugs
Reading Package Lists... Done
Building Dependency Tree... Done
apt-listbugs is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
apt-listbugs: Depends: ruby (>= 1.8) but it is not going to be installed
Depends: libruby1.8 (>= 1.8.1) but it is not going to be installed
Depends: libdpkg-ruby1.8 but it is not going to be installed
Depends: libzlib-ruby1.8
Depends: libintl-gettext-ruby1.8 but it is not going to be installed
Depends: libxml-parser-ruby1.8 but it is not going to be installed
hal: Depends: udev (>= 0.063) but 0.056-3 is to be installed
That mean i have to solve the dependencies by hand???
Hey, don't sweat it, I just yesterday had pretty much the SAME problem you have, and with pointers from these guys I got it figured out. Here's what I did:
Distribution: Debian sid, aptosid, Linux Mint, MacOS X
Posts: 847
Rep:
Try what has been suggested by the previous poster.
Apt-listbugs has basically to be installed IMMEDIATELY
after you have the distro installed so that nothing comes in its way.
It is a useful tool to help you manage your installing packages. For
the moment, it is buggy, apt-listbugs says apt-listbugs is buggy
[code]
Setting up at (3.1.9) ...
Starting deferred execution scheduler: atdinvoke-rc.d: initscript atd, action "start" failed.
dpkg: error processing at (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
at
[/code
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.