Re: Xorg eats lot of CPU after upgrade to KDE 4.4

2010-06-11 Thread Jan Hlodan
OK, I have created xorg.conf, but no change at all.
I'm attaching xorg.conf
Here is the glxgears output:

$ glxgears
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
20017 frames in 5.0 seconds = 4003.267 FPS
20048 frames in 5.0 seconds = 4009.424 FPS
20052 frames in 5.0 seconds = 4010.358 FPS
16148 frames in 5.0 seconds = 3229.530 FPS
20053 frames in 5.0 seconds = 4010.423 FPS
20054 frames in 5.0 seconds = 4010.611 FPS
2 frames in 5.0 seconds = 3999.864 FPS
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
  after 45 requests (43 known processed) with 0 events remaining.
$

Any idea what else should be wrong?
Thank you.
Regards,

Jan Hlodan

On Wed, Jun 9, 2010 at 7:18 PM, deloptes  wrote:
> Jan Hlodan wrote:
>
>> /etc/X11/XF86Config
> this is not used anymore
> you'll have to create an xorg.conf file and try your luck there
>
> try putting there specific options for the nvidia driver (proprietary or
> not). I'm using intel here but installed recently kde4.4 with nvidia and
> it's working fine. I think I've put an xorg.conf there or it preexisted.
>
> It's possible that you don't use the full capacity of the card to render
> whatever you render but I would guess that DRM (3d) is enabled.
>
> what was the speed reported by xgears ?
>
> apt-cache search xgears
> mesa-utils - Miscellaneous Mesa GL utilities
>
>
> regards
>
>
> --
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: http://lists.debian.org/huoido$te...@dough.gmane.org


xorg.conf
Description: Binary data


Re: Xorg eats lot of CPU after upgrade to KDE 4.4

2010-06-09 Thread Jan Hlodan



On 8 Jun 2010, at 23:03, deloptes  wrote:


Jan Hlodan wrote:



I set up Nvidia driver according to
http://wiki.debian.org/NvidiaGraphicsDrivers I used nvidia packages  
from

Sid (when I installed Squeeze, 6 months ago). I'm attaching Xorg log.
Thank you for help!
Regards,

Jan Hlodan


try removing the xorg.conf (or backup it somehwere) and restart X  
(see what

happens)
this is because recent xorg has changed a lot


I don't have any xorg.conf (only/ etc/X11/XF86Config)

if it does not help see what happens when you disable the desktop  
effects



I already tried it, but it didn't help.


an option would be to try also with the xorg's nvidia driver


I have in /etc/X11/XF86Config nvidia driver.
PS: I installed the latest version of xorg package from Sid repository  
but it didn't help.

Regards

Jan Hlodan


regards



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/humb7m$2k...@dough.gmane.org





Xorg eats lot of CPU after upgrade to KDE 4.4

2010-06-08 Thread Jan Hlodan
Hello,
after upgrading KDE to 4.4, xorg process takes 50 - 90% of CPU and
makes desktop really slow.
I didn't find anything relevant, so if you can take a look at these
outputs and give me some solution, I'll be very grateful.

$ uname -a
Linux napsugaram 2.6.32-trunk-686 #1 SMP Sun Jan 10 06:32:16 UTC 2010
i686 GNU/Linux

Platform Version 4.4.3 (KDE 4.4.3)

I don't have xorg.conf only XF86Config:

$ cat /etc/X11/XF86Config
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (bui...@murphy)  Wed Jan  6 13:10:50 UTC 2010

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (bui...@ninsei)  Fri Sep  5 22:23:08 UTC 2008

Section "ServerLayout"
Identifier "Layout0"
Screen  0  "Screen0" 0 0
InputDevice"Keyboard0" "CoreKeyboard"
InputDevice"Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
Load   "dbe"
Load   "extmod"
Load   "type1"
Load   "freetype"
Load   "glx"
EndSection

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

# generated from default
Identifier "Keyboard0"
Driver "keyboard"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName  "Samsung SyncMaster"
HorizSync   30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName  "Quadro NVS 130M"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor"Monitor0"
DefaultDepth24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT: nvidia-auto-select +0+0"
SubSection "Display"
Depth   24
EndSubSection
EndSection
$

$ aptitude search nvidia
p   nvidia-cg-toolkit   - NVIDIA Cg Toolkit
Installer
i   nvidia-glx  - NVIDIA binary Xorg
driver
p   nvidia-glx-dev  - NVIDIA binary Xorg
driver development files
v   nvidia-kernel-195.36.24 -
i   nvidia-kernel-2.6.32-trunk-686  - NVIDIA binary kernel
module for Linux 2.6.32-trunk-686
i   nvidia-kernel-common- NVIDIA binary kernel
module support files
i A nvidia-kernel-dkms  - NVIDIA binary kernel
module DKMS source
i   nvidia-kernel-source- NVIDIA binary kernel
module source
p   nvidia-libvdpau-dev - NVIDIA vdpau
development files
p   nvidia-libvdpau1- NVIDIA vdpau
libraries
v   nvidia-libvdpau1-dev-
i   nvidia-settings - Tool for configuring
the NVIDIA graphics driver
p   nvidia-vdpau-driver - NVIDIA vdpau driver
i   nvidia-xconfig  - The NVIDIA X
Configuration Tool
$

$ lspci | grep VGA
01:00.0 VGA compatible controller: nVidia Corporation G86M [Quadro NVS
130M] (rev a1)

$ glxinfo | egrep "glx (vendor|version)"
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4

$ grep Driver /etc/X11/XF86Config 2>&1|grep nvidia
Driver "nvidia"

$ glxinfo |grep rendering
direct rendering: Yes

I set up Nvidia driver according to http://wiki.debian.org/NvidiaGraphicsDrivers
I used nvidia packages from Sid (when I installed Squeeze, 6 months ago).
I'm attaching Xorg log.
Thank you for help!
Regards,

Jan Hlodan

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-4-686 i686 Debian
Current Operating System: Linux napsugaram 2.6.32-trunk-686 #1 SMP Sun Jan 10 06:32:16 UTC 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-trunk-686 r

touchpad problem on Sony Vaio VGN-NR498E

2010-03-27 Thread Jan Hlodan
Hello,

Debian Squeeze, notebook Sony Vaio VGN-NR498E
$ uname -a
Linux 2.6.32-trunk-686 #1 SMP Sun Jan 10 06:32:16 UTC 2010 i686 GNU/Linux

Touchpad information:

$ egrep -i 'synap|alps|etps' /proc/bus/input/devices
N: Name="AlpsPS/2 ALPS GlidePoint"

Tapping doesn't work (only on touchpad buttons). Scrolling works fine.
If I try this:

# modprobe -r psmouse
# modprobe psmouse proto=imps

tapping will work but I lost scrolling function.

How I can get both function (tapping and scrolling) on the same time?
Thank you for help.

Regards,

-- 
Jan Hlodan


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/fbded2e1003271012o5e2700fcyf2f775026ef5c...@mail.gmail.com



Re: how to convince that debian is one the three major choices for a stable server environment?

2010-02-22 Thread Jan Hlodan
>> Depending on what you want to use the servers for,

I prefer Solaris 10 to FreeBSD for servers. I think, Solaris is more
powerful, stable and better supported than FreeBSD.


-- 
Jan Hlodan


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/fbded2e1002221509r1b51036ck490556388fd7c...@mail.gmail.com



Re: knetworkmanager on debian testing broken

2010-02-18 Thread Jan Hlodan
On Thu, Feb 18, 2010 at 7:16 PM, Jeffrin Jose  wrote:
>> On Tue, Feb 9, 2010 at 12:22 AM, godo  wrote:
>> >
>> >> Have the same problem with WiFi.
>> >> I don't think it's knetworkmanager or networ-kmanager. I install previous
>> >> version but it's the same.
>
> hello.
> you can use commandline tools . apt-get install wireless-tools.
> Also you can have a look at www.kde.org/application/internet/kwlan/
> It is a wireless LAN Manager.
>
> /Jeffrin.
>
>
If you mean wifi-radar, it's broken too. I can connect to my wireless
network. In Gnome (network-manager-gnome) networking works fine.
And what about kwlan, I haven't tried it but it looks pretty old...

--
Jan


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/fbded2e1002180740s83cd40eh3143caf69f8fd...@mail.gmail.com



Re: knetworkmanager on debian testing broken

2010-02-18 Thread Jan Hlodan
If I understood right, now in Debian Squeeze with KDE, it's not
possible to manage Internet connections and connect to any wireless
network?
Regards,

--
Jan Hlodan


On Tue, Feb 9, 2010 at 12:22 AM, godo  wrote:
>
>> Have the same problem with WiFi.
>> I don't think it's knetworkmanager or networ-kmanager. I install previous
>> version but it's the same.
>>
> Works on Sid also (second laptop)!
> Last 14 days I was think that is problem with Broadcom.
>
> --
> Bye,
> Goran Dobosevic
> Hrvatski: www.dobosevic.com
>  English: www.dobosevic.com/en/
> Registered Linux User #503414
>
>
> --
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject
> of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
>
>


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/fbded2e1002180428w4f6edd1dk4a0d8c826c67f...@mail.gmail.com



Re: Squeeze: gnome-screensaver starts when watching movies

2010-02-01 Thread Jan Hlodan
Totem works fine, so it seems that the problem is only in smplayer.
(disable screensaver option is enabled in both)
Regards,


On Mon, Feb 1, 2010 at 10:29 AM, Camaleón  wrote:
> On Sun, 31 Jan 2010 15:05:45 +0100, Jan Hlodan wrote:
>
>> when I'm watching a movie (in smplayer, full screen), screensaver
>> starts. I set: screensaver will start after 10 minutes of inactivity +
>> password required.
>> But screensaver is really annoying when watching movies...
>
> SMPlayer has an option to disable screensaver while watching movies. It's
> under Preferences / Video (tab).
>
> Additional info (see comment #18):
>
> Mplayer -stop-xscreensaver doesn't work with gnome-screensaver
> https://bugs.launchpad.net/ubuntu/+source/mplayer/+bug/6620
>
> Greetings,
>
> --
> Camaleón
>
>
> --
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
>
>



-- 
Jan Hlodan
jan.hlo...@gmail.com
+420776263175

Sent from Prague, Cst, Czech Republic


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Iceweasel 3.5.6 - no search suggestions in the search-box

2010-01-31 Thread Jan Hlodan
On Sun, Jan 31, 2010 at 4:54 PM, Sven Joachim  wrote:
> On 2010-01-31 16:33 +0100, Thierry Chatelet wrote:
>> In Preference: Remember search and form history
>
This works fine.

> This will show previously entered values, and is not broken (at least
> not for me).  What Jan means is that _Google_'s suggestions¹ are no
> longer shown.
>
Exactly.

-- 
Jan Hlodan


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Iceweasel 3.5.6 - no search suggestions in the search-box

2010-01-31 Thread Jan Hlodan
Hi,
does anybody know, why Iceweasel doesn't show search suggestions in
the google search-box?
Debian Squeeze i386
Iceweasel 3.5.6.
I have found just this tread:
http://forums.debian.net/viewtopic.php?f=6&t=48127
but no answer..
Thank you.
Regards,

-- 
Jan Hlodan


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Squeeze: gnome-screensaver starts when watching movies

2010-01-31 Thread Jan Hlodan
Hi,
Debian Squeeze i386
when I'm watching a movie (in smplayer, full screen), screensaver starts.
I set: screensaver will start after 10 minutes of inactivity +
password required.
But screensaver is really annoying when watching movies...
I checked Ubuntu 9.10 and screensaver didn't start when smplayer was
playing movie.
Is it a bug of gnome-screensaver or features?
Thank you.
Regards,

-- 
Jan Hlodan



Sent from Prague, Czech Republic


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Problem with installation - nVidia Corporation Quadro NVS 130M - squeeze

2010-01-28 Thread Jan Hlodan
On Thu, Jan 28, 2010 at 5:02 PM, Sjoerd Hardeman
 wrote:
> Jan Hlodan schreef:
>>
>> Hello,
>> I can't install driver for my graphical card - nVidia Quadro 130M on
>> Debian Squeeze i386
>> I used all methods on:
>> http://wiki.debian.org/NvidiaGraphicsDrivers
>>
>> Here is the output from the last method:
>> http://wiki.debian.org/NvidiaGraphicsDrivers#Method4
>
> A few days ago there was a thread on this. The problem is that the nvidia
> package supplied with testing doesn't build against the 2.6.32 kernel. Get
> the nvidia packages from sid and use those. That should work.
>
> Sjoerd
>
>
Yes, it worked.
Thank you.



-- 
Jan Hlodan
jan.hlo...@gmail.com
+420776263175


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Problem with installation - nVidia Corporation Quadro NVS 130M - squeeze

2010-01-28 Thread Jan Hlodan
Hello,
I can't install driver for my graphical card - nVidia Quadro 130M on
Debian Squeeze i386
I used all methods on:
http://wiki.debian.org/NvidiaGraphicsDrivers

Here is the output from the last method:
http://wiki.debian.org/NvidiaGraphicsDrivers#Method4


napsugaram:~# export KSRC=/usr/src/linux-headers-$KVERS
napsugaram:~# echo $KVERS
2.6.32-trunk-686
napsugaram:~# export KPKG_DEST_DIR=/usr/src
napsugaram:~# aptitude install nvidia-kernel-source nvidia-kernel-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done

napsugaram:~# cd /usr/src
napsugaram:/usr/src# ls
linux  linux-kbuild-2.6.32
linux-headers-2.6.32-trunk-686 modules
linux-headers-2.6.32-trunk-common  nvidia-kernel.tar.bz2

napsugaram:/usr/src# tar -jxf nvidia-kernel.tar.bz2
napsugaram:/usr/src# ls
linux  linux-kbuild-2.6.32
linux-headers-2.6.32-trunk-686 modules
linux-headers-2.6.32-trunk-common  nvidia-kernel.tar.bz2
napsugaram:/usr/src#
napsugaram:/usr/src# ls
linux  linux-kbuild-2.6.32
linux-headers-2.6.32-trunk-686 modules
linux-headers-2.6.32-trunk-common  nvidia-kernel.tar.bz2
napsugaram:/usr/src# aptitude install linux-headers-$KVERS
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done

napsugaram:/usr/src# apt-cache policy linux-image-$KVERS linux-headers-$KVERS
linux-image-2.6.32-trunk-686:
  Installed: 2.6.32-5
  Candidate: 2.6.32-5
  Version table:
 *** 2.6.32-5 0
500 http://ftp.cz.debian.org squeeze/main Packages
100 /var/lib/dpkg/status
linux-headers-2.6.32-trunk-686:
  Installed: 2.6.32-5
  Candidate: 2.6.32-5
  Version table:
 *** 2.6.32-5 0
500 http://ftp.cz.debian.org squeeze/main Packages
100 /var/lib/dpkg/status
napsugaram:/usr/src#
napsugaram:/usr/src# cd /usr/src/modules/nvidia-kernel
napsugaram:/usr/src/modules/nvidia-kernel# debian/rules binary_modules
# select which makefile to use.
rm -f /usr/src/modules/nvidia-kernel/Makefile || true
if [ 6 = 6  ]; then \
 ln -s Makefile.kbuild Makefile ; \
fi
if [  6 = 4  ]; then \
 ln -s Makefile.nvidia Makefile ; \
fi
if ! gcc-4.3 -v 2> /dev/null  ; then \
   echo "Compiler gcc-4.3 does not exist on the system" ; \
   exit 1; \
fi
if [ -f /usr/src/modules/nvidia-kernel/debian/control.template ]; then \
cp  /usr/src/modules/nvidia-kernel/debian/control.template
/usr/src/modules/nvidia-kernel/debian/control; \
fi
if [ "i686" = "x86_64" ]; then \
cp /usr/src/modules/nvidia-kernel/nv-kernel.o.x86_64
/usr/src/modules/nvidia-kernel/nv-kernel.o ; \
fi
touch configure-stamp
dh_testdir
dh_testroot
PATCHLEVEL = 6
Kernel compiler version : 4.3.4
Detected compiler version : 4.3.4
Using compiler gcc-4.3 version 4.3.4
touch /usr/src/modules/nvidia-kernel//gcc-check
touch /usr/src/modules/nvidia-kernel//cc-sanity-check
## Main Make ##
IGNORE_CC_MISMATCH=1 CC="gcc-4.3" /usr/bin/make -C
/usr/src/modules/nvidia-kernel/ -f Makefile
SYSSRC=/usr/src/linux-headers-2.6.32-trunk-686   KBUILD_PARAMS="-C
/usr/src/linux-headers-2.6.32-trunk-686
SUBDIRS=/usr/src/modules/nvidia-kernel" module;
make[1]: Entering directory `/usr/src/modules/nvidia-kernel'
NVIDIA: calling KBUILD...
make CC=gcc-4.3 -C /usr/src/linux-headers-2.6.32-trunk-686
SUBDIRS=/usr/src/modules/nvidia-kernel modules
make[2]: Entering directory `/usr/src/linux-headers-2.6.32-trunk-686'
  Building modules, stage 2.
  MODPOST 0 modules
make[2]: Leaving directory `/usr/src/linux-headers-2.6.32-trunk-686'
NVIDIA: left KBUILD.
nvidia.ko failed to build!
make[1]: *** [module] Error 1
make[1]: Leaving directory `/usr/src/modules/nvidia-kernel'
make: *** [build-stamp] Error 2
napsugaram:/usr/src/modules/nvidia-kernel#

W

Re: FreeRapid downloader - Network is unreachable, on Debian Squeeze

2010-01-24 Thread Jan Hlodan
Hi Eduardo,
thanks for the tip.
I can confirm that:

sudo sed -i 's/net.ipv6.bindv6only\ =\ 1/net.ipv6.bindv6only\ =\ 0/' \
/etc/sysctl.d/bindv6only.conf && sudo invoke-rc.d procps restart

solved my problem.
Regards,

Jan Hlodan

On Sun, Jan 24, 2010 at 5:48 PM, Eduardo M KALINOWSKI
 wrote:
> On 01/24/2010 01:38 PM, Jan Hlodan wrote:
>>
>> Hello,
>> could you try to run FreeRapid downloader?
>> http://wordrider.net/freerapid/download.html
>> I'm getting this error on Debian testing (Squeeze):
>>
>> $ uname -a
>> Linux 2.6.30-2-amd64 #1 SMP Mon Dec 7 05:21:45 UTC 2009 x86_64 GNU/Linux
>>
>> $ java -version
>> java version "1.6.0_16"
>> Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
>> Java HotSpot(TM) 64-Bit Server VM (build 14.2-b01, mixed mode)
>>
>> :~/FreeRapid-0.83u1$ ./frd.sh 2:36:29 PM SEVERE:
>> cz.vity.freerapid.core.tasks.runcheckt...@344e17f9 failed:
>> java.net.SocketException: Network is unreachable
>> java.net.SocketException: Network is unreachable
>>
>>
>
> Could be this problem:
>
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560056
>
> --
> "Engineering meets art in the parking lot and things explode."
>                -- Garry Peterson, about Survival Research Labs
>
> Eduardo M KALINOWSKI
> edua...@kalinowski.com.br
>
>
> --
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject
> of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
>
>



-- 
Jan Hlodan
jan.hlo...@gmail.com
+420776263175


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



FreeRapid downloader - Network is unreachable, on Debian Squeeze

2010-01-24 Thread Jan Hlodan
utor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)

2:36:40 PM SEVERE: java.net.ConnectException: Network is unreachable

at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:338)
at java.net.Socket.connect(Socket.java:525)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at 
org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSocket(ReflectionSocketFactory.java:140)
at 
org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:125)
at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
at 
org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
at 
org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
at cz.vity.freerapid.plugins.webclient.DownloadClient.processHttpMethod(Unknown
Source)
at cz.vity.freerapid.plugins.webclient.DownloadClient.makeRequest(Unknown
Source)
at cz.vity.freerapid.core.tasks.CheckPluginUpdateTask.doInBackground(Unknown
Source)
at cz.vity.freerapid.core.tasks.CheckPluginUpdateTask.doInBackground(Unknown
Source)
at javax.swing.SwingWorker$1.call(SwingWorker.java:278)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at javax.swing.SwingWorker.run(SwingWorker.java:317)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)

I don’t use any proxy.
Connected via wireless. 02:00.0 Ethernet controller: Marvell
Technology Group Ltd. 88E8039 PCI-E Fast Ethernet Controller (rev 15)
06:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or
AGN [Kedron] Network Connection (rev 61)

Thank you.
Regards,

-- 
Jan Hlodan


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org