Re: getting rid of sysinstall - Was: FreeBSD Mall now BSDCentral

2001-07-13 Thread Paul Robinson
On Jul 13, David O'Brien <[EMAIL PROTECTED]> wrote: > > What? You don't like TCL? Well then, be finished with your effort > before the libh guys do. Good call. ;-) To me, the language choice is immaterial on the face of it. The value of the conversation was based upon some of the feature set

Re: getting rid of sysinstall - Was: FreeBSD Mall now BSDCentral

2001-07-12 Thread David O'Brien
On Thu, Jul 12, 2001 at 06:06:07PM +0100, Paul Robinson wrote: > On Jul 12, "Karsten W. Rohrbach" <[EMAIL PROTECTED]> wrote: > > perl might be superior in features at first glance but it has > > serious deficiencies in the resulting code style, due to it's nature it > > not simply enables program

Re: sysinstall - Was: FreeBSD Mall now BSDCentral

2001-07-12 Thread Giorgos Keramidas
"Karsten W. Rohrbach" <[EMAIL PROTECTED]> writes: > Giorgos Keramidas([EMAIL PROTECTED])@2001.07.10 05:13:44 +: > > Terry Lambert <[EMAIL PROTECTED]> writes: > > > > > The base system is not registered into the packages > > > system, because of sysinstall. > > > > It's not installed from /usr

Re: FreeBSD Mall now BSDCentral

2001-07-12 Thread Kris Kennaway
On Tue, Jul 10, 2001 at 09:56:58AM -0700, Terry Lambert wrote: > Consider binary upgrades for things like security > alerts, which could happen automatically, based on > whatever criteria you specify (including "root exploit" > or "Never Do Anything Without My Permission"). In case you'd missed

Re: FreeBSD Mall now BSDCentral

2001-07-12 Thread Kris Kennaway
On Tue, Jul 10, 2001 at 03:31:59AM -0400, Rajappa Iyer wrote: > Jordan Hubbard <[EMAIL PROTECTED]> writes: > > > Well, I'd sorta like to *see* them before writing the coding > > equivalent of a blank check, but given reasonably functional > > implementations, sure, I'd be happy to commit your "sy

Re: FreeBSD Mall now BSDCentral

2001-07-12 Thread Kris Kennaway
On Tue, Jul 10, 2001 at 09:29:27AM -0700, Terry Lambert wrote: > Giorgos Keramidas wrote: > > > The base system is not registered into the packages > > > system, because of sysinstall. > > > > It's not installed from /usr/ports but from /usr/src. > > I don't know if it's a good idea to have a hug

Re: FreeBSD Mall now BSDCentral

2001-07-12 Thread David O'Brien
On Thu, Jul 12, 2001 at 12:19:24PM -0700, Terry Lambert wrote: > David O'Brien wrote: > > > 1)Soft Updates enabled on a root partition. > > > > > > This comes back to the old "you can't turn SU > > > on or off, except via tunefs". So even if you > > > boot via CDROM, it's to

Re: FreeBSD Mall now BSDCentral

2001-07-12 Thread Kris Kennaway
On Tue, Jul 10, 2001 at 05:13:44AM +0300, Giorgos Keramidas wrote: > Terry Lambert <[EMAIL PROTECTED]> writes: > > > The base system is not registered into the packages > > system, because of sysinstall. > > It's not installed from /usr/ports but from /usr/src. > I don't know if it's a good idea

Re: FreeBSD Mall now BSDCentral

2001-07-12 Thread Terry Lambert
David O'Brien wrote: > > 1)Soft Updates enabled on a root partition. > > > > This comes back to the old "you can't turn SU > > on or off, except via tunefs". So even if you > > boot via CDROM, it's too late, if the CDROM > > kernel supports SU, since it's already on, a

Re: FreeBSD Mall now BSDCentral

2001-07-12 Thread Terry Lambert
Bill Moran wrote: > > > Are you saying you use DHCP for servers? If so, maybe > > > I should shut up and listen for a while because > > > apparently there's something here I can learn. DNSUPDAT: You DHCP server fixes up your DNS, so that your "FILESERVER1" is always "FILESERVER1", regardless of i

Re: FreeBSD Mall now BSDCentral

2001-07-12 Thread David O'Brien
On Fri, Jul 13, 2001 at 01:14:51AM +0700, Max Khon wrote: > hi, there! > > On Thu, 12 Jul 2001, David O'Brien wrote: > > > > 3)The default in 4.3-RELEASE is to have the IDE > > > write caching off. > > > > If you submit a patch to add the proper entries to /boot/loader.conf in > > the

Re: FreeBSD Mall now BSDCentral

2001-07-12 Thread Terry Lambert
Paul Robinson wrote: > > I guess you're wrong; it is actually easier to tell > > customers to use /stand/sysinstall for package management > > and configuration of /etc/rc.conf than having them attack > > delicate parts of the system with clumsy fingers. > > Never mind customers, I like to use it

Re: FreeBSD Mall now BSDCentral

2001-07-12 Thread Terry Lambert
Rahul Siddharthan wrote: > > Also, you should be aware that in commercial deployment, > > having a compiler on board the system is often considered > > a bad thing, as it permits entre to exploiters bringing > > their own programs onto the system. > > I've seen people disable compilers before, bu

Re: FreeBSD Mall now BSDCentral

2001-07-12 Thread Max Khon
hi, there! On Thu, 12 Jul 2001, David O'Brien wrote: > > 3) The default in 4.3-RELEASE is to have the IDE > > write caching off. > > If you submit a patch to add the proper entries to /boot/loader.conf in > the MFSROOT image, I'd commit it. This would ensure the installation > process alw

Re: FreeBSD Mall now BSDCentral

2001-07-12 Thread David O'Brien
On Thu, Jul 12, 2001 at 10:32:32AM -0700, Terry Lambert wrote: > 1)Soft Updates enabled on a root partition. > > This comes back to the old "you can't turn SU > on or off, except via tunefs". So even if you > boot via CDROM, it's too late, if the CDROM > kernel suppor

Re: FreeBSD Mall now BSDCentral

2001-07-12 Thread Terry Lambert
Bill Moran wrote: > OTOH: I don't see this as causing sysinstall's partition editor > to be bad/worthless. How many other installers allow partition > resizing (I don't know) Just add this feature (I'm not saying > it would be easy, I'm saying that it doesn't require scrapping > the existing syste

Re: FreeBSD Mall now BSDCentral

2001-07-12 Thread Terry Lambert
Terry Lambert wrote: > > David O'Brien wrote: > > There you go Terry, async mounts for installs. > > Thanks. > > This does not appear to work on upgrades for things > like /usr/ports. > > Now I will have to go find out why; how annoying: yet > more work. OK, I was right. The damn thing is no

Re: getting rid of sysinstall - Was: FreeBSD Mall now BSDCentral

2001-07-12 Thread Paul Robinson
On Jul 12, "Karsten W. Rohrbach" <[EMAIL PROTECTED]> wrote: > perl might be superior in features at first glance but it has > serious deficiencies in the resulting code style, due to it's nature it > not simply enables programmers to do bad things[tm] but almost enforces > them to do so. A slo

Re: getting rid of sysinstall - Was: FreeBSD Mall now BSDCentral

2001-07-12 Thread Karsten W. Rohrbach
Paul Robinson([EMAIL PROTECTED])@2001.07.12 15:44:32 +: > On Jul 11, "Karsten W. Rohrbach" <[EMAIL PROTECTED]> wrote: > > > some rough and spontaneuos ideas: > > - stripped down python interpreter runs as init > > Wow. If you think about it, that's quite a big departure from where FBSD is >

Re: getting rid of sysinstall - Was: FreeBSD Mall now BSDCentral

2001-07-12 Thread Paul Robinson
On Jul 11, "Karsten W. Rohrbach" <[EMAIL PROTECTED]> wrote: > some rough and spontaneuos ideas: > - stripped down python interpreter runs as init Wow. If you think about it, that's quite a big departure from where FBSD is at the moment (or I'm missing the point). You might find a lot more peopl

Re: Re. The Foundation [was Re: FreeBSD Mall now BSDCentral]

2001-07-12 Thread Julian Stacey [EMAIL PROTECTED]
Justin wrote: > > I believe that all of the members of the Foundation's current board > are well known to the FreeBSD community. All 3 being Core Alumni: Jonathan M. Bresler, John D. Polstra, Justin T. Gibbs. > Having directors from outside the FreeBSD community will > broaden the perspective

Re: getting rid of sysinstall - Was: FreeBSD Mall now BSDCentral

2001-07-12 Thread Neil Blakey-Milner
On Wed 2001-07-11 (19:02), Karsten W. Rohrbach wrote: > Terry Lambert([EMAIL PROTECTED])@2001.07.09 13:29:23 +: > [...] > > > There are too many steps. > > > > X11 is a distribution set, instead of a package. > > > > Etc. (I could go on forever). > > > > ...then let's wrap up a concept of

Re: FreeBSD Mall now BSDCentral

2001-07-11 Thread Matthew N. Dodd
On Wed, 11 Jul 2001, Rahul Siddharthan wrote: > I've seen people disable compilers before, but I haven't understood > how it helps. You can compile elsewhere and bring the binary onto the > system, can't you? Unless the system is some extremely rare OS or > doesn't ship with a compiler at all --

Re: FreeBSD Mall now BSDCentral

2001-07-11 Thread Wes Peters
Paul Robinson wrote: > > On Jul 11, Bill Moran <[EMAIL PROTECTED]> wrote: > > > Along with that, I think I'm finally getting a handle on what really > > needs done to sysinstall. It's been a painful process, wrought with > > misunderstandings and confusion, but I think I'm finally getting what >

Re: FreeBSD Mall now BSDCentral

2001-07-11 Thread David Terrell
On Wed, Jul 11, 2001 at 08:16:34AM -0400, Bill Moran wrote: > Are you saying you use DHCP for servers? If so, maybe I should shut > up and listen for a while because apparently there's something here > I can learn. I've been using it for client IP pools for years now, > but not for servers. When

Re: FreeBSD Mall now BSDCentral

2001-07-11 Thread Bill Moran
David Scheidt wrote: > > On Wed, 11 Jul 2001, Bill Moran wrote: > > :Wes Peters wrote: > :> Just because you don't see it doesn't make it a bad idea. Network admins > :> begged for years for a centralized IP address space management server; > :> now that they've been given one (that works, and

Re: FreeBSD Mall now BSDCentral

2001-07-11 Thread David Scheidt
On Wed, 11 Jul 2001, Bill Moran wrote: :Wes Peters wrote: :> Just because you don't see it doesn't make it a bad idea. Network admins :> begged for years for a centralized IP address space management server; :> now that they've been given one (that works, and is FREE) people like you :> bitch ab

Re: sysinstall - Was: FreeBSD Mall now BSDCentral

2001-07-11 Thread Karsten W. Rohrbach
Giorgos Keramidas([EMAIL PROTECTED])@2001.07.10 05:13:44 +: > Terry Lambert <[EMAIL PROTECTED]> writes: > > > The base system is not registered into the packages > > system, because of sysinstall. > > It's not installed from /usr/ports but from /usr/src. > I don't know if it's a good idea to

Re: getting rid of sysinstall - Was: FreeBSD Mall now BSDCentral

2001-07-11 Thread Karsten W. Rohrbach
Terry Lambert([EMAIL PROTECTED])@2001.07.09 13:29:23 +: [...] > There are too many steps. > > X11 is a distribution set, instead of a package. > > Etc. (I could go on forever). > ...then let's wrap up a concept of a interpreter language driven installer. redhat does it in python since year

Re: FreeBSD Mall now BSDCentral

2001-07-11 Thread Jamie Bowden
On Wed, 11 Jul 2001, Rahul Siddharthan wrote: :Terry Lambert said on Jul 10, 2001 at 09:56:58: :> :> Also, you should be aware that in commercial deployment, :> having a compiler on board the system is often considered :> a bad thing, as it permits entre to exploiters bringing :> their own progr

RE: FreeBSD Mall now BSDCentral

2001-07-11 Thread Lakey, Jeremy # IHTUL
ur own way, pre-installer, eh? -Original Message- From: Paul Robinson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 8:15 AM To: Bill Moran Cc: Wes Peters; [EMAIL PROTECTED] Subject: Re: FreeBSD Mall now BSDCentral To me, the point seems to be that to increase the userbase an

Re: FreeBSD Mall now BSDCentral

2001-07-11 Thread Paul Robinson
On Jul 11, Bill Moran <[EMAIL PROTECTED]> wrote: > Along with that, I think I'm finally getting a handle on what really > needs done to sysinstall. It's been a painful process, wrought with > misunderstandings and confusion, but I think I'm finally getting what > the point is. To me, the point s

Re: FreeBSD Mall now BSDCentral

2001-07-11 Thread Bill Moran
Joseph Mallett wrote: > > > Are you saying you use DHCP for servers? If so, maybe I should shut up > > and > > listen for a while because apparently there's something here I can > > learn. > > I did for a long time because I simply couldn't get a static IP from my > ISP. Hell, I'd love to use it

Re: FreeBSD Mall now BSDCentral

2001-07-11 Thread Bill Moran
Wes Peters wrote: > > Hmmm ... well, I was never upset with the "crufty details" ... I rather > > like > > to know what's going on under the hood all the time. Then again, that's > > me. If you're targeting newbies and other less-educated (or less "I sure > > would like to figure this out" incline

Re: FreeBSD Mall now BSDCentral

2001-07-11 Thread Joseph Mallett
> Are you saying you use DHCP for servers? If so, maybe I should shut up > and > listen for a while because apparently there's something here I can > learn. I did for a long time because I simply couldn't get a static IP from my ISP. Hell, I'd love to use it now, then I wouldn't have to make sure

Re: FreeBSD Mall now BSDCentral

2001-07-11 Thread Bill Moran
Wes Peters wrote: > Just because you don't see it doesn't make it a bad idea. Network admins > begged for years for a centralized IP address space management server; > now that they've been given one (that works, and is FREE) people like you > bitch about it and won't use it. Feh. Are you sayin

Re: FreeBSD Mall now BSDCentral

2001-07-11 Thread Bill Moran
Mike Smith wrote: > > If anyone is taking a vote, I disagree. I do not want any system > > ever assuming anything about my network. Even Win checks with the > > user before enabling DHCP. > > Er, you *are* kidding, right? All modern Windows versions will try to > get a lease long before the user

Re: FreeBSD Mall now BSDCentral

2001-07-11 Thread Paul Robinson
On Jul 11, Noses <[EMAIL PROTECTED]> wrote: > > I guess you're wrong; it is actually easier to tell customers to use > /stand/sysinstall for package management and configuration of /etc/rc.conf > than having them attack delicate parts of the system with clumsy fingers. Never mind customers, I li

Re: FreeBSD Mall now BSDCentral

2001-07-11 Thread Noses
In <[EMAIL PROTECTED]> [EMAIL PROTECTED] (Wes Peters) wrote: > Oh, come now. FreeBSD's disk partitioning has always sucked. I just installed NetBSD on a Sun. Believe me, I'd even willing to pay for sysinstall as it is right now. It was a nightmare. > The main problem with sysinstall all along h

Re: FreeBSD Mall now BSDCentral

2001-07-11 Thread Rahul Siddharthan
Terry Lambert said on Jul 10, 2001 at 09:56:58: > > Also, you should be aware that in commercial deployment, > having a compiler on board the system is often considered > a bad thing, as it permits entre to exploiters bringing > their own programs onto the system. I've seen people disable compil

Re: FreeBSD Mall now BSDCentral

2001-07-11 Thread Wes Peters
Bill Moran wrote: > > Wes Peters wrote: > > > Allow > > the user to grab the ends of partitions we can manipulate and move them > > around, either through keyboard navigation or with a mouse. > > Hmmm ... we're really aiming at novice users here now, aren't we? I > suppose > that's not a bad th

Re: FreeBSD Mall now BSDCentral

2001-07-11 Thread Wes Peters
Bill Moran wrote: > > Terry Lambert wrote: > > > If anyone is taking a vote, I disagree. I do not want any system > > > ever assuming anything about my network. Even Win checks with the > > > user before enabling DHCP. > > > > FYI: The networking bootstrap process I described above > > is derived

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Mike Smith
> > In the "default" case, it should attempt to obtain a DHCP lease, > > and, failing that, ask the user to give it settings, or let > > them do IPv4 stateless autoconfiguration. Ad Hoc networking > > should always "just work". > > If anyone is taking a vote, I disagree. I do not want any system

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Gilbert Gong
D]> Cc: "Wes Peters" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 10, 2001 1:30 PM Subject: Re: FreeBSD Mall now BSDCentral > *sigh* this has gotten way off track somehow. Looking back, I'm > probably primarily to blame. > > The fact is: *I

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Wes Peters
Laurence Berland wrote: > > On Tue, 10 Jul 2001, Wes Peters wrote: > > > Laurence Berland wrote: > > > > > > On Tue, 10 Jul 2001, Rasputin wrote: > > > > > > > I may be low on caffeine, but I don't see how breaking up the base system > > > > into packages makes it any easier to upgrade than us

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Garance A Drosihn
At 2:06 PM -0700 7/10/01, Jordan Hubbard wrote: >From: Garance A Drosihn <[EMAIL PROTECTED]> >Subject: Re: FreeBSD Mall now BSDCentral >Date: Tue, 10 Jul 2001 16:06:54 -0400 > > > I do wish I could find someone who was interested in making > > changes to it

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread freebsd-hackers
On Tue, Jul 10, 2001 at 09:49:18AM -0400, Bill Moran wrote: > Now, I've never used partition magic, but I (personally) find the > FreeBSD > partition program in sysinstall to be the easiest one I've ever used. > What should be changed to make it easier? Maybe not "easier" but better: + Allow one

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Uwe Pierau
Bill Moran wrote in list.freebsd-hackers: # [...] # 1. Should sysinstall be fixed or replaced. Read the fine manual. ;) sysinstall(8): >BUGS > This utility is a prototype which lasted several years past its expira­ > tion date and is greatly in need of death. # 2. What needs done to fi

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Jordan Hubbard
From: Garance A Drosihn <[EMAIL PROTECTED]> Subject: Re: FreeBSD Mall now BSDCentral Date: Tue, 10 Jul 2001 16:06:54 -0400 > I do wish I could find someone who was interested in making changes > to it, though. Why can't we just nominate you and be done with it? :) - jorda

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Bill Moran
*sigh* this has gotten way off track somehow. Looking back, I'm probably primarily to blame. The fact is: *I* *AM* interested in replacing or helping out with an effort to replace/improve sysinstall. However, there are two critical things I must understand if I am to do anything truely productive

Re: The Foundation [was Re: FreeBSD Mall now BSDCentral]

2001-07-10 Thread Garance A Drosihn
At 10:30 AM -0700 7/7/01, Richard Hodges wrote: >Could I just ask exactly what the FreeBSD Foundation _is_? > >I read the announcement and bylaws, and it looks like it is supposed >to be the offical organization representing FreeBSD. On the other >hand, many people have suggested that there is no

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Laurence Berland
On Tue, 10 Jul 2001, Wes Peters wrote: > Laurence Berland wrote: > > > > On Tue, 10 Jul 2001, Rasputin wrote: > > > > > I may be low on caffeine, but I don't see how breaking up the base system > > > into packages makes it any easier to upgrade than using cvsup? > > > > I think the discussio

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Garance A Drosihn
At 3:42 PM -0400 7/10/01, [EMAIL PROTECTED] wrote: >In a message dated 07/10/2001 12:52:30 PM Eastern Daylight Time, >[EMAIL PROTECTED] writes: > >> BSDi had no effect on ftp.freebsd.org's services and kept things >> completely unchanged there > >which pretty much confirms my "no impact" statem

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Garance A Drosihn
At 9:49 AM -0400 7/10/01, Bill Moran wrote: >Wes Peters wrote: > > > Oh, come now. FreeBSD's disk partitioning has always sucked. > > It does suck somewhat less than many Linux linstallers, and a > > lot less than the OpenBSD installer, actually, there are a few things about the openbsd parti

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Bsdguru
In a message dated 07/10/2001 12:52:30 PM Eastern Daylight Time, [EMAIL PROTECTED] writes: > BSDi had no effect on ftp.freebsd.org's services and kept things > completely unchanged there which pretty much confirms my "no impact" statement in that area. To Unsubscribe: send mail to [EMAIL PROT

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Jamie Bowden
On 10 Jul 2001, Rajappa Iyer wrote: :Jamie Bowden <[EMAIL PROTECTED]> writes: : :> On 10 Jul 2001, Rajappa Iyer wrote: : :> :One of the nice things I like about FreeBSD (and I daresay I'm not :> :alone in this) is that when I install it, I know that I'll get a :> :kernel with a corresponding full

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Bill Moran
Terry Lambert wrote: > > If anyone is taking a vote, I disagree. I do not want any system > > ever assuming anything about my network. Even Win checks with the > > user before enabling DHCP. > > FYI: The networking bootstrap process I described above > is derived from the process used by Windows

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Rajappa Iyer
Jamie Bowden <[EMAIL PROTECTED]> writes: > On 10 Jul 2001, Rajappa Iyer wrote: > :One of the nice things I like about FreeBSD (and I daresay I'm not > :alone in this) is that when I install it, I know that I'll get a > :kernel with a corresponding full and functional userland. I see the > :pack

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Bill Moran
Terry Lambert wrote: > Bill Moran wrote: > > Now, I've never used partition magic, but I (personally) > > find the FreeBSD partition program in sysinstall to be the > > easiest one I've ever used. What should be changed to make > > it easier? > > 1) Buy a new laptop > 2) Make the Window

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Bill Moran
Jordan Hubbard wrote: > From: [EMAIL PROTECTED] > > These mechanisms existed before without BSDi, so there was no "impact". > > Actually, ftp downloads got a LOT slower after BSDi took over, so i consider > > it a negative impact in that area. > BSDi had no effect on ftp.freebsd.org's services

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Terry Lambert
Jordan Hubbard wrote: > > David: please install 4.3 --R E L E A S E--, the last > > official --R E L E A S E--. > > I T I S T H E R E. Man, Terry, do you really get off on being so > publically misinformed or is there something more pathological at work > here? :-) Yeah, there something mor

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Terry Lambert
David O'Brien wrote: > There you go Terry, async mounts for installs. Thanks. This does not appear to work on upgrades for things like /usr/ports. Now I will have to go find out why; how annoying: yet more work. -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Terry Lambert
Wes Peters wrote: > > I think the discussion is Re: binary upgrades, like putting > > in the CD and hitting that upgrade option, which right now > > doesn't quite get you there afaik. > > I don't think the goal was to make the system easier to upgrade, > but rather easier to subset. Do we really

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Terry Lambert
Bill Moran wrote: > > If you pick "default installation" or "full installation", it > > _should_ try to be smart; if you pick "custom installation", > > you chould have to babysit it like you do today. > > > > In the "default" case, it should attempt to obtain a DHCP lease, > > and, failing that,

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Terry Lambert
Bill Moran wrote: > Now, I've never used partition magic, but I (personally) > find the FreeBSD partition program in sysinstall to be the > easiest one I've ever used. What should be changed to make > it easier? 1) Buy a new laptop 2) Make the Windows partition smaller 3) Install F

Re: Re. The Foundation [was Re: FreeBSD Mall now BSDCentral]

2001-07-10 Thread Justin T. Gibbs
The Foundation has yet to approach Wind River about the Trademark, so I cannot speculate on their disposition. >>> >>>What are your plans to change this situation? >> >>The Foundation isn't planning to do anything about the trademark or >>in regards to any of its other proposed activitie

Re: Re. The Foundation [was Re: FreeBSD Mall now BSDCentral]

2001-07-10 Thread David Greenman
>>> The Foundation has yet to approach Wind River about the Trademark, >>> so I cannot speculate on their disposition. >> >>What are your plans to change this situation? > >The Foundation isn't planning to do anything about the trademark or >in regards to any of its other proposed activities until

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Terry Lambert
Jamie Bowden wrote: > You're expecting the whole world to keep the source tree on disk and > recompile the OS. Once I've done this, I cannot regress. This is > unrealistic in production environments. I can update Irix without > shutting down, and a single reboot at the end to load the new kerne

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Bill Moran
Wes Peters wrote: > > Bill Moran wrote: > > > > Wes Peters wrote: > > > > > Oh, come now. FreeBSD's disk partitioning has always sucked. It does suck > > > somewhat less than many Linux linstallers, and a lot less than the OpenBSD > > > installer, but it still shoves way too many details and op

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Terry Lambert
Rasputin wrote: > > Where as I see the ability to incrementally upgrade only > > the parts of the OS that have changed from release to > > release as I can do right now in Irix. > > I may be low on caffeine, but I don't see how breaking up > the base system into packages makes it any easier to up

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Jordan Hubbard
From: Terry Lambert <[EMAIL PROTECTED]> Subject: Re: FreeBSD Mall now BSDCentral Date: Tue, 10 Jul 2001 09:02:06 -0700 > David: please install 4.3 --R E L E A S E--, the last > official --R E L E A S E--. I T I S T H E R E. Man, Terry, do you really get off on being s

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Jordan Hubbard
From: [EMAIL PROTECTED] Subject: Re: FreeBSD Mall now BSDCentral Date: Tue, 10 Jul 2001 11:54:59 EDT > These mechanisms existed before without BSDi, so there was no "impact". > Actually, ftp downloads got a LOT slower after BSDi took over, so i consider > it a negative

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Terry Lambert
Jamie Bowden wrote: > Where as I see the ability to incrementally upgrade only > the parts of the OS that have changed from release to release > as I can do right now in Irix. > > You know, it's funny that you told me Irix is antiquated not long ago > Terry, it has most of the feature set you see

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Terry Lambert
Rajappa Iyer wrote: > > Well, I'd sorta like to *see* them before writing the coding > > equivalent of a blank check, but given reasonably functional > > implementations, sure, I'd be happy to commit your "sysinstall > > mountpoint auto-discovery" and "release package metadata" > > enhancements. >

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Terry Lambert
Giorgos Keramidas wrote: > > The base system is not registered into the packages > > system, because of sysinstall. > > It's not installed from /usr/ports but from /usr/src. > I don't know if it's a good idea to have a huge > freebsd_base-5.0-current-20010624 in the packages list, or a zillion >

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Terry Lambert
Nik Clayton wrote: > It's reasonable to want to control what get's called FreeBSD. I never said it wasn't; I would just like to draw the line on the far side of sysinstall being what shows up first thing when you boot from a CDROM. > The intent here is not to prevent third party installers -- >

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread David O'Brien
On Tue, Jul 10, 2001 at 09:02:06AM -0700, Terry Lambert wrote: > David O'Brien wrote: > > > > On Mon, Jul 09, 2001 at 01:29:23PM -0700, Terry Lambert wrote: > > > Most of the work should be done using async mounts, or > > > > IT DOES. Terry please read the code... > > > David: please install

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Christoph Sold
Dear BSD"guru", Can you please refrain from trolling here? There is no point in bemoaning the past. Come up with a decent software package, put it in the ports tree, then maybe somebody will listen to you. The way you are acting just put your address into my mailers trash filter. Sorry about the

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Terry Lambert
David O'Brien wrote: > > On Mon, Jul 09, 2001 at 01:29:23PM -0700, Terry Lambert wrote: > > Most of the work should be done using async mounts, or > > IT DOES. Terry please read the code... David: please install 4.3 --R E L E A S E--, the last official --R E L E A S E--. Don't install STAB

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Bsdguru
In a message dated 07/10/2001 11:14:58 AM Eastern Daylight Time, [EMAIL PROTECTED] writes: > "How much of this disk do you want FreeBSD to use? ___%" > > Was that really so difficult to imagine? Better yet, a nice graphical > view of the disk and the 4 possible entries in the partition tab

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Bsdguru
In a message dated 07/09/2001 8:02:03 PM Eastern Daylight Time, [EMAIL PROTECTED] writes: > BSDi really did make an impact. Just because you fail to see one doesn't mean > it didn't happen. You might want to read the cvs-all mailing list. If you'd > like, I can supply you with some procmail

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Wes Peters
Laurence Berland wrote: > > On Tue, 10 Jul 2001, Rasputin wrote: > > > I may be low on caffeine, but I don't see how breaking up the base system > > into packages makes it any easier to upgrade than using cvsup? > > I think the discussion is Re: binary upgrades, like putting in the CD and > hit

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Wes Peters
Bill Moran wrote: > > Wes Peters wrote: > > > Oh, come now. FreeBSD's disk partitioning has always sucked. It does suck > > somewhat less than many Linux linstallers, and a lot less than the OpenBSD > > installer, but it still shoves way too many details and options at the > > average user. S

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Nik Clayton
On Tue, Jul 10, 2001 at 02:26:43PM +0200, Olaf Hoyer wrote: > We agreed to do something in Europe: > > - providing informational structure for BSD > - providing a channel where people that want to do booths at exhibitions etc > may contact and get some help, pre-financing (perhaps) and merchandis

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Bill Moran
Terry Lambert wrote: > If you pick "default installation" or "full installation", it > _should_ try to be smart; if you pick "custom installation", > you chould have to babysit it like you do today. > > In the "default" case, it should attempt to obtain a DHCP lease, > and, failing that, ask the

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Bill Moran
Wes Peters wrote: > Oh, come now. FreeBSD's disk partitioning has always sucked. It does suck > somewhat less than many Linux linstallers, and a lot less than the OpenBSD > installer, but it still shoves way too many details and options at the > average user. Something akin to PartitionMagic w

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Laurence Berland
On Tue, 10 Jul 2001, Rasputin wrote: > I may be low on caffeine, but I don't see how breaking up the base system > into packages makes it any easier to upgrade than using cvsup? I think the discussion is Re: binary upgrades, like putting in the CD and hitting that upgrade option, which right n

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Olaf Hoyer
> > > > ... or maybe we should remind ourselves that the only thing > > official about FreeBSD is the code. Let the CD vendors figure > > out ways to attract customers from each other, lets worry more > > about ways to attract 'customers' from other operating systems. > >Bill and Jordan are right

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Jamie Bowden
On Tue, 10 Jul 2001, Rasputin wrote: :* Jamie Bowden <[EMAIL PROTECTED]> [010710 12:42]: :> On 10 Jul 2001, Rajappa Iyer wrote: : :> :One of the nice things I like about FreeBSD (and I daresay I'm not :> :alone in this) is that when I install it, I know that I'll get a :> :kernel with a correspon

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Rasputin
* Jamie Bowden <[EMAIL PROTECTED]> [010710 12:42]: > On 10 Jul 2001, Rajappa Iyer wrote: > :One of the nice things I like about FreeBSD (and I daresay I'm not > :alone in this) is that when I install it, I know that I'll get a > :kernel with a corresponding full and functional userland. I see th

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Jamie Bowden
On 10 Jul 2001, Rajappa Iyer wrote: :Jordan Hubbard <[EMAIL PROTECTED]> writes: : :> Well, I'd sorta like to *see* them before writing the coding :> equivalent of a blank check, but given reasonably functional :> implementations, sure, I'd be happy to commit your "sysinstall :> mountpoint auto-di

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Nik Clayton
On Tue, Jul 10, 2001 at 03:51:15AM +, Terry Lambert wrote: > ] I never said a "CDROM must boot to sysinstall" and I challenge you to > ] find a quote to that effect. What both Nik and I said was that it > ] must be an OPTION to do so, somehow, or you haven't provided a stock > ] FreeBSD exper

Re: FreeBSD Mall now BSDCentral

2001-07-10 Thread Rajappa Iyer
Jordan Hubbard <[EMAIL PROTECTED]> writes: > Well, I'd sorta like to *see* them before writing the coding > equivalent of a blank check, but given reasonably functional > implementations, sure, I'd be happy to commit your "sysinstall > mountpoint auto-discovery" and "release package metadata" > e

Re: FreeBSD Mall now BSDCentral

2001-07-09 Thread Jordan Hubbard
From: Dan Cross <[EMAIL PROTECTED]> Subject: Re: FreeBSD Mall now BSDCentral Date: Tue, 10 Jul 2001 00:22:10 -0400 > The real solution is to define a little language for such maintenance > tasks, and using that as the basis for installation packaging; > something along the lin

Re: FreeBSD Mall now BSDCentral

2001-07-09 Thread Dan Cross
> The real solution is to define a little language for such maintenance > tasks, and using that as the basis for installation packaging; > something along the lines of Inferno's mush(1), which incorporate's > mk-like dependency graph manipulation rules into a shell. > > This would make it easy to

Re: FreeBSD Mall now BSDCentral

2001-07-09 Thread Jordan Hubbard
From: Terry Lambert <[EMAIL PROTECTED]> Subject: Re: FreeBSD Mall now BSDCentral Date: Tue, 10 Jul 2001 03:42:47 + (GMT) > Will you commit the changes? Well, I'd sorta like to *see* them before writing the coding equivalent of a blank check, but given reasonably functional i

Re: FreeBSD Mall now BSDCentral

2001-07-09 Thread Dan Cross
> The main problem with sysinstall all along has been that it is a one-off > program. There is no glitz in writing installers, and they're only used > once, then rarely if ever again. The real solution is to define a little language for such maintenance tasks, and using that as the basis for ins

Re: FreeBSD Mall now BSDCentral

2001-07-09 Thread Wes Peters
Giorgos Keramidas wrote: > > Terry Lambert <[EMAIL PROTECTED]> writes: > > > > The disk partitioning sucks. > > This has worked for me without any problems, but you must have met some to say > that it sucks. Can you elaborate on this, instead of throwing a plain 'sucks' > and hoping that we ag

Re: FreeBSD Mall now BSDCentral

2001-07-09 Thread Terry Lambert
] I never said a "CDROM must boot to sysinstall" and I challenge you to ] find a quote to that effect. What both Nik and I said was that it ] must be an OPTION to do so, somehow, or you haven't provided a stock ] FreeBSD experience and people are potentially going to be confused as ] to what "Fre

Re: FreeBSD Mall now BSDCentral

2001-07-09 Thread Terry Lambert
] > The base system is not registered into the packages ] > system, because of sysinstall. ] ] As usual, you have no idea what you're talking about. The base system ] isn't registered into the package system because the base system isn't ] PROVIDED as a package nor does it come with the right me

  1   2   >