Bug 1459512 - [abrt] fabric: operations.py:381:put:ValueError: 'monitor.sh' is not a valid local path or glob.
Summary: [abrt] fabric: operations.py:381:put:ValueError: 'monitor.sh' is not a valid ...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: fabric
Version: 25
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Othman Madjoudj
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:68413bb6b35ca5d1fc35ab42b49...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-06-07 10:34 UTC by bitchecker
Modified: 2017-07-29 17:52 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-07-29 17:52:54 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.28 KB, text/plain)
2017-06-07 10:34 UTC, bitchecker
no flags Details
File: environ (3.62 KB, text/plain)
2017-06-07 10:34 UTC, bitchecker
no flags Details

Description bitchecker 2017-06-07 10:34:22 UTC
Version-Release number of selected component:
fabric-1.12.1-0.fc25

Additional info:
reporter:       libreport-2.8.0
cmdline:        /usr/bin/python2 /usr/bin/fab -R cliente1 monitor
executable:     /usr/bin/fab
kernel:         4.11.3-200.fc25.x86_64
pkg_fingerprint: 4089 D8F2 FDB1 9C98
pkg_vendor:     Fedora Project
runlevel:       N 5
type:           Python
uid:            1000

Truncated backtrace:
operations.py:381:put:ValueError: 'monitor.sh' is not a valid local path or glob.

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/fabric/main.py", line 756, in main
    *args, **kwargs
  File "/usr/lib/python2.7/site-packages/fabric/tasks.py", line 386, in execute
    multiprocessing
  File "/usr/lib/python2.7/site-packages/fabric/tasks.py", line 276, in _execute
    return task.run(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/fabric/tasks.py", line 173, in run
    return self.wrapped(*args, **kwargs)
  File "/media/Multimedia/Programmazione/PYTHON/software/monitoring/fabfile.py", line 51, in monitor
    put("monitor.sh", "monitor.sh")
  File "/usr/lib/python2.7/site-packages/fabric/network.py", line 683, in host_prompting_wrapper
    return func(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/fabric/operations.py", line 381, in put
    raise ValueError(err)
ValueError: 'monitor.sh' is not a valid local path or glob.

Local variables in innermost frame:
mirror_local_mode: False
ftp: <fabric.sftp.SFTP object at 0x7fc7ae51e6d0>
err: "'monitor.sh' is not a valid local path or glob."
local_path: 'monitor.sh'
use_sudo: False
remote_path: '/tmp/monitor.sh'
local_is_path: True
names: []
temp_dir: ''
home: u'/home/ciro'
use_glob: True
mode: None

Comment 1 bitchecker 2017-06-07 10:34:29 UTC
Created attachment 1285752 [details]
File: backtrace

Comment 2 bitchecker 2017-06-07 10:34:31 UTC
Created attachment 1285753 [details]
File: environ

Comment 3 Othman Madjoudj 2017-07-29 17:52:54 UTC
It seems to be error in the script (syntax / runtime / etc...)
Closing for now, if you think that it a real bug, please attach a reproducible code snippet.


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