1
Installation issues / Re: Halts after avwiz, before sarah - x launced with black screen w/ cursor
« on: August 07, 2011, 11:51:51 am »
Same problem here.
I ran through the AV-wizzard okay, but no lady (apparently Sarah) asking me questions about the home setup.
In the meantime I opened up ssh port 22
(on a Root prompt using the command:
/sbin/iptables -A INPUT -p tcp -d 0/0 -s 0/0 --dport 22 -j ACCEPT
)
This enabled me to run an X-forwarded browser to access
http: // localhost/lmce-admin
to add some users and enable administration from the external (home)-network.
But no Sarah.
Is there any description of the installation process, to tell me what to tweak to get "her" running from the CLI without re-installing from dvd?
(e.g. an extra command in or from firstboot /etc/rc5.d/S90firstboot ?: Which one?)
I ran through the AV-wizzard okay, but no lady (apparently Sarah) asking me questions about the home setup.
In the meantime I opened up ssh port 22
(on a Root prompt using the command:
/sbin/iptables -A INPUT -p tcp -d 0/0 -s 0/0 --dport 22 -j ACCEPT
)
This enabled me to run an X-forwarded browser to access
http: // localhost/lmce-admin
to add some users and enable administration from the external (home)-network.
But no Sarah.
Is there any description of the installation process, to tell me what to tweak to get "her" running from the CLI without re-installing from dvd?
(e.g. an extra command in or from firstboot /etc/rc5.d/S90firstboot ?: Which one?)