Re: bge problem

2005-09-15 Thread Pavel Baleshenko
sure :)
Really it isn't like a real PC. Interface should be enabled for a chassis in
management. And it's done. BladeCenter is connected to network of course
too. The same configuration works on Linux and Win on other chassises.

> Pavel Baleshenko wrote:
> > Can anyone help me to find the problem?
> >
> >
> Did you plug in a cable?
>
> Nick.
>

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


bge problem

2005-09-15 Thread Pavel Baleshenko
Hello.
I've installed 5.4-STABLE on my IBM Bladecenter HS20 (8677). Each chassis has 
two network interfaces based on Broadcom. The system found bge0 and bge1 
media: Ethernet autoselect (1000baseSX )
But each of them has no carrier. 
miibus is built in the kernel but miibus0 isn't defined while booting (nothing 
about it in dmesg.boot). As I understand miibus is needed only for 10/100 but 
not for GMII.
Can anyone help me to find the problem?

Thanks in advance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ls -l taking too much time

2005-09-06 Thread Pavel Baleshenko
Hello. I've the same problem on 5.3.
I think the problem occurs while file is being stat and passwd (uid to
name). Each file in /var/mail has its own owner. Try `ktrace ls -l` and look
the size of final dump file. May be its solution is in the tuning of the PAM
authorization.

> Hi all,
>
> It´s a FreeBSD 5.4-STABLE, on a P-IV(2.4GHz) with 120G IDE HDD
> (UFS2+softupdates), as one data partition (mail).
> The test was done in a non-production server.
> GENERIC kernel.
>
> A "ls -l" in a /var/mail folder with +6000 files (not maildir) is
> taking more then 2 min to complete.
> I compiled (static) "ls" from the GNU filetools-4.1 and it takes
> ~1 min.
> Observing the final behavior I can say that gnu has an
> "unbuffered" output, while fbsds is buffered.
> It was tested in two different machines.
> Is it right?
>
> - Marcelo
>
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
>
>

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


install FreeBSD on IBM BladeCenter (HS20)

2005-09-05 Thread Pavel Baleshenko
Hello
I'm trying to install FreeBSD on IBM BladeCenter HS20. But all my attempts are  
unsuccessful. 
I think the problem is each blade uses all devices (CD, FDD, keyboard, mouse) 
through USB.
I began my attempts from 5.4
It stops on scanning atkbd0. I tried to choose loading kernel with USB keyboard 
in the boot menu. But this time I got the kernel panic after scanning atapci0:

fatal trap 12: page fault while in kernel mode
fault virtual address   = 0x5
fault code  = supervisor read, page not present

Then I tried 4.11. If I boot from CD, the loader doesn't find CD and kernel 
isn't found  accordingly. If I boot from floppy, the kernel is found 
successfully but the scanning of the devices is stopping on atkbd0 again.

I still hope to find a solution for this problem. 
Thanks in advance for any help.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"