7

I installed IP Messenger (GNOME 2) from Ubuntu software center but its not working. It's always showing an error message on Ubuntu 12.04.

FileName:ipmsg.c
Function:create_lock_file
Line:157
Can not setup lock file:/tmp/g2ipmsg.lock errno : -11 (Resource temporarily unavailable)
Seth
  • 58,122
Madhu K
  • 71

2 Answers2

0

Try to check first about /tmp/ directory and that it is writeable by all users.

Also try this solution :

  1. Type on terminal below command - gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"

  2. Restart and click gnome ip messenger still it may give create lock file error but it will be viewable in notification panel.

  3. If still this doesn't work make sure that you can write to /tmp, try touch /tmp/foo to make sure you can write in it

  4. Next, see whether there is a lock file in /tmp: ls -l /tmp/g2ipmsg.lock if you can't see try with sudo ls -a /tmp/

  5. You can see know who owns the lock file. If there is a lock file, check whether the process is running with pgrep ipmsg. If not, remove it: rm /tmp/g2ipmsg.lock or sudo rm /tmp/g2ipmsg.lock

Let us know if it worked

yilmi
  • 1,272
  • 9
  • 12
  • "No such schema 'com.canonical.Unity.Panel'" error – prem30488 Nov 15 '14 at 07:55
  • Hi Parth, for this error you should check this article : http://askubuntu.com/questions/362135/how-to-re-enable-tray-icons-for-applications-in-ubuntu-13-10 Let me know if you were able to solve it. – yilmi Nov 19 '14 at 12:25
0

I have also same problem. Here you can try alternative Iptux. You can send/receive message to/from ipmsg on windows and iptux on Ubuntu.

To install iptux use command :

sudo apt-get install iptux