mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
- Fix configuration file handling across updates [1]: PR: ports/88123 Submitted by: Serge Maslov <serge@maslov.biz> Approved by: maintainer
11 lines
366 B
Text
11 lines
366 B
Text
===============================================================================
|
|
|
|
If trafshow displays errors similar to the following:
|
|
|
|
ed1: (no devices found) /dev/bpf4: No such file or directory
|
|
|
|
create more bpf devices, for instance:
|
|
|
|
cd /dev && ./MAKEDEV bpf7 # create 8 devices
|
|
|
|
===============================================================================
|