|
|
| About site: Software/File Management/File Managers/Unix - The NewSyslog Project |
Return to Computers also Computers |
| About site: http://www.weird.com/~woods/projects/newsyslog.html |
Title: Software/File Management/File Managers/Unix - The NewSyslog Project Newsyslog is a highly configurable program for managing and archiving log files (such as those produced by syslogd).[Unix or Unix-like system] |
|
|
|
|
Treur,_Jan professor of Artificial Intelligence at the Vrije Universiteit in Amsterdam. Research interests include multi-agent systems, compositional modelling, temporal semantics, common sense and nonmonotonic
| Erik_S__Klein\'s_Vintage_Computer_Collection A virtual computer museum representing Erik Klein's personal collection of historical computers. The site features computer history, pictures and a message board.
| Ryzex_Europe Ryzex Europe, buy and sell surplus and redundant bar coding equipment, also provides maintenance on data capture equipment.
| Molyuk,_Andrew_-_@ndrew\'s_Public_Pages Information on a assortment of topics of interest to author ranging from programming languages to development process management. Delphi components, including TDistractor, TVSSExplorer, TWebForm.
| RFC_2921 6BONE pTLA and pNLA Formats (pTLA). B. Fink. September 2000.
| Edwards,_Larry_E_ Web designer, Internet and new-media business consultant, Also has author profile and information on services. Located in California, United States.
|
|
| Alexa statistic for http://www.weird.com/~woods/projects/newsyslog.html |
Please visit: http://www.weird.com/~woods/projects/newsyslog.html
|
| Related sites for http://www.weird.com/~woods/projects/newsyslog.html |
| International_Conference_on_Software_Engineering Pointers to ICSE Conference Websites. | | HSPD-12_Privacy_Policy Sample privacy policy including Privacy Act systems of records notices, Privacy Act statements and a privacy impact assessment, designed to satisfy the requirements of HSPD-12 “Policy for a Common I | | Graphics_Unleashed Free tutorials, commercial training solutions, and books. | | Shankar,_B__Uma Machine Intelligence Unit, Indian Statistical Institute, Kolkata - Pattern recognition, Image processing and Soft Computing with applications to Remote sensing. | | Monotype Sell libraries of typefaces from independent foundries/designers. Also offers custom font design, font licensing management services and technology (printer drivers/layout engines). | | RFC_2109 HTTP State Management Mechanism. D. Kristol, L. Montulli. February 1997. | | RFC_1145 TCP Alternate Checksum Options. J. Zweig, C. Partridge. February 1990. | | RFC_1329 Thoughts on Address Resolution for Dual MAC FDDI Networks. P. Kuehn. May 1992. | | Cyberworld Letterkenny, Co. Donegal. Offering Internet access and training. Includes computer and sales section. [Requires Flash.] | | XSet An XML property set description of XML 1.0 and XML namespaces that enables XPath based indexing and addressing of the full fidelity grove of an XML document. | | Oracle_ERP_Solutions_forum_at_Tek-Tips Oracle ERP Solutions technical support forums and mutual help system for computer professionals. Selling and recruiting forbidden. | | Free_Center\'s_Free_Email Individually rated and reviewed guide to free email providers. | | Fork_JavaScript A general purpose, namespaced JavaScript library with Ajax, Events, DOM manipulation. Good documentation, subversion source repository and download. | | SIGWEB__Hypertext,_Hypermedia_and_the_Web Provides a forum for the exchange of ideas regarding the research and application of hypermedia on the web and elsewhere. | | Downloadalot Small collection of freeware and shareware downloads including internet tools, system tools, and fun stuff. | | VisionWare_plc Customer data integration (CDI) hub provider with a focus on the public sector. Based in Scotland. | | In_Sites_By_Design Design, submissions, digital photography, and e-commerce. Toronto, Canada. | | Cynosure Creates websites along with Internet strategy and branding. Aberdeen, Scotland, United Kingdom. | | Strategiweb Outsourcing, web design, and development, database development, custom application and Integration. Offices in Makati City, Philippines; Boston, Massachusetts, United States. | | Testing_the_Waters With new tools emerging, and buzz rising, it's time to start working with AOP; a plan to do so, in 4 simple steps. Dr. Dobb's. |
|
This is websites2007.org cache of m/ as retrieved on 2008.10.10 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
The NewSyslog Project The NewSyslog Project General InformationI'm maintaining an enhanced version of newsyslogoriginally written by Theodore Ts'o and now found in almost every *BSDclone and GNU/Linux system. It has integrated the best features of theversions supplied with NetBSD, FreeBSD, and OpenBSD, and it's internalalgorithms have been almost completely re-written. The current beta isa release candidate. Descriptionnewsyslog is a highly configurable program for managing andarchiving log files.FeaturesSo, just what does this newsyslog have to offer? Here's alist of some of the most interesting features taken from the README filein the latest release: It is more portable (using GNU Autoconf) and it can be compiled and installed on most any modern Unix or Unix-like system. It has support for fixed time-of-day daily archiving with a command-line option to identify the daily roll-over invocation (which may be at midnight, or at any other regular daily time). It supports the FreeBSD feature that allows specification of the log roll-over time as a daily, weekly, or monthly interval (with optional time-of-day specification for the last two). [The other overly flexible, ISO 8601 interpretation of the interval "@" option is not supported -- it is too generic and not meaningful enough in the context of log file management.] It supports optional PID files so that non-standard daemons can be told to re-open their logfiles after archiving has taken place. (Including /dev/null which disables signalling of any daemon when the specified log file is rolled over.) It can send a signal other than SIGHUP to the daemon associated with a given log file. It can leave the most recently archived log file uncompressed, which is necessary for daemons like httpd and smail because they continue to write to the current log file until their current jobs have completed. (This also makes it much easier to review recent log data with normal Unix tools.) [NetBSD now has this feature.] It supports the FreeBSD feature of being able to restrict processing to just those log files specified on the command line. Unlike the NetBSD version it first parses the config file before taking any action, meaning that if any errors are encountered it will report them and quit without doing anything. Unlike the FreeBSD version, it will roll a log file if either the interval or size limits have been reached (FreeBSD's version makes it too easy to have a rapidly growing log file overflow the filesystem). Unlike the NetBSD version it always creates any missing log file (though this can be disabled on a per-file basis). It uses an advisory lock on the current configuration file to prevent multiple invocations from tripping over each other. The documentation is far better! Release InformationAs of the last time this web page was updated the current release was:1.1.You can read about the history of user-visible changes up to the currentrelease inthe online copy of the NEWS file.The most recent release is always available as: ftp://ftp.weird.com/pub/local/newsyslog.tar.gz [PREFERRED!] http://http.weird.com/ftp/pub/local/newsyslog.tar.gzor the primary mirror at: ftp://ftp.planix.com/pub/Planix/newsyslog.tar.gzDocumentationYou can read both thenewsyslog manual page and thenewsyslog.conf manual page online.Michael Lucas wrote a nice littlearticle about newsyslog in his ``Big Scary Daemons'' column inO'Reilly's ONLamp.com on-linenewsletter. It's not quite 100% accurate in the details mentioned withrespect to my version, but it'll get you started!FreshMeat.net ReferenceMy version ofnewsyslog is listed on FreshMeat.net athttp://freshmeat.net/projects/newsyslog/Future PlansYou can read about any ideas I've recorded for possible futureimplementation inthe online copy of the ToDo file.You might also find new entries inthe current version of the NEWS filefrom my working directory.HistoryThe original version of newsyslog upon which this version isbased came from NetBSD.For further information about the NewSyslog project in particular, or tocomment on this particular web page, please contact me at this address: woods-newsyslog@weird.comLast updated on 06/05/22 at 15:25:05 (version 1.9).Copyright © 2001 -Greg A. Woods. All rights ReservedLast modified: Monday, 22-May-2006 15:25:05 EDT |
|
| |
Newsyslog | is | a | highly | configurable | program | for | managing | and | archiving | log | files | (such | as | those | produced | by | syslogd).[Unix | or | Unix-like | system] |
|
http://www.weird.com/~woods/projects/newsyslog.html
The NewSyslog Project 2008 October
dvd rental
dvd
Newsyslog is a highly configurable program for managing and archiving log files (such as those produced by syslogd).[Unix or Unix-like system]
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Plumbing Directory - Visa Credit Card - Compare - Loan - Anonymous Surfing
|