- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- uucp fails
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2001 02:04 PM
12-13-2001 02:04 PM
uucp fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2001 02:33 PM
12-13-2001 02:33 PM
Re: uucp fails
some of the topic you can have a look...
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=76e3e1ee001434f0b9/screen=ckiSearchResults?mode=id&searchString=KBRC00000800
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=76e3e1ee001434f0b9/screen=ckiSearchResults?mode=id&searchString=KBRC00000792
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=76e3e1ee001434f0b9/screen=ckiSearchResults?mode=id&searchString=KBRC00000803
Goodluck...
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2001 10:07 AM
12-14-2001 10:07 AM
Re: uucp fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2001 10:11 AM
12-14-2001 10:11 AM
Re: uucp fails
There seems to be something wrong with this site since yesterday.. Try now..
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2001 10:15 AM
12-14-2001 10:15 AM
Re: uucp fails
RESOLUTION
This testing is useful if the problem is known to be or suspected to be
involved with the communication between systems (as opposed to a problem
with, say, a UUCP user command).
To verify that the Systems, Devices and Dialers files are correct, type:
cu -d9 remote
This will cause cu to verify that the system name is correct, that the system
remote can be dialed and that a login prompt is received. If this fails, the
problem is narrowed down to these items; the device file, the modem, cable or
related items.
If cu works but uucico fails to do the same thing (based on uucico debug
output), then the following could be problems:
- RTS is turned on in the modem but not on the port
- Permissions of programs or files as cu runs suid root and uucico runs suid
uucp.
- A uucico problem
Login as the uucp user.
If uucico is failing to connect successfully with the remote system,
manually login in with the abovementioned cu using the login name and
password from the /etc/uucp/Systems file. This will verify that a user can
successfully login.
If the remote is set up to run its uucico program on login, it will provide
Shere=remotesystemname
and will hang. Any other response indicates modem problems or setup on the
remote end. Modem problems will usually be accompanied by something that
looks like the above but which is not quite right (such as Rhere=).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2001 10:16 AM
12-14-2001 10:16 AM
Re: uucp fails
Testing the /etc/uucp/Permissions file with UUCP.
RESOLUTION
Typing uucheck -v will verify the Permissions file. It is very important
when suspecting Permissions problems that this file output be closely
examined as problems will be shown but may not be obvious. Check for what
the output says versus what information was expected.
Note the difference between a correct entry and an incorrect entry.
Correct entry
LOGNAME=uucp MACHINE=newton READ=/:/etc/ WRITE=/:/etc/ COMMANDS=ALL SENDFILES=yes REQUEST=yes
The output of uucheck -v looks ok.
Incorrect entry
LOGNAME=uucp MACHINE=newton READ=/:/etc/ WRITE=/:/etc/ COMMANDS=ALL SENDFILES=yes REQUEST=yes
The output of uucheck -v shows the problem
When we call system(s): (newtonREAD=/) (/etc/)
We DO allow them to request files.
They can send files to
/
/etc/
They can request files from
/var/spool/uucppublic (DEFAULT)
Myname for the conversation will be hercules.
PUBDIR for the conversation will be /var/spool/uucppublic.
Machine(s): (newtonREAD=/) (/etc/)
CAN execute the following commands:
command (ALL), fullname (ALL)
It may not be easy to detect, but a space is missing on the first line.
The line should read:
LOGNAME=uucp MACHINE=newton not:
LOGNAME=uucp MACHINE=newtonThe lack of the space caused the permissions file to interpret the system name
as newtonREAD, not newton!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 11:58 PM
12-17-2001 11:58 PM
Re: uucp fails
After submitting the uucp request try typing:
/usr/lib/uucp/Uutry
This is a tool whereby you can manually see what happens during the dialup attempt to the AIX system. You can