Kernel config script

1999-05-30 Thread Matt Barringer
Perhaps this is the wrong list to post this question, but has there been any work done on a script (similar to what Slackware Linux uses) that asks the user questions ("Do you want to run SCO binaries", etc) and configures a kernel conf file for them? If not, I'll volunteer to write one... Matt

Re: PNP card info needed

1999-05-30 Thread Doug Rabson
yOn Sat, 29 May 1999, Doug Rabson wrote: > Could anyone with any ISA plug-and-play cards, especially soundcards which > currently work with FreeBSD (or which used to work prior to the new-bus > merge) please send me the output of /usr/sbin/pnpinfo. I need to know all > the device ids for the new-b

Re: Kernel config script

1999-05-30 Thread Yaroslav Halchinsky
> Perhaps this is the wrong list to post this question, but has there been > any work done on a script (similar to what Slackware Linux uses) that > asks the user questions ("Do you want to run SCO binaries", etc) and > configures a kernel conf file for them? Don't you find editing config file MUC

FreeBSD 3.2, arp command doesn't show any entry

1999-05-30 Thread Andreas Klemm
Hi ! Is that normal, that arp -a doesn't show any entry in the arp table ? I have these network interfaces: xl0: flags=8843 mtu 1500 inet 172.16.2.1 netmask 0xff00 broadcast 172.16.2.255 ether 00:60:97:aa:3a:db media: 10baseT/UTP (10baseT/UTP ) supported media

Re: FreeBSD 3.2, arp command doesn't show any entry

1999-05-30 Thread Andreas Klemm
On Sun, May 30, 1999 at 02:51:51PM +0200, Andreas Klemm wrote: > Hi ! > > Is that normal, that arp -a doesn't show any entry in the arp table ? [...] Umpf, was the only host on local network. Thought that perhaps my local LAN adapters show up, but this is perhaps because my local interfaces simpl

APC SmartUPS 110v

1999-05-30 Thread Bob Bishop
Hi, Does anyone have the allowable setpoint values for 110v versions of the APC SmartUPS? The upsd-2.0 port seems only to cater for 230v versions. TIA -- Bob Bishop (0118) 977 4017 international code +44 118 r...@gid.co.ukfax (0118) 989 4254 between 0800 and 1800 UK To

Re: a two-level port system?

1999-05-30 Thread Robert Withrow
Alternatively, is it possible to have the port tree be essentially empty (perhaps just the makefile and category directories) and then just have it fetch the makefiles and make the directories on demand, for the individal ports? -

so_cred changes

1999-05-30 Thread Brian Feldman
Here they all are! I bumped __FreeBSD_version so this can be detected outside of the kernel (*cough* pidentd *cough*); this makes pidentd a lot simpler; I am also going to write a sysctl interface for getting credential info soon, so I'll reimplement identd then. Anyone for /usr/libexec/identd? :)

Pfizer VIAGRA(tm) - FOR AS LITTLE AS $6 PER DOSE

1999-05-30 Thread Medical Center Online
http://www.smartsurf.net/clients/medicalcenter Some people may find this subject a bit offensive, but the truth of the matter is Viagra from Pfizer has truly helped many people and even saved marriages. The only problem in the past was that in order to get a prescription for this marriage-savi

Re: Pfizer VIAGRA(tm) - FOR AS LITTLE AS $6 PER DOSE

1999-05-30 Thread Lic. Jose Maria Herrera
Please send me just one pill. wtf? - Original Message - From: Medical Center Online To: Sent: Sunday, May 30, 1999 9:15 AM Subject: Pfizer VIAGRA(tm) - FOR AS LITTLE AS $6 PER DOSE > http://www.smartsurf.net/clients/medicalcenter > > Some people may find this subject a bit offensive,

Re: PNP card info needed

1999-05-30 Thread Mark Murray
> Could anyone with any ISA plug-and-play cards, especially soundcards which > currently work with FreeBSD (or which used to work prior to the new-bus > merge) please send me the output of /usr/sbin/pnpinfo. I need to know all > the device ids for the new-bus isapnp code. Sure. The first is an Int

Re: Pfizer VIAGRA(tm) - FOR AS LITTLE AS $6 PER DOSE

1999-05-30 Thread Chuck Robey
On Sun, 30 May 1999, Lic. Jose Maria Herrera wrote: > Please send me just one pill. > > wtf? > > - Original Message - > From: Medical Center Online > To: > Sent: Sunday, May 30, 1999 9:15 AM > Subject: Pfizer VIAGRA(tm) - FOR AS LITTLE AS $6 PER DOSE > > > > http://www.smartsurf.net/

Re: xl driver for 3Com

1999-05-30 Thread Dennis
At 05:59 PM 5/29/99 -0400, you wrote: >Of all the gin joints in all the towns in all the world, Dennis had to >walk into mine and say: > >> >Then *FIND THEM OUT*! Replacing the cards does not fix the problem! How >> >is anybody supposed to be able to help you if a) you never tell anybody >> >abou

Re: so_cred changes

1999-05-30 Thread Chris Costello
On Sun, May 30, 1999, Brian Feldman wrote: > Anyone for committing the so_cred changes? I've got the the pidentd changes > here, too. I have also produced a patch against doc/en/handbook/ports/chapter.sgml for this bump-up in the version macro. Index: chapter.sgml =

Re: PCI bus chanages from 2.2.x to 3.x/4.x and data corruption.

1999-05-30 Thread Luigi Rizzo
> > > It may be a compiler optimisation. > > > > i think all memory-mapped registers should be declared "volatile" to > > avoid such things occur. I remember when i was looking at both the > > meteor and bt848 drivers, there was some confusion about it. > > Depending on when you looked, the stuff

question about vnode and inode locking

1999-05-30 Thread Zhihui Zhang
It seems to me that we can lock at the vnode layer AND at the inode layer. Since an inode is always associated with a vnode, and is accessed via its vnode, I do not see the reason why we should lock the inode after having locked the vnode. Can anyone help me with this? Thanks a lot. -Zhihui

Re: Kernel config script

1999-05-30 Thread Matt Barringer
On Sun, 30 May 1999, Yaroslav Halchinsky wrote: > Don't you find editing config file MUCH more easy thing than answering > series of dumb questins again and again? *I* do, yes. In fact, I hate any other way. But I've heard it as a about 10 times now from people currently using Linux. And oddly

Re: Kernel config script

1999-05-30 Thread Jake Burkholder
> On Sun, 30 May 1999, Yaroslav Halchinsky wrote: > > > Don't you find editing config file MUCH more easy thing than answering > > series of dumb questins again and again? > > *I* do, yes. In fact, I hate any other way. But I've heard it as a > about 10 times now from people currently using Linu

Re: Kernel config script

1999-05-30 Thread Mike Smith
> Perhaps this is the wrong list to post this question, but has there been > any work done on a script (similar to what Slackware Linux uses) that > asks the user questions ("Do you want to run SCO binaries", etc) and > configures a kernel conf file for them? > > If not, I'll volunteer to write on

Re: xl driver for 3Com

1999-05-30 Thread Mike Smith
> >> I have no stake in 3com cards (they are > >> problematic in LINUX as well)...maybe the cards are flawed? Its not my > >> problem. > > > >It *is* your problem. Supposing you can't get Intel cards anymore. > >Then what're you going to do. > > Use something else that works. If none of them work

Re: Kernel config script

1999-05-30 Thread Jake Burkholder
> > Perhaps this is the wrong list to post this question, but has there been > > any work done on a script (similar to what Slackware Linux uses) that > > asks the user questions ("Do you want to run SCO binaries", etc) and > > configures a kernel conf file for them? > > > > If not, I'll volunteer

Re: Kernel config script

1999-05-30 Thread Kevin Day
> > Perhaps this is the wrong list to post this question, but has there been > > any work done on a script (similar to what Slackware Linux uses) that > > asks the user questions ("Do you want to run SCO binaries", etc) and > > configures a kernel conf file for them? > > > > If not, I'll volunteer

Re: APC SmartUPS 110v

1999-05-30 Thread Kenneth D. Merry
Bob Bishop wrote... > Hi, > > Does anyone have the allowable setpoint values for 110v versions of the APC > SmartUPS? The upsd-2.0 port seems only to cater for 230v versions. TIA I noticed the same things as well. I ended up using upsmon, which is /usr/ports/sysutils/upsmon. I hacked it to read

Re: Kernel config script

1999-05-30 Thread Mike Smith
> > > Perhaps this is the wrong list to post this question, but has there been > > > any work done on a script (similar to what Slackware Linux uses) that > > > asks the user questions ("Do you want to run SCO binaries", etc) and > > > configures a kernel conf file for them? > > > > > > If not, I'

RE: Kernel config script

1999-05-30 Thread Constantine Shkolnyy
On Sunday, May 30, 1999 5:39 PM, Mike Smith [SMTP:m...@smith.net.au] wrote: > > I think its useful if it gets linux people less afraid of FreeBSD. > > I'm not sure we want those sort of people. You don't want FreeBSD to have more users? Do you think it already has enough users? How many users is

Re: Kernel config script

1999-05-30 Thread David Scheidt
On Sun, 30 May 1999, Mike Smith wrote: > I'm not sure we want those sort of people. But there's already a What sort of people is FreeBSD after then? There are all sorts of people who need a mailserver, or a webserver, or whatever, who would otherwise get someone to sell them an NT based solut

Re: Kernel config script

1999-05-30 Thread ??????????
On Sun, 30 May 1999, Mike Smith wrote: > > I think its useful if it gets linux people less afraid of FreeBSD. > > I'm not sure we want those sort of people. But there's already a Oh man! So, what kind of people do 'we' want then? Who are we? Are you speaking of FreeBSD community? I hope NOT!

Re: Kernel config script

1999-05-30 Thread John Birrell
David Scheidt wrote: > On Sun, 30 May 1999, Mike Smith wrote: > > > I'm not sure we want those sort of people. But there's already a > > What sort of people is FreeBSD after then? There are all sorts of people > who need a mailserver, or a webserver, or whatever, who would otherwise get > som

Re: Kernel config script

1999-05-30 Thread Mike Smith
> > Ideally, no interaction at all will be required. > Just give me knobs to turn everything off. How does "no interaction required" translate to "everything will be on"? Give us a little more credit than that. 8) -- \\ The mind's the standard \\ Mike Smith \\ of the man.

Re: Kernel config script

1999-05-30 Thread Mike Smith
> On Sunday, May 30, 1999 5:39 PM, Mike Smith [SMTP:m...@smith.net.au] wrote: > > > I think its useful if it gets linux people less afraid of FreeBSD. > > > > I'm not sure we want those sort of people. > > You don't want FreeBSD to have more users? We want more users, sure. But we're not despe

Re: Kernel config script

1999-05-30 Thread Chris D. Faulhaber
On Mon, 31 May 1999, John Birrell wrote: > Why build a kernel at all? The generic kernel should do that application > just fine. Only build a custom kernel if you have a good reason to do > so. > I somewhat agree. A custom kernel is useful for setting up and tuning parameters (e.g. softupdates)

Re: PAM: Undefined symbols at runtime

1999-05-30 Thread John Polstra
In article <19990529151511.a34...@wopr.caltech.edu>, Matthew Hunt wrote: > I have been running 3.x and 4.0-CURRENT for some time, but have > never bothered using PAM. If you are running 3.1 or later, or -current, you _are_ using PAM. Login uses it automatically, and it's not something you enable

Re: Kernel config script

1999-05-30 Thread Spike
On Sun, 30 May 1999, [ISO-9550] ?? wrote: > > On Sun, 30 May 1999, Mike Smith wrote: > > > I think its useful if it gets linux people less afraid of FreeBSD. > > > > I'm not sure we want those sort of people. But there's already a > > Oh man! So, what kind of people do 'we' want the

Re: Pfizer VIAGRA(tm) - FOR AS LITTLE AS $6 PER DOSE

1999-05-30 Thread Wes Peters
Chuck Robey wrote: > > On Sun, 30 May 1999, Lic. Jose Maria Herrera wrote: > > > Please send me just one pill. > > > > wtf? > > > > - Original Message - > > From: Medical Center Online > > To: > > Sent: Sunday, May 30, 1999 9:15 AM > > Subject: Pfizer VIAGRA(tm) - FOR AS LITTLE AS $6 PE

Re: PAM: Undefined symbols at runtime

1999-05-30 Thread Matthew Hunt
On Sun, May 30, 1999 at 06:11:51PM -0700, John Polstra wrote: > If you are running 3.1 or later, or -current, you _are_ using PAM. > Login uses it automatically, and it's not something you enable or > disable. If you don't have a valid /etc/pam.conf file then login > issues loud and repeated comp

Re: pipe race

1999-05-30 Thread Matthew Dillon
Ouch. Definite problems in both the reader and the writer. The writer calculates the writable space before locking, so if you have two simultanious writers where one blocks in uiomove(), both try to write to the same buffer area. *plus* the counters get screwed up (and woul

Re: Pfizer VIAGRA(tm) - FOR AS LITTLE AS $6 PER DOSE

1999-05-30 Thread Kenneth P. Stox
> > > > http://www.smartsurf.net/clients/medicalcenter Instead of polluting the mailing list with this, will everyone just drop a note to ab...@verio.net to complain about this instead of repeating the spam over and over ? If I was the spammer, I would be ectastic to find that my spam had been

Re: Kernel config script

1999-05-30 Thread Bill Huey
> Making such a script is specifically targetted at a small group of > users; those accustomed to the Linux way of doing things and too > inflexible or untalented to learn a new way. The Linux way of doing things isn't terribly different than any other Unix based OS out there. I don't really un

Re: xl driver for 3Com

1999-05-30 Thread Jaye Mathisen
It is kind of interesting that now the shoe is on the other foot... A few months ago I purchased some sync cards from ET, and had some (and am still having) trouble getting them to work consistently. When I emailed their support dept for help, I got a few curt non-helpful replies, then a message

Re: Kernel config script

1999-05-30 Thread Matthew Hunt
On Sun, May 30, 1999 at 07:49:24PM -0700, Bill Huey wrote: > The Linux way of doing things isn't terribly different than any other > Unix based OS out there. I don't really understand this wierd anti-Linix > stuff from the FreeBSD folks. Context. When people complain about Linux users expecting

Re: Kernel config script

1999-05-30 Thread Chuck Robey
On Sun, 30 May 1999, Chris D. Faulhaber wrote: > On Mon, 31 May 1999, John Birrell wrote: > > > Why build a kernel at all? The generic kernel should do that application > > just fine. Only build a custom kernel if you have a good reason to do > > so. > > > > I somewhat agree. A custom kernel i

Re: Kernel config script

1999-05-30 Thread Wes Peters
Spike wrote: > > I think that in ten years, Linux will be going strong and FreeBSD > will have whithered. I don't think this is because FreeBSD is > technically flawed, or that the core team and developers aren't doing > a good enough job. I think this because in the end FreeBSD is going t

Re: Kernel config script

1999-05-30 Thread Bill Huey
> Context. When people complain about Linux users expecting everything > to work like Linux, then it's usually safe to assume that the behavior > in question *does* vary between Linux and other Unix systems, or at > lease Linux and FreeBSD. Possibly, but the thing that bothers me is that I've he

Re: Kernel config script

1999-05-30 Thread David Scheidt
On Sun, 30 May 1999, Bill Huey wrote: > That's fundamentally disturbing especially coming from other fellow > Unix variant folks. > Inter-UNIX rivalries are one of things that has kept unix healthy for so long. Linux tends to pick up most of the 3L1t3 dudez, who don't know anything but how to f

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.com.au (W) Network Engineer

linux slogans (WAS: Re: Kernel config script)

1999-05-30 Thread Eric Kozowski
On Mon, May 31, 1999 at 02:36:08PM +0930, Mark Newton wrote: > 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." linux -- the operating system for kiddies, written by kiddies.

Re: so_cred changes

1999-05-30 Thread Nik Clayton
On Sun, May 30, 1999 at 01:03:36PM -0500, Chris Costello wrote: > On Sun, May 30, 1999, Brian Feldman wrote: > > Anyone for committing the so_cred changes? I've got the the pidentd changes > > here, too. > >I have also produced a patch against > doc/en/handbook/ports/chapter.sgml for this bump

Re: Kernel config script

1999-05-30 Thread Sheldon Hearn
On Sun, 30 May 1999 18:14:31 EST, Constantine Shkolnyy wrote: > You don't want FreeBSD to have more users? [...] > Making the script is like making more documentation. Is the current > FreeBSD documentation so plentiful that making more documentation would > harm somebody? This issue is much si

sio driver and select puzzle.

1999-05-30 Thread Julian Elischer
The following code is SUPPOSED to return to me when a character is available for reading.. but it doesn't. any one care to point out the obvious bug? main() { int filedes; struct termios newterm; struct termios oldterm; int child; int retval;

(Solved)Re: sio driver and select puzzle.

1999-05-30 Thread Julian Elischer
ah yes, I knew that :-) just testing you (cough) You would't believe the time I wasted on this today. On Mon, 31 May 1999, John Birrell wrote: > Julian Elischer wrote: > > write(filedes, linebuf2, strlen(linebuf2)); > > sel_nfds = 0; > > FD_ZERO(&