On Jun 19, 6:03 pm, Camille Moncelier <
moncel...@devlife.org> wrote:
> I don't know, I think the problem lies in the packaging. Like I said, the
> postinst of your package is likely to be faulty. But I may be wrong. Can you
> post the package file ?
Yes, here's an example:
============
/var/tmp> ./opkg-cl install tftpd
Installing tftpd (0.48-1) to root...
Downloading
http://rowetel.com/ucasterisk/ipkg/./tftpd_0.48-1_bfin.ipk.
Configuring tftpd.
kill: bad pid '`pidof'
kill: bad pid 'inetd`'
Collected errors:
* pkg_run_script: package "tftpd" postinst script returned status 2.
* opkg_configure: tftpd.postinst returned 2.
/var/tmp> ./opkg-cl list_installed
tftpd - 0.48-1
/var/tmp> which tftpd
/var/tmp> ./opkg-cl files tftpd
Package tftpd (0.48-1) is installed on root and has the following
files:
/bin/in.tftpd
/var/tmp> cat /etc/inetd.conf
tftp dgram udp wait root /bin/in.tftpd -s /tftpboot
============