![]() |
2011-06-24
, 07:25
|
|
Posts: 64 |
Thanked: 140 times |
Joined on May 2011
|
#61
|
![]() |
2011-06-24
, 16:29
|
|
Posts: 187 |
Thanked: 96 times |
Joined on Sep 2010
@ London, UK
|
#62
|
Maybe I do not like pictures of buttons to start/stop recording... !?!?![]()
I will try to replace them with other
![]() |
2011-06-28
, 17:55
|
|
Posts: 64 |
Thanked: 140 times |
Joined on May 2011
|
#63
|
![]() |
2011-06-28
, 22:48
|
|
Posts: 597 |
Thanked: 490 times |
Joined on Dec 2009
@ Germany
|
#64
|
Nokia-N900:~# /opt/maemo/usr/bin/qnetman
MyDB:ptAddSupportIface(): [INSERT INTO 'main'.'type' (id, iface) VALUES (1, 'gprs0')] PRIMARY KEY must be unique
Segmentation fault
![]() |
2011-06-29
, 06:30
|
|
Posts: 64 |
Thanked: 140 times |
Joined on May 2011
|
#65
|
Got a problem with qnetman, it closes after the start screen showed up.
Did apt-get remove qnetman --purge and reinstalled with no success.
In xTerm I get this:
Any idea whats the problem here?
The Following User Says Thank You to qnetman For This Useful Post: | ||
![]() |
2011-06-29
, 06:48
|
|
Posts: 597 |
Thanked: 490 times |
Joined on Dec 2009
@ Germany
|
#66
|
Before you install the latest version, you had an older version ?
Worked Do you have an older version?
Please, open a terminal and write command
dpkg -l | grep -i pyside
output from the terminal to copy here
Line in the terminal:
MyDB::AddSupportIface(): [INSERT INTO 'main'.'type' (id, iface) VALUES (1, 'gprs0')] PRIMARY KEY must be unique
is not an error.
The Following User Says Thank You to Reflektorfalke For This Useful Post: | ||
![]() |
2011-06-29
, 07:33
|
|
Posts: 64 |
Thanked: 140 times |
Joined on May 2011
|
#67
|
Yes, had older version an it worked until recently.
Here is the output from xterm:
> dpkg -l| grep -i pyside
...
The Following User Says Thank You to qnetman For This Useful Post: | ||
![]() |
2011-06-29
, 08:00
|
|
Posts: 597 |
Thanked: 490 times |
Joined on Dec 2009
@ Germany
|
#68
|
With the packages you have all the normal
While I have no idea why the program in python gives an error "Segmentation fault"
Try to delete the database and configuration file
rm -f /home/user/.qnetman/qnetman.db
rm -f /home/user/.qnetman/qnetman.conf
Or make a backup of the database if it contains the necessary data
cp /home/user/.qnetman/qnetman.db /home/user/qnetman.db
tell, please, about result
okia-N900:/home/user/.qnetman# /opt/maemo/usr/bin/qnetman
MyDB:ptGetFreqTraffDaemon(): 'NoneType' object is unsubscriptable
MyDB:ptGetDateTimeFormat(): DateTime format not define. Set default
MyDB:ptGetLimitSizeDB(): Limit db not define. Set default
MyDB:ptGetColor(): Colors are not define. Set default
Segmentation fault
The Following User Says Thank You to Reflektorfalke For This Useful Post: | ||
![]() |
2011-06-29
, 08:55
|
|
Posts: 597 |
Thanked: 490 times |
Joined on Dec 2009
@ Germany
|
#69
|
The Following User Says Thank You to Reflektorfalke For This Useful Post: | ||
![]() |
2011-06-29
, 09:39
|
|
Posts: 64 |
Thanked: 140 times |
Joined on May 2011
|
#70
|
Just noticed that .db file was recreated, but there is no .conf file...
Maybe this helps tracking down the prob!?
The Following User Says Thank You to qnetman For This Useful Post: | ||