The Following 4 Users Say Thank You to iDont For This Useful Post: | ||
|
2013-08-04
, 12:26
|
Posts: 268 |
Thanked: 1,053 times |
Joined on May 2010
@ The Netherlands
|
#382
|
The Following 5 Users Say Thank You to iDont For This Useful Post: | ||
|
2013-08-05
, 05:27
|
Posts: 45 |
Thanked: 36 times |
Joined on Feb 2013
@ Krasnodar, Russia
|
#383
|
The Following 4 Users Say Thank You to dvb For This Useful Post: | ||
|
2013-08-07
, 19:45
|
Posts: 268 |
Thanked: 1,053 times |
Joined on May 2010
@ The Netherlands
|
#384
|
Unfortunately, I didn't find the option to attach a file in PM or e-mail from the forums page, so I write here.
I guess only some sort of characters reproduce the bug... The folder or the file alone don't trigger the bug, but both of them do. Just cd somewhere, unpack there 'test' directory and type:
ls test/<TAB><TAB>
In my case the command disappears, but it still offers the list of files in 'test' on each <TAB> keypress if I don't press anything else.
|
2013-08-08
, 07:28
|
Posts: 45 |
Thanked: 36 times |
Joined on Feb 2013
@ Krasnodar, Russia
|
#385
|
|
2013-08-18
, 12:35
|
Posts: 268 |
Thanked: 1,053 times |
Joined on May 2010
@ The Netherlands
|
#386
|
The Following 7 Users Say Thank You to iDont For This Useful Post: | ||
|
2013-08-18
, 19:51
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#387
|
2013-06-28 09:40:26 :: not enough free space in /home (need at least 200 MB free), quitting.
~ $ diff /usr/sbin/maemo-optify-auto-opt.sh /usr/sbin/maemo-optify-auto-opt___ sh.ori --- /usr/sbin/maemo-optify-auto-opt.sh +++ /usr/sbin/maemo-optify-auto-opt___sh.ori @@ -142,11 +142,7 @@ fi dfree "/home" -#peterleinchen -log "peterleinchen, ?: $?, space: $space" -#if [ $? -lt $HOME_SPACE_LIMIT ] -if [ $space -lt $HOME_SPACE_LIMIT ] -#pl end +if [ $? -lt $HOME_SPACE_LIMIT ] then log "not enough free space in /home (need at least $HOME_SPACE_LIMIT MB free), quitting." return 0
~ $ diff /usr/sbin/maemo-optify-lib.sh /usr/sbin/maemo-optify-lib___sh.ori --- /usr/sbin/maemo-optify-lib.sh +++ /usr/sbin/maemo-optify-lib___sh.ori @@ -9,17 +9,8 @@ # returns: the amount of free space in MB dfree() { - #peterleinchen, for busybox-power - if [ "$(readlink /usr/sbin/watchdog)" == "/bin/busybox" ]; then - #power busybox - space=`/bin/busybox stat -ft /home | /bin/busybox awk '{print int($5*$8/(1024*1024)) }' | head -1` - else - #standard busybox - space=`/bin/busybox stat -ft /home | /bin/busybox awk '{print int($5*$9/(1024*1024)) }'` - fi - #pl end + space=`/bin/busybox stat -ft /home | /bin/busybox awk '{print int($5*$9/(1024*1024)) }'` [ $? -ne 0 ] && return 0 - #OMG this will return just 0 to 255 return $space }
|
2013-09-05
, 13:24
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#388
|
|
2014-01-04
, 14:14
|
Posts: 268 |
Thanked: 1,053 times |
Joined on May 2010
@ The Netherlands
|
#389
|
The Following 8 Users Say Thank You to iDont For This Useful Post: | ||
|
2014-01-04
, 14:55
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#390
|
The Following 2 Users Say Thank You to ade For This Useful Post: | ||
I'll also prepare a proper new busybox-power release (fremantle, fremantle thumb, diablo, and harmattan) then, which will include the swapon patch among other things.