Problem with create_driver_links
Problem with create_driver_links
i've got this message when i try to do a create_driver_links.py :
'ascii' codec can't decode byte 0xc2 in position 15: ordinal not in range(128)
if someone knows this problem
thanks
O.Ferre
(Server : Debian 6.0 ; Opsi Version : 4.0)
ENS de Lyon
Re: Problem with create_driver_links
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
Re: Problem with create_driver_links
this is the output of the command
Command 'wget' found at: '/usr/bin/wget'
Command 'cabextract' found at: '/usr/bin/cabextract'
Buildin drivers dir '/opt/pcbin/install/winxppro/drivers/drivers/buildin' already exists
Deleting link directory '/opt/pcbin/install/winxppro/drivers/classes'
Traceback:
line 300 in '<module>' in file './create_driver_links.py'
line 95 in 'unlink' in file './create_driver_links.py'
line 212 in 'rmtree' in file '/usr/lib/python2.6/shutil.py'
line 212 in 'rmtree' in file '/usr/lib/python2.6/shutil.py'
line 206 in 'rmtree' in file '/usr/lib/python2.6/shutil.py'
line 70 in 'join' in file '/usr/lib/python2.6/posixpath.py'
==>>> 'ascii' codec can't decode byte 0xc2 in position 15: ordinal not in range(128)
'ascii' codec can't decode byte 0xc2 in position 15: ordinal not in range(128)
ENS de Lyon
Re: Problem with create_driver_links
please remove the following directories and files:
Code: Alles auswählen
rm -R /opt/pcbin/install/winxppro/drivers/classes
rm -R /opt/pcbin/install/winxppro/drivers/pciids
rm -R /opt/pcbin/install/winxppro/drivers/usbids
rm -R /opt/pcbin/install/winxppro/drivers/hdaudioids
rm -R /opt/pcbin/install/winxppro/drivers/vendors
rm /opt/pcbin/install/winxppro/drivers/pci.ids
rm /opt/pcbin/install/winxppro/drivers/usb.ids
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de