Unable to register host after upgrading to 1.50 /bin/fog.man.reg error
-
Server
- FOG Version: 1.50
- OS: Ubuntu 16.04
Client
- Service Version:
- OS:
Description
After upgrading to 1.50 from 1.43, previous host is not registered any more.
When I try to register them again, it said “Already registered as … (/bin/fog.man.reg)”
When I register new PC, there is error message “Populating /dev using udev: udevd[2633]: error creating epoll fd: Function not implemented”
-
@mfang I had the same issue after going from 1.4.0 to 1.5.0. I’m building images for a new rollout and thought this upgrade was not going to impact my workflow. Now I’m stuck! Any help from an admin would be appreciated…
-
Here is the error on screen.
![0_1500408118118_IMG_20170718_113828.jpg](Uploading 100%)
-
-
This is already known and fixed in working branch.
-
@Tom-Elliott Thank you so much Tom. The issue fixed after the change to working branch as below.
git checkout working
git pull
cd bin
./installfog.sh -
@callcenter Hi callcenter, As Tome suggested, I got it fixed as blow.
git checkout working
git pull
cd bin
./installfog.sh -
RUnning the install to “working” resolved my issue. Thanks for the help!