Johan Linner skrev:
Hi,
Just installed a new firewall using flashdist and 4.2.
When trying to authenticate by authpf we get the following error:
pfctl: /dev/fd/4: Permission denied
Unable to modify filters
ls -la /dev/fd/4
crw-rw-rw- 1 root wheel 22, 4 Nov 6 17:03 /dev/fd/4
Don't now if this is a related problem, but all users but root get the
following error on login:
ksh: No controlling tty (open /dev/tty: Permission denied)
ksh: warning: won't have full job control
ls -la /dev/tty
crw-rw-rw- 1 root wheel 1, 0 Nov 9 23:08 /dev/tty
I am stuck, the only references i find on Google are FreeBSD and
mount_fdesc, mount -t fdesc fdesc /dev/fd
Any help or suggestions would be much appreciated...
/Johan Linnir
Wrong permissions on /dev, not sure if it is my misstake or a problem
with the new release of flashdist:
chmod 755 /dev solved all the problems
/Johan