I'm trying to update my Ubuntu 10.04 to 10.10... But I get this error message:pkgProblemResolver:Resolve generated breaks, this may be caused by held packages
I tried to disable all the repositories, and also "sudo apt-get -f"... But still having this error message...
I'm currently using rsync to backup one drive to another. However, it is not currently set up to delete files if they are deleted from the source directory. I'm looking for a way to tell it to delete a file if it was deleted form the source directory X number of days ago.
Anyway I can do this with rsync or a combo with another backup program?
I have three system on Ubuntu 9.10. Two of them are at kernel level 2.6.31.20 and one seems to be stuck at 2.6.31.17. All three have about the same software sources. The only difference I can see is that the .17 system is on Grub2 and the other are Grub1 systems. I have tried updating via Synaptic but nothing can get the one system to get a kernal upgrade.
The .17 system seems to go through updates of packages but no kernel updates.
The message showing like 'Can't download the upgrades", While i am upgrading to 11.04.
Failed to fetch http://security.ubuntu.com/ubuntu/po...tu5.2_i386.deb 404 Not Found [IP: 91.189.92.167 80] Failed to fetch http://security.ubuntu.com/ubuntu/po...tu5.2_i386.deb 404 Not Found [IP: 91.189.92.167 80] Failed to fetch http://security.ubuntu.com/ubuntu/po...ntu5.2_all.deb 404 Not Found [IP: 91.189.92.167 80]
I have noticed that after 20 days of system up time, the ubuntu is not as fast as the first day.maybe the RAM is polluted with necessary files or there are some unnecessary disk activities.
I searched. I poured over the man pages. No joy. How can one, with a command-line utility, determine: What, if any, upgrades are available for a specific package? What, if any, upgrades are available for all installed packages?
I want to support Ubuntu, and I want Ubuntu to succeed, but..Each of the recent upgrades has been more painful than the last one, and it seems like the same old problems are persisting. In Koala it was the sound cards, and though I've just started my struggles with the newest release, it is very obvious that the server-load problems are still there. Hey, you Ubuntu people don't have to invent BitTorrent technology, you just need to make it the transparent default.
It seems to me that most of the problem is that Ubuntu's economic model is broken. They need more testing for new features, and the model needs to be funded so that the features which are added are tested thoroughly. I suggest that they need a system where we the users put our money where our mouths are, so to speak. We should be allowed to subscribe to a budget for proposed new features, where those budgets included sufficient testing.
Actually, I used to be a professional programmer, but I don't want to program these days, even to help Ubuntu, because I know just how difficult and stressful it is to do program well. However, I'd be willing to put some money out to help improve Ubuntu--but I also want to know just what I'm buying into.
There are various ways this could be done, but here is a link about one version of charity funding I was thinking of a while back. As it applies here, the Ubuntu foundation would act as the charity brokerage, and we would donate by buying charity shares in proposed features (including MORE testing).
I'm trying to update an Ubuntu Server install to 10.04. I believe something went wrong when I upgraded it from 8.10 to 9.10 in the past. Currently /etc/apt/sources.list would indicate the system is running 9.10, but /etc/issue says 8.10, as does lsb_release -a.
apt-get update and apt-get upgrade show everything is up to date. When I do a do-release-upgrade it tells me that there are no upgrades available.
I'm trying to upgrade from 9.10 to 10.4 on an R51 thinkpad. 9.10 was current and up to date (did that right before the upgrade). All seemed to be going well, but the system appears frozen during "installing the upgrades". At the time of the freeze, it said "about 2 hours 5 minutes remaining" that was ~5.5 hrs ago. The system is locked up, unresponsive. do I force a reboot, and hope for the best? let it sit and assume that it is doing something? The bad thing is that I missed a folder (wife's) in my backup of data prior to upgrade. So getting that back is important.
I need to reinstall Ubuntu, problem is, I don't know if I need a new swap area to replace the old one or just check the old one to be formatted. Or do I just leave it as it is and after installation Ubuntu will make use of it? Couldn't decide if this should go in "Installation & Upgrades" or "General Help" since it's a bit of both.
I know 11.04 is available for download at the moment, but it isn't showing up in Update-Manager. I would just put it on a disk and install it that way, but I'm running 10.04 in Wubi. Update-Manager is currently set to receive all 'normal' releases.
I've recently installed the unattended-upgrades package on a few Ubuntu 9.04 servers, and it's working great to automatically install security upgrades. However, is there a way to have non-security upgrades automatically installed as well? The README for unattended-upgrades says it'll do security ones only.
My main goal is to have all package upgrades be installed unattended except for kernel and libc upgrades (I want to do those manually on my own time). I guess I could write a script that does 'apt-show-versions -u' to get a list of upgradable packages and then do 'apt-get install' on the packages if their names don't match linux-server, linux-image-server, or libc*, but I was hoping there's an easier way to accomplish this.
I've looked at 'aptitude safe-upgrade -y', but I think that'll install kernel and libc upgrades.
I'm not certain that my problem is due to an Ubuntu upgrade, but I'm running out of options.My private Wordpress installation was working fine, including being able to upgrade plugins and WP versions within the application. I've been doing all of the Ubuntu updates as I'm notified. I'm still on 9.10, but was planning to upgrade to 10.04 shortly - as soon as I get the Wordpress installation upgraded in fact.
But the plugin upgrades, and the Wordpress upgrades, are both failing with fopen errors, like so:Download failed. Could not open handle for fopen() to [URL]..After checking everything else I can think of (including temporarily making the wordpress directory hierarchy 777), and looking at the php.ini file, I wonder if some Ubuntu update is messing things up. Or if I've somehow changed something else that is causing the problem.
I have searched on the internet but didn't manage to find out how to flag 3rd party repositories in /etc/apt/sources.list.d/50unattended-upgrades. It installs all updates from the stock Ubuntu repos but none from 3rd party repositories I later added (e.g. Chromium PPA, Skype, etc.). I understand I have to manually add the lines but I'm not sure what's the format for this. How to do this? Here's how my 50unattended-upgrades file looks like:
Code: // Automatically upgrade packages from these (origin, archive) pairs Unattended-Upgrade::Allowed-Origins { "Ubuntu karmic-security"; "Ubuntu karmic-updates"; };
// List of packages to not update Unattended-Upgrade::Package-Blacklist { //"vim"; //"libc6"; //"libc6-dev"; //"libc6-i686"; };
// Send email to this address for problems or packages upgrades. If empty or unset then no email is sent, make sure that you have a working mail setup on your system. The package 'mailx' must be installed or anything that provides /usr/bin/mail. //Unattended-Upgrade::Mail "root@localhost"; // Automatically reboot *WITHOUT CONFIRMATION* if a // the file /var/run/reboot-required is found after the upgrade //Unattended-Upgrade::Automatic-Reboot "false";
I am running Lucid 32-bit server P3 command line server version that began life as a 9.10-server, now upgraded to 10.04. Upgrade has been running since June, 2010. A few weeks ago, I realized that phpldapadmin was not running correctly. In finding the solution for the phpldapadmin issue, now, upgrades are giving me the following:
Code: admin@myserver:/$ sudo apt-get update[sudo] password for administrator: Hit [URL] Get:1 [URL] Ign [URL] Ign [URL]
>>>> snip <<<<< Reading package lists... Done administrator@wdnserver:/$ sudo apt-get upgrade ..... No apport report written because MaxReports is reached already
Errors were encountered While processing: grub-pc samba-common samba-common-bin smbclient smbfs E: Sub-process /usr/bin/dpkg returned an error code (1)
I have read many posts trying to find a reference to Code: dpkg: error processing grub-pc (--configure): subprocess installed post-installation script returned error exit status 10 because this started with grub-pc being the first and only package that refused to install. I have yet to find a direct reference to 'error exit status 10'. I find many other status codes, but few of 'status 10'.
Now, unfortunately, work took me away for a few of weeks and now I am getting errors for: grub-pc samba-common samba-common-bin smbclient smbfs
I have tried Code: apt-get -f install and that does work.
I have tried Code: apt-get purge grub-pc and then re-installing grub-pc still gives same error.
And finally there are many other attempts, all with the same result.
I'm having trouble installing 10.04, from a live dvd. The installation proceeds until 95% complete (running dpkg) then my computer shuts down. I can boot the system, but cannot download upgrades or get cups to work.
I'm running 9.10 and did not upgrade to 10.4 because I thought I'd just wait tor 10.10. However, if I go to Sys/Admin.>Update Manager>'check'>'install'>'check' I do not get informed of upgrade choices.I am trying not to do an install with this because then I would have to reload and reset everything including 80+ CD's. Please help if you can.I know I have to Ugrade to 10.4 before I can upgrade to 10.10, however my update manger offers neither option after installing updates and rechecking.
I know it is possible to install a Ubuntu Server Edition and later on 'upgrade' it to a desktop edition by doing
Code: sudo apt-get install ubuntu-desktop But, as I understood it, this installs apps like OpenOffice and such too... Now, is it possible to install the ubuntu-desktop-GUI (so, actually GNOME) without installing all of the unwanted apps Apps I actually need are pulseaudio, transmission and samba, which I prefer to install separately.
Is there any easy way to do offline package upgrades in Ubuntu? I was using debian's repository for the longest time to get individual packages, then found launchpad. Is there a script or something that will tell you what the dependencies are then let you copy them to a thumbdrive or something?
I know online upgrades are great but there are some cases where online isn't an option. Here's an example. Getting wine. There used to be this repository of .debs from the wine website, but now I can't find it. Launchpad has it, but it's all individual files.
I have taken much time and effort to get Mediatomb working on my new machine running Maverick Server, with GUI. Those of you who run Mediatomb know that it's pretty convoluted to get everything "just right".I have located the three Mediatomb packages in Synaptec and marked them as "lock version" in the hope that they will not be up(side)graded to a slightly different version of Mediatomb, which does not have Javascript enabled however, update manager still insists on trying to make the change to the other version .
this is a new problem with issues that started when I upgraded to 10.10. Originally, GRUB wouldn't load after that upgrade, but that was fixed here. Once GRUB was working properly, there was a problem with the 2.6.35-28 generic kernel. When I tried to boot through it, I would only get an ubuntu command line.
Luckily the older 2.6.32-22 generic kernel worked just fine and I could log in and load my ubuntu desktop with no issues. I decided to upgrade to 11.04 to see if that would correct whatever was going on. The installation was completed without any apparent issues, GRUB works, XP Pro works, and the older 2.6.32-22 generic kernel allows me to boot into 11.04.
Unfortunately, another new kernel, 2.6.38-8 generic, is not working properly. I snaped some pictures of what happens when I try to use this kernel:
[URL]
The first is GRUB/ The selection The second is the loading graphic The third is a command line where it freezes (note: this is not the same command line screen/environment that I was referring to with the 10.10 new kernel)
I can not perform the upgrade. Installing upgrades hangs at configuring libc6 xscreensaver and xlockmore must be restarted before upgrading One or more running instances of xscreensaver or xscreensaver have been detected on this system. Because of incompatible library changes, the upgrade of the GNU libc library will leave you unable to authenticate to these programs. You should arrange for these programs to be restarted or stopped before continuing this upgrade, to avoid locking your users out of their current sessions. I've stopped xscreensaver it is the only session running. I will reboot and stop xscreensaver and then run the upgrade.