Active Topics

 


Reply
Thread Tools
Posts: 7 | Thanked: 0 times | Joined on Mar 2010
#11
i just reinstalled the maemo software to watch it more carefully in order to understand why this happens!for now everything is ok!i will load the application list to see what will happen
 
Posts: 7 | Thanked: 0 times | Joined on Mar 2010
#12
Originally Posted by sophocha View Post
i had a similar problem with backup.it was getting stuck and i couldn`t backup anything.a reflash did solve the problem, then i`ve installed something from extras/testing and the problem came back!....so i would suggest a clean reflash and no applications from extras!....if it doesn`t solve it, then i`m afraid is a hardware problem.

It`s strange that all the greeks have a backup problem!it`s probably due to the economy collapsing.....ax ellada
lololololololol
 
Posts: 7 | Thanked: 0 times | Joined on Mar 2010
#13
I did reinstall the os and eyrething ok!I even restored the latest backup and still ok!After the reboot though the problem showed up.
Cannot backup on the built in memory because it is not an option on the backup app and worst it cannot read maps on ovi map app.
I unistalled a bunch of applications but nothing.
anapospastos can you send me a list of your installed app in order to compare it with mine?
debugging for dummies
Any idea someone...
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#14
Originally Posted by kakalos View Post
I did reinstall the os and eyrething ok!I even restored the latest backup and still ok!After the reboot though the problem showed up.
Cannot backup on the built in memory because it is not an option on the backup app and worst it cannot read maps on ovi map app.
I unistalled a bunch of applications but nothing.
anapospastos can you send me a list of your installed app in order to compare it with mine?
debugging for dummies
Any idea someone...
Try checking the filesystem? If you connect to a PC in mass storage mode, you should be able to run a disk check over the filesystem. Alternately, install rootsh then run (in X Terminal):
Code:
sudo gainroot
umount /home/user/MyDocs
fsck -a /dev/mmcblk0p1
mount /home/user/MyDocs

Last edited by Rob1n; 2010-03-09 at 18:54. Reason: Fix device name
 
Posts: 7 | Thanked: 0 times | Joined on Mar 2010
#15
Originally Posted by Rob1n View Post
Try checking the filesystem? If you connect to a PC in mass storage mode, you should be able to run a disk check over the filesystem. Alternately, install rootsh then run (in X Terminal):
Code:
sudo gainroot
umount /home/user/MyDocs
fsck -a /dev/mmcbl0p1
mount /home/user/MyDocs
I cannot access direct through the mass storage mode the built in memory!it does not appear on my discs on pc!It seems there is a problem on the filesystem but how does it happen?

Code:
/home/user # umount /home/user/MyDocs
/home/user # fsck -a /dev/nncb10p1
fsck 1.41.3.maemo0 (12-Oct-2008)
fsck.ext2: No such file or directory while trying to open /dev/nncb10p1
/dev/nncb10p1:
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>

Last edited by kakalos; 2010-03-09 at 19:00.
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#16
Originally Posted by kakalos View Post
Code:
/home/user # umount /home/user/MyDocs
/home/user # fsck -a /dev/nncb10p1
fsck 1.41.3.maemo0 (12-Oct-2008)
fsck.ext2: No such file or directory while trying to open /dev/nncb10p1
/dev/nncb10p1:
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
Sorry, I'd mistyped the path name (though you seem to also have misread it anyway). It should be "/dev/mmcblk0p1"
 
Posts: 7 | Thanked: 0 times | Joined on Mar 2010
#17
Originally Posted by Rob1n View Post
Sorry, I'd mistyped the path name (though you seem to also have misread it anyway). It should be "/dev/mmcblk0p1"
Code:
/home/user # umount /home/user/MyDocs
/home/user # fsck -a /dev/mmcblk0p1
fsck 1.41.3.maemo0 (12-Oct-2008)
dosfsck 3.0.1, 23 Nov 2008, FAT32, LFN
alleged total clusters: 442377
4424
8848
13272
17696
22120
26544
30968
35392
checked clusters: 36432
/dev/mmcblk0p1: 2288 files, 36432/442377 clusters
/home/user # mount /home/user/MyDocs
and after a reboot still nothing
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#18
Originally Posted by kakalos View Post
Code:
/home/user # umount /home/user/MyDocs
/home/user # fsck -a /dev/mmcblk0p1
fsck 1.41.3.maemo0 (12-Oct-2008)
dosfsck 3.0.1, 23 Nov 2008, FAT32, LFN
alleged total clusters: 442377
4424
8848
13272
17696
22120
26544
30968
35392
checked clusters: 36432
/dev/mmcblk0p1: 2288 files, 36432/442377 clusters
/home/user # mount /home/user/MyDocs
and after a reboot still nothing
Okay, not a problem with the filesystem then. Do you have FMTX faker installed? There was a bug with that which caused these sort of problems - see https://bugs.maemo.org/show_bug.cgi?id=8148 for details (comment 34 has a fix/workaround).
 

The Following 2 Users Say Thank You to Rob1n For This Useful Post:
Posts: 7 | Thanked: 0 times | Joined on Mar 2010
#19
yes finally fixed it?many thanks....we need fmfaker though!
 
anapospastos's Avatar
Posts: 552 | Thanked: 183 times | Joined on Oct 2009 @ Not decided
#20
All that had this problems because of fmtx faker install this new attached version. It solves the backup and the right version show.

Make sure to "dpkg --purge fmtx-faker" before installing this version.
Attached Files
File Type: deb fmtx-faker_0.2_armel.deb (9.8 KB, 57 views)
__________________
My name was Maemo, then it became Meego and now I'm getting a third one. I am Sailfish.

Last edited by anapospastos; 2010-03-09 at 21:14.
 
Reply


 
Forum Jump


All times are GMT. The time now is 16:24.