From nobody@FreeBSD.org  Mon Nov 15 17:53:34 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2798216A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 15 Nov 2004 17:53:34 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 046D043D2F
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 15 Nov 2004 17:53:34 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.11/8.12.11) with ESMTP id iAFHrXiA081835
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 15 Nov 2004 17:53:33 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.11/8.12.11/Submit) id iAFHrX70081834;
	Mon, 15 Nov 2004 17:53:33 GMT
	(envelope-from nobody)
Message-Id: <200411151753.iAFHrX70081834@www.freebsd.org>
Date: Mon, 15 Nov 2004 17:53:33 GMT
From: SATHISH KUMAR <sathishmls@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: an error message appears during loading of ibcs2 module
X-Send-Pr-Version: www-2.3

>Number:         73978
>Category:       kern
>Synopsis:       [ibcs2] an error message appears during loading of ibcs2 module
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jhb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 15 18:00:44 GMT 2004
>Closed-Date:    Tue Jan 10 21:47:43 GMT 2006
>Last-Modified:  Tue Jan 10 21:47:43 GMT 2006
>Originator:     SATHISH KUMAR
>Release:        5.3 RELEASE
>Organization:
individual
>Environment:
FreeBSD 5.3 RELEASE i386
>Description:
i freshly installed FreeBSD 5.3 RELEASE (after 06/11/2004) on 3 machines.in all the machines this message appears while loading the ibcs2 module.

module_register_init: MOD_LOAD (ibcs2, 0xc1549e90, 0) error 45
>How-To-Repeat:
      
>Fix:
      
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-i386->freebsd-emulation 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Jul 22 23:44:39 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73978 
Responsible-Changed-From-To: freebsd-emulation->emulation 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Jul 25 20:20:37 GMT 2005 
Responsible-Changed-Why:  
Canonicalize assignment. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73978 
State-Changed-From-To: open->feedback 
State-Changed-By: netchild 
State-Changed-When: Thu Dec 29 16:14:05 UTC 2005 
State-Changed-Why:  
Does this problem persist with FreeBSD 6.0? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73978 

From: John Baldwin <jhb@freebsd.org>
To: bug-followup@freebsd.org, sathishmls@yahoo.com
Cc:  
Subject: Re: kern/73978: [ibcs2] an error message appears during loading of ibcs2 module
Date: Thu, 29 Dec 2005 13:46:52 -0500

 Can you try this patch:
 
 Index: ibcs2_sysvec.c
 ===================================================================
 RCS file: /usr/cvs/src/sys/i386/ibcs2/ibcs2_sysvec.c,v
 retrieving revision 1.30
 diff -u -r1.30 ibcs2_sysvec.c
 --- ibcs2_sysvec.c      29 Jan 2005 23:11:58 -0000      1.30
 +++ ibcs2_sysvec.c      29 Dec 2005 18:45:32 -0000
 @@ -105,6 +105,8 @@
         int rval = 0;
 
         switch(type) {
 +       case MOD_LOAD:
 +               break;
         case MOD_UNLOAD:
                 /* if this was an ELF module we'd use elf_brand_inuse()... */
                 sx_slock(&allproc_lock);
 
 -- 
 John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
 "Power Users Use the Power to Serve"  =  http://www.FreeBSD.org

From: =?iso-8859-1?Q?Jos=E9_Luis_G=F3mez_Ferrer_de_Couto?= <jlgomez@grupo-open.es>
To: <bug-followup@FreeBSD.org>, <sathishmls@yahoo.com>
Cc:  
Subject: Re: kern/73978: [ibcs2] an error message appears during loading of ibcs2 module
Date: Fri, 30 Dec 2005 10:41:51 +0100

 Hi,
 
 	The solution that you propose don't work. I've tried it with the
 same application and only work in FreeBSD 4.11 STABLE and previous.
 
 	Thanks.
 
 Jos=E9 Luis G=F3mez Ferrer de Couto		Telefono 954-295-060  902-230-300=20
 
 Grupo OPEN, S.L.                   	Fax 954-239-868
 
 Av. Garc=EDa Morato 9, Local 10.
 Edificio Gilaresa.
 E-41011 Sevilla (SPAIN).		http://www.grupo-open.es
 
 
State-Changed-From-To: feedback->patched 
State-Changed-By: jhb 
State-Changed-When: Tue Jan 3 20:39:56 UTC 2006 
State-Changed-Why:  
Patch committed to HEAD after being tested locally. 


Responsible-Changed-From-To: freebsd-emulation->jhb 
Responsible-Changed-By: jhb 
Responsible-Changed-When: Tue Jan 3 20:39:56 UTC 2006 
Responsible-Changed-Why:  
Patch committed to HEAD after being tested locally. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73978 

From: John Baldwin <jhb@freebsd.org>
To: bug-followup@freebsd.org, sathishmls@yahoo.com
Cc:  
Subject: Re: kern/73978: [ibcs2] an error message appears during loading of ibcs2 module
Date: Tue, 3 Jan 2006 15:39:52 -0500

 Well, it works here when I tested it (I had to fix a bug in the MOD_UNLOAD 
 case as well).  I'm going ahead and committing it to HEAD and will be MFC'ing 
 it.  Unless you can provide more detail about why the patch didn't work I 
 will close this issue after merging it back to 5.x.
 
 -- 
 John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
 "Power Users Use the Power to Serve"  =  http://www.FreeBSD.org
State-Changed-From-To: patched->closed 
State-Changed-By: jhb 
State-Changed-When: Tue Jan 10 21:47:15 UTC 2006 
State-Changed-Why:  
Fix merged to RELENG_6 and RELENG_5. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73978 
>Unformatted:
