Re: tuning a VERY heavily (30.0) loaded s cerver

2001-03-22 Thread Alexey V. Neyman

hello there!

On Thu, 22 Mar 2001, Michael C . Wu wrote:

(Why is vfs.vmiodirenable=1 not enabled by default?)
By the way, is there any all-in-one-place description of sysctl tuneables?
Looking all the man pages and collecting notices about MIB variables seems
rather tiresome and, I think, pointless. I doubt if they are all
documented in man pages.

# Alexey



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



make release

2001-03-24 Thread Alexey V. Neyman

Hello there!

I just read FAQ on making release and have one question. FAQ says I must
be having full CVS source tree (or be able to access it via CVSROOT), but
I'm behind modem connection. So I'm curious why it is not enough to have
a cvsupped src-all/doc-all/ports-all collections? And is there a way to
avoid loading CVS tree for making release and generate it from these
collections?

# Alexey

PS. The goal is to make a CD with a 5.0 snapshot to install it at home
(where I have no internet access) and keep it up-to-date by later burning
cvsuppable collections on a CD-RW at work.
-+--
"May the Sun and Water gently|  mailto: [EMAIL PROTECTED]
fall upon you!" (Supox, from SC2)|
-+--


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



making release without full CVS tree?

2001-03-25 Thread Alexey V. Neyman

Hello there!

I just read FAQ on making release and have one question. FAQ says I must
be having full CVS source tree (or be able to access it via CVSROOT), but
I'm behind modem connection. So I'm curious why it is not enough to have
a cvsupped src-all/doc-all/ports-all collections? And is there a way to
avoid loading CVS tree for making release and generate it from these
collections?

# Alexey

PS. The goal is to make a CD with a 5.0 snapshot to install it at home
(where I have no internet access) and keep it up-to-date by later burning
cvsuppable collections on a CD-RW at work.
-+--
"May the Sun and Water gently|  mailto: [EMAIL PROTECTED]
fall upon you!" (Supox, from SC2)|
-+--



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



HPFS

2001-04-13 Thread Alexey V. Neyman

Hello there!

Is HPFS broken? If not, why is it disabled?


# Alexey
-+--
"May the Sun and Water gently|  mailto: [EMAIL PROTECTED]
fall upon you!" (Supox, from SC2)|
-+--


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



sysctl / CTL_DEBUG

2001-05-09 Thread Alexey V. Neyman

hello there!

There is the following phrase in sysctl(3) manpage:
==
The system defines twenty (struct ctldebug) variables named debug0 through
debug19.
==
Though `sysctl debug | wc -l` shows 43 sysctl variables. And, I was unable
to locate definition of 'struct ctldebug' neither in
/usr/include/sys/sysctl.h (as promised by man page) nor in source tree.

May I ask for clarifications?

-+--
May the Sun and Water always| Regards, Alexey V. Neyman
fall upon you! (Supox, from SC2)|mailto: [EMAIL PROTECTED]
-+--


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



Re: SSH Must Die

2001-05-14 Thread Alexey V. Neyman

Hello there!

On Sat, 12 May 2001, Valentin Nechayev wrote:

On -current, I watched identical problem with mystical ssh brokenness,
with No RSA support in libcrypto and libssl message from ssh,
after when all possible underwater stones were verified (including
/dev/random and /dev/urandom, respect to markm@ reply). Unfortunately
I had to make this system working in any way before I could do any
diagnose, and it was completely rebuilt to RELENG_4. But, your case
seems to be another.

I'm facing the same problems with ssh on -current, though it's not a
production machine but my home workstation, so I'm able to tweak it as I
like. When 5.0-current was just installed, it booted ok, but when it was
recompiled and installed (make world), it began to show these messages.
I'm ready to perform needed tests - if there are any.

# Alexey


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



Re: Request for CDR/CDRW drives working status

2001-05-18 Thread Alexey V. Neyman

Hello, Soren!

Drive model/version (from dmesg and possibly  from the label on the drive).
I've sent you info about
acd0: YAMAHA CRW8424E/1.0g CD-RW drive
(PR: 25840), I think it was complete enogh for poll? :)

Best regards,
Alexey.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



Re: no more 'root' account on my machine...

2001-06-06 Thread Alexey V. Neyman

Hello there!

First, did you edit /etc/passwd or /etc/master.passwd ?
passwd does not hold any passwords and serves only for resolving
name/uid/fullname references, while master.passwd holds actual passwords.
Second, did you run pwd_mkdb(8) after editing that file?

This should be enough IMHO.

Regards,
Alexey.

-+--
Does the fish swallow the stone? | Regards, Alexey V. Neyman
Perhaps, but that is not the point.  |mailto: [EMAIL PROTECTED]
-(Pkunk, SC2)+--

On Wed, 6 Jun 2001, Franck LEVESQUE wrote:

 Hi,


 First of all, sorry for my bad english skills.

 As the newbie I am on FreeBSD (4.3), I did a very stupid thing while
 using vipw : I deleted the root account.

 I tryed to correct my problem using the fix it floppy, but changing
 the /etc/passwd file is not enough.
 Really I am sorry to bother you with that, but I don't know that much
 about the master.passwd and the way FreeBSD does to authentify users.

 Anybody has an idea about the way I shall follow to resolve my problem?

 Thank you indeed.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



Re: problem with systm.h trying to call resettodr()

2001-06-08 Thread Alexey V. Neyman

On Fri, 8 Jun 2001, Peter Pentchev wrote:

On Fri, Jun 08, 2001 at 01:49:12PM +0100, Rasputin wrote:
You can only use kernel-space functions in kernel code, that is, writing
a kernel module, or writing a piece of code that is to be compiled along
with the rest in src/sys.

By the way, are there any underwater stones in linking userland programs
against libkern with '-static -nostdlib' to gcc?

Regards,
Alexey.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



Re: Supported ATAPI cdr/cdrw drives

2001-06-14 Thread Alexey V. Neyman

Good day!

On Mon, 28 May 2001, Søren Schmidt wrote:

As promised I've made up a list of reports I've received so far go to
http://freebsd.dk/ and follow the link.

I also have a patch for the Yamaha's (yamaha-cdr.p1) which also
can be found via the above URL. Let me know if that make things
work...

yamaha-cdr.p1 is mode 0600, there is yamaha-cdr.p2, but it does not apply
cleanly (FreeBSD srv2.any 4.3-STABLE, cvsupped about 7-8 Jun).

I tried to apply it manually, and everything was ok. The disk was written
and closed successfully. Thank you.

When MFC'ing, close my PR 25960 :)

-- 
---+---
Is that not what living is for?| Regards, Alexey V. Neyman
   | mailto: [EMAIL PROTECTED]
( Pkunk, SC2 )-+---



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



strange code?

2001-10-24 Thread Alexey V . Neyman

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello there!

I've stumbled accross the following in sys/netinet/ip_input.c (v.1.173)

- --- lines 470-477 ---
if (m == NULL) {/* Packet discarded by firewall */
static int __debug=10;
if (__debug 0) {
printf(firewall returns NULL, please update!\n);
__debug-- ;
}
return;
}

What is the meaning of this construct? Isn't it functionally equivalent to

if (m == NULL) { /* Packet discarded by firewall */
printf(firewall returns NULL, please update!\n);
return;
}

Regards,
Alexey.

- -- 
-
 ) May the Sun and Water (   Regards, Alexey V. Neyman
 ) always fall upon you! (   mailto:[EMAIL PROTECTED]
-
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE71rm49lSeDZjilyARAu7sAKCWGDNMTnMy8NmFPFO9t3dD9fmetQCeN0ON
sHY5niBtHp8C4IO4QDVoOPE=
=0yx6
-END PGP SIGNATURE-

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



Re: strange code?

2001-10-24 Thread Alexey V . Neyman

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 24 October 2001 16:53, Alexey V.Neyman wrote:
 What is the meaning of this construct? Isn't it functionally equivalent to
Oops, sorry for the post. I haven't noticed `static' there at first glance :\

Regards,
Alexey.
- -- 
-
 ) May the Sun and Water (   Regards, Alexey V. Neyman
 ) always fall upon you! (   mailto:[EMAIL PROTECTED]
-
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE71rpw9lSeDZjilyARAvhEAJ43z/Ym3Kbjww/mCBXzgLy5SjejcwCfZELm
s8YQS9c7jP08t8OlonVLeEs=
=rbBf
-END PGP SIGNATURE-

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



please review the manpage

2002-03-04 Thread Alexey V. Neyman

Hello there!

Excuse me if this is a wrong list for such submissions.

A suggested manpage for EVENTHANDLER(9) is attached. It should be 
referenced from boot(9) instead of non-existent at_shutdown(9). 
at_shutdown(9) was retired even before 4.0-R, however, it's still 
referenced from boot(9) in -stable.

By the way, is there any reason for at_fork/at_exec function not to be 
retired in favor of EVENTHANDLER_XXX macros?

Regards,
Alexey.
-- 
-
 ) May the Sun and Water (   Regards, Alexey V. Neyman
 ) always fall upon you! (   mailto:[EMAIL PROTECTED]
-



EVENTHANDLER.9
Description: Troff document