Re: numeric sort(1) is broken on -STABLE

2010-02-11 Thread Ruslan Ermilov
On Thu, Feb 11, 2010 at 08:40:51AM +0100, Ulrich Spörlein wrote: > On Wed, 10.02.2010 at 15:00:07 -0600, Dan Nelson wrote: > > In the last episode (Feb 10), Ulrich Spörlein said: > > > On Wed, 10.02.2010 at 13:49:05 +0300, Ruslan Ermilov wrote: > > > > On Wed, Fe

Re: numeric sort(1) is broken on -STABLE

2010-02-10 Thread Ruslan Ermilov
under > tools/regression. Anyone know a place to find one with a suitable license? > > Regards, > Uli > ___ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send

Re: Strange symbols in man-pages

2010-02-09 Thread Ruslan Ermilov
/2010-January/053804.html > > > > So i can avoid this by setting alias in .cshrc: > alias man env LANG=C man > > Thanks. I've fixed this recently. -- Ruslan Ermilov r...@freebsd.org FreeBSD committer ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: netstat output changes in 8.0?

2010-01-26 Thread Ruslan Ermilov
0) + gettimeofday(&tv, 0); + if ((expire_time = rtm->rtm_rmx.rmx_expire - tv.tv_sec) > 0) + printf(" expires %d", (int)expire_time); + else + printf(" expired"); + } if (add

Re: locate(1) ZFS addition

2009-09-28 Thread Ruslan Ermilov
RELENG_8, "the default list contains all local file systems that are not synthetic, loopback mounts, or read-only, according to lsvfs." Cheers, -- Ruslan Ermilov r...@freebsd.org FreeBSD committer ___ freebsd-stable@freebsd.org mailing list htt

Re: RELENG_7 crash

2009-04-21 Thread Ruslan Ermilov
roughout if.c to modify and read : ifindex_table. : - Rework ifnet attach/detach to lock around ifindex_table modification. : : Note that these changes simply close races around use of ifindex_table, : and make no attempt to solve the probem of disappearing ifnets. Further ^^^^^^ :

Re: buildworld fails immediately

2008-09-24 Thread Ruslan Ermilov
> maybe I missed something there. > > Any ideas? > Make sure /dev/null inside a jail is a device and not a plain file. If the latter, you probably forgot to mount devfs onto a jail's /dev. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: no more src/compat and install.sh

2008-06-25 Thread Ruslan Ermilov
On Tue, Jun 24, 2008 at 05:56:37PM +0800, Mars G Miro wrote: > Greetz, > > src/compat was repocopied to src/cddl/compat about > 2months ago. I > think we need to remove for good 'compat' in > src/release/scripts/src-install.sh. > Fixed, thanks. -- Ruslan Er

Re: make KNOBS

2008-02-25 Thread Ruslan Ermilov
me facilitate one > online for myself and others to refer to? > > > Thank you for all your time and consideration. > For src/, there is an src.conf(5) manpage that documents supported WITH_*/WITHOUT_* knobs. For ports/, I'm not aware of such a list. Chee

Re: date manupulation strangeness

2008-02-07 Thread Ruslan Ermilov
7;s no point in naming the revision... the problematic line was introduced > 6 years and 5 months ago by ru... Complete reference: src/bin/date.c Revision > 1.32.2.4 > > Is ru around? > > Who fills in a pr for this? > > In s

Re: Minidumps in -STABLE and "smaller than physical memory"

2008-02-01 Thread Ruslan Ermilov
On Thu, Jan 31, 2008 at 01:35:39PM +0100, Peter Holm wrote: > On Wed, Jan 30, 2008 at 08:06:40PM +0300, Ruslan Ermilov wrote: > > On Thu, Sep 21, 2006 at 05:16:36PM +0200, Peter Holm wrote: > > > On Thu, Sep 21, 2006 at 05:15:47PM +0400, Ruslan Ermilov wrote: > > > >

Re: Minidumps in -STABLE and "smaller than physical memory"

2008-01-30 Thread Ruslan Ermilov
On Thu, Sep 21, 2006 at 05:16:36PM +0200, Peter Holm wrote: > On Thu, Sep 21, 2006 at 05:15:47PM +0400, Ruslan Ermilov wrote: > > On Thu, Sep 21, 2006 at 11:14:33AM +0100, Gavin Atkinson wrote: > > > On Thu, 2006-09-21 at 11:44 +0300, Dmitry Pryanishnikov wr

Re: src-install.sh and compat/opensolaris/

2007-11-08 Thread Ruslan Ermilov
p, they may not be able to > rebuild their world. For instance, I have a 7.0-PRERELEASE box and not > able to rebuild my world using the 7.0-BETA2 src from the ISO. > > Thanks ;-) Try the attached patch. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer Index: release

Re: rpc.statd--256M okay, but 1G?

2007-10-19 Thread Ruslan Ermilov
file() needs to be moved outside the loop in statd.c, : otherwise mmap() gets called multiple times, which eventually fails due : to address space exhaustion on i386. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer ___ freebsd-stable@freeb

Re: kldxref: file isn't dynamically-linked -- expected behaviour?

2007-10-19 Thread Ruslan Ermilov
l information needed for debugging, and aren't dynamically linked ELF files. So the old kldxref(8) ignores these files, but issues a warning. Once you upgrade to 7.x, you'll have also installed the new (7.x version) of kldxref(8) that is aware of .symbols files, so warnings will be gon

Re: installworld breaks

2007-05-25 Thread Ruslan Ermilov
; > I have seen this problem when PATH was not set correctly. > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#TOUCH-NOT-FOUND Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpb5cXfbu98V.pgp Description: PGP signature

Re: make buildworld issue on 6.2 stable

2007-05-25 Thread Ruslan Ermilov
On Fri, May 25, 2007 at 07:06:38PM +0930, Shaun Branden wrote: > On Fri, May 25, 2007 at 12:28:18PM +0400, Ruslan Ermilov wrote: > > On Fri, May 25, 2007 at 12:07:10PM +0930, Shaun Branden wrote: > > > IEEE80211_IS_CHAN_PASSIVE() is a macro defined in > > src/sys/net80

Re: make buildworld issue on 6.2 stable

2007-05-25 Thread Ruslan Ermilov
> IEEE80211_IS_CHAN_PASSIVE() is a macro defined in src/sys/net80211/_ieee80211.h. Check that you have an up-to-date copy of that file in /usr/src. If you have it and still get the error, "rm -rf /usr/obj/usr/src" first, then try to build world again. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpTM5jOneYje.pgp Description: PGP signature

Re: make: parallel jobs broken when using -f -

2007-04-12 Thread Ruslan Ermilov
rti Exp $ > The bug you're seeing is PR bin/101232. Please query Will Andrews about the MFC, or if he doesn't reply in a timely manner, ping me and I'll commit it for you. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgp4pyS9KIp3i.pgp Description: PGP signature

Re: buildworld fail?

2007-04-12 Thread Ruslan Ermilov
screwed up your build environment, and the installed /usr/include/osreldate.h lies about the actual __FreeBSD_version. To work around it, do this (one time only): make buildworld OSRELDATE=0 Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpG9FR9dtz5e.pgp Description: PGP signature

Re: make buildworld error on am64

2007-04-04 Thread Ruslan Ermilov
t;TIA > >>Zen > > > > > >What's in your /etc/make.conf? It seems to me you have set cputype to > >a faulty value... > >HTH! > >//Niclas > > > this is my /etc/make.conf > > CFLAGS= -O -pipe > NOPROFILE= true > USA_RESIDENT

Re: 'make buildworld' fails

2007-01-30 Thread Ruslan Ermilov
(the latter is expanded at run time!). In your case, just removing the CXXFLAGS line will 1) do what you want and 2) unbreak the build. : CXXFLAGS (str) Controls the compiler settings when compiling C++ : code. CXXFLAGS is initially set to the value of CFLAGS. : If you want to add to the CXXFLAGS value, use ``+='' : instead of ``=''. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpI0sdQ5qk9T.pgp Description: PGP signature

Re: 6.2: make buildworld fails at usr.bin/passwd

2007-01-18 Thread Ruslan Ermilov
code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > > Does anyone know what is wrong here? Why is /usr/src/usr.bin/passwd > missing? I tried different german mirrors. > It could be you configured you CVSup to ignore it in one way or another. Run c

Re: make buildworld error on recent sources

2006-12-06 Thread Ruslan Ermilov
On Wed, Dec 06, 2006 at 03:43:32PM -0200, JoaoBR wrote: > On Wednesday 06 December 2006 15:07, Ruslan Ermilov wrote: > >  /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/ti > >nfo/make_keys.c > > > > > /usr/obj/usr/src/tmp/usr/bin/ld: cannot find -lc > >

Re: make buildworld error on recent sources

2006-12-06 Thread Ruslan Ermilov
-DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS > /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/make_keys.c > /usr/obj/usr/src/tmp/usr/bin/ld: cannot find -lc > *** Error code 1 > > Stop in /usr/src/lib/libncurses. > *** Error code 1 > I bet the date/t

Re: nfe: can not cvs sources anymore!

2006-11-19 Thread Ruslan Ermilov
anks for your help in advance, > Did you try the version at http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html ? I use it and except for some peer-to-peer gigabit problems I didn't notice any other bad signs. It's far more stable that what we have now in the CVS tr

Re: systat -vm output showing negative total virtual memory

2006-11-17 Thread Ruslan Ermilov
On Fri, Nov 17, 2006 at 01:38:00AM +0300, Ruslan Ermilov wrote: > Actually, the values are also in pages. Below is a new patch > to try. The total amount of virtual memory reported is still > insane; I think some objects are included in the stats > mistakenly, but I'm not yet s

Re: systat -vm output showing negative total virtual memory

2006-11-16 Thread Ruslan Ermilov
On Thu, Nov 16, 2006 at 08:10:37PM +0100, Ulrich Spoerlein wrote: > Ruslan Ermilov wrote: > > sysctl(8) knows that t_vm is in bytes, but for the other stats > > it thinks they are in pages. "systat -vm" thinks they are all > > in bytes. Here's a fix: &

Re: systat -vm output showing negative total virtual memory

2006-11-16 Thread Ruslan Ermilov
EMCOL + 11, 8); - putint(pgtokb(total.t_vm), MEMROW + 3, MEMCOL + 19, 9); - putint(pgtokb(total.t_vmshr), MEMROW + 3, MEMCOL + 28, 9); + putint(total.t_vm/1024, MEMROW + 3, MEMCOL + 19, 9); + putint(total.t_vmshr/1024, MEMROW + 3, MEMCOL + 28, 9); putint(pgtokb(total.t_free), MEMROW + 2, MEMCOL + 37, 8); putint(total.t_rq - 1, PROCSROW + 1, PROCSCOL + 3, 3); putint(total.t_pw, PROCSROW + 1, PROCSCOL + 6, 3); %%% Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpNGRvUxOU1N.pgp Description: PGP signature

Re: 6.1 with PAE on a recent server (HP DL380 G5 or Dell PE 1950) ?

2006-11-13 Thread Ruslan Ermilov
On Mon, Nov 13, 2006 at 10:57:50PM +0100, Olivier Mueller wrote: > On Mon, 2006-11-13 at 22:14 +0300, Ruslan Ermilov wrote: > > > Btw, when will we see these new servers listed under: > > > http://www.freebsd.org/platforms/amd64/motherboards.html ? > > > > >

Re: 6.1 with PAE on a recent server (HP DL380 G5 or Dell PE 1950) ?

2006-11-13 Thread Ruslan Ermilov
e no option of running FreeBSD/amd64 on them? What a PITA! :-) Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpeDvMFeUUAT.pgp Description: PGP signature

Re: Debugging a dump - need alternative?

2006-11-10 Thread Ruslan Ermilov
that the symptoms often > > make no sense. > > > > Don't rule it out until you test the equipment. > > > I am planning to. > We were also having random crashes (mostly ATA related) on a number of AMD64 boxes here, until it was identified as insuffi

Re: problems compiling stable

2006-11-08 Thread Ruslan Ermilov
a convenience target for this, "make cleandepend". Another useful target is "cleandir", which removes the object directory if it's different from source directory, and otherwise does "make clean cleandepend". Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpdEzKblsaWJ.pgp Description: PGP signature

Re: FreeBSD doesn't boot at Supermicro H8SSL-i2

2006-11-06 Thread Ruslan Ermilov
ngs on boot, but I'm using FreeBSD/amd64 on it. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpkVGeuzJlY5.pgp Description: PGP signature

Re: Still possible to directly boot without loader?

2006-11-01 Thread Ruslan Ermilov
for non-PAE. (Please see my other private email I just sent that goes into more detail about this, and provides one possible formulae to compute the KERNBASE from "paddr".) Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpMNvhG7NRzA.pgp Description: PGP signature

Re: Still possible to directly boot without loader?

2006-10-27 Thread Ruslan Ermilov
On Fri, Oct 27, 2006 at 01:54:11AM +0100, Bruce M. Simpson wrote: > Do we even need the PAGING code in btx any more? It might make the real > mode hackery less confusing to implement. > It's #ifdef'ed out and not compiled in by default, what's the problem with that? Ch

Re: Still possible to directly boot without loader?

2006-10-26 Thread Ruslan Ermilov
On Thu, Oct 26, 2006 at 03:42:34PM -0400, John Baldwin wrote: > On Thursday 26 October 2006 15:18, Ruslan Ermilov wrote: > > On Thu, Oct 26, 2006 at 11:38:24AM -0400, John Baldwin wrote: > > > On Thursday 26 October 2006 10:42, Ruslan Ermilov wrote: > > > > On Thu, Oc

Re: Still possible to directly boot without loader?

2006-10-26 Thread Ruslan Ermilov
On Thu, Oct 26, 2006 at 11:38:24AM -0400, John Baldwin wrote: > On Thursday 26 October 2006 10:42, Ruslan Ermilov wrote: > > On Thu, Oct 26, 2006 at 10:28:09AM -0400, John Baldwin wrote: > > > boot2 should do whatever loader does. > > > > > But this would be a reg

Re: Still possible to directly boot without loader?

2006-10-26 Thread Ruslan Ermilov
On Thu, Oct 26, 2006 at 10:28:09AM -0400, John Baldwin wrote: > On Thursday 26 October 2006 10:18, Ruslan Ermilov wrote: > > On Thu, Oct 26, 2006 at 10:52:30PM +1000, Bruce Evans wrote: > > > On Thu, 26 Oct 2006, Ruslan Ermilov wrote: > > > >3) It's current

Re: Still possible to directly boot without loader?

2006-10-26 Thread Ruslan Ermilov
On Thu, Oct 26, 2006 at 10:52:30PM +1000, Bruce Evans wrote: > On Thu, 26 Oct 2006, Ruslan Ermilov wrote: > >3) It's currently broken even on i386; backing out > > rev. 1.71 of boot2.c by jhb@ fixes this for me. > > > >: revision 1.71 > >: date: 2004/09/

Re: Still possible to directly boot without loader?

2006-10-26 Thread Ruslan Ermilov
: time), remove the masking from boot2. This allows boot2 to load kernels : larger than about 12 to 14 meg (12 for non-PAE, 14 for PAE). : : Submitted by: Sergey Lyubka devnull at uptsoft dot com : MFC after: 1 month Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgprDIQrizNwX.pgp Description: PGP signature

Re: error in /etc/rc.d/mdconfig{,2}

2006-10-25 Thread Ruslan Ermilov
21 15:06:38 flz Exp $ > True. In RELENG_6 the module is named g_md.ko, while in HEAD it was renamed to geom_md.ko. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgplpvmbukmN5.pgp Description: PGP signature

Please test keyboard-related fixes to be MFCed

2006-10-25 Thread Ruslan Ermilov
was a workaround for before we had kbdmux(4). (amd64 and i386.) - Related to the previous change; if /boot/device.hints is updated with a fresh copy of GENERIC.hints, the PS/2 keyboard can be plugged after the system has already booted, and will work. (amd64 only.) Cheers, -- Rusla

Re: ENABLE_SUID_SSH in make.conf

2006-10-17 Thread Ruslan Ermilov
uid bit for > /usr/libexec/ssh-keysign. > > Why isn't /usr/libexec/ssh-keysign suid by default anyway? It's > pointless without it. > Good question. Let's see what our maintainer has to say about it. My feeling as well is that the option should just be removed. Chee

Re: 6.2-PRERELEASE em still not working

2006-10-17 Thread Ruslan Ermilov
TL2 too. > > o- there is no if_em changes that i can see. > o- smp/up has no effect > o- there is no usb, nor shared interrups that i can see. > Please do a binary search and find the commit that broke it for you. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committe

Re: FreeBSD and "make -j# buildworld" usability

2006-10-13 Thread Ruslan Ermilov
On Fri, Oct 13, 2006 at 04:52:18PM -0400, Vivek Khera wrote: > > On Oct 13, 2006, at 4:07 PM, Ruslan Ermilov wrote: > > >OK, please try merging my fix then, it should help. > >Please come back to me with a success report. :-) > > I applied the patch to bring i386/ac

Re: FreeBSD and "make -j# buildworld" usability

2006-10-13 Thread Ruslan Ermilov
On Fri, Oct 13, 2006 at 01:12:38PM -0400, Vivek Khera wrote: > > On Oct 13, 2006, at 12:33 PM, Ruslan Ermilov wrote: > > >>Works for me with -j2 on buildworld. > >> > >>My buildkernel fails since I compile acpi static. > >> > >Hmm, and where

Re: FreeBSD and "make -j# buildworld" usability

2006-10-13 Thread Ruslan Ermilov
On Fri, Oct 13, 2006 at 12:56:28PM -0400, Vivek Khera wrote: > > On Oct 13, 2006, at 12:33 PM, Ruslan Ermilov wrote: > > >>Works for me with -j2 on buildworld. > >> > >>My buildkernel fails since I compile acpi static. > >> > >Hmm, and where

Re: FreeBSD and "make -j# buildworld" usability

2006-10-13 Thread Ruslan Ermilov
bius : : Revision ChangesPath : 1.7 +7 -1 src/sys/i386/acpica/Makefile Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpmJ1tyFl693.pgp Description: PGP signature

Re: buildworld fails in openssh

2006-10-09 Thread Ruslan Ermilov
:-) A patch is attached if you want it immediately. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer Index: secure/lib/libssh/Makefile === RCS file: /home/ncvs/src/secure/lib/libssh/Makefile,v retrieving revision 1.34.2.4 diff

Re: buildworld: undefined reference to `SHA256_Update'

2006-10-09 Thread Ruslan Ermilov
On Mon, Oct 09, 2006 at 02:11:13PM +0200, Philip Paeps wrote: > On 2006-10-07 12:09:15 (+0200), Tobias Roth <[EMAIL PROTECTED]> wrote: > > On Sat, Oct 07, 2006 at 01:48:55PM +0400, Ruslan Ermilov wrote: > > > Verify that libssh.so in objdir lists libmd as its dependency.

Re: buildworld: undefined reference to `SHA256_Update'

2006-10-07 Thread Ruslan Ermilov
rue > > > > from my make.conf and try building again. I'll report my > > findings. > > Adding kerberos to the build helped. What is the next action? > Should I submit a PR? > No, I'll look into it. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpawZVWEy5i3.pgp Description: PGP signature

Re: buildworld: undefined reference to `SHA256_Update'

2006-10-07 Thread Ruslan Ermilov
/usr/obj/usr/src/tmp/usr/lib/libroken.so.8 (0x80101b000) : libcrypto.so.4 => /usr/obj/usr/src/tmp/lib/libcrypto.so.4 (0x801129000) : libcrypt.so.3 => /usr/obj/usr/src/tmp/lib/libcrypt.so.3 (0x80137) : # nm /usr/obj/usr/src/tmp/usr/lib/libmd.so | grep SHA256_Update

Re: RELENG_6/amd64 buildworld error

2006-10-05 Thread Ruslan Ermilov
On Fri, Oct 06, 2006 at 09:24:39AM +0400, Ruslan Ermilov wrote: > On Fri, Oct 06, 2006 at 02:02:27AM +0400, Dmitry Morozovsky wrote: > > > > Hi there colleagues > > > > am I the only one who got the following error? > > > > ===> sbin/geom/class/mirro

Re: RELENG_6/amd64 buildworld error

2006-10-05 Thread Ruslan Ermilov
It I go into sbin/geom/class/mirror and compile it like this: make DEBUG_FLAGS="-I/usr/src/sbin/geom/class/mirror/../../../../sys" I also get this error. The question is why you have this -I added. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpGbMEUwPrjE.pgp Description: PGP signature

Re: [PATCH] Various smbus(4) driver fixups and locking

2006-10-03 Thread Ruslan Ermilov
that strange? > How did you search for it? > Or is nfsmb only an i386-thing? > Definitely not. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpJq2xgbTsfQ.pgp Description: PGP signature

Re: 6.2-PRE /boot/loader

2006-10-03 Thread Ruslan Ermilov
On Tue, Oct 03, 2006 at 03:58:38PM -0400, John Baldwin wrote: > On Tuesday 03 October 2006 15:48, Ruslan Ermilov wrote: > > On Tue, Oct 03, 2006 at 11:47:35PM +0400, Ruslan Ermilov wrote: > > > Hi John, > > > > > > On Tue, Oct 03, 2006 at 03:00:40PM -0400, Jo

Re: 6.2-PRE /boot/loader

2006-10-03 Thread Ruslan Ermilov
On Tue, Oct 03, 2006 at 11:47:35PM +0400, Ruslan Ermilov wrote: > Hi John, > > On Tue, Oct 03, 2006 at 03:00:40PM -0400, John Baldwin wrote: > > On Tuesday 03 October 2006 12:55, Norbert Augenstein wrote: > > > Hi list, > > > i have just updated to 6.2-PRE

Re: 6.2-PRE /boot/loader

2006-10-03 Thread Ruslan Ermilov
it use high and more memory for heap by default would probably be a good idea? Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpe7t3jjpm9j.pgp Description: PGP signature

Re: buildworld fails after patch (FreeBSD-SA-06:23.openssl)

2006-09-30 Thread Ruslan Ermilov
On Sat, Sep 30, 2006 at 09:29:06AM +0200, Uwe Doering wrote: > Ruslan Ermilov wrote: [...] > >>>OK, you had 4.11 and what were you trying to build? RELENG_4? > >>>So I can try to reproduce the problem here. > >>Yes, I use RELENG_4. Thanks for your help.

Re: buildworld fails after patch (FreeBSD-SA-06:23.openssl)

2006-09-29 Thread Ruslan Ermilov
On Fri, Sep 29, 2006 at 09:21:56PM +0200, Uwe Doering wrote: > Ruslan Ermilov wrote: > >It doesn't matter. What you suggest is not the correct way. > >Perhaps the buildworld is broken, but that's a separate issue. > > > >>My understanding so far is that t

Re: buildworld fails after patch (FreeBSD-SA-06:23.openssl)

2006-09-29 Thread Ruslan Ermilov
On Fri, Sep 29, 2006 at 08:34:29PM +0200, Uwe Doering wrote: > Ruslan Ermilov wrote: > >On Fri, Sep 29, 2006 at 05:40:36PM +0200, Uwe Doering wrote: > >[...] > >>The same happened on my workstation, which runs 4.11. The cause of this > >>problem is that th

Re: buildworld fails after patch (FreeBSD-SA-06:23.openssl)

2006-09-29 Thread Ruslan Ermilov
to either do a full build (aka buildworld), or a partial build by first installing headers, and then doing the library build. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpKpddu9fSDn.pgp Description: PGP signature

Re: buildworld fails after patch (FreeBSD-SA-06:23.openssl)

2006-09-29 Thread Ruslan Ermilov
as it should > > > now. > > > > > > > > I though the order was always buildworld before buildkernel > > You can choose what order you want. It will work either way. > For the record; a word of a patch for the patch was just in. > No, buildworld sh

Re: 6.2-PRERELEASE/amd64 boot kernel.gz failes

2006-09-28 Thread Ruslan Ermilov
On Thu, Sep 28, 2006 at 02:33:10AM +0400, Ruslan Ermilov wrote: > I can confirm this: RELENG_6 doesn't pxeboot when /boot/kernel/kernel > is gzipped. In my case, it hangs just after loading a loader.conf file. > I've also verified that loading gzipped kernels/modules works

Re: 6.2-PRERELEASE/amd64 boot kernel.gz failes

2006-09-27 Thread Ruslan Ermilov
bi386/Makefile : 1.46 +10 -17src/sys/boot/i386/libi386/biosdisk.c : 1.10 +1 -1 src/sys/boot/i386/libi386/biospnp.c : 1.4 +3 -2 src/sys/boot/i386/libi386/biossmap.c : 1.11 +6 -22 src/sys/boot/i386/libi386/i386_copy.c I'll narrow this down tomorrow i

Re: Building a kernel with config ?

2006-09-26 Thread Ruslan Ermilov
sources. Obviously, when you're NOT upgrading and cross building, your installed tools are up-to-date with your sources, and can be used safely, so you can use a classical config/make method. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpda3V6ZrzIx.pgp Description: PGP signature

Re: make release vs. installworld

2006-09-26 Thread Ruslan Ermilov
On Tue, Sep 26, 2006 at 10:18:05AM +0200, Ulrich Spoerlein wrote: >On 9/26/06, Ruslan Ermilov <[EMAIL PROTECTED]> wrote: > > On Tue, Sep 26, 2006 at 09:30:25AM +0200, Ulrich Spoerlein wrote: > [...] > > So, what's the recommended

Re: make release vs. installworld

2006-09-26 Thread Ruslan Ermilov
y upgrades, .../R/stage/dists/*/install.sh. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpap7rkxFOyP.pgp Description: PGP signature

Re: RELENG_6 does not compile

2006-09-21 Thread Ruslan Ermilov
*** Error code 2 > 1 error > I'm generally interested in fixing -jX build failures. I'd need at least the following info: - the contents of /etc/make.conf - exact make command - full output (combined stdout + stderr) available somewhere for download in a compressed form Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpIY4BZIpOU6.pgp Description: PGP signature

Re: Minidumps in -STABLE and "smaller than physical memory"

2006-09-21 Thread Ruslan Ermilov
y > > > > Am I correctly understand that minidumps should lift the restriction > > > > sizeof(dumpdev) >= sizeof(RAM) > > Yes. > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/dumpon/dumpon.c.diff?r1=1.22&r2=1.23 > needs to be MFC'd. > I sent an M

Re: 6.2-PRE/amd64: make installworld fails: btxld:No such file or directory

2006-09-14 Thread Ruslan Ermilov
ng the install (perhaps missed "adjkerntz -i" after rebooting into SU?) 3) Check that /usr/src doesn't have files from the future. > Is this amd64 specific? > No. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpdOK9h1Y37o.pgp Description: PGP signature

Re: optimization levels for 6-STABLE build{kernel,world}

2006-09-13 Thread Ruslan Ermilov
FLAGS= -O -pipe > > > > May be "-fno-strict-aliasing" have to be added here then ? > > Yes, you are right. I think a clarification should > be added to the make.conf(5) manual page and to the > /usr/share/examples/etc/make.conf file. > > Someone care to submit a PR ...? > Should be fixed in src/share/examples/etc/make.conf,v 1.277. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpCOeN3iL0RB.pgp Description: PGP signature

Re: optimization levels for 6-STABLE build{kernel,world}

2006-09-13 Thread Ruslan Ermilov
-pipe -fno-strict-aliasing >COPTFLAGS= -O2 -pipe -fno-strict-aliasing > > would be better in the general case? > Doesn't matter; kern.pre.mk will automatically add -fno-strict-aliasing to COPTFLAGS if needed: : . if !empty(COPTFLAGS:M-O[23s]) && empty(COPTFLAGS:M-fno-strict-aliasing) : COPTFLAGS+= -fno-strict-aliasing : . endif Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpXqRQmgleu1.pgp Description: PGP signature

Re: cap_mkdb: illegal option -i. upgrade 5.4->6.1

2006-09-13 Thread Ruslan Ermilov
On Wed, Sep 13, 2006 at 10:20:39AM +0200, [EMAIL PROTECTED] wrote: > Ruslan Ermilov wrote: > > >On Tue, Sep 12, 2006 at 04:52:32PM +0200, [EMAIL PROTECTED] wrote: > > > > > >>Hi list > >> > >>I'm upgrading 5.4 p18 to 6.1 p6. > >&

Re: cap_mkdb: illegal option -i. upgrade 5.4->6.1

2006-09-12 Thread Ruslan Ermilov
ude/osreldate.h. If your /usr/include/osreldate.h is lying about the current version, e.g. if you accidentally installed the new headers, then you can force it to zero, such as: make buildworld OSRELDATE=0 Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpxaixm4fu4M.pgp Description: PGP signature

Re: Releng_6 suddenly no longer -j safe

2006-09-12 Thread Ruslan Ermilov
e_if.h : awk -f @/tools/makeobjops.awk @/kern/device_if.m -h : awk: can't open file @/tools/makeobjops.awk : source line number 1 source file @/tools/makeobjops.awk : context is : >>> <<< : *** Error code 2 : : Stop in /usr/src/sys/modules/sound/driver/als40

Re: sound card

2006-09-01 Thread Ruslan Ermilov
t? If so what does > > > > > # cat /dev/sndstat > > > [EMAIL PROTECTED] ~]$ cat /dev/sndstat > FreeBSD Audio Driver (newpcm) > Installed devices: > [EMAIL PROTECTED] ~]$ > > > reveal? > > > in my debian, it's my card work ok with snd_hda_intl mod :( > Try the OSS drivers from http://www.opensound.com/. Mine is detected but doesn't work, while you may be more lucky. :-) Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpc5hljJ88Q0.pgp Description: PGP signature

Re: source tree borked for 6.1-stable ?

2006-08-24 Thread Ruslan Ermilov
ts this behaviour on today's > - -stable sources :-( > This has been fixed for several hours now, please re-cvsup. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgppfGonw8Uts.pgp Description: PGP signature

Re: 5.5 to 6.1 upgrade

2006-08-24 Thread Ruslan Ermilov
On Wed, Aug 23, 2006 at 01:51:52PM -0700, Doug Barton wrote: > Ruslan Ermilov wrote: > > On Tue, Aug 22, 2006 at 11:07:45PM +0300, Todorov @ Paladin wrote: > >> Also - why portupgrade is not always aware of > >> previously chosen options for a port build? > >

Re: 5.5 to 6.1 upgrade

2006-08-23 Thread Ruslan Ermilov
rtinstall/portupgrade A, B will be built (if needs be) without pkgtools.conf options. Be careful. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpoxLj6jY7P6.pgp Description: PGP signature

Re: "_malloc_prefork" not found

2006-08-23 Thread Ruslan Ermilov
alled in /usr/lib in RELENG_6, not /lib. > So if you've downgraded from -current, you'll need to remove > the -current libraries that have different locations in > RELENG_6 (no, I don't think there is an automated way to do > this). > We don't provide any conv

Re: /sys/dev/ata/ata-chipset.c 1.168 MFC?

2006-08-22 Thread Ruslan Ermilov
t; Do you have any ETA? Yes, I'm currently running HEAD version of sys/dev/ata/ on these motherboards. Thanks! Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpEhZyMYNSLZ.pgp Description: PGP signature

Re: /sys/dev/ata/ata-chipset.c 1.168 MFC?

2006-08-22 Thread Ruslan Ermilov
n able to apply diff between 1.165 and 1.168 to RELENG-6 and > it makes the chipset work. (this also requires 1.65 to 1.68 of > ata-pci.h). > > Any takers? > I'll do it in a few days if Soren doesn't do it earlier -- I also have plenty of such motherboards which want to

Re: FreeBSD boots too fast on Dell PE850

2006-08-18 Thread Ruslan Ermilov
by the netif script. > > > > I think it's job of device driver. If the driver find its link > negotiation is in progress it should not send frames. > Unfortunately not all drivers handle this correctly. > But the bge's start() routine does this, and did it in 6.

Re: installword with DESTDIR=/nfs doesn't work?

2006-08-14 Thread Ruslan Ermilov
file system, make sure that : rpc.lockd(8) is running on both client and server. See : rc.conf(5) on how to make it start at boot time. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgp4jR0esnFvq.pgp Description: PGP signature

Re: nfpm

2006-08-13 Thread Ruslan Ermilov
MBus 2.0 Controller I've written amdsmb for Asus SK8N, only to find out that there are no sensors attached to it. :-) Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgp4xuOGLYJxm.pgp Description: PGP signature

Re: amd64 cannot boot on ASUS M2N-E

2006-08-10 Thread Ruslan Ermilov
- sigh. : Hotplug support has been fixed for all nVidia chipsets that supports it : (including the MCP51/55). : : HW donated by: Kingsley College Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpp881CeZWBP.pgp Description: PGP signature

Re: Problem in src/lib/libpam/modules/pam_ssh/Makefile

2006-07-14 Thread Ruslan Ermilov
is now running > the newly-built & -installed system: > I've just committed a more complete fix for this. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgp19j0HmMmhs.pgp Description: PGP signature

Re: em device hangs on ifconfig alias ...

2006-07-08 Thread Ruslan Ermilov
Ah, I see. Thanks for the insight. > How about the attached patch? > I've been working on this problem for Mike Tancsa about a year ago, and my fix was naive. I ended up not committing it because I found that it broke something else, but I don't remember what exactly now. Ahh, I s

Re: Upgrading to 6.1-RELEASE problems with make buildkernel

2006-05-16 Thread Ruslan Ermilov
> > Stop in /usr/src/sys/modules/3dfx. > *** Error code 1 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/GENERIC. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > An

Re: libnetgraph doesn't build fine on RELENG_6

2006-05-02 Thread Ruslan Ermilov
this the correct way? If yes, it's supposed > to be documented on UPDATING, isn't it? > You used ccache, so you're supposed to fix problems like this on our own. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpFuQC1YiSQf.pgp Description: PGP signature

Re: Build kernel fails after cvsup tag=RELENG_6_1

2006-04-13 Thread Ruslan Ermilov
ld && make buildkernel KERNCONF=configfile > > First i thought it was the kernel config file so kopied GENERIC to KRNL and > remove the 486 and 586 option and that is it but they still fail. > Your kernel has DEVICE_POLLING option which was broken in the driver. I've com

Re: GEOM_RAID3: Device datos is broken, too few valid components

2006-04-10 Thread Ruslan Ermilov
gt;SyncID: 1 >Number: 2 >Type: PARITY > 2. Name: ad5s2 >Mediasize: 155745676800 (145G) >Sectorsize: 512 >Mode: r1w1e1 >State: ACTIVE >Flags: DIRTY >GenID: 0 >SyncID: 1 >Number: 0 > Type: DATA > 3. Name: ad6s2 >

Re: buildworld error (texinfo)

2006-03-31 Thread Ruslan Ermilov
ou were running with a -j? set and you aren't seeing > the real error. It was hidden somewhere. > Should anyone encounter reproducible -jX build breakages, I'm interested in tracking them down and fixing. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgplgT9M4k3H7.pgp Description: PGP signature

Re: SETFEATURES SET TRANSFER MODE semaphore timeout on FreeBSD 6.0 RELEASE

2006-03-17 Thread Ruslan Ermilov
> DANGER Will Robinson !!" > Update to the latest RELENG_6. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpPawLgB85iv.pgp Description: PGP signature

Re: swap at beginning of slice - danger?

2006-03-15 Thread Ruslan Ermilov
ize offsetfstype [fsize bsize bps/cpg] : a: 20480unused0 0 : c: 20480unused0 0 # "raw" part, don't edit : # dd if=/dev/zero of=/dev/md0a count=1 seek=1 : dd: /dev/md0a: Operation not permitted : 1+0 records in

Re: Kernel INCLUDE_CONFIG_FILE workaround?

2006-03-14 Thread Ruslan Ermilov
ork great, but appears to have been broken in favor > of... usability? > I posted a patch to config(8) some time ago that did what you want, but it wasn't widely accepted so I abandoned it. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpJAB7lRLsgr.pgp Description: PGP signature

Re: loader_color="YES"

2006-03-09 Thread Ruslan Ermilov
t this in loader.conf it would make a color daemon in the boot > >>menu. > > > > > > Please use > > > > loader_logo="beastie" > > loader_color="YES" > > > > you don't need loader_color for beastie in colour afair.

Re: Remote Installworld

2006-03-02 Thread Ruslan Ermilov
L PROTECTED] to /lib/libcrypt.so.3: Operation > > not > >permitted > >very shortly thereafter. I cannot boot into single user mode because > >I am far, far away from the machine. What can I do to finish the > >installworld? Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpOKhD5KFeOT.pgp Description: PGP signature

  1   2   3   >