Bug 218957

Summary: www/minio hidden errors
Product: Ports & Packages Reporter: rb
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Some People CC: rb
Priority: --- Flags: bugzilla: maintainer-feedback? (swills)
Version: Latest   
Hardware: Any   
OS: Any   

Description rb 2017-04-29 19:57:49 UTC
had an issues debugging the use of minio, the error I had (but only noticed by removing -f from the startup script)

"FATA[0000] Initializing object layer failed              cause=Unable to initialize '.minio.sys' meta volume, mkdir /data/objectStore/.minio.sys/tmp/e7172e6c-491e-4795-9d52-7989a5b3bb48: permission denied source=[server-main.go:587:serverMain()]"

This is caused because the user minio did not have permission to access the zfs dataset, not minio problem, but the errors were hidden and /var/log/minio.log did not exist.

just pointing this out as on the surface it looked like minio was not working as all info was being sent to /dev/null by daemon.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-05-05 11:50:19 UTC
A commit references this bug:

Author: swills
Date: Fri May  5 11:49:34 UTC 2017
New revision: 440149
URL: https://svnweb.freebsd.org/changeset/ports/440149

Log:
  www/minio: update to 2017.05.05.01.14.51

  While here, log stdout and stderr to avoid confusion [1]

  PR:		218957 [1]
  Reported by:	rb@rdbg.co.uk [1]

Changes:
  head/www/minio/Makefile
  head/www/minio/distinfo
  head/www/minio/files/minio.in
Comment 2 Steve Wills freebsd_committer freebsd_triage 2017-05-05 12:13:32 UTC
Fixed, thanks!