Re: Supported ATAPI cdr/cdrw drives

2001-05-29 Thread Ken Wills

* Søren Schmidt [EMAIL PROTECTED] [010528 09:01]:
 
 As promised I've made up a list of reports I've received so far go to
 http://freebsd.dk/ and follow the link.
 
 I also have a patch for the Yamaha's (yamaha-cdr.p1) which also
 can be found via the above URL. Let me know if that make things
 work...

This patch (well, yamaha-cdr.p2), allows my Yamaha 2100E to fixate disks now!
Thanks Soren and others!

Ken

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: My network is dead because of this program :(

2001-05-15 Thread Ken Wills

* John Indra [EMAIL PROTECTED] [010515 21:19]:
 Dear all...
 
 First of all, really sorry for cross-posting...
 
 I am running a -CURRENT system (Apr 30th 2001). There is a user in my
 machine running this small program to DoS my xl0 interface. I doubt that
 this program is specifically designed for xl cards though.
 
 Once the program is started, it starts forking childs I assume. Then after
 sometime, this messages start popping to my screen:
 
 xl0: no memory for rx lists -- packet dropped
 

Shouldn't reasonable resource limits (man limits), prevent this from happening - 
particularly
the sbsize setting?

Ken

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Re: -CURRENT b0rked?

2001-05-12 Thread Ken Wills

* Matthew D. Fuller [EMAIL PROTECTED] [010512 19:35]:
 On Sat, May 12, 2001 at 12:21:55PM +0300 I heard the voice of
 Maxim Sobolev, and lo! it spake thus:
  
  It seems that sysinstall(8) was not fully integrated into
  buildworld - it depends on content of /usr/share/syscons/keymaps,
  while it shouldn't.
  
  I've just committed a patch that should fix this problem.
 
 Hoo, here I come to make your life a living hell once more...
 
 In file included from /usr/src/usr.sbin/sysinstall/keymap.c:40:
 keymap.h:2: `keymap_be_iso' undeclared here (not in a function)
 keymap.h:2: initializer element is not constant
 keymap.h:2: (near initialization for `keymapInfos[0].map')
 keymap.h:3: `keymap_br275_iso' undeclared here (not in a function)
 keymap.h:3: initializer element is not constant
 keymap.h:3: (near initialization for `keymapInfos[1].map')
 etc etc etc, for about 2.5 pages

Deleting keymap.h (autogenerated, in obj/* somewhere, I forget), and restarting
the build got me past this.

K

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message