Re: Call for testers: ipfw(8) limit patch

2002-10-22 Thread Eugene Grosbein
Maxim Konovalov wrote:

> > > A patch below fixes an incorrect logic in remove_dyn_rule() which
> > > produces that famous message "OUCH! cannot remove rule..". The second
> > > part of the patch limits "drop session" message rate.
> >
> > I'd like to not have "drop session" written to console altogether.
> > At most, that should go to syslog but an opportunity to eliminate it
> > would be nice.
> 
> That code is from ipfw2, please discuss this issue with Luigi.

I'd suggest using log() instead of printf() in ipfw[2].

Eugene

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



ciss driver support for tape drives?

2002-10-22 Thread Paul Radford
Hi,

I've got a Compaq DL320 server here, with a SmartArray 532 SCSI/RAID 
controller in it. The "ciss" driver detects the logical RAID volume 
attached to the controller, but it does not detect the two DLT tape 
drives attached to it on the external port. However, they are detected 
by the BIOS on boot, so there is nothing physically wrong (all 
terminated, cabled correctly, etc).

From my reading of the "ciss" driver source, the driver only supports 
logical drives, i.e. disk arrays. Although the tape drives are supported 
by the card, they are not supported by the driver.

Is this correct, and if so, is it likely to change? I'd love to know if 
anybody has gotten tape drives working on a ciss-supported card. I'd 
hate to have to put Linux on the box just to get tape support in the 
driver. :(

System: 4.6-STABLE as of August 27, driver source hasn't noticeably 
changed in 4.7-RELEASE either (I checked).
camcontrol is of no help whatsoever, it just reports the logical drive.


Thanks for any help,
Paul Radford

relevant dmesg:

ciss0:  port 0xb000-0xb0ff mem 
0xd050-0xd0503fff,0xd000-0xd003 irq 3 at device 1.0 on pci1
ciss0: using 256 of 1024 available commands
ciss0:   1 logical drive configured
ciss0:   firmware 1.16
ciss0:   2 SCSI channels
ciss0:   signature 'CISS'
ciss0:   valence 1
ciss0:   supported I/O methods 0xe
ciss0:   active I/O method 0x3
ciss0:   4G page base 0x
ciss0:   interrupt coalesce delay 1000us
ciss0:   interrupt coalesce count 16
ciss0:   max outstanding commands 1024
ciss0:   bus types 0x2
ciss0:   server name ''
ciss0:   heartbeat 0x1026
ciss0: 1 logical drive
ciss0: logical drive 0: RAID 1, 16896MB online


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


RE: ciss driver support for tape drives?

2002-10-22 Thread Long, Scott
> Hi,
> 
> I've got a Compaq DL320 server here, with a SmartArray 532 SCSI/RAID 
> controller in it. The "ciss" driver detects the logical RAID volume 
> attached to the controller, but it does not detect the two DLT tape 
> drives attached to it on the external port. However, they are 
> detected 
> by the BIOS on boot, so there is nothing physically wrong (all 
> terminated, cabled correctly, etc).
> 
>  From my reading of the "ciss" driver source, the driver only 
> supports 
> logical drives, i.e. disk arrays. Although the tape drives 
> are supported 
> by the card, they are not supported by the driver.
> 
> Is this correct, and if so, is it likely to change? I'd love 
> to know if 
> anybody has gotten tape drives working on a ciss-supported card. I'd 
> hate to have to put Linux on the box just to get tape support in the 
> driver. :(
> 
> System: 4.6-STABLE as of August 27, driver source hasn't noticeably 
> changed in 4.7-RELEASE either (I checked).
> camcontrol is of no help whatsoever, it just reports the 
> logical drive.
> 
> 
> Thanks for any help,
> Paul Radford
> 

SCSI passthrough is not supported by the CISS driver.

Scott

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



Re: login failure for DES encrypted accounts

2002-10-22 Thread Ramsey G. Brenner
> since my upgrade to 4.7-STABLE on Friday I'm not able to login or su for
> accounts, which use DES encrypted passwords.

Check /etc/login.conf. IIRC, by default it has a line:
:passwd_format=md5:\
Which should be changed to
:passwd_format=des:\

If you change it, remember to run
# cap_mkdb /etc/login.conf

-- 
--
Ramsey G. Brenner
[EMAIL PROTECTED]
http://home.earthlink.net/~rgbrenner/

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