Hi Nio, (inlines) On 01/31/2016 09:18 AM, Nio Wiklund wrote: > >> 2. The information about the version according to >> >> uname -a >> >> is a little confusing (i586 or i686?). It does not handle more than 2 GB >> RAM well, which indicates a non-pae kernel. I will check it in my IBM >> Thinkpad with an Intel Pentium M later. > The following command works in the installed system and might work also > via chroot: > > sudo apt-get install linux-image-686-pae > > After reboot I get the following response, which make me convinced that > it works: > > $ uname -a > Linux torios 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt20-1+deb8u3 > (2016-01-17) i686 GNU/Linux > $ free -m > total used free shared buffers cached > Mem: 3929 237 3691 30 18 128 > -/+ buffers/cache: 90 3838 > Swap: 4838 0 4838 In the install pae script I do debianBase(){ #assume Debian if [ "$RELEASE" == "8" ] then logECHO "Debian Jessie 8" #Jessie KERNEL=(linux-base linux-image-686-pae linux-headers-686-pae) else logECHO "Debian Release=$RELEASE" ## not sure what else to do yet... placeholder for the stuff KERNEL=(linux-base linux-image-686-pae linux-headers-686-pae) fi echo "30 #pae" >> "$TAILFILE" } The $TAILFILE lines did not end up showing progress in the right way, so I have discontinued progress indication until I have more time to fix it... a 'nice' feature but not critical
As far as I know this has worked fine for me. I have tested it a few times, and from what I remember it worked. > >> Installing: >> >> 1. At the basic OBI level: The window 'Select device - and continue' is >> too small (should be wider to accomodate all the text) > I did not react to this - so I guess it is good now ;-) great! >> 2. For some reason the SSD drive connected via eSATA is shown twice in >> this menu (minor bug but confusing). > I did not react to this - so I guess it is good now ;-) maybe my poking around in that function fixed it. >> 3. There is no box to check in the 'Final warning' window. But you can >> click on the text 'Check this box ...' - maybe it should be changed to >> 'Click on this line to get it checked, if you are ready to go'. I think >> this is a zenity bug (or bad cooperation between zenity and jwm). > This bug remains, also found by Jack. It might be hard to get fixed. > yeah... we might try it with another theme (i.e. NOT Numix) but at the same time, Gnome has been seriously imparing things in other DE. For example, use Gedit in xenial.... I am sure it is great in Gnome, but it is rather horrid in JWM. I use Pluma in JWM now. >> Installed system: >> >> 1. Apparmor init failed for me too. >> >> 2. A start job is running ... (waiting for 90 s: systemd problem?) > I did not react to this - so I guess it is good now ;-) Yeah Jack was right about the swap. It was the same thing as the initial UUID bug I found. Now we get UUID instead of PARTUUID >> 3. The tick boxes in ztweaks is missing, you have to click on the white >> space where it is supposed to be in order to activate it. The same >> zenity bug as before. In this case it does not work to click on the >> text, so it is really confusing. > As I said before, we might skip ztweaks (until this bug can be fixed). > ok So, do we remove it from the install totally? I might see if I can rework it.... >> 4. The colours of the prompt in the terminal window are not green and red. > This is a minor bug, but it is still alive. You found the way to fix it. I usually set the Sakura palette to Tango. I think the issue is minor enough for things to be ok for now. >> 5. The panel icon for audio is bad, or should I say, the app behind it >> does not work correctly. I cannot open the mixer. I have to select >> preferences and show slider, otherwise it is mute. 'Open mixer' just >> flashes by - does not leave anything open. > This looks good now :-) yeah we needed alsa-utils > ... > The Final Warning window of the advanced OBI level still says > > 'Check this box if ...' but there is no box. Please change the text to > > 'Click on this line ...' or something easy to understand in both cases > (of the basic and advanced OBI level). Now I think is bad English and > maybe hard to understand for the basic OBI level. Ah yeah.. that is in a different file from the basic version. Thanks for catching this! It is the same now as the other "Click this if you are ready to go" -- Regards -- Mailing list: https://launchpad.net/~torios-dev Post to : torios-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~torios-dev More help : https://help.launchpad.net/ListHelp