I am having a very similar, maybe the same problem. see: [url]http://fogproject.org/forum/threads/error-creating-tasks-internal-service-error.3798/[/url]
Posts made by dfear
-
RE: Deploy or Upload Confirm Task Web page freezes
-
Error creating tasks .... internal service error
I can successfully perform a full or quick host registration and inventory from the pxe menu.
In the management interface i can see the hosts i have added to fog, but when i try to create a task it fails.
note: i am trying to create an upload image task.
I can get to the confirm task screen (after selecting the type of task i want to run/create). When i click on the ‘upload image’ button the page reloads, but only displays about half of the output/page (see second screenshot).
The 1st screenshot is the confirm task page; the last point in the task creation process which works.
I monitored the loading of the page using the dev console in google chrome, which says that i get the following error for the index.php file:
“response”: {
“status”: 500,
“statusText”: “Internal Server Error”,Furthermore no tasks are created in the database and no files are created in the pxelinux.cfg directory on the tftp server (http/fog, mysql and tftp servers are all on the same machine).
I can write to the database, because i can add hosts to the system and i have checked the the pxelinux.cfg directory has the correct owner and permissions.
What’s doing on???
Someone please help!!![url=“/_imported_xf_attachments/0/184_Screenshot from 2012-11-01 14:55:03.png?:”]Screenshot from 2012-11-01 14:55:03.png[/url][url=“/_imported_xf_attachments/0/185_Screenshot from 2012-11-01 14:55:51.png?:”]Screenshot from 2012-11-01 14:55:51.png[/url][url=“/_imported_xf_attachments/0/186_upload image - task creation problem.txt?:”]upload image - task creation problem.txt[/url]
-
RE: Problem with management interface
Hi
I have managed somehow to fix the problem i was having.
Here is a copy of my lighttpd.conf file, hope this of use to someone with the same or similar problem.
lighttpd.conf (see attached file)
[url=“/_imported_xf_attachments/0/142_lighttpd.conf.txt?:”]lighttpd.conf.txt[/url]
-
RE: Problem with management interface
Hi
checked config.php file, found Line 42 in 0…32. IP address is correct.
Tried to reinstall fog but the installfog.sh script thinks i’m running on ubuntu and fails when apt-get doesn’t work.
I am running Arch Linux.
I edited the stylesheet tags in index.php and includes/loginform.include.php to point to absolute URLs and not the default relative URLs; and still that same problem occurs.
Nothing in lighttpd or php-fpm error logs. You would think if either lighttpd or php-fpm couldn’t load the css files there would be a message in either of their log files.
Please help me fix this problem.
-
Problem with management interface
I’m having a an issue with the management interface.
On server A:
I set up fog 0.32 on ubuntu 11.04 using Apache2 + mod_php. Looks and works as expected.On server B:
I copied the fog setup from server A. I did this by creating tar.gz files of /opt/ and /var/www, along with a .sql dumps from the mysql server.server B is running on archlinux arm using lighttpd + php-fpm. I have the management interface up and running. I can login and see all the data that was previously on server A.
The problem that i have with the management interface on server B is that it looks like the css files are not being loaded. If you look at the 2 screenshots attached; the first screenshot shows the management interface of server A and the 2nd screenshot the management interface of server B. On server B if i copy the URLs of the css files (from the page source in the browser or from the .php files) and paste them into my web browser, they load up fine.
Please help me fix this problem.
[url=“/_imported_xf_attachments/0/98_Screenshot at 2012-04-12 19:55:31.png?:”]Screenshot at 2012-04-12 19:55:31.png[/url][url=“/_imported_xf_attachments/0/99_Screenshot at 2012-04-12 19:55:00.png?:”]Screenshot at 2012-04-12 19:55:00.png[/url]