Sponsored Content
Operating Systems Solaris NOTICE: e1000g1/0 registered in messages Post 302229664 by floydm on Wednesday 27th of August 2008 01:06:24 PM
Old 08-27-2008
Thanks for all your help. Yes, these are Solaris 10 boxes
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

clnttcp_create: RPC program not registered

s/o=SCO 5.05 openserver hi, i have a problem with a mount between 2 servers i can see the mounted files, but i canīt open it if the file is a *.dbf, if i try to a "dbf" file with fox for unix the error is (the system has reached the maximum number of blocks) mount -f NFS... (1 Reply)
Discussion started by: jav_v
1 Replies

2. Forum Support Area for Unregistered Users & Account Problems

Registered User

I am unable to post a new thread and I registered. I donot have permissions. (1 Reply)
Discussion started by: ryphelon
1 Replies

3. Forum Support Area for Unregistered Users & Account Problems

registered, read everything and can't post?

I just registered for the first time on this forum a few minutes ago, gave my REAL and only e-mail, and now I can't post anything in HP-UX part of the forum??? I then read that I have to check my e-mail for some instructions for enableing me to post (despite the fact that it says that I'm logged in... (1 Reply)
Discussion started by: gophy
1 Replies

4. UNIX for Dummies Questions & Answers

telnet is not a registered protocol

I'm using firefox and I access a site which established a VPN connection to another site. There is a button which is supposed to log me into another system. When I click the button, I get an error window popup saying: telnet is not a registered protocol I do I register telnet as a protocol?... (1 Reply)
Discussion started by: lyonsd
1 Replies

5. Post Here to Contact Site Administrators and Moderators

Hi..!! I've registered because of problem..

Hi..Guys...!!! I am new on yours site, but i hope you will like me....I`ll very glad to answer on all your question! I am From England Nice day is it today, but I have a question for all...In first , how i post message to PM...???Thank you very much!Mark. G..!! (1 Reply)
Discussion started by: poluroud20
1 Replies

6. Forum Support Area for Unregistered Users & Account Problems

forgotten password & registered email

Sir, I forgot my password and regitered email. My user name is : faaarin Pls. inform me my new password to my email : faaarin { at } hotmail { dot } com Thanks and Regards Faroo (1 Reply)
Discussion started by: usernameproblem
1 Replies

7. Solaris

Network interfaces on T2000 - e1000g1 and ipge1

Installed Solaris 0509 from DVD and it configured network interfaces as e1000g1 to e1000g4. Problem is after installation it fails to plumb this interface. Weird thing is if I do sys-unconfig it then tries to configure ipge1 to ipge4. Confused. Which is correct? p.s. Cross posted to... (12 Replies)
Discussion started by: paulfoel
12 Replies

8. Proxy Server

Same title (almost) same IP address registered for two new users

I've noticed there are two threads:- https://www.unix.com/post-here-to-contact-site-administrators-and-moderators/250894-execute-shell-script-if-string-found-while-executing-then-exit.html#post302916404... (2 Replies)
Discussion started by: rbatte1
2 Replies

9. SuSE

How to know Suse servers are registered or not?

HI, i have some set of suse servers with different versions. How can i know from commandline that these systems are registred on suse to get updates. Rehards, Ben (0 Replies)
Discussion started by: bentech4u
0 Replies
strlog(9r)																strlog(9r)

NAME
strlog - General: Submits messages for logging SYNOPSIS
#include <sys/stream.h> #include <sys/strlog.h> int strlog( short driverid, short minorid, char level, unsigned short flags, char *format, unsigned arg1, ); ARGUMENTS
Specifies the identification number of the driver or module submitting the message. Specifies the identification number for a particular minor device. Specifies the tracing level for selective screening of low-priority messages. Specifies a flag value. You can pass one of the following valid flag values: Pass the message to the error logger. Pass the message to the tracer. Print the message on the console terminal. Specifies a printf style format string. The % s, % e, % g, and % G formats are not allowed. Specifies zero or more arguments to the printf routine. DESCRIPTION
The strlog routine submits formatted messages to the log driver. You can retrieve the messages with the getmsg system call. The flags argu- ment specifies the type of message and where it is to be sent. The strace command receives messages from the log driver and sends them to the standard output. The strerr daemon receives error messages from the log driver and appends them to a file called /var/adm/streams/error.mm-dd, where mm-dd identifies the date of the error message. RETURN VALUES
The strlog routine returns the value 0 (zero). If the message is not seen by all the readers. Otherwise, it returns the value 1. strlog(9r)
All times are GMT -4. The time now is 07:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy