Sponsored Content
Full Discussion: No. post not incrementing
Contact Us Post Here to Contact Site Administrators and Moderators No. post not incrementing Post 302217129 by incredible on Tuesday 22nd of July 2008 02:58:16 AM
Old 07-22-2008
No. post not incrementing

Hi Admin, i just noticed that when I do postings, the number does not increment. eg :
Post A -Total Posts 312
Post B - Total Posts 312
Post C - Total Posts 313
Post D - Total Posts 313

Why is this so? Can you kindly check this out? Thank you.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

incrementing a for loop

I have, LIST="a b c d e" for word in $LIST do echo $word done would give me a b c d e With the first iteration of the for loop, I get "a" as the result. Is it possible that I get both "a" and "b" in only the first iteration. In the next iteration I get "c" and "d" and so on.... (2 Replies)
Discussion started by: run_time_error
2 Replies

2. Programming

Interesting Problem About Incrementing ++

Here is my code: int startingPort = 200; string tempPort; stringstream out; out<<startingPort; tempPort = out.str(); //tempPort carries startingPort in string format //convert tempPort to *char - currentPort going to be passed into getaddrinfo() char currentPort;... (10 Replies)
Discussion started by: f.ben.isaac
10 Replies

3. Shell Programming and Scripting

Replacing word and Incrementing

Hi I'm having difficulty in writing a script with searching a specified word using sed and replaces that word with numbers that is incremented I tried this: #!/bin/sh awk '{ for (i=2010; i<=NF; i++) sed 's/TBA/$i; }' filename.txt > outputfile.txt but it doesn't work. here is my desired... (1 Reply)
Discussion started by: sexyTrojan
1 Replies

4. Shell Programming and Scripting

Incrementing in while loop

echo "Enter Starting id:" echo "" read rvst_strt_idxx echo "" echo "Enter Closing id:" echo "" read rvst_clsn_idxx FIELD1=$rvst_strt_idxx FIELD2="USER" FIELD3="TEST" FIELD4="12345" FIELD5="00000" echo "" echo "INSERT INTO TABLE( FIELD1, FIELD2, FIELD3, FIELD4, ... (7 Replies)
Discussion started by: ultimatix
7 Replies

5. Programming

incrementing variables in C++

Hello, what is the result of the below, and how does it work? int i = 5; cout << i++ * ++i << endl; cout << i << endl; (12 Replies)
Discussion started by: milhan
12 Replies

6. Shell Programming and Scripting

Incrementing with a twist - please help

I'm currently trying to write a ksh or csh script that would change the name of a file found in directories and attach to the name an incrementing three digit number. I know how to write a script that will go: 000, 001, 002, 003, etc The twist is I need more increments then allowed by a 3... (11 Replies)
Discussion started by: Rust
11 Replies

7. UNIX for Dummies Questions & Answers

Incrementing variable in for

Hi, want to increment a variable in a for loop like this: for (( c=$total-1; c>=0; c-- )) do if ; then maximo=$valores fi done But it gives the error: No such file or directory How can i do this only incrementing the c variable? Thanks (8 Replies)
Discussion started by: limadario
8 Replies

8. Shell Programming and Scripting

Incrementing ascii values

Hi All, I require some help with the below: I am trying to incriment the ascii value of a letter and then print it. So basically "a" becomes "b" and "z" becomes "A". Does anyone have any pointers? Cheers, Parks (10 Replies)
Discussion started by: bParks
10 Replies

9. Shell Programming and Scripting

incrementing the variable name along with the data?

Hello folks. I am trying to increment my variable names to match a counter that is to be used later on... Basically, i have a for loop that lists directories (for example TEST_OS DVP_OS PROD_OS ) but this loop is not static, it may contain 3 directory once and the next run 5 directories. I... (6 Replies)
Discussion started by: Stephan
6 Replies

10. UNIX for Dummies Questions & Answers

Help with incrementing the date

I have a date variable like 2012-12-31 ( YYYY -MM -DD ) in flat file and it has to be incremtented by 1 every time i run the script Example : i tried the below script after data modifcation but this does not seem to work expr `20121231 +%Y%m%d` + 1 Note : Mine is not a GNU... (4 Replies)
Discussion started by: akshay01987
4 Replies
dca(7D) 							      Devices								   dca(7D)

NAME
dca - Crypto Accelerator device driver SYNOPSIS
pci108e,5454@pci-slot pci108e,5455@pci-slot pci108e,5456@pci-slot pci14e4,5820@pci-slot pci14e4,5821@pci-slot pci14e4,5822@pci-slot DESCRIPTION
The dca device driver is a multi-threaded, loadable hardware driver supporting Sun PCI-based (pci108e,5454) cryptographic accelerators, such as the Sun Crypto Accelerator 1000. The dca driver requires the presence of Solaris Cryptographic Framework for applications and kernel clients to access the provided ser- vices. EXTENDED DESCRIPTION
The dca driver maintains the following statistics: 3desjobs Total number of jobs submitted to the device for 3DES encryption. 3desbytes Total number of bytes submitted to the device for 3DES encryption. rsapublic Total number of jobs submitted to the device for RSA public key operations. rsaprivate Total number of jobs submitted to the device for RSA private key operations. dsasign Total number of jobs submitted to the device for DSA signing. dsaverify Total number of jobs submitted to the device for DSA verification. rngjobs Total number of jobs submitted for pure entropy generation. rngbytes Total number of bytes of pure entropy requested from the device. rngsha1jobs Total number of jobs submitted for entropy generation, with SHA-1 post-processing. rngsha1bytes Total number of bytes of entropy requested from the device, with SHA-1 post-processing. Additional statistics may be supplied for Sun support personnel, but are not useful to end users and are not documented here. The dca driver can be configured by defining properties in /kernel/drv/dca.conf which override the default settings. The following proper- ties are supported: nostats Disables the generation of statistics. This property may be used to help prevent traffic analysis, but this may inhibit sup- port personnel. rngdirect Disables the SHA-1 post-processing of generated entropy. This may give "truer" random numbers, but it may also introduce the risk of external biases influencing the distribution of generated random numbers. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Architecture |SPARC | +-----------------------------+-----------------------------+ |Availability |SUNWdcar | +-----------------------------+-----------------------------+ |Interface Stability |Unstable | +-----------------------------+-----------------------------+ FILES
/kernel/drv/dca.conf dca configuration file /kernel/drv/sparcv9/dca 64-bit ELF kernel driver (SPARC) /kernel/drv/dca 32-bit ELF kernel driver (x86) /kernel/drv/amd64/dca 64-bit ELF kernel driver (AMD64) SEE ALSO
cryptoadm(1M), kstat(1M), prtconf(1M), driver.conf(4), attributes(5) Solaris Cryptographic Framework. SunOS 5.11 14 Aug 2005 dca(7D)
All times are GMT -4. The time now is 04:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy