Re: panic: ufs_extattr_uepm_destroy: not initialized

2001-06-10 Thread Joerg Wunsch
As Robert Watson wrote: > Thomas Moestl recently committed some fixes to the EA code, and may > have a couple more in the pipeline that address these problems. I've seen the commits, however, since my system was grossly unstable, i by now took out the EA options again. I'll see whether i can re

Re: HEADS UP: locale names reorganization

2001-06-10 Thread Joerg Wunsch
As Andrey A. Chernov wrote: > > And, please also post a list of old vs. new names. Not all of us > > follow the i18n list. > > *.ASCII -> *.US-ASCII > *.ISO_* -> *.ISO* > ja_JP.EUC -> ja_JP.eucJP > ko_KR.EUC -> ko_KR.eucKR > zh_CN.EUC -> zh_CN.eucCN Thanks. I wish there would also be `shortcu

Re: world broken by ipfilter move

2001-06-10 Thread Osamu MIHARA
At Sun, 10 Jun 2001 09:06:08 +1000 (EST), Bruce Evans wrote: > Everything thet uses the ipfilter headers is similarly broken. > > This is because I use SHARED=symlinks, and src/include/Makefile doesn't > install the ipfilter headers in this case. Nor could it, since installing > them would spam

Re: HEADS UP: world is safe (locale names reorganization)

2001-06-10 Thread Andrey A. Chernov
On Mon, Jun 11, 2001 at 02:45:29 +0400, Andrey A. Chernov wrote: > On Sun, Jun 10, 2001 at 18:37:04 +0300, Maxim Sobolev wrote: > > Please post a HEADS UP when you are done, so we all be > > notified that the world is in the safe state again. > > World is safe again, but some renaming work is pen

Re: Mirror ?

2001-06-10 Thread Jun Kuriyama
At Sun, 10 Jun 2001 14:03:57 + (UTC), Stefan Carstens wrote: > Are there mirrors of current.freebsd.org available ? We creates original daily snapshot on current.jp.FreeBSD.org. This is not same as current.FreeBSD.org because timing of CVSup may be different and we don't know what procedures

Re: HEADS UP for /usr/src/release/doc & /usr/doc

2001-06-10 Thread Andrey A. Chernov
On Mon, Jun 11, 2001 at 03:56:50 +0400, Andrey A. Chernov wrote: > Please don't commit anything in the areas of subj. until I finish rename > to new locale names there. Done. Feel free to commit. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsub

Re: PCCARD and -current

2001-06-10 Thread Edwin Culp
Quoting Warner Losh <[EMAIL PROTECTED]>: > > > If you have device pccard rather than card in your kernel, you are > running NEWCARD. I know but I couldn't get it to run with pccardd. I'm going to try again tomorrow although it has been working great:-) > > Also, do you have one slot or two?

HEADS UP: linprocfs converted to pseudofs

2001-06-10 Thread Dag-Erling Smorgrav
I've converted linprocfs to use the pseudofs framework. Unfortunately this means that proc/pid/cmdline and proc/pid/mem are currently disabled as they rely on code from procfs, which hasn't been converted yet. I'll try to remedy this as soon as possible. DES -- Dag-Erling Smorgrav - [EMAIL PRO

HEADS UP for /usr/src/release/doc & /usr/doc

2001-06-10 Thread Andrey A. Chernov
Please don't commit anything in the areas of subj. until I finish rename to new locale names there. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: PCCARD and -current

2001-06-10 Thread Warner Losh
In message <[EMAIL PROTECTED]> Edwin Culp writes: : The kernel configuration that I couldn't get to work was basically GENERIC with : SCSI, USB commented out and IPFW added. The one that works is the NEWCARD with : almost identical but with the following differences only, I think. : : #device

Re: PCCARD and -current

2001-06-10 Thread Warner Losh
In message <[EMAIL PROTECTED]> Samuel Tardieu writes: : I think that a short HOWTO-UPGRADE would benefit to everyone. For The entry in UPDATING should do that. If it is unclear, let me know and I'll update it. : example, should I: : : - keep my old kernel settings (using the glue compatibili

HEADS UP: world is safe (locale names reorganization)

2001-06-10 Thread Andrey A. Chernov
On Sun, Jun 10, 2001 at 18:37:04 +0300, Maxim Sobolev wrote: > Please post a HEADS UP when you are done, so we all be > notified that the world is in the safe state again. World is safe again, but some renaming work is pending waiting for additional CVS copies will be made. -- Andrey A. Chernov

Re: HEADS UP: locale names reorganization

2001-06-10 Thread Andrey A. Chernov
On Sun, Jun 10, 2001 at 23:36:58 +0200, Joerg Wunsch wrote: > And, please also post a list of old vs. new names. Not all of us > follow the i18n list. *.ASCII -> *.US-ASCII *.ISO_* -> *.ISO* ja_JP.EUC -> ja_JP.eucJP ko_KR.EUC -> ko_KR.eucKR zh_CN.EUC -> zh_CN.eucCN -- Andrey A. Chernov http:/

Re: HEADS UP: locale names reorganization

2001-06-10 Thread Joerg Wunsch
Maxim Sobolev <[EMAIL PROTECTED]> wrote: > Please post a HEADS UP when you are done, so we all be > notified that the world is in the safe state again. And, please also post a list of old vs. new names. Not all of us follow the i18n list. Anyway, nice to see that we're going to be compatible t

Lockups related to handle_written_filepage

2001-06-10 Thread Samuel Tardieu
I got several lockups with the message: (everything copied by hand, errors come from me) handle_written_filepage active page dep A ddb backtrace gives: scgetc() at scgetc+0x41e sckbdevent() at sckbdevent+0x1c5 atkbd_intr() at atkbd_intr+0x22 atkbd_isa_intr() at atkbd_isa_intr+0x18 ithread_lo

Re: PCCARD and -current

2001-06-10 Thread Edwin Culp
The kernel configuration that I couldn't get to work was basically GENERIC with SCSI, USB commented out and IPFW added. The one that works is the NEWCARD with almost identical but with the following differences only, I think. #device card# pccard bus #device pcic

Re: PCCARD and -current

2001-06-10 Thread Samuel Tardieu
> "Warner" == Warner Losh <[EMAIL PROTECTED]> writes: Warner> You shouldn't have had to do that. which ones were they, and Warner> are you still running pccard (classic) aka OLDCARD? Warner, I think that a short HOWTO-UPGRADE would benefit to everyone. For example, should I: - keep my o

Re: Mirror ?

2001-06-10 Thread Jordan Hubbard
Not to my knowledge, though anyone is free to create one. - Jordan From: [EMAIL PROTECTED] (Stefan Carstens) Subject: Mirror ? Date: Sun, 10 Jun 2001 16:03:47 +0200 > Are there mirrors of current.freebsd.org available ? > To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebs

Re: PCCARD and -current

2001-06-10 Thread Warner Losh
In message <[EMAIL PROTECTED]> Edwin Culp writes: : I also had to add options from NEWCARD to my kern cofiguration file. : That is why I couldn't get it to work with my GENERIC based configuration. : I haven't seen that documented, but it worked for me after 3 days of : suffering. You shouldn't

Re: panic: ufs_extattr_uepm_destroy: not initialized

2001-06-10 Thread Robert Watson
On Sun, 10 Jun 2001, Joerg Wunsch wrote: > Joerg Wunsch <[EMAIL PROTECTED]> wrote: > > > It /only/ happens after a "mount -a", not after just mounting /tmp > > only. No idea why, the only `obscure' filesystems i've got are procfs > > and portalfs. > > portalfs indeed seems to be the culprit f

Re: HEADS UP: locale names reorganization

2001-06-10 Thread Maxim Sobolev
On Sun, 10 Jun 2001 16:38:53 +0400, Andrey A. Chernov wrote: > As discussed recently in i18n, we rename our locale names to make them > X11, other *BSD and number of commercial Unices compatible. > > During the transition commit period some locales or programms may not > sense locale, but after a

Mirror ?

2001-06-10 Thread Stefan Carstens
Are there mirrors of current.freebsd.org available ?  

Re: PCCARD and -current

2001-06-10 Thread Edwin Culp
I also had to add options from NEWCARD to my kern cofiguration file. That is why I couldn't get it to work with my GENERIC based configuration. I haven't seen that documented, but it worked for me after 3 days of suffering. ed Quoting Warner Losh <[EMAIL PROTECTED]>: > In message <[EMAIL PROTE

HEADS UP: locale names reorganization

2001-06-10 Thread Andrey A. Chernov
As discussed recently in i18n, we rename our locale names to make them X11, other *BSD and number of commercial Unices compatible. During the transition commit period some locales or programms may not sense locale, but after all things will be done, old names becomes aliases to new names and will

Re: Create bootable CD

2001-06-10 Thread Wilko Bulte
On Sun, Jun 10, 2001 at 10:47:29AM +0200, German Tischler wrote: > On Sun, Jun 10, 2001 at 10:43:02AM +0200, Stefan Carstens wrote: > > Hi, there. > > I've downloaded the latest snapshot from FreeBSD-current > > and I'd like to install it now, to do some tests. > > The boot-floppies work fine, but

Re: Terminal line discipline is broken [sorta]

2001-06-10 Thread Valentin Nechayev
Thu, Jun 07, 2001 at 12:04:10, bde (Bruce Evans) wrote about "Re: Terminal line discipline is broken [sorta]": > This may be a bug in tcsh. Do you really think that shell should not modify signal handling policy which he obtained as legacy from login? And application which resets them to appr

Re: Create bootable CD

2001-06-10 Thread German Tischler
On Sun, Jun 10, 2001 at 10:43:02AM +0200, Stefan Carstens wrote: > Hi, there. > I've downloaded the latest snapshot from FreeBSD-current > and I'd like to install it now, to do some tests. > The boot-floppies work fine, but I would like to create a > bootable CD, because I have some mashines to in

Create bootable CD

2001-06-10 Thread Stefan Carstens
Hi, there. I've downloaded the latest snapshot from FreeBSD-current and I'd like to install it now, to do some tests. The boot-floppies work fine, but I would like to create a bootable CD, because I have some mashines to install on. Would be nice if someone could point me into the right dir