The Following User Says Thank You to lma For This Useful Post: | ||
|
2011-09-22
, 17:05
|
Posts: 1,101 |
Thanked: 1,184 times |
Joined on Aug 2008
@ Spain
|
#512
|
This isn't DT's fault, but after installing on my new(ish) RX48 I see this weirdness:
any ideas that can explain it that do not involve JFFS2 corruption?Code:Nokia-N810-WiMAX-43-7:/usr/share/Diablo-Turbo/backup# df . Filesystem 1k-blocks Used Available Use% Mounted on rootfs 255488 249480 6008 98% / Nokia-N810-WiMAX-43-7:/usr/share/Diablo-Turbo/backup# ls -l zImage-backup -rw-r--r-- 1 root root 926102833 Sep 22 08:52 zImage-backup Nokia-N810-WiMAX-43-7:/usr/share/Diablo-Turbo/backup# du zImage-backup 904398 zImage-backup
Edit: Ah, found it, bug in the perl snippet in the post-install script - the truncate call unpacks the already-unpacked value and gets a bogus result. The resulting file is sparse, and du reports its size correctly but only until the next reboot.
The Following User Says Thank You to maacruz For This Useful Post: | ||
|
2011-09-23
, 04:16
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#513
|
Aw! Sh*t!
Now everybody whose first DT kernel is kernel-dt-sd_2.6.21-3 has a corrupt zImage backup.
The Following User Says Thank You to lma For This Useful Post: | ||
|
2011-09-25
, 13:17
|
Posts: 1,101 |
Thanked: 1,184 times |
Joined on Aug 2008
@ Spain
|
#514
|
|
2011-09-25
, 18:38
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#515
|
|
2011-09-25
, 19:07
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#516
|
|
2011-09-25
, 19:34
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#517
|
|
2011-09-25
, 20:38
|
Posts: 1,101 |
Thanked: 1,184 times |
Joined on Aug 2008
@ Spain
|
#518
|
I don't have a cell phone so someone else will need to figure this out. ASUI only listens for a disconnect signal and if PAN isn't sending it...
|
2011-09-25
, 21:17
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#519
|
|
2011-09-26
, 05:30
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#520
|
The Following User Says Thank You to lma For This Useful Post: | ||
Edit: Ah, found it, bug in the perl snippet in the post-install script - the truncate call unpacks the already-unpacked value and gets a bogus result. The resulting file is sparse, and du reports its size correctly but only until the next reboot.
Last edited by lma; 2011-09-22 at 11:22.