Reply
Thread Tools
Posts: 5 | Thanked: 1 time | Joined on Jun 2013 @ Finland
#391
I have problems to get proxy settings work.

GUI offers ability to define proxy server settings but all traffic is still going directly.

I installed connman-test package to trace this a little bit more:

Connection settings:
Code:
[root@jolla test]# ./get-services
[ /net/connman/service/wifi_5056a8012e86_4c4550574c414e32_managed_wep ]
    Strength = 76
    Nameservers = [ 192.168.147.1 ]
    State = ready
    Provider = { }
    Type = wifi
    Security = [ wep ]
    AutoConnect = true
    Immutable = false
    Proxy = { Excludes=[ localhost ] Method=manual Servers=[ http://192.168.147.1:8080 https://192.168.147.1:8080 ] }
    IPv4.Configuration = { Method=dhcp }
    IPv6.Configuration = { Method=auto Privacy=disabled }
    Name = LEPWLAN2
    Favorite = true
    Timeservers = dbus.Array([dbus.String(u'192.168.147.1'), dbus.String(u'ntp.oh5lep.fi'), dbus.String(u'0.pool.ntp.org'), dbus.String(u'1.pool.ntp.org'), dbus.String(u'2.pool.ntp.org'), dbus.String(u'3.pool.ntp.org')], signature=dbus.Signature('s'), variant_level=1)
    Domains = [ oh5lep.fi ]
    Ethernet = { Interface=wlan0 MTU=1500 Method=auto Address=50:56:A8:01:2E:86 }
    Nameservers.Configuration = [ ]
    Proxy.Configuration = { Excludes=[ localhost ] Method=manual Servers=[ http://192.168.147.1:8080 https://192.168.147.1:8080 ] }
    Domains.Configuration = [ ]
    Timeservers.Configuration = dbus.Array([], signature=dbus.Signature('s'), variant_level=1)
    IPv4 = { Netmask=255.255.255.0 Gateway=192.168.147.1 Method=dhcp Address=192.168.147.16 }
    IPv6 = { }
And testing with wget:

Code:
[root@jolla test]# wget www.jolla.com
--2014-01-27 12:39:39--  http://www.jolla.com/
Resolving www.jolla.com (www.jolla.com)... 54.194.33.146
Connecting to www.jolla.com (www.jolla.com)|54.194.33.146|:80... ^C
[root@jolla test]#
First I though it's because of wrong format and tried to set proxy manually without 'http://' prefix. Prefix is permanent on GUI so I used set-proxy command instead:

Code:
[root@jolla test]# ./set-proxy wifi_5056a8012e86_4c4550574c414e32_managed_wep manual servers=192.168.147.1:8080
[root@jolla test]# ./get-services 
[ /net/connman/service/wifi_5056a8012e86_4c4550574c414e32_managed_wep ]
    Strength = 65
    Nameservers = [ 192.168.147.1 ]
    State = ready
    Provider = { }
    Type = wifi
    Security = [ wep ]
    AutoConnect = true
    Immutable = false
    Proxy = { Excludes=[ localhost ] Method=manual Servers=[ 192.168.147.1:8080 ] }
    IPv4.Configuration = { Method=dhcp }
    IPv6.Configuration = { Method=auto Privacy=disabled }
    Name = LEPWLAN2
    Favorite = true
    Timeservers = dbus.Array([dbus.String(u'192.168.147.1'), dbus.String(u'ntp.oh5lep.fi'), dbus.String(u'0.pool.ntp.org'), dbus.String(u'1.pool.ntp.org'), dbus.String(u'2.pool.ntp.org'), dbus.String(u'3.pool.ntp.org')], signature=dbus.Signature('s'), variant_level=1)
    Domains = [ oh5lep.fi ]
    Ethernet = { Interface=wlan0 MTU=1500 Method=auto Address=50:56:A8:01:2E:86 }
    Nameservers.Configuration = [ ]
    Proxy.Configuration = { Excludes=[ localhost ] Method=manual Servers=[ 192.168.147.1:8080 ] }
    Domains.Configuration = [ ]
    Timeservers.Configuration = dbus.Array([], signature=dbus.Signature('s'), variant_level=1)
    IPv4 = { Netmask=255.255.255.0 Gateway=192.168.147.1 Method=dhcp Address=192.168.147.16 }
    IPv6 = { }
But no lucky:

Code:
[root@jolla test]# wget www.jolla.com
--2014-01-27 12:49:14--  http://www.jolla.com/
Resolving www.jolla.com (www.jolla.com)... 54.194.33.146
Connecting to www.jolla.com (www.jolla.com)|54.194.33.146|:80... ^C
[root@jolla test]#
Anyhow if defining http_proxy:

Code:
[root@jolla test]# export http_proxy=192.168.147.1:8080
And testing with wget it works!

Code:
[root@jolla test]# wget www.jolla.com
--2014-01-27 12:50:36--  http://www.jolla.com/
Connecting to 192.168.147.1:8080... connected.
Proxy request sent, awaiting response... 301 Moved Permanently
Location: http://jolla.com/ [following]
--2014-01-27 12:50:37--  http://jolla.com/
Reusing existing connection to 192.168.147.1:8080.
Proxy request sent, awaiting response... 200 OK
Length: 28183 (28K) [text/html]
Saving to: ‘index.html’

Last edited by WilbertS; 2014-01-27 at 10:56. Reason: Quote replaces with code tag
 
Posts: 188 | Thanked: 74 times | Joined on May 2010
#392
iv noticed that the past few days my jolla would notify that my simcard is not detected and requires me to reboot the phone

it happens probably once a day

iv taken it out and re-put my simcard back in (in case if i didnt put it in right or if it was loose)

i think this is also the cause of the issue when my phone says there is a connection error and starts freezing up my phone. I believe it freezes up my phone coz its trying to reconnect to a network... i dunno..
 
Posts: 74 | Thanked: 25 times | Joined on Jan 2010 @ Hong Kong, CHINA
#393
Originally Posted by toki View Post
my jolla occasionally freezes...

my phone would be locked, and when i unlock it, the screen would turn on but i cant do anything else

i noticed that whenever this happens, it shows that i have network issues. im unable to do anything so i have to remove battery and place back in to restart the phone
I've had a similar symptom, except the UI will respond after about 10-20 seconds and I can painstakingly use it -- with about 10-20 second delays between screen updates. This was on system 1.0.2.5, so it might be better with the latest upgrade. I captured some process listings and journals from that time-of-bad-responsiveness, in case it's still needed.
 
Posts: 958 | Thanked: 483 times | Joined on May 2010
#394
i believe you are experiencing a known bug. look
here
 

The Following User Says Thank You to droll For This Useful Post:
Posts: 37 | Thanked: 26 times | Joined on Aug 2013 @ Finland
#395
I had a problem with Gnupgp to decrypt messages. You need to have pinentry package to handle the password process. At this moment there is not such package to load and install.

You could compile it yourself, but I found this site which made my day.

Pinentry binary

Now gpg2 works fine.
 

The Following 2 Users Say Thank You to rannari For This Useful Post:
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#396
Does anyone got homescreen not able to swipe left or right or down in mutitask after alarm? I got this 2 times when I wake up by alarm, i only can swipe up to notification. Need switch off and on device to fix (It cant do swipe left right down inside apps )
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 
Posts: 74 | Thanked: 25 times | Joined on Jan 2010 @ Hong Kong, CHINA
#397
I get that when lipstick, msyncd, and a few other processes are pegged at 100% cpu. This is usually correlated with these symptoms.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 20:23.