<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[REXYGEN Community Forum / Socket error while downloading]]></title>
	<link rel="self" href="https://www.rexygen.com/oldforum/extern.php?action=feed&amp;tid=7&amp;type=atom"/>
	<link href="http://www.rexygen.com/oldforum/viewtopic.php?id=7"/>
	<updated>2016-04-12T14:19:45Z</updated>
	<generator>FluxBB</generator>
	<id>http://www.rexygen.com/oldforum/viewtopic.php?id=7</id>
	<entry>
		<title type="html"><![CDATA[Re: Socket error while downloading]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=461#p461"/>
		<content type="html"><![CDATA[<div class="codebox"><pre><code>mysql&gt; GRANT ALL PRIVILEGES ON *.* TO &#039;USERNAME&#039;@&#039;1.2.3.4&#039; IDENTIFIED BY &#039;PASSWORD&#039; WITH GRANT OPTION;</code></pre></div><p>This query I used to give the MySql user, which I&#039;m using for the REXcontrols, the necessary privileges. If you are running the MySQL server on the same PC then you will not have this problem I guess....</p><br /><p>If I have some time I&#039;ll setup a new database with a new user to try to provoke another socket error. (I&#039;m new to all this so it might take some time....and I don&#039;t want to destroy my current project because it is finally working). </p><p>I also don&#039;t know if I had a segmentation fault last time, I forgot to check.....</p><p>To be continued..... :-)</p>]]></content>
		<author>
			<name><![CDATA[scoobsalamander]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=6</uri>
		</author>
		<updated>2016-04-12T14:19:45Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=461#p461</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: Socket error while downloading]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=459#p459"/>
		<content type="html"><![CDATA[<p>Hi scoobsalamander, <br />thanks for the report! We do not consider this solved by far. Please send us the configuration files which result in the segmentation fault. A description of the changes in the database configuration which made it work will be highly appreciated. Thanks in advance.</p>]]></content>
		<author>
			<name><![CDATA[jaroslav_sobota]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=3</uri>
		</author>
		<updated>2016-04-12T13:54:23Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=459#p459</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: Socket error while downloading]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=449#p449"/>
		<content type="html"><![CDATA[<p>...today I had the same problem and it appeared after changing the .rio file from the DbDrv driver.<br />Before it only contained only code to read data from a database and this was working fine. Now I added some code to store data from REX to my dB but directly after downloading the socket error came up.</p><p>After changing the permissions of the database to grant remotely access to the database I was able to connect with REXview again.....so I think it is solved.</p>]]></content>
		<author>
			<name><![CDATA[scoobsalamander]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=6</uri>
		</author>
		<updated>2016-04-11T20:06:32Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=449#p449</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: Socket error while downloading]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=400#p400"/>
		<content type="html"><![CDATA[<p>Yesterday eve I reinstalled everything (fresh REXcontrols and updated to the Jessie distro on my RasPi)</p><p>The problem with the socket occurred to me once more in the past. It seems that it is related to the DbDrv driver.<br />Today I&#039;ll try to&#160; provoke the same error and then I&#039;ll send you the project files....</p><p>(but first I&#039;ll backup my SD card... :-) )</p>]]></content>
		<author>
			<name><![CDATA[scoobsalamander]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=6</uri>
		</author>
		<updated>2016-04-05T09:45:43Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=400#p400</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: Socket error while downloading]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=398#p398"/>
		<content type="html"><![CDATA[<p>Segmentation fault means that RexCore has crashed. This is a serious problem. Can you please send all the project files to support@rexcontrols.com so we can have a look at it a hunt this bug?</p><p>On your Raspberry Pi, run</p><div class="codebox"><pre><code>sudo rm /rex/rexcore/exec.rex</code></pre></div><p>and you will be able to run RexCore again.</p>]]></content>
		<author>
			<name><![CDATA[jaroslav_sobota]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=3</uri>
		</author>
		<updated>2016-04-05T06:12:01Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=398#p398</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: Socket error while downloading]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=391#p391"/>
		<content type="html"><![CDATA[<p>Today I got the same problem. At a certain moment I was not able to download my project changes anymore. Every Time I got the &#039;socket error&#039; message. </p><p>Connecting through SSH with putty was still possible thus I rebooted my RaspI (terminal) but the problem remained the same.</p><div class="codebox"><pre class="vscroll"><code>pi@REXControl ~ $ ps ax
  PID TTY      STAT   TIME COMMAND
    1 ?        Ss     0:00 init [2]
    2 ?        S      0:00 [kthreadd]
    3 ?        S      0:00 [ksoftirqd/0]
    5 ?        S&lt;     0:00 [kworker/0:0H]
    6 ?        S      0:00 [kworker/u8:0]
    7 ?        R      0:00 [rcu_preempt]
    8 ?        S      0:00 [rcu_sched]
    9 ?        S      0:00 [rcu_bh]
   10 ?        S      0:00 [migration/0]
   11 ?        S      0:00 [migration/1]
   12 ?        S      0:00 [ksoftirqd/1]
   14 ?        S&lt;     0:00 [kworker/1:0H]
   15 ?        S      0:00 [migration/2]
   16 ?        S      0:00 [ksoftirqd/2]
   18 ?        S&lt;     0:00 [kworker/2:0H]
   19 ?        S      0:00 [migration/3]
   20 ?        S      0:00 [ksoftirqd/3]
   21 ?        S      0:00 [kworker/3:0]
   22 ?        S&lt;     0:00 [kworker/3:0H]
   23 ?        S&lt;     0:00 [khelper]
   24 ?        S      0:00 [kdevtmpfs]
   25 ?        S&lt;     0:00 [netns]
   26 ?        S&lt;     0:00 [perf]
   27 ?        S      0:00 [khungtaskd]
   28 ?        S&lt;     0:00 [writeback]
   29 ?        S&lt;     0:00 [crypto]
   30 ?        S&lt;     0:00 [bioset]
   31 ?        S&lt;     0:00 [kblockd]
   32 ?        S      0:00 [kworker/0:1]
   33 ?        S&lt;     0:00 [rpciod]
   34 ?        S      0:00 [kswapd0]
   35 ?        S      0:00 [fsnotify_mark]
   36 ?        S&lt;     0:00 [nfsiod]
   42 ?        S&lt;     0:00 [kthrotld]
   43 ?        S&lt;     0:00 [VCHIQ-0]
   44 ?        S&lt;     0:00 [VCHIQr-0]
   45 ?        S&lt;     0:00 [VCHIQs-0]
   46 ?        S&lt;     0:00 [iscsi_eh]
   47 ?        S&lt;     0:00 [dwc_otg]
   48 ?        S&lt;     0:00 [DWC Notificatio]
   50 ?        S      0:00 [VCHIQka-0]
   51 ?        S&lt;     0:00 [SMIO]
   52 ?        S&lt;     0:00 [deferwq]
   53 ?        S      0:00 [kworker/u8:2]
   54 ?        S      0:00 [kworker/1:1]
   55 ?        S      0:00 [mmcqd/0]
   56 ?        S      0:00 [jbd2/mmcblk0p2-]
   57 ?        S&lt;     0:00 [ext4-rsv-conver]
   60 ?        S      0:00 [kworker/1:2]
   61 ?        S      0:00 [kworker/2:1]
   74 ?        S      0:00 [kworker/3:1]
  175 ?        Ss     0:00 udevd --daemon
  302 ?        S      0:00 udevd --daemon
  309 ?        S      0:00 udevd --daemon
  386 ?        S&lt;     0:00 [kworker/0:1H]
 1023 ?        S&lt;     0:00 [kworker/1:1H]
 1204 ?        S&lt;     0:00 [kworker/2:1H]
 1526 ?        S      0:00 /usr/sbin/ifplugd -i lo -q -f -u0 -d10 -w -I
 1528 ?        S      0:00 /usr/sbin/ifplugd -i eth0 -q -f -u0 -d10 -w -I
 1770 ?        S      0:00 [kworker/0:2]
 1968 ?        Ss     0:00 /usr/sbin/thd --daemon --triggers /etc/triggerhappy/triggers.d/ --socket /var/run/thd.sock
 2008 ?        S&lt;     0:00 [cfg80211]
 2009 ?        Sl     0:00 /usr/sbin/rsyslogd -c5
 2092 ?        S      0:00 /usr/sbin/cnid_metad -l log_note
 2128 ?        Sl     0:08 /usr/sbin/afpd -U uams_dhx2.so,uams_clrtxt.so -g nobody -c 50 -n REXControl
 2130 ?        Ss     0:00 /usr/sbin/cron
 2172 ?        Ss     0:00 /usr/bin/dbus-daemon --system
 2185 ?        S      0:00 /usr/bin/RexWSTcp
 2202 ?        Ss     0:00 /usr/sbin/nmbd -D
 2210 ?        Ss     0:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 104:107
 2242 ?        Ss     0:00 /usr/bin/owserver -c /etc/owfs.conf --pid-file /var/run/owfs/owserver.pid
 2255 ?        S      0:00 avahi-daemon: running [REXControl.local]
 2258 ?        S      0:00 avahi-daemon: chroot helper
 2280 ?        Ss     0:00 /usr/sbin/sshd
 2287 ?        Ss     0:00 /usr/sbin/smbd -D
 2335 ?        S      0:00 /usr/sbin/smbd -D
 2357 ?        S      0:00 /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf
 2444 ?        Ss     0:00 /sbin/dhcpcd
 2456 ?        S      0:00 sudo python /home/pi/picofssd.py
 2461 ?        Ss     0:00 startpar -f -- rc.local
 2463 ?        S      0:00 python /home/pi/picofssd.py
 2468 tty1     Ss+    0:00 /sbin/getty --noclear 38400 tty1
 2469 tty2     Ss+    0:00 /sbin/getty 38400 tty2
 2470 tty3     Ss+    0:00 /sbin/getty 38400 tty3
 2471 tty4     Ss+    0:00 /sbin/getty 38400 tty4
 2472 tty5     Ss+    0:00 /sbin/getty 38400 tty5
 2473 tty6     Ss+    0:00 /sbin/getty 38400 tty6
 2476 ?        S      0:00 [kworker/2:2]
 2512 ?        Ss     0:00 sshd: pi [priv]
 2516 ?        R      0:00 sshd: pi@pts/0
 2521 pts/0    Ss     0:00 -bash
 2537 ?        S      0:00 [kworker/0:0]
 2539 pts/0    R+     0:00 ps ax</code></pre></div><p>...no REXcore....so tried to restart as described in previous post</p><div class="codebox"><pre><code>pi@REXControl ~ $ sudo runrex
Found PID, but no running RexCore found, removing /var/run/rexcore.pid
[ CORE  ][ INFO  ] ****** Start of REX diagnostics: Date: Mon Apr  4 15:44:56 2016 ******
[ CORE  ][WARNING] Authentication module: File open error
[ CORE  ][WARNING] TARGET DEVICE CAN BE ACCESSED BY ANYONE!
[ CORE  ][WARNING] Swapping configurations
RexCore: terminated by signal 11
Segmentation fault</code></pre></div><p>....</p><div class="codebox"><pre><code>pi@REXControl ~ $ sudo mv /rex/rexcore/exec.rex /rex/rexcore/exec.bak
pi@REXControl ~ $ sudo runrex
Found PID, but no running RexCore found, removing /var/run/rexcore.pid
[ CORE  ][ INFO  ] ****** Start of REX diagnostics: Date: Mon Apr  4 15:46:20 2016 ******
[ CORE  ][WARNING] Authentication module: File open error
[ CORE  ][WARNING] TARGET DEVICE CAN BE ACCESSED BY ANYONE!
[ CORE  ][ ERROR ] Failed to load active configuration: File open error
[ OS    ][WARNING] RexCore: stopped by signal 2
[ CORE  ][WARNING] Swapping configurations
^C[ARCHIVE][ INFO  ] Log archive deleting...
pi@REXControl ~ $ ^C
pi@REXControl ~ $ sudo runrex
[ CORE  ][ INFO  ] ****** Start of REX diagnostics: Date: Mon Apr  4 15:54:11 2016 ******
[ CORE  ][WARNING] Authentication module: File open error
[ CORE  ][WARNING] TARGET DEVICE CAN BE ACCESSED BY ANYONE!
[ CORE  ][ ERROR ] Failed to load active configuration: File open error
[ CORE  ][WARNING] Swapping configurations
RexCore: terminated by signal 11
Segmentation fault</code></pre></div><p>....</p><p>.......any idea what could be wrong here?</p>]]></content>
		<author>
			<name><![CDATA[scoobsalamander]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=6</uri>
		</author>
		<updated>2016-04-04T16:15:20Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=391#p391</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: Socket error while downloading]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=145#p145"/>
		<content type="html"><![CDATA[<p>No, that&#039;s not normal unless you defined such a slow sampling period. Can you please test the \UniPi_examples\02_ButtonBlink example from our GitHub repository to decide whether the problem is e.g. in your router?</p><p>Do you get any errors in the HMI? You would find it in the upper right corner of the HMI.</p>]]></content>
		<author>
			<name><![CDATA[jaroslav_sobota]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=3</uri>
		</author>
		<updated>2015-12-07T09:09:40Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=145#p145</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: Socket error while downloading]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=143#p143"/>
		<content type="html"><![CDATA[<p>Hi, I found that the Lighttpd server is slow on the Raspberry PI, I am not sure if this is down to my hardware/ router etc.</p><p>I have setup a button using inkscape and the response time is normally 4sec from button press to relay activation. Is this normal?<br />Thanks,</p>]]></content>
		<author>
			<name><![CDATA[hendrik]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=13</uri>
		</author>
		<updated>2015-12-06T14:33:03Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=143#p143</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: Socket error while downloading]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=29#p29"/>
		<content type="html"><![CDATA[<p>Glad I could help. </p><p>See <a href="https://www.rexcontrols.cz/forum/viewtopic.php?pid=16#p16" rel="nofollow">https://www.rexcontrols.cz/forum/viewto … pid=16#p16</a> about alerting.</p>]]></content>
		<author>
			<name><![CDATA[jaroslav_sobota]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=3</uri>
		</author>
		<updated>2015-11-04T18:44:04Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=29#p29</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: Socket error while downloading]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=28#p28"/>
		<content type="html"><![CDATA[<p>Still had errors after but it eventually worked. Thanks,</p><p>Can one receive e-mail alerts when using Rex on unipi?</p>]]></content>
		<author>
			<name><![CDATA[hendrik]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=13</uri>
		</author>
		<updated>2015-11-04T13:12:09Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=28#p28</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: Socket error while downloading]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=21#p21"/>
		<content type="html"><![CDATA[<p>There is no RexCore running on your Raspberry Pi. Try running </p><div class="codebox"><pre><code>sudo runrex</code></pre></div><p> from the command line. Paste here the output. </p><p>If you get errors, rename the executive file so that RexCore starts blank.</p><div class="codebox"><pre><code>sudo mv /rex/rexcore/exec.rex /rex/rexcore/exec.bak</code></pre></div><p>Afterwards run </p><div class="codebox"><pre><code>sudo runrex</code></pre></div><p> again. Now you should be able to connect and download your project.</p><p>Terminate RexCore by Ctrl+C and paste here the output. This will help in identifying the cause of the problem. Thanks.</p>]]></content>
		<author>
			<name><![CDATA[jaroslav_sobota]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=3</uri>
		</author>
		<updated>2015-11-02T08:53:13Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=21#p21</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: Socket error while downloading]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=20#p20"/>
		<content type="html"><![CDATA[<p>2 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 [fsnotify_mark]<br />&#160; &#160;23 ?&#160; &#160; &#160; &#160; S&lt;&#160; &#160; &#160;0:00 [nfsiod]<br />&#160; &#160;29 ?&#160; &#160; &#160; &#160; S&lt;&#160; &#160; &#160;0:00 [kthrotld]<br />&#160; &#160;30 ?&#160; &#160; &#160; &#160; S&lt;&#160; &#160; &#160;0:00 [VCHIQ-0]<br />&#160; &#160;31 ?&#160; &#160; &#160; &#160; S&lt;&#160; &#160; &#160;0:00 [VCHIQr-0]<br />&#160; &#160;32 ?&#160; &#160; &#160; &#160; S&lt;&#160; &#160; &#160;0:00 [VCHIQs-0]<br />&#160; &#160;33 ?&#160; &#160; &#160; &#160; S&lt;&#160; &#160; &#160;0:00 [iscsi_eh]<br />&#160; &#160;34 ?&#160; &#160; &#160; &#160; S&lt;&#160; &#160; &#160;0:00 [dwc_otg]<br />&#160; &#160;35 ?&#160; &#160; &#160; &#160; S&lt;&#160; &#160; &#160;0:00 [DWC Notificatio]<br />&#160; &#160;36 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:08 [kworker/u2:1]<br />&#160; &#160;37 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 [VCHIQka-0]<br />&#160; &#160;38 ?&#160; &#160; &#160; &#160; S&lt;&#160; &#160; &#160;0:00 [SMIO]<br />&#160; &#160;39 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:01 [mmcqd/0]<br />&#160; &#160;40 ?&#160; &#160; &#160; &#160; S&lt;&#160; &#160; &#160;0:00 [deferwq]<br />&#160; &#160;41 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:09 [kworker/u2:2]<br />&#160; &#160;42 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 [kworker/0:2]<br />&#160; &#160;43 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 [jbd2/mmcblk0p2-]<br />&#160; &#160;44 ?&#160; &#160; &#160; &#160; S&lt;&#160; &#160; &#160;0:00 [ext4-rsv-conver]<br />&#160; 159 ?&#160; &#160; &#160; &#160; Ss&#160; &#160; &#160;0:00 udevd --daemon<br />&#160; 256 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 [spi0]<br />&#160; 285 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 udevd --daemon<br />&#160; 293 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 udevd --daemon<br />&#160; 326 ?&#160; &#160; &#160; &#160; S&lt;&#160; &#160; &#160;0:00 [cfg80211]<br />&#160; 408 ?&#160; &#160; &#160; &#160; S&lt;&#160; &#160; &#160;0:00 [kworker/0:1H]<br /> 1721 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 /usr/sbin/ifplugd -i wlan0 -q -f -u0 -d10 -w -I<br /> 1727 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:01 /usr/sbin/ifplugd -i eth0 -q -f -u0 -d10 -w -I<br /> 1736 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 /usr/sbin/ifplugd -i lo -q -f -u0 -d10 -w -I<br /> 1791 ?&#160; &#160; &#160; &#160; Ss&#160; &#160; &#160;0:00 /sbin/wpa_supplicant -s -B -P /var/run/wpa_supplicant<br /> 1923 ?&#160; &#160; &#160; &#160; Ss&#160; &#160; &#160;0:00 /sbin/wpa_cli -B -P /var/run/wpa_action.wlan0.pid -i<br /> 1936 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:10 [kworker/u2:3]<br /> 2143 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 /usr/sbin/rsyslogd -c5<br /> 2155 ?&#160; &#160; &#160; &#160; Ss&#160; &#160; &#160;0:00 /usr/sbin/thd --daemon --triggers /etc/triggerhappy/t<br /> 2209 ?&#160; &#160; &#160; &#160; Ss&#160; &#160; &#160;0:00 /usr/sbin/cron<br /> 2218 ?&#160; &#160; &#160; &#160; Ss&#160; &#160; &#160;0:00 /usr/bin/dbus-daemon --system<br /> 2266 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 avahi-daemon: running [raspberrypi.local]<br /> 2267 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 avahi-daemon: chroot helper<br /> 2308 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 /usr/sbin/lightdm<br /> 2332 tty7&#160; &#160; &#160;Ss+&#160; &#160; 0:04 /usr/bin/X :0 -auth /var/run/lightdm/root/:0 -noliste<br /> 2440 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 lightdm --session-child 11 14<br /> 2457 ?&#160; &#160; &#160; &#160; Ss&#160; &#160; &#160;0:00 dhclient -v -pf /run/dhclient.wlan0.pid -lf /var/lib/<br /> 2462 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf<br /> 2475 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 /usr/sbin/console-kit-daemon --no-daemon<br /> 2570 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 /usr/lib/policykit-1/polkitd --no-debug<br /> 2585 ?&#160; &#160; &#160; &#160; Ss&#160; &#160; &#160;0:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 104:107<br /> 2634 ?&#160; &#160; &#160; &#160; Ssl&#160; &#160; 0:00 /usr/bin/lxsession -s LXDE-pi -e LXDE<br /> 2652 ?&#160; &#160; &#160; &#160; Ss&#160; &#160; &#160;0:00 /usr/bin/owserver -c /etc/owfs.conf --pid-file /var/r<br /> 2686 ?&#160; &#160; &#160; &#160; Ss&#160; &#160; &#160;0:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-s<br /> 2692 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 /usr/bin/dbus-launch --exit-with-session x-session-ma<br /> 2699 ?&#160; &#160; &#160; &#160; Ss&#160; &#160; &#160;0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-add<br /> 2717 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 /usr/bin/RexWSTcp<br /> 2740 ?&#160; &#160; &#160; &#160; Ss&#160; &#160; &#160;0:00 /usr/sbin/sshd<br /> 2770 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:04 Xtightvnc :1 -desktop X -auth /home/pi/.Xauthority -g<br /> 2777 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 openbox --config-file /home/pi/.config/openbox/lxde-p<br /> 2779 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:19 lxpanel --profile LXDE-pi<br /> 2786 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 /usr/lib/arm-linux-gnueabihf/lxpolkit<br /> 2790 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 /bin/sh /home/pi/.vnc/xstartup<br /> 2798 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 /usr/bin/ck-launch-session /usr/bin/dbus-launch --exi<br /> 2843 tty1&#160; &#160; &#160;Ss+&#160; &#160; 0:00 /sbin/getty --noclear 38400 tty1<br /> 2844 tty2&#160; &#160; &#160;Ss+&#160; &#160; 0:00 /sbin/getty 38400 tty2<br /> 2845 tty3&#160; &#160; &#160;Ss+&#160; &#160; 0:00 /sbin/getty 38400 tty3<br /> 2846 tty4&#160; &#160; &#160;Ss+&#160; &#160; 0:00 /sbin/getty 38400 tty4<br /> 2847 tty5&#160; &#160; &#160;Ss+&#160; &#160; 0:00 /sbin/getty 38400 tty5<br /> 2848 tty6&#160; &#160; &#160;Ss+&#160; &#160; 0:00 /sbin/getty 38400 tty6<br /> 2849 ?&#160; &#160; &#160; &#160; Ss+&#160; &#160; 0:00 /sbin/getty -L ttyAMA0 115200 vt100<br /> 2853 ?&#160; &#160; &#160; &#160; Ss&#160; &#160; &#160;0:00 /usr/bin/ssh-agent /usr/bin/ck-launch-session /usr/bi<br /> 2859 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 /usr/bin/lxsession -s LXDE-pi -e LXDE<br /> 2862 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 /usr/bin/dbus-launch --exit-with-session x-session-ma<br /> 2863 ?&#160; &#160; &#160; &#160; Ss&#160; &#160; &#160;0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-add<br /> 2867 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 /usr/lib/gvfs/gvfsd<br /> 2874 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 /usr/lib/gvfs/gvfs-gdu-volume-monitor<br /> 2877 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 /usr/lib/udisks/udisks-daemon<br /> 2878 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 udisks-daemon: not polling any devices<br /> 2886 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 openbox --config-file /home/pi/.config/openbox/lxde-p<br /> 2888 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:20 lxpanel --profile LXDE-pi<br /> 2895 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 /usr/lib/arm-linux-gnueabihf/lxpolkit<br /> 2897 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor<br /> 2899 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 /usr/lib/gvfs/gvfs-afc-volume-monitor<br /> 2904 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 /usr/lib/gvfs/gvfsd<br /> 2911 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 /usr/lib/gvfs/gvfs-gdu-volume-monitor<br /> 2914 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 /usr/lib/gvfs/gvfsd-trash --spawner :1.1 /org/gtk/gvf<br /> 2917 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 /usr/lib/arm-linux-gnueabihf/libmenu-cache1/libexec/m<br /> 2922 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor<br /> 2925 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 /usr/lib/gvfs/gvfs-afc-volume-monitor<br /> 2931 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 /usr/lib/arm-linux-gnueabihf/libmenu-cache1/libexec/m<br /> 2938 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 /usr/lib/gvfs/gvfsd-trash --spawner :1.1 /org/gtk/gvf<br /> 2975 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:51 Xtightvnc :2 -desktop X -auth /home/pi/.Xauthority -g<br /> 2979 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 /bin/sh /home/pi/.vnc/xstartup<br /> 2982 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 /usr/bin/ck-launch-session /usr/bin/dbus-launch --exi<br /> 3004 ?&#160; &#160; &#160; &#160; Ss&#160; &#160; &#160;0:00 /usr/bin/ssh-agent /usr/bin/ck-launch-session /usr/bi<br /> 3009 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 /usr/bin/lxsession -s LXDE-pi -e LXDE<br /> 3012 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 /usr/bin/dbus-launch --exit-with-session x-session-ma<br /> 3013 ?&#160; &#160; &#160; &#160; Ss&#160; &#160; &#160;0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-add<br /> 3021 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:01 openbox --config-file /home/pi/.config/openbox/lxde-p<br /> 3023 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:25 lxpanel --profile LXDE-pi<br /> 3025 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:18 pcmanfm --desktop --profile LXDE-pi<br /> 3030 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 /usr/lib/arm-linux-gnueabihf/lxpolkit<br /> 3033 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 /usr/lib/gvfs/gvfsd<br /> 3039 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 /usr/lib/gvfs/gvfs-gdu-volume-monitor<br /> 3043 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor<br /> 3045 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 /usr/lib/gvfs/gvfs-afc-volume-monitor<br /> 3050 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 /usr/lib/arm-linux-gnueabihf/libmenu-cache1/libexec/m<br /> 3053 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 /usr/lib/gvfs/gvfsd-trash --spawner :1.2 /org/gtk/gvf<br /> 3073 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 pcmanfm --desktop --profile LXDE-pi<br /> 3124 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:00 pcmanfm --desktop --profile LXDE-pi<br /> 3142 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:01 [kworker/0:1]<br /> 3257 ?&#160; &#160; &#160; &#160; Sl&#160; &#160; &#160;0:12 lxterminal<br /> 3258 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 gnome-pty-helper<br /> 3259 pts/0&#160; &#160; Ss+&#160; &#160; 0:00 /bin/bash<br /> 3591 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 [kworker/0:0]<br /> 3594 ?&#160; &#160; &#160; &#160; Ss&#160; &#160; &#160;0:00 sshd: pi [priv]<br /> 3598 ?&#160; &#160; &#160; &#160; S&#160; &#160; &#160; 0:00 sshd: pi@pts/1<br /> 3599 pts/1&#160; &#160; Ss&#160; &#160; &#160;0:01 -bash</p>]]></content>
		<author>
			<name><![CDATA[hendrik]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=13</uri>
		</author>
		<updated>2015-11-01T23:28:14Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=20#p20</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: Socket error while downloading]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=19#p19"/>
		<content type="html"><![CDATA[<p>My Pi has a static ip address. Everything worked fine before; I was downloading a project/ task and received the error message. I rebooted the pi several times; I can also ping the pi and log in with putty.</p>]]></content>
		<author>
			<name><![CDATA[hendrik]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=13</uri>
		</author>
		<updated>2015-11-01T22:01:34Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=19#p19</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: Socket error while downloading]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=18#p18"/>
		<content type="html"><![CDATA[<p>What application did you restart? You have to restart RexCore on your Raspberry Pi (simply reboot it).</p><p>Can you ping the Raspberry Pi from your PC? Can you login e.g. via PuTTy? What is your IP address and netmask? How do you know the IP address of the Raspberry Pi?</p><p>Did the connection ever work?</p><p>Please paste here the output of the following command on your Raspberry Pi:</p><div class="codebox"><pre><code>ps ax</code></pre></div>]]></content>
		<author>
			<name><![CDATA[jaroslav_sobota]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=3</uri>
		</author>
		<updated>2015-11-01T19:03:18Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=18#p18</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: Socket error while downloading]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=17#p17"/>
		<content type="html"><![CDATA[<p>Hi,<br />I did restart application + checked IP address...still do not work</p>]]></content>
		<author>
			<name><![CDATA[contactform]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=11</uri>
		</author>
		<updated>2015-11-01T18:54:49Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=17#p17</id>
	</entry>
</feed>
