I have the same issue in my install of svn 7102. Now all printers are removed and none installed. This worked OK in an previous svn (about a month or two old). Client 0.12.
Middleware::Response ERROR: Could not parse data
Middleware::Response ERROR: An item with the same key has already been added.
Service ERROR: Object reference not set to an instance of an object.
Best posts made by pmonstad
-
RE: SVN 7092 Printer Bug Maybe
-
RE: Error fog booting from san device 0x80 after deploy
[quote=“cadyfish, post: 35303, member: 24458”]With the current version of fog by default it uses SANboot as an exit type to get out of the fog menu. To change it do the following:
[LIST=1]
[]Navigate to the FOG configuration page (gear symbol)
[]Click on PXE Menu settings
[]Change the exit type to “grub”
[]Save settings
[/LIST]
[/quote]Thanks a lot for this info!
-
RE: wrong ip address WOL - how to change?
@Sebastian-Roth I see. A coincidence this was the IP address of my old server, so that is the reason I asked.
-
RE: Adding hosts to a group
@ch3i I think I have discovered the issue. The add to group is missing from Host Management when FOG settings are set to LIST as default. My not-working setting is LIST 12 and then the group options are missing. When I changed setting to SEARCH the options appeared.
-
RE: [HELP WANTED] Client Internationalization
@Joe-Schmitt It is for bokmål, nb_NO
Latest posts made by pmonstad
-
error when upgrading to 1.5.2
Upgrading from last release to 1.5.2 (skipped 1.5.1) shows an error in browser when accessing the database upgrade during installation:
- @license http://opensource.org/licenses/gpl-3.0 GPLv3 * @link https://fogproject.org / /* * The main index presenter * * @category Index_Page * @package FOGProject * @author Tom Elliott * @license http://opensource.org/licenses/gpl-3.0 GPLv3 * @link https://fogproject.org */ require ‘…/commons/base.inc.php’; $FOGPageManager = FOGCore::getClass(‘FOGPageManager’); if (session_status() != PHP_SESSION_NONE) { if (isset($_SESSION[‘delitems’]) && !in_array($sub, array(‘deletemulti’, ‘deleteconf’)) ) { unset($_SESSION[‘delitems’]); } } FOGCore::getClass(‘ProcessLogin’)->processMainLogin(); require ‘…/commons/text.php’; $Page = FOGCore::getClass(‘Page’); $nodes = array( ‘schema’, ‘client’, ‘ipxe’ ); if (!in_array($node, $nodes) && ($node == ‘logout’ || !$currentUser->isValid()) ) { $currentUser->logout(); $Page ->setTitle($foglang[‘Login’]) ->setSecTitle($foglang[‘ManagementLogin’]) ->startBody(); FOGCore::getClass(‘ProcessLogin’) ->mainLoginForm(); $Page ->endBody() ->render(); } else { if (FOGCore::$ajax) { $FOGPageManager->render(); exit; } $Page->startBody(); $FOGPageManager->render(); //if ($FOGPageManager->getFOGPageName() !== $FOGPageManager->getFOGPageTitle()) { $Page ->setTitle($FOGPageManager->getFOGPageTitle()); //} $Page->setSecTitle($FOGPageManager->getFOGPageName()); $Page ->endBody() ->render(); }
Running Centos 6.9. No changes has been made to my server config.
-
Adding hosts to a new group: nothing happens
Server
- FOG Version: 1.4.0-RC-9 6069
- OS: CentOS
Client
- Service Version:
- OS: Windo
Description
I have 16 new clients in addition to my several hundred old ones. I go to host view, and filter the new ones as the host names start with t430… My 16 new hosts are then listed correctly. I select all of them from the select all check box in the header. All are selected. Now I enter a new name in Create a new group: t430 I then hit the button Process group changes. Nothing happens and the hosts are not added/the group is not created.
-
not possible to svn update
Running Running Version 1.3.5, SVN Revision: 6067. I am not able to update to 1.4.0 RC6 when using svn checkout https://svn.code.sf.net/p/freeghost/code/trunk
Installation works as normal, but the GUI still reports old version after the update without any errors.
-
RE: [HELP WANTED] Client Internationalization
@Joe-Schmitt It is for bokmål, nb_NO
-
RE: [HELP WANTED] Client Internationalization
Here is Norwegian translation:
### SHUTDOWN PROMPT ### {company} må utføre nødvendig vedlikehold på denne maskinen. {company} needs to perform maintenance on this computer. Lagre det du holder på med og lukk alle programmer. Please save any work and close all programs. Avbryt Cancel Skjul Hide Utsett Postpone Omstart nå Restart Now Skru av nå Shutdown Now Utsett i Postpone for X time(r) Y minutt(er) Z sekund(er) X time(s) Y minute(s) Z second(s) ### NOTIFICATIONS ### Nedstengning avbrutt Shutdown Aborted Nedstenging er avbrutt Shutdown has been aborted Nedstenging er utsatt Shutdown Delayed Nedstenging er utsatt i {time} Shutdown has been delayed for {time} Nedstenging om {time} Shutdown will occur in {time} Du er i ferdig med å bli logget av You are about to be logged off Du vil bli logget av hvis du forblir inaktiv You will be logged off if you remain inactive Installerer {snapin name} Installing {snapin name} Ikke steng ned maskinen før dette er fullført Please do not shutdown until this is completed {snapin name} installert {snapin name} installed Installasjon er fullført og er nå klar til bruk Installation has finished and is now ready for use```
-
RE: Response Error Multiple hosts returned for list of mac addresses
@Tom-Elliott No VM in my setup. I’ll check tomorrow if this issue persists on other hosts.
-
RE: Response Error Multiple hosts returned for list of mac addresses
@Wayne-Workman No. My hosts are solely Lenovo thinkpad T400, T410, T500, T61 Used for years without FOG problems.
-
RE: Response Error Multiple hosts returned for list of mac addresses
@pmonstad Hm, on time to leave office. I mean 0.11.4 and 0.11.5…
-
Response Error Multiple hosts returned for list of mac addresses
Solved one problem with client update. Another client got an error in fog.log: Middleware::Response Error Multiple hosts returned for list of mac addresses
This client worked some days ago because it then updated from 0.11.4 to 0.11.5. What can be the reason for this error?