What information do the ISO files' boot.catalog contain, and how does
the boot code use it? Because they're differing in a couple of bytes
(-bootonly.iso VS -disc1.iso VS -livefs.iso)...
___
freebsd-questions@freebsd.org mailing list
http://lists.free
Jack Barnett wrote:
[EMAIL PROTECTED] wrote:
So basically the ruleset should be simple:
ipfw -f flush
# allow lo0 stuff
# block some spoofs/attacks
# if you are hosting gameservers from 192.168.17.3 or whatever,
# you should (manually) open server ports, in other words, add
# routes to 192.168.
heh
I've read (kind of skimmed) the grep man page but i seem to have missed
the -v for some reason ^^
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PR
How is it possible to select lines that do NOT match a specific pattern?
For example, I'm connecting to 192.168.123.254 via telnet (port 23), and
do tcpdump -nli rl0. This cyclic traffic, becuase when tcpdump outputs
something, the system sends me some packets, which generates output in
tcpdum
Hi, Jack, let's see.
Jack Barnett wrote:
>
> Lots of people play games here and basically a pain to keep trying to
> get these stupid things to work with individual rules for each.
>
> I'm running FreeBSD 6.x with IPFW/natd
>
> I get a dynamic IP from my ISP and the internal nic is 192.168.17.1
>
I'm making some ipfw rules, and I would appreciate if someone could
check these for me.
My intention is to create a replacement for a hardware router, which
basically works by allowing all outbound traffic, blocking all
unauthorized/unrequested inbound traffic, and has a setting (the so
calle
[resending, doesn't seem to have gotten through]
I'm making some ipfw rules, and I would appreciate if someone could
check these for me.
My intention is to create a replacement for a hardware router, which
basically works by allowing all outbound traffic, blocking all
unauthorized/unrequeste
Bahman M. wrote:
> [EMAIL PROTECTED] wrote:
>> Is it possible to do automatic fetching of source files in the
>> background while other parts are being compiled?
> >
> Just login on multiple consoles or use multiple x terminals (if running
> X) and on each one run 'make' for the port you want to
Is it possible to do automatic fetching of source files in the background while
other parts are being compiled?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "
Is it normal to have +10msec ping times when pinging through dummynet (ipfw
pipes)? If yes, why? If not, WTF?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[E
Bahman M. wrote:
Once I had a similar problem on a Linux box (send OK/no receive) and
after days of playing with settings and configurations I found that
the problem was the network _cable_. I replaced the cable and it went
fine without any additional configurations.
Hope this helps.
Bahman
T
Nikos Vassiliadis wrote:
>> The tcpdump test displays PADI! OK, so not in bridging more?
>
> No, PADI is your request for initiating a PPPoE connection.
> You should see an offer(PADO). Something like this:
> 09:17:56.744957 PPPoE PADI [Service-Name] [Host-Uniq 0x04000700]
> 09:18:01.73134
What does configuring the modem in bridging mode means?
==
=ppp.conf=
==
default:
set device PPPoE:
I've read a lot of FreeBSD bridging and DSL router articles, but I still can't
get PPPoE running.
Topology:mycomp---ed0-FreeBSD-rl0---ADSL_modem---Internet
Attached are some of the config and log files from the FreeBSD box. Currenly NAT
settings are off. With these settings, in ppp interac
I don't know about you, but I detect spam just by the looks of the title. When's
the time we have moderators take a quick glance at the mail before forwarding it
to everyone? I mean it's not a big problem, but I hate spam.
___
freebsd-questions@freebsd
Matthew Seaman wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
[EMAIL PROTECTED] wrote:
I'm making a FreeBSD router with ppp and telnet access to it (currently
part of a network with a hardware router). When I have 1 NIC in the
FreeBSD machine (rl0), telnet works fine. Then I add anothe
Hi,
I'm making a FreeBSD router with ppp and telnet access to it (currently part of
a network with a hardware router). When I have 1 NIC in the FreeBSD machine
(rl0), telnet works fine. Then I add another NIC (ed0). Telnet still works. rc.conf:
ipconfig_rl0="inet 192.168.123.251 netmask 255
Paul Schmehl wrote:
--On Friday, June 01, 2007 21:32:55 +0200 [EMAIL PROTECTED] wrote:
Paul Schmehl wrote:
--On Friday, June 01, 2007 17:04:16 +0200 [EMAIL PROTECTED] wrote:
Does anyone know how to DISABLE the Trash thing in KDE? I'm not a
newbie, and I am decisive about deleting files. I do
Paul Schmehl wrote:
--On Friday, June 01, 2007 17:04:16 +0200 [EMAIL PROTECTED] wrote:
Does anyone know how to DISABLE the Trash thing in KDE? I'm not a newbie,
and I am decisive about deleting files. I don't need an annoying 'you can
never be sure' functionality. rm -r for life!
// i've seen
Does anyone know how to DISABLE the Trash thing in KDE? I'm not a newbie, and I
am decisive about deleting files. I don't need an annoying 'you can never be
sure' functionality. rm -r for life!
// i've seen hacks like chmod 000 .trash, not my choice
_
Roland Smith wrote:
On Wed, May 30, 2007 at 02:58:50PM +0200, [EMAIL PROTECTED] wrote:
RW wrote:
On Sat, 26 May 2007 16:52:56 +0200
[EMAIL PROTECTED] wrote:
pf and altq are enabled. My ISP allows 16kB/s upload and 128kB/s
download. I want to use half of that. What should pf.conf contain, to
l
magikman wrote:
[EMAIL PROTECTED] wrote:
RW wrote:
On Sat, 26 May 2007 16:52:56 +0200
[EMAIL PROTECTED] wrote:
pf and altq are enabled. My ISP allows 16kB/s upload and 128kB/s
download. I want to use half of that. What should pf.conf contain, to
limit my computer's upload and download speeds?
RW wrote:
On Sat, 26 May 2007 16:52:56 +0200
[EMAIL PROTECTED] wrote:
pf and altq are enabled. My ISP allows 16kB/s upload and 128kB/s
download. I want to use half of that. What should pf.conf contain, to
limit my computer's upload and download speeds? I've tried:
altq sk0 cbq bandwidth 1576Kb
[EMAIL PROTECTED] wrote:
pf and altq are enabled. My ISP allows 16kB/s upload and 128kB/s
download. I want to use half of that. What should pf.conf contain, to
limit my computer's upload and download speeds? I've tried:
altq sk0 cbq bandwidth 1576Kb queue { lan, upload, download }
queue lan ba
pf and altq are enabled. My ISP allows 16kB/s upload and 128kB/s download. I
want to use half of that. What should pf.conf contain, to limit my computer's
upload and download speeds? I've tried:
altq sk0 cbq bandwidth 1576Kb queue { lan, upload, download }
queue lan bandwidth 1000Kb cbq(default
Pieter de Goeje wrote:
On Wednesday 11 April 2007, [EMAIL PROTECTED] wrote:
Is there a way to clear a directory with such a command (keeping the owner
and permissions of the folder)?
Yes there are the obvious ones:
cd /home/me/another_dir && rm *
rm /home/me/another_dir/* // if cant traverse he
Is there a way to clear a directory with such a command (keeping the owner and
permissions of the folder)?
Yes there are the obvious ones:
cd /home/me/another_dir && rm *
rm /home/me/another_dir/* // if cant traverse here
But something that doesn't rely on the shell.
___
Norberto Meijome wrote:
On Sun, 25 Feb 2007 00:24:49 +0100
[EMAIL PROTECTED] wrote:
From: [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Subject: how to run root cmds when starting xorg?
Date: Sun, 25 Feb 2007 00:24:49 +0100
Sender: [EMAIL PROTECTED]
User-Agent: Thunderbird 1.5.0.9 (Window
Do you get processor-specific code when you do buildworld and buildkernel,
particularly on a -RELEASE?
Does building from ports always automatically optimize code (vs packages)?
Do I need to strip some files after the compilation (world, kernel, ports) to
get the absolute maximum performance?
how do i exec a kldload script when starting ttyv8 kdm (or xorg) ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
How can I turn off the HDD? .. and leave the buffers in the memory, until the
RAM is full .. then spin up the drive, write out the data, then it turn off again.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/fre
That is, I have a router connecting to the internet through PPP. There are 4
computers (and a DSL modem) connected to the router. The router does not limit
or share internet speed evenly, so if I download via TCP at full speed, others
complain about slow loading web pages. My comp has a FreeBSD
Andrew Pantyukhin wrote:
"pkg_info -Ex xorg" will show you versions of xorg
apps installed. At the moment you probably have
6.9. Xorg 7.2 will be committed to the ports tree
any time soon.
Ah thanx! I'll be waiting...
___
freebsd-questions@freebsd.org
This may help:
The emphasis is on my vidcard, it's an ATI Radeon 9600. Last official ATI
video card support for FreeBSD was the 9400 series drivers. I've heard about
some reverse engineered drivers from Linux.
Andrew Pantyukhin wrote:
> AFAIK, you get that with Xorg 7.x.
6.2-RELEASE uses Xorg
How do I get OpenGL apps running in hardware mode?
Specifically, Tremulous (pkg tremulous-1.1.0_1).
Before configuring Xorg, the game ran only in software mode (refused to run in
hardware mode). After configuring Xorg (with xorgconfig), the game tries to
run in hardware mode, but has errors init
Compiling. Let's say that the project is debugged and working. The
performance is of the highest priority.
Does the executable code quality depend only on the compiler? Comparison
between native and cross-compiling?
Is it worth porting the project to GGC if you can download specifically
optimi
Gabor Kovesdan wrote:
C90 is not a specific compiler, it's a standard, see:
http://en.wikipedia.org/wiki/C90
AH OK THX. Back to a pre-compiled gcc.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ques
[Fistly, people wrote code in pure binary language. Then assembly were
invented and later they wrote higher level languages in assembly.]
> With whatever C compiler the gcc developer had at that time.
> It probably wasn't. The first ever compiler was most likely written
> in assembler. Later
Giorgos Keramidas wrote:
Does the lang/gcc41 port work for you?
I don't know I don't care. I want to learn more about compilation
processes, get to know UNIX-like systems more, and whatever. So I've
downloaded the source for gcc, and the README says that I need the ISO
C90 compiler. Where do
Gabor Kovesdan wrote:
[EMAIL PROTECTED] schrieb:
so, where? (also for linux?)
The -std option of gcc is for setting the dialect, see this page:
http://gcc.gnu.org/onlinedocs/gcc-4.1.1/gcc/C-Dialect-Options.html#C-Dialect-Options
Cheers,
Gabor
I want to compile the GCC 4.1.1 compiler.
___
so, where? (also for linux?)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
For example, you can write to this list via the
freebsd-questions@freebsd.org email, but [EMAIL PROTECTED] is also
recognized as an email for this list. This can't be the same with
freebsd-doc ->doc and cvs-doc ->doc, that would be ambiguous. Could
someone please direct me to a 100% precise lis
Andrew Pantyukhin wrote:
On 12/25/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Andrew Pantyukhin wrote:
> On 12/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>> Last official ATI video card support for FreeBSD was the 9400 series
>> drivers. I've heard about some reverse engineered dri
Andrew Pantyukhin wrote:
On 12/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Last official ATI video card support for FreeBSD was the 9400 series
drivers. I've heard about some reverse engineered drivers from Linux. Is
there any way to get hardware acceleration for ATI Radeon 9600 series?
Last official ATI video card support for FreeBSD was the 9400 series
drivers. I've heard about some reverse engineered drivers from Linux. Is
there any way to get hardware acceleration for ATI Radeon 9600 series? I
want to run OpenGL applications, and not with software rendering.
__
45 matches
Mail list logo