From: Jamie C. <jca...@we...> - 2021-01-24 04:48:45
|
Hi Dave,That's the UID of the user on my build system where the tarball is created. Normally I wouldn't expect this to matter though, as usually the tar command will either preserve that UID when restoring, or just change ownership to root. And when setup.sh is run, it will also chown to root. On 23/Jan/2021 13:27 Dave Overton <da...@sy...> wrote .. Using Freebsd 12.2, but I doubt that part matters. The installation fails after extracting the files, and this is why: in /usr/local/lib immediately after failure drwxr-xr-x 132 root bin 231 Nov 9 23:40 webmin-1.962/ drwxr-xr-x 132 3001 wheel 231 Jan 23 13:11 webmin-1.970/ User 3001 doesn't exist here. #chown -R root /usr/local/lib/webmin-1.970 and run the setup.sh manually and all is good. Dave Overton, Owner SYIX.COM da...@sy... 530-755-1751 |