Active Topics

 


Reply
Thread Tools
pichlo's Avatar
Posts: 6,445 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#2251
I think you mean fsck, not fsk. That is a normal file system check and is expected on the first reboot after an OS update. So is trackerd and hildon-thumbnailerd, reindexing your media database. Let them run to completion, it should be OK after that.

Your folders will look empty while fsck is running because the file system is unmounted. That is normal.

As for the rotation lock, there is a setting for it in System -> Settings, if I remember correctly. Sorry, my N900 runs Thumb but is heavily modified and cannot be used as a reliable reference.
__________________
Русский военный корабль, иди нахуй!
 

The Following 3 Users Say Thank You to pichlo For This Useful Post:
Posts: 1,203 | Thanked: 3,027 times | Joined on Dec 2010
#2252
rotation lock is a seperate app installable from application manager
 

The Following 2 Users Say Thank You to Android_808 For This Useful Post:
Posts: 46 | Thanked: 40 times | Joined on Jan 2014 @ Hamburg
#2253
@pichlo
I guessed the same. but it happens every reboot.

About the rotation:
rotation is now active for everything. It used to be just for apps.
I will research more about it.
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#2254
but it happens every reboot.
The fsck version of the N900 is old. The file system check from a recent PC could give successful results to your MyDocs partition. You might try to install backupmenu. Boot into backupmenu, export the partitions to the PC and try a filesystem check from the PC.
 

The Following 3 Users Say Thank You to michaaa62 For This Useful Post:
Posts: 2,153 | Thanked: 8,462 times | Joined on May 2010
#2255
In CSSU is updated dosfstools package which contains fsck.vfat
 

The Following 6 Users Say Thank You to pali For This Useful Post:
Posts: 46 | Thanked: 40 times | Joined on Jan 2014 @ Hamburg
#2256
This solved the rotation of the Desktop issue (was quite annoying):
https://talk.maemo.org/showpost.php?...72&postcount=4

I manually started fsck but it did not find any errors.
Just did a fresh reboot but still the issue remains.
Are there any log files that could help with the issue?
Or is there a file I can edit so the result of fsck is logged somewhere?
 

The Following User Says Thank You to sirvival For This Useful Post:
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#2257
Originally Posted by sirvival View Post
This solved the rotation of the Desktop issue (was quite annoying):
https://talk.maemo.org/showpost.php?...72&postcount=4

I manually started fsck but it did not find any errors.
Just did a fresh reboot but still the issue remains.
Are there any log files that could help with the issue?
Or is there a file I can edit so the result of fsck is logged somewhere?
yes there are log files in /var/log - fsck.log and fsck_home.log
__________________
Never fear. I is here.

720p video support on N900,SmartReflex on N900,Keyboard and mouse support on N900
Nothing is impossible - Stable thumb2 on n900

Community SSU developer
kernel-power developer and maintainer

 

The Following 3 Users Say Thank You to freemangordon For This Useful Post:
Posts: 46 | Thanked: 40 times | Joined on Jan 2014 @ Hamburg
#2258
hmm fsck.log has sometimes entries about a unclean unmount and data corruption. But not every reboot.
And one fsck was stopped by signal 15 (google did not help with that one).

So I guess something got corrupted during the thumb installation.

EDIT: last two reboots no corruption listed in the log.
I also checked if the access rights to MyDocs are read only but everything is fine.

Last edited by sirvival; 2016-12-05 at 22:55.
 
Posts: 804 | Thanked: 1,598 times | Joined on Feb 2010 @ Gdynia, Poland
#2259
Originally Posted by sirvival View Post
And one fsck was stopped by signal 15 (google did not help with that one).
According to https://en.wikipedia.org/wiki/Unix_signal#POSIX_signals (see table at the bottom of "POSIX signals" section, column "Portable number"), signal with code 15 is simple SIGTERM, this name might be more familiar for you (or give you more google results).
 

The Following User Says Thank You to misiak For This Useful Post:
Posts: 46 | Thanked: 40 times | Joined on Jan 2014 @ Hamburg
#2260
Thx. Strange that fsck received a SIGTERM, I just let the phone sit there till the CPU load is gone. But it happened just once.

Is it save to plugin the Phone to my Computer and have gparted check the filesystem for me?

Could it be that shutdowns are not clean? When I do a shutdown manually while charging the phone switches on again and the loading screen is shown. After that it just switches of. Then if I reboot manually the fcsk finds the above mentioned errors.
No errors in in the log if the phone is not plugged in during shutdown and then bootet.
Why does the phone "think" thumb was newly installed after each reboot? Is the index lost? Could it be that there is some problem with the rights management of folders?

EDIT:
I searched the forums for input so this might help. My etc/profile, etc/default/mount-opts and etc/fstab:

Code:
# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).

export PATH="/usr/bin:/bin"

umask 022
source /etc/osso-af-init/af-defines.sh
Code:
# !!! Do not edit this file. It can be overwritten in next update !!!
# !!! Instead create and edit file /etc/default/mount-opts-overwrite !!!

# Options for mounting all filesystems
common_opts="noatime,nodiratime"

# Options for mounting root's filesystems (/, /home)
root_opts="errors=continue,commit=1"

# Options for mounting user's filesystems (MyDocs, SD cards, ...)
user_opts="noauto,nodev,exec,nosuid"

# Options for swap partitions
swap_opts=""

# Options for different filesystems
vfat_opts="utf8,uid=29999,shortname=mixed,dmask=000,fmask=0000,rodir"
ntfs_opts="nls=utf8,uid=29999,umask=0000"
ext3_opts="data=writeback"
ext4_opts="data=writeback"

# Renerate fstab at boot time in /etc/event.d/rcS-late
genfstab="1"

# When generating fstab add also swap partitions from SD card (if exists)
swap_sd="0"

# Call fsck -p for /home at boot time in /etc/event.d/rcS-late
home_fsck="1"

# Call fsck -p for user's partitions (MyDocs, SD cards, ...)
user_fsck="1"

# Include overwrite file
if [ -f /etc/default/mount-opts-overwrite ]; then
	. /etc/default/mount-opts-overwrite
fi
Code:
# This file was generated by script /etc/event.d/rcS-late
# !!! Do not edit this file. It will be overwritten in next device startup !!!
# If you want static /etc/fstab add genfstab="0" to file /etc/default/mount-opts-overwrite
rootfs / rootfs rw 0 0
ubi0:rootfs / ubifs rw,bulk_read,no_chk_data_crc 0 0
/dev/mmcblk0p2 /home ext3 noatime,nodiratime,errors=continue,commit=1,data=writeback 0 2
/home/opt /opt none bind 0 0
/dev/mmcblk0p1 /home/user/MyDocs vfat noatime,nodiratime,noauto,nodev,exec,nosuid,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0000,rodir 0 2
/dev/mmcblk0p3 none swap sw 0 0i
I read that umask=022 in profile can cause problems. Is that true?

Last edited by sirvival; 2016-12-06 at 17:45.
 

The Following User Says Thank You to sirvival For This Useful Post:
Reply

Tags
code size, dinosaurs, fmg ftw!, fmg.da.king, performance, thumb, thumb life


 
Forum Jump


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