Would you mind downloading this file & overwrite it in /usr/sbin (directly in the LiveCD session)? And launch the installer again to see & report if your problem is fixed or not?
Thanks

Dear Akuna,Akuna wrote:OK the fix is posted on SVN.
Would you mind downloading this file & overwrite it in /usr/sbin (directly in the LiveCD session)? And launch the installer again to see & report if your problem is fixed or not?
Thanks
Thank you very much & sorry for trouble, your feedback is real help.Sybelius wrote:Now, I am going to download again the ISO image and the file in the above link; I will inform you about the result
Code: Select all
chmod +x /usr/sbin/salix-live-installer.py
Code: Select all
Md5 from download page: c3ad902c7eac6d14ec290fefb5666e7d
Md5 ISO image: 5c8c9d12edc0d1d97961b45f32e163a6
Well, I will do it.gapan wrote:No, the iso hasn't changed. If you're getting a wrong md5sum, you should download again.
Are you doing all this in a LiveCD session? If so you should not reboot or else all your modifications would be gone (unless you used the persistent changes wizard?). Also no need to remove the old file first, as it should get squished by the new one.Sybelius wrote: - Copying the new file file salix-live-installer.py
on /usr/sbin/ (from "Home" with mv salix-live-installer.py /usr/sbin/ after removing the old one with rm salix-live-installer.py). Do nothing, even after rebooting.
Code: Select all
su
Code: Select all
wget http://salix.svn.sourceforge.net/viewvc/salix/salix-live-installer/trunk/src/salix-live-installer.py -O /usr/sbin/salix-live-installer.py
Code: Select all
chmod +x /usr/sbin/salix-live-installer.py
Code: Select all
salix-live-installer.py
Actually this suggestion was sort of a quick fix related to another bug that has already been handled. In any case it didn't apply to your situation, you can safely forget about that.Sybelius wrote:After that, I have been trying with Gapan's teaching (Try editing the /usr/sbin/salix-live-installer.py file and in line 1742 change the hda5 with sda5).
Which is quite normal, that command wasn't meant to be used that way.Sybelius wrote:Also I have been writing the command "chmod +x /usr/sbin/salix-live-installer.py" as with "hda5" on line 1742 as with "sda5". Do nothing.
Code: Select all
one[~]$ su
Password:
root[one]# wget http://salix.svn.sourceforge.net/viewvc/salix/salix-live-installer/trunk/src/salix-live-installer.py -O /usr/sbin/salix-live-installer.py
--2010-05-06 01:24:15-- http://salix.svn.sourceforge.net/viewvc/salix/salix-live-installer/trunk/src/salix-live-installer.py
Risoluzione di salix.svn.sourceforge.net... 216.34.181.65
Connessione a salix.svn.sourceforge.net|216.34.181.65|:80... connesso.
HTTP richiesta inviata, in attesa di risposta... 200 OK
Lunghezza: non specificato [text/x-python]
Salvataggio in: "/usr/sbin/salix-live-installer.py"
[ <=> ] 112.382 48,5K/s in 2,3s
2010-05-06 01:24:20 (48,5 KB/s) - "/usr/sbin/salix-live-installer.py" salvato [112382]
root[one]# chmod +x /usr/sbin/salix-live-installer.py
root[one]# salix-live-installer.py
The ntpd is already running with pid: 12491 12486
Traceback (most recent call last):
File "/usr/sbin/salix-live-installer.py", line 2027, in on_partition_tab_clicked
partition_list_initialization()
File "/usr/sbin/salix-live-installer.py", line 468, in partition_list_initialization
part_name = drive + line.split() [0]
IndexError: list index out of range
root[one]#
Excellent! This is a very helpful information. It tells me exactly what is wrong.Sybelius wrote:Traceback (most recent call last):
File "/usr/sbin/salix-live-installer.py", line 2027, in on_partition_tab_clicked
partition_list_initialization()
File "/usr/sbin/salix-live-installer.py", line 468, in partition_list_initialization
part_name = drive + line.split() [0]
IndexError: list index out of range
I agree that this process can seem tedious but it is very important since I cannot fully anticipate in advance all the scenarios & different setup that the installer will encounter in real life.Please, if is important about Salix we continue with experiments, if it is boring you, we can give up. Ciao