Hi list,
I read http://www.linuxgazette.com/node/view/9074 and tried to adopt this
script to my ipfw firewall:
#!/bin/sh
tail -f /var/log/security | \
awk '
$0 ~ /ICMP/ {
system("cat /root/sounds/icmp.wav > /dev/dsp ");
}
$0 ~ /TCP/ {
system("cat /root/sounds/tcp.wav > /dev/dsp ");
}
$0 ~ /UDP/
hey,
I've been trying to find a program on the ports that allows me to change
the state of the keyboard LEDs. I want to put the keyboard on the room
wall and make a script to call a program which makes leds blink according
to the kind of traffic being blocked on the firewall. I want a program
like
Hey,
Yes, that is where I got the idea from. But the C program there implies
i'm using X, which i'm not. From what I understood, the functions lie on
Xlib.h so they shouldn't work without X. I could be wrong tho. But I don't
even have X libs installed on the machine in question.
> Something simi
Hi list,
After sucessfully playing Return to Castle Wolfenstein and Enemy Territory
on FreeBSD 5.2.1, I decided to switch my workstation to freebsd. I have
large experience on the server side but kinda new to the desktop. Here are
some minor annoyances i'm not being able to solve:
1. I've added a
> Andreas Davour wrote:
>
>>On Mon, 28 Jun 2004 [EMAIL PROTECTED] wrote:
>>
>>
>>
>>>Hi list,
>>>
>>>
>>
>>
>>
>>>1. I've added a 'paw' menu to access the main menu, but I'd like the
>>>win-key to open this menu. possible?
>>>
>>>
>>
>>Almost anything is possible, if you work hard enough. Please t
Hi,
I'm having a bit of a trouble trying to use teamspeak client and playing
enemy territory or wolfenstein. Since both use /dev/dsp, if I start
teamspeak and go to ET, et will be soundless; vice-versa. I tried to
change the sound device on teamspeak to dsp0.1 but to no avail. My next
guess was go
It would be AWESOME if FreeBSD supported multiple IPs per jail.
In my opinion, this is one of FreeBSD's greatest disadvantages on the
virtual server market, as some specific customers will always require
multiple IPs (shell providers for one).
Also, interface virtualization and firewalls inside ja
> On Thu, 9 Dec 2004 08:38:49 -0500, Jason wrote
>> installed teamspeak_server-2.0.19.40_1
>> from ports and when I start it up, the teamspeak sevrer starts, but
>> the web admin interface does not. When I try to start the server
>> manually as root, all It gives is
>>
>> monsterjam# /usr/local/lib
Hi,
I have a Dual Xeon 2.4 and a Dual Xeon 2.8 servers running with
HyperThreading, ACPI, and SMP enabled.
The 2.8 server won't stand for more than 5 days without crashing, and the
2.4 server was up 30 days crashed, now was up 12 days, and crashed.
I didn't have a debugging kernel, I'll be build
Hi,
I have a Dual Xeon 2.4 and a Dual Xeon 2.8 servers running with
HyperThreading, ACPI, and SMP enabled.
The 2.8 server won't stand for more than 5 days without crashing, and the
2.4 server was up 30 days crashed, now was up 12 days, and crashed.
I didn't have a debugging kernel, I'll be build
Hi,
I'm sorry for typing this mail for the third time, I'm not sure if the
other mails did reach the list. The domain I was using to send emails has
just expired. Please cc me, as I'm not subscribed to the list with this
email.
I have a Dual Xeon 2.4 and a Dual Xeon 2.8 servers running with
Hype
Hi list,
Is there a patch for 4.9 that allows a jail to have multiple IPs ? Is this
scheduled for any official release soon?
Rgs,
hugo
--
www.6s-gaming.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-question
I've found (with the help of a list member) a patch for freebsd 4.10 jails
that allows support for multiple IPs. I have been, however, unable to find
a patch that works on 5.2.1! I don't create jails for a long time
(4.9-RELEASE i think) but on that time i couldn't even use 'top'. Also,
some jail
Hi list,
I'm thinking on adquiring a P4 3.06mhz Toshiba Satellite A40-231 laptop.
Does anyone know any problem in using freebsd (5.2.1) with this laptop? Or
any success stories ?
--
www.6s-gaming.com
___
[EMAIL PROTECTED] mailing list
http://lists.
Hi list,
About 4 days ago I downloaded 5.3-RELEASE (.iso) from ftp.nl. at about
6mB/s from a server I have on a .nl provider. Today I wanted to do some
testing, and while downloading that same ISO (which I downloaded at 6
megabytes/s) from two different servers on the same subnet, the best I got
w
Hey list,
I just got back from a friend's house, after having his workstation at my
home compiling KDE for 3 long days and introducing him to open source
software.. Everything was working great, except for one small detail: I
have cable and a LAN at home, so all I really needed to do was dhclient
I fixed this some days ago, edited the makefile @ usr src lib libpthread
and changed LIB=pthread to LIB=kse , then make all install.
Perhaps I ran into this problem because I installed from a 5.2.1 cd (5.3
over NFS) and did a minimal install.
Hope this helps someone in the future with this fishy
Hi,
I'd like to know what are the implications of setting
security.jail.sysvipc_allowed=1 while using FreeBSD jails. If I understood
correctly, setting this to 1 allows processes inside the jail to
communicate to the host server/other jails using SysV shared memory, but I
don't understand the full
You could always insert a 5.2.1 CD, do a 'Configure' (menu) on
/stand/sysinstall, select change root passwd from the menu.
> Hi list,
>
> We have a client running a fBSD 5.2.1 box that needed its root password
> hacked.
>
> I couldn't boot into single user mode w/o the root password, so I
> instal
Hi,
Could anyone make this setup work? The patch for 2.1.19 applies cleanly to
the ports tree and I can build sasl, but it ignores the settings on
smtpd.conf (mainly password_format: crypt).
I can auth @ SMTP using the encrypted password I find at the database, but
no luck using the plaintext pas
That is exactly my smtpd.conf , I don't understand why it doesn't work :/
The password_format directive was incorporated on 2.1.20 ?
>>
>> Could anyone make this setup work? The patch for 2.1.19 applies cleanly
>> to
>> the ports tree and I can build sasl, but it ignores the settings on
>> smtp
It is accessing the database properly.
SASL isn't even trying to check vs an encrypted password, if I feed it (at
the SMTP auth) with the encrypted password I find at the database, it will
accept it (like if it was a plaintext-password)
>>
>> That is exactly my smtpd.conf , I don't understand wh
22 matches
Mail list logo