Bug 296216

Summary: Live Installer Installation Error
Product: [openSUSE] openSUSE 10.3 Reporter: Stephan Binner <stbinner>
Component: YaST2Assignee: Jiri Srain <jsrain>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None    
Version: Alpha 7   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: /var/log/YaST2/*
screenshot
screenshot

Description Stephan Binner 2007-07-31 20:03:59 UTC
Observed with yast2-live-installer-2.15.0:

=== System Checking ===
Checking for /usr/bin/chroot binary... Passed
Checking for chroot directory /mnt... Passed
Checking for binary /mnt/bin/ls... Failed
Comment 1 Stephan Binner 2007-08-01 15:39:30 UTC
Same with version 2.15.1
Comment 2 Stephan Binner 2007-08-01 15:51:10 UTC
Created attachment 154905 [details]
/var/log/YaST2/*
Comment 3 Jiri Srain 2007-08-02 08:59:54 UTC
Where do this messages come from? Never seen them...
Comment 4 Stephan Binner 2007-08-02 09:42:12 UTC
Created attachment 155102 [details]
screenshot

It's shown when clicking on "Yes" in this dialog box. :-)
Comment 5 Stephan Binner 2007-08-02 09:43:06 UTC
Created attachment 155103 [details]
screenshot

The initial comment as screenshot
Comment 6 Jiri Srain 2007-08-02 10:35:43 UTC
Thanks!

Would it be possible to get access to the machine at the moment when the problem appears (you get the popup)? It looks like something was missed while copying. This routine has been already rewritten anyway, I'm just finishing testing.

BTW: From which media are you installing?
Comment 7 Stephan Binner 2007-08-02 12:17:42 UTC
I'm testing a self-made kiwi-built Live-CD within a VMware Server (to which I could give you access). You can find the media as /mounts/users-space/stbinner/live-installer-test.iso in our network.
Comment 8 Stephan Binner 2007-08-02 14:21:54 UTC
The error is gone with 2.15.2 - now it hangs for half an hour or so at 5% while "Copying root filesystem...". :-(  I updated live-installer-test.iso.
Comment 9 Jiri Srain 2007-08-03 13:07:59 UTC
The hang is in order to find the size of the files on the CD (running 'du -s <dir>'). Using 'df' does not work, since there may be some tricks with symlinks on the image.

I'm sorry but I don't know how to get rid of the "scanning" time at the beginning unless I want to give up progress completly. If you have any idea on how to be able to report progress without that time, I'd appreciate it.

Since you wrote the error is gone, I'm marking this as FIXED. Feel free to reopen if this problem appears again.
Comment 10 Stephan Binner 2007-08-03 13:41:02 UTC
That sounds very hackish :-)... Could you add reading of eg /etc/live-installer.conf where the creator of the CD can specify how much minimum disk space one needs for a succesfull installation?