[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Parallella Community • View topic - linux gid for epiphany driver
Page 1 of 1

linux gid for epiphany driver

PostPosted: Sat Jan 14, 2017 1:42 pm
by peteasa
I am trying to choose an appropriate gid for the epiphany/elink0 driver.. (@olajep.. perhaps elink0 and mesh0 should be in different groups?)... At the moment by default the group on my system is 0 (root) so only root can access the elink connection unless I open up the permissions. I am thinking of using 464 and naming the group "epiphany". Not sure what the official release gid and permissions are for /dev/epiphany/*.. can someone have a quick look and let me know? In choosing the name /etc/login.defs contains hints about what range of numbers is suitable.. also the GID database https://wiki.archlinux.org/index.php/De ... D_Database is also of use indicating numbers not to use.
Peter.

Re: linux gid for epiphany driver

PostPosted: Sun Jan 15, 2017 2:40 pm
by olajep
Hi Peter,

Hard to find a standard group that would fit the purpose here.
I suggest to name the group "epiphany" and use permission 0660.
You need both read and write permissions.

Makes sense?

// Ola

Re: linux gid for epiphany driver

PostPosted: Sun Jan 15, 2017 2:49 pm
by olajep