Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.13.0: daemon mode now requires root #6953

Closed
fredemmott opened this issue Mar 31, 2016 · 2 comments
Closed

3.13.0: daemon mode now requires root #6953

fredemmott opened this issue Mar 31, 2016 · 2 comments

Comments

@fredemmott
Copy link
Contributor

fred@foo$  hhvm -m daemon -p 8080 -v Server.DefaultDocument=index.php -v Server.ErrorDocument404=index.php -d hhvm.log.use_log_file=true -d error_log=/tmp/error_log -d hhvm.log.file=/tmp/hhvm_log_file

Silently fails. Works fine with -m server, or with sudo

@trogau
Copy link

trogau commented Apr 5, 2016

Think this is the same thing as #6950

@Orvid Orvid added the duplicate label Apr 6, 2016
@Orvid
Copy link
Contributor

Orvid commented Apr 6, 2016

I'm going to agree with trogau here. daemon mode doesn't actually require root, instead the issues being observed were caused by the same logging issue as #6950.

Closing as duplicate.

@Orvid Orvid closed this as completed Apr 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants