Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mounting a entire repo is not working #137

Closed
thiagoc opened this issue Nov 24, 2014 · 4 comments
Closed

Mounting a entire repo is not working #137

thiagoc opened this issue Nov 24, 2014 · 4 comments

Comments

@thiagoc
Copy link

thiagoc commented Nov 24, 2014

$ sudo attic mount attic_repo test/

$ mount
atticfs on /home/innovare/test type fuse (ro,nosuid,nodev,relatime,user_id=0,group_id=0)

$ sudo ls test
20141124

$ sudo ls test/20141124
ls: cannot open directory test/20141124: Input/output error

The mountpoint is unmounted after this command. Mount a single archive works as expected.

@x2764tech
Copy link

Can confirm on Debian Wheezy (7.7), kernel 3.2.60, Python 3.2.3 (from repository), attic 0.13

However, I cannot recreate this using the the --foreground option.

@x2764tech
Copy link

Looking (very briefly) at the code, (python) exceptions would be trapped by the error handler in archiver. __main__, but daemonize redirects this /dev/null

@bram85
Copy link

bram85 commented Apr 28, 2015

See also issue #200. Seems to be related to the usage of relative paths. attic mount works if you specify absolute paths.

@ThomasWaldmann
Copy link
Contributor

duplicate of #200, please close #137.

@thiagoc thiagoc closed this as completed Sep 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants