Sponsored Content
Full Discussion: sudo using at failing.
Top Forums UNIX for Advanced & Expert Users sudo using at failing. Post 302325132 by mph on Friday 12th of June 2009 09:28:13 PM
Old 06-12-2009
I've run in several times with and without piping to null and pipeing to a file, etc... Both the actual command and the at scheduling.

Strace might very well be the best option.

Thanks, I'll give it whack Monday!
 

9 More Discussions You Might Find Interesting

1. HP-UX

dd command failing

I am new to HP-UX. I have an 8GB drive that is my root drive, contained in a Volume Group. I would like to clone that drive to another drive, which is 18.4GB. The other drive is not in a volume group. I am using this simple command:# dd if=/dev/dsk/c0t6d0 of=/dev/dsk/c0t5d0The command... (4 Replies)
Discussion started by: emsecrist
4 Replies

2. Shell Programming and Scripting

ssh - rm failing

Hi, Please help me... I am creating a string of filenames with absolute path and deleting those files situated in the remote server using ssh .. but it doesnot work.. Can anyone help me... here is my code for FileName in ${myDire} do Tmp=`basename... (4 Replies)
Discussion started by: shihabvk
4 Replies

3. UNIX for Dummies Questions & Answers

Unable to use the Sudo command. "0509-130 Symbol resolution failed for sudo because:"

Hi! I'm very new to unix, so please keep that in mind with the level of language used if you choose to help :D Thanks! When attempting to use sudo on and AIX machine with oslevel 5.1.0.0, I get the following error: exec(): 0509-036 Cannot load program sudo because of the following errors:... (1 Reply)
Discussion started by: Chloe123
1 Replies

4. Cybersecurity

sudo /bin/sh or sudo su -

we are looking at changing the way we get root on our network. in our current system if an admin needs root access he just gets the root password and uses an su. some of our staff have decided that a sudo to "/bin/sh" will be easer. some of our staff think a sudo to "su -" will be better. I... (0 Replies)
Discussion started by: robsonde
0 Replies

5. AIX

sudo log and sudo auditing

Sudo In AIX, how to find out what commands have been run after a user sudo to another user? for example, user sam run 'sudo -u robert ksh' then run some commands, how can I (as root) find what commands have been run? sudo.log only contains sudo event, no activity logging. (3 Replies)
Discussion started by: jalite19
3 Replies

6. Shell Programming and Scripting

ps -ef failing sometimes

Hi Everyone, we have a shell script "DLP_recv.sh" that has below command which is supposed to return the number of active instances of itself, which means of there is no other instance then commad would return 1 (for the current instance). The problem is that it sometimes it returns 0 which is... (3 Replies)
Discussion started by: guycool
3 Replies

7. Shell Programming and Scripting

ssh foo.com sudo command - Prompts for sudo password as visible text. Help?

I am writing a BASH script to update a webserver and then restart Apache. It looks basically like this: #!/bin/bash rsync /path/on/local/machine/ foo.com:path/on/remote/machine/ ssh foo.com sudo /etc/init.d/apache2 reloadrsync and ssh don't prompt for a password, because I have DSA encryption... (9 Replies)
Discussion started by: fluoborate
9 Replies

8. Shell Programming and Scripting

sudo: sorry, you must have a tty to run sudo

Hi All, I running a unix command using sudo option inside shell script. Its working well. But in crontab the same command is not working and its throwing "sudo: sorry, you must have a tty to run sudo". I do not have root permission to add or change settings for my userid. I can not even ask... (9 Replies)
Discussion started by: Apple1221
9 Replies

9. Shell Programming and Scripting

sudo: sorry, you must have a tty to run sudo

Hi, Have a need to run the below command as a "karuser" from a java class which will is running as "root" user. When we are trying to run the below command from java code getting the below error. Command: sudo -u karuser -s /bin/bash /bank/karunix/bin/build_cycles.sh Error: sudo: sorry,... (8 Replies)
Discussion started by: Satyak
8 Replies
renice(8)						      System Manager's Manual							 renice(8)

NAME
renice - Alters the priority of a running process SYNOPSIS
The following syntax format is recommended: /usr/sbin/renice [-n increment] [-p] [-g | -u] ID ... The following syntax format is obsolescent: /usr/sbin/renice priority [-p] pid ... [-g pgrp ...] [-u user ...] STANDARDS
Interfaces documented on this reference page conform to industry standards as follows: renice: XCU5.0 Refer to the standards(5) reference page for more information about industry standards and associated tags. OPTIONS
Takes the current priority and adds the increment. A negative value for increment causes the process to run at a lower numbered, therefore faster, priority. Interprets operands following the option as process group IDs. Interprets operands following the option as user names. Resets renice operand interpretation to be process IDs (the default). OPERANDS
A value interpreted as the actual system scheduling priority, rather than as an increment to the existing system scheduling priority as specified in the recommended form of the command. The priority value may be any integer from -20 to 20, including 0, as explained in the DESCRIPTION section. A user name or user ID. All processes with a set_user_ID equal to the specified value are affected. A process group ID. All processes in the process group are affected. A process ID. Only this process is affected. A value interpreted as a user name, user ID, a process group ID, or a process ID, depending on the option specified. If no options are specified, the value is interpreted as a process ID. DESCRIPTION
The renice command alters the scheduling priority of one or more running processes. The ID operands (in the recommended syntax format) or the option arguments (in the obsolescent syntax format) are interpreted as process IDs, process group IDs, or user names. When you issue the renice command with the -g option, all processes in the process group have their scheduling priority altered. When you run the renice command with the -u option, all processes owned by the user have their scheduling priority altered. By default, the processes affected are specified by their process IDs. Only root can alter the priority of other user's processes and can set the priority to any value in the range from -20 to 20. Users with- out root privileges are restricted to altering the priority of processes they own and can only increase their "nice value" within the range of 0 to 20. The following priorities are particularly useful: Runs affected processes when no other processes are running on the system. Runs at the base scheduling priority. Runs affected processes very quickly. [Tru64 UNIX] The preceding values are mapped by the command to those actually used by the kernel. [Tru64 UNIX] Users who do not have root privileges cannot increase the scheduling priorities of their own processes (even if they had originally decreased those priorities). ENVIRONMENT VARIABLES
The following environment variables affect the execution of renice: Provides a default value for the internationalization variables that are unset or null. If LANG is unset or null, the corresponding value from the default locale is used. If any of the internationalization variables contain an invalid setting, the utility behaves as if none of the variables had been defined. If set to a non-empty string value, overrides the values of all the other internationalization variables. Determines the locale for the interpretation of sequences of bytes of text data as characters (for example, single-byte as opposed to multibyte characters in arguments). Determines the locale for the format and contents of diagnostic messages written to standard error. Determines the location of message catalogues for the processing of LC_MESSAGES. EXAMPLES
To change the priority of process IDs 987 and 32, and all processes owned by the daemon and root users, enter: renice +1 987 -u daemon root -p 32 FILES
Specifies the command path EXIT VALUES
The following exit values are returned: Successful completion An error occurred RELATED INFORMATION
Commands: nice(1) Functions: getpriority(2) Others: standards(5) delim off renice(8)
All times are GMT -4. The time now is 09:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy