Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rcons(4) [netbsd man page]

RCONS(4)						   BSD Kernel Interfaces Manual 						  RCONS(4)

NAME
rcons -- raster console access SYNOPSIS
options RASTERCONSOLE_FGCOL=n options RASTERCONSOLE_BGCOL=n options RCONS_2BPP options RCONS_4BPP options RCONS_16BPP pmax pseudo-device rasterconsole N DESCRIPTION
The rcons driver provides support for machine-independent access to the raster console. Use of the rcons driver is deprecated in favour of the wscons(4) machine-independent console driver. The rcons driver provides simple raster and frame buffer routines. It's enough to implement a console terminal emulator on monochrome and pseudo-colour screens. SEE ALSO
wscons(4) BSD
September 21, 2001 BSD

Check Out this Related Man Page

cvc(7D)                                                               Devices                                                              cvc(7D)

NAME
cvc - virtual console driver DESCRIPTION
The cvc virtual console driver is a STREAMS-based pseudo driver that supports the network console. The cvc driver interfaces with con- sole(7D). Logically, the cvc driver sits below the console driver. It redirects console output to the cvcredir(7D) driver if a network console con- nection is active. If a network console connection is not active, it redirects console output to an internal hardware interface. The cvc driver receives console input from cvcredir and internal hardware and passes it to the process associated with /dev/console. NOTES
The cvc facility supersedes the SunOS wscons(7D) facility, which should not be used in conjunction with cvc. The wscons driver is use- ful for systems with directly attached consoles (frame buffers and keyboards), but is not useful with platforms using cvc, which have no local keyboard or frame buffer. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+--------------------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+--------------------------------------+ |Architecture |Sun Enterprise 10000 servers, Sun | | |Fire 15000 servers | +--------------------+--------------------------------------+ |Availability |SUNWcvc.u | +--------------------+--------------------------------------+ SEE ALSO
cvcd(1M), attributes(5), console(7D), cvcredir(7D), wscons(7D) Sun Enterprise 10000 SSP Reference Manual Sun System Management Services (SMS) Reference Manual SunOS 5.10 15 Sep 2000 cvc(7D)
Man Page

10 More Discussions You Might Find Interesting

1. Programming

Compiling a C program

Help I know nothing about c programming. :confused: I want to compile the below c program. It extracts data from an oracle database into csv files. I have oracle 9206 installed with ProC. I dont have gcc My question is. How the hell do I make this into an file I can run? I am pulling... (3 Replies)
Discussion started by: ooploo
3 Replies

2. Programming

libxml c

I've just started using libxml in c++, so far im able to parse a xml string. now i would like to replace <cms:CMSContent id="leftNav" /> with the string "left" and write the new xml out to cout; any ideas? string.xml <html xmlns:cms="http://www.test.com"> <body> <cms:CMSContent id="leftNav"... (1 Reply)
Discussion started by: spids
1 Replies

3. UNIX for Dummies Questions & Answers

Running a program (Dynflow)

Lets get some stuff out of the way before the question. I am currently running FreeBSD 7.0 on a VirtualBox virtual machine. I do not know much about Unix or FreeBSD, though I do run linux at home. My boss gave me some files that he says are a unix version of the program Dynflow. The Programs... (0 Replies)
Discussion started by: poet_will
0 Replies

4. Linux

i/o kernel tunning

i am having problem with a RHEL3 server that are experience very heavy ftp transaction a a certain period of time in the morning, the load average will go to 100+ and there will be problem to access filesystem on SAN storage, which the ftp process is accessing. looking at the kernel parameter... (1 Reply)
Discussion started by: robertngo
1 Replies

5. Shell Programming and Scripting

"Execution problem". Getting error without sending e-mail

Hi, This is the end of the script. When i try to execute the script, i am getting the error. Please help me as to what is wrong with this script.? elif echo 'Load Failed -- Return Code =' $rc subject="Consent table load failed" ( echo "The log file is attached to... (1 Reply)
Discussion started by: msrahman
1 Replies

6. Solaris

Trying to install perl module

Here's the deal: I'm trying to install perl's DBI Module in my Solaris 11 express ( ALSO TRYING IN SOLARIS 10 ) but I'm getting these errors/warnings when using the respective commands perl Makefile.PL Warning: prerequisite ExtUtils::MakeMaker 6.48 not found. We have 6.42. Warning:... (3 Replies)
Discussion started by: alvaradogunner
3 Replies

7. Shell Programming and Scripting

Shell or perl script needed

Hi! I have a curl call which gets me the following output: curl http://hostname1.qa.com:8888/getlist OUTPUT - { "token" = "201119041112"; "apps" = { "PaymentApp" = "http://hostname1.qa.com:2333/cgi-bin/Jboss/PaymentApp-EMEA.woa/paymentInfo"; "OrderConsumer" =... (4 Replies)
Discussion started by: jacki
4 Replies

8. Shell Programming and Scripting

Why doesn't "grep -w" ALWAYS work?

Working with IP addresses is a pain... Here's my problem: I'm putting some interface information to a file: 3.185.201.2 | Tu1102 152.162.54.130 | Gi0/2.36 3.185.226.2 | Gi0/1 3.185.0.82 | Tu1 ... (12 Replies)
Discussion started by: turk22
12 Replies

9. UNIX for Advanced & Expert Users

Alert meaning

Hi All, I saw this unix alert and am hoping some genius can tell me what is means? # | Location | Alert | Encoded Field | Data Field 2 BMC 2 0x2059757602020030 FFFF027000120300 Keyword/Timestamp Type-02 127002... (2 Replies)
Discussion started by: Fgerber
2 Replies

10. Shell Programming and Scripting

Expect pattern matching in the command output

This is the command output need to be matched: Telnet console listening to port 42365. (the port number changes every time) Code to test it: ======================================= #!/tools/AGRtools/bin/expect exp_internal 1 set timeout 10 spawn bash set bashId $spawn_id ... (4 Replies)
Discussion started by: marsala
4 Replies