Skip to content
This repository was archived by the owner on Jul 4, 2024. It is now read-only.
This repository was archived by the owner on Jul 4, 2024. It is now read-only.

Running under nohup causes 'Bad file descriptor' #299

@pmatos

Description

@pmatos

There's a bad file descriptor error when running gandi dns update through nohup:

gandi dns update foo.com home A xx.xx.xx.xx.xx
Traceback (most recent call last):
  File "/home/pi/gandi-dnsupdate/venv/bin/gandi", line 10, in <module>
    sys.exit(main())
  File "/home/pi/gandi-dnsupdate/venv/local/lib/python2.7/site-packages/gandi/cli/__main__.py", line 8, in main
    cli(obj={})
  File "/home/pi/gandi-dnsupdate/venv/local/lib/python2.7/site-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/home/pi/gandi-dnsupdate/venv/local/lib/python2.7/site-packages/click/core.py", line 717, in main
    rv = self.invoke(ctx)
  File "/home/pi/gandi-dnsupdate/venv/local/lib/python2.7/site-packages/gandi/cli/core/cli.py", line 163, in invoke
    click.Group.invoke(self, ctx)
  File "/home/pi/gandi-dnsupdate/venv/local/lib/python2.7/site-packages/click/core.py", line 1137, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/pi/gandi-dnsupdate/venv/local/lib/python2.7/site-packages/click/core.py", line 1137, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/pi/gandi-dnsupdate/venv/local/lib/python2.7/site-packages/click/core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/pi/gandi-dnsupdate/venv/local/lib/python2.7/site-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/home/pi/gandi-dnsupdate/venv/local/lib/python2.7/site-packages/click/decorators.py", line 64, in new_func
    return ctx.invoke(f, obj, *args, **kwargs)
  File "/home/pi/gandi-dnsupdate/venv/local/lib/python2.7/site-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/home/pi/gandi-dnsupdate/venv/local/lib/python2.7/site-packages/gandi/cli/commands/dns.py", line 123, in update
    content = click.get_text_stream('stdin').read()
IOError: [Errno 9] Bad file descriptor

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions