Notices


Reply
Thread Tools
Posts: 33 | Thanked: 8 times | Joined on Mar 2013 @ kaputtgart, merkelistan
#141
hail to the sixwheeledbeast...

here is the output of what ever u asked me to:

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

[rootNokia-N900:~]$ blkid | grep swap
/dev/mmcblk0p3: TYPE="swap"
/dev/mmcblk1p1: UUID="151b76ee-cabe-4786-bd66-c7cdb8d17fda" TYPE="swap"
/dev/mmcblk1p2: UUID="bb52bbee-fd45-4ceb-809f-7d84d0cf7008" TYPE="swap"
[rootNokia-N900:~]$ dpkg-query -W -f='${Version}\n' upstart
0.3.8-67+0m5
[rootNokia-N900:~]$ cat /etc/default/mount-opts-overwrite
cat: /etc/default/mount-opts-overwrite: No such file or directory
[rootNokia-N900:~]$ cat /etc/default/mount-opts
# Options for mounting user's filesystems

home_opts="rw,noatime,errors=continue,commit=120,d ata=writeback"
fat_opts="noauto,nodev,noexec,nosuid,noatime,nodir atime,utf8,uid=29999,shortname=mixed,dmask=000,fma sk=0133,rodir"
[rootNokia-N900:~]$ cat /etc/fstab
# autogenerated
rootfs / rootfs defaults,errors=remount-ro,noatime 0 0
/dev/mmcblk0p1 /home/user/MyDocs vfat noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8 ,uid=29999,shortname=mixed,dmask=000,fmask=0133,ro dir 0 0
/dev/mmcblk0p2 /home ext3 rw,noatime,errors=continue,commit=120,data=writeba ck 0 0
/home/opt /opt none bind
/dev/mmcblk0p3 none swap sw 0 0
[rootNokia-N900:~]$
 
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#142
Originally Posted by tobasmogaster View Post
hail to the sixwheeledbeast...

here is the output of what ever u asked me to:
Ok it's seems I was incorrect but I think I have located your issue.

In the current version of Flopswap (0.0.6) it unfortunately requires the swaps to be in the EXACT coded locations. This is to be fixed in upcoming version.

Your uSD swap spaces are not in the correct place for version 0.0.6 to work.
In this version swaps MUST be at mmcblk1p2 and mmcblk1p3 on the card. Yours are not and for version 0.0.6 to work you need to repartition the card so the first 1p1 is FAT or ext and then 1p2 and 1p3 is swap.

--Additional
You seem to be on CSSU Stable with KP52 and the stock version of upstart.
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.

Last edited by sixwheeledbeast; 2013-09-23 at 16:25.
 

The Following User Says Thank You to sixwheeledbeast For This Useful Post:
Posts: 33 | Thanked: 8 times | Joined on Mar 2013 @ kaputtgart, merkelistan
#143
and again:

hail to the sixwheeledbeast...
thank u a lot.

i immediately gonna search my gparted disc....

actually, that im able to have cssu with kp52 runnig even with 1ghz and (!) smartreflex seems to be just luck.
i was fallen in love with the n900 in spring this year and i distributed it to all my friends and was trying to enhance it also for educational use with iphonevictims...
so i had a nice device and some friends asked me for that phone which is bought faulty for little money and really easy to repair.
after i found backupmenu, flashing and all this was much faster and so i installed power-kernel on minimum 5 devices, mine was the only one to run stable under 1ghz and smartreflex.

and excuse me preachin' but this phone is so the best device i can imagin. it was my start in linux and even the terminal on my mac and showed me again how open systems are feared by our moderntimebigdataindustrie....
they dont want us to understand that we just bought the same hardware clocked littlebit faster in a shiny new design...

i'm still a noob, but thankful that the n900 opend me the door to beginn to understand what a computer actually is and how extremly users nowaday are guided like sheeps instead of bein educated to understand and create their tecnological environment....

Last edited by tobasmogaster; 2013-09-23 at 21:51.
 

The Following User Says Thank You to tobasmogaster For This Useful Post:
Posts: 33 | Thanked: 8 times | Joined on Mar 2013 @ kaputtgart, merkelistan
#144
"Your uSD swap spaces are not in the correct place for version 0.0.6 to work.
In this version swaps MUST be at mmcblk1p2 and mmcblk1p3 on the card. Yours are not and for version 0.0.6 to work you need to repartition the card so the first 1p1 is FAT or ext and then 1p2 and 1p3 is swap."

i fear in my case. this is no solution...
any other workarounds?
 
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#145
Can you edit your post and put the output of the code you tried before.
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following User Says Thank You to sixwheeledbeast For This Useful Post:
Posts: 33 | Thanked: 8 times | Joined on Mar 2013 @ kaputtgart, merkelistan
#146
Originally Posted by sixwheeledbeast View Post
Can you edit your post and put the output of the code you tried before.


of course and thx for ur support:





[rootNokia-N900:~]$ blkid | grep swap

/dev/mmcblk1p3: UUID="7d866cd3-a360-4662-93c9-329ef1bda2f4" TYPE="swap"
/dev/mmcblk0p3: TYPE="swap"
/dev/mmcblk1p2: TYPE="swap" UUID="8602dafa-7f1d-4b3a-a9a7-5d09c081137d"

[rootNokia-N900:~]$ dpkg-query -W -f='${Version}\n' upstart

0.3.8-67+0m5

[rootNokia-N900:~]$ cat /etc/default/mount-opts-overwrite

cat: /etc/default/mount-opts-overwrite: No such file or directory

[rootNokia-N900:~]$ cat /etc/default/mount-opts

# Options for mounting user's filesystems

home_opts="rw,noatime,errors=continue,commit=120,d ata=writeback"
fat_opts="noauto,nodev,noexec,nosuid,noatime,nodir atime,utf8,uid=29999,shortname=mixed,dmask=000,fma sk=0133,rodir"


[rootNokia-N900:~]$ cat /etc/fstab


# autogenerated
rootfs / rootfs defaults,errors=remount-ro,noatime 0 0
/dev/mmcblk0p1 /home/user/MyDocs vfat noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8 ,uid=29999,shortname=mixed,dmask=000,fmask=0133,ro dir 0 0
/dev/mmcblk0p2 /home ext3 rw,noatime,errors=continue,commit=120,data=writeba ck 0 0
/home/opt /opt none bind
/dev/mmcblk0p3 none swap sw 0 0
 
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#147
Well now I am stumped.
Which swaps are stripped on boot?
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following User Says Thank You to sixwheeledbeast For This Useful Post:
Posts: 33 | Thanked: 8 times | Joined on Mar 2013 @ kaputtgart, merkelistan
#148
Originally Posted by sixwheeledbeast View Post
Well now I am stumped.
Which swaps are stripped on boot?
actually u just used a word im not familliar in this context...
stripped.

excuse my english, but its sometimes a bit limited...
could the issue come from the fact, that i made a bigger swap partitition?

if i insert the sd card after booting and than use flopswao, i have one partitition of 1,5gb,

if i reboot i have 3gb.

and the partititions are 2 and 3 like u told me to configure....


if i may not answer ur question precisly, please dont be mad and use another word instead of stripped which reminds me poor noob off some nasty naked women...


and thank u again,,,

Last edited by tobasmogaster; 2013-09-24 at 17:50.
 
Posts: 1,378 | Thanked: 1,604 times | Joined on Jun 2010 @ Göteborg, Sweden
#149
Originally Posted by tobasmogaster View Post
actually u just used a word im not familliar in this context...
stripped.
He meant "striped" as is a zebra Search for "swap stripe".
 
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#150
New FlopSwap loaded to build queue

Code:
flopswap (0.1.0) unstable; urgency=low

  * Big changes to backend, so new version number
  * Change to get swap locations from blkid
  * Change upstart file to use blkid
  * Support for CSSU upstart swap_sd in mount-ops-overwrite
  * General clean up and small fixes
Normal extras-devel rules apply but has been tested for backward compatibility.

The main change is that FlopSwap can now detect swap locations, so as long as there is one swap on device and two swaps on uSD it will locate them. This is obviously much better than the fixed value method.

Also there is a new dialog if you hit int32, which I managed to hit after 25 days uptime.

If you used cron/alarmed to "swapswitch" before nothing there has changed so all will resume as normal.

Thanks to Pali for advise on IRC and to the people that reported those tiny bugs here. They should be sorted now.
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.

Last edited by sixwheeledbeast; 2013-10-05 at 22:05.
 

The Following 5 Users Say Thank You to sixwheeledbeast For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 14:22.