News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

[Resolved] Latest snapshot fails after AVWizard

Started by gadget, March 20, 2012, 02:14:57 AM

Previous topic - Next topic

gadget

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


/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?

l3mce

I never quit... I just ping out.

gadget

OK Thanks. I will wait for next build or go back to the beta.

l3mce

Quote from: gadget on March 20, 2012, 04:43:06 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.

I never quit... I just ping out.

bongowongo

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.

gadget

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.

l3mce

You can get to desktop by doing the following:

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.
I never quit... I just ping out.

gadget