Re: Downgrading

2002-01-17 Thread Ruslan Ermilov
/MAKEDEV and /dev/MAKEDEV.local, and run > "sh MAKEDEV all" to get the /dev/random set up correctly, but > all this can be done prior to the reboot. > FWIW, modern -CURRENT's should be able to downgrade to -STABLE without problems. If it's broken, please let me

Re: World broken again?

2002-01-15 Thread Ruslan Ermilov
On Tue, Jan 15, 2002 at 02:10:45PM +0100, Emiel Kollof wrote: [share/man/man3/Makefile breakage] Already fixed in src/share/man/man3/Makefile,v 1.21. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD

Re: cvs commit: src/sbin/ping ping.c

2002-01-14 Thread Ruslan Ermilov
On Mon, Jan 14, 2002 at 06:33:35AM -0800, Ruslan Ermilov wrote: > ru 2002/01/14 06:33:35 PST > > Modified files: > sbin/pingping.c > Log: > Fixed two bugs with the "-l preload" option: > > - first ping after a preload was

Re: Dropping bsd.man.mk support from bsd.kmod.mk

2001-12-24 Thread Ruslan Ermilov
e of a pain than > a blessing. More of our module Makefiles have NOMAN than don't, by a > wide margin. > So, does it mean you are objecting or not? :-) And now I recall. Peter told me that at some point there will be no sys/modules at all. Cheers, -- Ruslan Ermilov

Re: msgdef breaks world

2001-12-24 Thread Ruslan Ermilov
s is probably a FAQ entry. This command should not have been executed during the installworld. The fact that it was executed means that you probably: 1. Have your computer's date set incorrectly. 2. Have not run buildworld before installworld. 3. Some sources have modification time point

Re: /usr/libexec/ld-elf.so.1: /usr/lib/libutil.so.3: Undefined symbol "__stdoutp"

2001-12-24 Thread Ruslan Ermilov
src/lib/compat/compat4x. : make all install : You will see ``__stdoutp undefined'' until you do this. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer, +380.652.512.2

Re: /usr/libexec/ld-elf.so.1: /usr/lib/libutil.so.3: Undefined symbol "__stdoutp"

2001-12-21 Thread Ruslan Ermilov
h context in src/UPDATING to find these entries. Warner, could you please add "__stdoutp" to the 20010919 entry, and a hint to put COMPAT4X=true to /etc/make.conf to the 20010924 entry? Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Softw

Dropping bsd.man.mk support from bsd.kmod.mk

2001-12-20 Thread Ruslan Ermilov
Hi! I'd like to drop bsd.man.mk support from bsd.kmod.mk, because I was told by someone (peter?) that this is the right direction. :-) Objections? Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] Fr

Re: Object now: man(1) -m option is going away

2001-12-20 Thread Ruslan Ermilov
On Tue, Dec 18, 2001 at 11:32:48AM -0800, Terry Lambert wrote: > Ruslan Ermilov wrote: > > I'd like to drop the support for the man(1)'s -m option, > > which is almost undocumented and is of little interest. > > Unless I hear any valid objections, I am going to nuk

Re: Trying to build CURRENT

2001-12-20 Thread Ruslan Ermilov
the source, and ran make buildworld > > I just updated the source tree tonight. Should I wait to try again, or > am I doing something wrong? > > I've got the complete make output in a file if that would help. > Your host environment is screwed, you lost /usr/lib/libperl.so

Re: Recent fdc(4) commit broke Alpha kernels

2001-12-18 Thread Ruslan Ermilov
On Tue, Dec 18, 2001 at 10:35:39AM -0800, John Baldwin wrote: > > On 18-Dec-01 Ruslan Ermilov wrote: > > Soren! > > > > I bet someone else already mentioned your commit broke Alpha kernels. > > S?ren didn't commit this, adn there has already been a discu

Re: minor nit, 4.4-release -> -current

2001-12-18 Thread Ruslan Ermilov
p://web.nilpotent.org/tmp/dmesg-old.txt > http://web.nilpotent.org/tmp/dmesg-new.txt > Actually, we support the 4.1-RELEASE -> 5.0-CURRENT source upgrade. If it doesn't work, report it as a bug on the -current ML. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PR

Recent fdc(4) commit broke Alpha kernels

2001-12-18 Thread Ruslan Ermilov
_MACHINE_ARCH == i386 */ +#endif /* __i386__ */ /* is there a unit? */ if (fd->type == FDT_NONE) return (ENXIO); Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer,

Object now: man(1) -m option is going away

2001-12-18 Thread Ruslan Ermilov
ed on the system +.\"name given. .It Fl o Look for original, non-localized manpages only. .Pp -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer, +380.652.512.251Simferopol, Ukraine http://www.F

Re: cvs commit: src/usr.bin/ftp Makefile cmds.c cmdtab.c complet

2001-12-14 Thread Ruslan Ermilov
ve mode by > default, and fall back to active mode. To achieve the old default behavior > (active mode) set FTPMODE=active. > Please fix /etc/login.conf. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED]

pam_ssh support for static PAM library

2001-12-12 Thread Ruslan Ermilov
n order to test it without a full "buildworld", you'll have to proceed in this order: 1. Install updated bsd.lib.mk and bsd.libnames.mk. 2. Build secure/lib/libssh. 3. Build and install lib/libpam. Now you're ready to build/install any PAMified stuff statically, and pam_ssh

Re: Motion for removal of xargs(1) from base system

2001-12-12 Thread Ruslan Ermilov
could have guessed from the subject, > xags(1) aka /usr/bin/xargs. It is buggy and cluttered piece of code. Faulty and > hard to use command. It's idiosyncratic syntax makes people dizzy everytime they > use/or just try to use it. > It's also a part of just ratified PO

Re: stable->current busted

2001-12-10 Thread Ruslan Ermilov
+++ Makefile.inc2001/12/10 14:50:41 @@ -3,8 +3,7 @@ LIBCOMPATDIR?= ${LIBDIR}/compat/aout .if defined(LIBS) && !empty(LIBS) -beforeinstall: __remove-stale-libs -__remove-stale-libs: .PHONY +afterinstall: .for lib in ${LIBS} .if exists(${DESTDIR}${SHLIBDIR}/${lib}) -chflags

Re: stable->current busted

2001-12-10 Thread Ruslan Ermilov
On Mon, Dec 10, 2001 at 11:50:50AM +0200, Ruslan Ermilov wrote: > On Sat, Dec 08, 2001 at 01:08:32PM -0800, Peter Wemm wrote: > > Mathieu Arnold wrote: > > > > > > Warner Losh wrote: > > > > > > > > 4.4-r -> current build is ve

Re: stable->current busted

2001-12-10 Thread Ruslan Ermilov
iling for obvious reasons :) > > I think this will fix it: > > http://people.freebsd.org/~peter/compat.diff > Please don't do this. At least in my version of Makefile.inc1, bootstrap-tools (which xinstall is part of) are built static and used during installworld: ldd: /usr/obj/usr

Re: rev 1.61 of /sys/netinet/in.c breaks ISDN

2001-12-10 Thread Ruslan Ermilov
On Sat, Dec 08, 2001 at 11:44:47PM +0100, Joerg Wunsch wrote: > As Ruslan Ermilov wrote: > > > > You need to configure /some/ interface address for the remote end > > > anyway, and it must not clash with any other routing table entry, > > > since "ifconfi

Re: rev 1.61 of /sys/netinet/in.c breaks ISDN

2001-12-08 Thread Ruslan Ermilov
On Fri, Dec 07, 2001 at 09:01:12PM +0100, Joerg Wunsch wrote: > As Ruslan Ermilov wrote: > > > > phk has chosen 0.0.0.1 since it obviously cannot be a meaningful > > > statically configured address. > > > OK, but is it really necessary? It's much simpler

Re: stable->current busted

2001-12-07 Thread Ruslan Ermilov
stage 4: building everything.. >>> Making hierarchy >>> Installing everything.. >>> Rebuilding man page indices >>> elf make world completed on Fri Dec 7 07:43:43 EET 2001 >>> Kernel build for GENERIC started on Fri Dec 7 07:43:44 EET 2001 >>>

Re: rev 1.61 of /sys/netinet/in.c breaks ISDN

2001-12-06 Thread Ruslan Ermilov
On Thu, Dec 06, 2001 at 09:23:32PM +0100, Joerg Wunsch wrote: > Ruslan Ermilov <[EMAIL PROTECTED]> wrote: > > > ISTR that I4B uses some special magical destination address for some > > purpose (0.0.0.0 or something). > > The magical destination addres

Re: rev 1.61 of /sys/netinet/in.c breaks ISDN

2001-12-06 Thread Ruslan Ermilov
0.0.0 or something). Sorry, don't recall the details. But I bet Alexander knows, as we already hit this once, with my routing changes, some time ago... Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD

Re: Recent ICMP breakage [FIXED]

2001-12-01 Thread Ruslan Ermilov
> panics on boot. If you can't reproduce this I can provide a > traceback. > Yeah, that little headache I had yesterday made this happen. Should be fixed in ip_output,v 1.143. Sorry guys. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunba

Re: rm -rf /usr/obj/usr/src/usr.bin/tip helps build -CURRENT

2001-11-27 Thread Ruslan Ermilov
" target has a chance to be executed. Try this: # cat .depend foo:: # cat Makefile foo: # make bar ".depend", line 1: Inconsistent operator for foo make: fatal errors encountered -- cannot continue Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED]

Re: rm -rf /usr/obj/usr/src/usr.bin/tip helps build -CURRENT

2001-11-27 Thread Ruslan Ermilov
on lies in the fact that before these changes were repo-backed-out, "tip" used to be a PROG under usr.bin/tip, and as such /usr/obj/usr/src/usr.bin/tip/.depend had a regular ":" dependency line for "tip". Now, "tip" is back again a SUBDIR, and bsd.subdir.mk

Re: rm -rf /usr/obj/usr/src/usr.bin/tip helps build -CURRENT

2001-11-27 Thread Ruslan Ermilov
this case. > > Still building, but I'm way beyond that stage, at least. > > Cc:ing Warner, in case UPDATING might merit a brief mention. > Simply removing the /usr/obj/usr/src/usr.bin/tip/.depend file should work as well. And yes, mentioning this in UPDATING ASAP would be g

Re: Bug in libalias (firewall manipulating)

2001-11-26 Thread Ruslan Ermilov
instead of > setsockopt(). > > This should also be reflected in the manual page. > > Below is my fix and a quick test suggest it is indeed working now. > Fixed in 5.0-CURRENT, sys/netinet/raw_ip.c,v 1.88. Fixed in 4.4-STABLE, sys/netinet/raw_ip.c,v 1.64.2.10. Thanks for th

Re: Observations on upgrading from 4.4-RELEASE to 5.0-CURRENT

2001-11-21 Thread Ruslan Ermilov
PDATING when doing a source upgrade. It has all the necessary info on the topic under the ``To upgrade from 4.x-stable to current'' section, including the step to setup /boot/device.hints file. [snip] Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sun

Re: misc/15421 (was: Re: initgroups)

2001-11-20 Thread Ruslan Ermilov
On Tue, Nov 20, 2001 at 03:43:52PM +0100, Anton Berezin wrote: > On Tue, Nov 20, 2001 at 04:27:03PM +0200, Ruslan Ermilov wrote: > > On Tue, Nov 20, 2001 at 03:12:50PM +0100, Anton Berezin wrote: > > > On Tue, Nov 20, 2001 at 03:02:39PM +0200, Ruslan Ermilov wrote: > > &g

Re: misc/15421 (was: Re: initgroups)

2001-11-20 Thread Ruslan Ermilov
On Tue, Nov 20, 2001 at 03:12:50PM +0100, Anton Berezin wrote: > On Tue, Nov 20, 2001 at 03:02:39PM +0200, Ruslan Ermilov wrote: > > On Mon, Nov 19, 2001 at 10:28:55PM +0600, Max Khon wrote: > > > > I asked tobez (he is an originator and he took responsibility on > >

Re: misc/15421 (was: Re: initgroups)

2001-11-20 Thread Ruslan Ermilov
On Mon, Nov 19, 2001 at 10:28:55PM +0600, Max Khon wrote: > hi, there! > > On Mon, Nov 19, 2001 at 06:19:50PM +0200, Ruslan Ermilov wrote: > > > > Can setgroups return a positive number? If so, you've just changed > > > the semantics of the funtion; be

Re: misc/15421 (was: Re: initgroups)

2001-11-19 Thread Ruslan Ermilov
ion -returns \-1 if it was not invoked by the super-user. +function may fail and set +.Va errno +for any of the errors specified for the library function +.Xr setgroups 2 . .Sh SEE ALSO .Xr setgroups 2 , .Xr getgrouplist 3 Cheers, -- Ruslan Ermilov Oracle Developer/DB

Re: make installworld failure in usr.bin/tip

2001-11-16 Thread Ruslan Ermilov
mmitter | BSD since 4.3-tahoe > Never attribute to malice what can adequately be explained by incompetence. > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-current" in the body of the message -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL

Re: cvs commit: src Makefile.inc1

2001-10-25 Thread Ruslan Ermilov
" >> makedevs.tmp - file2c 'u_char mbr[] = {' '};' < /boot/mbr >> makedevs.tmp +.if ${MACHINE} == i386 + file2c 'u_char mbr[] = {' '};' < ${MBR} >> makedevs.tmp echo "size_t mbr_size = sizeof(mbr);" >&g

Re: It's baaack... -- ("make: don't know how to make copies. Stop")

2001-10-23 Thread Ruslan Ermilov
ion 1.32, we just end up not installing anything from examples/* subdirs. Compare: # cd /usr/src/share/examples # mkdir /usr/obj/usr/src/share/examples # make -n copies # rmdir /usr/obj/usr/src/share/examples # make -n copies Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTEC

Re: commit to ansi.h

2001-10-18 Thread Ruslan Ermilov
ALSE, so in (5) _BSD_VA_LIST_ is > undefined. (which breaks building a kernel, and probably more) > > Placing a (7) before (5) solves the problem. > _BSD_VA_LIST_ is needed for non-GCC compilers as well. Please see attached for the correct patch. Cheers, -- Ruslan Ermilov

Re: kldxref broken, maybe?

2001-10-10 Thread Ruslan Ermilov
On Wed, Oct 10, 2001 at 06:25:48PM +1000, Bruce Evans wrote: > On Wed, 10 Oct 2001, Ruslan Ermilov wrote: > > > I do make -CURRENT worlds every night on a -STABLE box, and the > > kldxref(8) miss is non-fatal: > > ... > > ===> wi > > install -c -o root -

Re: kldxref broken, maybe?

2001-10-10 Thread Ruslan Ermilov
On Tue, Oct 09, 2001 at 10:49:56AM -0700, Bruce A. Mah wrote: > If memory serves me right, Ruslan Ermilov wrote: > > On Thu, Sep 20, 2001 at 10:19:22PM -0700, Peter Wemm wrote: > > > Warner Losh wrote: > > > > In message <p05100307b7cfef6da22f@[207.76.207.129]>

Re: Review: change NGROUPS_MAX from 16 to 64

2001-10-02 Thread Ruslan Ermilov
Probably, the reason is to still have a working KINFO_PROC_SIZE even if the user modifies NGROUPS_MAX? On Tue, Oct 02, 2001 at 08:12:45AM -0400, Robert Watson wrote: > > On Tue, 2 Oct 2001, Ruslan Ermilov wrote: > > > What's the reason why KI_NGROUPS should be differ

Re: Review: change NGROUPS_MAX from 16 to 64

2001-10-02 Thread Ruslan Ermilov
so that you'll > probably want to update KI_NGROUPS also. No idea if it will affect NIS. > > Robert N M Watson FreeBSD Core Team, TrustedBSD Project > [EMAIL PROTECTED] NAI Labs, Safeport Network Services -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTE

Re: uucp user shell and home directory

2001-10-02 Thread Ruslan Ermilov
On Mon, Oct 01, 2001 at 11:51:32AM -0600, Lyndon Nerenberg wrote: > >>>>> "Ruslan" == Ruslan Ermilov <[EMAIL PROTECTED]> writes: > > Ruslan> It doesn't really matter what the home directory is set to > Ruslan> (IIRC), but the shell mu

Re: uucp user shell and home directory

2001-10-01 Thread Ruslan Ermilov
nable the ``uucp'' account. Moreover, doing so may have a bad impact on system's security, as many UUCP related files are owner by the user ``uucp''. Having said that, I'm with Sheldon on how this change should be done, i.e., change home directory to /nonexistent and shell to

Re: undefined symbols in libutil.so in -CURRENT

2001-09-29 Thread Ruslan Ermilov
tp" > > after which cvsup bails out. Why? > > I tried to recompile the world and libutil separately -- same result. -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer, +380.652.512

Re: Undefined symbol "__stderrp"

2001-09-28 Thread Ruslan Ermilov
echo COMPAT4X=TRUE >> /etc/make.conf cd /usr/src/lib/compat make all make install make cleandir This will remove all stale /usr/lib libraries, and put the correct ones under /compat/lib. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Softwa

Re: problem building libncurses...

2001-09-28 Thread Ruslan Ermilov
ld-tools, which do not show themselves up in .depend. I call them "safe". Only cc_tools and miniperl are "unsafe" because they show up in .depend. What Luigi's script missed is the call to build-tools early, before going with -nostdinc and /usr/src/include headers. Cheers,

Re: Undefined symbol "__stderrp"

2001-09-28 Thread Ruslan Ermilov
ake sure to add COMPAT4X=TRUE to /etc/make.conf. This will remove old libc.so.4 from /usr/lib and install proper one into /usr/lib/compat. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer, +380.6

Re: problem building libncurses...

2001-09-28 Thread Ruslan Ermilov
libraries (and we cannot use > the new ones, we are building them). > > Any idea on how do i fix this ? > Well, your script is broken, definitely. "make world" builds libraries first for that reason, and only then builds the rest of the tree. Cheers, -- Ruslan Ermilov

Re: RFC: mod for 'du'

2001-09-28 Thread Ruslan Ermilov
le. > > >+typedef struct _ID { > >+dev_t dev; > >+ino_t inode; > >+struct _ID *next; > >+} ID; > > Why not use db(3) ? > > It has a known good hash, it autosizes to different task-sets and > it could be setup with an opt

Re: rshd broken on -CURRENT

2001-09-25 Thread Ruslan Ermilov
/lib/security/pam_stack.so service=system-auth > > > My FreeBSD-CURRENT box has this for rsh: > > rsh authrequiredpam_nologin.so no_warn > rsh authrequiredpam_permit.so no_warn > rsh account requiredpam_unix.so > rsh sess

Re: Is it possible to make 4.4-REELASE on the -CURRENT ?

2001-09-24 Thread Ruslan Ermilov
init > cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat-c >/usr/src/bin/sh/mknodes.c > /usr/src/bin/sh/mknodes.c:101: initializer element is not constant > *** Error code 1 > > Stop in /usr/src/bin/sh. > *** Error code 1 > > Stop in /usr/src. > *** Err

Re: stdin/out/err changes kill world

2001-09-24 Thread Ruslan Ermilov
eaders, but the OLD libc.a. This NOTE: the actual bug was only in the gnu/usr.bin/ld/Makefile, not with the whole cross-tools. On Mon, Sep 24, 2001 at 01:26:37PM +1000, Peter Jeremy wrote: > On 2001-Sep-21 10:45:42 +0300, Ruslan Ermilov <[EMAIL PROTECTED]> wrote: > >Also, th

Re: Problems with latest current build

2001-09-22 Thread Ruslan Ermilov
On Sat, Sep 22, 2001 at 11:13:28AM +0300, Ruslan Ermilov wrote: > On Fri, Sep 21, 2001 at 08:43:20PM -0800, Beech Rintoul wrote: > > I just built today's -current, still having a couple of problems. > > First off, when install tried to rm -R libc_r.so.4 and libc.so.4 it couldn

Re: Problems with latest current build

2001-09-22 Thread Ruslan Ermilov
; Hmm, if you have COMPAT_4x=TRUE in your /etc/make.conf, libc.so.4 should be installed in /usr/lib/compat, and the latter (by default) is listed in the ``ldconfig_paths'' rc.conf(5) variable. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED]

Re: stdin/out/err changes kill world

2001-09-21 Thread Ruslan Ermilov
at 10:22:07AM +0300, Ruslan Ermilov wrote: > This is because BMAKEENV has DESTDIR=${WORLDTMP}, and > bsd.{prog,lib}.mk have the magic of adding the > -I${DESTDIR}/usr/include to CFLAGS if DESTDIR is set. > > I'm currently testing the following patch with the > -CURRENT buil

Re: stdin/out/err changes kill world

2001-09-20 Thread Ruslan Ermilov
do this for one buildworld. After that, you wont need it again. > > You should never have needed it at all though. :-( > > Cheers, > -Peter > -- > Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] > "All of this is for nothing if we don't go to th

Re: make.conf not in -current tree (was cvs commit: src/include stdio.h)

2001-09-20 Thread Ruslan Ermilov
defaults and then you can put your own modifications in etc. So any > > chance of bringing back make.conf into the source tree? > > /usr/share/examples/etc/make.conf > > Just copy the stuff you need to /etc/make.conf, as before. > IIRC, it was requested by many that this chan

Re: kldxref broken, maybe?

2001-09-20 Thread Ruslan Ermilov
mething roughly like this: > foreach $path (`sysctl -n kern.module_path | sed -e 's/;/ /`) > if (-d $path) > kldxref $path > endif > endfor Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD

Re: kldxref broken, maybe?

2001-09-20 Thread Ruslan Ermilov
imilarly to how this is done (in -STABLE) for gensetdefs(8). > I'll also note that src/UPDATING doesn't contain a item > discussing the addition of kldxref and the possible errors > during an installworld. > Bug Peter, Boris, and Warner. :-) Cheers, -- Ruslan Ermi

Re: ipfw tutorial needed

2001-09-20 Thread Ruslan Ermilov
ewall(4), but much of the information herein is obsolete. -- 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: kldxref broken, maybe?

2001-09-20 Thread Ruslan Ermilov
ling a kldxref(8) for a single module install looks right, calling it after installation of every single module when installing all modules (like in the ``installkernel'' case) is expensive -- we can defer the call after all modules have been installed. Cheers, -- Ruslan Ermilov O

Re: Buildworld problems

2001-09-17 Thread Ruslan Ermilov
On Mon, Sep 17, 2001 at 09:07:46AM -0700, David O'Brien wrote: > On Mon, Sep 17, 2001 at 03:59:42PM +0300, Ruslan Ermilov wrote: > > Nope, you please try to restructure it along the lines of > > src/usr.bin/xinstall/Makefile rev 1.16. > > I'll consider it. > &

Re: Buildworld problems

2001-09-17 Thread Ruslan Ermilov
On Fri, Sep 14, 2001 at 04:08:01PM -0700, David O'Brien wrote: > On Fri, Sep 14, 2001 at 06:33:09PM +0300, Ruslan Ermilov wrote: > > Please try the attached patch. I'm going to attempt to unbreak > > the upgrade path from 4.1-RELEASE to 5.0-CURRENT sometimes in > &g

Re: broken installworld?

2001-09-17 Thread Ruslan Ermilov
his, `a' will be considered out-of-date until the January 1st of 2002. Check the dates on /usr/src/contrib/cvs/ sources. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer, +380.652.512.251

Re: Build problem in -current

2001-09-16 Thread Ruslan Ermilov
On Sat, Sep 15, 2001 at 03:57:26AM +1000, Bruce Evans wrote: > On Wed, 5 Sep 2001, Ruslan Ermilov wrote: > > > On Wed, Sep 05, 2001 at 09:44:05PM +1000, Bruce Evans wrote: > > [...] > > > > Index: Makefile > > > > =

Re: Buildworld problems

2001-09-14 Thread Ruslan Ermilov
It's irrelevant. Your 5.0-CURRENT wasn't actually "current". On Fri, Sep 14, 2001 at 11:22:54AM -0500, Wm Brian McCane wrote: > Actually, I was already at 5.0-CURRENT. > > FreeBSD 5.0-CURRENT (CHINA) #7: Thu May 10 05:25:14 CDT 2001 > > - brian > &g

Re: Buildworld problems

2001-09-14 Thread Ruslan Ermilov
/usr/lib/libc.a __xuname.o > root@china (/tmp)> ar ruv /usr/lib/libc.a __xuname.o > r - __xuname.o > root@china (/tmp)> ranlib /usr/lib/libc.a > > And I still get the same results from the make in zip. > > > Anybody else have another suggestion? -- Ruslan Ermilov

Fixing chown(8) and friends to handle symlinks properly

2001-09-13 Thread Ruslan Ermilov
er says to follow a symlink (in the -R case) only if it points to an object of type directory. Our fts(3) routines are unable of doing this. If this patch is accepted, I'm going to revisit and fix the rest of the fts(3) utilities that are listed on the symlink(7) manpage. Cheers, -- Ru

Re: HEADSUP!!!! KSE Milestone-2 COMMITTED

2001-09-12 Thread Ruslan Ermilov
ttle longer, > but you should look at: > A very slightly out-of-date paper describing what KSE will become: > http://www.freebsd.org/~jasone/kse/ > http://www.freebsd.org/~julian/ has some links of interest too. > > All modules must be recompiled. -- Ruslan Ermilov

Re: lib broken

2001-09-06 Thread Ruslan Ermilov
mon.c: > > "$FreeBSD: src/lib/libc/stdlib/strfmon.c,v 1.1 2001/09/05 18:50:02 phantom > Exp $" -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer, +380.652.512.251Simferopol, Ukraine http:

Re: Build problem in -current

2001-09-05 Thread Ruslan Ermilov
tofflags() won't be declared in the host includes if the host libraries > > > don't have it. Similarly in mtree (where I obtained this fix from) and > > > in any other tools that use strtofflags(). All these bugs were missing in > > > the old versions th

Re: proctitle progress reporting for dump(8)

2001-09-04 Thread Ruslan Ermilov
IG_IGN) != SIG_IGN) > + signal(SIGHUP, sig); ^^ that should be SIGINFO. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer, +380.652.512.251Simferopol, Ukraine http:/

Re: proctitle progress reporting for dump(8)

2001-09-04 Thread Ruslan Ermilov
or the > other. SIGINFO, on the other hand, would help keep me from going out > of my mind while sitting at the single-user console waiting for some > filesystem move to finish. More regular updates would be almost as > good. > And you get an answer whenever you ask the question. Ye

Re: Build problem in -current

2001-09-04 Thread Ruslan Ermilov
1.21 +++ Makefile2001/09/04 08:22:19 @@ -8,10 +8,10 @@ SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c \ strtofflags.c -.if !defined(WORLD) +.include + +.if defined(LIBMD) && exists(${LIBMD}) CFLAGS+= -DMD5 -DSHA1 -DRMD160 DPADD= ${LIBMD} LDADD= -lmd .

Re: ipfw syntax - should this error?

2001-08-31 Thread Ruslan Ermilov
of having to do > ipfw add allow udp from any to any range1-range2 > ipfw add allow udp from any to any range3-range4 > > fog# uname -a > FreeBSD fog.hill.hom 4.4-RC FreeBSD 4.4-RC #0: Thu Aug 30 15:02:13 EDT 2001 > david@fog:/usr/src/sys/compile/FOG i386 > >

find(1) -flags

2001-08-30 Thread Ruslan Ermilov
y of the :bits in is not set in the file's flags bits. Otherwise, :this primary evaluates to true if the bits in exactly match :the file's flags bits, and none of the flags bits match those of :. Please review. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [E

Re: /usr/games/wtf

2001-08-20 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 PROTECT

Re: Cross builds and upgrade path from 4.x are broken in usr.bin/file

2001-08-17 Thread Ruslan Ermilov
On Fri, Aug 17, 2001 at 08:49:10AM -0700, David O'Brien wrote: > On Fri, Aug 10, 2001 at 05:37:51PM +0300, Ruslan Ermilov wrote: > > I can't believe I hear that from you, Bruce. :-) > > Generation at install time is a damn bad idea, please see below. > [...] >

Re: 4-STABLE-->5-CURRENT upgrade path is b0rken in libform [patch]

2001-08-17 Thread Ruslan Ermilov
On Fri, Aug 17, 2001 at 02:00:43PM +0200, Alexander Langer wrote: > Thus spake Ruslan Ermilov ([EMAIL PROTECTED]): > > > Are you sure? > > Yes, I reported this on IRC already some weeks ago, but I was > too lazy to fix it, so I just copied the include to /usr/include >

Re: 4-STABLE-->5-CURRENT upgrade path is b0rken in libform [patch]

2001-08-17 Thread Ruslan Ermilov
R}/../libncurses -I${.OBJDIR}/../libncurses \ > + -I${NCURSES}/form -I${NCURSES}/menu -I${NCURSES}/include \ > + -Wall -DNDEBUG -DHAVE_CONFIG_H > > ncurses_def.h: MKncurses_def.sh ncurses_defs > AWK=${AWK} sh ${NCURSES}/include/MKncurses_def.sh \ Cheers

Re: Cross builds and upgrade path from 4.x are broken in usr.bin/file

2001-08-14 Thread Ruslan Ermilov
objects for a ${PROG} are created for a different arch 4) ${PROG} and build-tool share one or more object files This is not the case for bin/sh, but it's true for usr.bin/file. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software

Re: Cross builds and upgrade path from 4.x are broken in usr.bin/file

2001-08-14 Thread Ruslan Ermilov
On Tue, Aug 14, 2001 at 08:55:56AM -0700, David O'Brien wrote: > On Tue, Aug 14, 2001 at 09:54:04AM +0300, Ruslan Ermilov wrote: > > > They produce the same output, but in the general case they do not need > > > to. > > > > What I hear? Hell, then my sol

Re: Cross builds and upgrade path from 4.x are broken in usr.bin/file

2001-08-13 Thread Ruslan Ermilov
On Mon, Aug 13, 2001 at 01:30:15PM -0700, David O'Brien wrote: > On Fri, Aug 10, 2001 at 08:23:00PM +0300, Ruslan Ermilov wrote: > > > Your solution does not work. You're creating binary files in HOST > > > format during the build phase and expecting thin

Re: Cross builds and upgrade path from 4.x are broken in usr.bin

2001-08-13 Thread Ruslan Ermilov
On Fri, Aug 10, 2001 at 11:54:27AM -0700, John Baldwin wrote: > > On 10-Aug-01 Ruslan Ermilov wrote: > > On Fri, Aug 10, 2001 at 10:04:01AM -0700, Mark Peek wrote: > >> At 7:14 PM +0300 8/10/01, Ruslan Ermilov wrote: > >> >On Fri, Aug 10, 2001 at 08:38:21AM -0700

Re: Cross builds and upgrade path from 4.x are broken in usr.bin/file

2001-08-13 Thread Ruslan Ermilov
" is intrinsically > broken, given the goal (if it is a goal). > The build-tools stage is responsible for creating tools that are to be used only during `buildworld', and are not used/installed otherwise. The file(1) is special in that it produces the MD format, hence it is not s

Cross builds and upgrade path from 4.x are broken in usr.bin/file

2001-08-09 Thread Ruslan Ermilov
e the first precedence where a tool is also a build tool. (Compare with sysinstall.) Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer, +380.652.512.251Simferopol, Ukraine http://www.F

Re: did somebody notice a crash in ip_output if you're using multicast?

2001-07-19 Thread Ruslan Ermilov
bootstrap code read in > base = 20, image_start = 0, image_bytes = 1e00 > initializing HWRPB at 2000 > > -matt > > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-current" in the body of the message -- Ruslan Ermilov

TIOCSCTTY

2001-07-02 Thread Ruslan Ermilov
Hi! Could someone please explain why the following code snippet does not work anymore with the "/dev/console" argument? # ./tiocsctty /dev/console tiocsctty: ioctl(/dev/console, TIOCSCTTY): Operation not permitted Thanks, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL

Re: libalias, natd and punch_fw

2001-06-27 Thread Ruslan Ermilov
nd only got a response from the ftp-server > "500 Invalid Port Command". natd did not punch new firewall-rules. > is libalias broken or just configured different in -current? > Fixed in lib/libalias/alias_ftp.c,v 1.12, thanks for noticing! Cheers, -- Ruslan Ermilov Or

Re: [CFR] ucred.cr_gid

2001-06-27 Thread Ruslan Ermilov
On Wed, Jun 27, 2001 at 06:40:53PM +1000, Bruce Evans wrote: > On Wed, 27 Jun 2001, Ruslan Ermilov wrote: > > > On Tue, Jun 26, 2001 at 11:18:56AM -0400, Robert Watson wrote: > > > ... > > > off. I'm generally fairly positive about this change, but would be

Re: [CFR] ucred.cr_gid

2001-06-26 Thread Ruslan Ermilov
On Tue, Jun 26, 2001 at 11:18:56AM -0400, Robert Watson wrote: > > On Tue, 26 Jun 2001, Ruslan Ermilov wrote: > > > Could someone please take a look at it before I commit this? > > I won't get a chance to properly review this until I'm at USENIX tomorrow. >

[CFR] ucred.cr_gid

2001-06-26 Thread Ruslan Ermilov
Could someone please take a look at it before I commit this? - Forwarded message from Ruslan Ermilov <[EMAIL PROTECTED]> - Date: Fri, 22 Jun 2001 18:05:09 +0300 From: Ruslan Ermilov <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: ucred.cr_gid Message

ucred.cr_gid

2001-06-22 Thread Ruslan Ermilov
pcr_gid New xucred.cr_gid New I'm not sure what to do with xucred. Also, I'm not sure about KINFO_PROC_SIZE on ia64 and PowerPC. Please review. See also ChangeLog. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PR

Re: fts_open() (was: Re: Patch to restore WARNS feature)

2001-06-13 Thread Ruslan Ermilov
think this > is more general than passing any kind of function pointer.) > How should we call this function? (I'll implement this tomorrow.) -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer,

fts_open() (was: Re: Patch to restore WARNS feature)

2001-06-13 Thread Ruslan Ermilov
n should be > fixed, rather than papering over the mistake here. > > (This is arguably a deficiency in the C standard. qsort() should take > an additional state parameter for the comparison function, but > doesn't.) > -- Ruslan Ermilov Oracle Developer/DBA, [EMA

Patch to restore WARNS feature

2001-06-12 Thread Ruslan Ermilov
r the reason of missing library functions. Also, the -traditional-cpp bit in games/adventure/Makefile correlares badly with -nostdinc and WARNS=2. Please review (tested). Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROT

Re: ** HEADS UP **: -nostdinc -Wfoo ==> -DNO_WERROR is temporarily the default for `buildworld'

2001-06-11 Thread Ruslan Ermilov
On Mon, Jun 11, 2001 at 09:26:28PM +0300, Ruslan Ermilov wrote: [...] > While this is definitely a problem in fts.h, which is fixed with the > attached patch, it is unclear why this warning is hidden after the > -nostdinc. > For those interested, here's the missing patch. -

** HEADS UP **: -nostdinc -Wfoo ==> -DNO_WERROR is temporarily the default for `buildworld'

2001-06-11 Thread Ruslan Ermilov
warning is hidden after the -nostdinc. PLEASE DON'T FIX THE HEADERS UNTIL WE FIGURE OUT WHY THIS IS HIDDEN AFTER -nostdinc. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer, +

<    1   2   3   4   5   6   7   >