• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. ragnurenson
    R
    • Profile
    • Following 3
    • Followers 1
    • Topics 2
    • Posts 12
    • Best 2
    • Controversial 0
    • Groups 0

    ragnurenson

    @ragnurenson

    2
    Reputation
    11
    Profile views
    12
    Posts
    1
    Followers
    3
    Following
    Joined Last Online

    ragnurenson Unfollow Follow

    Best posts made by ragnurenson

    • RE: 70Pcs imaging all unbranded

      @dijsil If I am right, you have your golden machine with the OS installed, configured and with sysprepped, after all this, you shutdown the vm. This is the right time to upload the image to the FOG server. You must to create a upload image task for this machine, and if you have it in the fog server configured like a host, the machine will boot WOL, and load the FOG client, for upload the image to the server.

      This is the image you must to deploy later to the other machines. You don’t need to make nothing more before upload the image, as long the image is a capture of the OS.

      posted in General Problems
      R
      ragnurenson
    • RE: Site Plugin

      @fenix_team Hi! @Fernando-Gietz had revised the plugin to work with 1.5.5 version, but the changes are only at working_dev branch by now. You can make the changes by yourself.

      link text

      In the file /var/www/html/fog/lib/plugins/site/pages/sitemanagementpage.class.php, you must replace the line 114

        'hosts' => $Site->getHostCount()
      

      , with this code:

                      'hosts' => self::getClass('SiteHostAssociationManager')
                      		->count(
                              		['siteID' => $Site->id]
                      		)
      

      Hope this can help you.

      posted in General
      R
      ragnurenson

    Latest posts made by ragnurenson

    • RE: Hostname on imaged clients not changing

      @Samuel1010 , I don’t know if this can help you, but I had a similar problem with a windows deploy. The problem was solved when I reset encryption data on the master host, before capture the new image. This is done at the host you use to upload image general page, you have a “Reset Encryption Data” button.

      After doing that, before upload, the fog client at the hosts, can comunicate with the server, and all work fine.

      Hope this help you.

      posted in Linux Problems
      R
      ragnurenson
    • RE: Site Plugin

      @fenix_team Hi! @Fernando-Gietz had revised the plugin to work with 1.5.5 version, but the changes are only at working_dev branch by now. You can make the changes by yourself.

      link text

      In the file /var/www/html/fog/lib/plugins/site/pages/sitemanagementpage.class.php, you must replace the line 114

        'hosts' => $Site->getHostCount()
      

      , with this code:

                      'hosts' => self::getClass('SiteHostAssociationManager')
                      		->count(
                              		['siteID' => $Site->id]
                      		)
      

      Hope this can help you.

      posted in General
      R
      ragnurenson
    • RE: 70Pcs imaging all unbranded

      @dijsil If I am right, you have your golden machine with the OS installed, configured and with sysprepped, after all this, you shutdown the vm. This is the right time to upload the image to the FOG server. You must to create a upload image task for this machine, and if you have it in the fog server configured like a host, the machine will boot WOL, and load the FOG client, for upload the image to the server.

      This is the image you must to deploy later to the other machines. You don’t need to make nothing more before upload the image, as long the image is a capture of the OS.

      posted in General Problems
      R
      ragnurenson
    • RE: 70Pcs imaging all unbranded

      @dijsil You can do using snapins. You can snapin a bath script to do this.
      https://wiki.fogproject.org/wiki/index.php?title=Snapin_Examples
      Hope this can help you,

      posted in General Problems
      R
      ragnurenson
    • RE: Site plugin not working at FOG 1.5.5

      @Fernando-Gietz Hi.

      No, I’m only using your plugins, the site one and the accesscontrol. I said, this is not a problem really, because if I add the user again, it is working.

      Thx again.

      posted in Bug Reports
      R
      ragnurenson
    • RE: Site plugin not working at FOG 1.5.5

      Hi @Fernando-Gietz, I just add the changes to my server, and it’s working like a charm. Only thing, but not really a problem, is that I’m using your other plugin, the accesscontrol one, and when I add the site plugin , and configure it, adding hosts and users to it, the user that was at accescontrol plugin, disappear, but if I add then again to accesscontrol, the two plugins are working.

      No rules or roles are modify, but only the users asignament to role.

      Thx again, you save me again

      posted in Bug Reports
      R
      ragnurenson
    • RE: Site plugin not working at FOG 1.5.5

      @Fernando-Gietz thanks a lot! I was waiting for the update to start using it!

      posted in Bug Reports
      R
      ragnurenson
    • RE: Power Management Schedule

      Hi @emryz and @Sebastian-Roth .

      I have the same problem with another FOG 1.5.5. The power management task programed with cron, don’t show somewhere, but they are performed.

      I have been seeking at database, and I found them at the powerManagement table, but not at the scheduledTask. I think that is a bug.

      Hope you can see what is happen. Thx.

      posted in General Problems
      R
      ragnurenson
    • RE: Mobile users at FOG version 1.5.5

      thx! I try this way.

      posted in FOG Problems
      R
      ragnurenson
    • RE: Site Plugin

      Hello @Fernando-Gietz.

      Nice to see you are still working on FOG. I was using your FOGehu fork during years at my laboratory in the University, and now I started to use original FOG versión 1.5.5 again. Have you any plan to make your site plugin working with this version?
      I’m using access-control plugin, and really need the site plugin to control users only see their computers, not the entire building hosts.

      Thanks again for your work.

      posted in General
      R
      ragnurenson