Bug 445 - write() returns EAGAIN during uucico 'i' transfers
Summary: write() returns EAGAIN during uucico 'i' transfers
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1995-05-26 08:00 UTC by pb
Modified: 1995-05-26 08:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pb 1995-05-26 08:00:02 UTC
	uucico gets an error from write(), apparently when trying to
	write() on a temp file. All of /var is a locally-mounted
	FFS partition on a SCSI drive.

uucico tetard news (1995-05-21 12:27:10.27 8877) ERROR: write: Resource temporarily unavailable

Fix: 

Using protocol 'g' _seems_ to cure the problem.
	Its main result is that the receive and send transfers are done
	separately.
How-To-Repeat: 
	See above.
Comment 1 davidg freebsd_committer freebsd_triage 1995-06-04 17:28:49 UTC
State Changed
From-To: open->closed

The bug was introduced by an incorrect change in rev 1.44. It's been 
backed out.