Re: Vinum Panic (was Re: HPT370 RAID or Vinum?)

2001-09-13 Thread David Xu
- Original Message - From: <[EMAIL PROTECTED]> To: "Greg Lehey" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, September 14, 2001 9:28 AM Subject: Vinum Panic (was Re: HPT370 RAID or Vinum?) > Well, I have to say that Vinum feels a lot faster than HPT RA

Re[2]: Checking changes to listening ports in /etc/security

2001-09-13 Thread Igor Podlesny
Hello! I've done similar thing by myself also, cause I have been working with some Linux distros, where it is an usual thing (I mean detection of any listeners changes) and I consider this is useful. But, the idea is slightly different -- my code is being called every minute (cron). It th

Vinum Panic (was Re: HPT370 RAID or Vinum?)

2001-09-13 Thread john_wilson100
Well, I have to say that Vinum feels a lot faster than HPT RAID... I will quantify this statement when someone tells me how to turn off ATA write caching, because sysctl -w hw.ata.wc=0 doesn't work, says "sysctl: oid 'hw.ata.wc' is read only" Unfortunately, Vinum reproducibly panics my machine

Re: Driver structures & alignment

2001-09-13 Thread Mike Smith
> Hi there, > > Is there a single blessed way to define packed structures > for use in drivers? I suspect that using "#pragma pack(1)" > will lead to alignment errors in non-Intel architectures. Any form of packing is going to cause problems for items that are located in illegal fashions. Hav

Re: All Ok?

2001-09-13 Thread Josef Karthauser
On Thu, Sep 13, 2001 at 06:45:03PM -0400, [EMAIL PROTECTED] wrote: > The developers are largely a "west-coast" crowd, i think :-) And the rest of the world. Joe PGP signature

Re: Checking changes to listening ports in /etc/security

2001-09-13 Thread Giorgos Keramidas
From: Brian Somers <[EMAIL PROTECTED]> Subject: Re: Checking changes to listening ports in /etc/security Date: Thu, Sep 13, 2001 at 10:25:02PM +0100 > I like this idea. I think It would be worth making it diff against > /dev/null when netstat.today doesn't exist, so that the first time > this

All Ok?

2001-09-13 Thread Bsdguru
The developers are largely a "west-coast" crowd, i think :-) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Driver structures & alignment

2001-09-13 Thread Brian Somers
> Hi there, > > Is there a single blessed way to define packed structures > for use in drivers? I suspect that using "#pragma pack(1)" > will lead to alignment errors in non-Intel architectures. gcc deals with it, certainly on alpha anyway. However, I don't think anyone would ever bless using

Re: Checking changes to listening ports in /etc/security

2001-09-13 Thread Brian Somers
> I've been adding an extra check in my local version of /etc/security for quite > some time now. All it does is use 'netstat' to grab a list of the listening > tcp and udp ports of my machine and save it to /var/log/netstat.today > (and /var/log/netstat.yesterday). This way, when some service s

Re: All ok?

2001-09-13 Thread Josef Karthauser
On Thu, Sep 13, 2001 at 10:38:03PM +0200, Peter B wrote: > > Hi! > > I just wonder if all freebsd developers are ok, due the wtc attack? > /P We believe so. Joe PGP signature

All ok?

2001-09-13 Thread Peter B
Hi! I just wonder if all freebsd developers are ok, due the wtc attack? /P To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Driver structures & alignment

2001-09-13 Thread Yar Tikhiy
Hi there, Is there a single blessed way to define packed structures for use in drivers? I suspect that using "#pragma pack(1)" will lead to alignment errors in non-Intel architectures. Should char arrays be used for all multi-byte elements to avoid alignment problems? And is it OK to rely on sp

Re: cvsup14 (cvsup.above.net) not up to date

2001-09-13 Thread John Polstra
In article <[EMAIL PROTECTED]>, Julian Elischer <[EMAIL PROTECTED]> wrote: > > It seems to be not updating.. maybe they didn't get the new version > of cvsup (or installed the wrong one like I did to start with) telnet cvsup14.freebsd.org 5999 shows that they are running the corrected version o

Re: Freebsd Multicast question

2001-09-13 Thread Josef Karthauser
On Thu, Sep 13, 2001 at 12:53:07PM -0400, [EMAIL PROTECTED] wrote: > Are PIM-DM and PIM-SM supported in Freebsd? I cant find any reference in the > code. > > Bryan Look in the ports collection: Port: pim6dd-20010602a_1 Path: /usr/ports/net/pim6dd Info: PIM for IPv6 dense mode daemon Main

Freebsd Multicast question

2001-09-13 Thread Bsdguru
Are PIM-DM and PIM-SM supported in Freebsd? I cant find any reference in the code. Bryan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Kernel module debug help

2001-09-13 Thread Terry Lambert
Ah. Interesting bug; perhaps related to a similar experience of my own... so let's stare at it! Zhihui Zhang wrote: > > I am debugging a KLD and I have got the following panic inside an > interrupt context: > > fault virutal address = 0x1080050 > ... > interrupt mask = bio > kernel trap: type

Kernel module debug help

2001-09-13 Thread Zhihui Zhang
I am debugging a KLD and I have got the following panic inside an interrupt context: fault virutal address = 0x1080050 ... interrupt mask = bio kernel trap: type 12, code = 0 Stopped at vwakeup+0x14: decl 0x44(%eax) Where eax is 0x108000c and vwakeup() is called from biodone(). Since this pani

Problems with RSA and OpenSSH

2001-09-13 Thread Dmitry Shubin
Hello freebsd-hackers, I've CVSupped RELENG_4_3. I've installed last port of OpenSSH 2.9_3. And when I tried to start sshd, I've got a message: Could not load host key: /usr/local/etc/ssh_host_rsa_key There are no such file in /usr/local/etc. I thought, that there some problems with RSA and OpenSS