installation impossible

Started by krellaan, 2013/12/31, 12:35:59

Previous topic - Next topic

krellaan

Moin.

I've tried to run the installation routine but it is failed.
The siduction-13.2.0-december-kde-i386-201312310247.iso is on harddisk.
Error response and system info see below.


Server: BaseHTTP/0.3 Python/2.7.6
Date: Tue, 31 Dec 2013 11:17:44 GMT
Content-Type: text/html
Connection: close

<html>
<head>
<title>Error response</title>
<head>
<body>
<h1>Error response</h1>
<p>Error code 500
<p>Message:

Server error in /autopart
Traceback (most recent call last):
  File "/usr/share/pywwetha/source/pywwetha.py", line 699, in do_it
    self.handleDjinn(method, config)
  File "/usr/share/pywwetha/source/pywwetha.py", line 671, in handleDjinn
    response = application.__call__(self._wsgiEnvironment, self.startResponse)
  File "/usr/share/pywwetha/djinn/wsgihandler.py", line 120, in __call__
    rc = self.handle(application, docRoot, startResponse)
  File "/usr/share/pywwetha/djinn/wsgihandler.py", line 94, in handle
    rc = handler.__call__(self._request)
  File "/usr/share/sidu-installer/installer/views.py", line 61, in autopart
    rc = handlePage(AutoPartPage(session), request, session)
  File "/usr/share/sidu-installer/isource/autopartpage.py", line 25, in __init__
    self._diskInfo = DiskInfoPage(self)
  File "/usr/share/sidu-installer/isource/diskinfopage.py", line 131, in __init__
    self.importPartitionInfo()
  File "/usr/share/sidu-installer/isource/diskinfopage.py", line 292, in importPartitionInfo
    info += date
UnicodeDecodeError: 'ascii' codec can't decode byte 0xce in position 14: ordinal not in range(128)


</body>
</html>



root@siduction:/media/disk1part6# inxi -v3
System:    Host: siduction Kernel: 3.12-6.towo-siduction-686 i686 (32 bit, gcc: 4.8.2)
           Desktop: N/A Distro: siduction 13.2.0 December - kde - (201312310247)
Machine:   Mobo: ASUSTeK model: M70Vm version: 1.0 serial: BSN12345678901234567
           Bios: American Megatrends version: 207.000 date: 07/22/2008
CPU:       Dual core Intel Core2 Duo CPU P8600 (-MCP-) cache: 3072 KB flags: (lm nx pae sse sse2 sse3 sse4_1 ssse3 vmx) bmips: 9576.92
           Clock Speeds: 1: 800.00 MHz 2: 2400.00 MHz
Graphics:  Card: NVIDIA G96M [GeForce 9600M GS] bus-ID: 01:00.0
           X.org: 1.14.5 drivers: nouveau (unloaded: fbdev,vesa) tty size: 80x38 Advanced Data: N/A for root
Network:   Card-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
           driver: r8169 ver: 2.3LK-NAPI port: e800 bus-ID: 06:00.0
           IF: eth0 state: up speed: 100 Mbps duplex: full mac: 00:22:15:9e:6e:3a
           Card-2: Intel WiFi Link 5100 bus-ID: 03:00.0
           IF: N/A state: N/A mac: N/A
Drives:    HDD Total Size: 320.1GB (58.7% used) 1: model: ST9320320AS
Info:      Processes: 157 Uptime: 16 min Memory: 621.9/3041.1MB Runlevel: 5 Gcc sys: 4.8.2
           Client: Shell (bash 4.2.45) inxi: 1.9.17


melmarker

please download and use our 13.2.0 Release instead of the rc
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

krellaan

Ups - it was the release - my fault in the post.

siduction-13.2.0-december-kde-i386-201312310247.iso

ayla

Got the same error when trying to install on my ssd, file system ext4.

Settings on installer: Manually set partitons for /; /home; /data; (this 3 on GPT) /var; /win ; /swap; (this 3 on another ssd with "normal" PT); changed hostname, aktivated contrib/non-free, Grub to sda

Another try on a HD succeeded: Partiton for /; /home; changed hostname, aktivated contrib/non-free; Grub to sdc

Trying again on ssd with the same settings: same error.

Trying with changed settings now, one after the other, to find out the reason.

Greets
ayla

ayla

#4
ok, got the reason for the installers error:

My true name contains a german "Umlaut". Changing this "ü" to "ue" let the installer start.

Also I have to let the manually assigning of the swap space out of the config. Doing this manually let the installer stop with another error.


And why did it work on my testinstallation? I only write my true name in full lenght on my planned main system. On test installations I always shorten it to "jk"  ::)

devil

krellan,


cli-installer should work anyways.


greetz
devil

hamatoma

The reason of the error is a character set problem. Some info of the disk (e.g. partition label...) contains at least one non ASCII char, which cannot changed to UNICODE.
Therefore this error occurs on some systems, on other not.
This error will be repaired.


Dieser Fehler kommt dadurch, dass mindestens ein Nicht-ASCII-Zeichen in der Diskinfo (z.B. Partitions-Label) vorkommt, und dieses nicht nach UNICODE konvertiert werden kann.
Daher tritt der Fehler in manchen Systemen auf, in anderen nicht.

Bequimão

The error occurs here both in German and brazilian Portuguese. I can't imagine that the invalid caracter is from my disk information. I use a usb stick formatted in fat32 for use in both UEFI and MBR-Systems.The stick is shown in Dolphin as "090c Spaceloop".

Btw, the portuguese translation of sidu-installer is lost. The text is in English.

Happy New Year!
Bequimão
Bequimão (gesprochen: Be-ki-mãu) ist Manuel Beckmann,
brasilianischer Revolutionär in Maranhão (1630 - 1685).

cas

Hallo,
auf meinem Notebook gab es ebenfalls diesen Fehler im grafischen Installer, obwohl in keinem Namen oder HD-Label ein Umlaut war. cli-installer klappte.

Auf meinem Desktop scheitert schon der erste Schritt des Installers (und nicht erst der letzte, wie beim Notebook):
Unter der Adresse  "http://sidu-installer:8086/autopart" steht dann:

Quote
Server: BaseHTTP/0.3 Python/2.7.6 Date: Thu, 02 Jan 2014 10:44:19 GMT Content-Type: text/html Connection: close <html> <head> <title>Error response</title> <head> <body> <h1>Error response</h1> <p>Error code 500 <p>Message: 
 Server error in /autopart Traceback (most recent call last): File "/usr/share/pywwetha/source/pywwetha.py", line 699, in do_it self.handleDjinn(method, config) File "/usr/share/pywwetha/source/pywwetha.py", line 671, in handleDjinn response = application.__call__(self._wsgiEnvironment, self.startResponse) File "/usr/share/pywwetha/djinn/wsgihandler.py", line 120, in __call__ rc = self.handle(application, docRoot, startResponse) File "/usr/share/pywwetha/djinn/wsgihandler.py", line 94, in handle rc = handler.__call__(self._request) File "/usr/share/sidu-installer/installer/views.py", line 61, in autopart rc = handlePage(AutoPartPage(session), request, session) File "/usr/share/sidu-installer/isource/autopartpage.py", line 25, in __init__ self._diskInfo = DiskInfoPage(self) File "/usr/share/sidu-installer/isource/diskinfopage.py", line 131, in __init__ self.importPartitionInfo() File "/usr/share/sidu-installer/isource/diskinfopage.py", line 292, in importPartitionInfo info += date UnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position 16: ordinal not in range(128) 
</body> </html>


Auch der cli-installer funzt nicht! Es ergab sich
Quote
==========================
  Copying files. This can take a while. Please be patient.
  ==========================
  E: Error copying iso to harddisk
  O: siduction-installer ended abnormally

  ==========================
   install end, close the terminal
   ==========================
   Some error occured. Looking at /tmp/error_log.5KW0Vs70 might provide you with answers
   root@siduction:/home/siducer# less /tmp/error_log.5KW0Vs70

/tmp/error_log.5KW0Vs70 ist aber leer?!

Dieser Fehler ist reproduzierbar.
Ich habe aber weder im Username, noch in den Labels der Partitionen Umlaute oder Sonderzeichen?!

Grüße, Christian

cas

Quote from: hamatoma on 2014/01/01, 12:25:33
The reason of the error is a character set problem. Some info of the disk (e.g. partition label...) contains at least one non ASCII char, which cannot changed to UNICODE.

is there any possibility to check this diskinfo in advance?

devil

There is a new version of sidu-istaller. Please test.


greetz
devil

ayla

sorry,

I've tested with "umlaut" in clear name. Same error as before.

http://paste.siduction.org/20140102113855

greets
ayla

cas

#12
root@siduction:/home/siducer# apt-get update
root@siduction:/home/siducer# apt-get install  sidu-installer


schon beim ersten klick auf 'weiter', wiederum:

Server: BaseHTTP/0.3 Python/2.7.6 Date: Thu, 02 Jan 2014 11:42:55 GMT Content-Type: text/html Connection: close <html> <head> <title>Error response</title> <head> <body> <h1>Error response</h1> <p>Error code 500 <p>Message: <pre> Server error in /autopart Traceback (most recent call last): File "/usr/share/pywwetha/source/pywwetha.py", line 699, in do_it self.handleDjinn(method, config) File "/usr/share/pywwetha/source/pywwetha.py", line 671, in handleDjinn response = application.__call__(self._wsgiEnvironment, self.startResponse) File "/usr/share/pywwetha/djinn/wsgihandler.py", line 120, in __call__ rc = self.handle(application, docRoot, startResponse) File "/usr/share/pywwetha/djinn/wsgihandler.py", line 94, in handle rc = handler.__call__(self._request) File "/usr/share/sidu-installer/installer/views.py", line 61, in autopart rc = handlePage(AutoPartPage(session), request, session) File "/usr/share/sidu-installer/isource/autopartpage.py", line 25, in __init__ self._diskInfo = DiskInfoPage(self) File "/usr/share/sidu-installer/isource/diskinfopage.py", line 131, in __init__ self.importPartitionInfo() File "/usr/share/sidu-installer/isource/diskinfopage.py", line 292, in importPartitionInfo if date != '': UnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position 16: ordinal not in range(128) </pre> </body> </html>

hamatoma

#13
The error is corrected in version 2014.01.01 (and now: 2014.01.02)


apt-get update ; apt-get install sidu-installer ; pywwetha-control restart


Command to ensure the version:

apt-cache policy sidu-installer

cas

Quote from: hamatoma on 2014/01/02, 16:19:38
The error is corrected in version 2014.01.01
?
hatte bereits geschrieben, dass dies bei mir nicht zutrifft.

bzgl. cli-installer, der bei ja ebenfalls abschmiert (zumindest auf einem Rechner)
Quoteroot@siduction:/home/siducer# apt-cache policy  cli-installer
cli-installer:
  Installiert:           0.3.6
  Installationskandidat: 0.3.6
  Versionstabelle:
*** 0.3.6 0
        500 http://ftp.spline.de/pub/siduction/base/ unstable/main amd64 Packages
        100 /var/lib/dpkg/status