Ubuntu :: Installing / Updating Aptitude - Log In Loop ... Of Death?
Feb 18, 2011
I saw this post [URK] and I'm having the same problem up to the point of installing/updating aptitude. Here is the background: I logged in and just recently added another monitor and used Multiple Monitors from the software downloader to manage them. Last night they worked great and I was using the extended desktop. When I logged in this morning they were cloned and I couldn't get the buttons "clone or extend" to not be grayed out. I couldn't have cared less since I was just logging on to check email and things so I looked around for a second in the settings and was sidetracked by the display/window options. I was scrolling through the different themes and colors and then all of a sudden BAM! back to the login screen. I was using the arrow down key to scroll and like I said, immediate toss to the login screen. I made O.o? that face and tried to login and then I kept getting kicked back the same as the post I linked above. So...
I press ctrl+alt+f2 and log in. I see Welcome to Ubuntu! back to the aptitude step, when I run sudo aptitude update && sudo aptitude reinstall gdm I return sudo: aptitude: command not found. So when I do: sudo apt-get install aptitude I return E: unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
View 3 Replies
ADVERTISEMENT
Nov 5, 2010
Code:
karthick@Ubuntu-desktop:~$ sudo aptitude update
Hit http://in.archive.ubuntu.com lucid Release.gpg
Ign http://in.archive.ubuntu.com/ubuntu/ lucid/main Translation-en_IN
[Code]....
W: GPG error: [URL] lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1E5D5E8D66AE0775
View 9 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
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
Jan 19, 2010
The following packages have been automatically kept back:
The following packages have been kept back:
View 1 Replies
View Related
Feb 4, 2011
I have an ec2 instance, with ubuntu server edition 10.10, and I am trying to install lamp.When I run sudo tasksel --section server, select lamp, and select ok, I get: tasksel:aptitude failed (100).
View 2 Replies
View Related
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
View Related
Aug 17, 2010
After installing ubuntu 10.4 I tried to update but it caused some error as reported as follows. I have already tried to googling the solutions but it seems that there's no right one for me.
View 2 Replies
View Related
Jan 30, 2010
Linux (Ubuntu) is not providing any updates for Java Runtime Environment! According to what I find on my computer, I have Java build 1.6.0_15-b03. Ubuntu Software Center is indicating 6-15-1 (sun-java6-bin). I have manually downloaded JRE 6u17 and 6u18 from Sun. However, I have not - as yet - attempted to install/update Java myself. First, why isn't Linux providing us end-users with the updates as they are published? I thought that, for the sake of ensuring "STUFF" is up-to-date and SECURITY reasons, that the (or some other place) would be providing updates as they occur. I have just started Ubuntu - my ranking - "kindergarden at best"! I still have not been able get the "handle" on the "command line (codes)" structure and usage. I am so use to the Windows way of installing, updating, and upgrading software that Linux (Ubuntu) is causing quite a bit of consternation; just plain frustrating and confusing! I have been trying, and seeing, so-called instructions of how to install/update Java but there are just too many "assumptions" being interposed by the author(s). I just wish, and want, straight forward, step-by-step instructions in the "how to" department - written in plain language, for the complete novice (brand new to Linux). So, here's my question ... how do I manually update/upgrade (or install) Java RE on Ubuntu? Do I have to remove, add, change anything? I'm sure that there are others in the Linux world that are in need of some straight forward assistance. I want to continue using my Ubuntu and honestly, would like to be more proficient in it's use. But in the meantime.
View 1 Replies
View Related
Jan 8, 2010
When i install software with the install/delete software program or when i update ubuntu, i get an error.
I was able to update and install software a few days ago. But now i get this weird error:
Code:
View 5 Replies
View Related
Jan 7, 2011
When I try to update my packages, or install new packages, I get this error:"E: /var/cache/apt/archives/libglib2.0-0_2.26.1-0ubuntu1_amd64.deb: subprocess new post-removal script returned error exit status 1"I tried the "sudo apt-get install -f" but it didn't work.I'm running 10.10, on a Asus laptop
View 3 Replies
View Related
May 24, 2010
Recently I have facing issues with updating or installing packages on my lucid. sudo apt-get update spits the following
[Code]....
View 1 Replies
View Related
Feb 28, 2011
I just installed Ubuntu last night parallel to windows vista ultimate (no problems). My biggest problem is that when I tried to install the nvidia display drivers, I somehow downloaded a server based driver (and am having amazingly difficult problems). I use a dual monitor set up (both are plug and play LCD displays) and i'm not too worried about aesthetics but rather, performance. I downloaded the correct driver but now I don't know how to install it. Is there a way to uninstall this server driver?
View 1 Replies
View Related
Sep 1, 2010
I have a mytext file with month and year as two separate fields. likemytext fil
08 2010
09 2010
10 2010
........
........
........
I want to read the values of each field i.e., month and year into an awk script.
View 10 Replies
View Related
Oct 28, 2010
I updated my system to the latest version - 5.5. After that I could not install VirtualBox. I was thinking, trying to fix, googling... it over for hours... Finally I found the reason. VirtualBox installer searches for the source kernel at /lib/modules/2.6.18-194.17.4.el5/build, and it can not. Look into /lib/modules, I have some kernels such as:
- 2.6.18-194.17.4.el5
- 2.6.18-194.17.4.el5debug
- 2.6.18-194.17.4.el5xen
... and more old ones.
At that time, I booted on 2.6.18-194.17.4.el5 kernel. But inside that directory, there is no build or source (directory/ file). Then I looked into 2.6.18-194.17.4.el5debug, and it had. So I typed: ln -s /lib/modules/2.6.18-194.17.4.el5debug/build /lib/modules/2.6.18-194.17.4.el5/build
View 12 Replies
View Related
Jun 24, 2011
After a recent installation and update I am having problems connecting to the internet even after following the steps in [URL]... Configure a network card in Suse/openSUSE...." It doesn't always connect when I boot and there is no connection icon on the panel nor the KDE desktop. Can someone assist me with this problem?
View 9 Replies
View Related
Oct 21, 2010
I had this issue with Fedora Core 13, so I switched my laptop back to OpenSuse and continued to have the problem. I can do a host lookup for software.opensuse.com and I get a correct response ...
Code:
linux-edxs:/etc # host software.opensuse.org
software.opensuse.org has address 195.135.221.150
linux-edxs:/etc # host download.opensuse.org
download.opensuse.org has address 195.135.221.134
Firefox works. Thunderbird finds my mail servers just fine. SSH works. But then when I try to do anything involving software updates or installation, I get ...
Code:
linux-edxs:/etc # zypper update
Retrieving repository 'Updates for openSUSE 11.3 11.3-1.82' metadata []
Download (curl) error for '[URL]':
Error code: Connection failed
Error message: Couldn't resolve host 'download.opensuse.org'
I've seen others here post queries about this, and I'll tell you what it was in my case: our DSL modem's DHCP server returns its own IPV4 address as the DNS server. When I looked at /etc/resolve.conf, I saw "nameserver: 192.168.50.254" on the last line -- the IPV4 address of our DSL modem. I manually inserted "nameserver" lines for our ISP's two actual DNS servers, and everything magically started working. Why this should confuse some software under Linux, but not other software, is a mystery. It also seems to be Gnome-specific (I didn't have this problem with OpenSuse 11.3 and KDE 4).
Ask if they're using Gnome, and ask them to check resolve.conf. A lot of DSL modems and home/small office routers return their own IP address (i.e., the same as the gateway address) for the DNS server on a DHCP query. The solution is to manually edit resolve.conf and put in your ISP's DNS server addresses manually. Incidentally, just my opinion, but Network Manager needs to make this an option. Under Windows, for example, you can select "automatically assign DNS" or you can enter them manually, even if you're using DHCP. It'd be nice if Network Manager permitted that.
View 6 Replies
View Related
Jun 6, 2011
after updating kernel and installing nvidia drivers, the startup splash(I dont know the proper word) has changed into bar type. How can it be corrected .
View 3 Replies
View Related
Mar 21, 2010
I created a USB stick with Ubuntu 9.10, used it to boot a dell Inspiron 1550 laptop which has WinXP. I tested 9.10, everything went fine out of the box so to speak. But when I went back and tried to boot XP again I got a blue screen. XP starts in safe mode and no apparent problems are detectable but it will not start in Win normal mode anymore.
View 8 Replies
View Related
Apr 8, 2010
I have not used my 2 month old computer for a week and now I return to it the sound is dead.
View 3 Replies
View Related
May 1, 2010
I've installed almost every version of ubuntu so far and four different versions on this computer, and I've never had a problem with the installation cd. The install cd on this new version however gives me only a purple screen of death with a white line down the middle. What is going on? The ubuntu-10.04-desktop-i386.iso file's md5sum is fine. I've burned it successfully on two different discs and still I can't install it. I've got a Dell 6400 with an nvidia geForce 7300 video card.
View 9 Replies
View Related
May 12, 2011
I've had it with 11.04. 2 days, countless posts read, and I still get the black screen of death. I want to go back to 10.10. Can I do it without a complete re-install, and if so, how?
View 5 Replies
View Related
May 15, 2010
I'm having a really odd problem since I upgraded to 10.04 on my IBM T40 laptop. Every now and then, especially if I'm using Firefox (so it seems), I will be in the middle of something and suddenly I get a black terminal screen that flashes a few lines ending in "checking battery state" and I get bounced back to the login screen. I log back in and all my work is gone (Firefox and whatever else was open has closed). I was on the web for a while tonight and in a few hours it did it three times. I never had this happen before in 9.10.
Any idea what's going on? If it matters I'm on AC power when this is happening. I haven't used it long enough on battery to know if it does it then or not.
View 1 Replies
View Related
Apr 21, 2011
I have a 3dsp pci wifi card, and the last kernel it supports is Ubuntu 10.04 2.6.32-(21-24) I want to update but dont want to accidentally update the kernal.
View 3 Replies
View Related
May 1, 2010
i feel like i should be on the payroll if I have to work so hard and long to get these things working. (ranting stopped, for now) I have ATI Mobility Radeon HD 4330 GPU in my Dell Zino system and finished the upgrade from 9.10 to 10.04 LTS and got the purple screen of death. tried the intel recommended fixes but got nothing. I cant even get into recovery mode.
View 3 Replies
View Related
May 29, 2011
I run a live cd I downloaded, right? Everything goes fine - it installs with no real issues whatsoever, when all of a sudden after the install it boots to nothing but the famous black screen with a white, blinking dash.So, what do I do? It was installed on a Dell Inspiron 9300 laptop, and I ended up completely wiping the XP drive to do it
View 4 Replies
View Related
Mar 21, 2010
I tried to install the 2.6.31.12 kernel (as suggested for security reasons) twice, and each time, I got a *BIG* mess up of the installation. Here is the story (I'll try to keep it short): The installation of the kernel was not a problem, it went fine both time (I just had to reorganize Grub entries a bit). At first, all was running normal. Suddenly, after having left the computer idle for a moment, I was faced with a black screen (blanker probably) and I could not wake up the system: no mouse, no keyboard, all seemed to be frozen and I had to press the reset button.
After the reboot, and as soon as the desktop was loaded, I got an error message saying that /var has 0 bytes left ! The nightmare began... The first time that happened, I tried to find what was wrong in /var and /var/log , but found nothing abnormal. The info given by the Diskinfo tool were strange, sometimes showing /var as 100% full, sometimes it was /home that was 100% full and some other times it was /. I tried to fall back to kernel 2.6.31.8 using Yast, but it failed at the middle of the process. At this point I realized that the system was very unstable.
I then booted the Install HD and run the repair mode. Some errors were found and corrected, but in the end, the system was not repaired; and worst, Grub lost all entries except the floppy one. (Hopefully, I knew how to boot the Install HD from Grub's command line). I tweaked again and again, and finally got my system up again with kernel 2.6.31.8 (don't remind all the steps). Recently, as the kernel update was still suggested, as there were other updates in the meantime (like mkinitrd), and as haven read anyone else complaining about 2.6.31.12, I decided to give a try again.
And again, a couple of days later, same symptoms: black frozen screen, no space left in /var. As I knew the system was unstable, I immediately booted the Install HD. Tried the repair mode and it failed (just mess Grub again). Tried to (update) install kernel 2.6.31.8 from there and it also failed. I then started the rescue mode and tried to delete some big files in /var (again I did not found any monstrous thing in there), then tried again the repair and update process with no better results.
From rescue mode, I finally deleted everything in /var (that was not a good idea as I also deleted some NEEDED files)... Got the system to boot, but only to the text login: nscd failed because of missing files in /var, starx failed because no X server found, ... Fed up, I lastly decided to "update" all system base RPM, the Gnome and KDE desktop environment from the 11.2 install HD, then update everything again with Yast Online Update.
View 9 Replies
View Related
Jan 16, 2011
Simple but puzzling problem. When I plug my USB mouse into one particular port, the mouse does not activate. Unplugging it kills the laptop. My laptop will not turn on unless the battery is removed and reinserted. I think this may be a power supply issue, but I'm not sure. I just recently purchased a new A/C power cable because my old one was toast, but this problem has been happening since before then. I'm getting a little irritated and was wondering if there is a diagnosis and solution to this problem.
View 3 Replies
View Related
Dec 11, 2010
I had Ubuntu 10.04 running fine. Then I got curious about NVIDIA XServer.
"ATI Technologies Inc RV380 [Radeon X600 (PCIE)]" - Video Card
I opened it up, clicked a settings change, and said OK.
It said you need to update your blah blah blah.
Then it said blah blah blah doesn't exist.
Then it said it would create it for me.
Then I said REBOOT!
Now I get a black screen of death.
The only way I can get anything to happen on my monitor that comes from this computer is to boot into the Install Disk and say "TRY UBUNTU".
View 6 Replies
View Related
Apr 28, 2011
I just upgraded from Ubuntu 10.10 to Ubuntu 11.04 Natty Narwhal and now I've got a purple screen of death. The download and install process all went okay, but when I restarted the computer through the upgrade dialogue to complete the installation process the system never came back online. When I turn on my computer it goes through the standard boot screen (F2 and F12 options shown while it boots the HDD, ODD, and wireless modem), and then it goes to a purple Ubuntu screen and doesn't do anything at all. I let it sit like that for 30 minutes before turning off the power and trying to boot again, but the same thing happened. I can press CTRL-ALT-DEL and the system will reboot, but nothing I know to do will get me past the purple screen and the Ubuntu logo. DI'm using a Dell Studio 1 desktop computer. It's got a 2.5ghz Pentium processer, 4gb of RAM, and a 400gb HDD. I don't dual boot, and Ubuntu is the only OS installed.
View 6 Replies
View Related