Re: Copyright Contradiction in libalias (Summary)

2001-08-23 Thread Crist J. Clark
On Thu, Aug 23, 2001 at 09:50:27AM +1000, Andrew Kenneth Milton wrote: > I guess we can summarize now? :-) > > 1) If you are the author of software, it's a bad idea to simply release code >into the Public Domain, mainly because you can't protect your self from >litigation by placing discl

Re: -current lockups

2001-08-23 Thread Vincent Poy
On Tue, 31 Jul 2001, John Baldwin wrote: > > On 31-Jul-01 Vincent Poy wrote: > > On Mon, 30 Jul 2001, John Baldwin wrote: > > > >> On 30-Jul-01 Sheldon Hearn wrote: > >> > > >> > > >> > On Mon, 30 Jul 2001 07:38:47 MST, "David O'Brien" wrote: > >> > > >> >> However, those boxes were panicing ofte

Re: -current lockups

2001-08-23 Thread Vincent Poy
Also, the other reason for the panics wasn't because of the kernel but for some reason, unless I do "chflags noschg /usr/lib" prior to the installworld target, it seems like the libs with the version number in the filename will notget overwritten. libc.so gets overwritten but libc.so.5 do

Re: Copyright Contradiction in libalias (Summary)

2001-08-23 Thread Andrew Kenneth Milton
+---[ Crist J. Clark ]-- | | As an analogy, take the example of BSD-licensed code where someone | else owns the copyright (like anything in FreeBSD). Provided I follow | the limited restrictions of the BSD-license, I can pile additional | licensing terms on top of that. I

Re: exec issue in tcsh?

2001-08-23 Thread Alfred Perlstein
* Jim Bryant <[EMAIL PROTECTED]> [010823 01:33] wrote: > i noticed this after a build from -current of about 24 hours ago: > > due to problems getting kde-2.2 to compile under -current, I am > currently using windowmaker and doing a `exec startx >&/dev/null` > to get into X without leaving a cons

Passing -I option to dependant pkg_add invocations

2001-08-23 Thread John W. De Boskey
Hi, Currently, the only option passed on to dependant pkg_add invocations is the '-v' verbose option. During an automated install, we use the '-I' option to ignore any pre/post installation scripts for certain packages. The following patch allows the '-I' option to be passed on to dependan

Why is csh tcsh? This can be a bad thing...

2001-08-23 Thread Jim Bryant
Why is csh tcsh? There are differences... 4:52:48pm wahoo(6): cmp /bin/csh /bin/tcsh 4:59:12pm wahoo(7): jim -- ET has one helluva sense of humor! He's always anal-probing right-wing schizos! _ Do You Yahoo!? Get your free @yahoo.

Re: Why is csh tcsh? This can be a bad thing...

2001-08-23 Thread Michael Lucas
Search the freebsd-arch archives. Big long hairy discussion, culminating in the "import of the most recent csh, tcsh." Old csh is available as ports/shells/44bsd-csh. On Thu, Aug 23, 2001 at 05:03:29PM -0500, Jim Bryant wrote: > Why is csh tcsh? > > There are differences... > > 4:52:48pm w

Re: diskcheckd is poo

2001-08-23 Thread David W. Chapman Jr.
On Thu, Aug 23, 2001 at 10:07:15PM +0200, Søren Schmidt wrote: > It seems David O'Brien wrote: > > diskcheckd is very annoying. Many doubt its usefulness in detecting > > errors before it is too late. It thinks 40% of my disks are bad (which > > I don't). I've turned it off, I know many that ha

Re: diskcheckd is poo

2001-08-23 Thread Matthew Jacob
On Thu, 23 Aug 2001, Søren Schmidt wrote: > It seems David O'Brien wrote: > > diskcheckd is very annoying. Many doubt its usefulness in detecting > > errors before it is too late. It thinks 40% of my disks are bad (which > > I don't). I've turned it off, I know many that have. > > > > I would

Re: diskcheckd is poo

2001-08-23 Thread David O'Brien
On Thu, Aug 23, 2001 at 03:11:00PM -0500, David W. Chapman Jr. wrote: > If someone could roll a tarball for me, I could atleast make the > skeleton for the port if not finish it off. We should just repo copy it to ports. See how I do the setcdboot port. -- -- David ([EMAIL PROTECTED]) To U

how to debug the crashdump of my locked up system?

2001-08-23 Thread David O'Brien
I finally got a crashdump by C-A-Esc and doing `call dumpsys'. In the past I have done a C-A-Esc and `panic' and had the writing to dumpdev hang. Not sure why it worked this time. Anyway, what should I do with the crashdump to figure out what is going on with my system disk hanging? Also is `p

unknown PNP hardware

2001-08-23 Thread David W. Chapman Jr.
I'm running -current as of an hour ago. I've gotten this since I've been running 4.2-stable, any ideas on how I can find out what it belongs to? unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't a

Re: webdavfs anyone?

2001-08-23 Thread Robert L Sowders
There is a linux project started, http://sourceforge.net/projects/dav and there is talk of making it cross platform. [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 08/22/2001 05:16 PM Please respond to mi                 To:        [EMAIL PROTECTED], [EMAIL PROTECTED]         cc:            

Re: X in free(): error: recursive call.

2001-08-23 Thread Michael Robinson
On Sat, Aug 18, 2001 at 07:01:48PM -0500, Daniel M . Kurry wrote: > On Sun, Jul 29, 2001 at 10:29:40PM +0800, some SMTP stream spewed forth: > > I am running -CURRENT as of 2001/01/31 12:00, more or less uneventfully > > for the last six months on a Dell 5000e. > > > > The one problem is that X

Re: [acpi-jp 1225] Re: question about acpi sleep.

2001-08-23 Thread yoichi
>>> IWASAKI-san wrote: > Hmmm, _WAK method checks OS type (in CKOS method) and skips calling > PHS(0xe1). I suspect that this is needed to be done after wakeup. > i.e. the OS which have `FreeBSD' as ACPI_OS_NAME might have problems > on your NotePC's ACPI. > Try running `amldb PCG-C1VSXK.dsdt' t

kern/29530

2001-08-23 Thread Eugene M. Kim
Could anybody examine and commit the patch in the PR kern/29530? It fixes the support for KingByte USB Pen Drive by adding a quirk entry to src/sys/cam/scsi/scsi_da.c. It would be even better if this were MFC'ed before 4.4 comes out. Thank you in advance! Eugene To Unsubscribe: send mail to

diskcheckd is poo

2001-08-23 Thread David O'Brien
diskcheckd is very annoying. Many doubt its usefulness in detecting errors before it is too late. It thinks 40% of my disks are bad (which I don't). I've turned it off, I know many that have. I would like to remove it from the base system and put it in ports. I really don't see what justifies

Re: diskcheckd is poo

2001-08-23 Thread Søren Schmidt
It seems David O'Brien wrote: > diskcheckd is very annoying. Many doubt its usefulness in detecting > errors before it is too late. It thinks 40% of my disks are bad (which > I don't). I've turned it off, I know many that have. > > I would like to remove it from the base system and put it in p

perl5 build is poo

2001-08-23 Thread David O'Brien
On a -current Alpha box I cannot: cd /usr/src/gnu/usr.bin/perl make cleandir && make cleandir make obj make depend make depend ===> libperl Extracting config.h (with variable substitutions) rm -f .depend mkdep -f .depend -a -I/files/Obj/files/Current/gnu/usr.bin/perl/libperl

Re: diskcheckd is poo

2001-08-23 Thread David W. Chapman Jr.
On Thu, Aug 23, 2001 at 01:57:15PM -0700, David O'Brien wrote: > On Thu, Aug 23, 2001 at 03:11:00PM -0500, David W. Chapman Jr. wrote: > > If someone could roll a tarball for me, I could atleast make the > > skeleton for the port if not finish it off. > > We should just repo copy it to ports. S

Re: cvs commit: src/lib/libc/sys mmap.2

2001-08-23 Thread Mikhail Teterin
> dg 2001/08/23 15:39:53 PDT > > Modified files: > lib/libc/sys mmap.2 > Log: > Killed reference to MAP_INHERIT which is not supported in FreeBSD. BTW, GNU Autoconf's AC_FUNC_MMAP macro fails on -current, which leads the configure (in ImageMagick, for example) t

Re: unknown PNP hardware

2001-08-23 Thread Salvo Bartolotta
> I'm running -current as of an hour ago. I've gotten this since I've > been running 4.2-stable, any ideas on how I can find out what it > belongs to? > unknown: can't assign resources > unknown: can't assign resources > unknown: can't assign resources > unknown: can't assign resources > u

Re: diskcheckd is poo

2001-08-23 Thread David W. Chapman Jr.
On Thu, Aug 23, 2001 at 05:51:41PM -0500, David W. Chapman Jr. wrote: > Here is a shar of what I am working on. Comments patches and > complaints are appreciated. I just have to make the rc script for it > to startup on boot. > > http://people.freebsd.org/~dwcjr/diskcheckd.shar > -- Update

Re: unknown PNP hardware

2001-08-23 Thread David W. Chapman Jr.
On Fri, Aug 24, 2001 at 01:13:36AM +0200, Salvo Bartolotta wrote: > > I'm running -current as of an hour ago. I've gotten this since I've > > been running 4.2-stable, any ideas on how I can find out what it > > belongs to? > > > unknown: can't assign resources > > unknown: can't assign resou

Re: unknown PNP hardware

2001-08-23 Thread Salvo Bartolotta
"David W. Chapman Jr." <[EMAIL PROTECTED]> is believed to have written: > On Fri, Aug 24, 2001 at 01:13:36AM +0200, Salvo Bartolotta wrote: > > > I'm running -current as of an hour ago. I've gotten this since I've > > > > been running 4.2-stable, any ideas on how I can find out what it > > > b

Re: unknown PNP hardware

2001-08-23 Thread Alexander Langer
Thus spake David W. Chapman Jr. ([EMAIL PROTECTED]): > I'm running -current as of an hour ago. I've gotten this since I've > been running 4.2-stable, any ideas on how I can find out what it > belongs to? Statically wired ISA devices. > unknown: can't assign resources > unknown: can't assig

Re: unknown PNP hardware

2001-08-23 Thread Darryl Okahata
Alexander Langer <[EMAIL PROTECTED]> wrote: > Thus spake David W. Chapman Jr. ([EMAIL PROTECTED]): > > > I'm running -current as of an hour ago. I've gotten this since I've > > been running 4.2-stable, any ideas on how I can find out what it > > belongs to? > > Statically wired ISA devices.

options HZ

2001-08-23 Thread David Hill
Hello - Could someone please document "options HZ" into LINT?. I found it while reading the dummynet(4) manpage. Thanks - David To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Why is csh tcsh? This can be a bad thing...

2001-08-23 Thread Kris Kennaway
On Thu, Aug 23, 2001 at 05:03:29PM -0500, Jim Bryant wrote: > Why is csh tcsh? > > There are differences... > > 4:52:48pm wahoo(6): cmp /bin/csh /bin/tcsh > 4:59:12pm wahoo(7): tcsh is the newer version of csh. Kris PGP signature

Re: Why is csh tcsh? This can be a bad thing...

2001-08-23 Thread Jim Bryant
I'm aware of this, I have used tcsh since it first appeared on comp.sources.unix, many moons ago. Because of certain differences, it cannot be used wholesale as a replacement for csh. I'm all for tcsh being in /bin, but I don't think that it's a good idea to replace the industry-standard csh w

Re: options HZ [MFC for pr=28143]

2001-08-23 Thread Thierry Herbelot
David Hill wrote: > > Hello - > Could someone please document "options HZ" into LINT?. I found it while > reading the dummynet(4) manpage. > > Thanks > - David > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-current" in the body of the message this was alrea