Hi,
I am trying to make a remaster that contains all necessary to bring in a working Wordpress blog.
So I have done several tests since a few weeks, none work the way I would like, though it comes out useable.
I explain:
I want it to work as a live CD, as well as an installed distribution once the live CD installed on hard drive. It is configured with Lighttpd, php, mysql. It also has phpMyAdmin installed and working, and additionnally, a Wordpress blog with several themes and plugins ready to go.
What happens:
first, once the live iso ready, when booting it, some browsers would not display the working theme in Wordpress. (The browsers are configured to start after login, with a "@browser" in the ~/.config/lxsession/LXDE/autostart file).
Now I figured out that Flock browser is nice on this matter and displays the theme fine. But similarly to other browsers it doesn't display the them in the Wordpress admin section !
Else, I sayd phpMyAdmin is installed and works : well, only Arora can connect to phpMyAdmin, and the other browsers : Firefox, Flock, (I didn't try Opera or Chrome) just crash when clicking on the entry in localhost. It's possible to turn around by loging in from the administration section of Wordpress, because I installed the plugin phpmyadmin that allows login into it from within the admin of WP.
Once installed, what happens ? This: The browsers start, and the localhost/wordpress page says "internal server error", so...
I do this:
*************************************************************
[root@localhost melodie]# service lighttpd start
Starting lighttpd: 2010-02-13 20:03:23: (log.c.118) opening errorlog '/var/log/lighttpd/error.log' failed:
Permission denied [ OK ]
[root@localhost melodie]# ls -l /var/log/lighttpd/
total 140
-rw-r--r-- 1
root root 138366 Feb 13 19:27 access.log
-rw-r--r-- 1
root root 2836 Feb 13 19:27 error.log
[root@localhost melodie]#
chown -R lighttpd.lighttpd /var/log/lighttpd/[root@localhost melodie]# service lighttpd start
Starting lighttpd: [ OK ][root@localhost melodie]#
service mysqld start
Starting MySQL: . [FAILED][root@localhost melodie]# service mysqld stop
[FAILED]
[root@localhost melodie]# service mysqld start
Starting MySQL: [FAILED]
[root@localhost melodie]# service mysqld restart
[FAILED]
Starting MySQL: . [FAILED]
[root@localhost melodie]# mysqld_safe
100213 20:10:33 mysqld_safe Logging to '/var/lib/mysql/localhost.err'.
100213 20:10:33 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
*************************************************************
Well, after lighttpd started, I could see the main wordpress page, but not go to "connection" (error on database connection), so I had to start mysql too. As you can see, on first start I need to start the mysqld_safe program in order for it to work.
Until now, after a few tests I did preceedingly, it seems that once mysql has been started once, even with "mysqld_safe" command, it will work next times too.
Now the critical questions : any fix for the lighttpd and mysqld start after it has been installed ? What happens during install that makes lighttpd and mysqld not work at once after install ?
About the images not showing in live CD, or in live iso, does anyone have an idea what is going on ?
Screenshots of the distro in function:


Thanks.