boot FreeBSD from cdrom using grub

2005-12-12 Thread Tony
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

Problem booting FreeBSD from cboot FreeBSD from cdrom using grubdrom using grub

2005-12-20 Thread Tony
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

Re: Problem booting FreeBSD from cboot FreeBSD from cdrom using grubdrom using grub

2005-12-21 Thread Tony
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: <

Re: [SUGGESTION] - JFS for FreeBSD

2001-12-10 Thread Tony
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

Re: Found NFS data corruption bug... (was Re: NFS: How to make FreeBSD fall on its face in one easy step )

2001-12-16 Thread Tony
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.

Re: [SUGGESTION] - JFS for FreeBSD

2001-12-16 Thread Tony
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

Re: locore.s quiestion

2002-06-14 Thread tony
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

Re: locore.s quiestion

2002-06-14 Thread tony
[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

Re: if_ti DEVICE_POLLING patch (Was: Re: [hackers] Re: Netgraph couldbe a router also)

2002-11-20 Thread tony
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

Re: GSOC: Qt front-ends

2013-04-24 Thread Tony Li
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"

Re: PAM & LDAP in FreeBSD

1999-07-21 Thread Tony Finch
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

Re: quad_t and portability

1999-08-09 Thread Tony Finch
. 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

Re: gethostbyaddr() and threads.

1999-08-09 Thread Tony Finch
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

Re: gethostbyaddr() and threads.

1999-08-10 Thread Tony Finch
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

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-11 Thread Tony Finch
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

Re: mmap bug

1999-08-12 Thread Tony Finch
, 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

Re: (2) hey

1999-08-13 Thread Tony Finch
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.

Re: (2) hey

1999-08-13 Thread Tony Finch
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

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-13 Thread Tony Finch
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.

Re: Proposal: Add generic username for 3rd-party MTA's

1999-09-03 Thread Tony Finch
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

Re: damn ATX power supplies...

1999-09-12 Thread Tony Finch
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

mounting a partition more than once

1999-09-12 Thread Tony Finch
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

Re: mounting a partition more than once

1999-09-13 Thread Tony Finch
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.

Re: mounting a partition more than once

1999-09-13 Thread Tony Finch
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

Re: mounting a partition more than once

1999-09-14 Thread Tony Finch
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

Re: Microsoft performance (was: ...)

1999-06-24 Thread Tony Finch
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

Re: Replacement for grep(1) (part 2)

1999-07-07 Thread Tony Finch
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

Re: Berkeley DB question

1999-07-07 Thread Tony Finch
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

mathematica/mathlink/python/linux

2005-12-15 Thread Tony Maher
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

Re: mathematica/mathlink/python/linux

2005-12-15 Thread Tony Maher
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

Re: Problems with FreeBSD 6.0

2006-04-12 Thread Tony Maher
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

Re: struct dirent question

2006-08-16 Thread Tony Maher
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

Re: Problem installing Mathematica on FreeBSD 6.1

2006-09-12 Thread Tony Maher
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

Re: Problem installing Mathematica on FreeBSD 6.1

2006-09-13 Thread Tony Maher
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

Re: Protections on inetd (and /sbin/* /usr/sbin/* in general)

2001-01-18 Thread Tony Finch
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

Re: removing setgid kmem from top, collecting per-device swap stats

2001-02-01 Thread Tony Finch
?]). 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]

Re: CVSup7.FreeBSD.org is back in service

2001-02-06 Thread Tony Finch
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

Re: soft updates and qmail (RE: qmail IO problems)

2001-02-07 Thread Tony Finch
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

Re: soft updates and qmail (RE: qmail IO problems)

2001-02-08 Thread Tony Finch
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

Re: /etc/security: add md5 to suid change notification?

2001-02-09 Thread Tony Finch
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

problems connecting a dlink di-701 to a freebsd 3.5s pppoed server

2001-02-12 Thread Tony m
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

problems connecting a dlink di-701 to a freebsd 3.5s pppoed server

2001-02-12 Thread Tony m
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

sorry about the repost

2001-02-12 Thread Tony m
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

still getting unexpected netgraph version

2001-02-16 Thread Tony m
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

Re: Setting memory allocators for library functions.

2001-02-27 Thread Tony Finch
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

Re: [hackers] Re: Setting memory allocators for library functions.

2001-02-27 Thread Tony Finch
;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

Re: Setting memory allocators for library functions.

2001-02-27 Thread Tony Finch
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

Re: [hackers] Re: Setting memory allocators for library functions.

2001-02-27 Thread Tony Finch
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

Re: [hackers] Re: Setting memory allocators for library functions.

2001-02-27 Thread Tony Finch
; >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

Re: [hackers] Re: Setting memory allocators for library functions.

2001-02-27 Thread Tony Finch
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

Re: httpfs

2001-03-16 Thread Tony Finch
>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

cpu update

2004-12-17 Thread Tony Sheehan
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

getenv semantics

2005-10-15 Thread Tony Maher
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

Re: getenv semantics

2005-10-16 Thread Tony Maher
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

Re: getenv semantics

2005-10-16 Thread Tony Maher
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

buildworld summary

2000-06-21 Thread Tony Finch
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

Re: buildworld summary

2000-06-22 Thread Tony Finch
; 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

Re: patch for openssh to work with pty-redir

2000-07-13 Thread Tony Finch
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

Re: ANSI C Standard and wchar*

2000-07-31 Thread Tony Finch
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

Re: ATA100-7200rpm vs 10k-rpm SCSI for build box

2000-08-01 Thread Tony Finch
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

Re: LD_PRELOAD odities / Documentation?

2000-08-03 Thread Tony Finch
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

Re: FreeBSD belly up with big config

2000-08-07 Thread Tony Finch
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

Re: audiofs mixing audio and data tracks

2000-08-10 Thread Tony Finch
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

Re: Critical (or equivalent) section in Userland?

2000-08-18 Thread Tony Finch
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

Re: IDE drives doing BBR?

2000-10-08 Thread Tony Finch
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

netgraph help(?)

2000-10-08 Thread Tony Landells
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

Re: netgraph help(?)

2000-10-08 Thread Tony Landells
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

Re: Routing issue with cable modem

2000-10-20 Thread Tony Fleisher
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

Re: FreeBSD vs. Linux

2000-10-23 Thread Tony Finch
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

Re: Who broke "ls" in FreeBSD? and why?

2000-10-30 Thread Tony Finch
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

Re: pointer for thread safe resolver stuff?

2000-11-13 Thread Tony Finch
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

Re: sfork() ??

2000-11-21 Thread Tony Finch
"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

Re: Shell script

2000-11-22 Thread Tony Fleisher
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

psm and PNPBIOS

2000-11-27 Thread Tony Finch
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

Re: psm and PNPBIOS

2000-11-27 Thread Tony Finch
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

Re: very big mail spool directory

2000-12-13 Thread Tony Finch
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

Re: very big mail spool directory

2000-12-13 Thread Tony Finch
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

Re: very big mail spool directory

2000-12-14 Thread Tony Finch
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

Re: kernel type

2000-12-16 Thread Tony Finch
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

Re: kernel type

2000-12-21 Thread Tony Finch
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

Re: Future of RAIDFrame

2004-01-14 Thread Tony Finch
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

Patch to improve one minor ata status print during error situation

2004-02-22 Thread Tony Frank
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

Re: Clarification needed on Handbook: Tracking for Multiple Machines

2004-02-23 Thread Tony Frank
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]"

Re: slow login, app launching, etc

2004-09-03 Thread Tony Frank
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 ___

Re: thttpd hack for sendfile and accept filters.

2001-07-18 Thread Tony Finch
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

Re: Fwd: Sun Grid Engine 5.2.3 Available. Now Open Source

2001-07-25 Thread Tony Maher
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

[no subject]

2001-12-07 Thread Tony Bell
subscribe freebsd-hackers [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

RE: HEADS UP: Broken if_dc NICs with MACs like 08:08[...] or 00:00[...]

2003-02-10 Thread Tony Russell
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

Re: FreeBSD-specific CVS: tagexpand question

2003-03-13 Thread Tony Finch
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/

Re: kqueue alternative?

2003-06-16 Thread Tony Finch
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

Re: [hackers] Re: BCM4401 ethernet driver

2003-06-17 Thread Tony Meman
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/

isp/ispfw

2003-07-31 Thread Tony Maher
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

default route curiosity

2003-10-14 Thread Tony Maher
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

Re: [SUGGESTION] - JFS for FreeBSD

2001-12-16 Thread Tony Naggs
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

pedantic kobj problem

2002-01-17 Thread Tony Finch
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

FreeBSD-1.X public cvs?

2002-01-29 Thread Tony Finch
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

Re: FreeBSD-1.X public cvs?

2002-01-29 Thread Tony Finch
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'

Re: FreeBSD-1.X public cvs?

2002-01-29 Thread Tony Finch
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

Re: FreeBSD-1.X public cvs?

2002-01-29 Thread Tony Finch
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

Re: FreeBSD-1.X public cvs?

2002-01-29 Thread Tony Finch
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   2   >