If I boot Core 5.2 via PXE with "tftplist" option, it's impossible to install a package. When I run "tce-load", I get an error message "Permission denied". The directory /tmp/tce has incorrect owner and rights:
tc@box:~$ ls -l /tmp
total 4
.....
drwxrwxr-x 3 root staff 60 Mar 11 16:54 tce/
drwxrwxr-x 3 root staff 60 Mar 11 16:54 tceloop/
tc@box:~$ ls -l /tmp/tce
total 0
drwxr-xr-x 2 root root 60 Mar 11 16:54 optional/
tc@box:~$ ls -l /tmp/tce/optional/
total 140
-rw-r--r-- 1 root root 143360 Mar 11 16:54 kmaps.tcz
If I run "chown -R tc.staff /tmp/tce", tce-load is working fine.
Yves