On Sun, Jan 05, 2003 at 03:02:18PM -0800, Terry Lambert wrote:
+> This is a much larger problem than you make it out to be.
Yes, right, using vnodes is bad idea, sorry.
I'll describe my problem precisely.
I'm writing kld module where it have to be done.
I got two choices:
- getting path f
> Another useful thing to do is limit the number of connections per
> second from a given source IP address, and to limit the total number
> of connection "in progress" from a given IP address.
I doubt that all the packets are sent from one real IP. But, I tnink,
it may be possible to determine th
[EMAIL PROTECTED] wrote:
> > 1. a ton of TCP SYN, [1658] -> [106] 3COM-TSMUX to ports that do
> > not exist on the target.
>
> this is not a 'SYN flood'; 'SYN flood'=TCP SYN+FIN
> seems like someone is continuosly using TCP SYN "half-open"
> scan to get your open ports, or just sends rando
> 1. a ton of TCP SYN, [1658] -> [106] 3COM-TSMUX to ports that do
> not exist on the target.
this is not a 'SYN flood'; 'SYN flood'=TCP SYN+FIN
seems like someone is continuosly using TCP SYN "half-open"
scan to get your open ports, or just sends random SYN pakets
> 2. a noticable amount
Found some other school web sites that we may want to compare ours too!
http://bearcat.ubly.k12.mi.us/links/links.html
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
> * Make moused map up/down into buttons 4/5:
>
> moused -m 4=2 -m 5=4 -p /dev/psm0 -t auto
>
> * Make X do the rest. From XF86Config (for XFree 4.2):
>
>Section "InputDevice"
> Identifier "Mouse0"
> Driver "mouse"
> Option "Protocol" "Auto"
>
It has come to my attention that an unknown party has been sending messages
to several of the FreeBSD mailing lists from the address "[EMAIL PROTECTED]".
The messages are not mine; they're being sent from a bogus account on a
Webmail service known as FastMail. An abuse report has been filed with
th
I've received very little response on this, which is understandable
due to the holidays. Because of this, I'm extending the
submission date to Jan 12. Please help to keep up the fine
tradition that the Status Report project has established by
submitting your reports as soon as possible.
Thanks!
Pawel Jakub Dawidek wrote:
> I just wondering...
> Now we got problems with caching, and problems could be seriuos in -CURRENT
> when we want to use some TrustedBSD features, etc.
> Sometimes there is NEED to get filename (or full path) from vnode to log
> selected behaviour or many other useful th
First off, the target looks like this:
Port State Service
21/tcp openftp
22/tcp openssh
25/tcp opensmtp
53/tcp opendomain
80/tcp openhttp
110/tcpopenpop-3
/tcp opendec-notes
1/tcp opensn
First, many thanks to Marcin.
On Sun, 5 Jan 2003, Rahul Siddharthan wrote:
> Marcin Dalecki wrote:
> > Here is my first cut at support for the Synaptics touchpads, which are
> > commonly used on notebooks. Contrary to the default "Windows
> > installation mode" those devices come up at boot, thi
Hello hackers...
I just wondering...
Now we got problems with caching, and problems could be seriuos in -CURRENT
when we want to use some TrustedBSD features, etc.
Sometimes there is NEED to get filename (or full path) from vnode to log
selected behaviour or many other useful things (for example p
M. Warner Losh wrote:
In message: <[EMAIL PROTECTED]>
Tim Kientzle <[EMAIL PROTECTED]> writes:
: 1) Is there an accepted use for 'COPTS'?
IIRC, COPTS is there only for users to use, not for system Makefiles.
... It would be better, I think, to create a special purpose variable ...
Not Brett Glass wrote:
[ ... ]
> People can try an early beta, currently builds on FreeBSD and NetBSD. Get
> it from: http://www.brettglass.com/downloads/bgcc-0.0.tar.gz
Besides being mildly humorous, as these things go, I think you
have just provided the real Brett Glass with web server logs
tha
When /sys/tools/vnode_if.awk creates vnode_if.c from a template,
it does never check the lock state of **vpp. (This is the indirect
result of the double indirection required to store the vnode
pointer as a side-effect of the function.)
The following simple patch fixes vnode_if.awk:
Index: /sys/t
Rahul Siddharthan wrote:
Marcin Dalecki wrote:
Here is my first cut at support for the Synaptics touchpads,
2. The pad has 4 buttons; left and right work as before. In between,
there are a small up and down button. Now the up button acts as the
middle button (button 3?) -- ie I can paste
Marcin Dalecki wrote:
> >>Here is my first cut at support for the Synaptics touchpads,
> >2. The pad has 4 buttons; left and right work as before. In between,
> >there are a small up and down button. Now the up button acts as the
> >middle button (button 3?) -- ie I can paste with it. The dow
On Sun, Jan 05, 2003 at 03:15:41AM -0800, Brett Glass said:
> After the thread on GPL'd parts of FreeBSD, specially the compiler, I've
> decided to contribute my bit to the FreeBSD community. I'm proud to
> preset bgcc, 'The Brett Glass compiler collection', released under the
> BSD license, of co
Bill Fumerola wrote:
> Fuck you Brett, we don't want you here.
Speak for yourself asshole. Or have you forgotten already that it was you
who caused asmodai to resign? A lot of people have contacted me already
and given positive feedback for the 0.0 beta, so shut up.
Sincerely,
--
Brett Glass
On Sun, 5 Jan 2003, Dmitry Morozovsky wrote:
> Aha, that makes sense... But then, I suppose, one needs some IDE<->CF
> converting device... Would you point me to the resources 'bout them?
http://www.mesanet.com
http://siliconkit.dnsalias.com/cart
The CF-to-IDE adapters are really cheap, $20 or l
David O'Brien wrote:
> Excellent job, Brett, however, it gives me an error when I try to compile this:
> main ()
> {
> int i;
> i="Hello, world";
> printf("%i\n",i);
> return 0;
> }
David, don't send this kind of newbie programmer question to the hackers
list, or to any of the FreeBSD lists. If y
On Sun, 5 Jan 2003, Wilko Bulte wrote:
WB> On Sun, Jan 05, 2003 at 02:27:58PM +0300, Dmitry Morozovsky wrote:
WB> > On Sun, 5 Jan 2003, Wilko Bulte wrote:
WB> >
WB> > WB> > Well, while I'd certainly agree with you regarding reliability (BTW, how
many
WB> > WB> > _read_ cycles do contemporary flas
In message: <[EMAIL PROTECTED]>
Dmitry Morozovsky <[EMAIL PROTECTED]> writes:
: Well, while I'd certainly agree with you regarding reliability (BTW, how many
: _read_ cycles do contemporary flashdisks support?), there is at least one major
: question: where to boot from? especially in t
hi,
i have a 4.7-STABLE box running two nameservers: a djbdns dnscache on
127.0.0.1 to serve local requests, and have recently added a djbdns
tinydns on my external address to serve domains i host, viz:
$ sockstat -4 | grep :53
dnscache dnscache 376793 udp4 127.0.0.1:53 *:*
dnscach
On Sun, Jan 05, 2003 at 02:27:58PM +0300, Dmitry Morozovsky wrote:
> On Sun, 5 Jan 2003, Wilko Bulte wrote:
>
> WB> > Well, while I'd certainly agree with you regarding reliability (BTW, how many
> WB> > _read_ cycles do contemporary flashdisks support?), there is at least one major
> WB> > questi
On Sun, 5 Jan 2003, Wilko Bulte wrote:
WB> > Well, while I'd certainly agree with you regarding reliability (BTW, how many
WB> > _read_ cycles do contemporary flashdisks support?), there is at least one major
WB> > question: where to boot from? especially in the case of standalone
WB> > moving-par
On Sun, Jan 05, 2003 at 01:13:33PM +0300, Dmitry Morozovsky wrote:
> On Sun, 5 Jan 2003, M. Warner Losh wrote:
>
> MWL> : CD-ROM is not what I would call a reliable media. May I suggest
> MWL> : booting from the network (PXE) or booting from a hard disk and
> MWL> : mounting the partitions read-o
On Sun, Jan 05, 2003 at 12:12:55AM -0700, M. Warner Losh wrote:
> In message: <[EMAIL PROTECTED]>
> Vadim Vygonets <[EMAIL PROTECTED]> writes:
> : Quoth Joe on Thu, Jan 02, 2003:
> : > I've been trying to get FreeBSD to run off a cdrom. Why,
> : > well longs story, the shot version
After the thread on GPL'd parts of FreeBSD, specially the compiler, I've
decided to contribute my bit to the FreeBSD community. I'm proud to
preset bgcc, 'The Brett Glass compiler collection', released under the
BSD license, of course. As a lot of you know, I'm a professional
programmer who does mo
"M. Warner Losh" wrote:
> : CD-ROM is not what I would call a reliable media. May I suggest
> : booting from the network (PXE) or booting from a hard disk and
> : mounting the partitions read-only?
[ ... ]
>
> I'd suspect that cdrom drives will break more often than hard disks in
> harsh environm
On Sun, 5 Jan 2003, M. Warner Losh wrote:
MWL> : CD-ROM is not what I would call a reliable media. May I suggest
MWL> : booting from the network (PXE) or booting from a hard disk and
MWL> : mounting the partitions read-only?
MWL>
MWL> It is usually the case that solid-state media, properly config
Rahul Siddharthan wrote:
Marcin Dalecki wrote:
Here is my first cut at support for the Synaptics touchpads, which are
commonly used on notebooks. Contrary to the default "Windows
installation mode" those devices come up at boot, this is enabling
full support for all buttons present on the device
32 matches
Mail list logo