Re: Problems with Display

2005-04-27 Thread Giorgos Keramidas
On 2005-04-27 20:47, c0ldbyte <[EMAIL PROTECTED]> wrote: >On Wed, 27 Apr 2005, Brian Rudy wrote: >> Apr 19 06:02:37 sun getty[423]: open /dev/screen: No such file or directory >> >> There is no /dev/screen file but, there is a >> /dev/screen:r1280x1024x60 file >> >> I tried making a link to this fi

Re: Multithreaded program crashes on SMP (HT enabled) machine

2005-04-27 Thread Kris Kennaway
On Wed, Apr 27, 2005 at 03:05:38PM -0700, Kris Kennaway wrote: > > On Wed, Apr 27, 2005 at 06:28:50PM +0300, Adi Pircalabu wrote: > > Hello, > > I have a multithreaded application ported on FreeBSD 5.3 which crashes > > in a minute or less if hyperthreading in enabled. Without HT there is no > > p

Re: kern.module_path missing kernel boot dir

2005-04-27 Thread Steven Hartland
Cheers andrew obviously be broken for quite a while then :) Good to know I asked in the write place searched for ages turned up nothing. Thanks again Steve - Original Message - From: "Andrew Thompson" <[EMAIL PROTECTED]> To: "Steven Hartland" <[EMAIL PROTECTED]> You may want to chec

Re: Multithreaded program crashes on SMP (HT enabled) machine

2005-04-27 Thread Kris Kennaway
On Wed, Apr 27, 2005 at 06:28:50PM +0300, Adi Pircalabu wrote: > Hello, > I have a multithreaded application ported on FreeBSD 5.3 which crashes > in a minute or less if hyperthreading in enabled. Without HT there is no > problem. > How and where should I start to investigate the problem? If it's

Re: kern.module_path missing kernel boot dir

2005-04-27 Thread Andrew Thompson
On Wed, Apr 27, 2005 at 10:02:28PM +0100, Steven Hartland wrote: > I have a 5.3-RELEASE machine here which refuses to load things like > nfsd erroring about kernel module doesnt exist. I've been tracking it > down and it looks like: kern.module_path is at fault on the broken > machine its: > sysctl

kern.module_path missing kernel boot dir

2005-04-27 Thread Steven Hartland
I have a 5.3-RELEASE machine here which refuses to load things like nfsd erroring about kernel module doesnt exist. I've been tracking it down and it looks like: kern.module_path is at fault on the broken machine its: sysctl -a |grep modules kern.module_path: /boot/modules where as on a working mac

Re: Two password prompts with 'su'

2005-04-27 Thread Kris Kennaway
On Wed, Apr 27, 2005 at 01:55:52PM -0700, Justin Bennett wrote: > All, > > Recently my machine (FreeBSD) started showing 2 password prompts when > using su. > > The first password seems to suffice, then hitting 'enter' on the second > one lets me in. > > Any ideas what is going on? Check your

Two password prompts with 'su'

2005-04-27 Thread Justin Bennett
All, Recently my machine (FreeBSD) started showing 2 password prompts when using su. The first password seems to suffice, then hitting 'enter' on the second one lets me in. Any ideas what is going on? While I was writing this, it occurred to me that it may have something to do with Winbindd an

Re: Problems with Display

2005-04-27 Thread c0ldbyte
able to look into it further and supply you with more information. But thats a good start at least somewhere so your not left hanging. Good luck. - -- Msg-Id: 20050427 20:43 UTC ( When in doubt, use brute force. -- Ken Thompson 1998 ) -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (Fr

Re: Problems with Display

2005-04-27 Thread Chuck Robey
Brian Rudy wrote: Good day; I am having some difficulty with the installation of version 5.3 on a Ultra 60 system. I am currenlty installing an Ultra-60 system, so I have a keen interest in what you say, but your complaint is (at least to me) totally non-descriptive. Can you do a better job of

EFI network boot loader for ia32?

2005-04-27 Thread Fred Clift
This might better belong on -questions, this isn't the most technical question, but it is obscure... I've recently been loaned an eval server indirectly from intel. It is an SR-2400. We've been using SR-2300s for a while now and have been doing custom network installs via PXE. I note that th

Multithreaded program crashes on SMP (HT enabled) machine

2005-04-27 Thread Adi Pircalabu
Hello, I have a multithreaded application ported on FreeBSD 5.3 which crashes in a minute or less if hyperthreading in enabled. Without HT there is no problem. How and where should I start to investigate the problem? The backtrace: (gdb) bt #0 0x2819631b in pthread_testcancel () from /usr/lib/lib

viapm / vt8235 ?

2005-04-27 Thread mail.schatti.ch
Hi all! I've got a Via Epia PD6000E, which has a VT8235 onboard - I've seen a kernel patch for viapm.c at http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/62438 It helped as the device is found - BUT after a few seconds, I get a panic: viapropm: SMBus I/O Base at 0x6000 ... Mounting root fr

Problems with Display

2005-04-27 Thread Brian Rudy
Good day; I am having some difficulty with the installation of version 5.3 on a Ultra 60 system. It seems like everything goes fine but, the console display goes south. Everything else seems to be working ok but, the console isn't. Remote access to this box is working fine. Here's the last g

Re: preadv() / pwritev()

2005-04-27 Thread Marc Olzheim
And a man page link fix to top it off... Marc --- src/lib/libc/sys/Makefile.inc Wed Apr 7 11:07:47 2004 +++ src/lib/libc/sys/Makefile.inc Wed Apr 27 11:02:02 2005 @@ -127,7 +127,7 @@ MLINKS+=modnext.2 modfnext.2 MLINKS+=mount.2 nmount.2 mount.2 unmount.2 MLINKS+=pathconf.2 fpathcon