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

panic after SIGCONT #504

Closed
viric opened this issue May 3, 2016 · 4 comments
Closed

panic after SIGCONT #504

viric opened this issue May 3, 2016 · 4 comments
Labels
state: need feedback waiting for feedback, e.g. from the submitter type: bug

Comments

@viric
Copy link
Contributor

viric commented May 3, 2016

Output of restic version

master as of today

Actual behavior

$ fg
restic backup -e /srv/nfs/tmp/restic-ramon -r /mnt/usb-backup/restic-tmp/ /srv/nfs/tmp
panic: rename  /mnt/usb-backup/restic-tmp/data/f2/f24ae14bcdb97264070f271a72558e91bb8ad73a5223952030fb1482574107d5: no such file or directory

restic had ~700GB of 850, at that moment. I was not the first snapshot. The repository fs is an ntfs3g (fuse).

Steps to reproduce the behavior

I had ctlr-z restic, run some commands completelyunrelated to /mnt/usb-backup, and then fg.

@fd0 fd0 added the state: need feedback waiting for feedback, e.g. from the submitter label May 3, 2016
@fd0
Copy link
Member

fd0 commented May 3, 2016

Hi, thanks for reporting this. I'm unable to reproduce it, suspending and resuming restic works well. I suspect it's connected to the underlying file system. The error in the panic tells me that a file restic created vanished.

Do you have an idea how that could've happened?

@viric
Copy link
Contributor Author

viric commented May 3, 2016

I only remember that there was a 3-line or so backtrace (I don't know why I didn't copy it here!), and I checked the existence of the file. It did not exist. The directory f2 existed.

@fd0
Copy link
Member

fd0 commented Jul 2, 2016

I've just run into this myself, the cause here was a full file system. Can you confirm that this may have happened to you also?

@fd0
Copy link
Member

fd0 commented May 14, 2017

Since there hasn't been any activity here recently I'm going to close this issue for now. Please feel free to add further comments. Thanks.

@fd0 fd0 closed this as completed May 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: need feedback waiting for feedback, e.g. from the submitter type: bug
Projects
None yet
Development

No branches or pull requests

2 participants