[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[altq 1012] Re: re: can't open altq device on NetBSD
This did not work for me. Changing the major number of the dev files
resulted in a new error:
altqd[12424]: ALTQ config file is /etc/altq.conf
altqd: can't open altq device: Device not configured
This is the same error I get if I change the altq device major numbers to a
different arbitrary number (I tried 93, picked randomly). Thus, I do not
believe that the problem you describe below is relevant to my case. My
firewall is not an Alpha... is yours? That may have been the case with you.
77 is the major number for NetBSD.alpha.
Myrddin
----- Original Message -----
From: Hoang Q. Tran <hoang@muine.org>
To: <altq@csl.sony.co.jp>
Sent: Tuesday, August 28, 2001 9:45 AM
Subject: [altq 1009] re: can't open altq device on NetBSD
> Thanks to Kenchiro for the hints. I just verified and there
> was a problem with major number inconsistency on NetBSD.
>
> There was no CDEV_MAJOR defined in /sys/altq/altq_conf.c
> /sys/arch/i386/i386/conf.c defined as 77
>
> So I recreated /dev/altq using MAKEDEV.altq with 77 instead
> of 75 and didn't get the error message anymore. I didn't do
> any real test so I'm not sure if this is the right fix.