Siduction Forum

BUGS => Archiv Bugs => 2013.2 => Topic started by: krellaan on 2013/12/31, 12:35:59

Title: installation impossible
Post by: krellaan on 2013/12/31, 12:35:59
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.


Code: [Select]
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>


Code: [Select]
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
Title: Re: installation impossible
Post by: melmarker on 2013/12/31, 13:20:55
please download and use our 13.2.0 Release instead of the rc
Title: Re: installation impossible
Post by: krellaan on 2013/12/31, 15:01:21
Ups - it was the release - my fault in the post.

siduction-13.2.0-december-kde-i386-201312310247.iso
Title: Re: installation impossible
Post by: ayla on 2013/12/31, 16:28:11
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
Title: Re: installation impossible
Post by: ayla on 2013/12/31, 16:45:21
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"  ::)
Title: Re: installation impossible
Post by: devil on 2013/12/31, 18:51:25
krellan,


cli-installer should work anyways.


greetz
devil
Title: Re: installation impossible
Post by: 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.
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.
Title: Re: installation impossible
Post by: Bequimão on 2014/01/01, 17:28:13
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
Title: Re: installation impossible
Post by: cas on 2014/01/02, 12:12:23
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
Title: Re: installation impossible
Post by: cas on 2014/01/02, 12:15:57
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?
Title: Re: installation impossible
Post by: devil on 2014/01/02, 12:20:58
There is a new version of sidu-istaller. Please test.


greetz
devil
Title: Re: installation impossible
Post by: ayla on 2014/01/02, 12:42:07
sorry,

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

 http://paste.siduction.org/20140102113855

greets
ayla
Title: Re: installation impossible
Post by: cas on 2014/01/02, 12:44:44
Code: [Select]
root@siduction:/home/siducer# apt-get update
root@siduction:/home/siducer# apt-get install  sidu-installer

schon beim ersten klick auf 'weiter', wiederum:
Code: [Select]
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>
Title: Re: installation impossible
Post by: hamatoma on 2014/01/02, 16:19:38
The error is corrected in version 2014.01.01 (and now: 2014.01.02)

Code: [Select]
apt-get update ; apt-get install sidu-installer ; pywwetha-control restart

Command to ensure the version:
Code: [Select]
apt-cache policy sidu-installer
Title: Re: installation impossible
Post by: cas on 2014/01/02, 16:34:14
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)
Quote
root@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
Title: Re: installation impossible
Post by: hamatoma on 2014/01/02, 20:19:34
Hast Du die Version verifiziert?
Ich habe das Paket etwa um 0:15 Uhr hochgeladen, die Mirror brauchen 2-24 Stunden zur Aktualisierung, Dein Beitrag ist von 0:44.
Wenn jemand den Fehler mit V 2014.01.01 nachvollziehen kann, bitte die Datei /var/cache/sidu-base/partinfo.txt verfügbar machen.
Unter http://s.i-sar.eu (http://s.i-sar.eu) gibt es die aktuellesten Pakete.
If anyone can reproduce the error please give me access to the file /var/cache/sidu-base/partinfo.txt
Title: Re: installation impossible
Post by: unklarer on 2014/01/02, 20:50:55
Code: [Select]
root@siduction:/home/siducer# sidu-installer-control start
pywwetha is still running: .1532.
[ ok ] Starting sidu-base (via systemctl): sidu-base.service.
root@siduction:/home/siducer# apt-cache policy sidu-installer
sidu-installer:
  Installiert:           2014.01.01
  Installationskandidat: 2014.01.01
  Versionstabelle:
 *** 2014.01.01 0
        500 http://ftp.spline.de/pub/siduction/base/ unstable/main amd64 Packages
        100 /var/lib/dpkg/status
Ich hoffe, det hilft.  ;)


Title: Re: installation impossible
Post by: hamatoma on 2014/01/02, 20:58:02
Danke.
Das Problem kommt also von den griechischen Buchstaben in /etc/aptosid-version
Title: Re: installation impossible
Post by: hamatoma on 2014/01/02, 21:22:37
Ich hoffe, det hilft.  ;)
Leider nicht nachvollziehbar.
Kommst Du mal in IRC. Geht schneller für Fragen.
Title: Re: installation impossible
Post by: cas on 2014/01/03, 00:10:28
so, habe jetzt auch zuende installiert (dh also installation possible). dank an alle entwickler für die von mir sehnlichst erwartete distro.

war allerdings die umständlichste installation, die ich je erlebt habe
grüße, christian
Title: Re: installation impossible
Post by: hamatoma on 2014/01/03, 00:15:43
Die nächsten haben es dann leichter :)
Title: Re: installation impossible
Post by: unklarer on 2014/01/03, 11:28:41
Sodele,

als Rentner mußte ich erst mal ausschlafen.  8)

Ich kann auch eine erfolgreiche Installation von december, in der gewohnten 5Minuten Dauer, vermelden.

Mein Dank an das gesamte Team, insbesondere an hamatoma; cas und devil, für ihre Geduld im IRC.
Man müßte griechisch können...   ;)
Title: Re: installation impossible
Post by: cas on 2014/01/04, 17:55:56
Die nächsten haben es dann leichter :)
dazu sollte man hier vielleicht nochmal erwähnen, was geholfen hat. Ich weiss es selbst nicht mehr auswendig: update, irgendwas neu installieren und restarten.


hier steht es ja schon:
http://forum.siduction.org/index.php?topic=4143.msg34895#msg34895
Title: Re: installation impossible
Post by: cas on 2014/01/04, 18:02:34
Unter http://s.i-sar.eu (http://s.i-sar.eu) gibt es die aktuellesten Pakete.
rein aus interesse:
was müsste man tun , um diese quelle zu verwenden. runterladen und dann mit dpkg installieren
oder etwas in eine der Dateien in /etc/apt/sources.list.d eintragen?