At 12:07 AM -0500 6/9/00, Dan Nelson wrote:
>I still suggest not using symbols at all, since I'd like to
>be able to quickly remove tempfiles by hand without worrying
>if I have to escape # or ^, etc.
Uh, if I understand the update, the '#' is ALREADY used for
this, in the current implementation.
Hi, I don't really know where to go with this issue on my own anymore so
im tossing it to the list for suggestions.
I had a celeron running in a Abit BX6-2 system running -current approx a
month or 1.5 old. Today I moved the disks to a Abit BP6 Motherboard and
recompiled the kernel for smp and th
In the last episode (Jun 08), Kris Kennaway said:
> On Fri, 9 Jun 2000, Boris Popov wrote:
> > Count both, nwfs and smbfs, because any program can attempt to
> > create temporary file on these filesystems. File with an invalid
> > file name will be rejected, and this will cost an additional lo
At 8:47 PM -0700 6/8/00, Kris Kennaway wrote:
>On Fri, 9 Jun 2000, Boris Popov wrote:
>
> > Count both, nwfs and smbfs, because any program can
> > attempt to create temporary file on these filesystems. Files
> > with an invalid file name will be rejected, and this will
> > cost an additional
On Fri, 9 Jun 2000, Boris Popov wrote:
> Count both, nwfs and smbfs, because any program can attempt to
> create temporary file on these filesystems. File with an invalid file name
> will be rejected, and this will cost an additional lookup operation(s).
I'm not sure that weird filesystems
Ok, folks. This is a test patch for the psm driver. I would like you
to do some test for me.
This is NOT the fix for the infamous "psmintr out of sync" message,
but is a test patch to see how things are on your machines. The patch
is for both CURRENT and STABLE.
Please apply the patch to /sys
On Thu, 8 Jun 2000, John LoVerso wrote:
> > Symbols '=' and '+' are prohibited in some other filesystems.
>
> Specific examples of filesystems supported by FreeBSD and likely used by
> programs invoking mktemp(), please! (I'm not sure that the NetWare filesystem
> counts!)
Count both,
A site that pays you to receive some e-mails. No more than that. Nothing to
buy, just to receive the e-mail and click on the link to visit the site.
Don't you believe it exists ? Yes, it exists. And I have already received a
US$ 50,00 check.
Will you say that you don't want some money ? It's u
In the last episode (Jun 08), John LoVerso said:
> > Symbols '=' and '+' are prohibited in some other filesystems.
>
> Specific examples of filesystems supported by FreeBSD and likely used
> by programs invoking mktemp(), please! (I'm not sure that the
> NetWare filesystem counts!)
But why woul
> | >which is not believed to cause any problems with shells. The PID is also
> | Some shells parse # as a deletion character if memory serves me right.
> Also ^ is used for substitutions in many shells (as in ^faulty^ok).
Why would you care if some shell used the a character in some special way?
Please accept my sincere apologies for sending this mail, I at least thought
that the program would give a conformation of the addresses sent to.
Apologies
Steve.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
At 12:51 PM +0200 6/8/00, Samuel Tardieu wrote:
>On 8/06, Jeroen Ruigrok van der Werven wrote:
>| -On [20000608 03:12], Kris Kennaway ([EMAIL PROTECTED]) wrote:
>| >Instead of using only alphabetic characters, the patch uses the following
>|
> > What is the purpose of this? It looks hugely wasteful to me. If you
> > really need a single random bit, it is not good to waste a block of
> > hard-gained gryptographic randomness; can you not use a pseudo-random
> > bit-generator?
>
> arc4random() does not consume entropy except the first t
On Thu, Jun 08, 2000 at 09:50:48PM +1000, Bruce Evans wrote:
> I think it should use only letters and digits. For 6 X's, this gives a
> namespace of size 52^6 provided the namespace is not gratuitously (?)
> reduced using the pid.
Best variant will be to keep the name MSDOS FS 8.3 name safe.
>
On Thu, 8 Jun 2000, Johan Kruger wrote:
> I started syslogd on Amnesiac with : syslogd -d and i get
>
> Logging to CONSOLE /dev/console
> 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X WALL:
> 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 X FILE: /var/log/crit
> 3 3 3 3 3 3 3 3 3 3 3 3 3 3
Tom Schottle writes:
>I have the same problem with 4.0-STABLE, cvsup'ed June 2. I just
>turned rpc.statd off in /etc/rc.conf.
>
>Tom Schottle
>[EMAIL PROTECTED]
>
>
>Jonathan Hanna wrote:
>>
>> I am running a fairly recent current and noticed my swap seemed
>> a little overused.
>>
>> bash-2.02
[Bcc to -current and -isp as relevant for them as well]
Hi,
as the subject says, i have just committed some new code to
dummynet (and related hooks and documentation for ipfw) to
implement RED (thanks to Gianluca Iannaccone) and a
variant of Weighted Fair Queueing called WF2Q+
I have tested it l
On Wed, 7 Jun 2000, Kris Kennaway wrote:
> Instead of using only alphabetic characters, the patch uses the following
> character set:
>
> 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz@#%^-_=+:,.~
>
> which is not believed to cause any problems with shells. The PID is also
I th
On 8/06, Jeroen Ruigrok van der Werven wrote:
| -On [2608 03:12], Kris Kennaway ([EMAIL PROTECTED]) wrote:
| >Instead of using only alphabetic characters, the patch uses the following
| >character set:
| >
| >0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmn
-On [2608 03:12], Kris Kennaway ([EMAIL PROTECTED]) wrote:
>Instead of using only alphabetic characters, the patch uses the following
>character set:
>
>0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz@#%^-_=+:,.~
>
>which is not believed to cause any problem
Hello!
What about that patch to let one use unlimited numbers of connections?
The standard is still 256, but if one really wants that...
Index: inetd.c
===
RCS file: /usr/home/ncvs/src/usr.sbin/inetd/inetd.c,v
retrieving revision 1.
I have 2 machine's : A = Amnesiac B = ockle
I want to remote log to ockle from Amnesiac
Amnesiac : /etc/syslog.conf
*.emerg *
*.crit /var/log/crit
*.err
I have the same problem with 4.0-STABLE, cvsup'ed June 2. I just
turned rpc.statd off in /etc/rc.conf.
Tom Schottle
[EMAIL PROTECTED]
Jonathan Hanna wrote:
>
> I am running a fairly recent current and noticed my swap seemed
> a little overused.
>
> bash-2.02$ uname -a
> FreeBSD roller.pangol
It may not be FP itself.
In fact I have seen some other strange graphic corruption at home
when running xplanet in the background and xanim. When the planet
turns, the top 20 or so rows of the root window get corrupted with
some of the image of the currently playing animation in xanim.
I haven
24 matches
Mail list logo