It seems Eugene M. Kim wrote:
> One more similar question: Does/will FreeBSD support ATAPI CD-R(W)
> drives in disk-at-once mode, perhaps using burncd(1)? I wanted to burn
> some audio CDs in that manner but burncd on 4-stable didn't support DAO
> writing.
I'm working on it, but currently I have
On Fri, Jan 26, 2001 at 09:00:54PM +0100, mouss wrote:
> "IP filtering engines" that do something to packet based on rule
> matching have a problem when fragmentation comes to play.
>
> In the case of a "packet redirector' such as divert, the problem is that
> only the first fragment will match t
Alfred Perlstein <[EMAIL PROTECTED]> writes:
> * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [010125 19:04] wrote:
> > 2.) you should know some basic stuff about FreeBSD internels (i am planning
> > on getting The Design and Implementation of the 4.4BSD Operating System
>
> Well more than 'basic' hop
Dag-Erling Smorgrav wrote:
>
> Zhiui Zhang <[EMAIL PROTECTED]> writes:
> > Is there a way to specify a kernel other than /kernel to boot from? I do
> > not want to do this manually, I want to put it into some configuration
> > file. Thanks,
>
> 'man loader'
The loader.conf(5) man page is proba
Hi to all.
gcc supports strftime format string checking and issues a warning when
it encounters some unknown format specifier. FreeBSD strftime has
several additional format chars which gcc knows nothing about.
This can easily be seen when compiling /usr/src/usr.sbin/pw:
pw_user.c:1175: warning:
I still think a really neat source for kernel hacking is Chuck Cranor's
PhD thesis. He describes the kernel equivalent of open-heart surgery:
replacing the old VM with a new one, while keep the kernel alive. Neat
stuff.
ron
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe free
-BEGIN PGP SIGNED MESSAGE-
Hey
We got a problem booting our server. Someone added some ips with
x.x.x.y y=>255 and it's not booting. We rebooted in single-user mode and
we're not able to make any changes to the rc.conf. It says the filesystem
is read-only. Can you help us?
Thank's!
.
Wrong list to send this too... it should either be -stable or -current- you
didn't say which system it was.
try
mount /
or
mount -w /
On Sat, 27 Jan 2001, Felix-Antoine Paradis wrote:
> -BEGIN PGP SIGNED MESSAGE-
>
> Hey
>We got a problem booting our server. Someone added so
on Sat, 27 Jan 2001 Felix-Antoine Paradis wrote:
>It says the filesystem
>is read-only. Can you help us?
mount -uw /
should help.
Alex
--
Email: Alexander Hausner <[EMAIL PROTECTED]>
NIC-HDL: AH194-RIPE
PGP Key ID: 1024/D272F9B5
PGP Key fingerprint: 45 CB 7A 6A 24 81 71 14 CE 11 27 53 36 63
I'd just like to confirm that my interpretation of how kevent()
can be made to handle signals is correct.
From kqueue(2):
...
EVFILT_SIGNAL
Takes the signal number to monitor as the identifier and returns when
the given signal is delivered to the process. This coexists w
On Sat, Jan 27, 2001 at 03:15:43PM -0500, Trent Nelson wrote:
>
> I'd just like to confirm that my interpretation of how kevent()
> can be made to handle signals is correct.
>
> From kqueue(2):
>
> ...
>
> EVFILT_SIGNAL
>Takes the signal number to monitor as the identifier
> The memory areas "appear" to be fixed relative to each other:
>mem1 == base + 0x00 (size==0x20)
>mem2 == base + 0x201000 (size==0x000100)
>mem3 == base + 0x203000 (size==0x000400)
>
> So of course, it is tempting to wonder whether it is really neccessary
> to allocate thr
Hello,
I have FreeBSD 4.1-RELEASE (soon to be -STABLE) running a binary
install of XFree86 4.0.2. After installing xine from sources, I get a
message saying I dont have Thread-safe X libraries and it wont run. I've
scoured google and many newsgroups in search of anything on getting
these "th
the "defrag all" feature of Linux solves the discussed problem, but can be
improved. We do not need to defrag the packets. We just need to queue them.
and, when the first frag has been received, we only need to save the
informations necessary for filtering (ip header stuff + ports for TCP/UDP and
* Ronald G Minnich <[EMAIL PROTECTED]> [010127 09:52] wrote:
>
> I still think a really neat source for kernel hacking is Chuck Cranor's
> PhD thesis. He describes the kernel equivalent of open-heart surgery:
> replacing the old VM with a new one, while keep the kernel alive. Neat
> stuff.
Inter
On Sat, Jan 27, 2001 at 06:09:35PM -0800, Alfred Perlstein wrote:
> * Ronald G Minnich <[EMAIL PROTECTED]> [010127 09:52] wrote:
> >
> > I still think a really neat source for kernel hacking is Chuck Cranor's
> > PhD thesis. He describes the kernel equivalent of open-heart surgery:
> > replacing
Karen's system
A friend is attempting a new installation from my 3.4 CDROM set
(still waiting for my new 4.2 set to arrive!)
on her Gateway machine with the following hardware
mitsumi CDROM FX4010M!B FW AM2A
Generic IDE disk type 01
Generic NEC fdd
Iomega ZIP 100
Display Adapter
NVIDIA RIVA T
This is my last fragmentation question I swear :-)
When diverting udp packets which are larger than MTU(1500) ipfw seems to
divert the first and reject the second.
Here is tcpdump of the packets:
23:41:05.670408 192.168.1.3.1128 > 192.168.5.12.3322: udp 1474 (frag 4127:1480@
0+)
23:41:0
On 25 Jan 2001 21:10:31 -0500, in sentex.lists.freebsd.hackers you wrote:
>
>(Please trim cc's on any followups to remove -hackers, thanks.)
>
>I'm happy to announce a quick public BETA cycle for the 3ware 3DM
>management utility for their family of ATA RAID controllers and FreeBSD.
Most exciti
[EMAIL PROTECTED] wrote:
>
> hey guys i know you probably get this question all the time but i am looking
> into getting into doing somekernel hacking first i will tell you some thing i
> have assumed about it:
> 1.) you should know atleast more programming language well (probably C would
> be be
Felix-Antoine Paradis wrote:
>
> On Wed, 24 Jan 2001, Chris Faulhaber wrote:
>
> > On Wed, Jan 24, 2001 at 05:04:23PM -0500, Felix-Antoine Paradis wrote:
> > > Just a simple question, FreeBSD doesn't support/emulate any IDE CDRW?
> > >
> >
> > Not sure if that is a question or not, but you proba
Hi to all.
gcc supports strftime format string checking and issues a warning when
it encounters some unknown format specifier. FreeBSD strftime has
several additional format chars which gcc knows nothing about.
This can easily be seen when compiling /usr/src/usr.sbin/pw:
pw_user.c:1175: warning:
Hello,
Well, next version of smbfs for FreeBSD released today. It
includes minor bug fixes and significantly reworked connection engine. In
addition, smbfs now can work with NetApp servers (for more details see
the HISTORY file).
As usually, new version can be grabbed fro
23 matches
Mail list logo