Re: [FreeBSD-Announce] FreeBSD 2.2.9 Released!

2016-04-01 Thread Ruslan Ermilov
walk-through > for users new to FreeBSD, and can be found online at: > > http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/install.html > > Acknowledgments > > > The release engineering team for 2.2.9-RELEASE includes: > > Scott Long

Re: [RFC] Un-staticise the toolchain

2012-04-27 Thread Ruslan Ermilov
On Fri, Apr 27, 2012 at 11:58:59AM +0300, Konstantin Belousov wrote: > On Thu, Apr 26, 2012 at 05:41:40PM +0400, Ruslan Ermilov wrote: > > On Thu, Apr 26, 2012 at 12:35:48PM +0300, Konstantin Belousov wrote: [...] > > > Patch below makes the dynamically linked toolchain a

Re: [RFC] Un-staticise the toolchain

2012-04-26 Thread Ruslan Ermilov
On Thu, Apr 26, 2012 at 12:35:48PM +0300, Konstantin Belousov wrote: > I think it is time to stop building the toolchain static. I was told that > original reasoning for static linking was the fear of loosing the ability > to recompile if some problem appears with rtld and any required dynamic > li

Re: HEADSUP: /etc/malloc.conf format change

2012-04-26 Thread Ruslan Ermilov
On Wed, Apr 25, 2012 at 10:43:59AM -0700, Jason Evans wrote: > On Apr 25, 2012, at 9:39 AM, Ruslan Ermilov wrote: > > So you removed _malloc_options that was part of the documented > > programming API, while some software made use of it. [...] > > Please explore the possibi

Re: HEADSUP: /etc/malloc.conf format change

2012-04-25 Thread Ruslan Ermilov
w/nginx-devel port, if you care to try it out. Please explore the possibility to add backwards compatiblity for the documented API, or at the very least provide a mean to detect this otherwise disruptive and hard to detect change for a programmer. Cheers, -- Ruslan Ermilov r...@freebsd.org FreeBSD

Re: Deterministic builds

2011-12-09 Thread Ruslan Ermilov
On Fri, Dec 09, 2011 at 03:25:40PM +0100, Erik Cederstrand wrote: > Den 09/12/2011 kl. 14.37 skrev Ruslan Ermilov: > > > On Fri, Dec 09, 2011 at 12:16:39PM +0100, Erik Cederstrand wrote: > >> I've been working on a project to make it possible to produce deterministic &g

Re: Deterministic builds

2011-12-09 Thread Ruslan Ermilov
On Fri, Dec 09, 2011 at 12:16:39PM +0100, Erik Cederstrand wrote: > I've been working on a project to make it possible to produce deterministic > builds with FreeBSD. By this I mean building a FreeBSD distribution twice > from the same code base and having all files in the two distributions match >

Re: awk(1) segfaults when building kernel modules

2011-08-11 Thread Ruslan Ermilov
V[1] } END { print ARGV[1] }' blah > [...] Should be fixed in r224776; please confirm. Cheers, -- Ruslan Ermilov r...@freebsd.org FreeBSD committer ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current

Re: awk(1) segfaults when building kernel modules

2011-08-10 Thread Ruslan Ermilov
r(p)) { + setsval(lookup("FILENAME", symtab), p); return; } setclvar(p);/* a commandline assignment before filename */ %%% > imho r224731 should completely be reverted. aren&#

Re: weekly_catman not generating the right result?

2011-08-03 Thread Ruslan Ermilov
we want catpages to retain the old way of marking up > bold and underlined text. > > Ruslan: bsd.doc.mk was told to not use SGR in r222647, does it make > sense to do the same for catpages? This probably affects your patch that I've just reviewed, but I think you're right in that

Re: WITHOUT_INSTALLLIB broken?

2011-06-16 Thread Ruslan Ermilov
On Thu, Jun 16, 2011 at 05:09:05PM +0400, Eir Nym wrote: > On 16 June 2011 16:55, Ruslan Ermilov wrote: > > On Thu, Jun 16, 2011 at 01:50:17PM +0200, Milan Obuch wrote: > >> Hi, > >> > >> I encountered an error when WITHOUT_INSTALLLIB option is specified &

Re: WITHOUT_INSTALLLIB broken?

2011-06-16 Thread Ruslan Ermilov
, which is documented to "not work for build targets". -- Ruslan Ermilov r...@freebsd.org FreeBSD committer ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

[HEADS UP] color and page width support in man(1)

2011-06-03 Thread Ruslan Ermilov
Hi there, On a freshly installed -CURRENT, to view a colorized manpage in color and in full terminal width, try this: env MANCOLOR=yes MANWIDTH=tty man grotty Both features are disabled by default for POLA reasons. Bikeshedding will be redirected to /dev/null. Cheers, -- Ruslan

Re: [PATCH] Fix CFLAGS overwrite by Makefile

2011-05-25 Thread Ruslan Ermilov
gt; > Features2=0x98e3fd > AMD Features=0x28100800 > AMD Features2=0x1 > TSC: P-state invariant > > I am still not sure what is the default gcc target architecture on this > machine. Why not go along a supported way, and do a cross-build? -- Ruslan Ermilov r

Re: buildworld fails building _dtrace_tools

2010-07-01 Thread Ruslan Ermilov
On Wed, Jun 30, 2010 at 04:26:53PM +0200, Claude Buisson wrote: > Anton Shterenlikht wrote: > > HI Claude > > > > http://www.mavetju.org/mail/view_message.php?list=freebsd-current&id=3145015 > > > > Have you got a reply to your question? > > Have you solved it? > > > > > > I'm now seeing the same o

Re: Coming back to the btxld: No such file or directory installworld error

2010-06-28 Thread Ruslan Ermilov
On Sun, Jun 27, 2010 at 11:27:41PM -0700, Garrett Cooper wrote: > On Sun, Jun 27, 2010 at 10:54 PM, Ruslan Ermilov wrote: > > On Sun, Jun 27, 2010 at 01:14:59PM -0700, Garrett Cooper wrote: > >> Hi Ruslan, > >>     I've run into this particular error twice now

Re: Coming back to the btxld: No such file or directory installworld error

2010-06-27 Thread Ruslan Ermilov
n output files => causing them to be considered out-of- date by make(1)); check with date(1). - source files have modification times pointing to the future which fools make(1) into thinking that it should rebuild some target; check with "find /

Re: HEADS UP: /bin and /sbin are now dynamically linked

2003-11-17 Thread Ruslan Ermilov
and it isn't even worth of an entry in src/UPDATING. ;) Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: making a release

2003-11-14 Thread Ruslan Ermilov
can specify make flags for kernel # builds via KERNEL_FLAGS. # Similarly, you can specify make flags for make readmes via PORTREADMES_FLAGS. #WORLD_FLAGS=-j4 #KERNEL_FLAGS=-j4 #PORTREADMES_FLAGS=-j4 The release(7) manpage mumbles something about that, but not too verbose. Cheers, --

Re: make install fails on 11.pm cst current cvs..

2003-11-07 Thread Ruslan Ermilov
;> Installing everything.. > -- > cd /usr/src; make -f Makefile.inc1 install > ===> share/info > ===> include > creating osreldate.h from newvers.sh > touch: not found > *** Error code 127 > SEARCH THE ARCHIVES! SEARCH THE ARC

Re: buildworld error: rm: tar: is a directory

2003-11-01 Thread Ruslan Ermilov
n /usr/src/gnu/usr.bin/tar. > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/tar. > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin. > *** Error code 1 > > I'm begining to wonder if I'm getting a complete checkout with cvsup > of the gnu tree. > ``rm -rf /

Re: make release...

2003-10-21 Thread Ruslan Ermilov
ariable. JFYI. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

HEADS UP: "can't find kernel source tree" error when building the kernel.

2003-10-03 Thread Ruslan Ermilov
e kernel? Are you using `make buildworld' first > and then `make buildkernel' (or `make kernel')? > Maybe now it will be more obvious why I thought that upgrade_checks should always be done, for all standard src/Makefile targets. Currently, you either need to upgrade your /usr/

Re: Problem upgrading 4.8 to 5.1

2003-10-02 Thread Ruslan Ermilov
t to hear from the Security Officers team if they want this in RELENG_5_1 or not, as this CVS branch is under the so@ jurisdiction now. Since this is the 3rd report I hear on the issue, my recommendation would be to let these changes in, but we'll see if the so@'s mileage varies. Ch

Re: Error in "/usr/src/Makefile.inc1"

2003-09-25 Thread Ruslan Ermilov
ountered -- cannot continue > *** Error code 1 > > Stop in /usr/src. > Some of developers weren't happy with src/Makefile upgrade checks performed for all user targets, and it's currently limited to only buildworld by default. To overcome this problem, please re-run the ab

Re: upgrade from static to dynamic root

2003-09-16 Thread Ruslan Ermilov
t time? > > A dynamic root is still a little bit of a no seatbelt kind of activity. > We should probably bring back the ${OBJDIR}/bin/sh test and if we fail, > install /libexec/ld-elf.so.1 then reattempt the ${OBJDIR}/bin/sh test > and continue on with life. > I've been ab

Re: upgrade from static to dynamic root

2003-09-15 Thread Ruslan Ermilov
On Mon, Sep 15, 2003 at 09:42:27AM +0200, Harti Brandt wrote: > On Sun, 14 Sep 2003, Ruslan Ermilov wrote: > > RE>On Thu, Sep 11, 2003 at 02:44:55PM +0200, Harti Brandt wrote: > RE>> > RE>> Hi, > RE>> > RE>> I just tried to upgrade one of my s

Re: Upgrading to FreeBSD 5.1

2003-09-15 Thread Ruslan Ermilov
On Mon, Sep 15, 2003 at 03:54:09PM -0500, Jacques A. Vidrine wrote: > On Mon, Sep 15, 2003 at 11:18:24PM +0300, Ruslan Ermilov wrote: > > You mean you upgrade to RELENG_5_1? Beware that this branch > > is currently not buildable: libpthread build is broken. > > Eh? By `

Re: Upgrading to FreeBSD 5.1

2003-09-15 Thread Ruslan Ermilov
p, src/Makefile checks to see if the available make(1) binary is adequate to build world; it does this by passing it by running the make regression tests, and should they fail, builds a new make from fresh sources. The errors above indicate that some of the regression tests have failed, and this c

Re: upgrade from static to dynamic root

2003-09-14 Thread Ruslan Ermilov
bin? Just in > the case something goes wrong between installing been and rescue for the > first time? > Good idea! Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: ps: kvm_getprocs: No such file or directory

2003-09-13 Thread Ruslan Ermilov
, then you forgot to install and boot with the new kernel. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: 'cd /usr/src/etc; make distribute' broken.

2003-09-12 Thread Ruslan Ermilov
need to catch up to this (right) change and fix your commands like this: cd /usr/src/etc make obj make all make distribute ... Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: FreeBSD as bluetooth gateway for a PDA

2003-09-12 Thread Ruslan Ermilov
not* Windows/RAS (Remote Access Service). please > try this and let me know if it works. > > thank you very much for your time, help with testing and very good dumps. > If you have a version of ppp(8) that supports force-scripts (please check the ppp(8) manual), this should fix your P

Re: BOOTMFS requires 'device miibus'

2003-09-09 Thread Ruslan Ermilov
an try ``make rerelease'' to speed up the things, after applying this patch in ${CHROOTDIR}/usr/src. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD comm

Re: problems with_dynamicroot =yes/noshared=no ?

2003-09-07 Thread Ruslan Ermilov
what is going on? > Most probably, you forgot to upgrade your /etc/rc.d/ldconfig. Check with ``ldconfig -r'', the ``search directories: '' should start with ``/lib:/usr/lib''. Also, the latest bsd.lib.mk,v 1.154 takes care of removing stale /usr/lib/libfoo.so

Re: rpc.ypxfrd(8)

2003-09-06 Thread Ruslan Ermilov
On Sat, Sep 06, 2003 at 08:24:57AM +0900, horio shoichi wrote: > On Fri, 5 Sep 2003 22:47:02 +0300 > Ruslan Ermilov <[EMAIL PROTECTED]> wrote: > > Is there anybody out there who successfully uses the rpc.ypxfrd(8) > > server to speed up distribution of NIS maps, either o

Re: rpc.ypxfrd(8)

2003-09-06 Thread Ruslan Ermilov
On Fri, Sep 05, 2003 at 04:49:17PM -0500, Dan Nelson wrote: > In the last episode (Sep 05), Ruslan Ermilov said: > > Is there anybody out there who successfully uses the rpc.ypxfrd(8) > > server to speed up distribution of NIS maps, either on 4.x or 5.x? > > I have troub

rpc.ypxfrd(8)

2003-09-05 Thread Ruslan Ermilov
Is there anybody out there who successfully uses the rpc.ypxfrd(8) server to speed up distribution of NIS maps, either on 4.x or 5.x? I have trouble getting it to work. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED

/lib/foo.so.X -> /usr/lib/foo.so

2003-09-04 Thread Ruslan Ermilov
On Thu, Sep 04, 2003 at 09:58:39PM +0300, Ruslan Ermilov wrote: [...] > The patch is not a problem (attached). I've been looking at > how our friends do this. NetBSD has symlinks in /usr/lib to > /lib, both to .so and .so.X, and their cc(1) and ld(1) don't > look things

Re: Text file busy

2003-09-04 Thread Ruslan Ermilov
to be > a problem again. > cp -f Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: /lib symlinks problem?

2003-09-01 Thread Ruslan Ermilov
On Mon, Sep 01, 2003 at 09:31:29AM -0700, David O'Brien wrote: > On Mon, Sep 01, 2003 at 09:44:24AM +0300, Ruslan Ermilov wrote: > > On Sun, Aug 31, 2003 at 10:10:49PM -0700, David O'Brien wrote: > > > On Sun, Aug 31, 2003 at 05:52:24PM +0300, Ruslan Ermilov wrote: &g

Re: /lib symlinks problem?

2003-09-01 Thread Ruslan Ermilov
rd going on in > /usr/lib though... a lot of the files don't have newer dates, I haven't > tracked down why yet. > This is because static libraries are installed with -C. The reasoning was like this: On Sat, Mar 30, 2002 at 02:15:56PM +0100, Dag-Erling Smorgrav wrote: > Ruslan

Re: /lib symlinks problem?

2003-09-01 Thread Ruslan Ermilov
On Mon, Sep 01, 2003 at 01:22:49AM -0600, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > Ruslan Ermilov <[EMAIL PROTECTED]> writes: > : On Mon, Sep 01, 2003 at 08:58:19AM +0200, Christoph P. Kukulies wrote: > : > On Mon, Sep 01, 2003 at 09:44:24AM

Re: /lib symlinks problem?

2003-09-01 Thread Ruslan Ermilov
On Mon, Sep 01, 2003 at 08:58:19AM +0200, Christoph P. Kukulies wrote: > On Mon, Sep 01, 2003 at 09:44:24AM +0300, Ruslan Ermilov wrote: > > I think that Gordon took a safe path with creating compatibility symlinks. > > Besides, creating compatibility symlinks has a nicety o

Re: cvs commit: src Makefile.inc1

2003-09-01 Thread Ruslan Ermilov
t; Revision ChangesPath > 1.389 +9 -9 src/Makefile.inc1 > How about if we get rid of the numbering here completely? Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: /lib symlinks problem?

2003-09-01 Thread Ruslan Ermilov
On Sun, Aug 31, 2003 at 10:10:49PM -0700, David O'Brien wrote: > On Sun, Aug 31, 2003 at 05:52:24PM +0300, Ruslan Ermilov wrote: > > > > I might be missing an obvious, but I just don't see a reason > > > > why we should use relative linking here: we should

Re: 5.1-REL won't buildworld - fresh cvsup

2003-08-31 Thread Ruslan Ermilov
SE? This is the static thing, perhaps you want 5.1-CURRENT (HEAD)? What's your current system? Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: /lib symlinks problem?

2003-08-31 Thread Ruslan Ermilov
On Sun, Aug 31, 2003 at 02:07:42PM +0200, Alexander Leidinger wrote: > On Sat, 30 Aug 2003 21:56:53 +0300 > Ruslan Ermilov <[EMAIL PROTECTED]> wrote: > > > > I think a workaround would be to use absolute symlinks (at least as an > > > option). > > > >

Re: /lib symlinks problem?

2003-08-30 Thread Ruslan Ermilov
king here: we should just link to where we really install. With the attached patch, I get: $ make -n install -DNOMAN DESTDIR=/foo install -C -o root -g wheel -m 444 libalias.a /foo/usr/lib install -s -o root -g wheel -m 444 libalias.so.4 /foo/lib ln -fs libalias.so.4 /foo/lib/libalias.so ln -fs /

Re: status of nsswitch.conf in current?

2003-08-22 Thread Ruslan Ermilov
are/examples/etc/ is a good idea. > Many admins > may not know the system has this capability unless they see a copy of > nsswitch.conf in /etc. > Many admins should learn how to consult with the release notes then. ;-) Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL

Re: GCC 3.3.1-RELEASE is coming

2003-08-21 Thread Ruslan Ermilov
> > is posted. > > Done. > Does it serve as "all clear" too? ;-) Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: status of nsswitch.conf in current?

2003-08-21 Thread Ruslan Ermilov
examples/etc. > > I just cvsup'ed tonight (Thursday) and built world. So, I'm up to date. > Please see the ``Default source lists'' section of the nsswitch.conf(5) manpage that talks about this case. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAI

Change to kernel+modules build approach

2003-08-14 Thread Ruslan Ermilov
?= kern/bus_if.m kern/device_if.m dev/iicbus/iicbb_if.m \ dev/iicbus/iicbus_if.m isa/isa_if.m \ %%% Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: mergemaster chokes on etc/sendmail

2003-08-14 Thread Ruslan Ermilov
gt; *** Error code 71 > > Stop in /freebsd/src/etc/sendmail. > *** Error code 1 > > Stop in /freebsd/src/etc. > > *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to > the temproot environment > Please make sure to upgrade

Re: Warning with loader Makefile?

2003-08-14 Thread Ruslan Ermilov
.TARGET} ${OBJS} ${LDADD} > +.endif > .endif > > .else !defined(SRCS) No, thanks. If a makefile has a ${PROG}: foo line, just to add an additional dependency, this patch will break building the ${PROG}. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTE

Re: Warning with loader Makefile?

2003-08-07 Thread Ruslan Ermilov
lem. It's been on my TODO list for a long time. When I have time, I will fix it. Don't worry, it's harmless, and no, it's not new, and it doesn't have any relation to GCC. It's just that make(1) was fixed to print these warnings (was that Juli who fixed it?). Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: MSDOSFS woes

2003-08-06 Thread Ruslan Ermilov
On Wed, Aug 06, 2003 at 08:05:52PM +1000, Tim Robbins wrote: > On Sat, Aug 02, 2003 at 06:08:50PM +0300, Ruslan Ermilov wrote: > > > Gang, :-) > > > > While working with Marcel on a bootable CD-ROM for IA64 issue, > > I've stumbled upon the following problem.

Re: buildworld broken after installworld

2003-08-04 Thread Ruslan Ermilov
On Tue, Aug 05, 2003 at 01:44:44AM +0400, Andrey Chernov wrote: > On Mon, Aug 04, 2003 at 23:32:19 +0300, Ruslan Ermilov wrote: > > > I think we've now reached the agreement with Andrey that > > a more correct, safe, and portable [sic] construct would > > be "LC_

Re: buildworld broken after installworld

2003-08-04 Thread Ruslan Ermilov
On Mon, Aug 04, 2003 at 08:58:00PM +0200, Dag-Erling Sm?rgrav wrote: > Ruslan Ermilov <[EMAIL PROTECTED]> writes: > > > For example, this result is right and not the bug (but wrong tr usage): > > > > > > env LANG=de_DE.ISO8859-1 tr '[a-z]' '[A-Z]

Re: buildworld broken after installworld

2003-08-04 Thread Ruslan Ermilov
erent ideas about the collating order. On Linux, the German locale's collating sequence will be ``A a ... B b'', while on FreeBSD, it's ``A B ... a b''. So I'd rather prefer if we revert to the old behavior in tr(1). Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: buildworld broken after installworld

2003-08-04 Thread Ruslan Ermilov
tr(1), as fcns.h is generated using src/lib/libedit/makelist. Perhaps, just enforcing the C locale will fix it. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: groff and mkdep?

2003-08-02 Thread Ruslan Ermilov
onment variables to take higher precedence than globals.) Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: MSDOSFS woes

2003-08-02 Thread Ruslan Ermilov
On Sat, Aug 02, 2003 at 05:00:45PM +0100, Bruce Cran wrote: > On Sat, Aug 02, 2003 at 06:08:50PM +0300, Ruslan Ermilov wrote: > > Gang, :-) > > > > While working with Marcel on a bootable CD-ROM for IA64 issue, > > I've stumbled upon the following problem. I ne

MSDOSFS woes

2003-08-02 Thread Ruslan Ermilov
16 $md mount -t msdosfs /dev/$md /mnt dd if=/dev/zero of=/mnt/foo Changing to the -F 16 does not take any (good) effect. Anyone is interested in narrowing it down? Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED]

Re: groff and mkdep?

2003-08-01 Thread Ruslan Ermilov
ibs/libdriver/input.cpp /usr/src/gnu/usr.bin/groff/src/libs/libdriver/../../../../../../contrib/groff/src/libs/libdriver/printer.cpp So in short, something is wrong with your build environment. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: make -U

2003-07-30 Thread Ruslan Ermilov
On Wed, Jul 30, 2003 at 04:23:20PM -0500, Juli Mallett wrote: > * Ruslan Ermilov <[EMAIL PROTECTED]> [ Date: 2003-07-30 ] > [ w.r.t. make -U ] > > Sorry, I've accidentally dropped an email about `make -U'. > > > > I think that it's not need

make -U

2003-07-30 Thread Ruslan Ermilov
following makefile, FOO+= bar all: @echo ${FOO} when run as ``make FOO=foo'', will print just ``foo''. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: Who is responsible for the install check goo in Makefile.inc1

2003-07-30 Thread Ruslan Ermilov
On Wed, Jul 30, 2003 at 05:34:01PM +1000, John Birrell wrote: > On Wed, Jul 30, 2003 at 10:24:42AM +0300, Ruslan Ermilov wrote: > > I'm regularly upgrading 4.0-RELEASE to 5.x-CURRENT to check that > > the upgrade path wasn't broken, and this check comes very handy. > &

Re: Who is responsible for the install check goo in Makefile.inc1

2003-07-30 Thread Ruslan Ermilov
trying to make, IMO. I'm regularly upgrading 4.0-RELEASE to 5.x-CURRENT to check that the upgrade path wasn't broken, and this check comes very handy. I wouldn't object though if it was done using kern.osreldate. I'd happily test any patches in this direction for you, John. Ch

Re: -current 'make release' status? [SOLVED]

2003-07-29 Thread Ruslan Ermilov
On Wed, Jul 30, 2003 at 06:14:17AM +1000, Bruce Evans wrote: > On Tue, 29 Jul 2003, Ruslan Ermilov wrote: > > > ... > > Forget what I've said about NO_WERROR, it (unfortunately) only > > applies to the userland. > > > > Still, running "make rerele

Re: -current 'make release' status? [SOLVED]

2003-07-29 Thread Ruslan Ermilov
, and similarly my nigthly "buildkernel" completed without errors. This turned out to be due to the -O vs. -Os differences. For example, compiling vfs_subr.o from the GENERIC kernel results in these same warnings when compiled with COPTFLAGS="-Os -pipe". Peter, should we switch -Werror back off in kern.pre.mk? Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: new.h is missing

2003-07-29 Thread Ruslan Ermilov
On Tue, Jul 29, 2003 at 02:09:24PM +0200, Kai Mosebach wrote: > > > -Urspr?ngliche Nachricht- > > Von: Ruslan Ermilov [mailto:[EMAIL PROTECTED] > > Gesendet: Dienstag, 29. Juli 2003 14:06 > > An: Kai Mosebach > > Cc: David Leimbach; Michael Reifenberger;

Re: new.h is missing

2003-07-29 Thread Ruslan Ermilov
; /usr/libexec/cc1plus -v Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: -current 'make release' status?

2003-07-29 Thread Ruslan Ermilov
: > > make mk TARGET=doMFSKERN > > would be appropriate to guarentee consistancy. Just a thought. > If this is the case, then it's a bug and should be fixed. I am looking to see now if I can reproduce the problem, but a wild guess is that: release/Makefile calls chroo

Re: Checking buildworld success from ssh

2003-07-28 Thread Ruslan Ermilov
nd > mergemaster. Of course, I don't want to do these things if > buildworld failed. Is there any way I can tell in the absence of > saved output? > The last thing made is creation of the freebsd.cf file. See if it was created in /usr/obj/usr/src/etc/sendmail. Cheers, -- Ruslan Ermi

Re: Alpha/EISA broken?

2003-07-25 Thread Ruslan Ermilov
hat should I be looking for? > I think cvs-all@ would be more appropriate. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: Floppyless release build of sparc64

2003-07-25 Thread Ruslan Ermilov
On Fri, Jul 25, 2003 at 01:39:14PM -0700, David O'Brien wrote: > On Thu, Jul 24, 2003 at 11:50:10PM +0300, Ruslan Ermilov wrote: > > > > > boot.flp is actually useful on sparc64 because you can dd it to a disk > > > > > from solaris and then boot off

Re: make release broken [FIX]

2003-07-25 Thread Ruslan Ermilov
On Fri, Jul 25, 2003 at 01:59:40PM -0700, David O'Brien wrote: > On Tue, Jul 22, 2003 at 02:26:34PM -0400, John Baldwin wrote: > > > > On 22-Jul-2003 Ruslan Ermilov wrote: > > > Hi! > > > > > > As many of you probably know, recent telnet commit b

Re: Floppyless release build of sparc64

2003-07-24 Thread Ruslan Ermilov
On Thu, Jul 24, 2003 at 11:55:10AM -0700, David O'Brien wrote: > On Wed, Jul 23, 2003 at 07:07:30PM +0300, Ruslan Ermilov wrote: > > On Wed, Jul 23, 2003 at 11:57:58AM -0400, Jake Burkholder wrote: > > > Apparently, On Wed, Jul 23, 2003 at 09:16:43AM +0300, > > >

NOCRYPT and exists(src/crypto) check

2003-07-24 Thread Ruslan Ermilov
eros5/ is proposed. I'd appreciate a quick response. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: Floppyless release build of sparc64

2003-07-23 Thread Ruslan Ermilov
On Wed, Jul 23, 2003 at 11:57:58AM -0400, Jake Burkholder wrote: > Apparently, On Wed, Jul 23, 2003 at 09:16:43AM +0300, > Ruslan Ermilov said words to the effect of; > > > A similar change would be in order for sparc64. Patch is > > attached, please review. The net e

Re: make release broken [FIX]

2003-07-23 Thread Ruslan Ermilov
On Wed, Jul 23, 2003 at 11:33:50AM +0100, Mark Murray wrote: > Hi > > Please do not commit this. > Please stop repeating this endlessly. This patch is only for those who need a working "make release" urgently, like me. You made it clear that you're working on a bett

Re: make release broken [FIX]

2003-07-22 Thread Ruslan Ermilov
On Tue, Jul 22, 2003 at 07:42:33PM +0300, Ruslan Ermilov wrote: > Hi! > > As many of you probably know, recent telnet commit broke snapshot > building. Since I needed a working "make release" to go on with > my task on floppy-less "make release" (for A

Floppyless release build of sparc64

2003-07-22 Thread Ruslan Ermilov
e in "make release" > creating useless boot.flp. > > Desired by: peter > > Revision ChangesPath > 1.789 +0 -3 src/release/Makefile Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software

Re: make release broken [FIX]

2003-07-22 Thread Ruslan Ermilov
ARGET} + release.6 release.7 release.8 release.9 ${FIXIT_TARGET} @cd ${.CURDIR} && ${MAKE} ${EXTRAS} @echo "Release done" %%% The release.9 target is responsible for creating mfsroot, amongst other tasks. Cheers, -- Ruslan Ermilov Sysadmin and DB

Re: make release broken [FIX]

2003-07-22 Thread Ruslan Ermilov
t; > > Yes. > > Ugh. > Yes, after looking into this a bit deeper, I must agree that preserving the mfsroot is much simpler. And I will probably do just that. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: make release broken [FIX]

2003-07-22 Thread Ruslan Ermilov
On Tue, Jul 22, 2003 at 02:45:52PM -0400, John Baldwin wrote: > > On 22-Jul-2003 Ruslan Ermilov wrote: > > On Tue, Jul 22, 2003 at 02:26:34PM -0400, John Baldwin wrote: > >> > >> On 22-Jul-2003 Ruslan Ermilov wrote: > >> > Hi! > >> > >

Re: make release broken [FIX]

2003-07-22 Thread Ruslan Ermilov
On Tue, Jul 22, 2003 at 02:26:34PM -0400, John Baldwin wrote: > > On 22-Jul-2003 Ruslan Ermilov wrote: > > Hi! > > > > As many of you probably know, recent telnet commit broke snapshot > > building. Since I needed a working "make release" to go on with

make release broken [FIX]

2003-07-22 Thread Ruslan Ermilov
is telnet commit: it ensures that crypto telnet[d] do not end up in the "base" distribution. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD com

Re: mergemaster broken

2003-07-22 Thread Ruslan Ermilov
e needs to call the "all" target, which the attached patch simply does. It's just a pure coincidence that the "distribution" part of src/etc/Makefile does not need to build anything (in the object directory). Can you please test it and commit? Cheers, -- Ruslan E

Re: make release of CURRENT on 4.7 broken again ?

2003-07-21 Thread Ruslan Ermilov
On Mon, Jul 21, 2003 at 06:08:43PM +0300, Ruslan Ermilov wrote: > On Mon, Jul 21, 2003 at 02:13:45PM +0300, Andrey Elperin wrote: > > On Sun, Jul 20, 2003 at 02:44:23PM +0300, Ruslan Ermilov wrote: > > > > A few days ago I've noticed such messages in CURRENT bui

Re: make release of CURRENT on 4.7 broken again ?

2003-07-21 Thread Ruslan Ermilov
On Mon, Jul 21, 2003 at 02:13:45PM +0300, Andrey Elperin wrote: > On Sun, Jul 20, 2003 at 02:44:23PM +0300, Ruslan Ermilov wrote: > > > A few days ago I've noticed such messages in CURRENT buildlog (on 4.7 > > > box, building without -j) : > > > > > &g

Re: [-CURRENT tinderbox] failure on sparc64/sparc64

2003-07-20 Thread Ruslan Ermilov
* Error code 1 > > Stop in /vol/vol0/users/des/tinderbox/CURRENT/sparc64/sparc64/src/bin/ed. > *** Error code 1 > Fixed in src/bin/ed/Makefile,v 1.28. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: make release of CURRENT on 4.7 broken again ?

2003-07-20 Thread Ruslan Ermilov
.lo mount.lo mount_cd9660.lo > mount_msdosfs.lo reboot.lo restore.lo swapon.lo umount.lo ftp.lo telnet.lo vi.lo > chown.lo chroot.lo -ledit -lgeom -lkvm -lm -lncurses > -lutil > *** Error code 1 > > Stop in /usr/obj/usr/src/release/fixit_crunch. > *** Error code 1 > I

Re: i386 'make release' broken

2003-07-20 Thread Ruslan Ermilov
e > *** Error code 1 > Marius Strobl has submitted a fix for this (privately to me and Alexander) a week ago. I have just committed it. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: [current] hostap+wi

2003-07-05 Thread Ruslan Ermilov
On Sun, Jul 06, 2003 at 09:40:38AM +0900, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > Ruslan Ermilov <[EMAIL PROTECTED]> writes: > : On Sat, Jul 05, 2003 at 04:48:09PM -0400, David Gilbert wrote: > : [...] > : > The hostap machine is 4.

Re: [current] hostap+wi

2003-07-05 Thread Ruslan Ermilov
de, or some Prism's also do? Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: who am i

2003-07-03 Thread Ruslan Ermilov
On Fri, Jul 04, 2003 at 02:02:09AM +0300, Ruslan Ermilov wrote: [...] > Doh, forgot to mention: the following patch fixes it for me. > A better version: %%% Index: su === RCS file: /home/ncvs/src/etc/pam.d/su,v retrieving re

Re: who am i

2003-07-03 Thread Ruslan Ermilov
On Fri, Jul 04, 2003 at 01:58:13AM +0300, Ruslan Ermilov wrote: > On Fri, Jul 04, 2003 at 12:46:10AM +0200, Richard Arends wrote: > > Hello, > > > > Please take a look at this: > > > > = >

Re: who am i

2003-07-03 Thread Ruslan Ermilov
> > Of course the latest 'who am i' should return 'richard' and not(!) 'root' > Yes, this sucks. DES, could you please fix it? Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

  1   2   3   4   5   6   7   >