Author Topic: [Resolved] Latest snapshot fails after AVWizard  (Read 4366 times)

gadget

  • Veteran
  • ***
  • Posts: 136
    • View Profile
[Resolved] Latest snapshot fails after AVWizard
« 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?
« Last Edit: March 23, 2012, 06:09:09 am by gadget »

l3mce

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1084
    • View Profile
Re: Latest snapshot fails after AVWizard
« Reply #1 on: March 20, 2012, 03:16:04 am »
Yeah... I know... Im workin on it.
I never quit... I just ping out.

gadget

  • Veteran
  • ***
  • Posts: 136
    • View Profile
Re: Latest snapshot fails after AVWizard
« Reply #2 on: March 20, 2012, 04:43:06 am »
OK Thanks. I will wait for next build or go back to the beta.

l3mce

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1084
    • View Profile
Re: Latest snapshot fails after AVWizard
« Reply #3 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.

I never quit... I just ping out.

bongowongo

  • wants to work for LinuxMCE
  • **
  • Posts: 826
    • View Profile
Re: Latest snapshot fails after AVWizard
« Reply #4 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.

gadget

  • Veteran
  • ***
  • Posts: 136
    • View Profile
[Resolved] Re: Latest snapshot fails after AVWizard
« Reply #5 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.

l3mce

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1084
    • View Profile
Re: [Resolved] Latest snapshot fails after AVWizard
« Reply #6 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.
I never quit... I just ping out.

gadget

  • Veteran
  • ***
  • Posts: 136
    • View Profile
Re: [Resolved] Latest snapshot fails after AVWizard
« Reply #7 on: March 26, 2012, 12:36:23 am »
Thanks l3mce. Desktop working now.

gadget.