Skip to content

ioctl(fd, TCGETS, ...) = -1 ENOTTY #3962

Description

@ThomasWaldmann

just noticed while stracing:

ioctl(5, TCGETS, 0x7ffef1435b60)  = -1 ENOTTY (Inappropriate ioctl for device)

this happens for about any file borg create reads.

any idea how to get rid of this?

i thought it might be related to default buffering=-1 of os.fdopen(), but setting it to 0 or 4096 didn't help.

python 3.6.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions