No set up fees
No monthly interest
No minimum transaction fees
The only charge is a small percentage of the cost of the transaction.
You can not lose money!
You only pay fees if you sell your product.
Get in the act and launch your online bussiness which will work for you
24hrs a day,
seven days
At Thu, 23 Nov 2000 09:57:44 +0700,
Thomas Wahyudi <[EMAIL PROTECTED]> wrote:
> I have FreeBSd 4.1 with 2 PCI NIC and 1 ISA NIC
> all of them detected as ed0, ed1. ed2
> at kernel, I put ISA NIC as ed0.
Currently, many of NIC drivers can not handle this situation.
Many drivers shoud be used on s
< said:
> Do you mean something like this?
Yes, exactly like that!
-GAWollman
--
Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same
[EMAIL PROTECTED] | O Siem / The fires of freedom
Opinions not those of| Dance in the burning flame
MIT, LCS, CRS, or NSA|
I have FreeBSd 4.1 with 2 PCI NIC and 1 ISA NIC
all of them detected as ed0, ed1. ed2
at kernel, I put ISA NIC as ed0.
the problem is: the box seems not stable, almost every 2 hours i must
restart the box, when i try to remove all the nic and put back only one, the
box going smooth. Any suggestio
Your PATH variable (line 8) needs to include /bin, where both tee and [
are located.
Tony.
On Thu, 23 Nov 2000, petro wrote:
> I have such script.
>
> # more trafdump
> #!/bin/sh -
> # trafdumpCopyright (c)1993 CAD lab
> #
> # dump all records to /var/tmp/trafd.$iface
>
On Thu, Nov 23, 2000 at 02:30:54AM +0200, petro wrote:
> I have such script.
>
> PATH=/usr/local/bin
[...]
> if [ $# = 0 ]; then
[...]
> if [ -f $PID_FILE ]; then
[...]
> if [ $? = 0 ]; then
[...]
>echo error: $PID_FILE not found | tee -a $LOG_FILE
I have such script.
# more trafdump
#!/bin/sh -
# trafdumpCopyright (c)1993 CAD lab
#
# dump all records to /var/tmp/trafd.$iface
#
# usage: trafdump interfaces...
#
PATH=/usr/local/bin
WHERE_PID=/var/run/trafd.ed0
LOG_FILE=/var/log/traffic.log
if [ $# = 0 ]; then
In article <[EMAIL PROTECTED]> you write:
>Somebody here must know who is Mr. Hub Admin, no?
[EMAIL PROTECTED] I guess?
>Can somebody tell me who admins FreeBSD/postifx mail hubs?
>
>I need some help opening up FreeBSD for postfix and 200K msgs/day.
Below is an old posting of Peter Wemm to the
In local.freebsd-current you write:
>< said:
>> Another particular thing I remember was that some syslog-challenged
>> daemons whine on /dev/console long after /etc/rc has finished.
>They can try, but by the time they do the console has already been
>revoke()d, so they no longer have access to
Andrew Otwell wrote:
>
> gcc -static -I /pathto/new/include -L /pathto/new/lib sourcefile.c
-nostdlib -nostdinc
--
Daniel C. Sobral(8-DCS)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
"All right, Lieutenant, let's see what you do know. Whatever it is,
Please respond to me directly (and the mailing list if you so
choose)
I am attempting to port an application from Linux to FreeBSD (source
code). I have been told that I need to compile the source against a
different set of /include and /lib files. When compiled against the
system libs it wor
On Wed, Nov 22, 2000 at 03:18:27PM +0200, Sheldon Hearn wrote:
>
> Hi folks,
>
> Anyone want to have a look at this? It's from the GNU awk maintainer.
Without knowing which random.c it was, it's hard to judge :-) Also not
knowing what the intended use is, it's hard to recommend something.
Kri
It seems Lev Serebryakov wrote:
> I see god solution: monitor HDD health by downloading relocation
> table and S.M.A.R.T. information from it daily (in cron job).
> When script detect, that relocation table is near to be full or here
> is 1000 new relocations in one day, it sends mail to r
Hello, All! How are you?
Now here is no `bad144' utility. Everybody say ``modern HDDs could
do hardware remaps of bad blocks, and if here is visible bad blocks,
it means HDD will die soon, so buy new HDD ASAP and throw bad one
away''.
Ok. I agree with it. IDE HDDs are cheap now, and inf
On 22-Nov-00 Drew Eckhardt wrote:
> For reasons beyond my control, I'm stuck using FreeBSD in a real time
> system and am violating my timing constraints when too many SCSI commands
> complete in a short time frame and starve one of my userland real time
> processes.
>
> If the interrupt hand
At 9:36 AM -0800 11/22/00, Matt Dillon wrote:
> [...] When you fclose() something or otherwise terminate a
> structure, it's gone. Anything else is illegal. *internally*
> our libc assumes that ferror() is legal after an fclose()
> because, well, it's true... but only for interna
Cyrille Lefevre writes:
> "Daniel O'Connor" <[EMAIL PROTECTED]> writes:
> > On 20-Nov-00 Brian Reichert wrote:
> > > I didn't find anything after an admittedly quick look intp PRs and the mail
> > > list archives:
> > >
> > > Under FreeBSD 3.4-RELEASE, we are running a simple log file scrubbe
At 2:25 PM +0200 11/22/00, Robert Nordier wrote:
>Daniel C. Sobral wrote:
>
> > Garance A Drosihn wrote:
> > > In the section I quoted from unix spec, "stream" refers to the
>> > variable passed to fclose (though that isn't obvious, because I
>> > didn't copy the formatting). ferror certainly
On Tue, Nov 21, 2000 at 12:08:56PM +1030, Daniel O'Connor wrote:
>
> On 20-Nov-00 Brian Reichert wrote:
> > I didn't find anything after an admittedly quick look intp PRs and the mail
> > list archives:
> >
> > Under FreeBSD 3.4-RELEASE, we are running a simple log file scrubber:
> >
> >
>
> I've reached the point where I re-evaluate my design if I ever find
> myself saying "..and then I can spawn a thread to.."
>
There is a Javathreads implementation
I have never worked with threads in C++, but in Java it's almost trivial to
use threads. Too easy, perhaps. Anyway, the people a
When you look at the fclose()/ferror() problem you have to look at it
in its historical context.
Historically some versions of UNIX had very odd semantics. For example,
many programmers depended on free()'d data being left intact at least
until the next free(). It was even d
On Tue, Nov 21, 2000 at 11:44:02PM -0500, Kurt J. Lidl wrote:
> The linux clone() call is something similar to sfork()/vfork().
> It has some extra grot pasted onto the side to allow for pid hiding,
> for the wretched hack of a way to do pthreads support there.
In all fairness, every single pthr
Sorry, Hackers,
but I got no response from the -questions list for 2 days.
Somebody here must know who is Mr. Hub Admin, no?
tia,
Len
==
Can somebody tell me who admins FreeBSD/postifx mail hubs?
I need some help opening up FreeBSD for post
Good !
I recall the kernel related parts can be licensed under a plain (new) BSD
license.
I don't understand our fb enough but if you know your way through kld's
and newbus, the result will be really neat.
Pedro.
On Wed, 22 Nov 2000, Nicolas Souchu wrote:
> Hi hackers,
>
> Hope you'
On Tue, Nov 21, 2000 at 08:05:42PM -0200, Felipe Gustavo de Almeida wrote:
>
> thanks for your 'support' !
>
> Nicolas Souchu writes:
> > On Mon, Nov 20, 2000 at 08:38:53PM -0200, Felipe Gustavo de Almeida wrote:
> > > Nicolas Souchu writes:
> > > > On Sat, Nov 18, 2000 at 02:31:48PM -0200, Feli
Daniel C. Sobral wrote:
> Garance A Drosihn wrote:
> >
> > >Undefined behavior means anything goes. On a standard, it means the
> > >behaviour is implementation-defined (which may be undefined or not).
While not disagreeing with what I think Daniel means: at least in the
C Standard itself, "un
Garance A Drosihn wrote:
> >The point about
> >
> > (void)fclose(pfp);
> > if (ferror(pfp)) {
> > ...do stuff...
> > }
> >
> >is that it's a silly thing to do deliberately, but if I was
> >porting some hairy old C code I'd tend to expect it to work.
> >C is not a lang
Hi folks,
Anyone want to have a look at this? It's from the GNU awk maintainer.
Ciao,
Sheldon.
--- Forwarded Message
From: Aharon Robbins <[EMAIL PROTECTED]>
Date: Wed, 22 Nov 2000 11:59:10 +0200
Message-ID: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: BSD random for Alpha?
Cc: [EM
Hi hackers,
Hope you've ever heard about KGI... the kernel side of the GGI project. It consists
mostly in a basic framework for accessing graphic hardware from userland and is
designed
to support efficiently the GGI upper library. More info is avalable at
http://kgi.sourceforge.net
I'm willing
On Tue, Nov 21, 2000 at 03:31:12PM -0800, David O'Brien wrote:
> When Kris and I discussed this functionality (before Brian went and did
> it); we talked about much higher granularity than Brian implemented:
>
> MD5 everywhere
> DES everywhere
> MD5 locally / DES yp
> Convert to MD5
> Convert to
Hi,
Encountered the following while running make installworld:
Installing /usr/libdata/perl/5.00503/mach/auto/POSIX/setgid.al
Installing /usr/libdata/perl/5.00503/mach/auto/POSIX/setuid.al
Usage: copy(FROM, TO [, BUFFERSIZE]) at
/usr/obj/usr/src/gnu/usr.bin/perl/library/POSIX/lib/ExtUtils/Inst
31 matches
Mail list logo