Bug 5671 - unexpected EIO error on some (large?) transfers
Summary: unexpected EIO error on some (large?) transfers
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Local drive redirection (show other bugs)
Version: pre-1.0
Hardware: PC Unknown
: P2 Normal
Target Milestone: MediumPrio
Assignee: Peter Åstrand
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-08 10:49 CEST by Pierre Ossman
Modified: 2015-10-14 13:18 CEST (History)
2 users (show)

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2015-10-08 10:49:12 CEST
Running this command:

 dd if=/dev/zero of=./data.raw bs=1M count=1024

Results in EIO on write() or close() on some systems. It's been seen with the 4.4.0 and 4.5.0 client, and on at least RHEL 6 and Fedora 23. So far it's only been seen with the Windows client.

The cause is currently unknown. We have not seen any errors over the wire, so it might be a locally generated error because the Linux kernel gets upset over something unfsd sends. OTOH it's difficult to analyse this much data as wireshark's dissector gets confused and refuses to decode most of it.
Comment 1 Henrik Andersson cendio 2015-10-08 12:05:38 CEST
(In reply to comment #0)
> 
> Results in EIO on write() or close() on some systems. It's been seen with the
> 4.4.0 and 4.5.0 client, and on at least RHEL 6 and Fedora 23. So far it's only
> been seen with the Windows client.
> 
Also seen on linux arm client while testing bug 4481.

Note You need to log in before you can comment on or make changes to this bug.