http proxy
Does the LivePC need http proxy configuration set somewhere? I am unable to use it and get the the folloing in the sys.log file:
2006-08-18 14:08:30 warn P3016:T2088 [appmgr:.\livevm.cc:498] start prefetching livevm "DamnSmallLivePC1"
2006-08-18 14:08:38 warn P3016:T2088 [util:.\remote_file.cc:290] read_fully http://internal.moka5.com:80/livepc/sbtrss/DamnSmallLivePC1 failed, retrying #1...
2006-08-18 14:08:46 warn P3016:T2088 [appmgr:.\livevm.cc:634] Error while downloading from RSS feed for DamnSmallLivePC1: error during operation read_fully http://internal.moka5.com:80/livepc/sbtrss/DamnSmallLivePC1: couldn't connect to server: Input/output error
short_io::~short_io
2006-08-18 14:08:54 warn P3016:T2088 [util:.\remote_file.cc:290] read_fully http://internal.moka5.com:80/livepc/sbtrss/DamnSmallLivePC1 failed, retrying #1...
2006-08-18 14:09:02 warn P3016:T2088 [appmgr:.\livevm.cc:634] Error while downloading from RSS feed for DamnSmallLivePC1: error during operation read_fully http://internal.moka5.com:80/livepc/sbtrss/DamnSmallLivePC1: couldn't connect to server: Input/output error
short_io::~short_io
2006-08-18 14:09:02 warn P3016:T2088 [appmgr:.\livevm.cc:522] no descriptor for "DamnSmallLivePC1" yet, skipping prefetch
2006-08-18 14:09:02 warn P3016:T2088 [appmgr:.\livevm.cc:498] start prefetching livevm "DamnSmallLivePC"
2006-08-18 14:09:10 warn P3016:T2088 [appmgr:.\livevm.cc:634] Error while downloading from RSS feed for DamnSmallLivePC: error during operation read_fully http://internal.moka5.com/livepc/sbtrss/DamnSmallLivePC: couldn't connect to server: Input/output error
short_io::~short_io
Is there a proxy configuration for the bare metal version???
Thanks,
-Matt
Http proxy setttings for bare metal
Is the http_proxy settings in LivePC player 0.9.1 the same as 0.12.
I have made the suggest changes but, Im still unable to get HTTP working via a proxy.
content of the file?
Hi free2rss,
It'd be helpful if you could send the content of the file (with any password removed) so we could take a look at it and see why you cannot connect via proxy.
Just curious, why do you prefer to try out the bare metal version as opposed to Windows version? Are you doing a dual-boot?
Thank you for trying out the LivePC Engine!
Thanks,
-Gerald
moka5 Team
HTTP proxy setting in Windows and Bare Metal
Proxies are supported by our application, but the setting is not yet exposed by our UI. Here's how to configure LivePC Player 0.12 to use an http proxy.
Find the directory "Application Data\moka5\LivePC Player\env" in your user profile (so that will probably be C:\Documents and Settings\USERNAME\Application Data\moka5\LivePC Player\env". In that directory create a flat text file called http_proxy. Make sure that the file is called http_proxy, not http_proxy.txt. The contents of this file should be of the form "PROXYHOST:PROXYPORT".
In the Bare Metal version, you can do the same thing by pressing F5 to bring up a debugging xterm. Use the directory "/cache/user/env", creating the directory if necessary. Put the http_proxy file into that directory.
-Andy