• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. MarcoN
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 9
    • Best 0
    • Controversial 0
    • Groups 0

    MarcoN

    @MarcoN

    0
    Reputation
    327
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    MarcoN Unfollow Follow

    Latest posts made by MarcoN

    • SVN 3183, PHP Warning: Module 'mysqlnd' already loaded in Unknown on line 0 errors when installing

      I’ve build a new Debian 7.4 VM with FOG 1.2 last week and did some quick tests without issues.

      After that I upgraded to the last SVN build available at that time and noticed some errors but nothing major.

      Just now i wanted to install the last available SVN, 3183, but when i perform the ./installfog.sh it generates the following errors untill I cancel the installation.

      • Downloading kernels and inits…OK
      • Downloading New FOG Client file…PHP Warning: Module ‘mysqlnd’ already loaded in Unknown on line 0
        PHP Warning: Module ‘mysqlnd’ already loaded in Unknown on line 0
        PHP Warning: Module ‘mysqlnd’ already loaded in Unknown on line 0
        PHP Warning: Module ‘mysqlnd’ already loaded in Unknown on line 0
        ^C
      posted in Linux Problems
      M
      MarcoN
    • RE: Fog 1.1.0 multicast sits at "Starting to restore image (-) to device (/dev/sda1)

      Thanks for the suggestion Bobfrid, but unfortunattely i had my FOG_UDPCAST_INTERFACE set to eth0 ,and this is the correct interface.

      posted in FOG Problems
      M
      MarcoN
    • RE: Fog 1.1.0 multicast sits at "Starting to restore image (-) to device (/dev/sda1)

      Has there been any news on this on development point of view?

      posted in FOG Problems
      M
      MarcoN
    • RE: Fog 1.1.0 multicast sits at "Starting to restore image (-) to device (/dev/sda1)

      I have the same setup as phm2000 and same issue. I tried the SVN tree following this instructions [url]http://www.fogproject.org/wiki/index.php/SVN[/url]

      Unfortunattely the issue is still there.

      posted in FOG Problems
      M
      MarcoN
    • RE: Multicasts only work one time, after that database cleanup is needed.

      Thanks you for the feedback Junkhacker.
      Is that fix included in the current SVN version? If so i would be happy to try it.

      posted in FOG Problems
      M
      MarcoN
    • Multicasts only work one time, after that database cleanup is needed.

      I have an Ubuntu 10.04 Server VM i created begining of this year for our trainers with FOG 0.32.
      Last week i updated it to 1.2.0 and it works like a charm, we love a lot of the new features.

      There is only one issue, when we do a multicast it works the first time, when we try to do a second multicast the hosts keep waiting on the “[URL=‘http://fogproject.org/forum/threads/fog-1-1-0-multicast-sits-at-starting-to-restore-image-to-device-dev-sda1.10782/’][U][COLOR=#0066cc]Starting to restore image (-) to device (/dev/sda1)[/COLOR][/U][/URL]” part.

      We can fix this by running the following commands found elsewhere on this forum.

      mysql -u root [ -p #only if you have a mysql password ] fog
      truncate table multicastSessions;
      truncate table multicastSessionsAssoc;
      delete from tasks where taskTypeID=‘8’;
      sudo service FOGMulticastManager restart

      The thing it that we have to do this after every multicast to clean up the database, somehow it does not clean up the tasks.

      Is there something I can check on my VM?

      posted in FOG Problems
      M
      MarcoN
    • RE: Issue with HP 650 G1 with Intel HD Graphics 4600, no display when deploy/upload starts.

      No problem Tom, I’l wait for the new build. Thanks for the heads up.

      posted in FOG Problems
      M
      MarcoN
    • RE: Issue with HP 650 G1 with Intel HD Graphics 4600, no display when deploy/upload starts.

      Hi Jaymes, thanks for the quick reply.

      I am sorry, i mean 0.32, not 0.32b.
      Can I use a kernel for 0.33b on 0.32?

      posted in FOG Problems
      M
      MarcoN
    • Issue with HP 650 G1 with Intel HD Graphics 4600, no display when deploy/upload starts.

      Hi All,

      I have been trying FOG 0.32b for our training department to replace the current deployment system.

      So far our findings are very good but I am running into one issue with the laptops we are looking to buy.

      The HP Probook 650 G1 with integrated Intel HD Graphics 4600 only shows a black screen when the actual imaging starts. I can see on the webinterface that it is sending/receiving but i would preffer to also see the progress on the clients.

      Is there a Kernel I could try for this? Currently I am using the latest kernel available through the kernel updates interface.

      posted in FOG Problems
      M
      MarcoN