Installation and the 1024 cylinder boot problem

2003-08-04 Thread Dimitar . Peikov
Recently I had to install 5.1-RELEASE at 60GB, and had a lot of troubles to start booting correctly. I hope that /stand/sysinstall have to handle >1024 cylinder booting. Otherwise I have to run 'boot0cfg' manually to fix this issue. MuTk0 ___ [EMAIL

Re: bzero() in mfs_doio()

2003-01-03 Thread Dimitar Peikov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Upps, sorry, too much wine during the holidays. I've not read the code correctly ;-( On Friday 03 January 2003 15:19, Dimitar Peikov wrote: > Hi, > > I've read some part of the UFS/MFS code and saw the bzero() in code, but >

bzero() in mfs_doio()

2003-01-03 Thread Dimitar Peikov
.behav = MADV_FREE; madvise(curproc, &uap); } >>>>>> - -- Dimitar Peikov Programmer Analyst Globalization Group "We Build e-Business" RILA Solutions 27 Building, Acad.G.Bonchev Str. 1113 Sofia, Bulgaria

Threading debugging

2002-11-07 Thread Dimitar Peikov
db blah (gdb) set follow-fork-mode child Debugger response to a program call of fork or vfork is "child". (gdb) n / several times to reach the fork() call / 428 pid = fork(); (gdb) 429 if (pid != 0) { (gdb) p pid $2 = 12886 (gdb) Any comments would be great

Solaris x86 partitions

2002-09-17 Thread Dimitar Peikov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Did someone is trying to mount Solaris x86 slice on FreeBSD. - -- Dimitar Peikov Programmer Analyst Globalization Group "We Build e-Business" RILA Solutions 27 Building, Acad.G.Bonchev Str. 1113 Sofia, Bulgaria phone: (+359

4.6.1-rc2 booting

2002-08-20 Thread Dimitar Peikov
Hi, I donwloaded 4.6.1-rc2.ISO and tried to install it on machine with Solaris 8. Instalation went perfect, except that after booting FreeBSD boot-manager allows only to boot from Solaris x86 partition (1st partition). I can start FreeBSD from /dev/ad0s3a when boot from installation CDROM, but n

Re: Swapping performance

2002-03-07 Thread Dimitar Peikov
i_count = MALLOC_SIZE / 16; > : fprintf(stderr, "*"); > : for (i = 0; i < i_count; i ++) { > : ptr[i >> 4] = ptr[(i >> 3) + 1]++; > : } > : fprintf(stderr, "#"); > : for (j = 0; j < i_count; j ++) { > : ptr[j << 4] = ptr[(j >

Re: Swapping performance

2002-03-07 Thread Dimitar Peikov
in algorithms for making automata's. And when we saw that one think on Linux was done for a few hours, but on FreeBSD much, much more, I start tests to investigate where the problem is. This test (malloc_test) is the first think that gives serious difference and I thought that the problem is in swapping o

Re: Swapping performance

2002-03-07 Thread Dimitar Peikov
rsion of GCC, I wonder how much of this could be due to the compiler. > > Please rerun your tests with '/usr/bin/time -l' on FreeBSD and however > you achieve the same on Linux. Sorry, no -l on Linux box! > > P.S. are you sure you are swapping, vs. paging? -- Dim

Re: Swapping performance

2002-03-07 Thread Dimitar Peikov
nel downloaded from kernel.org). > In any case, we can't make any useful comparisons until Dimitar posts the > source to his test program. > > Dimitar, post the source for the test program! > > Mike "Silby" Silbersack > > > -- Dimitar Peikov Programm

Re: Swapping performance

2002-03-07 Thread Dimitar Peikov
the BSD system, you actually get memory you can use, and all the > overhead > of assuring its existence at the time of allocation. Much more robust, > less prone to abuse. > > Try it, you'll like it. If you want the nuts and bolts of it, read the > source. > > >

Re: Swapping performance

2002-03-07 Thread Dimitar Peikov
On Thu, 7 Mar 2002 08:09:06 -0600 GB Clark <[EMAIL PROTECTED]> wrote: > On Thu, 7 Mar 2002 14:27:59 +0200 > Dimitar Peikov <[EMAIL PROTECTED]> wrote: > > > On Thu, 7 Mar 2002 04:01:58 -0800 (PST) > > Julian Elischer <[EMAIL PROTECTED]> wrote: > >

Re: Swapping performance

2002-03-07 Thread Dimitar Peikov
etween the tests. There were some differences but not amazing one. > > On Thu, 7 Mar 2002, Alfred Perlstein wrote: > > > * Dimitar Peikov <[EMAIL PROTECTED]> [020307 00:45] wrote: > > > I start some performance tests on -stable and on SuSE 7.1 / 2.4.17. I > > >

Swapping performance

2002-03-07 Thread Dimitar Peikov
ys 0m1.510s Linux$ FreeBSD$ time ./malloc_test *# real0m11.571s user0m1.150s sys 0m1.830s FreeBSD$ -- Dimitar Peikov Programmer Analyst Globalization Group "We Build e-Business" RILA Solutions 27 Building, Acad.G.Bonchev Str. 1113 Sofia, Bulgaria phone: (+359 2

Magic number 100 in /sys/kern/kern_fork.c

2002-01-02 Thread Dimitar Peikov
I've review /sys/kern/kern_fork.c file and have a question why the room of 100 process numbers is hardcoded in the source? I think that if such room is needed, it must be defined somewhere in headers, isn't it. Can someone explain me more the idea about that room? -- Dimitar Peikov

Re: Performance issue

2001-12-14 Thread Dimitar Peikov
g and memory manipulation routines with extentions such us MMX, SIMD, 3dnow, ... This would not be 5 min implementation at all. -- Dimitar Peikov Programmer Analyst Globalization Group "We Build e-Business" RILA Solutions 27 Building, Acad.G.Bonchev Str. 1113 Sofia, Bulgaria phone:

Re: Performance issue

2001-12-09 Thread Dimitar Peikov
| TCP/IP since RFC 956 > FreeBSD committer | BSD since 4.3-tahoe > Never attribute to malice what can adequately be explained by incompetence. -- Dimitar Peikov Programmer Analyst Globalization Group "We Build e-Business" RILA Solutions 27 Building, Acad.G.Bonchev

Performance issue

2001-12-09 Thread Dimitar Peikov
-- 1 iterations with bzero : SuSE$ time malloc_test real0m34.364s user0m3.630s sys 0m30.710s -------- -- Dimitar Peikov Programmer Analyst Globalization Group "We Build e-Business" RILA Solutions 27 Building, Acad.G.Bonch

sysctl and MAXDSIZ

2001-11-22 Thread Dimitar Peikov
QUAD_FETCH("kern.maxdsiz", &maxdsiz); but sysctl gives to me no 'kern.maxdsiz' resource. Is there a problem to put this parameter into sysctl (writable) or there are more changes to do to avoid crashes if they appears when change is made? PS: Cc: me because I'm not at

IPFW module

2001-11-08 Thread Dimitar Peikov
ded to kldunload it Kernel panic reboot! It is regular to kernel crash if ipfw is loaded as module, but why when it was build into kernel? In that case it would be good kldload/kldunload to exit! Why kldload loads module in case that it is compiled in kernel? -- Dimitar Peikov Pr

Re: Sound card support

2000-11-16 Thread Dimitar Peikov
http://www.katsurajima.seya.yokohama.jp/ich/ Have fun. It works fine for me! -- Dimitar Peikov Programmer Analyst "We Build e-Business" RILA Solutions 27 Building, Acad.G.Bonchev Str. 1113 Sofia, Bulgaria home: (+359 2) 595495 phone: (+359 2) 9797320 phone: (+359 2) 97

4.1 ISO CRC

2000-08-02 Thread Dimitar Peikov
Hi, Could someone send me CRC code for the 4.1 ISO image or to be available on ftp server for downloading? -- Dimitar Peikov To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

mmap syncs and file extends

2000-07-27 Thread Dimitar Peikov
'; ptr = mremap(ptr, 10, 20, 1); close(fd); ptr[10] = 'Y'; ptr[12] = 'X'; printf("1%C\n", ptr[12]); msync(ptr, size, MS_SYNC); munmap(ptr, size); } -- -- Dimitar Peikov Programmer "We Build e-Business" RILA Solutions 27 Bu

Routing problem

2000-02-11 Thread Dimitar Peikov
Hi, I have the following problem and cant see where I wrong or there is another way to do it. Problem: I have one segment in wich are connected different networks. in this case I try to use one workstation using Windows with alone IP -> let it be 192.168.1.1/32 and my freebsd us

HZ changing

1999-09-02 Thread Dimitar Peikov
One question? Changing HZ in kernel config with lower than 10, for example HZ=5, stops some communications. It's true that machine goes faster to response for user activity, but some devices stop to work? Is it normal? Mitko To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe

HZ changing

1999-09-02 Thread Dimitar Peikov
One question? Changing HZ in kernel config with lower than 10, for example HZ=5, stops some communications. It's true that machine goes faster to response for user activity, but some devices stop to work? Is it normal? Mitko To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fre