Show Posts
|
|
Pages: [1]
|
|
1
|
LinuxMCE / Installation issues / Re: Halts after avwiz, before sarah - x launced with black screen w/ cursor
|
on: August 07, 2011, 10: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?)
|
|
|
|
|
2
|
LinuxMCE / Users / Re: Greetings to all, back from exile!!! help wanted
|
on: November 13, 2010, 01:33:20 pm
|
|
I 've got a similar problem at installing:
Setting up pluto-database-settings (2.0.0.44.09112922522) ... ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
I tried to unset the password: ***************************** [root@mce-core]E_install/new-installer>mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 113 Server version: 5.0.67-0ubuntu6.1 (Ubuntu)
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> use mysql; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A
Database changed mysql> update user set password = '' where user = 'root' and host = 'localhost'; uery OK, 0 rows affected (0.00 sec) Rows matched: 1 Changed: 0 Warnings: 0
mysql> select Host, User, Password from user ; +------------------+------------------+-------------------------------------------+ | Host | User | Password | +------------------+------------------+-------------------------------------------+ | localhost | root | | | mce-core | root | | | 127.0.0.1 | root | | | localhost | | | | mce-core | | | | localhost | debian-sys-maint | *F610B9CF0BD777D6B52C1D5639E503D894265680 | | localhost | zmuser | *C1D2D6FC5C596AFB19FFC4331DF6DAA287749A3E | +------------------+------------------+-------------------------------------------+ 7 rows in set (0.00 sec)
mysql> ****************** but I still get this password problem, any quickfix please?
|
|
|
|
|
3
|
LinuxMCE / Installation issues / Re: Ubuntu 8.10 end of life breaks installer
|
on: November 13, 2010, 12:26:27 pm
|
|
GREAT THANKS to dextaslab for locating a remaining Repo.
Would be nice if the developers could switch to the lates version with LTS.
(With a three year waiting period for every next "stable" Debian de-facto has also proven to be a release, but I guess that 's a closed discussion)
|
|
|
|
|