db interface question

2001-02-14 Thread Andrey Rouskol
, $DB_HASH ); my $usr = 0; my $pw = 0; my $i = 0; while( ($usr,$pw) = each %mydb) { print "${usr} - ${pw}: deleted\n"; delete $mydb{$usr}; ++$i; } print "$i elements deleted\n"; undef $X; untie %mydb; exit 0; --- end --- Regards, --

nwfs problems

2000-11-03 Thread Andrey Rouskol
Hi, This problem presents minimum for two weeks and but today I have connected a serial terminal and grabbed ddb output. # uname -a FreeBSD anry.sovintel.ru 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Fri Nov 3 18:20:34 MSK 2000 [EMAIL PROTECTED]:/home/obj/home/anry/current/src/sys/ANRY i386 # mo

Re: test from mysql's configure

2000-10-22 Thread Andrey Rouskol
On Sun, 22 Oct 2000, Daniel Eischen wrote: > On Sun, 22 Oct 2000, Andrey Rouskol wrote: > > > > Some days ago I was trying to compile mysql at -current and found that > > ./configure freezes at 'checking for restartable system calls'. Here is a > > code

test from mysql's configure

2000-10-22 Thread Andrey Rouskol
Hi there ! Some days ago I was tring to compile mysql at -current and found that ./configure freezes at 'checking for restartable system calls'. Here is a code witch is executed - if you compile it with '-lc_r -lm -lcrypt' it will freeze. test.c: /* Exit 0 (true) if wait returns something oth

/stand/sysinstall broken ???

2000-02-07 Thread Andrey Rouskol
I think this is not normal. Best regards, ----------- Andrey Rouskol Sovintel PS: May be I should fix my arms first ... To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message