Re: Messages from rc-scripts are not displayed at all

2006-06-19 Thread Sergei Mozhaisky
Hello.

Yesss!!! At last we found the source of problem!

The problem with displaying messages from rc-scripts caused
by option "dcons_crom" in kernel (dumb console on Firewire).
When it is enabled on PC with FireWire port, all output 
goes there instead of system console. Disabling this 
option solved the problem.

So I have one more question - why this option causes
so strange effect? This is a bug or a feature?

-- 

.O. | Sergei Mozhaisky
..O | http://frenzy.org.ua/
OOO | http://frenzytechnix.livejournal.com/
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Messages from rc-scripts are not displayed at all

2006-06-06 Thread Sergei Mozhaisky
Hello.

> > The problem is much more complex, I suppose. Not only
> > rc-scripts messages aren't display, there are no messages at
> > all, from any scripts and programs, started between kernel
> > boot and login prompt.
> 
> Strange.
> 
>  - What does ls -la /dev/console show?

0 crw--- 1 root wheel 0,23 7 Jun 09:50 /dev/console

>  - Does a single user boot (boot -s) drop you to a 'normal'
>shell?

No. Right after kernel messages there is nothing displayed 
(no command prompt, nothing at all).

>  - Does a serial console work normally?

PC with a problem is a notebook without COM-port.

-- 

.O. | Sergei Mozhaisky
..O | http://frenzy.org.ua/
OOO | http://frenzytechnix.livejournal.com/
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Messages from rc-scripts are not displayed at all

2006-05-17 Thread Sergei Mozhaisky
Hello.

> > This bug was seen not on all computers. Currently
> > I found 3 PC with this problem (two on AMD platform,
> > one on Intel). Video adapters on them are also
> > different.
> >
> > Any suggestions?
> 
> Its really unlikely to be a video adapter problem.  You
> could debug this by adding a 'set -x' to the beginning
> of /etc/rc.
> 
This does not help :( There is no output at all, commands
aren't display too.

The problem is much more complex, I suppose. Not only rc-scripts
messages aren't display, there are no messages at all, 
from any scripts and programs, started between kernel boot and
login prompt. 
But kernel messages displayed OK. For example, I've enabled 
fuse kernel module and tried to boot on such PC. Kernel message
about Fuse version was displayed, but message "Starting fusefs",
which must be printed by starting script in /usr/local/etc, 
was not shown.

-- 

.O. | Sergei Mozhaisky
..O | http://frenzy.org.ua/
OOO | http://frenzytechnix.livejournal.com/
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Messages from rc-scripts are not displayed at all

2006-05-17 Thread Sergei Mozhaisky
Hello everyone.

Got a problem on FreeBSD 6.1.
After kernel boot messages there are no messages 
from rc scripts until login prompt displayed 
(but rc scripts are started OK).
Boot process looks like:

 Mounting root from /dev/ad0s1 
 
 FreeBSD/i386 (frenzy) (ttyv0)

 login:

This bug was seen not on all computers. Currently
I found 3 PC with this problem (two on AMD platform,
one on Intel). Video adapters on them are also 
different.

Any suggestions?

-- 

.O. | Sergei Mozhaisky
..O | http://frenzy.org.ua/
OOO | http://frenzytechnix.livejournal.com/
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"