Xwrapper and xdm exited on signal 11

2001-07-20 Thread Yoshihiro Koya
Hello, I CVSuped at Thu Jul 19 11:33:58 UTC 2001, and did make world. Then Xwrapper always exits on signal 11, and I cannot use X11 now. Jul 20 04:33:17 current /boot/kernel/kernel: pid 467 (Xwrapper), uid 0: exited on signal 11 Jul 20 16:16:01 current /boot/kernel/kernel: pid 656 (xdm), uid 0:

Re: Xwrapper and xdm exited on signal 11

2001-07-20 Thread Kris Kennaway
On Fri, Jul 20, 2001 at 04:27:39PM +0900, Yoshihiro Koya wrote: > Hello, > > I CVSuped at Thu Jul 19 11:33:58 UTC 2001, and did make world. > Then Xwrapper always exits on signal 11, and I cannot use X11 now. Rebuild them. Recent PAM changes broke binary compatibility within 5.0-CURRENT. Hopef

Re: Xwrapper and xdm exited on signal 11

2001-07-20 Thread Harti Brandt
On Fri, 20 Jul 2001, Yoshihiro Koya wrote: YK>I CVSuped at Thu Jul 19 11:33:58 UTC 2001, and did make world. YK>Then Xwrapper always exits on signal 11, and I cannot use X11 now. You need to recompile all ports using pam. See /usr/src/UPDATING. harti -- harti brandt, http://www.fokus.gmd.de/re

Re: Xwrapper and xdm exited on signal 11

2001-07-20 Thread Yoshihiro Koya
Hello, From: Kris Kennaway <[EMAIL PROTECTED]> Subject: Re: Xwrapper and xdm exited on signal 11 Date: Fri, 20 Jul 2001 00:45:58 -0700 > On Fri, Jul 20, 2001 at 04:27:39PM +0900, Yoshihiro Koya wrote: > > Hello, > > > > I CVSuped at Thu Jul 19 11:33:58 UTC 2001, and did make world. > > Then Xwr

Re: Xwrapper and xdm exited on signal 11

2001-07-20 Thread Jim Bryant
Harti Brandt wrote: > > On Fri, 20 Jul 2001, Yoshihiro Koya wrote: > > YK>I CVSuped at Thu Jul 19 11:33:58 UTC 2001, and did make world. > YK>Then Xwrapper always exits on signal 11, and I cannot use X11 now. > > You need to recompile all ports using pam. See /usr/src/UPDATING. Is there any ex

Re: Xwrapper and xdm exited on signal 11

2001-07-20 Thread Harti Brandt
On Fri, 20 Jul 2001, Jim Bryant wrote: JB>Harti Brandt wrote: JB>> JB>> On Fri, 20 Jul 2001, Yoshihiro Koya wrote: JB>> JB>> YK>I CVSuped at Thu Jul 19 11:33:58 UTC 2001, and did make world. JB>> YK>Then Xwrapper always exits on signal 11, and I cannot use X11 now. JB>> JB>> You need to recompile

netscape port fails to 'make install' after update to current?

2001-07-20 Thread mel kravitz
After upgrading to -current from 4.3 on alpha, netscape dumps core, rebuilding port gives: 'make install' fails at: exception system: exiting due to internal error: out of memory trying to allocate exception system resources. What do i need to rebuild in ports directory first? -Mel To Unsubscrib

Re: [acpi-jp 1168] Re: HEADS UP - more ACPI updates, CPU throttling

2001-07-20 Thread Yoichi NAKAYAMA
Hi. Munehiro Matsuda <[EMAIL PROTECTED]> wrote: > I'm also having same hang-up, with acpi_pcib.c rev1.10 (no NEWCARD). > With acpi_pcib.c rev1.9, I loose my pccard. > With acpi_pcib.c rev1.8, everything seems ok. > From: [EMAIL PROTECTED] > Date: Mon, 09 Jul 2001 18:51:12 +0900 > ::I cvsup'ed to

Re: libedit replacement for libreadline

2001-07-20 Thread Terry Lambert
Erik Trulsson wrote: > > Peter MFC'ed it a few weeks ago. > > A few days ago is more like it. > > (cvs log lib/libcrypto/Makefile gives the following:) > > revision 1.24.2.4 > date: 2001/07/16 03:28:26; author: peter; state: Exp; lines: +11 -56 > MFC: unify libscrypt/libdescrypt into libcryp

huh? in Selrecord(): what is this for?

2001-07-20 Thread Julian Elischer
void selrecord(selector, sip) struct proc *selector; struct selinfo *sip; { struct proc *p; pid_t mypid; mypid = selector->p_pid; if (sip->si_pid == mypid) return; if (sip->si_pid && (p = pfind(sip->si_pid))) { Why do we lo

Re: huh? in Selrecord(): what is this for?

2001-07-20 Thread Julian Elischer
Never mind.. I'm an ijut... Julian Elischer wrote: > > void > selrecord(selector, sip) > struct proc *selector; > struct selinfo *sip; > { > struct proc *p; > pid_t mypid; > > mypid = selector->p_pid; > if (sip->si_pid == mypid) >

RE: huh? in Selrecord(): what is this for?

2001-07-20 Thread John Baldwin
On 20-Jul-01 Julian Elischer wrote: > void > selrecord(selector, sip) > struct proc *selector; > struct selinfo *sip; > { > struct proc *p; > pid_t mypid; > > mypid = selector->p_pid; > if (sip->si_pid == mypid) > return; >

Re: -current kernel hangs?

2001-07-20 Thread David Wolfskill
>Date: Fri, 20 Jul 2001 10:57:02 +0700 (NOVST) >From: [EMAIL PROTECTED] >>> > With a July 18, 2001 sources, it seems like the kernel hands at >>> >the entropy harvesting stage ctrl-t shows: >>> Also (again, for me) "sysctl -N -a" outputs a (non-terminating) stream of >>> ... > I h

[Patch] ACPI support in rc.conf

2001-07-20 Thread Alexander Leidinger
Hi, attached is a diff for rc.i386, rc.conf.5 and defaults/rc.conf which allows to enable the ACPI power management in rc.conf similar to apm_enable. It also removes a reference to the non existing acpi(9) from acpi(4). Bye, Alexander. -- Reboot America. http://www

RE: [Patch] ACPI support in rc.conf

2001-07-20 Thread John Baldwin
On 20-Jul-01 Alexander Leidinger wrote: > Hi, > > attached is a diff for rc.i386, rc.conf.5 and defaults/rc.conf which > allows to enable the ACPI power management in rc.conf similar to > apm_enable. > > It also removes a reference to the non existing acpi(9) from acpi(4). It should probably r

Re: acpica malfunctions

2001-07-20 Thread Michael Harnois
> These are known bugs, and should be fixed in the next ACPI CA > import (hopefully sometime in the next few days). I don't suppose this is going to fix the problem with the CUSL-2 BIOS ... -- Michael D. Harnois[EMAIL PROTECTED] Redeemer Lutheran Church

The whole libc FILE/stdio mess and 5.0

2001-07-20 Thread Daniel Eischen
Were we going to do anything to get rid of: #define stdin (&__sF[0]) #define stdout (&__sF[1]) #define stderr (&__sF[2]) for 5.0-release, or is the current fix the one we want to go with. I don't know if we ever decided how it should be properly fixed, or if it shoul

Re: The whole libc FILE/stdio mess and 5.0

2001-07-20 Thread Alfred Perlstein
* Daniel Eischen <[EMAIL PROTECTED]> [010720 17:00] wrote: > Were we going to do anything to get rid of: > > #define stdin (&__sF[0]) > #define stdout (&__sF[1]) > #define stderr (&__sF[2]) > > for 5.0-release, or is the current fix the one we want to > go with. I don't kn

Re: The whole libc FILE/stdio mess and 5.0

2001-07-20 Thread Daniel Eischen
On Fri, 20 Jul 2001, Alfred Perlstein wrote: > * Daniel Eischen <[EMAIL PROTECTED]> [010720 17:00] wrote: > > Were we going to do anything to get rid of: > > > > #define stdin (&__sF[0]) > > #define stdout (&__sF[1]) > > #define stderr (&__sF[2]) > > > > for 5.0-release, or is th

usr.bin/write/write.c patch

2001-07-20 Thread David Hill
Hello - I patched up write.c a bit. 1. Constified 2. Changed a strncpy to strlcpy 3. change S_IWRITE >> 3 to S_IWGRP 4. Changed fileno(stdin/stdout/stderr) to STD*_FILENO 5. cleaned up 2 pieces of code so it will compile when WARNS=2 is set.

Re: [Patch] ACPI support in rc.conf

2001-07-20 Thread Mike Smith
> attached is a diff for rc.i386, rc.conf.5 and defaults/rc.conf which > allows to enable the ACPI power management in rc.conf similar to > apm_enable. This is not a good idea; ACPI isn't "on" or "off", and by the time rc.conf is running it's too late to en/disable it. There are several sepera

Official America's Cup Jubilee Announcement

2001-07-20 Thread Washington Promotions International
WASHINGTON PROMOTIONS INTERNATIONAL HONORED BY THE AMERICA'S CUP JUBILEE 2001 The America's Cup Jubilee Governing Committee in Cowes, United Kingdom has selected Washington Promotions International as the official U.S.A. merchandise licensee for the 150th Anniversary of the America's Cup. Pleas

Re: -current kernel hangs?

2001-07-20 Thread Alexander Leidinger
On 19 Jul, Vincent Poy wrote: >> I didn't see this behavior. >> >> If somebody wants the output of a verbose boot, my kernel config or >> something else feel free to contact me. > > Hmmm, which kernel config did you use? I tried GENERIC and even Kernel config and loader.conf attached (ac

Re: Xwrapper and xdm exited on signal 11

2001-07-20 Thread Bruce Evans
On Fri, 20 Jul 2001, Yoshihiro Koya wrote: > I CVSuped at Thu Jul 19 11:33:58 UTC 2001, and did make world. > Then Xwrapper always exits on signal 11, and I cannot use X11 now. Everything linked to libpam.so.1 was broken by recent changes in libpam. The pam modules that go with libpam.so.2 are i

HEADS UP: ACPI core code updated

2001-07-20 Thread Mike Smith
I've just merged the Intel 20010717 code, after some very light testing at this end. Feedback is encouraged. The most visible change in this drop is a fix in handling of fields in unaligned regions; this should resolve the issue with Sony VAIO systems reporting bogus temperatures and AC adap