- 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
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
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
> 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
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
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
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
> 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
> 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
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
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
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
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
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
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
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
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
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
18 matches
Mail list logo