Re: Copyright Contradiction in libalias

2001-08-21 Thread Brandon D. Valentine
On Mon, 20 Aug 2001, Crist J. Clark wrote: It is now written policy, and I believe it was the understood, unwritten policy in the past, that any patches and additions to a file in FreeBSD are governed by the existing licensing of the file unless otherwise stated. This would indicate to me that

syscons VTY switch panic...

2001-08-21 Thread Jim Bryant
I am getting this with regularity now. The one time I was available to see the panic, I forgot to go into the debugger and do a traceback, but it had something to do with a mwrite, and had a line concerning [maybe a buffer is?]... I know this isn't much to go on, but that's what I have.

problem not single open() of '/dev/mixer' in -CURRENT

2001-08-21 Thread Vladimir B. Grebenschikov
After ubgrade to -CURRENT I have found that it is not possible open mixer device twice and more. Second open gets EBUSY. It is usual practice that on there is more than one program on desktop opening mixer - for me it wmmixer, wmtune (both WindowMaker applets) and xmms or xmcd. Under RELENG_4

Re: Where to put new bus_dmamap_load_mbuf() code

2001-08-21 Thread Justin T. Gibbs
Correction. This sample: if (bus_dma_tag_create(pci-parent_dmat, PAGE_SIZE, lim, BUS_SPACE_MAXADDR, BUS_SPACE_MAXADDR, NULL, NULL, len, 1, BUS_SPACE_MAXSIZE_32BIT, 0, pci-cntrol_dmat) != 0) { isp_prt(isp, ISP_LOGERR,

Re: Sound broken on -current again...

2001-08-21 Thread Søren Schmidt
It seems John Baldwin wrote: In servalan.mailinglist.fbsd-current Maxim Sobolev writes: I found that after reverting the following deltas (jhb's 10 August commit) sound starts working again: [list of deltas deleted] I found much the same thing; specifically, the problematic change

Re: Sound broken on -current again...

2001-08-21 Thread Maxim Sobolev
John Baldwin wrote: The same is here (OPL3-SA driver on Toshiba Satellite Pro 445CDX notebook). I found that after reverting the following deltas (jhb's 10 August commit) sound starts working again: That's a rather large commit. Is this the ast() fixup? Is the process that has the

is 'suspend' broken in CURRENT?

2001-08-21 Thread Vladimir B. Grebenschikov
Juriy Goloveshkin writes: I have sony vaio z505hs. I have latest cvs-tree. suspend worked 1-2 weeks ago but now when I want to resume from suspend-mode I see the same screen I saw before suspend but keyboard doesn't work and harddisk doesn't spin. Have same problem on: FreeBSD

Re: /usr/games/wtf

2001-08-21 Thread Ruslan Ermilov
On Tue, Aug 21, 2001 at 01:03:11PM +0700, Max Khon wrote: hi, there! I would like to add /usr/games/wtf from NetBSD to base system. Any opinions/objections? FWIW, I don't like its name. :-) Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay

Re: /usr/games/wtf

2001-08-21 Thread Max Khon
hi, there! I would like to add /usr/games/wtf from NetBSD to base system. Any opinions/objections? wtf is it? NAME wtf - translates acronyms for you SYNOPSIS wtf [is] acronym ... husky:~$wtf is pola POLA: principle of least astonishment husky:~$ /fjoe To Unsubscribe: send

Re: Panic on 8/10 -current: sleeping process owns a mutex

2001-08-21 Thread Ian Dowse
In message [EMAIL PROTECTED], Doug Barton writes: Immediately prior to the crash I was getting a lot of these on the console: Aug 12 01:00:52 kern.crit Master /boot/kernel/kernel: /usr/local/src/sys/kern/kern_synch.c:377: sleeping with mountlist locke d from

Re: Copyright Contradiction in libalias

2001-08-21 Thread Thomas T. Veldhouse
Well since copyright was abandoned (being placed into the public domain is abandonment of copyright), the changed file can be copyrighted by whomever makes changes. The new file is then covered by the license from that point forward. Copyright is certainly not abaondoned when you place

Re: /usr/games/wtf

2001-08-21 Thread Paul Richards
--On Tuesday, August 21, 2001 14:18:19 +0700 Max Khon [EMAIL PROTECTED] wrote: hi, there! I would like to add /usr/games/wtf from NetBSD to base system. Any opinions/objections? wtf is it? NAME wtf - translates acronyms for you SYNOPSIS wtf [is] acronym ...

Re: /usr/games/wtf

2001-08-21 Thread Alexander Goller
Hi, On Tue, Aug 21, 2001 at 02:18:19PM +0700, Max Khon wrote: SYNOPSIS wtf [is] acronym ... husky:~$wtf is pola POLA: principle of least astonishment husky:~$ There's also /usr/ports/misc/acron iirc. bye, alex To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: libss termination

2001-08-21 Thread Terry Lambert
Mark Murray wrote: As far as I can tell, there's nothing in the tree which uses libss any longer, and hasnt been for quite some time. Is there any reason to keep it? Nope. Right. Kill it. Are there any ports which depnd on it, and thus assume it's in the base system, which

Re: libss termination

2001-08-21 Thread Peter Wemm
Terry Lambert wrote: Mark Murray wrote: As far as I can tell, there's nothing in the tree which uses libss any longer, and hasnt been for quite some time. Is there any reason to keep it? Nope. Right. Kill it. Are there any ports which depnd on it, and thus

Re: libss termination

2001-08-21 Thread Terry Lambert
Peter Wemm wrote: As far as I can tell, there's nothing in the tree which uses libss any longer, and hasnt been for quite some time. Is there any reason to keep it? Nope. Right. Kill it. Are there any ports which depnd on it, and thus assume it's in the base

Re: QT23 not building

2001-08-21 Thread Kenneth Wayne Culver
You are building from the ports tree right? Did you check to make sure you have The include path and library path for OpenGL libraries in the QT Makefile? On Tue, 21 Aug 2001, Salvo Bartolotta wrote: Dear FreeBSD'ers, I am running -CURRENT as of August 18, 2001 -- yet another entry in the

Panic with latest current/UFS_DIRHASH

2001-08-21 Thread Ollivier Robert
Just upgraded my laptop to the latest current and during installworld, got this panic: panic: ufsdirhash_findslot: 'ka_JP.Shift_JIS' not found db trace Debugger panic ufsdirhash_findslot ufsdirhash_move ufs_direnter ufs_makeinode ufs_symlink ufs_vnoperate symlink syscall syscall_with_err_pushed

Re: Panic with latest current/UFS_DIRHASH

2001-08-21 Thread Ollivier Robert
According to Ollivier Robert: Just upgraded my laptop to the latest current and during installworld, got this panic: panic: ufsdirhash_findslot: 'ka_JP.Shift_JIS' not found db trace Debugger panic ufsdirhash_findslot ufsdirhash_move ufs_direnter ufs_makeinode ufs_symlink

Re: is 'suspend' broken in CURRENT?

2001-08-21 Thread Ollivier Robert
According to Vladimir B. Grebenschikov: When I was running RELENG_4 my vaio z505s allways successful awake from hibernation, and with probability about 30% freezes after awake from suspend. Now (with -CURRENT) it always freezes after awake from suspend, and often freezes after awake from

Re: /usr/games/wtf

2001-08-21 Thread Laurence Berland
wtf knows what acronyms are so you type wtf wtf and it tells you... or you're just messing with him... I can't tell... On Mon, 20 Aug 2001, Kris Kennaway wrote: On Tue, Aug 21, 2001 at 01:03:11PM +0700, Max Khon wrote: hi, there! I would like to add /usr/games/wtf from NetBSD to base

Re: /usr/games/wtf

2001-08-21 Thread scanner
I can't see any benefits to having this in the base system. Make it a port instead. Oh and /usr/games/wargames is such a huge benefit? By that logic all of /usr/games belong as ports. Which I wont argue with at all.

Re: /usr/games/wtf

2001-08-21 Thread Paul Richards
--On Tuesday, August 21, 2001 11:37:47 -0400 [EMAIL PROTECTED] wrote: I can't see any benefits to having this in the base system. Make it a port instead. Oh and /usr/games/wargames is such a huge benefit? By that logic all of /usr/games belong as ports. Which I wont argue with at all.

Re: Panic with latest current/UFS_DIRHASH

2001-08-21 Thread Ian Dowse
In message [EMAIL PROTECTED], Ollivier Robert writes: The interesting thing is that I also get that with my old 17th Jul. kernel... except that the panic message is ufsdirhash_checkblock: bad dir inode It is always in the following part of installworld: That's interesting - the bad dir inode

Re: Copyright Contradiction in libalias

2001-08-21 Thread Crist J. Clark
On Tue, Aug 21, 2001 at 08:14:59AM -0500, Thomas T. Veldhouse wrote: Well since copyright was abandoned (being placed into the public domain is abandonment of copyright), the changed file can be copyrighted by whomever makes changes. The new file is then covered by the license from that

Re: Sound broken on -current again...

2001-08-21 Thread Maxim Sobolev
Maxim Sobolev wrote: John Baldwin wrote: The same is here (OPL3-SA driver on Toshiba Satellite Pro 445CDX notebook). I found that after reverting the following deltas (jhb's 10 August commit) sound starts working again: That's a rather large commit. Is this the ast() fixup? Is

problems while compiling kernel

2001-08-21 Thread oleg dashevskii
Hallo, Well I'm upgrading my 4-STABLE box up to 5.0-CURRENT... cvsup and make buildworld were successful, as opposed to make buildkernel, which issues: [skipped] linking kernel kbd.o: In function `kbd_register': kbd.o(.text+0x351): undefined reference to `__start_set_kbddriver_set'

[PATCH] Fix for hanging sound

2001-08-21 Thread John Baldwin
There is a bug in the msleep/endtsleep race workaround. Please test the patch at http://www.FreeBSD.org/~jhb/patches/timeout.patch Index: kern/kern_condvar.c === RCS file: /usr/cvs/src/sys/kern/kern_condvar.c,v retrieving revision

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

2001-08-21 Thread Mitsuru IWASAKI
Hi, IWASAKI-san wrote: I think your NotePC doesn't have _S1_ object in ACPI data block. Plese check `acpidump | grep _S1' to see if _S1_ object is there. No, there isn't _S1_ object. Yup, it has only S0, S3, S4 and S5. No S1 on your NotePC. Maybe yours has other _Sx_ object (such

RE: [PATCH] Fix for hanging sound

2001-08-21 Thread John Baldwin
On 21-Aug-01 John Baldwin wrote: There is a bug in the msleep/endtsleep race workaround. Please test the patch at http://www.FreeBSD.org/~jhb/patches/timeout.patch Grrr, this patch doesn't compile. I've updated the patch at the URL. -- John Baldwin [EMAIL PROTECTED] --

Re: libss termination

2001-08-21 Thread Kris Kennaway
On Tue, Aug 21, 2001 at 06:12:58AM -0700, Terry Lambert wrote: Peter Wemm wrote: As far as I can tell, there's nothing in the tree which uses libss any longer, and hasnt been for quite some time. Is there any reason to keep it? Nope. Right. Kill it. Are

Re: Disk I/O problems with -current.

2001-08-21 Thread Kris Kennaway
On Mon, Aug 20, 2001 at 11:52:07AM +0100, Josef Karthauser wrote: I'm having strange problems with -current on a laptop with 64mb of memory. Periodically things go strange [tm]. Because of the lack of memory I'm using a fair amount of swap. Everything runs smoothly up until a point,

Re: /usr/games/wtf

2001-08-21 Thread Brandon D. Valentine
On Tue, 21 Aug 2001 [EMAIL PROTECTED] wrote: I can't see any benefits to having this in the base system. Make it a port instead. Oh and /usr/games/wargames is such a huge benefit? By that logic all of /usr/games belong as ports. Which I wont argue with at all. I would argue with taking

Re: Copyright Contradiction in libalias

2001-08-21 Thread Giorgos Keramidas
From: Crist J. Clark [EMAIL PROTECTED] Subject: Re: Copyright Contradiction in libalias Date: Tue, Aug 21, 2001 at 11:40:20AM -0700 On Tue, Aug 21, 2001 at 08:14:59AM -0500, Thomas T. Veldhouse wrote: So, if Microsoft decides they want your software without the existing license (public

Re: Copyright Contradiction in libalias

2001-08-21 Thread Crist J. Clark
On Tue, Aug 21, 2001 at 11:18:41PM +0300, Giorgos Keramidas wrote: From: Crist J. Clark [EMAIL PROTECTED] Subject: Re: Copyright Contradiction in libalias Date: Tue, Aug 21, 2001 at 11:40:20AM -0700 On Tue, Aug 21, 2001 at 08:14:59AM -0500, Thomas T. Veldhouse wrote: So, if Microsoft

Re: Copyright Contradiction in libalias

2001-08-21 Thread Nate Williams
If you ever claimed to hold the copyright to software that has been released into the public domain, you would be commiting fraud. Not if I'm the author of the software. I can release my software under as many licenses as I'd like, including putting it into the public domain. However, I

Re: Copyright Contradiction in libalias

2001-08-21 Thread Andrew Kenneth Milton
+---[ Nate Williams ]-- | If you ever claimed to hold the copyright to software that has been | released into the public domain, you would be commiting fraud. | | Not if I'm the author of the software. | | I can release my software under as many licenses as I'd like,

Re: Copyright Contradiction in libalias

2001-08-21 Thread Crist J. Clark
On Tue, Aug 21, 2001 at 04:46:07PM -0600, Nate Williams wrote: If you ever claimed to hold the copyright to software that has been released into the public domain, you would be commiting fraud. Not if I'm the author of the software. I can release my software under as many licenses as

issue on STRIP make variable

2001-08-21 Thread Takanori Saneto
(I once tried to send this message which did not seem to reach to the list, so I'm trying again. If you see this message twice, sorry for it) In article [EMAIL PROTECTED], Takanori Saneto [EMAIL PROTECTED] wrote: Hi, folks, I think there is problem about the treatment of STRIP make

Re: Copyright Contradiction in libalias

2001-08-21 Thread Nate Williams
| If you ever claimed to hold the copyright to software that has been | released into the public domain, you would be commiting fraud. | | Not if I'm the author of the software. | | I can release my software under as many licenses as I'd like, including | putting it into the public

Re: Copyright Contradiction in libalias

2001-08-21 Thread Andrew Kenneth Milton
+---[ Nate Williams ]-- | | If you ever claimed to hold the copyright to software that has been | | released into the public domain, you would be commiting fraud. | | | | Not if I'm the author of the software. | | | | I can release my software under as many

fsck setting d_ino == 0 (was Re: filesystem errors)

2001-08-21 Thread Ian Dowse
In message [EMAIL PROTECTED], Kirk McKusick writ es: FFS will never set a directory ino == 0 at a location other than the first entry in a directory, but fsck will do so to get rid of an unwanted entry. The readdir routines know to skip over an ino == 0 entry no matter where in the directory it

Re: Disk I/O problems with -current.

2001-08-21 Thread David W. Chapman Jr.
On Tue, Aug 21, 2001 at 12:54:35PM -0700, Kris Kennaway wrote: On Mon, Aug 20, 2001 at 11:52:07AM +0100, Josef Karthauser wrote: I'm having strange problems with -current on a laptop with 64mb of memory. Periodically things go strange [tm]. Because of the lack of memory I'm using a

Re: libss termination

2001-08-21 Thread Wes Peters
Terry Lambert wrote: Peter Wemm wrote: As far as I can tell, there's nothing in the tree which uses libss any longer, and hasnt been for quite some time. Is there any reason to keep it? Nope. Right. Kill it. Are there any ports which depnd on it,

Re: Disk I/O problems with -current.

2001-08-21 Thread Jim Bryant
Kris Kennaway wrote: On Mon, Aug 20, 2001 at 11:52:07AM +0100, Josef Karthauser wrote: I'm having strange problems with -current on a laptop with 64mb of memory. Periodically things go strange [tm]. Because of the lack of memory I'm using a fair amount of swap. Everything runs smoothly

Re: Panic with latest current/UFS_DIRHASH

2001-08-21 Thread Ian Dowse
In message [EMAIL PROTECTED], Ollivier Robert writes: According to Ollivier Robert: Just upgraded my laptop to the latest current and during installworld, got this panic: panic: ufsdirhash_findslot: 'ka_JP.Shift_JIS' not found Thanks for the bug report - see my other mail to -current for

Re: syscons VTY switch panic...

2001-08-21 Thread Kazutaka YOKOTA
Do you by any chance use a VESA mode in text vtys? The vesa module in -CURRENT has problems now. If you try to set the VESA_800x600 mode in syscons, you will likely to hang your machine. This is a known problem, and is somewhat related to vm86 and context switching. I am afraid there is no

Re: syscons VTY switch panic...

2001-08-21 Thread Jim Bryant
Actually, I have tried to get the VESA splash thing going, but never can get anything to display... I can try removing that... I believe it is still set up this way... What are the limitations on image size and color-depth for the boot splash thing? Kazutaka YOKOTA wrote: Do you by any

Re: Disk I/O problems with -current.

2001-08-21 Thread David W. Chapman Jr.
On Tue, Aug 21, 2001 at 05:42:55PM -0500, Jim Bryant wrote: Kris Kennaway wrote: On Mon, Aug 20, 2001 at 11:52:07AM +0100, Josef Karthauser wrote: I'm having strange problems with -current on a laptop with 64mb of memory. Periodically things go strange [tm]. Because of the lack of

Re: Userbase of -current

2001-08-21 Thread Jonathan Chen
On Sun, Aug 19, 2001 at 08:27:21AM -1000, Vincent Poy wrote: Or, simply unplug the harddrive from your laptop and plug it into another machine to do the install. When I fubar'ed my laptop's fs not too long ago, I hot-plugged my laptop harddrive into my desktop, issued an atacontrol

Adaptec 7899 on-board controller and 4.4-RC

2001-08-21 Thread Slawek Zak
I have 2 such controlers in a Dell 6400. Both did work on 4.3-STABLE, updated about 4 weeks ago. After upgrade to 4.4-RC none of them is detected during boot. Did the ahc driver `suffer' some dramatic changes lately? /S To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: syscons VTY switch panic...

2001-08-21 Thread Kazutaka YOKOTA
Would you please remove the vesa driver from the kernel and do not try loading the vesa module either, and see if things work? Actually, I have tried to get the VESA splash thing going, but never can get a nything to display... I can try removing that... I believe it is still set up this

Re: Copyright Contradiction in libalias

2001-08-21 Thread Warner Losh
In message [EMAIL PROTECTED] Nate Williams writes: : | If you ever claimed to hold the copyright to software that has been : | released into the public domain, you would be commiting fraud. : | : | Not if I'm the author of the software. : | : | I can release my software under as many