Bug 218957 - www/minio hidden errors
Summary: www/minio hidden errors
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-29 19:57 UTC by rb
Modified: 2017-05-05 12:13 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (swills)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!