uuxqt(1M) System Administration Commands uuxqt(1M)NAME
uuxqt - execute remote command requests
SYNOPSIS
/usr/lib/uucp/uuxqt [-s system] [-x debug-level]
DESCRIPTION
uuxqt is the program that executes remote job requests from remote systems generated by the use of the uux command. (mail uses uux for
remote mail requests). uuxqt searches the spool directories looking for execution requests. For each request, uuxqt checks to see if all
the required data files are available, accessible, and the requested commands are permitted for the requesting system. The Permissions file
is used to validate file accessibility and command execution permission.
There are two environment variables that are set before the uuxqt command is executed:
o UU_MACHINE is the machine that sent the job (the previous one).
o UU_USER is the user that sent the job.
These can be used in writing commands that remote systems can execute to provide information, auditing, or restrictions.
OPTIONS
The following options are supported:
-s system Specifies the remote system name.
-x debug-level debug-level is a number from 0 to 9.
Higher numbers give more detailed debugging information.
FILES
/etc/uucp/Limits
/etc/uucp/Permissions
/var/spool/locks/*
/var/spool/uucp/*
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWbnuu |
+-----------------------------+-----------------------------+
SEE ALSO mail(1), uucp(1C), uustat(1C), uux(1C), uucico(1M), attributes(5)SunOS 5.10 19 May 1993 uuxqt(1M)
Check Out this Related Man Page
uuxqt(8) System Manager's Manual uuxqt(8)NAME
uuxqt - UUCP execution daemon
SYNOPSIS
uuxqt [ options ]
DESCRIPTION
The uuxqt daemon executes commands requested by uux (1) from either the local system or from remote systems. It is started automatically
by the uucico (8) daemon (unless uucico (8) is given the -q or --nouuxqt option).
There is normally no need to run this command, since it will be invoked by uucico (8). However, it can be used to provide greater control
over the processing of the work queue.
Multiple invocations of uuxqt may be run at once, as controlled by the max-uuxqts configuration command.
OPTIONS
The following options may be given to uuxqt.
-c command, --command command
Only execute requests for the specified command. For example:
uuxqt --command rmail
-s system, --system system
Only execute requests originating from the specified system.
-x type, --debug type
Turn on particular debugging types. The following types are recognized: abnormal, chat, handshake, uucp-proto, proto, port, config,
spooldir, execute, incoming, outgoing. Only abnormal, config, spooldir and execute are meaningful for uuxqt.
Multiple types may be given, separated by commas, and the --debug option may appear multiple times. A number may also be given, which
will turn on that many types from the foregoing list; for example, --debug 2 is equivalent to --debug abnormal,chat.
The debugging output is sent to the debugging file, which may be printed using uulog -D.
-I file, --config
Set configuration file to use. This option may not be available, depending upon how uuxqt was compiled.
-v, --version
Report version information and exit.
--help
Print a help message and exit.
SEE ALSO uucp(1), uux(1), uucico(8)AUTHOR
Ian Lance Taylor (ian@airs.com)
Taylor UUCP 1.07 uuxqt(8)
i'm having trouble configuring uux on my two unix systems {system "a" and system "b") and all i can figure out is that i have to have an entry in /etc/uucp/permissions to configure what commands i will have available on system "b"
and uucp has an entry in /etc/passwd but i cannot execute any... (3 Replies)
I keep getting the following errors and I don't know where to look to resolve the problem. Any ideas?
bellmail: lockf(/usr/spool/mail/uucp): permission denied
bellmail: lockf(/usr/spool/mail/root): permission denied
bellmail: lockf(/usr/spool/mail/daemon): no such file or directory....
AIX... (1 Reply)
hello Friends,
I wanted to verify status of remote command executed on remote machine in hpux.
remsh <hostname> -l root cd /sampldir
i wanted to check weather the command executed on remote machine correctly or not by $?.
Can you tell me how to execute multiple command on remote machine.
... (0 Replies)
I am having a few problems using the mail command. I have a user account on a remote Unix system that I access from my home system using ssh. When I am at home I open a terminal on this remote system via ssh and I then use the mail command to send email, this works. However when I execute the same... (2 Replies)
Hi,
I try to run a script on remote systems with ssh
it should execute a command, read values from stdout, use it as input for a loop
and works with this variable on remote system
but the variable isn't working, I guess because export, echo , or the loop itself are shell builtins and not... (2 Replies)
Hi,
I try to write a C program which lists the output of a paticular command with all the available options (a to z) for the command in the directory of execution.
This program will generate the output if the option exists for the particular command else it will display some message saying... (9 Replies)
I m writing a program to execute remote script .
(display remote file content)
Whenever i execute following statement it gives me an error.
$command="cat /root/vm.cfg"
ssh -ttq root@10.180.8.236 $command
However following script work find.
ssh -ttq root@10.180.8.236 cat /root/vm.cfg
... (8 Replies)
Is this an attack attempt? I got an e-mail from 'uucp Admin' last night and again this morning:
What does it mean and what can I do about it? Thanks (4 Replies)
Hi
My box is running with AIX 6100-06 and Im the root user of this box
My /var gets filled up often to 100%
When I investigate I find that it is the below file which increases rapidly
/var/spool/mail/pdgadmin
I dont know why this file is growing up.
Can any one assist me on this.... (2 Replies)
Hi,
I would like to remotely execute soffice with different users on a remote machine.
Basically I am connected to the machineA as user John. I would like to execute several soffice to the remote machineB.
The remote machine B has different users R,S on the same group.
I can launch remotely... (12 Replies)
Hi,
I have an issue with the line breaks in the mail spool- /var/mail/user1. I have set up a script to go through the mail spool on one of the users and parse some parts of the mail, however there doesn't seem to exist the regular line endings CR, LF or both in the lines and this is breaking my... (4 Replies)