Debian Installation :: Aptitude Safe Upgrade Not Installing Anything
Dec 29, 2010
I am running squeeze. I ran aptitude update and then safe-upgrade. The system detects 104 conflicts and then installs nothing, with no other messages. What can the problem be?
sudo aptitude safe-upgrade Resolving dependencies. open: 794300; closed: 315857; defer: 133767; conflict: 104
View 2 Replies
ADVERTISEMENT
Feb 17, 2011
Today I ran
aptitude update && aptitude safe-upgrade
Like I regularly do, and I see these two packages need to be upgraded:
login passwd
Since these packages seem kinda security-sensitive I would like to know exactly why I would need to upgrade them. I checked Debian's security list but couldn't find anything relevant, and the links to the changelog for both packages are broken:
The requested URL /changelogs/pool/main/s/shadow/shadow_4.1.4.2+svn3283-2+squeeze1/changelog was not found on this server.
Where can I see what is changed in these packages so I can safely upgrade?
View 3 Replies
View Related
Apr 13, 2010
KDE 4.3 squeeze-SID
I've got a strange problem with my last "aptitude safe-upgrade". It had removed all my kde 4.3 and packages I have installed, I don't know why!
This is what aptitude removed :
$ dpkg -l | grep ^rc |awk '{print $2}' | xargs echo .....
I reinstalled kde-full (kde 4) but now with an aptitude safe-upgrade or dist-upgrade. It wants to remove my debian-multimedia keyrings and my wine-unstable and others each time.
# aptitude -s safe-upgrade
Les NOUVEAUX paquets suivants vont etre installs : <<<<<<<<< #new packages will be installed
libparted0debian1{a} libva1{a} libx264-92{a} libxklavier16{a} mysql-server-core-5.1{a}
Les paquets suivants seront ENLEVES : <<<<<<<< # packages will be remove .....
Here is my pref list :
Package: *
Pin: release o=apt-build
Pin-Priority: 989
Package: *
Pin: release o=Unofficial Multimedia Packages,a=unstable,l=Unofficial Multimedia Packages
Pin-Priority: 988
Package: *
Pin: release o=Debian,a=unstable,l=Debian
Pin-Priority: 987
Package: *
Pin: release o=volatile.debian.org,a=stable,l=debian-volatile
Pin-Priority: 986
Package: *
Pin: release o=Debian,a=stable,l=Debian-Security
Pin-Priority: 985
Package: *
Pin: release o=Unofficial Multimedia Packages,a=stable,l=Unofficial Multimedia Packages
Pin-Priority: 984
Package: *
Pin: release o=Debian,a=stable,l=Debian
Pin-Priority: 983
Package: *
Pin: release o=Debian,a=testing,l=Debian-Security
Pin-Priority: 982
Package: *
Pin: release o=Unofficial Multimedia Packages,a=testing,l=Unofficial Multimedia Packages
Pin-Priority: 981
Package: *
Pin: release o=Debian,a=testing,l=Debian
Pin-Priority: 980
And my sources.list:
# SID [URL]
# LENNY [URL]
# SQUEEZE [URL]
View 6 Replies
View Related
Jul 4, 2010
I am new to Debian (just used Gentoo until now), I run a little server for our company and clients. Unfortunately our hosting company switched us from a Gentoo system to a Debian Lenny box with Confixx and stopped maintaining it. So I will need to do the house keeping, which worries me a bit. Today I started and ran: aptitude update && aptitude safe-upgrade and got a huge list with packages to upgrade. Unfortunately, I am not confident, if I will break something upgrading (Confixx, apache) as I get the following warning message:
WARNING: untrusted versions of the following packages will be installed!
Untrusted packages could compromise your system's security.
You should only proceed with the installation if you are certain that this is what you want to do.
mysql-client mysql-server-5.1 mysql-client-5.1 mysql-common mysql-server-core-5.1 mysql-server libmysqlclient16
Do you want to ignore this warning and proceed anyway?
Is it safe to ignore it and upgrade the needed packages?
View 14 Replies
View Related
Oct 18, 2010
I see that the backports now is officiel. My question is rather simpel: Is it possible to upgrade with (and how to) the backported packages without to much work? Is is needed to install all backported packages individually? I want to upgrade to any backported package with the command:
apitutude safe-upgrade - if it is possible.
View 2 Replies
View Related
Mar 1, 2010
I'm running Debian squeeze and my packages are all up to date. I usually do my updates by typing 'aptitude update' and 'aptitude safe-upgrade' at the command line as root.Sometimes when doing regular updates aptitude, or the package that's being updated, shows a ncurses-style dialog box on the screen, usually to have the user 'OK' a change, or to select which version of a configuration file to keep. Recently I've found these dialog boxes to be slightly messed up... in that the spot at the bottom where I would expect the 'OK' button to be is replaced by nonsensical characters.
There seems to be no problem with the way that the program functions, as I can press the tab key and then the return key, or just the return key alone, and the dialog goes away, seemingly doing it's job. But I would like to know what this program is. It's likely been updated recently, but looking through /var/log/aptitude and /var/log/aptitude.1.gz I cannot figure out which one it is. I'd like to file a bug report, or simply be able to follow the progress of someone else's bug. That's all.
View 10 Replies
View Related
Jun 2, 2010
A week or so ago I ran an aptitude safe-upgrade and while it was updating mysql I suffered a power-failure. Now, this never really happens in Holland but of course this once it happened at the worst possible time.
I've tried a lot of different things to get mysql working again, but am running into all kinds of problems. First mysql won't shut off properly (it does startup with the computer but I can't connect to it at all) during an aptitude purge. If I kill the process mysql seems to purge properly, but I guess this is not the case because I wasn't able to install it then.
Things seem to have gone a bit more smoothly this time, however:
Code:
snek@snek-server:~$ sudo aptitude install mysql-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
[Code].....
View 2 Replies
View Related
Jul 11, 2010
I am trying to upgrade an amd64 lenny system to squeeze.I've got a 2.6.32 kernel running, done aptitude update and aptitude install aptitude.When I try "aptitude safe-upgrade", it sits forever resolving dependencies.it seems to search with the resolver counting up more and more open/conflict/ whatever.I stopped it once it got over 100,000)Is it possible to get aptitude to do a safe-upgrade, perhaps using a command line option?
View 2 Replies
View Related
Jun 21, 2010
On running aptitude update and then aptitude upgrade following warning notedfollowing packages have been kept back:
[code]...
View 7 Replies
View Related
Nov 21, 2010
After running "aptitude upgrade" I have been getting a message lately such as "There are x updates available, it is recommended to update your system". But, running aptitude update/upgrade again afterwards, aptitude ignores these supposedly available updates to the system. How can I clear up this situation?. I am using the latest Debian Squeeze distro
View 5 Replies
View Related
Jun 30, 2010
I want to do aptitude dist-upgrade without updating openoffice.org and the kernel.How can i do this?
View 4 Replies
View Related
Nov 4, 2010
I have a few Debian Squeeze installations which I perform upgrades on average on weekly basis. Last week one of my laptops, gave me this while all others did not, The following packages have unmet dependencies: gnome-desktop-environment: Depends: gnome-core (= 1:2.30+1) but 1:2.30+4 is to be installed. gnome: Depends: gnome-desktop-environment (= 1:2.30+4) but 1:2.30+1 is installed and it is kept back. The following actions will resolve these dependencies: Remove the following packages: 1) gnome Keep the following packages at their current version 2)gnome-accessibility [1:2.30+1 (now) 3) gnome-core [1:2.30+1 (now) Accept this solution? [Y/n/q/?] Has anyone encountered this? Is it safe to accept the proposal?
View 3 Replies
View Related
Apr 30, 2011
I have got Debian SID (2.6.38-2-amd64) (lenovo x61s) after the last aptitude dist-upgrade the keyboard does not work (udev 168-1) after boot. The USB keyboard and the usb mouse work fine. Have you got any idea on how to fix it? I have google it but I have not found any similar issue.
debian:/home/andrea# lsmod
Module Size Used by
acpi_cpufreq 12849 1
[code]....
View 2 Replies
View Related
Jun 21, 2010
Debian 5.0 32bit On running aptitude update and then aptitude upgrade following warning noted
[code]...
View 4 Replies
View Related
Mar 11, 2011
After trying to use the safe-upgrade command with aptitude, I receive these errors:
apt (0.8.11) unstable; urgency=low
apt-get install pkg/experimental will now not only switch the candidate of package pkg to the version from the release experimental but also of all dependencies of pkg if the current candidate can't satisfy a versioned dependency.
View 2 Replies
View Related
Mar 1, 2010
I've been using debian for sometime but I've never trusted in automated upgrade on my servers so my question is: Is this safe in cron and how often should I run it (everyday, once a week)?
apt-get -y update && apt-get -y upgrade
Of course I have stable version installed.
View 4 Replies
View Related
Sep 1, 2010
I'm currently experiencing a problem when trying to upgrade my system through aptitude (apt-get *). I can install programs, but whenever it tries do anything with the kernel I get this error:
E: linux-image-2.6.32-24-generic: subprocess installed post-installation script returned error exit status 2
This started about a month ago when I was trying to install some upgrade (with apt) which stalled and I unknowingly shut down the comp while it was running.
View 3 Replies
View Related
Mar 20, 2010
I am using debian 5.04 + LXDE. In the past, I sometime encounter problems such as the distro broken after performed a full apt dist-upgrade or upgrade. Now, I am more conservative, I am using apt safe-upgrade.
I want to know are there anyway to do a better safe upgrade for debian without breaking the distro?
View 2 Replies
View Related
Jan 19, 2010
The following packages have been automatically kept back:
The following packages have been kept back:
View 1 Replies
View Related
May 13, 2010
Using Xubuntu,I have upgraded from Karmic to Lucid. Post upgrading when attempting to install a new package with aptitude, it is reported that cups is "BROKEN" and a host of packages are marked for removal.
View 1 Replies
View Related
Jan 17, 2010
I read some of the thing under thread about ubuntu not working after update to 9.10, mainly connected with nvidia etc. This all seems rather complex for someone with only small experience. The Q is : is it safe today (bugs fixed?) to update from 9.04 to 9.10 simply via the update manager? Or will I have definitely no running system then and will need lot of special work to be done on drivers etc? My system is a dell dimension 4550, nvidia GeForce4 Ti4200. Or is the upgrade to 9.10 to dangerous still?
View 9 Replies
View Related
Jun 12, 2010
About 3-4 weeks ago, I tried upgrading from 9.10 to 10.04 several times, using all of the methods. However, every single one of them had a bug; a black screen, completely blank. I saw other people had this problem and did everything others suggested, but yet I still got that black screen. So I decided to wait a few weeks and see if most of the bugs have been fixed. So is it safe to upgrade now?
View 9 Replies
View Related
May 12, 2010
I run "aptitude update;aptitude full-upgrade" today, then I updated /etc/default/grub changing only the default boot line number, and I dully run update-grub, with no error messages. Now Kubuntu will not boot. The new kernel 2.6.32-22 is in the boot menu. When I turn the computer on, a blinking cursor appears on top line, column 8, and after a few seconds this cursor disappears and the screen is blank - my monitor indicates no video signal.
The failsafe 2.6.32-22 grub line does not boot either. I tried pressing Ctrl-Alt-F1, Ctrl-Alt-F2 etc. up to Ctrl-Alt-F10 to get to a text mode login prompt, but the screen remains blank and my monitor indicates no video signal. The workaround is to boot to kernel 2.6.32-21. The machine is Athlon XP, 2GB RAM, ATI Radeon 9600
View 1 Replies
View Related
Jul 16, 2010
I notice the repository Thunderbird version is 3.0.5 but 3.1 is already released. I'm on 3.0.4 and it took me forever to find a compatible version of the Lightning extension, which I really need.Now I am afraid to upgrade to anything older than 3.1 because it might break Lightning, and I'm afraid to upgrade to 3.1 because maybe there's a reason it's not in the official repository yet (and because who knows if the latest version of Lightning really is compatible with the latest version of Thunderbird). My question is, is anybody out there currently running Thunderbird 3.1 with the Lightning extension on Kubuntu or Ubuntu 10.04, AMD64? Have you found it to be stable?
View 1 Replies
View Related
Apr 28, 2011
I want to upgrade to 11.04 but I'm extremely scared of breaking my installation. First of all, I have all that experimental Compiz bling installed, does it break anything with Natty's Compiz? It obviously won't work because Natty uses 0.9 while Maverick uses 0.8, but I don't want any dummy plugins or anything. Also, these plugins are way too cool to miss (I just installed them and now I can't live without the extra eye-candy). And what's with my awkward startup settings? I have a compiz --replace --loose-binding command in there and many disabled docks that, in KDE, all launch simultaneously (including Compiz, which renders everything unusable) and completely screw the desktop (I stopped caring about KDE now). Also, my setup feels like my computer's going to blow up any minute while upgrading because of too much dull packages, including gnome-shell which I don't use after all. My computer is, in terms of packages, a complete junkyard! So, is it safe to upgrade with this setup, if yes, tell me the recommended way to do this (CD, update manager?) or if not, how do I scrap that from my updates forever? By the way, will the upgrade also ruin KDE?
View 9 Replies
View Related
Mar 8, 2010
I have a 200GB partition where I keep my music, movies, photography, /home backups, and other really important things to make changing linux distros easier. I'm planning on installing 10.04 when it comes out and figure ill do a clean install. I need to install Windows XP for business purposes, and was wondering if I create an NTFS partition in gparted beforehand, will windows simply install to that partition and leave my 200GB data partition alone? (10.04 will be installed afterwards, but i know how not to overwrite when installing that.)
View 1 Replies
View Related
Apr 15, 2010
I'm so excited to see how nicely Lubuntu 10.04 runs on my EeePC. I went ahead and installed it, knowing that it's just the second beta. Everything seems to be going nicely, but when I did a "sudo aptitude update && sudo aptitude safe-upgrade" it showed there were tons of updates (about 90MB worth). I saw updates for Chrome, the kernel, xserver-xorg, etc. I understand this is just a beta operating system and is not recommended to be used as a primary OS, but I'm just so excited and can't wait. If I stay with this install, and keep updating, would I eventually make my way to the final release? Or would you recommend doing a reinstall with the final image?
View 5 Replies
View Related
Jan 20, 2015
Running testing
There were some grave bugs being showed by listbugs for apt dpkg etc
So ran aptitude hold for these buggy packages and upgraded others
Now unable to 'unhold' dpkg. ie
synaptic shows it as 1.17.13 both installed and latest and no upgradation possible
[URL] .... shows it as 1.17.23
Code: Select all# aptitude dist-upgrade
The following NEW packages will be installed:
dpkg:i386{ab} libbz2-1.0:i386{a} libjpeg62-turbo:i386{a} libsystemd0:i386{a}
some other stuff
Code: Select allThe following packages have unmet dependencies:
 dpkg : Conflicts: dpkg:i386 but 1.17.23 is to be installed.
 dpkg:i386 : Conflicts: dpkg but 1.17.13 is installed.
So I can only conclude that aptitude sees the need to upgrade from .13 to .23 but for some reason it cant 'get out' of the installed dpkg:amd64
View 14 Replies
View Related
Feb 26, 2010
get a GUI working after installing Debian. Now, I have another set of problems so I decided to create a new thread. the first thing going wrong is that when I type aptitude update I get the following output:
[Code]....
I want to download the driver for mi wireless, get openoffice and a bunch of other things, but with this not working, I'm guessing there's not much I can do now... I have the driver of the wireless, which I downloaded before the installation of Debian, and that I now copied to my new Debian desktop, but I cannot open it... it is a tar.gz file. I'm currently connected through wired connection by the way.
View 14 Replies
View Related
Mar 24, 2010
Synaptic does not run. When I start it from Menu/system/administration/synaptic package manager , it asks for root password, then crashes. Nor does aptitude from the root terminal.localhost:/home/user# aptitude
View 14 Replies
View Related