Created
August 11, 2015 20:55
-
-
Save RX14/01befa54a441ed0f19c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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