Jin Guojun[ITG] | 1 Apr 2002 02:50
Favicon

Re: kern/27087: FreeBSD 4.3-RELEASE does not recognize GigE NIC

The following reply was made to PR kern/27087; it has been noted by GNATS.

From: "Jin Guojun[ITG]" <j_guojun <at> lbl.gov>
To: murray <at> FreeBSD.org
Cc: freebsd-bugs <at> FreeBSD.org
Subject: Re: kern/27087: FreeBSD 4.3-RELEASE does not recognize GigE NIC
Date: Fri, 29 Mar 2002 19:20:34 -0800

 murray <at> FreeBSD.org wrote:
 > 
 > Synopsis: FreeBSD 4.3-RELEASE does not recognize GigE NIC
 > 
 > State-Changed-From-To: feedback->closed
 > State-Changed-By: murray
 > State-Changed-When: Wed Mar 27 03:50:58 PST 2002
 > State-Changed-Why:
 > There was no space on the kernel floppy for those drivers with 4.3 release.
 > 
 > With FreeBSD 4.5, we added support for kernel modules to be placed on
 > the mfsroot.flp and be loaded by sysinstall(8).  Both the if_ti and
 > if_sk modules are included on the mfsroot.flp for 4.5, so you should
 > be able to install without a problem.  Please let us know if this is
 > still an issue.  Sorry for the trouble with 4.3.

 No trouble. We just need to make FreeBSD more robust.

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

 Acturally, the problem has not been fixed yet. I just retried 4.5-RELEASE,
 and tested 4.5-20020317-STABLE and 4.5-20020329-STABLE, neither one of them
(Continue reading)

Brian Buchanan | 1 Apr 2002 06:41

kern/36605: [PATCH] vm_zone: zinitna failure leaves zlist corrupt


>Number:         36605
>Category:       kern
>Synopsis:       [PATCH] vm_zone: zinitna failure leaves zlist corrupt
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 31 20:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Brian Buchanan <brian <at> ncircle.com>
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
nCircle Network Securty, Inc.
>Environment:
System: FreeBSD 4.3-RELEASE i386

also believed to exist (but not tested) in 4-STABLE

not believed to exist in CURRENT, as current seems to have done away with
zlist

>Description:
(Continue reading)

Joshua Goodall | 1 Apr 2002 07:10

Re: kern/29355 lchflags syscall and supporting userland

I have attached an updated version of this change, and it's
also available at http://www.roughtrade.net/bsd/lchflags.diff
with a readme at  http://www.roughtrade.net/bsd/README.lchflags

original justification at:
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=1862+0+archive/2001/freebsd-hackers/20010729.freebsd-hackers

This PR appears to have undergone committer timeout, perhaps
it could be reassigned?

Joshua
Index: bin/cp/utils.c
===================================================================
RCS file: /cvs/src/bin/cp/utils.c,v
retrieving revision 1.34
diff -u -r1.34 utils.c
--- bin/cp/utils.c	22 Feb 2002 21:24:14 -0000	1.34
+++ bin/cp/utils.c	29 Mar 2002 09:50:16 -0000
 <at>  <at>  -205,7 +205,7  <at>  <at> 
 		warn("symlink: %s", llink);
 		return (1);
 	}
-	return (0);
+	return (pflag ? setfile(p->fts_statp, 0) : 0);
 }

 int
 <at>  <at>  -250,11 +250,11  <at>  <at> 
(Continue reading)

Mark Fullmer | 1 Apr 2002 07:32

conf/36606: Adding packages with sysinstall failes after


>Number:         36606
>Category:       conf
>Synopsis:       Adding packages with sysinstall failes after
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 31 21:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Mark Fullmer
>Release:        4.5-STABLE (20020327)
>Organization:
OARNet
>Environment:
FreeBSD base4.oar.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Wed Mar 27 14:47:36 EST 2002    
maf <at> base4.oar.net:/usr/src/sys/compile/BASE4  i386

>Description:
pkg_add fails when the package is delivered via stdin (pkg_add -).  This
appears to have been triggered by gnu/30876, but the problem seems to
be in pkg_add itself.  sysinstall can no longer install packages.
>How-To-Repeat:
(Continue reading)

Crist J. Clark | 1 Apr 2002 10:04
Picon
Favicon

Re: misc/36368: sshd error: session_close_by_channel: kill xxxxxx: No such process

On Sun, Mar 31, 2002 at 09:20:04AM -0800, Henrik Larsson wrote:
> The following reply was made to PR misc/36368; it has been noted by GNATS.
> 
> From: Henrik Larsson <freebsd <at> spambox.dk>
> To: freebsd-gnats-submit <at> FreeBSD.org, freebsd <at> spambox.dk
> Cc:  
> Subject: Re: misc/36368: sshd error:  session_close_by_channel: kill
>   xxxxxx: No such process
> Date: Sun, 31 Mar 2002 19:19:57 +0200
> 
>   > A little more detail on how to reproduce this? I can't.
>  
>  It is very simple.
>  
>  Login with sftp then logout.
>  
>  This produce the message in my message log.

OK, on one machine I do,

  $ sftp buttercup
  Connecting to buttercup...
  sftp> ls
  drwxr-xr-x    3 cjc      cjc           512 Mar 19 03:22 .
  drwxr-xr-x    3 root     wheel         512 Aug 29  2001 ..
  -rw-r--r--    1 cjc      cjc          1576 Aug 29  2001 .cshrc
  -rw-r--r--    1 cjc      cjc          1846 Aug 29  2001 .login
  -rw-r--r--    1 cjc      cjc           160 Aug 29  2001 .login_conf
  -rw-r--r--    1 cjc      cjc           331 Aug 29  2001 .mailrc
  -rw-r--r--    1 cjc      cjc           749 Aug 29  2001 .profile
(Continue reading)

John Hay | 1 Apr 2002 10:31
Picon

Re: misc/36368: sshd error: session_close_by_channel: kill xxxxxx: No such process

> On Sun, Mar 31, 2002 at 09:20:04AM -0800, Henrik Larsson wrote:
> > The following reply was made to PR misc/36368; it has been noted by GNATS.
> > 
> > From: Henrik Larsson <freebsd <at> spambox.dk>
> > To: freebsd-gnats-submit <at> FreeBSD.org, freebsd <at> spambox.dk
> > Cc:  
> > Subject: Re: misc/36368: sshd error:  session_close_by_channel: kill
> >   xxxxxx: No such process
> > Date: Sun, 31 Mar 2002 19:19:57 +0200
> > 
> >   > A little more detail on how to reproduce this? I can't.
> >  
> >  It is very simple.
> >  
> >  Login with sftp then logout.
> >  
> >  This produce the message in my message log.
> 
> OK, on one machine I do,
> 
>   $ sftp buttercup
>   Connecting to buttercup...
>   sftp> ls
>   drwxr-xr-x    3 cjc      cjc           512 Mar 19 03:22 .
>   drwxr-xr-x    3 root     wheel         512 Aug 29  2001 ..
>   -rw-r--r--    1 cjc      cjc          1576 Aug 29  2001 .cshrc
...
>   -rw-r--r--    1 cjc      cjc           630 Mar 19 03:22 setupsetilog.sh
>   sftp> exit
>   $
(Continue reading)

joe | 1 Apr 2002 10:54
Picon
Favicon

Re: misc/34039: [PATCH] - New Freebsd-Tips for fortune(6)

Synopsis: [PATCH] - New Freebsd-Tips for fortune(6)

State-Changed-From-To: open->closed
State-Changed-By: joe
State-Changed-When: Mon Apr 1 00:53:31 PST 2002
State-Changed-Why: 
I've tweaked the existing ones, and added most of the new ones.
I wasn't sure that the 'swapon' one was relevant to a user.

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

To Unsubscribe: send mail to majordomo <at> FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message

Crist J. Clark | 1 Apr 2002 12:24
Picon

Re: misc/36368: sshd error: session_close_by_channel: kill xxxxxx: No such process

On Mon, Apr 01, 2002 at 10:31:01AM +0200, John Hay wrote:
> > On Sun, Mar 31, 2002 at 09:20:04AM -0800, Henrik Larsson wrote:
> > > The following reply was made to PR misc/36368; it has been noted by GNATS.
> > > 
> > > From: Henrik Larsson <freebsd <at> spambox.dk>
> > > To: freebsd-gnats-submit <at> FreeBSD.org, freebsd <at> spambox.dk
> > > Cc:  
> > > Subject: Re: misc/36368: sshd error:  session_close_by_channel: kill
> > >   xxxxxx: No such process
> > > Date: Sun, 31 Mar 2002 19:19:57 +0200
> > > 
> > >   > A little more detail on how to reproduce this? I can't.
> > >  
> > >  It is very simple.
> > >  
> > >  Login with sftp then logout.
> > >  
> > >  This produce the message in my message log.
> > 
> > OK, on one machine I do,
> > 
> >   $ sftp buttercup
> >   Connecting to buttercup...
> >   sftp> ls
> >   drwxr-xr-x    3 cjc      cjc           512 Mar 19 03:22 .
> >   drwxr-xr-x    3 root     wheel         512 Aug 29  2001 ..
> >   -rw-r--r--    1 cjc      cjc          1576 Aug 29  2001 .cshrc
> ...
> >   -rw-r--r--    1 cjc      cjc           630 Mar 19 03:22 setupsetilog.sh
> >   sftp> exit
(Continue reading)

Peter Blok | 1 Apr 2002 12:28
Picon
Favicon

kern/36610: acd0: MODE_SENSE_BIG command timeout - resetting


>Number:         36610
>Category:       kern
>Synopsis:       acd0: MODE_SENSE_BIG command timeout - resetting
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 01 02:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Peter Blok
>Release:        4.5-STABLE of 04012001
>Organization:
>Environment:
FreeBSD bsdpc 4.5-STABLE FreeBSD 4.5-STABLE #1: Mon Apr  1 12:14:13 CEST 2002
  su <at> bsdpc:/usr/src/sys/compile/BSDPC  i386
>Description:
Since I have cvsupped a new stable 4.5, the Pioneer DVD is having problems. During boot the BIG_MODE_SENSE
failed message appears and when trying to access the driver a "Device not configured" appears.
4.5-STABLE of a month ago worked fine.
>How-To-Repeat:

>Fix:
(Continue reading)

John Hay | 1 Apr 2002 12:35
Picon

Re: misc/36368: sshd error: session_close_by_channel: kill xxxxxx: No such process

> On Mon, Apr 01, 2002 at 10:31:01AM +0200, John Hay wrote:
> > > On Sun, Mar 31, 2002 at 09:20:04AM -0800, Henrik Larsson wrote:
> > > > The following reply was made to PR misc/36368; it has been noted by GNATS.
> > > > 
> > > > From: Henrik Larsson <freebsd <at> spambox.dk>
> > > > To: freebsd-gnats-submit <at> FreeBSD.org, freebsd <at> spambox.dk
> > > > Cc:  
> > > > Subject: Re: misc/36368: sshd error:  session_close_by_channel: kill
> > > >   xxxxxx: No such process
> > > > Date: Sun, 31 Mar 2002 19:19:57 +0200
> > > > 
> > > >   > A little more detail on how to reproduce this? I can't.
> > > >  
> > > >  It is very simple.
> > > >  
> > > >  Login with sftp then logout.
> > > >  
> > > >  This produce the message in my message log.
> > > 
> > > OK, on one machine I do,
> > > 
> > >   $ sftp buttercup
> > >   Connecting to buttercup...
> > >   sftp> ls
> > >   drwxr-xr-x    3 cjc      cjc           512 Mar 19 03:22 .
> > >   drwxr-xr-x    3 root     wheel         512 Aug 29  2001 ..
> > >   -rw-r--r--    1 cjc      cjc          1576 Aug 29  2001 .cshrc
> > ...
> > >   -rw-r--r--    1 cjc      cjc           630 Mar 19 03:22 setupsetilog.sh
> > >   sftp> exit
(Continue reading)


Gmane