Software :: Installing Updates - Resource Temporarily Unavailable

Feb 2, 2011

I am running ubuntu 10.04 and am trying to get updates via the update manager but continue to get the following errors:
"E: could not get lock /var/cache/apt/archives/lock - open(11:Resource temporarily unavailable)
E: Unable to lock the download directory"

View 2 Replies


ADVERTISEMENT

Programming :: C - Resource Temporarily Unavailable?

Mar 7, 2010

I'm working a program to implement a simple multi-process browser. The browser works by having a ROUTER process as the parent of everything else in the program. There's another process called the CONTROLLER which is part of where the user can input information. To tell the ROUTER to make a new tab in the browser the user activates a function from the CONTROLLER to send the create new tab information to the ROUTER:

Code:
void new_tab_created_cb(GtkButton *button, gpointer data)
{

[code]...

View 1 Replies View Related

CentOS 5 :: Fork - Resource Temporarily Unavailable

Sep 11, 2009

I installed a while ago two CentOS 5.3 servers. One of them was running Samba and another OpenLDAP. I configured Samba to act as a PDC on the network and everything was working fine. I was already on policies configuration and desktop migrations.

The following problems are Samba server problem, LDAP server is on hold until I figure out the first problem.

Software conf:

Hardware conf:

One day, both servers began crashing, and after a while, it showed the following during the boot on Samba:

After that, ALL CentOS installations had this problem after yum update, epel installation and some smb.conf modifications:

I figured out it might be EPEL (i did installed yum-priorities and tryied updating the base sistem BEFORE epel installations), so I installed the system without EPEL yum repository. After some good and relieving 15 min working, the system crashed AGAIN after yum base update and showed the following on boot time:

And it stops right there.

Maybe some wrong kernel update? the first time it crashed in one way, with running updated system (After the first update, no manual update was done). The sequel problems were all after Kernel update and EPEL. The last one was just after Kernel update. I'll try one last time with NO updates, but i can't run the system like that.

I can't do anything that might one day crash, it's a 6000-7000 user gov environment, but i don't want to install another distro, so if I don't figure it out, they will order me to.

View 9 Replies View Related

Ubuntu :: Unable To Install JDK - Resource Temporarily Unavailable

Mar 25, 2010

I have had ubuntu installed for a few months now and have been loving it. Yesterday I wanted to get JDK installed for a found a forum that said how to install it on ubuntu. The installation was not a success (I am not sure why because I am not skilled when it comes to the command line and I didn't understand the error). Later, I tried to install a different application just through the ubuntu software center and it said it was waiting for a different software manager to finish. I didn't understand what was still running because I had all other applications closed that I know of.

Once I restarted the problem was the same. Then I found a bug where people had the same problem with the software manager and they entered this and fixed it:
sudo dpkg --configure -a Now whenever I try to apt-get anything I get:
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

View 2 Replies View Related

Ubuntu Installation :: Could Not Get Lock - Resource Temporarily Unavailable

Apr 10, 2010

Today when tried to install a software from the terminal...d command dint work. Check this.

calvin@calvin-desktop:~$ sudo apt-get install pidgin
[sudo] password for calvin:
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
calvin@calvin-desktop:~$

It says that it cannot get lock! I have installed ubuntu along with windows! and drive E: is in windows.

View 4 Replies View Related

Ubuntu :: Update Manager Error - Resource Temporarily Unavailable

Jan 19, 2010

I have a few updates that I can install using the Update Manager but when I click the "Install Updates" button I get this pop up window message
E: Could not get lock /var/cache/apt/archives/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the download directory
How to get the updates?

View 1 Replies View Related

Slackware :: Xfce Died - Xfce4-session: Fatal IO Error 11 (Resource Temporarily Unavailable) On X Server

Sep 9, 2010

I was just mucking about in xfce, trying out new window buttons in conjunction with the black theme - dusk?? - when POW! - X shut down. Rebooting didn't restore things. Error is along these lines:

xfce4-session: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0. xfwm4: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
[Code]....

Is there a config file I can edit to get away from the window button setting it dislikes, or is reinstalling xfce the only option?

View 2 Replies View Related

Ubuntu Servers :: E: Could Not Get Lock /var/lib/dpkg/lock - Open (11 Resource Temporarily Unavailable)

Mar 25, 2010

When i connect windows server 2003 from ubuntu these error displayed .When i installing the tsclient, by executing these following command from a Terminal window:

sudo apt-get install tsclient

When i run these command the following error displayed.

E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)

E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

View 1 Replies View Related

Ubuntu :: Sudo-apt Get Not Working - Not Get Lock /var/lib/dpkg/lock Resource Temporarily Unavailable

Jun 12, 2011

I recently installed Ubuntu 11.04 on an old Sony Vaio laptop. I was following some of the steps here..[url]

The step "Enable Full DVD Playback(Dual Layer DVD Support)" did not finish correctly doh and now I can't use 'sudo apt-get' for anything or the software center or using the 'Update Manager' does not work.

The update manger says it may be caused by an update not finishing correctly which sounds correct as explained above. The apt-get command gives me back the following....'Could not get lock /var/lib/dpkg/lock resource temporarily unavailable' 'unable to lock administration directory /var/lib/dpkg is another process using it?'

I tried the obvious restart but that hasn't worked.

View 6 Replies View Related

Server :: Samba "mount Error(11): Resource Temporarily Unavailable"?

Jun 30, 2010

I've been running Samba on Gentoo as a PDC for a Windows XP domain for several years. We are using the IdealX smbldap tools to maintain users, we are storing accounts in OpenLDAP, and everything has been just golden for quite a while. However, for various reasons, we are migrating our servers away from Gentoo and onto Ubuntu 10.04 (64-bit). Unfortunately, replicating our Samba PDC/OpenLDAP backend on Ubuntu is kicking our backsides.I've got Samba 3.4.7 running. I've got OpenLDAP running. ldapsearch/ldapmodify/ldapadd all work correctly. However, when I try to mount a Samba share on another Ubuntu machine, I get...:

Code:
testuser@testhost:~$ sudo mount.cifs //192.168.4.173/testuser /home/testuser/mnt/testuser --verbose -o

[code]...

View 3 Replies View Related

Ubuntu :: Could Not Get Lock /var/lib/dpkg/lock - Open (11 Resource Temporarily Unavailable)?

Apr 3, 2010

I have pidgin2.5.2. I want to install pidgin2.6.6.How can I do that?E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

View 1 Replies View Related

Server :: "fork: Resource Temporarily Unavailable" For Certain User?

Jan 4, 2010

I have a machine running on RH with 4G memory and 8G swap.Just now I'm having a problem when loging in with a user - just call it "userX" -.Each time I'm logged in I got a message Code:-bash: fork: ource temporarily unavailableAnd almost everytime I entered any command, it gives me the same warning. In some time (rarely) it will give me proper result, but almost any time it gives me the warning and no result.When I use 'top' command, it shows that I still have 500M free memory and about 8G free swaps. Plus the process for userX is less than 20 processes, and each of them are short processes (less than an hour, mostly just few seconds).As a note this problem only occur on userX, for any other user on the machine everything works just fine.

View 6 Replies View Related

Programming :: Synchronization Between Threads Fails - Resource Unavailable

May 6, 2009

I am working with a C++ program consisting of two threads. The first threads receives packets through an UDP unicast connection and stores them in a buffer. The second thread reads the packets from the buffer and sends them through an UDP multicast connection. Both use blocking sockets and share a common buffer and a linked list L1, which are protected by mutexes. The program seemed to work just fine, receiving a packet and sending it almost immediately, but started giving some trouble recently. The synchronization between both thread started failing, and I decided to use a non-blocking socket in the sending thread. As a consequence, sendto() doesn't work in some cases, causing an errno 11 (Resource unavailable).

[Code] ...

View 4 Replies View Related

Ubuntu :: Firefox Kills Internet Temporarily After Updates Today

Sep 9, 2010

Using ubuntu 9.10 Karmic 64 bit
Firefox version: 3.6.9 Mozilla Firefox for Ubuntu canonical - 1.0
about:config is default
Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.2.9) Gecko/20100825 Ubuntu/9.10 (karmic) Firefox/3.6.9

When I access some websites, especially certain forums or atempt to post, the tab seems to be loading but doesn't do anything. If I then exit firefox I cannot ping anything (IP or address) in terminal. If I then open Epiphany it fixes everything until firefox next does this. This is happening from 1 - 10 times an hour and is starting to get to me.

View 6 Replies View Related

Ubuntu Installation :: Install Updates Returns To Main Window Without Installing Updates

Mar 24, 2011

For some reason Update Manager is not installing updates as of yesterday.I have it set to check daily and notify if updates are available. It has been working without issues for well over a year now.

Update Manager tells me updates are available and presents the list of security, recommended, and other updates. All are selected to update, but when I select Install Updates in Update Manager it returns with a Reading Package Information window overlaid on the main Update Manager window - building dependency tree then reading state information and dumps me back to the main Update Manager window without performing any update actions.

View 2 Replies View Related

General :: Updates-downloading And Installing Updates

Jul 19, 2011

How do i download and install updates? It says package not found.

View 4 Replies View Related

Software :: Cannot Run YUM After Installing Updates

Feb 5, 2010

I am running Fedora 12 and I just installed several updates. Afterwards I attempted to use yum to search for a package and the command did not work. The following error message was displayed

[root@d630 ~]# yum search livecd
Fatal Python error: pycurl: libcurl link-time version is older than compile-time version
Aborted (core dumped)

View 7 Replies View Related

Fedora :: 15 Error Installing New Updates?

Aug 28, 2011

i have fedora 15 that i updated from fedora 14. i get notification that updates are 73 updates available , i click install i get this error libtool-2.4-4.fc15.x86_64 requires gcc = 4.6.0 : Protected multilib versions: flash-plugin-10.3.183.7-release.i386 != flash-plugin-10.3.162.29-1.x86_64 Protected multilib versions: libgomp-4.6.0-10.fc15.i686 != libgomp- .6.1-8.fc15.x86_64

View 8 Replies View Related

Ubuntu :: Installing OS Updates Offline?

Feb 1, 2010

I am having a computer attached to internet and is updating regularly using update manager. Is there any way to update the other computers which are not connected to internet?

View 1 Replies View Related

Ubuntu :: PC Frozen While Installing Updates ?

Aug 7, 2010

On my other PC I was installing updates. It's just frozen up for some reason (assume screen saver kicked and did something) What should I do to minimize any file damage? Pressing the power button may be my only option? And if I do shut it down do I just run updates again to pick up where I've left off. I'm a bit concerned I'll end up with corrupted files

View 6 Replies View Related

Ubuntu :: Can't Boot After Installing Updates?

Dec 3, 2010

I am running a dual boot system - Ubuntu / Win. XPI installed the security updates in Ubuntu and followed the prompt to restart the computer. Now I can't boot into Ubuntu. When I try, the machine simply restarts. I can still log into windows just fine, but Ubuntu won't load no matter how many times I try.

View 9 Replies View Related

Software :: Checking For Updates And Installing VLC

Feb 21, 2011

I am trying to install the VLC which wanted me to have universe (which I don't know what it is). This is what I tried (Tips from this forum):

kholofelo@kholofelo-Compaq-Presario-CQ60-Notebook-PC:~$ %sudo apt-get update
bash: fg: %sudo: no such job
kholofelo@kholofelo-Compaq-Presario-CQ60-Notebook-PC:~$ sudo apt-get update
[sudo] password for kholofelo: Err URL
Could not connect to archive.canonical.com:80 (91.189.88.33). - connect (110: Connection timed out) Err URL
Unable to connect to archive.canonical.com:http: URL ....

View 1 Replies View Related

CentOS 5 :: Updates Failing - Not Installing Key?

Sep 8, 2010

I have my server configured to update automatically every night. However, updates are failing with the following message: There was a problem updating the system. The following error message was reported:

['Not installing key'] If the problem persists, manual intervention may be required. how to troubleshoot or resolve this issue?

View 1 Replies View Related

Fedora :: Rebooted When Installing Kernel Updates?

Aug 20, 2009

I updated my kernel and rebooted my system. After a few minutes, my computer said that no hard drive operations were going on and the command line hadn't said anything else so I decided to reboot (i'm VERY impatient) and now when fedora boots,t hangs at a black command line like screen. I left it an hour to see if it would do anything - but nothing! Then i put in a few commands and it didn't respond to any of them

View 1 Replies View Related

Fedora Installation :: Error While Installing Fed 12 Updates?

Jan 25, 2010

i'm a newbie to Fedora 12. While d/l the updates and installing I got this error. Where do I start?PS...I'm weening myself off MS so be gentle.

Error Type: <class 'yum.Errors.RepoError'>
Error Value: Error getting repository data for installed, repository not found
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3125, in <module>

[code]....

View 2 Replies View Related

Fedora :: Installing Updates In F12 - YUM Repo Error

Apr 17, 2010

I need to installing updates on fedora in my computer.

Error Type: <class 'yum.Errors.RepoError'>
Error Value: Error getting repository data for installed, repository not found
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3125, in <module>
main()
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3122, in main
backend.dispatcher(sys.argv[1:])
File : /usr/lib/python2.6/site-packages/packagekit/backend.py, line 710, in dispatcher
self.dispatch_command(args[0], args[1:])
File : /usr/lib/python2.6/site-packages/packagekit/backend.py, line 657, in dispatch_command
self.update_packages(only_trusted, package_ids)
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 1948, in update_packages
signed = self._is_package_repo_signed(pkg)
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 1437, in _is_package_repo_signed
repo = self.yumbase.repos.getRepo(pkg.repoid)
File : /usr/lib/python2.6/site-packages/yum/repos.py, line 121, in getRepo
'Error getting repository data for $s, repository not found' $ (repoid)

View 2 Replies View Related

Ubuntu Servers :: Check To See If Updates Are Available Without Installing Them?

Apr 23, 2010

I know I can install updates using apt-get install updates but is there a way to check to see if updates are available without installing them?

View 4 Replies View Related

Ubuntu :: System 11.04 Hangs Installing Updates / Fix It?

Jun 15, 2011

I'm new to ubuntu I last used it 2 years ago and did not like it one bit but a friend told me about 11.04 so thought id give it a go and I absolutely love it. its far superior to windows 7 imo. now my only problem so far is when installing updates it seems to hang on applying . but im sure there should be some indication of progress.

View 6 Replies View Related

Ubuntu :: Boot Failure After Installing 11.04 Updates

Sep 1, 2011

I have a dual boot system (Compaq Presario CQ61) with Windows 7 and Ubuntu installed. A while back I updated my Ubuntu system to the 11.04. All went smoothly. Then recently, when the system prompted me, I installed some updates. Since then when I try to boot into Ubuntu I end up at a CLI with (initramfs) as the prompt.I can still successfully boot off of the Windows 7 partition.After reading a lot of articles describing similar problems, and failing to find a fix, I reinstalled 11.04.The system came up without any problems. BUT then, as usual, the system prompted me to install updates. Once I was done installing them and rebooted the computer I was back at the (initramfs) prompt.

View 1 Replies View Related

Debian :: Cannot Communicate With YPbind After Installing Updates

Jan 26, 2009

After updates and restart of debian server, my NIS is not functioning. No yptools are working, it cannot find the server. All my commands I issue on the NIS server. When I issue the command yptest, I get:

>>
century4:~# yptest
Test 1: domainname
Configured domainname is "cga.lan"

Test 2: ypbind
Can't communicate with ypbind
century4:~#
<<

rpcinfo gives:
>>
century4:~# rpcinfo -p
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100004 2 udp 899 ypserv
100004 1 udp 899 ypserv
100004 2 tcp 902 ypserv
100004 1 tcp 902 ypserv
100009 1 udp 901 yppasswdd
600100069 1 udp 904 fypxfrd
600100069 1 tcp 906 fypxfrd
100007 2 udp 913 ypbind
100007 1 udp 913 ypbind
100007 2 tcp 916 ypbind
100007 1 tcp 916 ypbind
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 4 udp 2049 nfs
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
100021 1 udp 32795 nlockmgr
100021 3 udp 32795 nlockmgr
100021 4 udp 32795 nlockmgr
100021 1 tcp 59990 nlockmgr
100021 3 tcp 59990 nlockmgr
100021 4 tcp 59990 nlockmgr
100005 1 udp 894 mountd
100005 1 tcp 897 mountd
100005 2 udp 894 mountd
100005 2 tcp 897 mountd
100005 3 udp 894 mountd
100005 3 tcp 897 mountd
100024 1 udp 32797 status
100024 1 tcp 59863 status
century4:~#

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved