Bug 227 : macosx_setup.command fails to add user to uucp group.
Last modified: 2007-11-17 09:15




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P2
Severity:
normal

 

Reporter:
stendahl
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2005-11-27 09:36
After entering password, you get error:

niutil: can't get property users in directory /groups/uucp: No such property

And the current user doesn't get added to the uucp group. They get a permission denied error
when trying to access the serial port from a sketch. I've been working around this with:

sudo chmod 777 /var/spool/uucp/

Both machines were running Tiger, though I don't know if that's relevant.
Additional Comment #1 From fry 2005-11-27 10:19
yep, i think it's a tiger issue.. i don't have a tiger machine yet so i haven't run into it, but
we've been getting more reports of things like this coinciding with the release of tiger.
Additional Comment #2 From fry 2007-11-17 09:15
now using the arduino rxtx jnilib, so we shouldn't have any more group
troubles.