Results 1 to 6 of 6
I keep on getting the message 'only one process is allowed to run ...' whenever i attempt to install downloaded updates or additional software. I use ubuntu 8.10....
- 02-26-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 5
[SOLVED] Failed updates and software installations
I keep on getting the message 'only one process is allowed to run ...' whenever i attempt to install downloaded updates or additional software. I use ubuntu 8.10.
- 02-27-2009 #2
Do you have something else opened while it's running? For instance, you can't do an update in terminal when you have synaptic open.
Bodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"
- 02-27-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 5
The problem is i'm just trying linux for the 1st time and dual booting it with vista, so do not know much of its dos and donts.
- 02-27-2009 #4
What program are you using to do the updates? Synaptic or 'Software Updater' from the menus?
I guess I just want to hear how you go about the update.
- 02-27-2009 #5Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
Something's probably stuck; apt only allows one instance to access the package manager at any given time. Open a terminal and run
ps -A | grep -i apt
ps -A | grep dpkg
If anything shows up, kill it
kill [pid#] <- the number to the left of ps output
- 03-01-2009 #6Just Joined!
- Join Date
- Feb 2009
- Posts
- 5
Thanks to you all, folks. Finally succeeded following all your advices. It is a pleasure being with such a responsive community.


