Re: set*uid broken?

2001-06-06 Thread Ruslan Ermilov
I didn't want to mail 21k to everyone). > > I noticed some mails about changed set*uid behavior, is this a buggy > program, or is it a bug in -current? > > Bye, > Alexander. -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay S

Re: 'make includes' ownership patch

2001-05-28 Thread Ruslan Ermilov
opped into the cracks. > > What was the reasoning for a serperate owner specification from BIN*? > Because headers are installed with NOBINMODE, not BINMODE :-) Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTE

Re: 'make includes' ownership patch

2001-05-28 Thread Ruslan Ermilov
with INCOWN/INCGRP not being used here is that they were introduced long after include/Makefile. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer, +380.652.512.251Simferopol, Ukrai

Re: ** HEADS UP **: sys/miscfs file systems moved

2001-05-24 Thread Ruslan Ermilov
clude.not after it completes. > > Eh? that's a bug in the installation proceedure then. > Don't I answered this question? Only new subdirs have appeared. -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED]

Re: sbin/vinum broken

2001-05-24 Thread Ruslan Ermilov
On Thu, May 24, 2001 at 09:24:56AM +0930, Greg Lehey wrote: > On Wednesday, 23 May 2001 at 16:56:39 +0300, Ruslan Ermilov wrote: > > Hi! > > > > src/sbin/vinum is broken at the moment. > > It doesn't build without -DVINUMDEBUG. > > *sigh*. I could have swor

Re: sbin/vinum broken

2001-05-23 Thread Ruslan Ermilov
On Wed, May 23, 2001 at 09:08:31AM -0700, David Wolfskill wrote: > >Date: Wed, 23 May 2001 16:56:39 +0300 > >From: Ruslan Ermilov <[EMAIL PROTECTED]> > > >src/sbin/vinum is broken at the moment. > >It doesn't build without -DVINUMDEBUG. > > >

sbin/vinum broken

2001-05-23 Thread Ruslan Ermilov
efile --- Makefile2001/05/23 05:24:53 1.20 +++ Makefile2001/05/23 13:55:24 @@ -5,6 +5,7 @@ MAN= vinum.8 CFLAGS+= -I${.CURDIR}/../../sys -Wall +CFLAGS+= -DVINUMDEBUG # Print __FILE__ and __LINE__ when doing perror() #CFLAGS+= -DDEVBUG Cheers, -- Ruslan Er

Re: ** HEADS UP **: sys/miscfs file systems moved

2001-05-23 Thread Ruslan Ermilov
l header files for the above file systems. > > > > > > Warner, could you please add this to UPDATING? > > It may also be worth mentioning that people should move /usr/include > to (say) /usr/include.not before their next installworld and nuke > /usr/include.not afte

** HEADS UP **: sys/miscfs file systems moved

2001-05-23 Thread Ruslan Ermilov
ng kernel options: FDESC -> FDESCFS, PORTAL -> PORTALFS, UNION -> UNIONFS. - Install header files for the above file systems. Warner, could you please add this to UPDATING? Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG

[CFR] /sys/miscfs/* -> /sys/fs/

2001-05-21 Thread Ruslan Ermilov
need to (cd /sys; mv miscfs/* fs) before applying the patch. The patch is available from here: http://www.FreeBSD.org/~ru/miscfs2fs.patch Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer

__FreeBSD_version and -CURRENT

2001-05-21 Thread Ruslan Ermilov
Hi! Is there any sense at all in bumping __FreeBSD_version in -CURRENT? (I would have liked to see FreeBSD 5.0-RELEASE go with 50.) Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer

Re: -STABLE kernel build broken?

2001-05-21 Thread Ruslan Ermilov
Error code 1 > > > /usr/src/sys/sys/mbuf.h is: > * $FreeBSD: src/sys/sys/mbuf.h,v 1.44.2.9 2001/05/21 07:01:44 bp Exp $ > > and /usr/src/sys/netncp/ncp_rq.c is: > * $FreeBSD: src/sys/netncp/ncp_rq.c,v 1.1 1999/10/02 04:06:17 bp Exp $ > > (The latter is up to 1.7 i

Re: Where to put include files (was: cvs commit: src Makefile.inc1)

2001-05-18 Thread Ruslan Ermilov
On Fri, May 18, 2001 at 05:11:11PM +0300, Ruslan Ermilov wrote: > On Thu, May 17, 2001 at 07:52:51PM +0300, Ruslan Ermilov wrote: > [...] > > > > There are 59 Makefiles that have -I${.CURDIR}/(../)+sys in them. > > All these are bogus. We should get rid of all of them (-

Re: Where to put include files (was: cvs commit: src Makefile.inc1)

2001-05-18 Thread Ruslan Ermilov
On Thu, May 17, 2001 at 07:52:51PM +0300, Ruslan Ermilov wrote: [...] > > There are 59 Makefiles that have -I${.CURDIR}/(../)+sys in them. > All these are bogus. We should get rid of all of them (-I's). > > So far, I have found sbin/mount_* use headers from /sys/mi

Re: cvs commit: src Makefile.inc1

2001-05-18 Thread Ruslan Ermilov
On Thu, May 17, 2001 at 12:51:59AM +1000, Bruce Evans wrote: > On Wed, 16 May 2001, Warner Losh wrote: > > > In message <[EMAIL PROTECTED]> Ruslan Ermilov writes: > > : FWIW, my gross hack to usr.sbin/kbdcontrol also worked: > > > > I tend to dislike adding

Re: Where to put include files (was: cvs commit: src Makefile.inc1)

2001-05-17 Thread Ruslan Ermilov
s/miscfs/ that are not installed into /usr/include, but should be. Where should these be installed? /usr/include/fs/ or should we preserve the /usr/include/miscfs/ layout like in /sys/miscfs? Modern fs'es install their headers into include/fs and old ones in include/. Cheers, -- Ruslan Ermil

Re: cvs commit: src Makefile.inc1

2001-05-17 Thread Ruslan Ermilov
nk there should > be at most one directory for ioctl headers and it shouldn't be a subdir > of /usr/include/sys (/usr/include/sys/dev doesn't even reflect the > kernel tree). > Might I guess it should probably be called /usr/include/sys/io[ctl], and digiio.h put there.

Re: cvs commit: src Makefile.inc1

2001-05-16 Thread Ruslan Ermilov
On Thu, May 17, 2001 at 12:51:59AM +1000, Bruce Evans wrote: > On Wed, 16 May 2001, Warner Losh wrote: > > > In message <[EMAIL PROTECTED]> Ruslan Ermilov writes: > > : FWIW, my gross hack to usr.sbin/kbdcontrol also worked: > > > > I tend to dislike adding

Re: Shouldn't wchar.h get copied somewhere during build?

2001-05-16 Thread Ruslan Ermilov
c/lib/libc/../libc/string/wcslcat.c:40: wchar.h: No such file or directory > /usr/src/lib/libc/../libc/string/wcslcpy.c:40: wchar.h: No such file or directory > /usr/src/lib/libc/../libc/string/wcslen.c:39: wchar.h: No such file or directory > /usr/src/lib/libc/../libc/string/wcsncat.c:3

Re: cvs commit: src Makefile.inc1

2001-05-15 Thread Ruslan Ermilov
G= kbdcontrol SRCS= kbdcontrol.c lex.l CFLAGS+= -I${.CURDIR} +CFLAGS+=-I${.CURDIR}/../../sys MAN= kbdcontrol.1 kbdmap.5 MLINKS= kbdmap.5 keymap.5 DPADD= ${LIBL} Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED]

Re: cvs commit: src Makefile.inc1

2001-05-15 Thread Ruslan Ermilov
ak cross-platform builds. -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer, +380.652.512.251Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The In

Re: cvs commit: src Makefile.inc1

2001-05-15 Thread Ruslan Ermilov
efine). I'm currently testing with -I${.CURDIR}/../../sys added to the kbdcontrol/Makefile, but this is a gross hack. On Tue, May 15, 2001 at 04:19:57PM +0300, Ruslan Ermilov wrote: > On Mon, May 14, 2001 at 10:21:02AM -0700, Ruslan Ermilov wrote: > > ru 2001/05/14 10:21:02 P

Re: cvs commit: src Makefile.inc1

2001-05-15 Thread Ruslan Ermilov
On Mon, May 14, 2001 at 10:21:02AM -0700, Ruslan Ermilov wrote: > ru 2001/05/14 10:21:02 PDT > > Modified files: > .Makefile.inc1 > Log: > Add kbdcontrol(1) to bootstrap-tools. > This fixes the upgrade path breakage i

DEVFS

2001-05-10 Thread Ruslan Ermilov
local) perl# mount /dev perl# mount -t devfs devfs on /dev (devfs, local) devfs on /dev (devfs, local) perl# mount /dev perl# mount -t devfs devfs on /dev (devfs, local) devfs on /dev (devfs, local) devfs on /dev (devfs, local) perl# Thanks, -- Ruslan Ermilov Oracle Developer/DBA, [

Re: telnet -a the default

2001-05-02 Thread Ruslan Ermilov
On Sat, Apr 28, 2001 at 01:15:06PM -0700, Nick Sayer wrote: > Ruslan Ermilov wrote: > > > On Sat, Apr 28, 2001 at 09:34:22AM -0700, Nick Sayer wrote: > > > >> Ruslan Ermilov wrote: > >> > >> > >>> On Sat, Apr 28, 2001 at 08:45:48AM -07

Re: nroff -man broken?

2001-04-24 Thread Ruslan Ermilov
e you have src/share/mk/bsd.obj.mk, revision 1.35. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer, +380.652.512.251Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://

Re: [CFR] OpenBSD install(1) fixes: atomic install, etc.

2001-04-20 Thread Ruslan Ermilov
On Fri, Apr 20, 2001 at 08:03:20PM +0300, Ruslan Ermilov wrote: > On Fri, Apr 20, 2001 at 07:41:36PM +0300, Maxim Sobolev wrote: > > Konstantin Chuguev wrote: > > > > > Hi, > > > > > > Ruslan Ermilov wrote: > > > > > > > The

Re: [CFR] OpenBSD install(1) fixes: atomic install, etc.

2001-04-20 Thread Ruslan Ermilov
On Fri, Apr 20, 2001 at 07:41:36PM +0300, Maxim Sobolev wrote: > Konstantin Chuguev wrote: > > > Hi, > > > > Ruslan Ermilov wrote: > > > > > The attached patch incorporates most of OpenBSD fixes to install(1). > > > It does not include manpage upda

[CFR] OpenBSD install(1) fixes: atomic install, etc.

2001-04-20 Thread Ruslan Ermilov
-v and -D were withdrawn. o strip(1) failure is not considered fatal. Please review. Thanks, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer, +380.652.512.251Simferopol, Ukraine http

Re: Atomic install(1) by default (was: Re: groff breaks "make -j N buildworld")

2001-04-20 Thread Ruslan Ermilov
Hello Bruce! Forget all of this. I started incorporating OpenBSD fixes to install(1). They seem to cover all the cases you have mentioned. I will send a CFR when I finish. They used your revision 1.4 as the base, and implemented all of the todos, and even more. Thanks, -- Ruslan Ermilov

Re: Atomic install(1) by default (was: Re: groff breaks "make -j N buildworld")

2001-04-20 Thread Ruslan Ermilov
On Fri, Apr 20, 2001 at 06:39:30AM +1000, Bruce Evans wrote: > On Thu, 19 Apr 2001, Ruslan Ermilov wrote: > > > On Thu, Apr 19, 2001 at 05:53:53PM +0300, Ruslan Ermilov wrote: > > > On Thu, Apr 19, 2001 at 11:12:24PM +1000, Bruce Evans wrote: > > > > atomic i

Atomic install(1) by default (was: Re: groff breaks "make -j N buildworld")

2001-04-19 Thread Ruslan Ermilov
On Thu, Apr 19, 2001 at 05:53:53PM +0300, Ruslan Ermilov wrote: > On Thu, Apr 19, 2001 at 11:12:24PM +1000, Bruce Evans wrote: > [...] > > > IIRC, it is assumed that "make -jX install (where X > 1)" _doesn't_ work. > > > I've heard why, but I'

Re: make -jN bug (was: Re: groff breaks "make -j N buildworld")

2001-04-19 Thread Ruslan Ermilov
On Thu, Apr 19, 2001 at 11:38:49PM +1000, Bruce Evans wrote: > On Thu, 19 Apr 2001, Ruslan Ermilov wrote: > > > Attached is the Makefile that demonstrates the problem. Run it like this: > > > > make obj; make all > > > > Then try: > >

Re: groff breaks "make -j N buildworld"

2001-04-19 Thread Ruslan Ermilov
j. Separate steps are required to pass different flags to > make(1). > Is the atomic install the only known issue for not functional `make -jN install'? Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] Free

make -jN bug (was: Re: groff breaks "make -j N buildworld")

2001-04-19 Thread Ruslan Ermilov
${.OBJDIR} pwd ${INSTALL} ${COPY} -m ${NOBINMODE} foo ${DESTDIR}/tmp I'm not sure if this a make(1) bug or a feature, as both NetBSD and OpenBSD behave the same. But I'm pretty sure this is a bug. Will? Cheers, -- Ruslan Ermilov Oracle Develo

Re: groff breaks "make -j N buildworld"

2001-04-19 Thread Ruslan Ermilov
DIR}${TMACDIR}/$f > .endfor > .for f in ${MDOCFILES} > + cd ${.OBJDIR}; \ > ${INSTALL} ${COPY} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \ > $f-s ${DESTDIR}${MDOCDIR}/$f > .endfor > .if !exists(${DESTDIR}${TMACDIR}/man.local) > + cd ${.OBJDIR}; \ >

Re: ** HEADS UP ** Groff 1.17 (including -mdocNG) imported

2001-04-18 Thread Ruslan Ermilov
On Wed, Apr 18, 2001 at 07:33:21PM +0200, Thomas Quinot wrote: > Le 2001-04-18, Ruslan Ermilov ecrivait : > > > cd /usr/src/gnu/usr.bin/groff/tmac && make cleandir obj && make all install > > It works here, thanks! > Make sure you delete empty files from /u

Re: ** HEADS UP ** Groff 1.17 (including -mdocNG) imported

2001-04-18 Thread Ruslan Ermilov
On Wed, Apr 18, 2001 at 07:32:33PM +0300, Ruslan Ermilov wrote: > Hi! > > Unfortunately, I can't reproduce this. I even installed new Groff over > the old one, but with no luck to reproduce this. It would be great if > you could give me an SSH account on one of the problem

Re: ** HEADS UP ** Groff 1.17 (including -mdocNG) imported

2001-04-18 Thread Ruslan Ermilov
01-04-17, Ruslan Ermilov ecrivait : > > > It is my great pleasure to announce the availability of just released > > Groff 1.17. Please refer to the src/contrib/groff/NEWS for details on > > what's new in this release. > > Hum. > > I have just made world, and can&

-mdoc localization support (was: Re: ** HEADS UP ** Groff 1.17 (including -mdocNG) imported)

2001-04-17 Thread Ruslan Ermilov
[Redirected to -i18n] On Tue, Apr 17, 2001 at 06:39:34PM +0400, Andrey A. Chernov wrote: > On Tue, Apr 17, 2001 at 17:04:19 +0300, Ruslan Ermilov wrote: [...] > > > difference in implementation (the current implementation simply redefines > > some -mdoc string variables),

Re: ** HEADS UP ** Groff 1.17 (including -mdocNG) imported

2001-04-17 Thread Ruslan Ermilov
On Tue, Apr 17, 2001 at 05:37:54PM +0400, Andrey A. Chernov wrote: > On Tue, Apr 17, 2001 at 16:33:18 +0300, Ruslan Ermilov wrote: > > > FreeBSD-specific -mdoc configuration file is called mdoc.local. This > > version also provides a simple way to localize -mdoc. For no

** HEADS UP ** Groff 1.17 (including -mdocNG) imported

2001-04-17 Thread Ruslan Ermilov
ent sizes (-rS11, -rS12 command line : switches) : : `groff_mdoc.man' replaces `groff_mdoc.samples.man'; it now completely : documents the mdoc package. : : Great care has been taken to assure backwards compatibility. If you : encounter any abnormal results, please report

Re: *HEADS UP* libposix1e is integrated into libc

2001-04-05 Thread Ruslan Ermilov
; That just caused a make release to fail because it clobbered all > the previous man entries and then ln couldn't link them. > Committed! -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer, +380.

Re: make release broken in telnetd

2001-04-01 Thread Ruslan Ermilov
reference to `des_set_odd_parity' > > > ppp.lo: In function `DesEncrypt': > > > ppp.lo(.text+0x142): undefined reference to `des_set_key' > > > ppp.lo(.text+0x14f): undefined reference to `des_ecb_encrypt' > > > ppp.lo: In function `MPPEKeyChang

Re: Recent interface/routing changes breaks on-demand PPP (+sppp)

2001-03-30 Thread Ruslan Ermilov
[Redirected to -net] On Fri, Mar 30, 2001 at 03:39:40PM +0200, Alexander Leidinger wrote: > On 30 Mar, Ruslan Ermilov wrote: > > >> What to do in this situation? I didn't want add the defaultroute > >> everytime (POLA). > >> > > But if we don't

Re: Recent interface/routing changes breaks on-demand PPP (+sppp)

2001-03-30 Thread Ruslan Ermilov
On Fri, Mar 30, 2001 at 01:36:39PM +0200, Alexander Leidinger wrote: > On 30 Mar, Ruslan Ermilov wrote: > >> - if I put the interface down the first time after a login I have to > >>readd the defaultroute (only once, after additional "ifconfig > >>

Re: make release broken in telnetd

2001-03-29 Thread Ruslan Ermilov
p.lo(.text+0x9f7): undefined reference to `RC4_set_key' > ppp.lo(.text+0xa18): undefined reference to `RC4' > ppp.lo(.text+0xa4e): undefined reference to `RC4' > *** Error code 1 > > Stop in /usr/src/release/boot_crunch. > *** Error code 1 > ... > ### -- R

Re: make release broken in telnetd

2001-03-29 Thread Ruslan Ermilov
John! Could you please try the attached patch and let me know? I had to move -DRELEASE_CRUNCH to *_fixit.conf so that ${OBJS} are computed correctly for usr.bin/telnet. On Thu, Mar 29, 2001 at 10:08:50AM +0200, John Hay wrote: > > On Wed, Mar 28, 2001 at 01:00:59PM +0300, Ruslan Ermilov

Re: make release broken in telnetd

2001-03-28 Thread Ruslan Ermilov
1 error > *** Error code 2 > > Stop in /usr/src/release. > > > It is because the libtelnet it is trying to link to, does not have the > crypto stuff. It happens during the "make world" part of the release, > because /tmp/.world_done does not exist yet. A no

Re: usr.bin/kdump - 'make world' broken?

2001-03-27 Thread Ruslan Ermilov
/usr.bin/truss/Makefile remove ${DESTDIR} at line 32 > 3) try to make buildworld > > I recommend first way. > It looks like mkioctls do something wrong at ${DESTDIR} at > buildworld time. > Should be fixed in usr.bin/kdump/mkioctls,v 1.20. Cheers, -- Ruslan Ermilov

** HEADS UP **: bsd.man.mk changes

2001-03-26 Thread Ruslan Ermilov
for MAN[1-9] syntax. Developers, please make sure all new Makefiles use the new syntax. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer, +380.652.512.251Simferopol, Ukraine http

Re: Recent interface/routing changes breaks on-demand PPP

2001-03-25 Thread Ruslan Ermilov
our route should *not* be deleted. > > > > I'll see if I can reproduce this here (I need to upgrade a machine > > first). > > This was happening because ppp was deleting then re-adding the > interface address when IPCP came up, causing the new routing code

Re: CURRENT breakage in usr.sbin/amd/mk-amd-map

2001-03-21 Thread Ruslan Ermilov
ividual Makefiles except for the default in . > > This bug also causes bogus setting and building of nfs headers in amd > subdirs that don't have any C sources and/or don't need any nfs headers, > e.g. in the scripts subdir. > Fixed now, sorry. Cheers, -- Ruslan Erm

Re: Recent interface/routing changes breaks on-demand PPP

2001-03-19 Thread Ruslan Ermilov
On Mon, Mar 19, 2001 at 06:34:34PM +0100, Alexander Leidinger wrote: > On 19 Mar, Ruslan Ermilov wrote: > > > 5. This affects not only ppp(8). Add default route that points to the > > LAN; change the IP address on interface; observe that the default > > route ha

Re: Recent interface/routing changes breaks on-demand PPP

2001-03-19 Thread Ruslan Ermilov
On Mon, Mar 19, 2001 at 06:23:46PM +0300, Andrey A. Chernov wrote: > On Mon, Mar 19, 2001 at 16:56:40 +0200, Ruslan Ermilov wrote: > > On Mon, Mar 19, 2001 at 05:52:02PM +0300, Andrey A. Chernov wrote: > > > On Mon, Mar 19, 2001 at 16:43:24 +0200, Ruslan Ermilov wrote: >

Re: Recent interface/routing changes breaks on-demand PPP

2001-03-19 Thread Ruslan Ermilov
Flags Refs Use Netif Expire > default1.1.1.1UGSc00 tun0 > 1.1.1.1hermes UH 20 tun0 > localhost localhost UH 5 133 lo0 > > Please fix curren

Re: Recent interface/routing changes breaks on-demand PPP

2001-03-19 Thread Ruslan Ermilov
On Mon, Mar 19, 2001 at 04:55:15PM +0200, Maxim Sobolev wrote: > Ruslan Ermilov wrote: > > > On Mon, Mar 19, 2001 at 05:39:47PM +0300, Andrey A. Chernov wrote: > > > On Mon, Mar 19, 2001 at 16:33:37 +0200, Ruslan Ermilov wrote: > > > > On Mon, Mar 19, 2001 at 04

Re: Recent interface/routing changes breaks on-demand PPP

2001-03-19 Thread Ruslan Ermilov
On Mon, Mar 19, 2001 at 05:39:47PM +0300, Andrey A. Chernov wrote: > On Mon, Mar 19, 2001 at 16:33:37 +0200, Ruslan Ermilov wrote: > > On Mon, Mar 19, 2001 at 04:25:14PM +0300, Andrey A. Chernov wrote: > > > Now > > > > > > add default 1.1.1.1 > > &g

Re: nos-tun & multihomed machines

2001-03-16 Thread Ruslan Ermilov
[-current dropped (Bcc'ed)] On Fri, Mar 16, 2001 at 12:58:06PM +0100, Jeroen Ruigrok/Asmodai wrote: > -On [20010316 12:45], Ruslan Ermilov ([EMAIL PROTECTED]) wrote: > >On Fri, Mar 16, 2001 at 10:50:26AM +0100, Jeroen Ruigrok/Asmodai wrote: > >> -On [20010316 10:43], Eu

Re: nos-tun & multihomed machines

2001-03-16 Thread Ruslan Ermilov
nowledge goes] tunnel application, whilst we have a more flexible > new solution present. > I fully agree. > Translated, does gif do what nos-tun can do and more? Yes? Let's rip > out nos-tun and support the other well maintained solution. > Except that it does not allow to

Re: **HEADS UP** essential setlocale(3) fix

2001-03-06 Thread Ruslan Ermilov
On Fri, Mar 02, 2001 at 08:58:54PM +0300, Andrey A. Chernov wrote: > On Fri, Mar 02, 2001 at 18:05:54 +0200, Ruslan Ermilov wrote: > > On Fri, Mar 02, 2001 at 06:00:25PM +0300, Andrey A. Chernov wrote: > > > On Fri, Mar 02, 2001 at 15:42:27 +0200, Ruslan Ermilov wrote: > &g

Re: **HEADS UP** essential setlocale(3) fix

2001-03-02 Thread Ruslan Ermilov
On Fri, Mar 02, 2001 at 06:00:25PM +0300, Andrey A. Chernov wrote: > On Fri, Mar 02, 2001 at 15:42:27 +0200, Ruslan Ermilov wrote: > > I am not checking src/ to see what other fixes are required. > > The typical fix will be "LC_TIME=C date" -> "LC_ALL=C date"

Re: **HEADS UP** essential setlocale(3) fix

2001-03-02 Thread Ruslan Ermilov
On Fri, Mar 02, 2001 at 02:52:10PM +0200, Ruslan Ermilov wrote: [...] > > Testcase: > > > > /usr/bin/env LC_ALL=C LC_TIME=de_DE.ISO_8859-1 /bin/date > > > > Should return date in the "C" locale format. > > I have checked both System

**HEADS UP** essential setlocale(3) fix

2001-03-02 Thread Ruslan Ermilov
Hi! I have just committed the following fix to the setlocale(3) that changes the meaning of the LC_ALL environment variable so that it conforms to ISO and POSIX standards. On Fri, Mar 02, 2001 at 04:45:53AM -0800, Ruslan Ermilov wrote: > ru 2001/03/02 04:45:53 PST > > Modif

Re: Bootstrapping issues with groff(1)

2001-01-25 Thread Ruslan Ermilov
Hi! Attached is the patch for RELENG_4. It works but I don't like how it pollutes the Makefile.inc1. Anyone with a better idea? On Tue, Dec 12, 2000 at 09:43:55AM -0800, Marcel Moolenaar wrote: > Ruslan Ermilov wrote: > > > > > Let me rephrase the question: Did you

Re: rebuilding sendmail without building world

2001-01-10 Thread Ruslan Ermilov
there. > > I could import the original source from sendmail.org, but I'd rather > not; I'd prefer using the paths and flags from buildworld. > (cd /usr/src; grep NO_SENDMAIL */Makefile) should give you an idea. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EM

Re: Recent -CURRENT kernel build problem...

2000-12-19 Thread Ruslan Ermilov
lpt > deviceplip > deviceppi > devicemiibus > devicexl > devicerandom > deviceloop > deviceether > devicetun > device

Re: Bootstrapping issues with groff(1)

2000-12-12 Thread Ruslan Ermilov
On Mon, Dec 11, 2000 at 09:12:17AM -0800, Marcel Moolenaar wrote: > Ruslan Ermilov wrote: > > > > It appers that running mtree(1) with -U under non-root account works OK, > > i.e. it creates all missing directories, and exits with status of zero. > > I believe it

Re: Bootstrapping issues with groff(1)

2000-12-12 Thread Ruslan Ermilov
On Mon, Dec 11, 2000 at 09:07:53AM -0800, Marcel Moolenaar wrote: > Ruslan Ermilov wrote: > > > > On Sat, Dec 09, 2000 at 12:29:54PM -0800, Marcel Moolenaar wrote: > > > Ruslan Ermilov wrote: > > > > > > > > On Fri, Dec 08, 2000 at 06:22:09PM

Re: Bootstrapping issues with groff(1)

2000-12-11 Thread Ruslan Ermilov
blem. Before, I used 'make -j36 -DNOCLEAN world'. Could > it be a problem with the Makefile in man? > Yes, because only Makefile in gnu/usr.bin/man has changed, and not its sources. -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software A

Re: Bootstrapping issues with groff(1)

2000-12-11 Thread Ruslan Ermilov
On Sat, Dec 09, 2000 at 12:43:24PM -0800, Marcel Moolenaar wrote: > Ruslan Ermilov wrote: > > > > On Fri, Dec 08, 2000 at 06:17:52PM -0800, Marcel Moolenaar wrote: > > > Ruslan Ermilov wrote: > > > > > > > > The attached patches (p4 and p5) try

Re: Bootstrapping issues with groff(1)

2000-12-11 Thread Ruslan Ermilov
On Sat, Dec 09, 2000 at 12:29:54PM -0800, Marcel Moolenaar wrote: > Ruslan Ermilov wrote: > > > > On Fri, Dec 08, 2000 at 06:22:09PM -0800, Marcel Moolenaar wrote: > > > Ruslan Ermilov wrote: > > > > > > > > The attached patches (p4 and p5) try

Re: Bootstrapping issues with groff(1)

2000-12-09 Thread Ruslan Ermilov
On Fri, Dec 08, 2000 at 06:22:09PM -0800, Marcel Moolenaar wrote: > Ruslan Ermilov wrote: > > > > The attached patches (p4 and p5) try to solve this bootstrapping > > problem with groff(1). > > Sorry, I missed this statement before. What exactly are the > bootst

Re: Bootstrapping issues with groff(1)

2000-12-09 Thread Ruslan Ermilov
On Fri, Dec 08, 2000 at 06:17:52PM -0800, Marcel Moolenaar wrote: > Ruslan Ermilov wrote: > > > > The attached patches (p4 and p5) try to solve this bootstrapping > > problem with groff(1). I have lightly tested this on my -stable > > box, and would appreciate a fe

Bootstrapping issues with groff(1)

2000-12-08 Thread Ruslan Ermilov
) macro packages from /usr/share/tmac while they should be taken from ${WORLDTMP}/usr/share/tmac. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer, +380.652.512.251Simferopol, Ukraine http

Re: platform byte order macros?

2000-10-31 Thread Ruslan Ermilov
On Sat, Oct 28, 2000 at 04:13:46PM +1100, Bruce Evans wrote: > On Fri, 27 Oct 2000, Ruslan Ermilov wrote: > > > On Fri, Oct 27, 2000 at 06:11:49PM +0300, Ruslan Ermilov wrote: > > > On Fri, Oct 27, 2000 at 07:34:06AM -0700, Mike Smith wrote: > > > > > +#ifdef

Re: platform byte order macros?

2000-10-27 Thread Ruslan Ermilov
On Fri, Oct 27, 2000 at 06:11:49PM +0300, Ruslan Ermilov wrote: > On Fri, Oct 27, 2000 at 07:34:06AM -0700, Mike Smith wrote: > > > On Fri, Oct 27, 2000 at 09:49:57PM +1100, Bruce Evans wrote: > > > [...] > > > > > > > > NetBSD supports the ntohl

Re: platform byte order macros?

2000-10-27 Thread Ruslan Ermilov
28,%eax -#APP - xchgb %ah, %al -#NO_APP - andl $65535,%eax - pushl %eax + pushl $32768 pushl $.LC0 call printf leave -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD commi

Re: platform byte order macros?

2000-10-27 Thread Ruslan Ermilov
sible to simply include the , since it now depends on . -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer, +380.652.512.251Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://ww

Re: Bug in ip_fw.c?

2000-10-26 Thread Ruslan Ermilov
gt; on having an UDP header (around line 1002) and drops the packet as a bogus > fragment, if it is too short for a header. I think, this is wrong. > > Because I'm not too firm with the firewall code, I have no fix. > -- Ruslan Ermilov Oracle Developer/DBA, [EMAI

Re: pam.conf and r(logind|shd)

2000-10-11 Thread Ruslan Ermilov
I am going to nuke the PAM support for rshd and rlogind in -current tomorrow (local time) if I won't get any objections till that date. -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer, +380.652.51

Re: Sound support in -CURRENT

2000-08-21 Thread Ruslan Ermilov
RRENT support the sound card? Cause if -CURRENT can make my sound card > sings, I'd love to give it a try. After all, this isn't a production > machine. > Not yet. Dan Moschuk <[EMAIL PROTECTED]> is working (?) on the driver. -- Ruslan Ermilov Oracle Developer/DB

Re: ftpd not working with 4.1-stable

2000-08-16 Thread Ruslan Ermilov
of my 4.1-stable machines. > > At the time of this writing I wasn't able to search the mail list for > possible fixes or answers. > I have just fixed that in CURRENT. Please try the following patch, it should apply cleanly to your 4.1-STABLE sources. Cheers, -- Ruslan Ermi

Re: make world breakage

2000-08-04 Thread Ruslan Ermilov
.h:268: >macro > `START_PSYMTAB' used with too many (7) args > mkdep: compile failed > *** Error code 1 > 99 conflicts from the today's gdb import were not resolved yet... -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Softwar

Re: cvs commit: src/usr.bin/kdump mkioctls

2000-08-02 Thread Ruslan Ermilov
in which is not included in 'ioctl.c'. > > With the next patch I can make "usr.bin/kdump" and > "usr.bin/truss". > Fixed as of src/usr.bin/kdump/mkioctls,v 1.18, thanks! -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] S

Re: ftpd 550 reply

2000-07-17 Thread Ruslan Ermilov
. Using binary mode to transfer files. ftp> get foo local: foo remote: foo 550 foo: No such file or directory. ftp> by 221 Goodbye. Script done on Mon Jul 17 20:01:38 2000 -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED]

Re: New mtree needed for installation

2000-07-17 Thread Ruslan Ermilov
cel Moolenaar <[EMAIL PROTECTED]> has posted a patch to -committers for a review. -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer, +380.652.512.251Simferopol, Ukraine http://www.FreeBSD.org The Powe

Re: new ftpd feature...

2000-06-29 Thread Ruslan Ermilov
I had a firewall set up in this configuration (allowing "anonymous" connects to the high portrange and denying otherwise). It was great. I can not see the reason why ftpd(8) would need an explicit portrange. -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED]

Re: possible simple install-info fix

2000-03-16 Thread Ruslan Ermilov
On Thu, Mar 16, 2000 at 09:57:22AM -0800, Marcel Moolenaar wrote: > Ruslan Ermilov wrote: > > > > > > I was looking into fixing the install-info problem, and wondered if the > > > > solution is really as easy as it seems: > > > > > > Hmmm

Re: possible simple install-info fix

2000-03-15 Thread Ruslan Ermilov
atch fixes. Second, less important (IMHO), is a cross building issue. Consider the case, when you want to build 4.0 alpha world on 3.x i386 system, and then install it (world) on alpha running 3.x. It was discussed about month ago on -current... > FWIW, I agree that fixing this will si

Re: make world: install-info: unrecognized option

2000-03-15 Thread Ruslan Ermilov
Try `install-info --help' for a complete list of options. > *** Error code 1 > > Stop. > > ** snip snip ** > > I'm running 3.4-STABLE, trying to cvsup to cvs-tag RELENG_4. > Follow the instructions at the end of src/UPDATING. -- Ruslan Ermilov Sysad

Re: 3.4 -> 4.0 upgrade problems

2000-03-07 Thread Ruslan Ermilov
thanks :) Set USA_RESIDENT in environment rather than in /etc. -- Ruslan Ermilov Sysadmin and DBA of the [EMAIL PROTECTED]United Commercial Bank, [EMAIL PROTECTED] FreeBSD committer, +380.652.247.647Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http:/

Re: 3.4 -> 4.0 upgrade problems

2000-03-07 Thread Ruslan Ermilov
ame for gcc. You need the -current gcc built in the host environment (usually, the one in /usr/obj/usr/src/i386). That's why you should use buildkernel target. > Solution: 'make buildkernel' in /usr/src seemed to do the trick. > We certainly need to update src/UPDATING

Re: natd, firewall, and RFC1918...? apologies!

2000-02-24 Thread Ruslan Ermilov
the LAN. > > > > questions are: > > > > 1. Is this right? Is natd behaving correctly when the packet comes back > > in for unregistered ips? I would think that it would be aliased to like > > this, "machine B's ip" --> machine C's ip"

Re: Upgrade from 3.4 to 4.0...

2000-02-23 Thread Ruslan Ermilov
would do?? > Do nothing, except upgrade your /dev and /etc, just like you did it when you were tracking -stable. The new ata(4) driver supports old wd(4) names, i.e. it will accept both new adX and old wdX names. -- Ruslan Ermilov Sysadmin and DBA of the [EMAIL PROTECTED]

Re: Upgrade to 4.0 current

2000-02-22 Thread Ruslan Ermilov
> Stop. > *** Error code 1 > > Stop. > > > If anyone can give me any pointers as to how to fix this that would be > great. > > Thanks > > Chris > > > --- > Christopher T. Griffiths > Engineering Department > Quansoo Group Inc

Real hackers run -current on their laptop (was: Re: 4.0(current) on a 486SLC2 ?)

2000-02-19 Thread Ruslan Ermilov
have a pci bus, so my guess is that it dies probing the isa > bus ??? > > Thanks, > Kelvin > [EMAIL PROTECTED] > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-current" in the body of the message -- Ruslan Ermilov Sysadmin and D

Re: pstat(8) depends on loader(8)???

2000-02-18 Thread Ruslan Ermilov
s ok. > > Ideas? > > loader loads the kernel symbol table; boot2 does not. > > -GAWollman On Mon, Feb 07, 2000 at 03:22:36PM +1100, Bruce Evans wrote: > On Mon, 7 Feb 2000, Ruslan Ermilov wrote: > > > If I boot the system without loader(8), e.g. with /boot.config=k

Re: ipfw + natd problem

2000-02-10 Thread Ruslan Ermilov
> pseudo-device pty 16 > pseudo-device md > pseudo-device vn > pseudo-device bpf 4 > options IPFIREWALL > options IPDIVERT > options SHMMAXPGS=2049 > options COMPAT_LINUX > knu@arc

Re: syscons: incorrect behavior of blinking cursor

2000-02-10 Thread Ruslan Ermilov
On Thu, Feb 10, 2000 at 11:11:53AM +0900, Kazutaka YOKOTA wrote: > >On Wed, Feb 09, 2000 at 08:35:07PM +0200, Ruslan Ermilov wrote: > >> Hi! > >> > >> 1. Set cursor "blinking" or "destructive" (SC_BLINK_CURSOR) > >> 2. Press Scroll Lo

<    1   2   3   4   5   6   7   >