Showing posts with label ubuntu. Show all posts
Showing posts with label ubuntu. Show all posts

JGroups on Ubuntu 9.10

Saturday, November 28, 2009 Автор: Sergey Kabashnyuk 1 коммент.
If you have

28.11.2009 21:16:25 *ERROR* [Timer-2,JBoss-Cache-Cluster_db1tck_ws,127.0.0.1:7800] MPING: failed sending discovery request (MPING.java, line 346) 
java.io.IOException: Invalid argument
at java.net.PlainDatagramSocketImpl.send(Native Method)
at java.net.DatagramSocket.send(DatagramSocket.java:612)
at org.jgroups.protocols.MPING.sendMcastDiscoveryRequest(MPING.java:341)
at org.jgroups.protocols.PING.sendGetMembersRequest(PING.java:259)
at org.jgroups.protocols.Discovery$PingSenderTask$1.run(Discovery.java:407)
at java.util.concurrent.Executors$RunnableAdapter.
 
on Ubuntu 9.10 or over operation system  try to run you application with
-Djava.net.preferIPv4Stack=true
This happens because  JGroups does work with IPv6.
Ярлыки: , , , ,

Opera 10 update on Ubuntu

Tuesday, September 1, 2009 Автор: Sergey Kabashnyuk 0 коммент.
  1. Add source
    deb http://deb.opera.com/opera/ etch non-free
  2. Add key
    wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
  3. (If you get "The following packages cannot be authenticated" warnings, you'll also need this:)
    sudo apt-get install debian-archive-keyring

More links:

OperaBrowser ubuntu wiki

Opera official site

Ярлыки: , , ,

How to upgrade Ubuntu Skype

Monday, August 31, 2009 Автор: Sergey Kabashnyuk 0 коммент.

     Small "how to" to upgrate skype to version "Skype 2.1 Beta for Linux"

  1. Download latest version
    http://www.skype.com/download/skype/linux/choose/
  2. Remove old one
      sudo apt-get remove skype skype-common
  3. Install new one.
Ярлыки: , , ,