Sponsored Content
Top Forums UNIX for Beginners Questions & Answers When I run the code yesterday I am getting output,when I run same code today I am getting error? Post 303019232 by haribabu2229 on Monday 25th of June 2018 02:54:09 PM
Old 06-25-2018
Not exist... Error says no such file or directory
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to run perl code within a shell script...?

Hi, I have a sheel script that invokes a perl script...Now, instead havin the perl script as a separate file I'd like put the contents in the sheel script itself...But I am not sure how ro run that perl script contents.please help me Thanks (1 Reply)
Discussion started by: vijay_0209
1 Replies

2. UNIX for Dummies Questions & Answers

Compile & Run Java Code

The java program is a part of speech tagger -> The Stanford NLP (Natural Language Processing) Group The goal is to use this script as part of a webpage to tag parts of speech based on a user-inputted string. I have no idea what to do with the files - I'm a complete *nix noob. I tried running... (4 Replies)
Discussion started by: tguillea
4 Replies

3. Shell Programming and Scripting

HOW to run a bash-code in a c-shell script ??

Is there a way to run some code in a C-shell script by different shell, like bash? I have that situation. I have prepared and perfectly workable bash-skript that now I have to execute under C-shell script, divide it on steps and without creating a new files (with the bash-code parts.) For... (6 Replies)
Discussion started by: alex_5161
6 Replies

4. UNIX for Dummies Questions & Answers

[Solved] Why code run not correctly

Hi there can anyone help me here is my code echo "Type in a positive number" read X I=2 while do if then echo "It is not prime" break else if then echo "It is prime" break else I=$(( $I + 1)) fi fi (4 Replies)
Discussion started by: FUTURE_EINSTEIN
4 Replies

5. Shell Programming and Scripting

Code to search for a phrase and run a command

hi All, Am newbie to unix and would require your help to complete this task. Condition: I have a server start up script and I would like to append the code in such a way that it searches for a phrase "process completed" in taillog when server starts up and also should run another script... (9 Replies)
Discussion started by: fop4658
9 Replies

6. UNIX for Advanced & Expert Users

[SOLVED] Code does not run when assigned to a variable

I am more of a newbie, but wanted to post this in this forum as I was afraid no one would look at it in unix forums as it concerns shell scripting. I have a shell script that now runs fine with the exclusion of one line: x=`su nbadmin -c "ssh -t servery /usr/openv/netbackup/bin/bplist -C... (7 Replies)
Discussion started by: newbie2010
7 Replies

7. Shell Programming and Scripting

Who -u gives different output if run from cron than if run from terminal?

If I run 'who -u' interactively or from a script invoked through bash in a tty on my Ubuntu 12LTS box I get an output like this: testuser pts/0 Dec 9 02:32 . 2163 (host.xx.yy) running the same through cron I get: testuser pts/0 2012-12-09 02:32 00:05 2163... (2 Replies)
Discussion started by: latimer
2 Replies

8. Shell Programming and Scripting

How to run a script, but not let user see code?

Hi, I want to deploy a (perl) script, in Linux. (Red Hat 7). Is there a way to protect the script itself from being viewed by the user, but still allow the user to run the script? I dont want the user to be able to see the source code of the script. (2 Replies)
Discussion started by: BG_JrAdmin
2 Replies

9. Shell Programming and Scripting

Bash code will not run

Why doesn't the code below run? Am I missing something? Thank you :). syntax() { printf "\n\n" printf "Enter HGVS description of variant(s): "; IFS="," read -a hgvs && printf "\n Nothijng entered. Leaving match function." && sleep 2 && return for ((i=0;... (5 Replies)
Discussion started by: cmccabe
5 Replies

10. OS X (Apple)

If you run macOS High Sierra version 10.13.1, be sure to install today's update.

Some hackers found a security hole in macOS High Sierra and tweeted it to the world before telling Apple about the problem. You can see the details from PC Magazine's daily news here: Apple Releases Fix for MacOS High Sierra 'Root' Bug. The original story this morning was published before a patch... (6 Replies)
Discussion started by: Don Cragun
6 Replies
Datatypes(3)						       globus gsi sysconfig						      Datatypes(3)

NAME
Datatypes - Enumerations enum globus_gsi_sysconfig_error_t { GLOBUS_GSI_SYSCONFIG_ERROR_SUCCESS = 0, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_CERT_DIR = 1, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_CERT_STRING = 2, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_KEY_STRING = 3, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_HOME_DIR = 4, GLOBUS_GSI_SYSCONFIG_ERROR_ERRNO = 5, GLOBUS_GSI_SYSCONFIG_ERROR_CHECKING_FILE_EXISTS = 6, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_CERT_FILENAME = 7, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_PROXY_FILENAME = 8, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_DELEG_FILENAME = 9, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_CA_CERT_FILENAMES = 10, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_CWD = 11, GLOBUS_GSI_SYSCONFIG_ERROR_REMOVING_OWNED_FILES = 12, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_GRIDMAP_FILENAME = 13, GLOBUS_GSI_SYSCONFIG_ERROR_CHECKING_SUPERUSER = 14, GLOBUS_GSI_SYSCONFIG_ERROR_SETTING_PERMS = 15, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_SIGNING_POLICY = 16, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_PW_ENTRY = 17, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_AUTHZ_FILENAME = 18, GLOBUS_GSI_SYSCONFIG_ERROR_FILE_NOT_REGULAR = 19, GLOBUS_GSI_SYSCONFIG_ERROR_FILE_DOES_NOT_EXIST = 20, GLOBUS_GSI_SYSCONFIG_ERROR_FILE_BAD_PERMISSIONS = 21, GLOBUS_GSI_SYSCONFIG_ERROR_FILE_NOT_OWNED = 22, GLOBUS_GSI_SYSCONFIG_ERROR_FILE_IS_DIR = 23, GLOBUS_GSI_SYSCONFIG_ERROR_FILE_ZERO_LENGTH = 24, GLOBUS_GSI_SYSCONFIG_INVALID_ARG = 25, GLOBUS_GSI_SYSCONFIG_ERROR_FILE_HAS_LINKS = 26, GLOBUS_GSI_SYSCONFIG_ERROR_FILE_HAS_CHANGED = 27, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_AUTHZ_LIB_FILENAME = 28, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_GAA_FILENAME = 29, GLOBUS_GSI_SYSCONFIG_ERROR_FILE_NOT_DIR = 30, GLOBUS_GSI_SYSCONFIG_ERROR_LAST = 31 } enum globus_gsi_proxy_file_type_t { GLOBUS_PROXY_FILE_INPUT, GLOBUS_PROXY_FILE_OUTPUT } Enumeration Type Documentation enum globus_gsi_sysconfig_error_t GSI System Config Error codes. Enumerator: GLOBUS_GSI_SYSCONFIG_ERROR_SUCCESS Success - never used. GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_CERT_DIR Unable to determine trusted certificates directory. GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_CERT_STRING Error while generating certificate filename. GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_KEY_STRING Error while generating private key filename. GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_HOME_DIR Unable to determine user's home directory. GLOBUS_GSI_SYSCONFIG_ERROR_ERRNO System Error -- see underlying error for details. GLOBUS_GSI_SYSCONFIG_ERROR_CHECKING_FILE_EXISTS Unable to determine whether file exists. GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_CERT_FILENAME Unable to determine the location of the certificate file. GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_PROXY_FILENAME Unable to determine the location of the proxy file. GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_DELEG_FILENAME Unable to determine the location of the delegated proxy file. GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_CA_CERT_FILENAMES Unable to generate a list of CA certificate filenames. GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_CWD Error while dircovering the current working directory. GLOBUS_GSI_SYSCONFIG_ERROR_REMOVING_OWNED_FILES Failed to remove all proxy files. GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_GRIDMAP_FILENAME Unable to determine the location of the grid map file. GLOBUS_GSI_SYSCONFIG_ERROR_CHECKING_SUPERUSER Failure while checking whether the current user is the super user. GLOBUS_GSI_SYSCONFIG_ERROR_SETTING_PERMS Error while trying to set file permissions. GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_SIGNING_POLICY Unable to determine the location of a signing policy file. GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_PW_ENTRY Could not find password entry for user. GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_AUTHZ_FILENAME Failed to locate the authorization callout configuration file. GLOBUS_GSI_SYSCONFIG_ERROR_FILE_NOT_REGULAR File is not a regular file. GLOBUS_GSI_SYSCONFIG_ERROR_FILE_DOES_NOT_EXIST File does not exist. GLOBUS_GSI_SYSCONFIG_ERROR_FILE_BAD_PERMISSIONS File has incorrect permissions for operation. GLOBUS_GSI_SYSCONFIG_ERROR_FILE_NOT_OWNED File is not owned by current user. GLOBUS_GSI_SYSCONFIG_ERROR_FILE_IS_DIR File is a directory. GLOBUS_GSI_SYSCONFIG_ERROR_FILE_ZERO_LENGTH File has zero length. GLOBUS_GSI_SYSCONFIG_INVALID_ARG Invalid argument. GLOBUS_GSI_SYSCONFIG_ERROR_FILE_HAS_LINKS File has more than one link. GLOBUS_GSI_SYSCONFIG_ERROR_FILE_HAS_CHANGED File has changed in the meantime. GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_AUTHZ_LIB_FILENAME Failed to locate the authorization callout library configuration file. GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_GAA_FILENAME Failed to locate the gaa configuration file. GLOBUS_GSI_SYSCONFIG_ERROR_FILE_NOT_DIR File is not a directory. GLOBUS_GSI_SYSCONFIG_ERROR_LAST Last marker - never used. enum globus_gsi_proxy_file_type_t Enumerator used to keep track of input/output types of filenames. Enumerator: GLOBUS_PROXY_FILE_INPUT The proxy filename is intended for reading (it should already exist) GLOBUS_PROXY_FILE_OUTPUT The proxy filename is intended for writing (it does not need to exist) Author Generated automatically by Doxygen for globus gsi sysconfig from the source code. Version 5.2 Mon Apr 30 2012 Datatypes(3)
All times are GMT -4. The time now is 09:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy