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

Funktioniert nicht #2

Open
rowie opened this issue May 18, 2023 · 0 comments
Open

Funktioniert nicht #2

rowie opened this issue May 18, 2023 · 0 comments

Comments

@rowie
Copy link

rowie commented May 18, 2023

OMD[rowie]:~$ mkp install disk_smart_info-0.6-2.mkp
Traceback (most recent call last):
File "/omd/sites/rowie/lib/python3.9/tarfile.py", line 1691, in gzopen
t = cls.taropen(name, mode, fileobj, **kwargs)
File "/omd/sites/rowie/lib/python3.9/tarfile.py", line 1668, in taropen
return cls(name, mode, fileobj, **kwargs)
File "/omd/sites/rowie/lib/python3.9/tarfile.py", line 1531, in init
self.firstmember = self.next()
File "/omd/sites/rowie/lib/python3.9/tarfile.py", line 2363, in next
raise e
File "/omd/sites/rowie/lib/python3.9/tarfile.py", line 2336, in next
tarinfo = self.tarinfo.fromtarfile(self)
File "/omd/sites/rowie/lib/python3.9/tarfile.py", line 1121, in fromtarfile
buf = tarfile.fileobj.read(BLOCKSIZE)
File "/omd/sites/rowie/lib/python3.9/gzip.py", line 300, in read
return self._buffer.read(size)
File "/omd/sites/rowie/lib/python3.9/_compression.py", line 68, in readinto
data = self.read(len(byte_view))
File "/omd/sites/rowie/lib/python3.9/gzip.py", line 487, in read
if not self._read_gzip_header():
File "/omd/sites/rowie/lib/python3.9/gzip.py", line 435, in _read_gzip_header
raise BadGzipFile('Not a gzipped file (%r)' % magic)
gzip.BadGzipFile: Not a gzipped file (b'40')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/omd/sites/rowie/bin/check_mk", line 92, in
exit_status = modes.call(mode_name, mode_args, opts, args)
File "/omd/sites/rowie/lib/python3/cmk/base/modes/init.py", line 69, in call
return handler(*handler_args)
File "/omd/sites/rowie/lib/python3/cmk/base/modes/check_mk.py", line 742, in mode_packaging
cmk.base.packaging.do_packaging(args)
File "/omd/sites/rowie/lib/python3/cmk/base/packaging.py", line 95, in do_packaging
f(args)
File "/omd/sites/rowie/lib/python3/cmk/base/packaging.py", line 327, in package_install
package = packaging.store_package(fh.read())
File "/omd/sites/rowie/lib/python3/cmk/utils/packaging.py", line 330, in store_package
with tarfile.open(fileobj=BytesIO(file_content), mode="r:gz") as tar:
File "/omd/sites/rowie/lib/python3.9/tarfile.py", line 1638, in open
return func(name, filemode, fileobj, **kwargs)
File "/omd/sites/rowie/lib/python3.9/tarfile.py", line 1695, in gzopen
raise ReadError("not a gzip file")
tarfile.ReadError: not a gzip file

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

1 participant