Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Since ffp's fdisk dies immediately and reproduceable with a segfault if i try
fdisk /dev/sda
i recompiled fdisk from util-linux-ng-2.14. Maybe someone needs it - see attachment below.
-w.
Offline
Hi,
I have spent alot of time reading post about this segfault error and I have found this post. Seams to be THE solution but since that I am still a newbie, is ir possible to let me know how do I apply this file update in my ffp 0.5 running on firmware 1.06 DNS-323 ? Your help is really appreciated!
Cheers,
Watzzzuppp
Offline
I'm getting error when extracting the file.
Invalid tar magic.
Is the file attached corrupted. Anybody has a working file?
Offline
I came across this problem too, and this is *the* only solution on the internet
1. Download the attachment (wget http://dns323.kood.org/forum/attachment.php?item=393)
2. Rename it to fdisk.bz2 for ease of use, not really required... (mv attachment.php\?item=393 fdisk.bz2)
3. Bunzip it (bunzip fdisk.bz2)
4. Make the bunzipped file executable (chmod +x fdisk)
5. Run it (./fdisk /dev/sdc)
You could also replace the ffp fdisk with this version if you like. Thanks OP for the attachment.
Offline
if you don't have funplug installed you will need the following libs
root@DNS-343:~# ldd fdisk libc.so.0 => /ffp/lib/libc.so.0 (0x4000e000) ld-uClibc.so.0 => /ffp/lib/ld-uClibc.so.0 (0x40000000)
Offline