On Wed, Feb 17, 2016 at 04:28:38PM +0200, Alexandr Porunov wrote: [...] > set_ports_option: cannot bind to 80: 13 (Permission denied) Hi, The problem is that civetweb can't bind to privileged port 80 because it currently drops permissions _before_ the bind. https://github.com/ceph/ceph/pull/7313 is trying to address this problem. If you can use a non-privileged port for the time being, that would be best. You could also set --setuser/--setgroup to root, but this has security implications. -- Regards, Karol
Attachment:
signature.asc
Description: Digital signature
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com