Hi, it sounds like the same issue I have had.
My solusion was to remove the www.conf in the /etc/php-fpm.d directory.
this directory must contane one file only (fog.conf)
Posts made by pijltje
-
RE: 503 Service Unavailable Error
-
RE: All fog services turning off on hosts after reimage.
@george1421
In my case de services is running oke on the client.
The issue remain on the fog server, all the client settings are checked before imagine a computer and after imagine the computer (or again) all the client setting are unchecked. in the fog GUI “Client Settings”
If manually checked again after imaging, then the client will apply the client settings and reboot.
and everything is working oke.Just noticed the the current power management settings are also gone after re-imaging
-
RE: All fog services turning off on hosts after reimage.
Hi,
I am expiring also the same issue, and was wondering if any one has found a answer for this issue
Server
Fog 1.5.0.16
OS Centos 7Client
Service Version 0.11.15
OS Windows 10 1709 Education -
RE: Issue with the inventory (SVN 3067)
[SIZE=4][FONT=arial][COLOR=#222222]couldn’t resist[/COLOR] to install r3072, it seems my issues are solved…:)[/FONT][/SIZE]
[SIZE=4][FONT=arial]what a great support :)[/FONT][/SIZE]
[SIZE=4][FONT=arial]I am very very grateful…:)[/FONT][/SIZE] -
RE: Issue with the inventory (SVN 3067)
ok, did restore the database from a backup before I dropped the database. normally this works.
-
RE: Issue with the inventory (SVN 3067)
just update to r3068
inventory will save in table inventory now, only with iID 0 ?
but still no show in web ui (no result found)
will try tomorrow with a empty database… -
RE: Issue with the inventory (SVN 3067)
link encap: Ethernet inet addr: 192.168.51.61
this seems ok to me? -
RE: Issue with the inventory (SVN 3067)
did it, the issue remains the same (0 rows affected)
i have dropped the database (fog) and let fog make a new empty database
the issue still remains the same, it will not save the inventory in the inventory table and it’s stuck on “attempting to save inventory…”
the system is registered in the host table. -
Issue with the inventory (SVN 3067)
I am having some issue with the inventory (SVN 3067)
it will not show in the web ui (no results)
removing the system and re adding the system doesn’t help
the inventory isn’t uploaded in to the database and boot screen is stuck on “attempting to send inventory”
did I do something wrong?Apache2 log
[Tue Mar 03 15:16:32.664873 2015] [:error] [pid 54278] [client 192.168.49.29:46335] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/service/inventory.php on line 56
[Tue Mar 03 15:16:32.687331 2015] [:error] [pid 53031] [client 192.168.49.29:46336] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/service/inventory.php on line 56
[Tue Mar 03 15:16:32.709704 2015] [:error] [pid 54258] [client 192.168.49.29:46337] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/service/inventory.php on line 56
[Tue Mar 03 15:16:32.730368 2015] [:error] [pid 54271] [client 192.168.49.29:46338] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/service/inventory.php on line 56
[Tue Mar 03 15:16:32.753386 2015] [:error] [pid 54277] [client 192.168.49.29:46339] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/service/inventory.php on line 56
[Tue Mar 03 15:16:32.775073 2015] [:error] [pid 54281] [client 192.168.49.29:46340] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/service/inventory.php on line 56
[Tue Mar 03 15:16:32.796549 2015] [:error] [pid 54279] [client 192.168.49.29:46341] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/service/inventory.php on line 56 -
RE: Issue add computer to AD after inventory (latest SVN 3014)
I did some google ling, php5-mcrypt seem Ubuntu 14.04 has some issue with it…
The solution (for me) :
updatedb
locate mcrypt.ini
Should show it located at /etc/php5/mods-available
locate mcrypt.so
Edit mcrypt.ini and change extension to match the path to mcrypt.so, example:
extension=/usr/lib/php5/20121212/mcrypt.so [B](this path is missing) [/B]
Now this:
php5enmod mcrypt - (optional since its already enabled during phpmyadmin setup)
Verify that new files exists here (they should be auto created from the issue above)
ls -al /etc/php5/cli/conf.d/20-mcrypt.ini
ls -al /etc/php5/apache2/conf.d/20-mcrypt.ini
Otherwise do the following
Create symbol links now
ln -s /etc/php5/mods-available/mcrypt.ini /etc/php5/cli/conf.d/20-mcrypt.ini
ln -s /etc/php5/mods-available/mcrypt.ini /etc/php5/apache2/conf.d/20-mcrypt.ini
Restart Apacahe
service apache2 restartand we have a working system again…
Thanks for the support -
RE: Issue add computer to AD after inventory (latest SVN 3014)
strange, according to Ubuntu and get-apt
php5-mcrypt is already the newest version. ?? -
RE: Issue add computer to AD after inventory (latest SVN 3014)
Sorry forgot to add the log
foreach() in /var/www/fog/lib/pages/HostManagementPage.class.php on line 538, referer: [url]http://192.168.48.80/fog/management/index.php?node=host[/url]
[Mon Feb 16 12:04:57.186801 2015] [:error] [pid 24309] [client 192.168.48.150:58637] PHP Warning: Invalid argument supplied for foreach() in /var/www/fog/lib/pages/HostManagementPage.class.php on line 620, referer: [url]http://192.168.48.80/fog/management/index.php?node=host[/url]
[Mon Feb 16 12:04:57.186933 2015] [:error] [pid 24309] [client 192.168.48.150:58637] PHP Warning: Invalid argument supplied for foreach() in /var/www/fog/lib/pages/HostManagementPage.class.php on line 669, referer: [url]http://192.168.48.80/fog/management/index.php?node=host[/url]
[Mon Feb 16 12:04:57.187713 2015] [:error] [pid 24309] [client 192.168.48.150:58637] PHP Warning: Invalid argument supplied for foreach() in /var/www/fog/lib/pages/HostManagementPage.class.php on line 716, referer: [url]http://192.168.48.80/fog/management/index.php?node=host[/url]
[Mon Feb 16 12:04:57.187784 2015] [:error] [pid 24309] [client 192.168.48.150:58637] PHP Warning: Invalid argument supplied for foreach() in /var/www/fog/lib/pages/HostManagementPage.class.php on line 751, referer: [url]http://192.168.48.80/fog/management/index.php?node=host[/url]
[Mon Feb 16 12:05:02.314630 2015] [:error] [pid 24309] [client 192.168.48.150:58637] PHP Fatal error: Call to undefined function mcrypt_get_iv_size() in /var/www/fog/lib/fog/FOGBase.class.php on line 284, referer: [url]http://192.168.48.80/fog/management/index.php?node=host&sub=edit&id=601[/url]
[Mon Feb 16 12:05:06.633518 2015] [:error] [pid 24309] [client 192.168.48.150:58666] PHP Warning: Invalid argument supplied for foreach() in /var/www/fog/lib/pages/HostManagementPage.class.php on line 538
[Mon Feb 16 12:05:06.647646 2015] [:error] [pid 24309] [client 192.168.48.150:58666] PHP Warning: Invalid argument supplied for foreach() in /var/www/fog/lib/pages/HostManagementPage.class.php on line 620
[Mon Feb 16 12:05:06.647782 2015] [:error] [pid 24309] [client 192.168.48.150:58666] PHP Warning: Invalid argument supplied for foreach() in /var/www/fog/lib/pages/HostManagementPage.class.php on line 669
[Mon Feb 16 12:05:06.648504 2015] [:error] [pid 24309] [client 192.168.48.150:58666] PHP Warning: Invalid argument supplied for foreach() in /var/www/fog/lib/pages/HostManagementPage.class.php on line 716
[Mon Feb 16 12:05:06.648545 2015] [:error] [pid 24309] [client 192.168.48.150:58666] PHP Warning: Invalid argument supplied for foreach() in /var/www/fog/lib/pages/HostManagementPage.class.php on line 751
[Mon Feb 16 12:06:00.471200 2015] [core:notice] [pid 11785] AH00051: child pid 24497 exit signal Segmentation fault (11), possible coredump in /etc/apache2 -
Issue add computer to AD after inventory (latest SVN 3014)
We are having a issue with the latest SVN (3014),
Did a full inventory and forget to add the computer to a AD (Y)
now we try to add the computer to the AD with the menu option (active directory)
after pressing update the screen blanks out and noting is happening …Am I doing something wrong?
-
RE: Web UI Issue after upgrade to latest SVN
I just installed the latest SVN and indeed it seems to solve my issue…
Thanks…
Life can be so simpleSOLVED !!!
-
RE: Web UI Issue after upgrade to latest SVN
some one any suggestions?
in how to solve this issue -
RE: Web UI Issue after upgrade to latest SVN
Just find out that the issue is in the database, restored a old database and FOG is working again (maybe a bug in the database)
-
Web UI Issue after upgrade to latest SVN
Hi,
I upgrade FOG to the latest SVN 2736 (coming from SVN 2707)
Server is running under Ubuntu 14.04.01 LTS
Now in the web UI the left menu isn’t showing and the host and task screen are complete blank.
can’t find any thing on the forum, don’t know what I did wrong.Please advice.
Apache2 error.log:
[Thu Dec 04 13:05:16.510444 2014] [:error] [pid 11773] [client 192.168.49.90:51219] PHP Warning: MySQL::query(): Couldn’t fetch mysqli in /var/www/fog/lib/db/MySQL.class.php on line 90
[Thu Dec 04 13:05:16.510582 2014] [:error] [pid 11773] [client 192.168.49.90:51219] PHP Warning: mysqli::query(): Couldn’t fetch mysqli in /var/www/fog/lib/db/MySQL.class.php on line 89
[Thu Dec 04 13:05:16.510606 2014] [:error] [pid 11773] [client 192.168.49.90:51219] PHP Warning: MySQL::query(): Couldn’t fetch mysqli in /var/www/fog/lib/db/MySQL.class.php on line 90
[Thu Dec 04 13:05:16.511384 2014] [:error] [pid 11773] [client 192.168.49.90:51219] PHP Warning: mysqli::query(): Couldn’t fetch mysqli in /var/www/fog/lib/db/MySQL.class.php on line 89
[Thu Dec 04 13:05:16.511424 2014] [:error] [pid 11773] [client 192.168.49.90:51219] PHP Warning: MySQL::query(): Couldn’t fetch mysqli in /var/www/fog/lib/db/MySQL.class.php on line 90
[Thu Dec 04 13:05:16.511575 2014] [:error] [pid 11773] [client 192.168.49.90:51219] PHP Warning: mysqli::query(): Couldn’t fetch mysqli in /var/www/fog/lib/db/MySQL.class.php on line 89
[Thu Dec 04 13:05:16.511599 2014] [:error] [pid 11773] [client 192.168.49.90:51219] PHP Warning: MySQL::query(): Couldn’t fetch mysqli in /var/www/fog/lib/db/MySQL.class.php on line 90
[Thu Dec 04 13:05:16.511689 2014] [:error] [pid 11773] [client 192.168.49.90:51219] PHP Warning: mysqli::query(): Couldn’t fetch mysqli in /var/www/fog/lib/db/MySQL.class.php on line 89
[Thu Dec 04 13:05:16.511711 2014] [:error] [pid 11773] [client 192.168.49.90:51219] PHP Warning: MySQL::query(): Couldn’t fetch mysqli in /var/www/fog/lib/db/MySQL.class.php on line 90
[Thu Dec 04 13:05:25.179891 2014] [mpm_prefork:notice] [pid 9074] AH00169: caught SIGTERM, shutting down
[Thu Dec 04 13:05:26.275195 2014] [mpm_prefork:notice] [pid 15681] AH00163: Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.5 configured – resuming normal operations
[Thu Dec 04 13:05:26.275300 2014] [core:notice] [pid 15681] AH00094: Command line: ‘/usr/sbin/apache2’
[Thu Dec 04 13:05:53.136918 2014] [:error] [pid 15715] [client 192.168.48.150:30424] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/plugins/accesscontrol/hooks/RemoveU$
[Thu Dec 04 13:06:29.858654 2014] [:error] [pid 15712] [client 192.168.48.150:30460] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/plugins/accesscontrol/hooks/RemoveU$
[Thu Dec 04 13:06:33.347815 2014] [:error] [pid 15688] [client 192.168.48.150:30464] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/plugins/accesscontrol/hooks/RemoveU$
[Thu Dec 04 13:06:40.552428 2014] [:error] [pid 15689] [client 192.168.48.150:30472] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/plugins/accesscontrol/hooks/RemoveU$
[Thu Dec 04 13:06:45.315234 2014] [:error] [pid 15717] [client 192.168.48.150:30477] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/plugins/accesscontrol/hooks/RemoveU$
[Thu Dec 04 13:06:51.461289 2014] [:error] [pid 15714] [client 192.168.48.150:30492] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/plugins/accesscontrol/hooks/RemoveU$
[Thu Dec 04 13:06:54.776529 2014] [:error] [pid 15712] [client 192.168.48.150:30495] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/plugins/accesscontrol/hooks/RemoveU$
[Thu Dec 04 13:07:02.193609 2014] [:error] [pid 15687] [client 192.168.48.80:43750] PHP Notice: Undefined offset: 2 in /var/www/fog/status/freespace.php on line 14
[Thu Dec 04 13:07:08.453764 2014] [:error] [pid 15715] [client 192.168.48.150:30505] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/plugins/accesscontrol/hooks/RemoveU$
[Thu Dec 04 13:07:10.978506 2014] [:error] [pid 15712] [client 192.168.48.150:30513] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/plugins/accesscontrol/hooks/RemoveU$
[Thu Dec 04 13:07:20.376108 2014] [:error] [pid 15712] [client 192.168.48.150:30529] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/plugins/accesscontrol/hooks/RemoveU$
[Thu Dec 04 13:07:22.205416 2014] [:error] [pid 17478] [client 192.168.48.150:30530] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/plugins/accesscontrol/hooks/RemoveU$
[Thu Dec 04 13:07:27.316093 2014] [:error] [pid 15688] [client 192.168.48.150:30531] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/plugins/accesscontrol/hooks/RemoveU$
[Thu Dec 04 13:07:35.560219 2014] [:error] [pid 15714] [client 192.168.48.150:30541] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/plugins/accesscontrol/hooks/RemoveU$
[Thu Dec 04 13:07:37.523507 2014] [:error] [pid 15688] [client 192.168.48.150:30553] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/plugins/accesscontrol/hooks/RemoveU$
[Thu Dec 04 13:08:10.840846 2014] [:error] [pid 17514] [client 192.168.48.150:30590] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/plugins/accesscontrol/hooks/RemoveU$
[Thu Dec 04 13:10:00.416985 2014] [:error] [pid 15713] [client 192.168.48.80:43943] PHP Notice: Undefined offset: 2 in /var/www/fog/status/freespace.php on line 14
[Thu Dec 04 13:10:07.280220 2014] [:error] [pid 15689] [client 192.168.48.150:30697] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/plugins/accesscontrol/hooks/RemoveU$
[Thu Dec 04 13:22:34.336647 2014] [core:notice] [pid 15681] AH00051: child pid 15713 exit signal Segmentation fault (11), possible coredump in /etc/apache2
[Thu Dec 04 13:22:34.336763 2014] [core:notice] [pid 15681] AH00051: child pid 15718 exit signal Segmentation fault (11), possible coredump in /etc/apache2 -
RE: WOL issue fog 1.2.0
Sorry, what a mistake I am deeply ashamed :oops:
some where I forgot the slash… :oops:
SOLVED…