NetBSD Problem Report #43034

From www@NetBSD.org  Sun Mar 21 19:48:34 2010
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id 4DB7063B873
	for <gnats-bugs@gnats.NetBSD.org>; Sun, 21 Mar 2010 19:48:34 +0000 (UTC)
Message-Id: <20100321194833.E613163B11D@www.NetBSD.org>
Date: Sun, 21 Mar 2010 19:48:33 +0000 (UTC)
From: irix@ukr.net
Reply-To: irix@ukr.net
To: gnats-bugs@NetBSD.org
Subject: no device /dev/altq/jobs for ALTQ_JOBS discipline in altqd
X-Send-Pr-Version: www-1.0

>Number:         43034
>Category:       misc
>Synopsis:       no device /dev/altq/jobs for ALTQ_JOBS discipline in altqd
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    misc-bug-people
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Mar 21 19:50:01 +0000 2010
>Closed-Date:    Sat May 21 05:15:22 +0000 2011
>Last-Modified:  Sat May 21 05:15:22 +0000 2011
>Originator:     Sid
>Release:        5.0.2
>Organization:
Holdon
>Environment:
NetBSD netka.lan 5.0.2 NetBSD 5.0.2 (GENERIC) #0: Sat Feb  6 17:53:27 UTC 2010  builds@b7.netbsd.org:/home/builds/ab/netbsd-5-0-2-RELEASE/i386/201002061851Z-obj/home/builds/ab/netbsd-5-0-2-RELEASE/src/sys/arch/i386/compile/GENERIC i386

>Description:
I  wanted  to  use  the discipline ALTQ_JOBS but discovered that the
/dev/altq  no device jobs.
Tried to create a MAKEDEV all. The device was not created. The kernel was 
compiled with support ALTQ_JOBS.

>How-To-Repeat:
Compile kernel with ALTQ and ALTQ_JOBS options and try to use jobs discipline. Try to build /dev/altq/jobs device
>Fix:

>Release-Note:

>Audit-Trail:
From: "Jonathan A. Kollasch" <jakllsch@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/43034 CVS commit: src
Date: Tue, 23 Mar 2010 19:22:41 +0000

 Module Name:	src
 Committed By:	jakllsch
 Date:		Tue Mar 23 19:22:41 UTC 2010

 Modified Files:
 	src/etc: MAKEDEV.tmpl
 	src/share/man/man8: MAKEDEV.8

 Log Message:
 Make device node for altq JoBS.
 Should fix palindromic PR/43034.


 To generate a diff of this commit:
 cvs rdiff -u -r1.132 -r1.133 src/etc/MAKEDEV.tmpl
 cvs rdiff -u -r1.37 -r1.38 src/share/man/man8/MAKEDEV.8

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: David Holland <dholland-bugs@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: PR/43034 CVS commit: src
Date: Mon, 25 Oct 2010 01:40:10 +0000

 On Tue, Mar 23, 2010 at 07:25:02PM +0000, Jonathan A. Kollasch wrote:
  >  Modified Files:
  >  	src/etc: MAKEDEV.tmpl
  >  	src/share/man/man8: MAKEDEV.8
  >  
  >  Log Message:
  >  Make device node for altq JoBS.
  >  Should fix palindromic PR/43034.

 Do we need this in -5 (it won't be in 5.1 regardless) or can it be closed?

 -- 
 David A. Holland
 dholland@netbsd.org

From: irix <irix@ukr.net>
To: dholland-bugs@netbsd.org
Cc: gnats-bugs@NetBSD.org
Subject: Re: PR/43034 CVS commit: src
Date: Sat, 8 Jan 2011 22:20:59 +0200

 Yes we need it.


 > From: David Holland <dholland-bugs@netbsd.org>
 > To: gnats-bugs@NetBSD.org
 > Cc: 
 > Subject: Re: PR/43034 CVS commit: src
 > Date: Mon, 25 Oct 2010 01:40:10 +0000
 >
 >
 >  On Tue, Mar 23, 2010 at 07:25:02PM +0000, Jonathan A. Kollasch wrote:
   >>  Modified Files:
   >>     src/etc: MAKEDEV.tmpl
   >>     src/share/man/man8: MAKEDEV.8
   >>  
   >>  Log Message:
   >>  Make device node for altq JoBS.
   >>  Should fix palindromic PR/43034.
 >
 >  
 >  Do we need this in -5 (it won't be in 5.1 regardless) or can it be closed?
 >
 >  
 >  -- 
 >  David A. Holland
 >  dholland@netbsd.org


State-Changed-From-To: open->pending-pullups
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Sun, 01 May 2011 02:39:35 +0000
State-Changed-Why:
pullup-5 #1613
(sorry this took so long)


From: "Manuel Bouyer" <bouyer@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/43034 CVS commit: [netbsd-5] src
Date: Fri, 20 May 2011 19:21:33 +0000

 Module Name:	src
 Committed By:	bouyer
 Date:		Fri May 20 19:21:33 UTC 2011

 Modified Files:
 	src/etc [netbsd-5]: MAKEDEV.tmpl
 	src/share/man/man8 [netbsd-5]: MAKEDEV.8

 Log Message:
 Pull up following revision(s) (requested by dholland in ticket #1613):
 	etc/MAKEDEV.tmpl: revision 1.133
 	share/man/man8/MAKEDEV.8: revision 1.38
 Make device node for altq JoBS.
 Should fix palindromic PR/43034.


 To generate a diff of this commit:
 cvs rdiff -u -r1.113.2.7 -r1.113.2.8 src/etc/MAKEDEV.tmpl
 cvs rdiff -u -r1.32.2.1 -r1.32.2.2 src/share/man/man8/MAKEDEV.8

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: pending-pullups->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Sat, 21 May 2011 05:15:22 +0000
State-Changed-Why:
Pullup done.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.