Re: stray irq 7

2001-01-18 Thread Mark Newton
On Thu, Jan 18, 2001 at 10:38:31PM +, Josef Karthauser wrote: > At the risk of being dragged into this, I've see this kind of behaviour > on RELENG_3 also in the past. I have vague memories of it in 386BSD. It's really nothing new at all. - mark

Re: Sitting on hands (no longer Re: FreeBSD vs Linux, Solaris, and NT)

2000-12-21 Thread Mark Newton
mmercial software which is shaped and bounded by QA procedures as well. Overall, though, I'd hazard a guess that open-source software is generally more reliable (it is in my experience, anyway). - mark -- Mark Newton Email: [EMAIL PROTECTED] (W) Netwo

Re: Streams support.

2000-11-06 Thread Mark Newton
rk stack is implemented in FreeBSD. > > hope its very similar to linux architecture. > > there is some streams supprt as part of the SYSV emulation. > I have no idea how complete it is or if it can be > used natively. Don't even think about it :-)

Re: 4.1 make world and cvsup release field

2000-09-18 Thread Mark Newton
these points is very simple: > "See /usr/src/UPDATING" It's more like, "See /usr/src/UPDATING after updating your source." > Unfortunately, my system has no /usr/src/UPDATING. If you had updated your source, you would have /usr/src/UPDATING. - mark -- Mark

GeForce 6600 driver

2000-09-05 Thread Mark Newton
Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer Email: [EMAIL PROTECTED] (H) Internode Systems Pty Ltd Desk: +61-8-82232999 "Network Man" - Anagram of "Mark Newton" Mobile: +61-416-202-223 To

Re: Bridging problems.. (WaveLan related?)

2000-07-01 Thread Mark Newton
s particularly true in the case of the Aironet 802.11 gear, which has even worse restrictions wrt bridging and even more expensive access points. (FWIW: With the Aironet kit, when you place the card into "monitor mode" you can't transmit frames at all). - mark -- Mark Newton

Re: ttys entry for palm pilot as dumb terminal

2000-06-23 Thread Mark Newton
reversed... It's because the Palm's serial port only runs 3 wires, and doesn't provided a DCD signal. Opens on ttyd0 block until DCD is asserted, so you're screwed if you're on a Palm :-) Opens on cuaa0 succeed straight away if the device is idle. - mark -- Mark Newt

[Oz-ISP] FreeBSD and the forces of darkness. Real religious wars! (fwd)

2000-06-14 Thread Mark Newton
g 'unleashed' in you computer blah." > > So that's that. No further discussion would be entered into. They've made > their decision. with a parting shot that: > > "what we need to concern ourselves with as a Christian school is the > 'message' or 'image' that may unwittingly be portrayd.&

Re: SVR4 Emulation [was Re: iBCS status?]

2000-06-13 Thread Mark Newton
eful things to know about. - mark -- Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer Email: [EMAIL PROTECTED] (H) Internode Systems Pty Ltd Desk: +61-8-82232999 "Network Man" - Anagram of "Ma

Re: SVR4 Emulation [was Re: iBCS status?]

2000-06-08 Thread Mark Newton
time soon. That means we really need to put the syscall mappings into the svr4.ko module as we do at the moment, but perhaps put the syscall# -> syscall() mappings into separate modules (solaris.ko, sco.ko, unixware.ko, etc). - mark -- Mark Newton

Re: Path MTU discovery.

2000-06-08 Thread Mark Newton
st Say No. - mark -- Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer Email: [EMAIL PROTECTED] (H) Internode Systems Pty Ltd Desk: +61-8-82232999 "Network Man" - Anagram of "Mark Newton"

Re: SVR4 Emulation [was Re: iBCS status?]

2000-06-07 Thread Mark Newton
sn't always work), or an explicit branding, or an appropriate setting of the kern.fallback_elf_brand sysctl MIB variable. - mark -- Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer Email: [EMAIL PROTECTED] (H) Internode Systems Pty Ltd

Re: SVR4 Emulation [was Re: iBCS status?]

2000-06-07 Thread Mark Newton
of SysVR4. Things like ioctl() commands, signal numbers, and basically all the other things the emulator translates could exhibit minor differences between flavours, but the bulk of it should be the same from vendor to vendor. Comments? - mark -- Mark Newton

Re: iBCS status?

2000-06-05 Thread Mark Newton
On Tue, Jun 06, 2000 at 01:25:53AM -0500, Dan Nelson wrote: > In the last episode (Jun 06), Mark Newton said: > > On Tue, Jun 06, 2000 at 01:48:10AM -0400, Matthew Emmerton wrote: > > > > > I was recently playing around with iBCS support in FreeBSD > > >

Re: iBCS status?

2000-06-05 Thread Mark Newton
~newton/freebsd-svr4/ for more info. - mark -- Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer Email: [EMAIL PROTECTED] (H) Internode Systems Pty Ltd Desk: +61-8-82232999 "Network Man" - Anagram of "Ma

Re: NFS FHs, what are they (how are they made?)

2000-04-10 Thread Mark Newton
mbering is a bit more complicated than dev/inode concatenation anyway, but the lack of inode number preservation is probably what bit you this time. - mark -- Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer Email: [EMAIL PROTECTED]

Re: How to read a file from a device driver?

2000-03-17 Thread Mark Newton
ld appreciate it. I think the Stallion serial port drivers do something kinda similar. - mark -- Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer Email: [EMAIL PROTECTED] (H) Internode Systems Pty Ltd Desk: +

Re: WaveLAN/IEEE Turbo (Silver)

2000-03-15 Thread Mark Newton
On Thu, Mar 16, 2000 at 12:59:13AM +1030, Mark Newton wrote: > I'll attach the output of pccardc dumpcis. Blurgh. Maybe I'll attach it this time. - mark -- Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer E

WaveLAN/IEEE Turbo (Silver)

2000-03-15 Thread Mark Newton
sure *someone* here knows an answer. I know the WaveLAN stuff is crap, and I'd rather be using Aironet at the moment (at least that works!), but we've thought it prudent to give the Lucent stuff a try (even if only to make sure our suppliers understand that we can change v

Re: Vinum encapsulating existing partitions (was: Sysinstall 'A'uto partitioning)

2000-03-14 Thread Mark Newton
On Tue, Mar 14, 2000 at 12:12:17PM -0800, Greg Lehey wrote: > On Thursday, 9 March 2000 at 11:12:21 +1030, Mark Newton wrote: > > > Another thing which would be useful is the ability to "vinum-ize" an > > existing filesystem without destroying it first. On So

Re: Sysinstall 'A'uto partitioning

2000-03-08 Thread Mark Newton
e way that'd be done for any other logical volume. I'm not sure that you can do that with vinum, though. Greg and I talked about it about six months ago as a nice thing to have, but there are, of course, other priorities... - mark -- Mark Newton

Re: Great American Gas Out

2000-03-03 Thread Mark Newton
hich is roughly US$2.76. That means the US price of petroleum can rise by almost 100% and people still still drive the kind of distances which usually constitute international travel. - mark :-) -- Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer

DLink DGE-500SX

2000-03-01 Thread Mark Newton
making it work. So is there? :-) - mark Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer Email: [EMAIL PROTECTED] (H) Internode Systems Pty Ltd Desk: +61-8-82232999 "Network Man" - Anagram of

Re: Building customized kernel without root passwd

2000-02-28 Thread Mark Newton
n the damage they can do if they misbehave, then just give them the root password so they won't have to dick around with floppies anymore. - mark -- Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer Email: [

Re: Eclipse/BSD

2000-02-09 Thread Mark Newton
On Thu, Feb 10, 2000 at 11:48:59AM +1030, Daniel O'Connor wrote: > On 10-Feb-00 Mark Newton wrote: > > Those clauses aren't enforcible - Yet. They will be when (if) the > > Digital Millenium Copyright Act passes. > > Has it been proposed yet? (For .au)

Re: Eclipse/BSD

2000-02-09 Thread Mark Newton
gt; reveal my results to anyone? Those clauses aren't enforcible - Yet. They will be when (if) the Digital Millenium Copyright Act passes. - mark -- Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer Email: [EMAIL PROTECTED]

Re: sppp behaviour

2000-01-07 Thread Mark Newton
ct to have persistent connections back to the host they were loaded from). - mark -- Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer Email: [EMAIL PROTECTED] (H) Internode Systems Pty Ltd Desk: +61-8-82232999 &qu

Re: Default minfree performance restrictions?

1999-12-22 Thread Mark Newton
. And would definitely qualify as an > > "invasive" change. Food for thought, though :-) > > > > Any insights? > > > > I suppose I could just go ahead and try it, but, before I end up doing a > > reinstall (cd /usr/src && make blowupworld), I th

Re: Serial boot prompt messages and a modem

1999-12-21 Thread Mark Newton
ind with DCD asserted as the console, falling back to COM1 if we can't find any ports with DCD (indicating that someone has failed to follow our cabling insistence) - mark -- Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer

Re: anybody using tn-gw-nav to tunnel ssh through a proxy?

1999-12-16 Thread Mark Newton
expect sequence to "plug-through" any arbitrary TCP port when I was forced to endure a tn-gw proxy with a previous employer; I can provide it (under a BSD-style license) if anyone is interested. - mark -- Mark Newton Email: [EMAIL PROTECTED] (W) Network Engin

Re: anybody using tn-gw-nav to tunnel ssh through a proxy?

1999-12-16 Thread Mark Newton
return(1); kludgeraw = 1; + } else if (gimme8bit) { + syslog(LLEV, "RAW connection requested"); } if((rfd = conn_server(av[1],port,0,buf)) < 0) { *** *** 768,774 return(2); } ! baddest(fd,d

Re: umount -f causes page fault in kernel?

1999-12-13 Thread Mark Newton
t; > I know forced umount is dangerous, but soo ... =P It's described as "dangerous" precisely because it causes a kernel panic. Why on earth would you want/need to do that anyway? - mark -- Mark Newton Email: [EMAIL PROTECTED] (W) Network Engin

Re: syncflood attack

1999-12-01 Thread Mark Newton
ed an internal modem,[EMAIL PROTECTED] but it hurt when I walked. Mark Newton - Voice: +61-4-1620-2223 - Fax: +61-8-82231777 - To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: FreeBSD 3.3, DISKLESS, kernel format must be AOUT ?

1999-11-22 Thread Mark Newton
Eduardo Viruena Silva wrote: > FreeBSD 3.3 uses ELF format and previous versions (2.x.y) use AOUT format. You should be able to build an a.out kernel by putting makeoptions KERNFORMAT=aout into your kernel config file. - mark ---- Mark New

Re: HEADS UP: ES1371/1373 sound card support in -stable

1999-11-16 Thread Mark Newton
C, wouldn't it? :-) - mark Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer Email: [EMAIL PROTECTED] (H) Internode Systems Pty Ltd Desk: +61-8-82232999 "Network Man" - Anagram of "Mark New

Re: (forw) Reversing 32Upgrade package

1999-11-03 Thread Mark Newton
ll have had backups from immediately before your upgrade, and reversing the upgrade will be a simple matter of restoring your backups. Why do you want to reverse it anyway? - mark Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer

Re: Handling segV's

1999-10-15 Thread Mark Newton
Dodge Ram wrote: > Also, is there a list of reasons for a SIGSEGV ? Only one: "Your program is buggy" :-) - mark ---- Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer Email: [EMAIL PROTECTED] (H) Internod

Re: Generating interrupts ?

1999-10-13 Thread Mark Newton
loader where you have full access to the BIOS. While you're reading through it all, always keep the fact that there's probably a better way at the forefront of your mind :-) - mark Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer

Re: Generating interrupts ?

1999-10-13 Thread Mark Newton
achieve (instead of how you're trying to achieve it) and we'll be able to give you a different way of doing it which actually makes sense. - mark Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer Email: [EMAIL

SMP motherboards

1999-09-21 Thread Mark Newton
Has anyone had any problems running FreeBSD-SMP on Intel GX-chipset motherboards? Conversely, does anyone have any recommendations for other motherboards to buy? - mark To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: what is devfs?

1999-09-20 Thread Mark Newton
t;? Not needed - The devfs registration stubs are called during driver initialization which happens at boot time anyway; When the devfsd starts up and reads messages from its socket, it'd get a queue of device instances. I'm envisaging something like /dev/log here; When syslo

Re: what is devfs?

1999-09-20 Thread Mark Newton
e, where "operation" is "create", "delete", "online", "offline", etc. Why worry about the complexities of a vfs to handle /dev in the kernel when almost all of it can be done in userland? [ Heh. *now* there'll be some wailing and gnashing

RE: Some more commentary and results on 'postmark' (fwd)

1999-09-20 Thread Mark Newton
t; than happy to revise the benchmark if time permits, and I'll be forwarding > the posts to him so he's got some impetus. :) I tried an internal modem,[EMAIL PROTECTED] but it hurt when I walked. Mark Newton - Voice: +61-4-1620-2223 - Fax: +61-8-82231777 - To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: placement of vi in the filesystem

1999-09-05 Thread Mark Newton
Ben Rosengart wrote: > I'm sure this is old ground, but could anyone please tell me why vi is > in /usr/bin instead of /bin? It would be nice to be able to edit files > in /etc (especially the fstab) without /usr mounted on a vanilla install. /bin/ed - mark --

Re: placement of vi in the filesystem

1999-09-05 Thread Mark Newton
Ben Rosengart wrote: > I'm sure this is old ground, but could anyone please tell me why vi is > in /usr/bin instead of /bin? It would be nice to be able to edit files > in /etc (especially the fstab) without /usr mounted on a vanilla install. /bin/ed - mark --

Re: nobody knows the answer?

1999-09-01 Thread Mark Newton
to that file open. Nah, that'd still influence the display from "df". - mark Mark Newton Email: new...@internode.com.au (W) Network Engineer Email: new...@atdot.dotat.org (H) Internode Systems Pty Ltd

Re: nobody knows the answer?

1999-09-01 Thread Mark Newton
to that file open. Nah, that'd still influence the display from "df". - mark Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer Email: [EMAIL PROTECTED] (H) Internode Systems Pty Ltd Desk: +6

Re: Possibility of increasing default MAXPARTITIONS from 8 to 16

1999-08-24 Thread Mark Newton
(almost) > eliminate the need to do fsck... The UFS checkpointing stuff Kirk is working on is supposed to be the magic bullet that fixes this. XFS will be kinda neat too. - mark Mark Newton Email: new...@internode.com.au (W) Network Engineer

Re: Possibility of increasing default MAXPARTITIONS from 8 to 16

1999-08-24 Thread Mark Newton
't be the first to do it either (IRIX has supported 16 partitions per spindle for years). Have you made the change on your hackbox already to make sure it doesn't have any negative implications? - mark Mark Newton Email: new...@int

Re: Possibility of increasing default MAXPARTITIONS from 8 to 16

1999-08-24 Thread Mark Newton
(almost) > eliminate the need to do fsck... The UFS checkpointing stuff Kirk is working on is supposed to be the magic bullet that fixes this. XFS will be kinda neat too. - mark Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer

Re: Possibility of increasing default MAXPARTITIONS from 8 to 16

1999-08-24 Thread Mark Newton
't be the first to do it either (IRIX has supported 16 partitions per spindle for years). Have you made the change on your hackbox already to make sure it doesn't have any negative implications? - mark Mark Newton Email: [EMA

Re: RE: Need some advice regarding portable user IDs

1999-08-17 Thread Mark Newton
ia. > > Yes... Why is this a FreeBSD problem then? I would have thought it would > be up to MacOS to do the UID remapping (I must be missing something) "Think Different": The MacOS is BSD. - mark Mark Newton Em

Re: RE: Need some advice regarding portable user IDs

1999-08-17 Thread Mark Newton
ia. > > Yes... Why is this a FreeBSD problem then? I would have thought it would > be up to MacOS to do the UID remapping (I must be missing something) "Think Different": The MacOS is BSD. - mark Mark Newton Email: [EMAIL PROTECTED] (

Re: Probably bug with allocation memory in FreeBSD-3.2-RELEASE

1999-08-17 Thread Mark Newton
NULL in this code, > it should hit a signal, isn't it? Why that is not happening? We only had this thread a week ago. Please consult the archives. - mark Mark Newton Email: new...@internode.com.au (W) Network Engineer Email:

Re: Probably bug with allocation memory in FreeBSD-3.2-RELEASE

1999-08-17 Thread Mark Newton
NULL in this code, > it should hit a signal, isn't it? Why that is not happening? We only had this thread a week ago. Please consult the archives. - mark Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer Email: [EMAI

Re: Probably bug with allocation memory in FreeBSD-3.2-RELEASE

1999-08-17 Thread Mark Newton
Are you sure you're setting your login.conf settings properly? - mark Mark Newton Email: new...@internode.com.au (W) Network Engineer Email: new...@atdot.dotat.org (H) Internode Systems Pty Ltd Desk: +61-8-8223299

Re: Probably bug with allocation memory in FreeBSD-3.2-RELEASE

1999-08-17 Thread Mark Newton
Are you sure you're setting your login.conf settings properly? - mark Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer Email: [EMAIL PROTECTED] (H) Internode Systems Pty Ltd Desk: +61-8-82232999 "N

Re: Using legacy sysinstall to upgrade live system

1999-08-16 Thread Mark Newton
ny key 5. enter "da(0,b)" at the Boot: prompt Us FreeBSD people can pretend we can do miniroot installs too :-) [ admittedly, I haven't tried this since before the new boot blocks were committed, but it worked perfectly last year... ] - mark Mark Newton

Re: Using legacy sysinstall to upgrade live system

1999-08-16 Thread Mark Newton
press any key 5. enter "da(0,b)" at the Boot: prompt Us FreeBSD people can pretend we can do miniroot installs too :-) [ admittedly, I haven't tried this since before the new boot blocks were committed, but it worked perfectly last year... ] - mark Mark Newton

Re: mmap bug

1999-08-12 Thread Mark Newton
Arun Sharma wrote: > The second alternative - to mark system daemons as special > sounds much more attractive. Ok, now define the difference between "system daemons" and any other daemon (or, for that matter, any other process). - mark

Re: mmap bug

1999-08-12 Thread Mark Newton
Arun Sharma wrote: > The second alternative - to mark system daemons as special > sounds much more attractive. Ok, now define the difference between "system daemons" and any other daemon (or, for that matter, any other process). - mark

Re: freebsd-hackers-digest V4 #576

1999-08-09 Thread Mark Newton
reconfiguration for free. It could even defer the initial construction of config_devtab until boot-time if you used "options INCLUDE_CONFIG_FILE" to provide default configuration data... - mark Mark Newton Email: new...@internode.com.au (

Re: freebsd-hackers-digest V4 #576

1999-08-09 Thread Mark Newton
ntime reconfiguration for free. It could even defer the initial construction of config_devtab until boot-time if you used "options INCLUDE_CONFIG_FILE" to provide default configuration data... - mark Mark Newton Email: [EMAIL PROTECTED] (W) Network En

Re: Filesystem question...

1999-07-24 Thread Mark Newton
the security problems that causes when setuid executables assume that they only need to be worrying about one filesystem namespace. :-) - mark Mark Newton Email: new...@internode.com.au (W) Network Engineer Email: new...@atdot.dot

Re: Filesystem question...

1999-07-24 Thread Mark Newton
the security problems that causes when setuid executables assume that they only need to be worrying about one filesystem namespace. :-) - mark Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer Email: [EMAIL PROTECTED] (H)

Re: matcd on an SB16

1999-07-15 Thread Mark Newton
btw? :-) ] FWIW, the guy I was talking about embarked on a network install from another machine with a CD-ROM drive and an NFS server; the network install failed for slightly related reasons, having to do with the idea the hardware in this box is generally crap. The disappointing thing

Re: matcd on an SB16

1999-07-15 Thread Mark Newton
DEFCON, btw? :-) ] FWIW, the guy I was talking about embarked on a network install from another machine with a CD-ROM drive and an NFS server; the network install failed for slightly related reasons, having to do with the idea the hardware in this box is generally crap. The disappointing thing

Re: Swap overcommit

1999-07-14 Thread Mark Newton
ffect > of calling malloc(). It's just using a different definition of "successful return of malloc()" to the one you're trying to use :-) - mark Mark Newton Email: new...@internode.com.au (W) Network Engineer

Re: Swap overcommit

1999-07-14 Thread Mark Newton
ffect > of calling malloc(). It's just using a different definition of "successful return of malloc()" to the one you're trying to use :-) - mark Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer Email:

Re: (forw)

1999-07-12 Thread Mark Newton
es: Once a complicated interface is in an exploit script, who cares how arcane it is? - mark Mark Newton Email: new...@internode.com.au (W) Network Engineer Email: new...@atdot.dotat.org (H) Internode Systems Pty Ltd

Re: (forw)

1999-07-12 Thread Mark Newton
ddies: Once a complicated interface is in an exploit script, who cares how arcane it is? - mark Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer Email: [EMAIL PROTECTED] (H) Internode Systems Pty Ltd

matcd on an SB16

1999-07-08 Thread Mark Newton
- mark Is the matcd driver known to work on FreeBSD 3.2 ? If not, does anyone have any estimate of the amount of effort that'd be required to fix it? - mark Mark Newton Email: new...@internode.com.au (W) Network Engineer Email:

matcd on an SB16

1999-07-08 Thread Mark Newton
- mark Is the matcd driver known to work on FreeBSD 3.2 ? If not, does anyone have any estimate of the amount of effort that'd be required to fix it? - mark Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer Email: [E

Re: need a better solution as callback

1999-07-08 Thread Mark Newton
lso to a local isp > - desktop sends a mail to me that means it is online > (sends an ip address as well) > - laptop logs in > > is it too much? any idea? Mark Newton Email: new...@internode.com.au (W) Network Engineer

Re: need a better solution as callback

1999-07-08 Thread Mark Newton
lso to a local isp > - desktop sends a mail to me that means it is online > (sends an ip address as well) > - laptop logs in > > is it too much? any idea? Mark Newton Email: [EMAIL PROTECTED] (W) Network Engineer Em

Re: Microsoft performance (was: ...)

1999-06-23 Thread Mark Newton
imizing their system for good benchmark performance rather than good real-world performance. 'twill be interesting to see the offical report to find out where the various strengths and weaknesses really are. - mark Mark Newton Email: new...@internod

Re: All this and documentation too? (was: cvs commit: src/sys/isa sio.c)

1999-06-22 Thread Mark Newton
y spend the odd evening doing something, it is too much hassle. > > In case FreeBSD wants to enter commercial environments, we have to behave > like behaving in commercial environments. Ok, so let's follow Microsoft's industry-leading documentation standards. - mark Mark

Re: Beware of UnixWare 7

1999-06-18 Thread Mark Newton
Greg Lehey wrote: > On Friday, 18 June 1999 at 18:44:50 +0930, Mark Newton wrote: > > SCO has been a real pain in the bum about partition tables for as > > long as I can remember. > > To be fair, this is UnixWare You mean "UnixSwear," don't yo

Re: Beware of UnixWare 7

1999-06-18 Thread Mark Newton
where other than on your normal boot disk either. I've never had any luck getting SCO OpenServer onto a secondary disk of any kind. - mark Mark Newton Email: new...@internode.com.au (W) Network Engineer Email: new...@atd

Re: [Call for review] init(8): new feature

1999-06-15 Thread Mark Newton
;s replying to this message: you will no doubt delete this text in your reply, because it's stressing that you should CONSULT THE ARCHIVES. have you consulted them? if not, please, please, please exit your editor without saving your response, and consult them. thank you for your

Re: [Call for review] init(8): new feature

1999-06-15 Thread Mark Newton
Arun Sharma wrote: > Mark Newton writes: > > Arun Sharma wrote: > > > > > While we're on the init topic, is there any strong feeling here about > > > BSD /etc/rc* scripts Vs SysV ? The nice thing about SysV initscripts > > > is the ab

Re: [Call for review] init(8): new feature

1999-06-15 Thread Mark Newton
top any service you like without involving SysV init. - mark Mark Newton Email: new...@internode.com.au (W) Network Engineer Email: new...@atdot.dotat.org (H) Internode Systems Pty Ltd Desk: +61-8-82232999 "N

Re: allocate file blocks contiguously

1999-06-06 Thread Mark Newton
possible is an I/O scheduler which supports prioritization. Hmm... - mark Mark Newton Email: new...@internode.com.au (W) Network Engineer Email: new...@atdot.dotat.org (H) Internode Systems Pty Ltd Desk: +61-8-82232999 "

Re: a two-level port system?

1999-06-01 Thread Mark Newton
Alexander Langer wrote: > Thus spake Mark Newton (new...@internode.com.au): > > > DESCR file? > > /usr/ports/INDEX ? > > Isn't the DESCR much more detailed than this INDEX file? > (compare mail/mutt/pkg/DESCR and the INDEX file) Use INDEX to work ou

Re: a two-level port system?

1999-06-01 Thread Mark Newton
Alexander Langer wrote: > Thus spake Mark Newton (new...@internode.com.au): > > but for most people who just want to build a handful of ports, > > browse the tree to see if there's anything cool they want, and > > then forget the ports tree 'til the next upgra

Re: a two-level port system?

1999-05-31 Thread Mark Newton
Mark Newton wrote: > /usr/ports/buildenv would contain everything that the non-special-case > /usr/ports directories currently contain, except the Makefiles. They'd > continue to live in their present location. I thought of another advantage of this approach: You can upgrade

Re: a two-level port system?

1999-05-31 Thread Mark Newton
t'll cut down considerably on overhead. It'll cut down on the number of subdirectories in the ports tree by 66% at least. Ok, fire away -- tell me why it'll never work :-) - mark Mark Newton Email: new...@internode.com.au (W) Network Engin

Re: Kernel config script

1999-05-30 Thread Mark Newton
David Scheidt wrote: > "Linux is for people that hate Microsoft. FreeBSD is for people who > love Unix." I like "Linux is Luke Skywalker; FreeBSD is Yoda." - mark Mark Newton Email: new...@internode.c

Re: Source code of SGI XFS

1999-05-21 Thread Mark Newton
ngle I/O; it'll also take small contiguous regions (extents) and remap them into the next-power-of-two extent size as they grow. I know I could probably see by looking at the source, but does FreeBSD still impose a 64k limit on physical I/O operations? That'll have to go too... - mark