> Heh... well I've already enabled flags 0xb0ff, which has improved things
> somewhat, but our hardware vendor slipped in some IBM DeskStar drives on
> us, and they've been no end of trouble.
Note that IBM Deskstar drives are very good performers for desktop use
(and highly respected), but they
> > > > I mmap() files in, then copy them to a device. This works great except when
> > > > someone tries to change that file during the copy. If the size of the file
> > > > shrinks, I'll SIGBUS or SIGSEGV when i try to touch past the new file size.
> > > > So, i setup a signal handler and longjm
Kevin Day wrote:
>
> >
> > Kevin Day wrote:
> > >
> > > I mmap() files in, then copy them to a device. This works great except when
> > > someone tries to change that file during the copy. If the size of the file
> > > shrinks, I'll SIGBUS or SIGSEGV when i try to touch past the new file size.
>
I wrote:
> > Looking for where "utmp.h" is used:
> >
> > global -x -s utmp.h
> >
> > This takes more than 2212 seconds (over 36 minutes!), and outputs
>
> It seems that something wrong (bug?) occurred.
> Would you please tell me the version of FreeBSD and GLOBAL?
A structural problem
>
> Kevin Day wrote:
> >
> > I mmap() files in, then copy them to a device. This works great except when
> > someone tries to change that file during the copy. If the size of the file
> > shrinks, I'll SIGBUS or SIGSEGV when i try to touch past the new file size.
> > So, i setup a signal handler
Kevin Day wrote:
>
> I mmap() files in, then copy them to a device. This works great except when
> someone tries to change that file during the copy. If the size of the file
> shrinks, I'll SIGBUS or SIGSEGV when i try to touch past the new file size.
> So, i setup a signal handler and longjmp in
Jason Thorpe wrote:
>
> On Sat, 16 Oct 1999 17:57:37 +0100 (BST)
> Robert Swindells <[EMAIL PROTECTED]> wrote:
>
> > The high end one (820 ?) has a 190MHz SA1100 StrongArm.
> >
> > I don't think that there is any support in NetBSD/arm32 for either the
> > SA1100 or SA1110.
>
> No, but it p
Jimbo Bahooli wrote:
>
> Of course its a switched network with full duplex operation. But now
> that the general answer is that it is not a limitation of the nic card
> I am going to look elsewhere. I was not to sure if it was actually a
> limit myself, its just that I observed it on two differ
Mike Smith wrote:
>
> > Well that's not good, since I have almost convinced my boss to replace
> > the crappy IDE drives on our shiny new Intel N440BX mb's with scsi
> > drives since the controller is built in. :-/ Does this look like a
> > soluble problem, or is it just going to be a case
On 10/16/99 at 11:26 AM Mike Smith wrote:
>>
>> Of course its a switched network with full duplex operation. But
now
>> that the general answer is that it is not a limitation of the nic
card
>> I am going to look elsewhere. I was not to sure if it was actually
a
>> limit myself, its just that
On Fri, 15 Oct 1999, Zhihui Zhang wrote:
>
> Is the UMAPFS working? I add "options UMAPFS" to the configuration file
> of FreeBSD 3.3-Release and rebuilt the kernel. I got the following
> errors:
>
> loading kernel
> umap_vnops.o: In function `umap_lock':
> umap_vnops.o(.text+0x568): undefi
> > Of course its a switched network with full duplex operation. But now
> > that the general answer is that it is not a limitation of the nic card
> > I am going to look elsewhere. I was not to sure if it was actually a
> > limit myself, its just that I observed it on two different machines.
>
> Of course its a switched network with full duplex operation. But now
> that the general answer is that it is not a limitation of the nic card
> I am going to look elsewhere. I was not to sure if it was actually a
> limit myself, its just that I observed it on two different machines.
> They how
>
> Of course its a switched network with full duplex operation. But now
> that the general answer is that it is not a limitation of the nic card
> I am going to look elsewhere. I was not to sure if it was actually a
> limit myself, its just that I observed it on two different machines.
You sh
On Sat, 16 Oct 1999 17:57:37 +0100 (BST)
Robert Swindells <[EMAIL PROTECTED]> wrote:
> The high end one (820 ?) has a 190MHz SA1100 StrongArm.
>
> I don't think that there is any support in NetBSD/arm32 for either the
> SA1100 or SA1110.
No, but it probably wouldn't be that hard to make i
On 10/16/99 at 10:35 AM Mike Smith wrote:
>> Hello my FreeBSD friends.
>>
>> I have two issues.
>>
>> The first is how to balance outbound traffic over 2 nics that are on
>> the same subnet. Example configuration:
>>
>> fxp0: 12.2.2.5 netmask 255.255.255.0
>> fxp1: 12.2.2.6 netmask 255.255.255
Why does FreeBSD let you create paths longer than MAXPATHLEN?
I often have various trees that are as deep as possible for testing various
programs for holes, and I finally figured out why locate wasn't updating its
database properly; it was choking as soon as it saw a path length
>MAXPATHLEN l
Hi,
Sorry, I have sent this e-mail to questions from
monday but no I
haven't received any answer.
Thanks for your help.
Original Message
Subject: I can't boot FreeBSD 3.2 from Installation CD
(fwd)
Date: Mon, 11 Oct 1999 16:25:07 -0500 (COT)
From: Yonny Cardenas Baron
<[EMA
"Aleksandr A.Babaylov" wrote:
>
> I need in directories without link to parent in it
> or with link to parent renamed to something exotic name.
What are you trying to accomplish? If you are trying to create
directories that users cannot "escape" out of, all you need to do is
remove the w
> Hello my FreeBSD friends.
>
> I have two issues.
>
> The first is how to balance outbound traffic over 2 nics that are on
> the same subnet. Example configuration:
>
> fxp0: 12.2.2.5 netmask 255.255.255.0
> fxp1: 12.2.2.6 netmask 255.255.255.255
>
> router at: 12.2.2.1
You can't do this.
Jason R. Thorpe <[EMAIL PROTECTED]> wrote:
> Edward Elhauge <[EMAIL PROTECTED]> wrote:
>> My other questions is if is a way of replacing the CE OS with something
>> easier to customize and that might run either Perl or Java?
>What sort of processor does the Jornado have? If it's a MIPS-based ma
I realy like ftpmirror it is a great program.
I was wondering if ftpmirror can use a squid proxy server which runs on
port 3128?
Is there a way to use ftp-gateway on a specific port?
below is a sampe of the configurations I have tried.
Thank you for your time
Richard Puga
[EMAIL PROTECTED]
ft
On Fri, 15 Oct 1999 17:29:07 -0700
Edward Elhauge <[EMAIL PROTECTED]> wrote:
> My other questions is if is a way of replacing the CE OS with something
> easier to customize and that might run either Perl or Java?
What sort of processor does the Jornado have? If it's a MIPS-based machine,
ge
On Sat, 16 Oct 1999, Mike Nowlin wrote:
>
> > SUIDDIR will work for any user EXCEPT ROOT
> > I did this because I felt it was a security hole to allow users to create
> > files owned by root.
> > (from memory it will also refuse to do files that have the execute bit set
> > but I can't remembe
> SUIDDIR will work for any user EXCEPT ROOT
> I did this because I felt it was a security hole to allow users to create
> files owned by root.
> (from memory it will also refuse to do files that have the execute bit set
> but I can't remember for sure)
In a mildly drunken state, I respond.
> This configuration is neccessary because by my estimation I have run
> into a limit on the intel pro 100 netcards of 6,000 packets/second.
> This limit equates to about 30 to 32 megabit/second of web traffic in
> our situation. I am wondering if anyone else has noticed this limit?
The Pro 100B
26 matches
Mail list logo