Skip to content

Instantly share code, notes, and snippets.

@RX14
Created August 11, 2015 20:55
Show Gist options
  • Select an option

  • Save RX14/01befa54a441ed0f19c5 to your computer and use it in GitHub Desktop.

Select an option

Save RX14/01befa54a441ed0f19c5 to your computer and use it in GitHub Desktop.
$ bup on kurisu.rx14.co.uk index /data/shadowfacts_ghost/
Warning: python-xattr module is too old; install python-pyxattr instead.
Indexing: 1, done (526 pathTraceback (most recent call last):
File "/usr/lib/bup/cmd/bup-on", line 49, in <module>
dmc = DemuxConn(p.stderr.fileno(), open(os.devnull, "w"))
File "/usr/lib/bup/bup/helpers.py", line 519, in __init__
raise IOError('demux: unexpected EOF during initialization')
IOError: demux: unexpected EOF during initialization
$ bup on kurisu.rx14.co.uk save -n shadowfacts_ghost /data/shadowfacts_ghost/
Warning: python-xattr module is too old; install python-pyxattr instead.
Reading index: 1, done.
Saving: 100.00% (0/0k, 1/1 files), done.
bloom: adding 1 file (3 objects).
Receiving index from server: 1156/1156, done.
bloom: adding 1 file (3 objects).
bloom: writing 0.00% (0/3 objTraceback (most recent call last):
File "/usr/lib/bup/cmd/bup-on", line 49, in <module>
dmc = DemuxConn(p.stderr.fileno(), open(os.devnull, "w"))
File "/usr/lib/bup/bup/helpers.py", line 519, in __init__
raise IOError('demux: unexpected EOF during initialization')
IOError: demux: unexpected EOF during initialization
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment