
Posts made by ch3i
-
RE: Unable to resolve hostname
@Gilberto-Ferraz said:
ping
Can you try to ping a host with shortname and FQDN like that :
ping 74_armazem ping 74_armazem.yourdomain.com
-
RE: Unable to resolve hostname
@Gilberto-Ferraz said:
Hello, and where can I do this?
Ok, in my debian server I have do that :
apt-get install resolvconf vi /etc/network/interfaces
Add those lines to my interfaces file :
dns-nameserver xxx.xxx.xxx.xxx yyy.yyy.yyy.yyy dns-search domain1.com dns-search domain2.com
Save file and run (it’s to update /etc/resolv.conf file):
resolvconf -u
Content of resolv.conf file :
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN nameserver xxx.xxx.xxx.xxx nameserver yyy.yyy.yyy.yyy search domain1.com domain2.com
Now ping in FOG is functional.
-
RE: Unable to resolve hostname
@Tom-Elliott said:
@ch3i Or make sure the DNS Resolver is a part of the named/search of the /etc/resolv.conf file.
It was what I wanted to say lol
-
RE: Unable to resolve hostname
@Gilberto-Ferraz Hi, not sure but I think you have to specify DNS suffixes on your FOG server.
-
RE: SVN 3710 (not updated yet) : bug in host search
@Jean-Jacques-Morda said:
Hi,
I have several hosts on my fog server.
Naming are : ClassroomTypeNumber, for example :
A111PC01 for the PC 01 of the A111 classroom
A111PCPR for the teacher PC of the A111 classroomWhen i lauch a new search on hosts with “pcpr” string, it display me
a111pcpr
b110pcpr
b010pcpretc…
but also :
c005pc01
c005pc02
c005pc03
…
c005pc17
C005pcprbut c005pc01 to c005pc17 doest not contain “pcpr” string.
Hi,
The search include image wich is used on hosts. For example I’ve 3 class with the same master “MASTER_WRG”. The search results of “wrg” contain all computers using this image.
-
RE: [3696 - 3710] Debian 7 - php5-json and host view
Problem solved with SVN 3732, Thx Tom for your time to fix it !!!
-
RE: Problem with : list all hosts the program give a blank page fog 3731
@techno.clarensac said:
I’m french i no speak very well inglish.
i transfert the error.lo to apache2
error.logif you can tell me the solution.
Thank you in advance.Philippe
Essayez la dernière version SVN (3732), problème corrigé pour moi.
-
RE: Problem with : list all hosts the program give a blank page fog 3731
@Tom-Elliott said:
Whenever there is a blank page or internal server error there is typically an error thrown to the Apache error logs. Can you please check the logs and see what they say?
Same error here :
[Thu Jul 09 10:29:11 2015] [error] [client 192.168.101.252] PHP Fatal error: Call to a member function __toString() on string in /var/www/fog/lib/pages/HostManagementPage.class.php on line 99
To bypass the error I have modified HosManagmentPage.class.php (I think it’s not the solution lol) :
'host_mac' => $Host->getMACAddress(), #->__toString(),
There is another topic about that error.
-
RE: XenServer - Fog VM Poor Upload Speeds
@FordST I can confirm that’s is the bandwith of a 100Mb connection. I have a 100Mb connection on our switchs and I have the same result.
-
RE: Upgraded ubuntu from 13.04 to 14.04 now Web console will not come up
@darkxeno please post your apache error.log.
-
RE: Host General view issue
@Hanz said:
For the last few svn versions released, the general view screen for an individual host shows only…
${field}…${input}.
Currently running 3726
Have the same problem, Tom try to correct it.
-
RE: Better OU Management
@Wayne-Workman said:
@Polii123 Maybe this will help, there is a way to set the default OU that a computer shows up in when it gets bound to a windows domain…
http://pc-addicts.com/server-2012-change-default-ou/
With that set, I don’t worry about setting the OU in FOG and don’t care, really. I can very easily take a minute or two out of my day to check my default OU, which I have named as “DEFAULT”, and just throwing computers from there to the proper OU, because our computer names are based on room numbers and locations and types, so are our OUs.
You can set multiple OUs in FOG_AD_DEFAULT_OU.
-
RE: [3696 - 3710] Debian 7 - php5-json and host view
@Tom-Elliott said:
@ch3i thanks for reporting should be fixed now.
Installation fixed, but same problem in host general view
-
RE: "List all hosts" not working r3713
@Tom-Elliott said:
This and location plugin should be fixed in 3721, thanks for reporting. List all was fixed, but I just fixed the Location plugin as well.
Hi Tom,
I’ve configure his SVN installation for proxy, after update SVN he can’t list host.
Apache error :
[Wed Jul 08 09:47:40.098835 2015] [:error] [pid 11831] [client 10.130.70.254:45386] PHP Fatal error: Call to a member function __toString() on string in /var/www/fog/lib/pages/HostManagementPage.class.php on line 99, referer: http://10.130.70.3/fog/management/index.php?node=host
I’ve tried that in HostManagementPage.class.php :
'host_mac' => $Host->getMACAddress(), #->__toString(),
He can list all hosts now.
-
RE: [3696 - 3710] Debian 7 - php5-json and host view
I’ve updated my FOG installation to latest SVN and now I have a blank page.
Apache error.log :
[Wed Jul 08 09:04:32 2015] [error] [client 192.168.101.252] PHP Fatal error: Call to a member function get() on null in /var/www/fog/lib/plugins/location/hooks/AddLocationGroup.hook.php on line 10
-
RE: Multicast Display Active Task stuck (SVN3710 and others).
@Jean-Jacques-Morda Hi, it’s maybe the session timeout in web UI.
-
RE: [3696 - 3710] Debian 7 - php5-json and host view
Installation fixed after updating SVN. But same bug in Host general view
-
RE: MBR over 100mb ?? SVN3710
@Jean-Jacques-Morda I’ve a image with multiboot (without 100Mb reserved system), upload is fine, download failed (but not the same problem than you). Before reinstall, Tom can help you (maybe) in debug task.
Could you post your image configuration (screenshot of FOG web UI) ?