- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- newsyslog program
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 10:22 AM
03-21-2002 10:22 AM
newsyslog program
Since I didn't get the answer from anyone regarding this, I have to ask again. Has anyone installed the newsyslogd program on their Unix server and isit working?. I am having some issues installing this and would love for some assistance. Any help will be greatly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 10:27 AM
03-21-2002 10:27 AM
Re: newsyslog program
What do you mean by NEW syslogd program? Where did you get it? What OS are you running?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 10:31 AM
03-21-2002 10:31 AM
Re: newsyslog program
Here is some information about nesyslog under Solaris. I have not tried this tool yet:
http://www.cert.org/security-improvement/implementations/i041.09.html
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 10:33 AM
03-21-2002 10:33 AM
Re: newsyslog program
When I ran the make install on the program, I get a strange message about sys_signame. I have no clue as to what it is and needed to know if anyone else encountered this problem when they installed it and what they did to fix it.
By the way, I'm installing thi son a K-class using 11 version 64 bit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 11:40 AM
03-21-2002 11:40 AM
Re: newsyslog program
SYNOPSIS
#include
void
psignal(unsigned sig, const char *s);
extern const char * const sys_siglist[];
extern const char * const sys_signame[];
#include
char *
strsignal(int sig);
DESCRIPTION
The psignal() and strsignal() functions locate the descriptive message string for a signal number.
The strsignal() function accepts a signal number argument sig and returns a pointer to the corresponding message string.
The psignal() function accepts an signal number argument sig and writes it to the standard error. If the argument s is non-NULL and does not point to the null character, s is written to the standard error file descriptor prior to the message string, immediately followed by a colon and a space. If the signal number is not recognized (sigaction(2)), the string ``Unknown signal'' is produced.
The message strings can be accessed directly through the external array sys_siglist, indexed by recognized signal numbers. The external array sys_signame is used similarly and contains short, lower-case abbreviations for signals which are useful for recognizing signal names in user input. The defined variable NSIG contains a count of the strings in sys_siglist and sys_signame.
I confess, I cannot make a great deal of sense of this. This is from a BSD man page.
The only reason I've even heard of newsyslogd is that one of the guys here is a FreeBSD Guru, and he managed to run it on an HP11.00 box after some tweaking. It was all well beyond me, I'm afraid.
There's likely an HPUX equivalent, but I have no idea what it may be.