On Dec 20, 2017, at 3:40 PM, [email protected] wrote: > > # ls -lh /fossils|grep fossil > -rw-rw-rw- 1 1000 root 272.0K Dec 19 14:37 archsetup.fossil > -rw-rw-rw- 1 1000 root 224.0K Dec 19 14:36 > guac-install-script.fossil > -rw-rw-rw- 1 1000 root 224.0K Dec 19 14:37 miscreports.fossil > -rw-rw-rw- 1 1000 root 304.0K Dec 19 14:37 pkgReport.fossil
# chown -R arealuser /fossils User 1000 doesn’t exist on your system, so those files are unreadable by Fossil, which isn’t running as root. Bonus guess: you scp’d or rsync’d this over to a BSD box from a Linux box with permission preservation, where the Linux box starts normal users at UID 1000 and the BSD box starts at 500. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

