PTXdist 0.10.5 - Known Issues
Issue
DHCP 3.0.4 download fails
Description
The sources where moved to another web location.
Solution
Download the sources manually and store them into the shared source directory.
Current path is: ftp://ftp.isc.org/isc/dhcp/dhcp-3.0-history/dhcp-3.0.4.tar.gz
Issue
DHCP 3.0.4 uses non existing runtime path
Description
PTXdist does not create a /var/state/dhcp to store dhcp's leases.
Solution
Create this path manually on your target.
Issue
Apache's runtime configuration fails
Description
Various typos and wrong settings confuses Apache at runtime
Solution
No simple solution possible. One would be to use these three files from current PTXdist trunk:
- rules/apache2.make
- generic/httpd.conf
- generic/etc/init.d/httpd
Issue
A user defined /etc/inetd.conf cannot be used
Description
Installation of a user defined /etc/inetd.conf fails due to a typo in the rule file
Solution
Copy rules/rootfs.make from the ptxdist installation into active project's rules/rootfs.make. Open this local rule file and replace the symbol PTXCONF_ROOTFS_USERS_INETD with
PTXCONF_ROOTFS_USER_INETD
Issue
fam-2.7.0 build fails
Description
The fam-2.7.0 package tries to run the autotools. But it fails when there are others installed than 1.6
Solution
No solution, yet
Issue
No link to the startup script
Description
ptxdist install a startup script into /etc/init.d/startup but 'forgets' to create a link into /etc/rc.d
Solution
Create this link manually