Sponsored Content
The Lounge What is on Your Mind? Is Unix/Linux used in space exploration? Post 302528700 by alister on Tuesday 7th of June 2011 06:24:42 PM
Old 06-07-2011
While it's not about UNIX/Linux, this write up on the space shuttle software development process should be of interest to anyone keen on space exploration and software development: They Write the Right Stuff | Fast Company

Regards,
Alister
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Linux space problem

I am very new to Linux and trying to install Oracle 9.2 on Red Hat Linux 7.2. My problem: /tmp needs to be larger in order to install Oracle. It is 64MB now. How can I resize this? I'm totally confused !! Thanks. (7 Replies)
Discussion started by: canova
7 Replies

2. UNIX for Dummies Questions & Answers

upper limit of accessible memory space for a single process in Unix/Linux

Hellp all, if there is 3G memory in my Unix server I want to know if all the 3G space can be used by ong sigle process. As i know, in Windows, one process can only access at most 1G memory despite there is probably more than 1G memory is equipped. (1 Reply)
Discussion started by: cy163
1 Replies

3. Red Hat

about shared memory space in Linux !

Dear Friends , I am confused about shared memory in Linux . plz look @ the below output : $ df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 126G 61G 59G 52% / tmpfs 1.7G 0 1.7G 0% /dev/shm Here , I see that every time... (1 Reply)
Discussion started by: shipon_97
1 Replies

4. UNIX for Dummies Questions & Answers

How much take space Linux operating system?

Hi Guys, I have a PC (laptop), where ram is 1 GB, hard disk is 400 GB, Now in my PC has window7 & oracle 10g, suppose if we now installed linux then will my system work or we should remove window7 now, please let me know that which linux version is take less space in PC. (3 Replies)
Discussion started by: aaditya321
3 Replies
SCANSPOOL(8)						    InterNetNews Documentation						      SCANSPOOL(8)

NAME
scanspool - Perform a sanity scan over all articles in news spool SYNOPSIS
scanspool [-cnv] [-a active-file] [-s spool-dir] DESCRIPTION
scanspool is a Perl script for use with a tradspool article spool. It will scan the active file as well as all articles in the spool and report on the errors it encounters. As this may take a while, using the -v switch is recommended to see how far the program has progressed. First, scanspool scans the active file, noting problems such as: o malformed lines; o newsgroups aliased to a non-existent newsgroup; o newsgroups aliased to a newsgroup that is also aliased. Then it will examine all articles under your news spool directory, complaining about articles that: o have a basename that starts with a leading 0; o have a basename that is out of range according to the active file; o do not contain a Newsgroups: header line; o are all header and no text; o are in a directory for which there is no newsgroup in the active file; o are in a newsgroup to which they do not belong. scanspool understands aliased newsgroups. Thus, if an article is posted to foo.old.name that is aliased to foo.bar, it will be expected to be found under foo.bar and not foo.old.name. Articles posted to a newsgroup of status "j" or "x" (the fourth field of the active file) will be expected to show up under the junk group. scanspool assumes that the path of a valid newsgroup's directory from the root of the spool tree will not contain any "." character. Thus, directories such as out.going, tmp.dir, in.coming and news.archive will not be searched. This program also assumes that article basenames contain only decimal digits. Last, files under the top level directory lost+found are not scanned. OPTIONS
-a active-file The active file to use; pathdb/active is the default. -c Only check article filenames. scanspool will therefore not actually scan the Newsgroups: header field of the articles. -n Don't throttle innd while scanning. -s spool-dir The root of the spool tree; patharticles is the default. -v Setting this flag enables a verbose mode. scanspool will then print which newsgroup is currently worked upon. It will list all the articles found in non-active directories (that is to say articles sorted into groups no longer present in the active file), rather than just printing the group once. DIAGNOSTICS
The output of scanspool will start with one of the following forms: "FATAL:" (to stderr) Fatal or internal error. "WARN:" (to stderr) active or article format problem, newsgroup alias problem, find(1) error, article open error. "path/123:" (to stdout) Issues such as: o basename starts with 0; o article number out of range; o article in the wrong directory; o article in a directory not related to an active non-aliased newsgroup. " ..." (to stdout) Verbose messages start with a tab. BUGS
scanspool is unable to detect and properly deal with spool formats other than tradspool. However, if the files that store your articles are named other than just all-digits, they will simply be skipped (and your active is still checked). scanspool only considers the first line of the Newsgroups: header field. Continuation lines are not taken into account. HISTORY
scanspool was written by Landon Curt Noll (chongo was here /../). This manual page was written by Florian Schlichting, largely based on comments in the script. $Id: scanspool.pod 9302 2011-08-04 21:10:17Z iulius $ SEE ALSO
active(5). INN 2.5.3 2011-08-22 SCANSPOOL(8)
All times are GMT -4. The time now is 10:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy