Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1493434 - Missing fuse dependency for borgbackup package
Summary: Missing fuse dependency for borgbackup package
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: borgbackup
Version: epel7
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Benjamin Pereto
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-09-20 07:58 UTC by Damien Gombault
Modified: 2017-11-07 22:15 UTC (History)
3 users (show)

Fixed In Version: borgbackup-1.1.0-1.fc26 borgbackup-1.1.0-1.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-11-01 00:02:10 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Damien Gombault 2017-09-20 07:58:01 UTC
Hi.

"borg umount" command does not work if fuse package is not installed.
"borg umount" requires the fusermount command :

# borg umount /mnt/restore/
Local Exception.
Traceback (most recent call last):
  File "/usr/lib64/python3.4/site-packages/borg/archiver.py", line 2089, in main
    exit_code = archiver.run(args)
  File "/usr/lib64/python3.4/site-packages/borg/archiver.py", line 2025, in run
    return func(args)
  File "/usr/lib64/python3.4/site-packages/borg/archiver.py", line 574, in do_umount
    return umount(args.mountpoint)
  File "borg/platform_linux.pyx", line 148, in borg.platform_linux.umount (borg/platform_linux.c:4219)
  File "/usr/lib64/python3.4/subprocess.py", line 534, in call
    with Popen(*popenargs, **kwargs) as p:
  File "/usr/lib64/python3.4/subprocess.py", line 856, in __init__
    restore_signals, start_new_session)
  File "/usr/lib64/python3.4/subprocess.py", line 1460, in _execute_child
    raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: 'fusermount'

Platform: Linux zabbix 3.10.0-514.10.2.el7.x86_64 #1 SMP Fri Mar 3 00:04:05 UTC 2017 x86_64 x86_64
Linux: CentOS Linux 7.3.1611 Core
Borg: 1.0.10  Python: CPython 3.4.5
PID: 23969  CWD: /root
sys.argv: ['/usr/bin/borg', 'umount', '/mnt/restore/']
SSH_ORIGINAL_COMMAND: None


After installing fuse, the "borg umount" command works.
I have only tested in EPEL 7, I think this bug applies to Fedora packages too.

Comment 1 Fedora Update System 2017-10-12 15:44:24 UTC
borgbackup-1.1.0-1.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-10e95a8d1f

Comment 2 Fedora Update System 2017-10-12 15:44:54 UTC
borgbackup-1.1.0-1.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-f2d9488b45

Comment 3 Fedora Update System 2017-10-13 22:23:03 UTC
borgbackup-1.1.0-1.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-763e7bdf41

Comment 4 Fedora Update System 2017-10-13 23:47:09 UTC
borgbackup-1.1.0-1.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-f2d9488b45

Comment 5 Fedora Update System 2017-11-01 00:02:10 UTC
borgbackup-1.1.0-1.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.

Comment 6 Fedora Update System 2017-11-07 22:15:01 UTC
borgbackup-1.1.0-1.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.