What is the highest rate of connections per second people
out there have achieved with a FreeBSD machine?
Ideally, this would be a server that just accepts and closes
connections, using something like a zero byte WebBench client.
Thanks,
-- Terry
To Unsubscribe: send mail to [EMAIL PROTECTED]
w
This is the documented behavior.
: With the TCP and UDP protocols, optional ports may be specified
: as:
:
: {port|port-port|port:mask}[,port[,...]]
:
: The `-' notation specifies a range of ports (including bound-
: aries).
:
: The `:' notation specifies a port and a mask, a ma
On Thu, 30 Aug 2001, Bruce Evans wrote:
> I've found acpica as useful as any other disk filling service and hope
> it stays that way.
>
> Bruce
Can someone put this in fortunes.dat :)
--
:{ [EMAIL PROTECTED]
Andy Farkas
System Administrator
Speednet Communications
http://www.
Poul-Henning Kamp wrote:
> Assignment:
>
> There is no reason for the NCCD constant to exist anymore.
>
> The CCD driver already has cloning support but CCDs "softc"
> structure is statically allocated for NCCD devices.
>
> Change the CCD driver to dynamically allocate memory as needed,
> the MD
Hi!
/etc/defaults/make.conf has been removed and is not included by
make(1) any more.
If you are using BDEFLAGS, add the entry to your local /etc/make.conf.
The example file lives in /usr/share/examples/etc/ now.
Thank you
Alex
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe
Bruce Evans <[EMAIL PROTECTED]> wrote:
> On Fri, 15 Jun 2001, Steve O'Hara-Smith wrote:
>
> > On Fri, 15 Jun 2001 06:31:12 -0700 (PDT)
> > David Wolfskill <[EMAIL PROTECTED]> wrote:
> >
> > DW> Indeed: it is my understanding that the "path name" interpretation is
> > DW> an issue at the time of
Could You give me some guidance as to where to access the p4 repository; I may
have missed it on the list.
Thanks !
I don't have the capacity to check out the complete CVS repository, by the way.
I have only 6 GB, and it is already 80 % full or so.
That's why CTM is quite handy for me, hence my
hi,
it seems like there's a problem in ffs_unmount, ffs_vfsops.c:841:
if ufs_extattr_stop() returns EOPNOTSUPP, calling ufs_extattr_uepm_destroy
two lines later will cause a panic("ufs_extattr_uepm_destroy: not initialized")
in ufs_extattr.c:175, at least on my machine.
maybe, ufs_extattr_uepm_
Hi...
For the last two days, my kernel builds have been failing with:
linking kernel.debug
ata-all.o: In function `ataioctl':
/usr/src/sys/dev/ata/ata-all.c(.text+0x791): undefined reference to `atapi_queue
_cmd'
*** Error code 1
Stop in /usr/obj/usr/src/sys/CHESHIRE.
*** Error code
Maxim Sobolev writes:
> Poul-Henning Kamp wrote:
>
> > Assignment:
> >
> > There is no reason for the NCCD constant to exist anymore.
> >
> > The CCD driver already has cloning support but CCDs "softc"
> > structure is statically allocated for NCCD devices.
> >
> > Change the CCD driver
On Fri, 31 Aug 2001, Brian F. Feldman wrote:
> Bruce Evans <[EMAIL PROTECTED]> wrote:
> > Here's an example of a standard utility being clueless about symlinks to
> > nothing:
> >
> > $ ln -s '' foo
> > $ cp foo bar
> > cp: foo is a directory (not copied)
> >
> > foo is certainly not
[Attribution deleted for clarity; see referenced messages in the archives.]
>> > $ ln -s '' foo
>> > $ cp foo bar
>> > cp: foo is a directory (not copied)
>> No, "foo" certainly _is_ a directory. It is precisely the same thing as
>> ".".
> No, the empty pathname has been invalid an
Bruce Evans <[EMAIL PROTECTED]> wrote:
> On Fri, 31 Aug 2001, Brian F. Feldman wrote:
>
> > Bruce Evans <[EMAIL PROTECTED]> wrote:
> > > Here's an example of a standard utility being clueless about symlinks to
> > > nothing:
> > >
> > > $ ln -s '' foo
> > > $ cp foo bar
> > > cp: foo
The latest sources (yesterday) failed with the following:
Copyright (c) 1992-2001 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.0-CURRENT #7: Thu Aug 30 22:38:48 AK
Joe Kelsey writes:
> Maxim Sobolev writes:
> > Poul-Henning Kamp wrote:
> >
> > > Assignment:
> > >
> > > There is no reason for the NCCD constant to exist anymore.
> > >
> > > The CCD driver already has cloning support but CCDs "softc"
> > > structure is statically allocated for
- Original Message -
From: "Alexander Langer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, August 31, 2001 2:52 PM
Subject: minor HEADS UP: /etc/defaults/make.conf is gone
> Hi!
>
> /etc/defaults/make.conf has been removed and is not included by
> ma
> My motherboard is a Tyan S1696-DLUA dual P2-333. I am using the latest known
> bios updates. ACPI is enabled, and APM disabled in
> the BIOS. This happens regardless if PnP is on or off in the BIOS.
>
> [dmesg | grep -i acpi]
>
> ACPI debug layer 0x0 debug level 0x0
> tbxface-0170: ***
In progress... You aren't joking about it taking a while... Been half an hour now...
Mike Smith wrote:
>>My motherboard is a Tyan S1696-DLUA dual P2-333. I am using the latest known
>> bios updates. ACPI is enabled, and APM disabled in
>>the BIOS. This happens regardless if PnP is on or of
Duh!!! No wonder it was taking so long... Seems we both forgot that would have never
come up with anything...
doing a:
hexdump -C /dev/mem | grep "RSD PTR"
now...
Mike Smith wrote:
>>My motherboard is a Tyan S1696-DLUA dual P2-333. I am using the latest known
>> bios updates. ACPI is ena
I would have waited for the re-run of hexdump to finish, but checking right after I
sent the last message produced:
DING! wahoo(102): hexdump -C /dev/mem | grep "RSD PTR"
000716d0 67 72 65 70 20 22 52 53 44 20 50 54 52 22 27 00 |grep "RSD PTR"'.|
000719d0 67 72 65 70 20 22 52 53 44 20 50
John Baldwin wrote:
>
> On 31-Aug-01 Peter Wemm wrote:
> > Julian Elischer wrote:
> >> The diff file is updated automatically one per hour
> >> from the P4 repository that we are working on.
> >> it IS possible that yuo might catch it at a time when what is in teh
> >> repository may not match wh
hi,
i just came across a problem with dynamic sysctls:
when unloading a driver module that used dyn sysctls, my system paniced
with "oid too high". that problem is caused by sysctl_ctx_free() in
kern/kern_sysctl.c, that first deregisters all oids in the list to see if
a error occurs. then, all o
This should now be fixed (actually, as of last night I think). Thanks!
Robert N M Watson FreeBSD Core Team, TrustedBSD Project
[EMAIL PROTECTED] NAI Labs, Safeport Network Services
On Fri, 31 Aug 2001, Mike Barcroft wrote:
> Robert Watson <[EMAIL PROTECTED]> writes:
> > rwatso
Could you try the attached patch, which does what you suggest?
Robert N M Watson FreeBSD Core Team, TrustedBSD Project
[EMAIL PROTECTED] NAI Labs, Safeport Network Services
On Fri, 31 Aug 2001, Christian Carstensen wrote:
>
> hi,
>
> it seems like there's a problem in ffs_unm
This argument is just rehashing something that came up in June. Man
you people have short memories!
I comitted a fix to -current two months ago. It's still in my -stable
tree... if Jordan gives the O.K., I will MFC it to -stable.
Carlo Dapor wrote:
>
> The medium I mount is a hard disk partition.
> /dev/ad0s1 is my win98 boot drive, /dev/ad0s2* my FreeBSD world.
> It has worked for almost a year, never had a crash or lost a single byte.
>
> I can go back to the kse kernel, and remount Win98, with the instructions
> You j
Hi Adam, Søren (CC'd to [EMAIL PROTECTED])
On 31-Aug-01 Adam Kranzel wrote:
> Hi...
>
> For the last two days, my kernel builds have been failing with:
>
> linking kernel.debug
> ata-all.o: In function `ataioctl':
> /usr/src/sys/dev/ata/ata-all.c(.text+0x791): undefined reference to
> `atapi_
It seems [EMAIL PROTECTED] wrote:
> > For the last two days, my kernel builds have been failing with:
> >
> > linking kernel.debug
> > ata-all.o: In function `ataioctl':
> > /usr/src/sys/dev/ata/ata-all.c(.text+0x791): undefined reference to
> > `atapi_queue _cmd'
> > *** Error code 1
Hello current,
the recent changes in current to auoload th acpi.ko module make my
system crash in an early state. With a "pmap_mapdev: Couldn't alloc
kernel virtual memory" panic. Without the acpi-module the system works fine.
Any hints?
Michael
This is the output with the panic:
ok boot -v
Bruce Evans wrote:
> No, the empty pathname has been invalid and not an alias for "." since at
> least the first version of POSIX.
That's the same time they broke signal restart and file
locks, right?
-- Terry
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in
On Fri, 31 Aug 2001, Brian F. Feldman wrote:
> Bruce Evans <[EMAIL PROTECTED]> wrote:
> > On Fri, 31 Aug 2001, Brian F. Feldman wrote:
> >
> > > Bruce Evans <[EMAIL PROTECTED]> wrote:
> > > > Here's an example of a standard utility being clueless about symlinks to
> > > > nothing:
> > > >
> > > >
On Fri, 31 Aug 2001, Terry Lambert wrote:
> Bruce Evans wrote:
> > No, the empty pathname has been invalid and not an alias for "." since at
> > least the first version of POSIX.
>
> That's the same time they broke signal restart and file
> locks, right?
Only the file locks :-).
Bruce
To Unsu
I'm going to double-check my config against GENERIC, but I've been seeing this since
before the new changes.
Because of that one problem with the missing file the other day, I simply blasted and
re-synched my /usr/src/sys, so I am definitely
running the latest sources.
My motherboard is a Tya
Hackers,
Attached some patches that implements device cloning
(with devfs(5) support) for tap(4). The implementation is based
on resource manager (see tun(4) and gif(4)).
Brooks Davis ([EMAIL PROTECTED]) took a quick
look at the patch and seems has no objection. Please review,
34 matches
Mail list logo