• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. D_quiros
    D
    • Profile
    • Following 1
    • Followers 1
    • Topics 2
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    D_quiros

    @D_quiros

    0
    Reputation
    170
    Profile views
    8
    Posts
    1
    Followers
    1
    Following
    Joined Last Online

    D_quiros Unfollow Follow

    Latest posts made by D_quiros

    • RE: Host has not been registering with Quick Reg, and Full Reg is not working

      @sebastian-roth said in Host has not been registering with Quick Reg, and Full Reg is not working:

      @D_quiros Ok, PHP is installed! Good to know. The last four lines of errors seen in the picture make me think that not all files were installed properly. Can you please check if you have the file /var/www/html/fog/lib/reg-task/registration.class.php on your server? It should read like this:

      <?php
      ...
      class Registration extends FOGBase
      {
      ...
      

      @Sebastian-Roth yes, I checked and it looks like your picture. But now I am getting another issue. See the next image

      0_1518445158350_IMG_0496.jpg

      It is happening on both registration methods, Quick Reg, and Full Reg

      posted in FOG Problems
      D
      D_quiros
    • RE: Host has not been registering with Quick Reg, and Full Reg is not working

      @sebastian-roth said in Host has not been registering with Quick Reg, and Full Reg is not working:

      @D_quiros Just copy and paste the error message from the log file as text here in the forum post.

      Looks really strange, kind of like when PHP is not installed/enabled. Can you access the FOG web interface? http://10.29.170.252/fog/ What does it look like?

      Yes, I can access to it and navigate through it.
      This is the log:

      0_1518211968635_IMG_0478.jpg

      posted in FOG Problems
      D
      D_quiros
    • RE: Host has not been registering with Quick Reg, and Full Reg is not working

      @george1421 said in Host has not been registering with Quick Reg, and Full Reg is not working:

      @d_quiros ok then can you look at the apache error log in /var/log/apache2/error.log and see if there is anything helpful for debugging?

      We may need you to upload that file to a google drive or dropbox so we can take a look at the file. There is something not right with full registration in 1.5.0RC11

      I got the file, opened it and it is displaying some errors. Not sure what do they mean. Where can I upload the file?

      posted in FOG Problems
      D
      D_quiros
    • RE: Host has not been registering with Quick Reg, and Full Reg is not working

      @george1421 said in Host has not been registering with Quick Reg, and Full Reg is not working:

      @d_quiros will you delete that 3020 from inventory and see if full registration works with that. Its important to know where the issue isn’t so the developers can focus on where it could be.

      I just did it, and I got the same issue

      posted in FOG Problems
      D
      D_quiros
    • RE: Host has not been registering with Quick Reg, and Full Reg is not working

      @george1421 said in Host has not been registering with Quick Reg, and Full Reg is not working:

      Is it only this one computer doing this or are all new computers failing to register this way?

      I tried doing a Quick Reg with a Optiplex 3020 and it worked, but I didnt try a Full Reg

      posted in FOG Problems
      D
      D_quiros
    • Host has not been registering with Quick Reg, and Full Reg is not working

      I created an image of my computer HP Prodesktop G3 in order to upload it to the FOG. I performed the Quick Reg, and after it finished I looked for it at the Host List in the server, but it was not there, I tried to run again the Quick Reg and the issues persists. So I tried a Full Reg, but it started normally, until it got stock and shows this:
      0_1518199967907_IMG_0476.jpg

      Does anyone can help me?

      posted in FOG Problems
      D
      D_quiros
    • RE: Quick host registration is registering my computers with the Mac address as the hostname

      @tom-elliott said in Quick host registration is registering my computers with the Mac address as the hostname:

      I’ve not added any special strings as it actually adds quite a bit of complexity to the overall workflow.

      While it’s not “overly” hard to add such a feature, I think this is something more in line with a user being able to edit and figure out.

      First, you have to understand, you have to detect your “special” strings and replace them with the corresponding value. During Quick Registration, we haven’t quite gotten the inventory of the host yet, until after the host has been registered. It shouldn’t be too hard to add, but again it’s not a simple thing either.

      And where do we “stop”. For example, what strings should we allow, vs, not allow?

      The file you can edit, if you’d like to try adding this feature again, is located (with 1.4.4 at least) /var/www/fog/lib/reg-task/registration.class.php There’s two methods, _quickRegAuto and _quickReg, you’d want to modify the _quickRegAuto specifically.

      You’ll notice that inventory isn’t taken into account here, and therefor using the inventory data for the hostname would have to be done within the init’s.

      In particular, the init file /bin/fog.auto.reg would need to be modified after the inventory line.

      I’m bringing this to your attention only because FOG has changed quite a bit since 0.29/0.3x days and while this feature may have been there in the past, we have tried to make things much more manageable in general. This means some features from olden times may have been removed due to the complexity involved.

      Hopefully you understand.

      @tom-elliott I understood most of the things that you said, but I am not sure what strings of the code should I have to change. Can you help me with that?

      posted in FOG Problems
      D
      D_quiros
    • Quick host registration is registering my computers with the Mac address as the hostname

      Hello all, I am installing a new fog server in my company. The old one that we used to have, registered every computer with the hostname that I want: "SITECODE-{SYSSERIAL} but it is not working on the new version. Can someone now how to change that?

      Thanks in advance

      posted in FOG Problems
      D
      D_quiros