che, rispetto al precedente, aggiunge l'opzione di debug.
Codice: Seleziona tutto
HP Linux Imaging and Printing System (ver. 3.23.5)
Plugin Download and Install Utility ver. 2.1
Copyright (c) 2001-18 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.
HP Linux Imaging and Printing System (ver. 3.23.5)
Plugin Download and Install Utility ver. 2.1
Copyright (c) 2001-18 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.
hp-plugin[12990]: debug: Locking: /home/emiliano/.hplip/hp-plugin.lock
hp-plugin[12990]: debug: Unable to open file /var/lib/hp/hplip.state for reading.
hp-plugin[12990]: debug: Unable to open file /var/lib/hp/hplip.state for reading.
(Note: Defaults for each question are maked with a '*'. Press <enter> to accept the default.)
-----------------------------------------
| PLUG-IN INSTALLATION FOR HPLIP 3.23.5 |
-----------------------------------------
Option Description
---------- --------------------------------------------------
d Download plug-in from HP (recommended)
p Specify a path to the plug-in (advanced)
q Quit hp-plugin (skip installation)
Enter option (d=download*, p=specify path, q=quit) ?
-------------------
| DOWNLOAD PLUGIN |
-------------------
Checking for network connection...
hp-plugin[12990]: debug: /usr/bin/wget --cache=off --tries=3 --timeout=60 --output-document=- http://www.hp.com --spider -S
hp-plugin[12990]: debug: Spider mode enabled. Check if remote file exists.
--2023-07-20 16:29:01-- http://www.hp.com/
Resolving www.hp.com (www.hp.com)... 2a02:26f0:df::212:fed8, 2a02:26f0:df::212:fed3, 173.222.106.185, ...
Connecting to www.hp.com (www.hp.com)|2a02:26f0:df::212:fed8|:80... connected.
HTTP request sent, awaiting response...
HTTP/1.1 503 Service Unavailable
Server: AkamaiGHost
Mime-Version: 1.0
Content-Type: text/html
Content-Length: 176
Expires: Thu, 20 Jul 2023 14:29:01 GMT
Date: Thu, 20 Jul 2023 14:29:01 GMT
Connection: keep-alive
Set-Cookie: aka_client_code=IT-
Akamai-GRN: 0.d4fe1202.1689863341.594db2c
Server-Timing: ak_p; desc="469406_34799316_93641516_35_7577_23_-_-";dur=1
Remote file does not exist -- broken link!!!
hp-plugin[12990]: debug: wget returned: 8
hp-plugin[12990]: debug: /usr/bin/curl --output - --connect-timeout 5 --max-time 10 http://www.hp.com --head
hp-plugin[12990]: debug: Traceback (most recent call last):
File "/usr/bin/hp-plugin", line 354, in <module>
ok = utils.check_network_connection()
File "/usr/share/hplip/base/utils.py", line 2294, in check_network_connection
status = download_via_curl(url, head=True)
File "/usr/share/hplip/base/utils.py", line 2272, in download_via_curl
status, output = run(cmd)
File "/usr/share/hplip/base/utils.py", line 1295, in run
child = pexpect.spawnu(cmd, timeout=timeout)
File "/usr/share/hplip/base/pexpect/__init__.py", line 1755, in __init__
super(spawnu, self).__init__(*args, **kwargs)
File "/usr/share/hplip/base/pexpect/__init__.py", line 486, in __init__
self._spawn(command, args)
File "/usr/share/hplip/base/pexpect/__init__.py", line 637, in _spawn
os.execv(self.command, self.args)
PermissionError: [Errno 13] Permission denied
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 128, in apport_excepthook
increment_crash_counter(pr, pr_filename)
File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 355, in increment_crash_counter
fd = os.open(filename, os.O_NOFOLLOW | os.O_RDONLY | os.O_NONBLOCK)
PermissionError: [Errno 13] Permission denied: '/var/crash/_usr_share_hplip_plugin.py.1000.crash'
Original exception was:
Traceback (most recent call last):
File "/usr/bin/hp-plugin", line 354, in <module>
ok = utils.check_network_connection()
File "/usr/share/hplip/base/utils.py", line 2294, in check_network_connection
status = download_via_curl(url, head=True)
File "/usr/share/hplip/base/utils.py", line 2272, in download_via_curl
status, output = run(cmd)
File "/usr/share/hplip/base/utils.py", line 1295, in run
child = pexpect.spawnu(cmd, timeout=timeout)
File "/usr/share/hplip/base/pexpect/__init__.py", line 1755, in __init__
super(spawnu, self).__init__(*args, **kwargs)
File "/usr/share/hplip/base/pexpect/__init__.py", line 486, in __init__
self._spawn(command, args)
File "/usr/share/hplip/base/pexpect/__init__.py", line 637, in _spawn
os.execv(self.command, self.args)
PermissionError: [Errno 13] Permission denied
hp-plugin[12990]: debug: curl returned: 1
hp-plugin[12990]: debug: /usr/bin/ping -c1 -W1 -w10 www.hp.com
hp-plugin[12990]: debug: Traceback (most recent call last):
File "/usr/bin/hp-plugin", line 354, in <module>
ok = utils.check_network_connection()
File "/usr/share/hplip/base/utils.py", line 2296, in check_network_connection
status = check_network_via_ping(ping_server)
File "/usr/share/hplip/base/utils.py", line 2285, in check_network_via_ping
status, output = run(cmd)
File "/usr/share/hplip/base/utils.py", line 1295, in run
child = pexpect.spawnu(cmd, timeout=timeout)
File "/usr/share/hplip/base/pexpect/__init__.py", line 1755, in __init__
super(spawnu, self).__init__(*args, **kwargs)
File "/usr/share/hplip/base/pexpect/__init__.py", line 486, in __init__
self._spawn(command, args)
File "/usr/share/hplip/base/pexpect/__init__.py", line 637, in _spawn
os.execv(self.command, self.args)
PermissionError: [Errno 13] Permission denied
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 128, in apport_excepthook
increment_crash_counter(pr, pr_filename)
File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 355, in increment_crash_counter
fd = os.open(filename, os.O_NOFOLLOW | os.O_RDONLY | os.O_NONBLOCK)
PermissionError: [Errno 13] Permission denied: '/var/crash/_usr_share_hplip_plugin.py.1000.crash'
Original exception was:
Traceback (most recent call last):
File "/usr/bin/hp-plugin", line 354, in <module>
ok = utils.check_network_connection()
File "/usr/share/hplip/base/utils.py", line 2296, in check_network_connection
status = check_network_via_ping(ping_server)
File "/usr/share/hplip/base/utils.py", line 2285, in check_network_via_ping
status, output = run(cmd)
File "/usr/share/hplip/base/utils.py", line 1295, in run
child = pexpect.spawnu(cmd, timeout=timeout)
File "/usr/share/hplip/base/pexpect/__init__.py", line 1755, in __init__
super(spawnu, self).__init__(*args, **kwargs)
File "/usr/share/hplip/base/pexpect/__init__.py", line 486, in __init__
self._spawn(command, args)
File "/usr/share/hplip/base/pexpect/__init__.py", line 637, in _spawn
os.execv(self.command, self.args)
PermissionError: [Errno 13] Permission denied
hp-plugin[12990]: debug: ping returned: 1
error: Network connection not detected.
hp-plugin[12990]: debug: Unlocking: /home/emiliano/.hplip/hp-plugin.lock
Fatemi sapere se qualcuno ha qualche idea.
Grazie mille.