Re: [SLUG] Permissions or what?

From: Daniel Jarboe (daniel.jarboe@gmail.com)
Date: Fri Jul 15 2005 - 19:07:57 EDT


> socket(PF_PACKET, SOCK_PACKET, 512) = -1 EPERM (Operation not permitted)

Bummer, looks like this program attempts to bind to port 512, which is below
1024, which means it'll have to run as root unless this port is configurable
or you've lowered the 1024 limit in your kernel (or know how to work some
capability magic).

Is this port that program listens on configurable?

~ Daniel

-----------------------------------------------------------------------
This list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS). Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 17:50:25 EDT