Actions
Bug #4532
closed/var/spool/lock Directory missing on nanobsd
Start date:
03/18/2015
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
Description
We use ALIX Boxes for our OOB (Out of Band) Solution and connected USB-Serial Adapter to the Box.
For the Serial Console connections we use the in the FreeBSD included "tip" tool like here but we get the following error:
- tip ucom1
/var/spool/lock/LCK..cuaU0: No such file or directory
Can't open lock file.
all ports busy
As a workaround we created the missing directory:
- /etc/rc.conf_mount_rw
- mkdir -p /var/spool/lock
- chown uucp:dialer /var/spool/lock
- /etc/rc.conf_mount_ro
Then the connection is possible to open.
Is it possible in future versions to create this directory?
Also there seems to be a problem when you try to connect a GPS device as seen here: https://redmine.pfsense.org/issues/2443
Actions