Re: Regarding MANCOLOR

2012-02-13 Thread Ruslan Ermilov
Hi, On Sun, Feb 12, 2012 at 05:10:44PM -0600, Germán M. Bravo wrote: > Hello, I saw you wronte something in the mailing lists, some time ago, > regarding MANCOLOR in FreeBSD... however, I've tried in every way I > can to make it work, but I cant. > > I'm using TERM=xterm-256color and if I have MA

Re: buildworld error in Makefile.inc1

2005-02-03 Thread Ruslan Ermilov
dworld, > from what Ruslan said). > > Great appreciation from me to everyone who helped out on this issue. > This makes my life MUCH easier tonight. :) > Don't ask me why ALWAYS_CHECK_MAKE was invented, I pathologically hate it. :-) Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgp20z2buH81k.pgp Description: PGP signature

Re: FreeBSD 5.2-RELEASE buildworld failure.

2004-01-24 Thread Ruslan Ermilov
5:31:55 2003 UTC : to Thu Jun 5 12:10:19 2003 UTC (from rev 1.30 to rev 1.31 of : usr.bin/sed/process.c). To see if you're affected, run this: ident /usr/bin/sed And see which process.c revision your sed(1) has. It if's 1.30, you're affected. Cheers, -- Ruslan Ermilov FreeBSD committer [EMAIL PROTECTED] pgp0.pgp Description: PGP signature

Re: issues with installworld on fbsd6 & libcom_err

2005-11-11 Thread Ruslan Ermilov
code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > Any suggestions on how to fix this so I can get fbsd 6 world installed > so I can run portmanger to update a crap load of ports would be > appreciated. -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpqb6qBHT61e.pgp Description: PGP signature

Re: bad udp cksum 26ff!

2005-11-28 Thread Ruslan Ermilov
ff hardware checksums on em0, to make tcpdump(1) happy. Harmless otherwise. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpi6S3ZEt6Tj.pgp Description: PGP signature

Remote power control / serial console

2003-03-27 Thread Ruslan Ermilov
Hi! Can anyone recommend a good and relatively cheap 4-port remote power control / serial console solution? (All four manageable boxes are running FreeBSD.) Has anyone by chance had an experience with http://www.dataprobe.com/share/4pk415.html Cheers, -- Ruslan Ermilov

Re: error when use table option with ipfw

2005-08-23 Thread Ruslan Ermilov
r? > Need some compiler options to work with this option? > If i give: > #ipfw table 1 list > i have list of entries in this table without any error. > Since this is a shell script, `(' has a special meaning to group commands for executing them in a sub-shell. To cancel a specia

Re: Periodic Weekly Report

2005-10-01 Thread Ruslan Ermilov
catman: /usr/local/lib/perl5/5.8.7/man/cat3: mkdir: Permission denied > > catman: /usr/local/lib/perl5/5.8.7/perl/man/cat3: mkdir: Permission denied > This is a bug in the use.perl script: it should also create the "cat3" directory mentioned above, with "man:wheel" ownership. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpYzynkFNVBn.pgp Description: PGP signature

Re: Periodic Weekly Report

2005-10-02 Thread Ruslan Ermilov
On Sun, Oct 02, 2005 at 06:57:33AM -0400, Gerard Seibert wrote: > On Sat, 1 Oct 2005 21:22:39 +0300, Ruslan Ermilov <[EMAIL PROTECTED]> > Subject: Re: Periodic Weekly Report > Wrote these words of wisdom: > > > On Sat, Oct 01, 2005 at 01:51:19PM +0300, Giorgos Keramidas wr

Re: natd and logging

2003-06-04 Thread Ruslan Ermilov
ut, please refer to the natd(8) manpage for details. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: Strange problem with "make clean"

2003-06-13 Thread Ruslan Ermilov
Note that "make clean" is only guaranteed to work if the object tree was populated using this same sources; everything else is not guaranteed to work, and "make cleandir" is advised instead, though even this may break when the types of some files change from "file" to &

Re: Micronet SP 2610/2612 10/100/1000 with FreeBSD 4.9 Stable :: Which driver to load?

2004-04-03 Thread Ruslan Ermilov
nge_load="YES" or compile a custom kernel which includes the nge(4) driver. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: who do you install freebsd without sysinstall?

2006-08-31 Thread Ruslan Ermilov
;make release" and made available over NFS to diskless clients. A modification of this approach includes a mass deployment option that involves writing (relatively simple) local installation scripts that automate the tasks. Many other options... Cheers, -- Ruslan Ermilov [EMAIL PRO

Re: who do you install freebsd without sysinstall?

2006-08-31 Thread Ruslan Ermilov
into single-user mode, and type rm /entropy /var/db/entropy/* Then proceed with normal booting. If sshd(8) is enabled, it will ask you to enter some entropy. Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer pgpqXXoIcTwku.pgp Description: PGP signature

Re: who do you install freebsd without sysinstall?

2006-08-31 Thread Ruslan Ermilov
ndom # can be reseeded # I think two mechanisms exist because a solution involving cron(8) works better, but cron(8) is not guaranteed to be up and running (untypical but anyway), so additionally an entropy is also saved once on shutdown. Cheers, -- Ruslan Ermilov [EMAI