Re: Wrong date for DEVFS entries

2003-02-07 Thread Andrey A. Chernov
should be integrated into kernel. And for which reason? Only to heal DEVFS timestamps? Mount workaround looks more light-weighted. -- 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: Wrong date for DEVFS entries

2003-02-08 Thread Andrey A. Chernov
at to handle unlimited amount of machine up/down times. -- 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: Wrong date for DEVFS entries

2003-02-08 Thread Andrey A. Chernov
? > > No. devfs silently ignores MNT_RDONLY and doesn't support MNT_UPDATE. I mean not right now situation, but it could fixed to handle them. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

OPIE breakage: backout & patch for review

2003-02-15 Thread Andrey A. Chernov
(rhost == NULL) - rhost = "localhost"; + if (rhost == NULL || strcasecmp(rhost, "localhost") == 0) + rhost = ""; if (opieaccessfile(rhost) != 0 && opiealways(pwent->pw_dir) != 0) return (PAM

Re: OPIE breakage: backout & patch for review

2003-02-15 Thread Andrey A. Chernov
On Sun, Feb 16, 2003 at 04:41:58 +0300, Andrey A. Chernov wrote: > des tries to fix OPIE config to add > additional things here not needed by standard OPIE setup at all. To be more specific, exact breakage after des is: Old non-PAMified OPIE variant: localhost allowed even there is no

Re: OPIE breakage: backout & patch for review

2003-02-16 Thread Andrey A. Chernov
On Sun, Feb 16, 2003 at 11:01:43 +0100, Dag-Erling Smorgrav wrote: > "Andrey A. Chernov" <[EMAIL PROTECTED]> writes: > > [...] > > Please disregard. Andrey does not know what he's talking about and > ignores any attempt at explaining what the real issue is

Re: OPIE breakage: backout & patch for review

2003-02-16 Thread Andrey A. Chernov
On Sun, Feb 16, 2003 at 13:27:38 +0300, Andrey A. Chernov wrote: > > Unless you specify exact details of what I ignore, I'll be forced to > treat your reply as NO REVIEW and commit this changes. Well, after numerous exchanges of nonsense messages a bit of details comes from des, s

Re: OPIE breakage: backout & patch for review

2003-02-16 Thread Andrey A. Chernov
On Sun, Feb 16, 2003 at 11:58:57 +0100, [EMAIL PROTECTED] wrote: > In message <[EMAIL PROTECTED]>, "Andrey A. Chernov" writes: > >On Sun, Feb 16, 2003 at 13:27:38 +0300, Andrey A. Chernov wrote: > >> > >> Unless you specify exact details of what I ignor

Re: OPIE breakage: backout & patch for review

2003-02-16 Thread Andrey A. Chernov
On Sun, Feb 16, 2003 at 12:06:36 +0100, Dag-Erling Smorgrav wrote: > "Andrey A. Chernov" <[EMAIL PROTECTED]> writes: > > Admins with no /etc/opieaccess AFFECTED! > > Admins with no /etc/opieaccess IDIOTS for not running mergemaster! First of all, there

Re: OPIE breakage: backout & patch for review

2003-02-16 Thread Andrey A. Chernov
onality (like always allowing localhost) will be lost. -- 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: OPIE breakage: backout & patch for review

2003-02-16 Thread Andrey A. Chernov
; and "ignoring" terms can't co-exist, they are oppisite? -- 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: OPIE breakage: backout & patch for review

2003-02-16 Thread Andrey A. Chernov
On Sun, Feb 16, 2003 at 12:06:36 +0100, Dag-Erling Smorgrav wrote: > "Andrey A. Chernov" <[EMAIL PROTECTED]> writes: > > Admins with no /etc/opieaccess AFFECTED! > > Admins with no /etc/opieaccess IDIOTS for not running mergemaster! Moreover, admins WITH old /et

Re: OPIE breakage: backout & patch for review

2003-02-16 Thread Andrey A. Chernov
situation to force users and admins to rewrite their OPIE apps under new PAM framework. I always believe that non-destructive for OPIE defaults (i.e. PAM only) solution is possible here, but not being PAM specialist, can't demonstrate it. Recent des commits solve problem correctly. -- Andre

Re: OPIE breakage: backout & patch for review

2003-02-16 Thread Andrey A. Chernov
ersa. I mean localhost handling. -- 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: OPIE breakage: backout & patch for review

2003-02-16 Thread Andrey A. Chernov
On Mon, Feb 17, 2003 at 01:51:20 +0300, Andrey A. Chernov wrote: > properly). If you tune opiezed+pamified apps to work as you need, pure > opized stops working and vice versa. In this phrase I mean documented OPIE tuning of OPIE config files (old way), without any new additions and requir

Re: OPIE breakage: backout & patch for review

2003-02-16 Thread Andrey A. Chernov
to solve? The problem already resolved, des commits acceptable for both parties solution (which use part of my "" patch too). -- 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: cvs commit: src/lib/libc/stdlib rand.c

2003-02-16 Thread Andrey A. Chernov
On Sun, Feb 16, 2003 at 20:57:29 -0800, Kris Kennaway wrote: > On Sun, Feb 16, 2003 at 07:52:35PM -0800, Andrey A. Chernov wrote: > > > So, monotonically increased seed->first value correlation problem remains... > > I think we should commit this patch (to -current) and f

Re: cvs commit: src/lib/libc/stdlib rand.c

2003-02-16 Thread Andrey A. Chernov
efer that rand() generated higher quality numbers, though. Current formulae generates acceptable quality numbers. Unlike in old variant (which generates bad quality ones), the only problem remains is first value monotonically increased with the seed. -- Andrey A. Chernov http://ache.pp.ru/ To Unsu

Re: cvs commit: src/lib/libc/stdlib rand.c

2003-02-17 Thread Andrey A. Chernov
ds will be incompatible with rand_r()... -- 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: cvs commit: src/lib/libc/stdlib rand.c

2003-02-18 Thread Andrey A. Chernov
t; is completely bogus, and insecure. Usually applications we build (like awk, etc.) could be fixed by simple one line change: srand(something) -> sranddev() It completely eliminates first value correlation problem. -- Andrey A. Chernov http://ache.pp.ru/ msg52685/pgp0.pgp Description: PGP signature

/sys/boot, egcs vs. gcc, -Os

1999-04-07 Thread Andrey A. Chernov
Now /sys/boot can't be compiled with gcc due to non-existent -Os added. Is it intentional or can be removed for backward compatibility? -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y To Unsubscribe: send mail to majord.

Re: /sys/boot, egcs vs. gcc, -Os

1999-04-07 Thread Andrey A. Chernov
On Thu, Apr 08, 1999 at 01:15:32AM +0900, Daniel C. Sobral wrote: > "Andrey A. Chernov" wrote: > > > > Now /sys/boot can't be compiled with gcc due to non-existent -Os added. > > Is it intentional or can be removed for backward compatibility? > > It

Re: /sys/boot, egcs vs. gcc, -Os

1999-04-07 Thread Andrey A. Chernov
ations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -c /usr/src/sys/boot/i386/boot2/boot2.c -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y To Unsubscribe: send mail to majord

Re: /sys/boot, egcs vs. gcc, -Os

1999-04-07 Thread Andrey A. Chernov
On Wed, Apr 07, 1999 at 05:50:24PM -0700, John Polstra wrote: > You removed the "-Os" but you didn't add back the "-O2" that > originally was there. Thanx, it works now. It was the reason I overlook. -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-

Re: Berkeley DB 1.85 --> 2.0

1999-05-14 Thread Andrey A. Chernov
On Fri, May 14, 1999 at 11:15:35AM -0400, John R. LoVerso wrote: > Of course, DB 2 is still available as an easily installed port/package. Not so easily, it conflict with libc's DB in subtle but harmful manner. -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>

isa_compat error diagnostic

1999-05-23 Thread Andrey A. Chernov
6 bit) ... -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message

kvm_getswapinfo is broken

1999-05-25 Thread Andrey A. Chernov
Just check 'swapinfo' in recent -current, it shows "/dev/(null)" as swap device, it means that devinfo() call in kvm_getswapinfo() returns NULL, i.e. called with wrong argument which is swinfo.sw_dev Fix it, please. -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE

Re: kvm_getswapinfo is broken

1999-05-25 Thread Andrey A. Chernov
On Wed, May 26, 1999 at 07:33:57AM +0200, Sheldon Hearn wrote: > > > On Wed, 26 May 1999 09:08:11 +0400, "Andrey A. Chernov" wrote: > > > Just check 'swapinfo' in recent -current, it shows "/dev/(null)" as swap > > device, it means that dev

savecore too (Re: kvm_getswapinfo is broken)

1999-05-28 Thread Andrey A. Chernov
gt; too, not just device names. Just found that savecore is broken in the same way. What is proper procedure to fix it? I.e. is it must be fixed in the kernel, leaving userland programs as is or in userland, leaving kernel as is? -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+

Re: Man troubles!

1999-06-08 Thread Andrey A. Chernov
TYPE environment variables you set. -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message

Re: GNU patch gone stale

1999-06-08 Thread Andrey A. Chernov
diffs), while 2.5 works > fine. GNU patch 2.5 already in contrib/patch but there was strong opposition in core team to make it default when I try to bring it in, please search for related discussion in FreeBSD mailing lists. -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W--

CFR: add widely accepted _ISOC99_SOURCE

2003-03-09 Thread Andrey A. Chernov
0 -- 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: CFR: add widely accepted _ISOC99_SOURCE

2003-03-11 Thread Andrey A. Chernov
On Mon, Mar 10, 2003 at 10:44:34 -0500, Mike Barcroft wrote: > Andrey A. Chernov <[EMAIL PROTECTED]> writes: > > Many programs (from ports too) defines _ISOC99_SOURCE to get C99 > > functions, but we don't sense this define currently. Here is the fix for > > revi

Re: CFR: add widely accepted _ISOC99_SOURCE

2003-03-11 Thread Andrey A. Chernov
URCE 1 #define _ISOC99_SOURCE 1 #define _POSIX_C_SOURCE 199506L #define _XOPEN_SOURCE 500 #define _LARGEFILE64_SOURCE 1 -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

HEADS UP: New GNU sort committed and activated

2002-06-08 Thread Andrey A. Chernov
Please report me any problems with new GNU sort, in case you have them. -- 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: libncurses cannot show the first column on the screen

2002-06-11 Thread Andrey A. Chernov
<[EMAIL PROTECTED]>) ---------- -- 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: C++ problems

2002-06-16 Thread Andrey A. Chernov
ght, I don't > know the proper fix there, but I got around it by simply removing > -I/usr/include from bsd.kde.mk. BTW, adding -I/usr/inlude produce verbose warning in new GCC, and GNU configure usually treat it as error. -- Andrey A. Chernov http://ache.pp.ru/ msg39696/pgp0.pgp Description: PGP signature

Re: Post-KSE disaster with libc_r

2002-07-01 Thread Andrey A. Chernov
.done. > > Loaded symbols for /usr/lib/libc.so.5 > > Reading symbols from /usr/libexec/ld-elf.so.1...done. > > Loaded symbols for /usr/libexec/ld-elf.so.1 > > #0 0x2808e918 in _thread_kern_sched_state_unlock () from /usr/lib/libc_r.so.5 > > (gdb) > > -- >

libc_r now dumps core

2002-07-01 Thread Andrey A. Chernov
Several threaded applications like mnogosearch, drweb-sendmail now dumps core (recent -current). When libc_r replaced by old variant, they works again. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the b

Post-KSE: spiral down to death

2002-07-02 Thread Andrey A. Chernov
I notice on just updated -current and yesterday's -current too: after few hours of work spiral death slowly happens: system acts like load averege is about 80 while it is really 0.03, it ends with no ping response / reboot required. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe:

PasswordAuthentication not works in sshd

2002-07-02 Thread Andrey A. Chernov
I just upgrade to recent -current sshd and found that PasswordAuthentication not works anymore (always fails, with right password too). I not yet dig deeper at this moment, just FYI. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubs

build stopper: gperf

2002-07-02 Thread Andrey A. Chernov
t*)': list-node.o(.text+0x19a): undefined reference to `Vectors::occurrences' list-node.o(.text+0x1c1): undefined reference to `Vectors::occurrences' options.o: In function `Options::operator()(int, char**)': options.o(.text+0xd74): undefined reference to `Vectors::ALPHA_SIZE' *

Re: PasswordAuthentication not works in sshd

2002-07-09 Thread Andrey A. Chernov
On Tue, Jul 02, 2002 at 14:01:35 +0200, Dag-Erling Smorgrav wrote: > "Andrey A. Chernov" <[EMAIL PROTECTED]> writes: > > I just upgrade to recent -current sshd and found that > > PasswordAuthentication not works anymore (always fails, with right > > passwo

Re: PasswordAuthentication not works in sshd

2002-07-09 Thread Andrey A. Chernov
On Tue, Jul 09, 2002 at 16:49:44 +0400, Andrey A. Chernov wrote: > It not helps. Moreover, I found that I am able to do 'ssh localhost' but > unable to do ssh from any other machine, with exact the same password. > DEBUG3 output clearly indicates that this error is rel

Re: PasswordAuthentication not works in sshd

2002-07-09 Thread Andrey A. Chernov
On Tue, Jul 09, 2002 at 15:16:01 +0200, Dag-Erling Smorgrav wrote: > "Andrey A. Chernov" <[EMAIL PROTECTED]> writes: > > It not helps. Moreover, I found that I am able to do 'ssh localhost' but > > unable to do ssh from any other machine, with exact th

Re: PasswordAuthentication not works in sshd

2002-07-09 Thread Andrey A. Chernov
ld OPIE/SKEY sshd_config option and load pam_opie* modules only when it is enabled? It seems it can be done via new /etc/pam.d/sshd_opie file unless you know more smarter way. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-curren

OPIE auth broken too (was Re: PasswordAuthentication not works in sshd)

2002-07-09 Thread Andrey A. Chernov
I wish to use it intentionally! -- 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: PasswordAuthentication not works in sshd

2002-07-09 Thread Andrey A. Chernov
implementation - see my other message. -- 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: OPIE auth broken too (was Re: PasswordAuthentication not works in sshd)

2002-07-09 Thread Andrey A. Chernov
point, using OTP gains nothing unlike for other programs, only slow entering process down (calculating response). This two reasons means that it will be better to not turn OPIE on for sshd by default. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "

Re: OPIE auth broken too (was Re: PasswordAuthentication not works in sshd)

2002-07-09 Thread Andrey A. Chernov
On Wed, Jul 10, 2002 at 03:26:02 +0400, Andrey A. Chernov wrote: > > 1) It is client-related, so even if you'll fix sshd to print OTP prompt, This is the question: who print password prompt? By very quick and incomplete look I see that it is client himself, not server, so it seems

Re: OPIE auth broken too (was Re: PasswordAuthentication not works in sshd)

2002-07-10 Thread Andrey A. Chernov
On Wed, Jul 10, 2002 at 12:12:56 +0200, Dag-Erling Smorgrav wrote: > "Andrey A. Chernov" <[EMAIL PROTECTED]> writes: > > Consider following setup: OPIE is active and allow Unix plaintext > > passwords for local users only (i.e. common way of using OPIE). Then

Re: OPIE auth broken too (was Re: PasswordAuthentication not works in sshd)

2002-07-10 Thread Andrey A. Chernov
On Wed, Jul 10, 2002 at 14:17:51 +0200, Dag-Erling Smorgrav wrote: > "Andrey A. Chernov" <[EMAIL PROTECTED]> writes: > > Why what? Sysadmin allows PasswordAuthentication only. > > Why? Because he choose to not trust hosts keys which can be stolen especially when

Re: OPIE auth broken too (was Re: PasswordAuthentication not works in sshd)

2002-07-10 Thread Andrey A. Chernov
ature of this bug. -- 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: OPIE auth broken too (was Re: PasswordAuthentication not works in sshd)

2002-07-10 Thread Andrey A. Chernov
rtion not documented anywhere in ssh manpages. > > Expect mass complaints when this goes to -stable, > > especially because of hidden nature of this bug. > > It *is* in -STABLE. Nobody's complained. Because of broken libopie (opieaccess). But someday -curren

Re: OPIE auth broken too (was Re: PasswordAuthentication not works in sshd)

2002-07-10 Thread Andrey A. Chernov
wordAuthentication, since according to your own words "it *cannot* be implemented over the SSH PaswordAuthentication protocol" ? -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Patch for review (was Re: OPIE auth broken too (was Re: PasswordAuthentication not works in sshd))

2002-07-10 Thread Andrey A. Chernov
am_opie.so no_warn no_fake_prompts +#authrequiredpam_opieaccess.so no_warn auth requiredpam_unix.so no_warn try_first_pass # account -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe free

Re: Patch for review (was Re: OPIE auth broken too (was Re: PasswordAuthentication not works in sshd))

2002-07-10 Thread Andrey A. Chernov
can from local). So, your fix attempt really not fix things, only removing OPIE from PasswordAuthenticate fix them. OPIE not works with PasswordAuthenticate in any case, as DES himself confirms and what I say from the very beginning. -- 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: Patch for review (was Re: OPIE auth broken too (was Re: PasswordAuthentication not works in sshd))

2002-07-10 Thread Andrey A. Chernov
anned as a full solution. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

ssh: login-like patch for review

2002-07-11 Thread Andrey A. Chernov
fputs(buf, stdout); + fclose(f); + } else +#endif /* HAVE_LOGIN_CAP */ + (void)printf("%s\n\t%s %s\n", + "Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994", + "The Regents of the University of California

bdwrite: buffer is not busy

2002-07-12 Thread Andrey A. Chernov
I see this panic constantly during last month or two, UP machine, no softupdates. Anybody else saw it too? Any ideas? -- 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: bdwrite: buffer is not busy

2002-07-12 Thread Andrey A. Chernov
On Fri, Jul 12, 2002 at 22:18:35 +0100, Ian Dowse wrote: > In message <[EMAIL PROTECTED]>, "Andrey A. Chernov" writes: > >I see this panic constantly during last month or two, UP machine, no > >softupdates. Anybody else saw it too? Any ideas? > > The &q

Re: signal handling bug in KSE MIII

2002-07-21 Thread Andrey A. Chernov
On Sun, Jul 21, 2002 at 16:43:47 -0700, David Xu wrote: > is broken. at least, one program is affected --- ftp, run ftp > client program, when 'ftp>' prompt appears, pressing CTRL+Z, causes ftp 'su' is affected too, on resume, see "suspend bug" thread.

Re: suspend bug

2002-07-21 Thread Andrey A. Chernov
On Sun, Jul 21, 2002 at 20:30:14 +1000, Bruce Evans wrote: > > Er, there is no kernel bug here AFAIK. I don't really understand rev.1.54 There is, see 'signal handling bug in KSE MIII' thread. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to [

IPFW2 may cause incoming connections to hang

2002-08-01 Thread Andrey A. Chernov
ue to work, but new ones hangs. -- 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: Bug in setlocale()

2002-08-01 Thread Andrey A. Chernov
On Thu, Aug 01, 2002 at 15:43:56 +0200, Alexander Leidinger wrote: > Hi, > > we have a bug in setlocale(), it writes past > static char new_categories[_LC_LAST][ENCODING_LEN + 1]; > in the do-while loop around line 159. Thanx, fixed. -- Andrey A. Chernov http://ache.pp.ru/

Re: phk malloc() sometimes forget to set errno

2002-08-09 Thread Andrey A. Chernov
On Fri, Aug 09, 2002 at 09:11:02 +0200, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, "Andrey A. Chernov" writes: > >I found at least one case: > > Try this patch: I doubt about choosed EPERM code. According to intro(2) it refers to some priviled

Re: cvs commit: src/sys/kern kern_sig.c (fwd)

2002-08-12 Thread Andrey A. Chernov
On Sun, Aug 11, 2002 at 22:53:15 -0700, David Xu wrote: > following is patch for su, I can type "suspend" and stop $$ without the > problem you described, I have tested it under tcsh and bash, all works > for me. > Thanx, committed. -- Andrey A. Chernov http://ache.

Re: cvs commit: src/sys/kern kern_sig.c (fwd)

2002-08-12 Thread Andrey A. Chernov
On Mon, Aug 12, 2002 at 04:03:31 -0700, Terry Lambert wrote: > "Andrey A. Chernov" wrote: > > On Sun, Aug 11, 2002 at 22:53:15 -0700, David Xu wrote: > > > following is patch for su, I can type "suspend" and stop $$ without the > > > problem you

Re: cvs commit: src/sys/kern kern_sig.c (fwd)

2002-08-12 Thread Andrey A. Chernov
ions are not commited, only what is changed. For explanation (terminal group mismatch) read whole thread, especially David's analysis. What another reply you mean? -- 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: cvs commit: src/sys/kern kern_sig.c (fwd)

2002-08-12 Thread Andrey A. Chernov
On Tue, Aug 13, 2002 at 04:58:17 +1000, Bruce Evans wrote: > > Explanation of this patch: Thanx. Could you please commit this explanation, or some re-phrasing of it into su.c? -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscr

Re: cvs commit: src/sys/kern kern_sig.c (fwd)

2002-08-13 Thread Andrey A. Chernov
lem, too, so > changing su alone doesn't fix things. Better to not deliver > the tty output stopped signal. It is traditional BSD way of stop/cont handling, unchanged starting from very early times. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED

New SCSI: can't 'make depend'

2002-08-31 Thread Andrey A. Chernov
=elf sh ../../../kern/genassym.sh genassym.o > assym.s awk -f ../../../tools/vnode_if.awk ../../../kern/vnode_if.src -h make: don't know how to make aicasm. Stop *** Error code 2 Stop in /usr/src/sys/i386/compile/POBRECITA. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send

Re: New SCSI: can't 'make depend'

2002-08-31 Thread Andrey A. Chernov
come in? As I see, src/sys/conf/Makefile.i386 v1.257 not have it. -- 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: New SCSI: can't 'make depend'

2002-08-31 Thread Andrey A. Chernov
reg,seq} $S/cam/scsi/scsi_message.h aicasm ./aicasm ${INCLUDES} -I$S/cam/scsi -I$S/dev/aic7xxx -o aic7xxx_seq.h -r aic7xxx_reg.h -p aic7xxx_reg_print.c -i $S/dev/aic7xxx/aic7xxx_osm.h $S/dev/aic7xxx/aic7xxx.seq -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL P

Re: New SCSI: can't 'make depend'

2002-08-31 Thread Andrey A. Chernov
On Sat, Aug 31, 2002 at 21:39:40 +0400, Andrey A. Chernov wrote: > > I wonder about > optional ahc ahd > line here. Is it assumes that _both_ must be on? Yes, it was the bug place. Here is the workaround which fix it for me: --- files.bak Sat Aug 31 20:46:30 2002 +++ fil

Re: New SCSI: can't 'make depend'

2002-08-31 Thread Andrey A. Chernov
enabled. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Ncurses official patch to solve xterm ac= problem, please commit.

2002-09-08 Thread Andrey A. Chernov
-member order of first argument */ PAIRED(enter_alt_charset_mode, exit_alt_charset_mode); -- Thomas E. Dickey <[EMAIL PROTECTED]> http://invisible-island.net ftp://invisible-island.net ------------ -- Andrey A. Chernov http://ache.pp.ru/

Re: `lorder' problem

2002-09-24 Thread Andrey A. Chernov
e, fix sort not sense ot or fix programs (better). -- 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: Who broke sort(1) ?

2002-09-24 Thread Andrey A. Chernov
m POSIX, because +N can be filename. > to either change all the scripts that use the obsolescent +pos -pos syntax > to use the new -k syntax or to change _POSIX2_VERSION back to whatever it > was before. I think the second is more realistic. I think changing scripts to use -k syntax will

Re: `lorder' problem

2002-09-24 Thread Andrey A. Chernov
ncurses maintainer ([EMAIL PROTECTED]) too for commiting. -- 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: `lorder' problem

2002-09-24 Thread Andrey A. Chernov
On Tue, Sep 24, 2002 at 22:32:01 +0400, Andrey A. Chernov wrote: > > Please send your fix to our ncurses > maintainer ([EMAIL PROTECTED]) too for commiting. Not needed, I use _POSIX_VERSION=199209 environment workaround in lib/libncurses/Makefile. -- Andrey A. Chernov http://ache.p

Re: Who broke sort(1) ?

2002-09-24 Thread Andrey A. Chernov
id filename per POSIX, so obsoleted syntax can't be supported. -- 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: Who broke sort(1) ?

2002-09-24 Thread Andrey A. Chernov
On Tue, Sep 24, 2002 at 13:43:08 -0700, Bill Fenner wrote: > > Here's my suggested fix: Please, no. They do the right thing. You can bypass it setting _POSIX2_VERSION=199209 in the environment. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROT

Re: Who broke sort(1) ?

2002-09-24 Thread Andrey A. Chernov
X2_VERSION 2001* in our headers, we target this POSIX level where +N is clearly dropped (and was as 'depricated' long time). > I don't think it's widely known that the +/- syntax was obsoleted. It was known about 10 years, but not widely. -- Andrey A. Chernov http://ach

Re: Who broke sort(1) ?

2002-09-24 Thread Andrey A. Chernov
ib/posixver.c Wed Sep 25 01:42:01 2002 @@ -43,7 +43,7 @@ int posix2_version (void) { - long int v = _POSIX2_VERSION; + long int v = 199209 /* XXX: _POSIX2_VERSION */; char const *s = getenv ("_POSIX2_VERSION"); if (s && *s) -- Andrey A. Chernov http://ache.pp.

cvsupd death (sinal 6)

2002-10-01 Thread Andrey A. Chernov
core dumped) cvsup.log says: TreeList failed: Network write failure: Connection closed cvsupd.log says: (nothing) -- 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: cvsupd death (signal 6)

2002-10-01 Thread Andrey A. Chernov
The death remains after ksiginfo backing out, so I start to suspect recent TCPIP changes (tcp_input.c). On Tue, Oct 01, 2002 at 19:25:43 +0400, Andrey A. Chernov wrote: > Now I constantly got cvsupd death on very recent -current. Either TCPIP or > thread changes involved, all works two da

Re: cvsupd death (signal 6)

2002-10-01 Thread Andrey A. Chernov
Hmm, no. Backing out tcp_input.c change not fix this bug... I'll try to rollback on per-day basis... On Wed, Oct 02, 2002 at 05:06:51 +0400, Andrey A. Chernov wrote: > The death remains after ksiginfo backing out, so I start to suspect recent > TCPIP changes (tcp_input.c). -

Reason: releng4 comp. hack, machdep.c 1.539 (was: cvsupd death (signal 6))

2002-10-02 Thread Andrey A. Chernov
cvsupd death, but rarely cvsup signal 6 death too with this diagnostic: *** *** runtime error: ***Value out of range ***file "/tmp/a/ports/lang/ezm3/work/ezm3-1.0/libs/libm3/src/uid/Common/Time Stamp.m3", line 63 *** On Tue, Oct 01, 2002 at 19:25:43 +0400, Andrey A. Chernov wrot

Re: Reason: releng4 comp. hack, machdep.c 1.539 (was: cvsupd death (signal 6))

2002-10-02 Thread Andrey A. Chernov
getting very -current 5.0 binaries, statically linked with m3 libraries. Signal 6 too. m3 seriously use FP, so SIGABRT comes when some internal check fails. -- 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: Reason: releng4 comp. hack, machdep.c 1.539 (was: cvsupd death (signal 6))

2002-10-02 Thread Andrey A. Chernov
On Wed, Oct 02, 2002 at 20:51:40 -0700, Julian Elischer wrote: > > > > Please back it out or do it properly! > > this IS the backout.. it's now how it was before, including in 4.x I mean - back out this backout - it damage 5.0 FP binaries. I don't care about 4.x

Re: Reason: releng4 comp. hack, machdep.c 1.539 (was: cvsupd death (signal 6))

2002-10-03 Thread Andrey A. Chernov
On Thu, Oct 03, 2002 at 08:11:10 +0400, Andrey A. Chernov wrote: > On Wed, Oct 02, 2002 at 20:51:40 -0700, Julian Elischer wrote: > > > > > > Please back it out or do it properly! > > > > this IS the backout.. it's now how it was before, including in 4.x &g

Re: Reason: releng4 comp. hack, machdep.c 1.539 (was: cvsupd death (signal 6))

2002-10-03 Thread Andrey A. Chernov
hout the commit in question not show any signs of signal 6 in 12 hours. Kernel with this commit show signal 6 death in approximate first 20 minutes. -- 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: Reason: releng4 comp. hack, machdep.c 1.539 (was: cvsupd death (signal 6))

2002-10-03 Thread Andrey A. Chernov
ad who also saw the same effect on recent -current. -- 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: Reason: releng4 comp. hack, machdep.c 1.539 (was: cvsupd death (signal 6))

2002-10-03 Thread Andrey A. Chernov
case. -- 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: Reason: releng4 comp. hack, machdep.c 1.539 (was: cvsupd death (signal 6))

2002-10-03 Thread Andrey A. Chernov
On Thu, Oct 03, 2002 at 16:37:21 -0400, Daniel Eischen wrote: > > Can you try the patch at: > > http://people.freebsd.org/~deischen/sys.diffs > It works! Already 5 hours without a single signal 6. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL

Re: Reason: releng4 comp. hack, machdep.c 1.539 (was: cvsupd death (signal 6))

2002-10-03 Thread Andrey A. Chernov
On Fri, Oct 04, 2002 at 07:52:50 +0400, Andrey A. Chernov wrote: > On Thu, Oct 03, 2002 at 16:37:21 -0400, Daniel Eischen wrote: > > > > Can you try the patch at: > > > > http://people.freebsd.org/~deischen/sys.diffs > > > > It works! Already 5 hours

Re: ATTN: people who were getting CVSup crashes under -current

2002-10-09 Thread Andrey A. Chernov
ing pkg_info and let me know. According to my test, signal 6 crashes happened with _both_ old pm3 port and new ezpm port (first thing I try to do seeing them - upgrade to latest cvsup, with ezpm, and see exact the same crashes as with old pm3 cvsup). -- Andrey A. Chernov http://ache.pp.ru/ To

Re: ATTN: people who were getting CVSup crashes under -current

2002-10-11 Thread Andrey A. Chernov
On Thu, Oct 10, 2002 at 11:45:57 -0700, Archie Cobbs wrote: > I didn't get a signal-type crash, but instead just got this: > > Abort (core dumped) This IS signal-type crash, abort is signal 6. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL P

Re: Forgotten locale dirs in etc/mtree/BSD.usr.dist

2002-10-23 Thread Andrey A. Chernov
On Wed, Oct 23, 2002 at 19:44:33 +0300, Adrian Penisoara wrote: > Hi, > > Someone (ache it seems) forgot to add the sr_YU.ISO8859-[25] > directories in /usr/share/locale to the BSD.usr.dist mtree file. Please check your BSD.usr.dist is not obsoleted. They are there from v1.266

<    1   2   3   4   5   6   >