Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sun Solaris : fbconsole is not running: syslog message mess up

Status
Not open for further replies.

3042

Vendor
Sep 19, 2003
12
TH
Sun Solaris : fbconsole is not running: Syslog message mess up the CDE destop insteading of poping up in console window.

I have tried the following steps :
/etc/init.d/syslog stop
/etc/init.d/dtlogin stop
/etc/init.d/dtlogin start
/etc/init.d/syslog start
It still does not work,syslog msg pop up on desktop screen once I start.

Then I tried to delete .dt folder and logout.It creates a new .dt but the problem persists.
I will be appreciated if anyone please give me an advice.
 
I imagine fbconsole is used to catch messages that would normally go to the console and redirect them to "console" terminal sessions when you're running X.

This is what mine looks like in ps -ef:

[tt] root 615 303 0 Sep 18 ? 0:00 /usr/openwin/bin/fbconsole -d :0[/tt]

Maybe you could just start it by typing in that command line?


Annihilannic.
 
Exactly,but what happening is this fbconsole NOT running
This is what I have tried but it is showing:
[svplus@bavomcip1:/usr/users/svplus]% /usr/openwin/bin/fbconsole -d :0
fbconsole: ioctl SRIOCSREDIR: Device busy

It is still not running.Kindly please give me an advice.

 
Thanks.This is what I have done:
% /usr/openwin/bin/openwin
openwin: There is already a server running on :0
% /usr/openwin/bin/fbconsole
fbconsole: ioctl SRIOCSREDIR: Device busy
So,some process might holding console
% fuser /dev/console
/dev/console: 479o 476o 129o

What to do about it,it is not process id ?
 
Hey guy,I still NOT able to start fbconsole.
Are you saying that my Sun Solaris has a "Openwin" problem
and recommend to reinstall it ? How to,any other way to verify the problem ?
 
What was the output from "lsof -i TCP:2000" and 6000?

I'm not saying reinstall anything, using the link I was hoping you'd be able to see if any other process was using the ports fbconsole uses (through using the lsof utility).




I love deadlines. I like the whooshing sound they make as they fly by.

Douglas Adams
 
lsof: Command not found
Think I do not have <<lsof utility>>
Any other way,i could see what process that using the port which fbconsole uses so that i could kill that away.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top