hen the kernel try to mount the root fs, it
stops. I have the follow line in my /etc/fstab
/dev/acd0c / cd9660 ro 0 0
I am stranded. Anyone can help?
thx
Tony
*** sys/boot/i386/loader/main.c.bak Sun Dec 11 19:32:29 2005
--- sys/boot/i386/loader/main.c Sun
hen the kernel try to mount the root fs, it
stops. I have the follow line in my /etc/fstab
/dev/acd0c / cd9660 ro 0 0
I am stranded. Can anyone help? I'm using FreeBSD 5.4
thanks
Tony
___
freebsd-hackers@freebsd
I'm using
FreeBSD 5.4
grub 0.95
Is this what you want?
[EMAIL PROTECTED] wrote:
??,??,??grub??freebsd,???,
??grub?ufs2
?fc2,grub0.94
???,?
???
- Original Message -
From: "Tony" <[EMAIL PROTECTED]>
To:
Cc: <
file, file write has happened but the file length has not
been updated (or vice versa).
Most current users will probably not like the speed penalties of a
journal file system, and stick to the faster FS. On the other hand a
solid journal FS may encourage more take up for back end databases, for
e-commer
es. The only advantage Linux has
>got right now is XFS, which is admittedly a pretty large advantage on
>multi terabyte filesystems where fsck is impossible.
That is what I wanted to hear, an unambiguous argument that a solid
implementation of JFS would be useful to some user segment.
so there has
been some time to work on this.)
Undoubtedly JFS on FreeBSD would be expected to work with Linux JFS
volumes, but inter-operation with AIX JFS & JFS2 is also desirable.
My questions at this point are:
* is there any IBM material, white papers or whatever, that I cou
trol register.
However to actually start using paged memory Intel's CPU documentation requires
a flush and reload of the instruction stream. The pushl & ret are a convenient
way to do this, possibly recommended by Intel - I don't have the relevant
documentation to hand.
The result is
[EMAIL PROTECTED] wrote:
>
> Oh, got it.
> That's because of paging is set up.
> Thanks Tony !
:-)
> p.s. btw, btext executes in protected mode, not in real.
Ooops, yes I got distracted. I intended to say something about this kind of
strange code being commonly used when
nowledging your statement.
"Oh, right." may have conveyed his meaning a little better.
ttfn,
Tony
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
tallation, maintenance and deployment clean and easy?
Regards,
Tony
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"
Wes Peters wrote:
>
>The implementation details are as unimportant as ever: they have to work
>and be maintainable. Following prior art remains a good idea; the Solaris
>"name service switch" implementation is a good starting point to consider.
What about using the IRS li
.
Doing a thorough job is difficult because C9X is somewhat gratuitously
incompatible with gnu C (e.g. the spelling of __complex__, zero-length
arrays in structures, macro varargs, etc.) and gnu C doesn't yet
support restrict.
Tony.
--
f.a.n.finchd...@dotat.atf...@demon.net
at the same time).
src/lib/libc/net/gethostbydns.c seems to use a load of static
variables in a non-thread-safe fashion.
Tony.
--
f.a.n.finchd...@dotat.atf...@demon.nete pluribus unix
To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message
Dan Moschuk wrote:
>
>A quicker fix would be just to enclose those global variables in
>mutexes.
God, no. The resolver is already stupidly unparallelizable -- there's
no need to make it thread-resistant too.
Tony.
--
f.a.n.finchd...@dotat.atf...@demon.nete plur
or acknowledging UCB in any
advertising conflicts with the GPL requirement that further
restrictions should not be added to those already in the GPL.
Tony.
--
f.a.n.finchd...@dotat.atf...@demon.nete pluribus unix
To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe fre
, of course, we take unnecessary faults.
Surely they aren't unnecessary faults if they are required for correctness?
Tony.
--
f.a.n.finchd...@dotat.atf...@demon.nete pluribus unix
To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message
name space, and indeed
this example shows that doing so can make administration unnecessarily
harder.
The real reverse DNS for dotat.at uses this more conservative setup:
130.134.240.212.in-addr.arpa.CNAME 130.128-28.134.240.212.in-addr.arpa.
130.128-28.134.240.212.in-addr.arpa. PTR dotat.at.
ch defines the ip6.int
domain, which like in-addr.arpa is full of PTR RRs.
Tony.
--
f.a.n.finchd...@dotat.atf...@demon.nete pluribus unix
To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message
p of in IRIX then they can distribute it separately under the
GPL without releasing the source to the rest of the OS. It's perfectly
valid to distribute software to different people under different
licences (e.g. softupdates, perl).
Tony.
--
f.a.n.finchd...@dotat.atf...@demon.
ivileged mail user:/:
smtp:x:0:0:Mail Daemon User:/:
(Presumably the smtp user is privileged in order to bind to port 25.)
I prefer user & group mail since it is non-cryptic and common.
Tony.
--
f.a.n.finchd...@dotat.atf...@demon.nete pluribus unix
To Unsubscribe: send mail t
e to be able to see what's going on there.
Alternatively, are there freely-available SMB specs?
Tony.
--
f.a.n.finchd...@dotat.atf...@demon.nete pluribus unix
To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message
Is there a reason for disallowing concurrent read-only mounts of the
same disk device? i.e. would things go pear-shaped if I added this
capability?
Tony.
--
f.a.n.finchf...@demon.netd...@dotat.ate pluribus unix
To Unsubscribe: send mail to majord...@freebsd.org
with "unsubs
Tony Finch wrote:
>
>Is there a reason for disallowing concurrent read-only mounts of the
>same disk device? i.e. would things go pear-shaped if I added this
>capability?
Well, in the absence of any comments I hacked around a bit and ended
up with the following patch (against 3.
Matthew Dillon wrote:
> :Tony Finch wrote:
> :
> :Well, in the absence of any comments I hacked around a bit and ended
> :up with the following patch (against 3.3-RC), which permits the same
> :block device to be mounted read-only more than once. The motivation
> :for this is
Matthew Dillon wrote:
> Tony Finch wrote:
> :Matthew Dillon wrote:
> :>
> :> Also, this may not be the best place to put the code. It make sense
> :> to be able to mount a block device multiple times in a read-only
> :> fashion, but the code shoul
edHat dudes to
>switch to an Adaptec SCSI controller to talk to the RAID array.
>How are we holding up under this "diminished" configuration?
It's stupid to tune everything for performance except for the web
server -- they should be using Zeus, not Apache.
Tony.
--
f.a.n
Dag-Erling Smorgrav wrote:
>
>Don't use err() indiscriminately after a malloc() failure; malloc()
>doesn't set errno.
When I looked at malloc(3) I decided that it relied on sbrk(2) to set
errno if it returned 0. Is this wrong? i.e. can it return 0 without
a failed syscall?
To
eeBSD). http://www.sleepycat.com/.
Tony.
--
f.a.n.finch d...@dotat.at f...@demon.net
Winner, International Obfuscated C Code Competition 1998
To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message
Hello,
I have installed Mathematica (v5.2) on FreeBSD 5-stable. All works
fine. I am now trying to get the Python bindings to MathLink to
work. I can build ok but it links against the Mathematica library (ML)
which is linux. When I import mathlink I get undefined symbol "stdout"
message (stdou
Hello Mike
Mike Meyer wrote:
> In <[EMAIL PROTECTED]>, Tony Maher <[EMAIL PROTECTED]> typed:
>
>>I have installed Mathematica (v5.2) on FreeBSD 5-stable. All works
>>fine.
>
> Is this a Linux binary, or a FreeBSD one?
Linux. I do not believe there is a Fr
self as LINUX
>>>from uname.
>>
>>Unless uname is a Linux binary.
>
>
> FreeBSD doesn't ship uname as a Linux binary either :-)
>
> Kris
/compat/linux/bin/uname -a
Linux karma.internal 2.4.2 FreeBSD 6.1-PRERELEASE #0: Tue Apr 4 22:24:50 EST
2006 i686 i686
Eric Anderson wrote:
> On 08/16/06 00:49, Tobias Roth wrote:
>
>> On Tue, Aug 15, 2006 at 10:26:13PM -0500, Eric Anderson wrote:
>>
>>> Does the ifdef in the struct dirent (pasted in below) make any sense?
>>> Seems like regardless of whether the __BSD_VISIBLE is defined or not,
>>> the d_name len
Alexey Mikhailov wrote:
> I installed Mathematica 5.1 on my FreeBSD 6.1 system. And I can't run it..
> That's very strange behaviour:
>
> ~/Mathematica/SystemFiles/FrontEnd/Binaries/Linux % ./Mathematica
> ./Mathematica: relocation error: /usr/X11R6/lib/libX11.so.6: undefined
> symbol: __stderrp
Kris Kennaway wrote:
> On Wed, Sep 13, 2006 at 08:42:07AM +1000, Tony Maher wrote:
>
>
>>I have test installed Mathematica 5.2 and it appears to work fine
>>(I do not actually use it except for simple tests)
>>
>>ldd Mathematica
>>Mathematica:
>&g
CGIs.
I expect chrooting was left out because people who have the wit to set
up a chroot are capable of adding a couple of lines to a C program.
Tony.
--
f.a.n.finch[EMAIL PROTECTED][EMAIL PROTECTED]
"Because all you of Earth are idiots!"
To Unsubscribe: send mail to [EMAIL PROTECT
?]).
It's useful for seeing how fast the machine is forking.
Tony.
--
f.a.n.finch[EMAIL PROTECTED][EMAIL PROTECTED]
"There are flying saucers. There's no doubt they are
in our skies. They've been there for some time."
To Unsubscribe: send mail to [EMAIL PROTECTED]
s available on the web for people to use. (Sorry,
>I don't remember the URL.)
Looks like <http://home.jp.FreeBSD.org/stats/mrtg/cvsup/>
Tony.
--
f.a.n.finch[EMAIL PROTECTED][EMAIL PROTECTED]
"Dead! And yet there he stands!"
To Unsubscribe: send mail to [EMAIL PR
rough the use of link() and then unlink() to the next
>directory.
Why not just use rename(2)? To protect against the new filename
already existing?
Tony.
--
f.a.n.finch[EMAIL PROTECTED][EMAIL PROTECTED]
GERMAN BIGHT HUMBER THAMES DOVER WIGHT PORTLAND PLYMOUTH: SOUTHWEST 5 TO 7
DECREAS
Greg Black <[EMAIL PROTECTED]> wrote:
>Tony Finch wrote:
>
>> Why not just use rename(2)? To protect against the new filename
>> already existing?
>
>Why not just read the man page for rename(2) before making
>suggestions?
I did. I'm glad I was right that
evels can be disabled or circumvented.
Does the OpenBSD aperture device solve that problem?
Tony.
--
f.a.n.finch[EMAIL PROTECTED][EMAIL PROTECTED]
FINISTERRE SOLE: SOUTHEASTERLY VEERING SOUTHWESTERLY 5 TO 7, OCCASIONALLY GALE
8. OCCASIONAL RAIN. MODERATE OR POOR.
To Unsubscribe: send mai
I asked this same question on -questions I'm hoping this list will be more
fruitful as I didn't get a single reply :( thanks
I have a dlink di-701 that I would like to use with PPPoE to connect to a
freebsd 3.5s PPPoED server
when I connect via raspppoe I have no problems, however if I try to co
I asked this same question on -questions I'm hoping this list will be more
fruitful as I didn't get a single reply :( thanks
I have a dlink di-701 that I would like to use with PPPoE to connect to a
freebsd 3.5s PPPoED server
when I connect via raspppoe I have no problems, however if I try to co
I got a message saying
This user's mail account has been disabled. Probably because their mail is
over quota. We're sorry for any inconvenience.
Engineering Computer Services
University of Michigan-Dearborn
when I sent to [EMAIL PROTECTED], so I resent to freebsd-hackers just in
case, sorry
T
this is a 3.5s machine, I cvsuped, made world, and configed/made depend the
kernel and then reboot and I am still getting the same error message. any
ideas?
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
rn NULL and you won't know a thing until you dirty one
>page too many and segfault.
What about setrlimit(RLIMIMT_DATA)?
Tony.
--
f.a.n.finch[EMAIL PROTECTED][EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
;requested if they aren't being used...
fork() with big data segments that cause swap to be reserved in case
of a copy-on-write. The 2GB of swap is never actually used, but you
still have to have it.
Tony.
--
f.a.n.finch[EMAIL PROTECTED][EMAIL PROTECTED]
To Unsubscribe: send ma
s allocating megabytes a second). The OS would have to swap out
the stale pages if the program's total memory use exceeds RAM, and
when the GC finally runs it will take forever and thrash swap like
there's no tomorrow.
Tony.
--
f.a.n.finch[EMAIL PROTECTED][EMAIL PROTECTED]
TH
a
load of times then hangs around for ages.
Tony.
--
f.a.n.finch[EMAIL PROTECTED][EMAIL PROTECTED]
MALIN: NORTHEAST 7 TO SEVERE GALE 9, OCCASIONALLY STORM 10 IN SOUTHEAST AT
FIRST, DECREASING 5. SNOW SHOWERS. GOOD.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
;
>mprotect(2).
If it's available at all, mprotect() is often limited to memory
obtained with mmap(), i.e. not malloc(). Not great for portability.
Tony.
--
f.a.n.finch[EMAIL PROTECTED][EMAIL PROTECTED]
FORTH: NORTHEAST 6 TO GALE 8 DECREASING 5 OR 6. SLEET. MAINLY MODERATE.
To
Maxime Henrion <[EMAIL PROTECTED]> wrote:
>Tony Finch wrote:
>>
>> If it's available at all, mprotect() is often limited to memory
>> obtained with mmap(), i.e. not malloc(). Not great for portability.
>
>FreeBSD malloc() calls mmap() as AFAIK many
>stdout and stderr. Kind of simple, pipe(), fork(), dup2(), exec()..
Nice. Is there any reason not to add some bidirectional support by
connecting the descriptor to stdin as well?
Tony.
--
f.a.n.finch [EMAIL PROTECTED] [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTE
system says the speed of the chip
is 1533 MHz but I cannot find out how to update this.
I'd appreciate any help.
Cheers
Tony
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any ma
Hello,
I am trying to create a port of some 3rd party software and while
I can get it to compile ok and (mostly) run there are a few anomalies in
it detecting environment variables. It appears to run ok on linux (I do
not have a convenient linux box for testing with). I believe its the
way the
Thanks for the reference. As I read it FreeBSD is following
standard (no surprise ;-) but it would appear other platforms
may not be. I'll check this out when I get access to a linux
box.
Joseph Koshy wrote:
From "The Open Group Base Specifications Issue 6"
http://www.cnop.net/docs/susv3/fun
Danny Braniss wrote:
now why would FreeBSD supply sources?
from /usr/src/lib/libc/stlib/getenv.c:
...
Thanks I have the source but actually checking the call programatically
should be better since since it does not rely on my interpretation
of code. It also does not help me understand the pro
A few months ago someone posted a script that summarizes make
buildworld as it progresses. I've searched the ports and the mailing
lists but I can't find it any more :-( so I'd be grateful if someone
would tell me. Thanks.
Tony.
--
f.a.n.finch[EMAIL PROTECTED][EMAIL
; and see if
> it's what you're after.
Ah, that's the one! Thanks, and thanks to the others who mailed me off
the list.
Tony.
--
f.a.n.finch[EMAIL PROTECTED][EMAIL PROTECTED]
292 hatchet-job afterglow
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
is
way then you shouldn't need pty-redir either (although I can't find
the source to check that it does what I think it does).
Thanks to Brian "ppp over ssh over httptunnel" Somers for the explanation!
Tony.
--
f.a.n.finch[EMAIL PROTECTED][EMAIL PROTECTED]
404 the cri
he final
draft of the C99 standard and a PD implementation of bits of the C99
library ("Q8").
http://www.lysator.liu.se/c/
Tony.
--
en oeccget g mtcaaf.a.n.finch
v spdlkishrhtewe y[EMAIL PROTECTED]
eatp o v eiti i d.[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL
e old 1RPM
>Cheetahs in FreeBSD?
Check the numbers for the seek times as well.
Tony.
--
en oeccget g mtcaaf.a.n.finch
v spdlkishrhtewe y[EMAIL PROTECTED]
eatp o v eiti i d.[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
ugh :(
I've made this work across Solaris, Linux, and FreeBSD. Can you post
your code? Its hard to debug a vague description.
Tony.
--
en oeccget g mtcaaf.a.n.finch
v spdlkishrhtewe y[EMAIL PROTECTED]
eatp o v eiti i d.[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED
d that most of the time they were found via the vnode tree
which is independent of the number of mounted filesystems. The list of
mountpoints is only scanned rarely, when you are doing heavy stuff
like mounting or unmounting a filesystem.
Tony.
--
en oeccget g mtcaaf.a.n.finch
v spdlkishrhtew
ata track of a cdrom, without worrying if that's track
>> 4 or track 1.
>
>Mostly yes, but there is nothing hindering multiple data tracks on
>the same CD. At any rate we only have access to one now anyways so
>that wouldn't hurt anything :)
How does this relate to m
hed to the old file which isn't being
altered, just unlinked.
Tony.
--
en oeccget g mtcaaf.a.n.finch
v spdlkishrhtewe y[EMAIL PROTECTED]
eatp o v eiti i d.[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
he disk basically dies.
I would expect the disk to permanently die soon.
Tony.
--
en oeccget g mtcaaf.a.n.finch
v spdlkishrhtewe y[EMAIL PROTECTED]
eatp o v eiti i d.[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
connection.
Can anyone help me with this?
Tony
--
Tony Landells <[EMAIL PROTECTED]>
Systems Manager Ph: +61 3 9677 9319
Australian Clearing Services Pty LtdFax: +61 3 9677 9355
Level 4, Rialto North Tower
525 Col
his stage) a curiosity thing and so I
have to use existing hardware, so shelling out ~ $600US for stuff
that may finish up sitting on a shelf is not realistic.
Cheers,
Tony
--
Tony Landells <[EMAIL PROTECTED]>
Systems Manager Ph
rebuilding ethereal.
TOny.
On Fri, 20 Oct 2000, Marko Ruban wrote:
> New issue seems to be at hand...
>
> I set the alias for the interface to be the gateway IP (10.17.56.12), and then I was
> able to add that as my default gateway. Not sure why aliasing wouldn't work with
> 1
uch left of the original BSD
>sources... at least not in the kernel.
Large bits of errno.h haven't changed since 1982 :-)
Tony.
--
en oeccget g mtcaaf.a.n.finch
v spdlkishrhtewe y[EMAIL PROTECTED]
eatp o v eiti i d.[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PRO
except for "." and "..".
-A is on by default for root with most versions of ls, notably not
including GNU ls.
Tony.
--
en oeccget g mtcaaf.a.n.finch
v spdlkishrhtewe y[EMAIL PROTECTED]
eatp o v eiti i d.[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTEC
s a full resolver not a stub resolver,
which probably isn't what you want. I haven't checked this hearsay
for myself though.
Tony.
--
en oeccget g mtcaaf.a.n.finch
v spdlkishrhtewe y[EMAIL PROTECTED]
eatp o v eiti i d.[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAI
"Pedro F. Giffuni" <[EMAIL PROTECTED]> wrote:
>
>Can someone knowledgeable comment on what it does, and maybe if it could
>(or should) be brought into FreeBSD ?
Perhaps you are looking for rfork()? AFAIK Irix calls rfork() sfork().
Tony.
--
f.a.n.finch [EM
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
o isn't there to attach to.
Is there an easy way to fix this?
Tony.
--
f.a.n.finch [EMAIL PROTECTED] [EMAIL PROTECTED] Chad for President!
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
Tony Finch <[EMAIL PROTECTED]> wrote:
>
>There seems to be some "notyet" code in psm.c which looks relevant,
>but enabling it with the patch below doesn't do the trick. I guess
>this is because at the time the probe runs the atkbdc hasn't probed
>yet
user in bucket ID mod K.
Why a prime number? All you need is an even spread, and given that
user IDs are usually allocated sequentially any modulus will do.
Tony.
--
f.a.n.finch[EMAIL PROTECTED][EMAIL PROTECTED]
"Plan 9 deals with the resurrection of the dead."
To Unsubscribe
Warner Losh <[EMAIL PROTECTED]> wrote:
>In message <[EMAIL PROTECTED]> Tony Finch writes:
>: Dag-Erling Smorgrav <[EMAIL PROTECTED]> wrote:
>: >
>: >If you only have half a million users, pick a prime number K close to
>: >the square root of the
Dag-Erling Smorgrav <[EMAIL PROTECTED]> wrote:
>Tony Finch <[EMAIL PROTECTED]> writes:
>> Why a prime number? All you need is an even spread, and given that
>> user IDs are usually allocated sequentially any modulus will do.
>
>Because a prime number is less like
Patryk Zadarnowski <[EMAIL PROTECTED]> wrote:
>
>Now that I think of it, there aren't many commercial microkernel
>systems out there with the possible exception of QNX and lots of
>little embedded toys.
Mac OS X is based on Mach.
Tony.
--
f.a.n.finch[EMAIL PROTECT
Andrew Reilly <[EMAIL PROTECTED]> wrote:
>
>Yeah, but in what sense is that use of Mach a serious
>microkernel, if it's only got one server: BSD?
IIRC the Mac parts of Mac OS X run as another server beside BSD on top
of Mach.
Tony.
--
f.a.n.finch[EMAIL PROTECTED][E
Pawel Jakub Dawidek <[EMAIL PROTECTED]> wrote:
>
>I'm working on one geom class (called for now geom_raid) which will support
>transformations like: concatenation, stripe (raid0), mirror (raid1), raid4
>and raid5.
Isn't is more GEOMish to have a separate GEOM class fo
1 bn 32495; cn 4 tn 35 sn
50) status=59 error=01
While not a big deal it may be simple enough to add?
Attached patch was created from:
* $FreeBSD: src/sys/dev/ata/ata-disk.c,v 1.60.2.27 2003/09/05 18:27:38 dg Exp $
Regards,
Tony
--- ata-disk.c.orig Mon Feb 23 02:36:28 2004
+++ ata-disk.c Mon
build for each machine
> is doable, though pro'lly not worth it. The install at each each box
> would just have to mount it's corresponding /usr/obj tree.
Just need to set __MAKE_CONF and MAKEOBJDIRPREFIX before running the build.
Regards,
Tony
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
n IP addresses.
If DNS is configured incorrectly (eg non existant DNS server) the query
times out (takes maybe 75s for default bind resolver) instead of returning
an error or whatever.
/etc/resolv.conf and /etc/hosts are good places to start.
Regards,
Tony
___
time
the largest thttpd installation, with about 70,000 vhosts on
one machine with a few reverse-proxies in front. I think I sent
that patch to Jef, but it is hardly rocket science :-)
Tony.
--
f.a.n.finch <[EMAIL PROTECTED]>
FISHER: NORTHEAST 4 OR 5. RAIN LATER. GOOD.
To Unsubscribe: send m
ch more functionality than
NQS (ports/net/generic-nqs) except maybe some graphical interfaces
(which I have only seen in the docs so far).
Though the documentation is larger (I don't know about better ;-)
I'll try to make a port of it but it may take a while.
Like generic-nqs it has funny
subscribe freebsd-hackers [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
I have a whole bunch of "SMC EZ Card 10/100 Mbps Fast Ethernet PCI card"
(SMC1255 series) that we use as a log profile PCI card that suffer with
00:08:00:08:00:08 MAC addresses.
Your patch resolves the problem.
_
Antony Russell
Technical Director
Cl
h
Why do you want to do that? It seems like a bad idea to me -- you should
keep the semantics of CVS keywords constant, and you should keep per-
project keywords as distinctive as possible to avoid clashes as source
moves around.
Tony.
--
f.a.n.finch <[EMAIL PROTECTED]> http://dotat.at/
e a reason this wouldn't work?
Select doesn't work with files.
Tony.
--
f.a.n.finch <[EMAIL PROTECTED]> http://dotat.at/
ST DAVIDS HEAD TO COLWYN BAY, INCLUDING ST GEORGES CHANNEL: VARIABLE 2 OR 3
BECOMING MAINLY SOUTHWEST TO WEST 2 OR 3, LOCALLY 3 OR 4. FAIR WITH ISOLATED
S
site
without problems.
If you need more ppl testing the driver I'd be glad to help. I'm running
4.8-STABLE but could upgrade to 5.1-RELEASE if required.
Regards,
--
Tony Meman
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/
Hello
I am trying to get a Qlogic 2300 to talk to a SAN under 5.1-Release.
I have never played with fiber before so I am not sure of what I am supposed
to be doing.
The device is recognized ok.
ahc0: Features 0x1def6, Bugs 0x40, Flags 0x20485540
aic7892: Ultra160 Wide Channel A, SCSI Id=7, 32/25
Hello,
this is just for my own curiosity.
On the weekend at work, the comms guys rebuilt a router and our
freebsd boxes could not talk to database server in a different
subnet for a few hours. The router upgrade failed so upgrade was
backed out and routes eventually re-established.
All seemed we
faces to the kernel is an
important step in designing and adding a new file system.
Meanwhile I can research what is required to implement JFS.
Then, say, after Christmas we can get together and try to make a plan
for adding JFS to FreeBSD.
Regards,
Tony
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
undefined.
and kobj_error_method is (necssarily) of a different type from all
actual interfaces.
Obviously this doesn't matter except in perverted C implementations
that (say) use pascal calling conventions, but I note it in case of
anyone trying to use kobj on such a system :-)
Tony.
To Un
Now that ancient unix has been relicensed with an old-style BSD licence,
is the FreeBSD-1.X cvs repository going to be made public?
Tony.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
blic?
> >
> > Out of curiousity, why?
>
> "Out of curiousity" :)
Kirk was surprised by how popular the CSRG archives CDs are.
> > And, where have you heard that it's been relicensed?
>
> http://minnie.tuhs.org/PUPS/
There's also a link from Caldera'
at the start of the letter explicitly say that?
Tony.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
happened because of the efforts of the Unix
Heritage Society, and their archive (which until recently was
password-protected and required a free licence from SCO, like
the CSRG CDs) is now public. See <http://www.tuhs.org/> and
<http://minnie.tuhs.org/pipermail/tuhs/2002-January/thread.ht
Now that
> 32V is free, there should be no further problem releasing them, right?
What about <http://minnie.tuhs.org/pipermail/tuhs/2002-January/28.html>
which concerns the Berkeley patches to the AT&T code?
Tony.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
1 - 100 of 161 matches
Mail list logo