PTXdist 0.10.5 - Known Issues
Problem
DHCP 3.0.4 download fails
Beschreibung
The sources where moved to another web location.
Lösung
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
Problem
DHCP 3.0.4 uses non existing runtime path
Beschreibung
PTXdist does not create a /var/state/dhcp to store dhcp's leases.
Lösung
Create this path manually on your target.
Problem
Apache's runtime configuration fails
Beschreibung
Various typos and wrong settings confuses Apache at runtime
Lösung
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
Problem
A user defined /etc/inetd.conf cannot be used
Beschreibung
Installation of a user defined /etc/inetd.conf fails due to a typo in the rule file
Lösung
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
Problem
fam-2.7.0 build fails
Beschreibung
The fam-2.7.0 package tries to run the autotools. But it fails when there are others installed than 1.6
Lösung
No solution, yet
Problem
No link to the startup script
Beschreibung
ptxdist install a startup script into /etc/init.d/startup but 'forgets' to create a link into /etc/rc.d
Lösung
Create this link manually