LinuxMCE Forums

General => Installation issues => Topic started by: gadget on March 20, 2012, 02:14:57 am

Title: [Resolved] Latest snapshot fails after AVWizard
Post by: gadget on March 20, 2012, 02:14:57 am
I am setting up a test core with the latest snapshot of 10.04 and it stops after the AVWizard with the following.
snapshot version 1004-201203181915

Code: [Select]
/etc/rc2.d/S99Linuxmce: line 153: [: : integer expression expected
/etc/rc2.d/S99Linuxmce: line 177: [: : integer expression expected
.....starts other services
/etc/rc2.d/S99Linuxmce: line 212: [: : integer expression expected
Starting LinuxMCE Launch Manager ... ok

AVwizard completes fine but no Sarah?
Title: Re: Latest snapshot fails after AVWizard
Post by: l3mce on March 20, 2012, 03:16:04 am
Yeah... I know... Im workin on it.
Title: Re: Latest snapshot fails after AVWizard
Post by: gadget on March 20, 2012, 04:43:06 am
OK Thanks. I will wait for next build or go back to the beta.
Title: Re: Latest snapshot fails after AVWizard
Post by: l3mce on March 20, 2012, 04:59:30 am
OK Thanks. I will wait for next build or go back to the beta.

Well... if you wanted to you could find dvd-installer.sh firstboot and postinst.sh which are supposed to live in /root/new-installer, move them there, and then run /root/new-installer/postinst.sh and see if it glows. Will reboot when done... probably load avwizard again... and maybe, just maybe get to sarah.

Title: Re: Latest snapshot fails after AVWizard
Post by: bongowongo on March 20, 2012, 08:28:27 am
If you want to see which snapshot work.
Please visit
http://wiki.linuxmce.org/index.php/Snapshot_overview

If you have better knowledge, please update it.
Title: [Resolved] Re: Latest snapshot fails after AVWizard
Post by: gadget on March 23, 2012, 06:07:40 am
Thanks l3mce. Latest snapshot 201203211118 completes the install. Only thing so-far is that I can't use orbiter to get to the desktop.
Thanks for the update.

gadget.
Title: Re: [Resolved] Latest snapshot fails after AVWizard
Post by: l3mce on March 24, 2012, 08:50:09 am
You can get to desktop by doing the following:

Code: [Select]
sudo chattr -i /etc/X11/default-display-manager
sudo me=$(grep ':1000:1000:' /etc/passwd | cut -d':' -f1)
sudo chown -R $me.$me /home/$me/.kde
sudo reboot

This will be fixed on later snapshots.
Title: Re: [Resolved] Latest snapshot fails after AVWizard
Post by: gadget on March 26, 2012, 12:36:23 am
Thanks l3mce. Desktop working now.

gadget.