Page 1 of 2

Config download error

Posted: Fri Dec 21, 2012 2:38 am
by kaomao
I keep getting this error "Can't retrieve config"
I saved a config into home/username/.emuclient/config but the gimx-serial still keep on asking to download the config.
Maybe I don't have the rights to read these config?
Same happen if I press the button to check for updates
Please help me :(
The rest is working fine.

Re: Config download error

Posted: Fri Dec 21, 2012 7:31 am
by Matlo

Re: Config download error

Posted: Fri Dec 21, 2012 9:52 am
by kaomao
Already read faq
Anyway I did what's written there 1000 times, still I can't get it working.
What i get with in terminal typing this line "ls -l ~/.emuclient" is this

Code: Select all

drwxrwxr-x 2 mao mao 4096 2012-12-21 03:59 config
drwxrwxr-x 2 mao mao 4096 2012-12-21 03:57 macros
those are the correct user rights.
My username is "mao"

with this $ ls -ld ~

Code: Select all

drwxr-xr-x 30 mao mao 4096 2012-12-21 10:24 /home/mao
Anyway why can't I update ? it says "can't check version" maybe this is the problem??

p.s.
sorry for having posted in the wrong section

Re: Config download error

Posted: Fri Dec 21, 2012 10:03 am
by Matlo
Are you behind a proxy?

Re: Config download error

Posted: Fri Dec 21, 2012 10:24 am
by kaomao
well no, my Mc and windows machines are working fine
I'm not a linux expert but what command from terminal should I type to check it???

Re: Config download error

Posted: Fri Dec 21, 2012 10:39 am
by kaomao
Confirmed I'm not behind a proxy: checked under "system settings/network/network proxy"
BTW I can update ubuntu, before I had problems with the ttyusb, downloaded the updates and then it was shown on the serial list.
Now I'm facing this, don't know what to do, I didn't do anything special..
thanks btw for the patience ;)

Re: Config download error

Posted: Fri Dec 21, 2012 11:01 am
by Matlo
Try these commands in a terminal:

Code: Select all

wget http://diyps3controller.googlecode.com/svn/trunk/configurations/
wget http://gimx.fr/download/version
and post the result.

Re: Config download error

Posted: Fri Dec 21, 2012 11:09 am
by kaomao

Code: Select all

mao@mao-desktop:~$ wget http://diyps3controller.googlecode.com/svn/trunk/configurations/
--2012-12-21 12:08:26--  http://diyps3controller.googlecode.com/svn/trunk/configurations/
Resolving diyps3controller.googlecode.com... 173.194.66.82
Connecting to diyps3controller.googlecode.com|173.194.66.82|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1723 (1.7K) [text/html]
Saving to: `index.html.1'

100%[======================================>] 1,723       --.-K/s   in 0.002s  

2012-12-21 12:08:51 (937 KB/s) - `index.html.1' saved [1723/1723]

mao@mao-desktop:~$ wget http://gimx.fr/download/version
--2012-12-21 12:09:35--  http://gimx.fr/download/version
Resolving gimx.fr... 213.186.33.19
Connecting to gimx.fr|213.186.33.19|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4 [text/plain]
Saving to: `version'

100%[======================================>] 4           --.-K/s   in 0s      

2012-12-21 12:09:55 (467 KB/s) - `version' saved [4/4]



Re: Config download error

Posted: Fri Dec 21, 2012 2:33 pm
by Matlo
This shows it's not an internet connection issue.

Type in a terminal:

Code: Select all

ls -l /tmp/configs
ls -l /tmp/version
and post the result.

Re: Config download error

Posted: Fri Dec 21, 2012 2:40 pm
by kaomao

Code: Select all

mao@mao-desktop:~$ ls -l /tmp/configs
-rw-r--r-- 1 root root 0 2012-12-21 12:32 /tmp/configs
mao@mao-desktop:~$ ls -l /tmp/version
-rw-rw-r-- 1 mao mao 0 2012-12-21 11:45 /tmp/version
mao@mao-desktop:~$ 

managed to understand that gimx config doesn't save file with .xml extension, so this was causing the problem about no config file. adding the extension to the file solved the issue.
Still I don't get why it can't update