|
2015-01-01
, 22:58
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#1742
|
|
2015-01-02
, 02:01
|
Posts: 418 |
Thanked: 90 times |
Joined on Nov 2009
|
#1743
|
The Following User Says Thank You to crail For This Useful Post: | ||
|
2015-01-02
, 02:15
|
Posts: 153 |
Thanked: 81 times |
Joined on Dec 2011
@ P town
|
#1744
|
I is right there in the repo http://repository.maemo.org/communit...tion-provider/ maybe try running apt-get update like it suggests.
Also I just released 21.2011.38-1Tmaemo10.1
There were two issues with the last release, the hildon-desktop dependency wasn't right and also fmtx-middleware was in the changelog but not actually in the repo.
Changelog for this version in the ususal place:
http://wiki.maemo.org/Community_SSU/...log#Tmaemo10.1
|
2015-01-02
, 08:10
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#1745
|
pali, but I do have gnu-coreutils and other gnu packages installed? Okay together with busybox-power.
Could you elaborate that a bit more, please?
For sure I would never ever do a dist(/deselect)-upgrade...
The Following User Says Thank You to pali For This Useful Post: | ||
|
2015-01-02
, 08:35
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#1746
|
Do you have package coreutils or coreutils-gnu?
These are different packages and dist-upgrade needs first one.
~# apt-get upgrade -s
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
hildon-initscripts libcurl3 libgcc1 libsdl-mixer1.2
libstdc++6 libxau6
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
delite:~# apt-get dist-upgrade -s
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be REMOVED:
cell-modem-ui diffutils-gnu git grep-gnu
The following NEW packages will be installed:
diffmo gcc-4.6-base libkeyutils1 libkrb53 libvorbisfile3
The following packages have been kept back:
hildon-initscripts libcurl3 libgcc1 libsdl-mixer1.2
libstdc++6 libxau6
WARNING: The following essential packages will be removed.
This should NOT be done unless you know exactly what you are doing!
grep-gnu
0 upgraded, 5 newly installed, 4 to remove and 6 not upgraded.
|
2015-01-02
, 16:41
|
|
Posts: 1,310 |
Thanked: 820 times |
Joined on Mar 2006
@ Irving, TX
|
#1747
|
I have been looking around the config files etc. to see if I can pinpoint where the issue is. So far no success.
In the etc/fstab I have /dev/mmcblk0p1 /home/user/MyDocs vfat defaults 0 2
The fstab is generated by the script etc/event.d/rcS-late. I looked into this script and didn't notice anything unusual there.
The config file for user's filesystems seems to be the etc/default/mount-opts. I have there lines for "home-opts=" which I don't think applies for MyDocs case. The second line says: fat-opts="noauto,nodev,noexec,nosuid,noatime,nodiratim e,utf8,uid=29999,shortname=mixed, dmask=000,fmask=0133,rodir". I did try changing the fmask to 000 and rodir to rwdir, after which I mounted MyDocs, but it did not help. (Then I changed them back to original.)
There is another config file /etc/default/mount-opts.dpkg-dist, but there I have pretty much the same options except the fmask=0000, which should work fine?
The file etc/profile file I have line "umask 022" but when I changed it to "umask 000" it did not fix the problem. (Then I changed it back.)
The simplest workaround at this point is to umount /dev/mmcblk0p1 and then remount it using this command:
mount /dev/mmcblk0p1 -o dmask=000,fmask=000
In other words the mount command finds the all the correct default options from somewhere. It only needs manual overrides for dmask and fmask values.
Maybe this gives enough details for someone with detailed file system experience to pinpoint where the issue might be?
EDIT: Before someone points out the space before the last "e" in "nodiratime", it seems to be created by this forum: In post edit mode the space doesn't exists.
|
2015-01-03
, 01:25
|
Posts: 569 |
Thanked: 462 times |
Joined on Jul 2010
@ USA
|
#1748
|
The Following 4 Users Say Thank You to rotoflex For This Useful Post: | ||
|
2015-01-03
, 02:14
|
Posts: 1,994 |
Thanked: 3,342 times |
Joined on Jun 2010
@ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
|
#1749
|
I can no longer access my SD card or anything other than the root directory. File Manager just shows Bluetooth as an available system (& no other file systems), & Filebox simply crashes when it tries to start.
Connection via USB asks for the usual Mass Storage or PC Mode, but after choosing Mass Storage both my Linux & W7 computers do not show the N900 file system or the SD card as availabilities. Then, when the USB is disconnected, the "Disconnect charger to save power" message from charger-only connection comes up. Subsequent reconnections via USB to a Linux or W7 computer then only show the "Charging" message, & not the "Mass Storage/PC Mode" selection screen until a power down & re-start - then the sequence repeats.
These updates have been installed since last access via FileBox or USB:
2nd CSSU-testing update
Modrana update
Enhanced Busybox update
I think the CSSU-testing update would be most likely to cause this problem.
The Following 4 Users Say Thank You to Wikiwide For This Useful Post: | ||
|
2015-01-03
, 11:42
|
Posts: 58 |
Thanked: 47 times |
Joined on Apr 2010
@ Dublin, Ireland
|
#1750
|
MMC inside N900 gets mounted by /usr/sbin/mmc-mount or something like this.
Don't be surprised that it starts fsck.vfat -a /dev/mmcblk0p1
However, if your memory is seriously wrong, it will not get repaired by this.
Try to run, as root:
umount /dev/mmcblk0p1
fsck.vfat -avl /dev/mmcblk0p1
To see which files are wrong.
If you want to repair it, run fsck to completition. You may need to keep charging N900, to prevent shutdown-during fsck.
Since for me shutdown-during-fsck was inevitable, I used switch -w to cure the filesystem.
After the filesystem gets repaired, reboot, and it should auto-mount. It may take several minutes, though, to assure itself that the filesystem is fine.
Best wishes.
Also I just released 21.2011.38-1Tmaemo10.1
There were two issues with the last release, the hildon-desktop dependency wasn't right and also fmtx-middleware was in the changelog but not actually in the repo.
Changelog for this version in the ususal place:
http://wiki.maemo.org/Community_SSU/...log#Tmaemo10.1
"Fog is neither water nor air, it's something between." Merlin