Sponsored Content
Full Discussion: Wrong Array...
The Lounge War Stories Wrong Array... Post 303018174 by vbe on Thursday 31st of May 2018 03:17:39 AM
Old 05-31-2018
I remembered having no other alternative than to press the power of button on a K class, because I was called on a sunday between Xmas and NewYear, and all the expected batches produced nothing, when I asked what output or why only answer I got was the machine only responds to ping, only this was a very sensible machine, something ever happens and heads falls...
I went in the white room just to realise the box was out of control, you cant even connect from the console plugged directly to it.
So crossed my fingers and off..
Then just as you I had lived a long moment of solitude... to finally see the box up and running, even old Oracle was up...
As I knew I would be asked what happened , I went through all the activity logs and after an hour searching the batches crons etc... Found out it was a stupid developper that sent corrupted prints, no seeing them coming to the printer executed a few ( many...) times the his print job without looking the output ( queue down...) decided as it was friday to leave for Xmas holiday...
The sunday I was called was 10 days after...
This User Gave Thanks to vbe For This Post:
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

create array holding characters from sring then echo array.

Hi, I wish to store $string1 in $string1array a character in each array element. Then i wish to echo the entire array to the screen so that it reads as the normal string again. I have been trying with the code below but does not work. Please help... To put string into array: ... (5 Replies)
Discussion started by: rorey_breaker
5 Replies

2. Programming

Creating an array to hold posix thread ids: Only dynamic array works

I am facing a strange error while creating posix threads: Given below are two snippets of code, the first one works whereas the second one gives a garbage value in the output. Snippet 1 This works: -------------- int *threadids; threadids = (int *) malloc (num_threads * sizeof(int)); ... (4 Replies)
Discussion started by: kmehta
4 Replies

3. Shell Programming and Scripting

PHP: Search Multi-Dimensional(nested) array and export values of currenly worked on array.

Hi All, I'm writing a nagios check that will see if our ldap servers are in sync... I got the status data into a nested array, I would like to search key of each array and if "OK" is NOT present, echo other key=>values in the current array to a variable so...eg...let take the single array... (1 Reply)
Discussion started by: zeekblack
1 Replies

4. Shell Programming and Scripting

perl, put one array into many array when field is equal to sth

Hi Everyone, #!/usr/bin/perl use strict; use warnings; my @test=("a;b;qqq;c;d","a;b;ggg;c;d","a;b;qqq;c;d"); would like to split the @test array into two array: @test1=(("a;b;qqq;c;d","a;b;qqq;c;d"); and @test2=("a;b;ggg;c;d"); means search for 3rd filed. Thanks find the... (0 Replies)
Discussion started by: jimmy_y
0 Replies

5. Shell Programming and Scripting

Store all the passed arguments in an array and display the array

Hi I want to write a script which store all the parameters passed to the script into an array. Once it is stored I want scan through the array and and delete those files for last month present inside the directory. The files in directory is appneded with YYYY_MM_DD. I want to know how can I... (3 Replies)
Discussion started by: dgmm
3 Replies

6. Shell Programming and Scripting

Array in Perl - Detect several file to be in one array

Hi everyone I have one question about using array in perl. let say I have several log file in one folder.. example test1.log test2.log test3.log and the list goes on.. how to make an array for this file? It suppose to detect log file in the current directory and all the log file will... (3 Replies)
Discussion started by: sayachop
3 Replies

7. Shell Programming and Scripting

PERL : Read an array and write to another array with intial string pattern checks

I have an array and two variables as below, I need to check if $datevar is present in $filename. If so, i need to replace $filename with the values in the array. I need the output inside an ARRAY How can this be done. Any help will be appreciated. Thanks in advance. (2 Replies)
Discussion started by: irudayaraj
2 Replies

8. Shell Programming and Scripting

Why result is wrong here ? whether break statement is wrong ?

Hi ! all I am just trying to check range in my datafile pls tell me why its resulting wrong admin@IEEE:~/Desktop$ cat test.txt 0 28.4 5 28.4 10 28.4 15 28.5 20 28.5 25 28.6 30 28.6 35 28.7 40 28.7 45 28.7 50 28.8 55 28.8 60 28.8 65 28.1... (2 Replies)
Discussion started by: Akshay Hegde
2 Replies

9. Shell Programming and Scripting

Bash 3.2 - Array / Regex - IF 3rd member in array ends in 5 digits then do somthing...

Trying to do some control flow parsing based on the index postion of an array member. Here is the pseudo code I am trying to write in (preferably in pure bash) where possible. I am thinking regex with do the trick, but need a little help. pesudo code if == ENDSINFIVEINTS ]]; then do... (4 Replies)
Discussion started by: briandanielz
4 Replies

10. Shell Programming and Scripting

Bash arrays: rebin/interpolate smaller array to large array

hello, i need a bit of help on how to do this effectively in bash without a lot of extra looping or massive switch/case i have a long array of M elements and a short array of N elements, so M > N always. M is not a multiple of N. for case 1, I want to stretch N to fit M arrayHuge H = (... (2 Replies)
Discussion started by: f77hack
2 Replies
LPD(8)							      System Manager's Manual							    LPD(8)

NAME
lpd - line printer daemon SYNOPSIS
/usr/sbin/lpd [ -l ] [ port # ] DESCRIPTION
Lpd is the line printer daemon (spool area handler) and is normally invoked at boot time from the rc(8) file. It makes a single pass through the printcap(5) file to find out about the existing printers and prints any files left after a crash. It then uses the system calls listen(2) and accept(2) to receive requests to print files in the queue, transfer files to the spooling area, display the queue, or remove jobs from the queue. In each case, it forks a child to handle the request so the parent can continue to listen for more requests. The Internet port number used to rendezvous with other processes is normally obtained with getservbyname(3) but can be changed with the port# argument. The -l flag causes lpd to log valid requests received from the network. This can be useful for debugging purposes. Access control is provided by two means. First, All requests must come from one of the machines listed in the file /etc/hosts.equiv or /etc/hosts.lpd. Second, if the ``rs'' capability is specified in the printcap entry for the printer being accessed, lpr requests will only be honored for those users with accounts on the machine with the printer. The file minfree in each spool directory contains the number of disk blocks to leave free so that the line printer queue won't completely fill the disk. The minfree file can be edited with your favorite text editor. The file lock in each spool directory is used to prevent multiple daemons from becoming active simultaneously, and to store information about the daemon process for lpr(1), lpq(1), and lprm(1). After the daemon has successfully set the lock, it scans the directory for files beginning with cf. Lines in each cf file specify files to be printed or non-printing actions to be performed. Each such line begins with a key character to specify what to do with the remainder of the line. J Job Name. String to be used for the job name on the burst page. C Classification. String to be used for the classification line on the burst page. L Literal. The line contains identification info from the password file and causes the banner page to be printed. T Title. String to be used as the title for pr(1). H Host Name. Name of the machine where lpr was invoked. P Person. Login name of the person who invoked lpr. This is used to verify ownership by lprm. M Send mail to the specified user when the current print job completes. f Formatted File. Name of a file to print which is already formatted. l Like ``f'' but passes control characters and does not make page breaks. p Name of a file to print using pr(1) as a filter. t Troff File. The file contains troff(1) output (cat phototypesetter commands). n Ditroff File. The file contains device independent troff output. d DVI File. The file contains Tex(l) output (DVI format from Standford). g Graph File. The file contains data produced by plot(3X). c Cifplot File. The file contains data produced by cifplot. v The file contains a raster image. r The file contains text data with FORTRAN carriage control characters. 1 Troff Font R. Name of the font file to use instead of the default. 2 Troff Font I. Name of the font file to use instead of the default. 3 Troff Font B. Name of the font file to use instead of the default. 4 Troff Font S. Name of the font file to use instead of the default. W Width. Changes the page width (in characters) used by pr(1) and the text filters. I Indent. The number of characters to indent the output by (in ascii). U Unlink. Name of file to remove upon completion of printing. N File name. The name of the file which is being printed, or a blank for the standard input (when lpr is invoked in a pipeline). If a file can not be opened, a message will be logged via syslog(3) using the LOG_LPR facility. Lpd will try up to 20 times to reopen a file it expects to be there, after which it will skip the file to be printed. Lpd uses flock(2) to provide exclusive access to the lock file and to prevent multiple deamons from becoming active simultaneously. If the daemon should be killed or die unexpectedly, the lock file need not be removed. The lock file is kept in a readable ASCII form and con- tains two lines. The first is the process id of the daemon and the second is the control file name of the current job being printed. The second line is updated to reflect the current status of lpd for the programs lpq(1) and lprm(1). FILES
/etc/printcap printer description file /usr/spool/* spool directories /usr/spool/*/minfree minimum free space to leave /dev/lp* line printer devices /dev/printer socket for local requests /etc/hosts.equiv lists machine names allowed printer access /etc/hosts.lpd lists machine names allowed printer access, but not under same administrative control. SEE ALSO
lpc(8), pac(1), lpr(1), lpq(1), lprm(1), syslog(3), printcap(5) 4.2BSD Line Printer Spooler Manual 4.2 Berkeley Distribution October 23, 1996 LPD(8)
All times are GMT -4. The time now is 11:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy