maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [N900]Help need to solve an error that causes media player & other apps to close on their own (https://talk.maemo.org/showthread.php?t=92562)

marlon comfort 2014-02-02 09:12

Re: Help need to solve an error that causes media player & other apps to close on their own
 
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso31+0cssu0) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ df
Filesystem 1k-blocks Used Available Use% Mounted on
rootfs 233104 186424 42396 81% /
ubi0:rootfs 233104 186424 42396 81% /
tmpfs 1024 96 928 9% /tmp
tmpfs 256 88 168 34% /var/run
none 10240 68 10172 1% /dev
tmpfs 65536 4 65532 0% /dev/shm
/dev/mmcblk0p2 2064208 1459508 499844 74% /home
/home/opt 2064208 1459508 499844 74% /opt
/opt/pymaemo/usr/lib/python2.5
2064208 1459508 499844 74% /usr/lib/python2.5
/opt/pymaemo/usr/share/pyshared
2064208 1459508 499844 74% /usr/share/pyshared
/opt/pymaemo/usr/lib/pyshared
2064208 1459508 499844 74% /usr/lib/pyshared
/opt/pymaemo/usr/share/python-support
2064208 1459508 499844 74% /usr/share/python-support
/opt/pymaemo/usr/lib/python-support
2064208 1459508 499844 74% /usr/lib/python-support
/dev/mmcblk0p1 28312128 25335104 2977024 89% /home/user/MyDocs
~ $

marlon comfort 2014-02-02 14:45

Re: Help need to solve an error that causes media player & other apps to close on their own
 
Quote:

Originally Posted by michaaa62 (Post 1410358)
The first few lines are missing from the output of
Code:

df
to see if the rootfs might be full.

The rest of the output looks good.

Here you go the rest of the output_thanks again


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso31+0cssu0) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ df
Filesystem 1k-blocks Used Available Use% Mounted on
rootfs 233104 186448 42376 81% /
ubi0:rootfs 233104 186448 42376 81% /
tmpfs 1024 96 928 9% /tmp
tmpfs 256 88 168 34% /var/run
none 10240 68 10172 1% /dev
tmpfs 65536 4 65532 0% /dev/shm
/dev/mmcblk0p2 2064208 1459596 499756 74% /home
/home/opt 2064208 1459596 499756 74% /opt
/opt/pymaemo/usr/lib/python2.5
2064208 1459596 499756 74% /usr/lib/python2.5
/opt/pymaemo/usr/share/pyshared
2064208 1459596 499756 74% /usr/share/pyshared
/opt/pymaemo/usr/lib/pyshared
2064208 1459596 499756 74% /usr/lib/pyshared
/opt/pymaemo/usr/share/python-support
2064208 1459596 499756 74% /usr/share/python-support
/opt/pymaemo/usr/lib/python-support
2064208 1459596 499756 74% /usr/lib/python-support
/dev/mmcblk0p1 28312128 25335104 2977024 89% /home/user/MyDocs
~ $

michaaa62 2014-02-02 15:17

Re: [N900]Help need to solve an error that causes media player & other apps to close on their own
 
Thanks, no indication that any storage space issue may cause the mis-behaviour.

You could test to run Notes via X-Terminal. Copy and paste the output here for error messages
Code:

/usr/bin/osso_notes
will start Notes.

marlon comfort 2014-02-02 20:57

Re: [N900]Help need to solve an error that causes media player & other apps to close on their own
 
here is the output



BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso31+0cssu0) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ /usr/bin/osso_notes
init_osso:326: start
settings_get_schema_alt:234: Getting key /apps/osso/fontconfig/font_scaling_factor value as schema
settings_get_int:108: Getting key /apps/osso/osso-notes/restore_type value as int
settings_get_string_alt:196: Getting key /apps/osso/osso-notes/font_face value as string
settings_get_int_alt:158: Getting key /apps/osso/osso-notes/font_size value as int
settings_get_string_alt:196: Getting key /apps/osso/osso-notes/last_save value as string
settings_get_string_alt:196: Getting key /apps/osso/osso-notes/last_open value as string
settings_get_string_alt:196: Getting key /apps/osso/osso-notes/default_folder value as string
settings_get_int_alt:158: Getting key /apps/osso/osso-notes/text_colour_red value as int
settings_get_int_alt:158: Getting key /apps/osso/osso-notes/text_colour_green value as int
settings_get_int_alt:158: Getting key /apps/osso/osso-notes/text_colour_blue value as int
settings_get_int_alt:158: Getting key /apps/osso/osso-notes/alignment value as int
settings_get_int_alt:158: Getting key /apps/osso/osso-notes/file_format value as int
settings_get_bool_alt:215: Getting key /apps/osso/osso-notes/format_bold value as boolean
settings_get_bool_alt:215: Getting key /apps/osso/osso-notes/format_underline value as boolean
settings_get_bool_alt:215: Getting key /apps/osso/osso-notes/format_italic value as boolean
Aborted
~ $

michaaa62 2014-02-02 22:26

Re: [N900]Help need to solve an error that causes media player & other apps to close on their own
 
Did you try to backup your settings directory for Notes and start fresh? Please try from X-Terminal
Code:

mv .osso/osso-notes .osso/osso-notes_backup
/usr/bin/osso_notes

to test a fresh start. Your actual note will not get deleted or moved, because they are saved to another directory.

marlon comfort 2014-02-03 20:11

Re: [N900]Help need to solve an error that causes media player & other apps to close on their own
 
thanx man. my media player & notes are now back on the move. You are a genius :)

michaaa62 2014-02-03 22:06

Re: [N900]Help need to solve an error that causes media player & other apps to close on their own
 
Now you can erase the folder .osso/osso-notes_backup
Code:

rm -rf .osso/osso-notes_backup

marlon comfort 2014-02-05 10:45

Re: [N900]Help need to solve an error that causes media player & other apps to close on their own
 
ok; will do so. thanx again.


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

vBulletin® Version 3.8.8