• FOG Client On Multiple Subnets

    7
    0 Votes
    7 Posts
    3k Views
    M

    Windows Firewall is disabled. There are Windows 7 computers on the same subnet as the server which have working FOG services so the antivirus is not blocking the FOG service.

    Unfortunately, the command recommended by Jose did not help, though I appreciate the ideas.

    I’ve come across a few other threads where people have similar problems, but I haven’t seen any direct solutions related to this specific Windows 7 subnet issue. I’ll keep working on it though.

  • Upgraded for .32 directly to 1.1.2 Fog Service Help

    3
    0 Votes
    3 Posts
    1k Views
    J

    Alright Thanks Junk

  • Unable to Connect to Storage Node

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Blank Index.php after Login (FOG 1.2.0 + Ubuntu 14.04 LTS)

    5
    0 Votes
    5 Posts
    3k Views
    R

    I copied the fog_1.2.0 tarball from a Windows PC initially, then copied it to the Ubuntu box.

    There was some issues decompressing it, so i re-downloaded it on the Ubuntu box. It decompressed fine, I re-installed, and the page comes up fine!

  • PC-Wächter (Security Hardware) not Installed anymore after rouleout

    4
    0 Votes
    4 Posts
    2k Views
    W

    Hello,
    I have got the same problem with pc-wächter-card from Dr. Kaiser. Is there any solution for this?
    Regards.

  • Fog Client page does not load

    5
    0 Votes
    5 Posts
    2k Views
    E

    I like to use the svn, but I just have issues like that…lol " Its working great, lets change it 🙂 "

  • Issue with Cisco Switch, 2950 VS 3560

    9
    0 Votes
    9 Posts
    4k Views
    S

    The Cisco Nexus 6000 range contains two models, the 6001 model and the 6004 model.They can be used as layer2 and layer3 switches and can aggregate traffic from the Fabric Extenders (FEX) for different blade-server systems. Both models support either front to back or back to front airflow and they do support Fibre Channel over Ethernet in combination with a ‘full’ FCoE switch.
    [url]http://www.scribd.com/doc/235802101/642-813-Sample-Question[/url]
    [URL=‘http://vube.com/INDIGO MULTIMEDIA/cisco-642-813-certification/B9ZhkmAAmC’]vube.com/INDIGO MULTIMEDIA/cisco-642-813-certification/B9ZhkmAAmC[/URL]

  • Fog snapins and windows system variables

    10
    0 Votes
    10 Posts
    4k Views
    robzaR

    [quote=“Jbob, post: 34657, member: 21733”]Can confirm that the snapin client does [B]not[/B] expand system variables. Adding this feature to my todo list with high priority. The reason is that the snapin client uses:

    [code]p.StartInfo.FileName = strRunWith;[/code]

    instead of

    [code]p.StartInfo.FileName = Environment.ExpandEnvironmentVariables(strRunWith);[/code]

    In the mean time you may just set the “Snapin Run With” to msiexec.exe, this will automatically find the file if it has been added to the system path, which windows does by default.[/quote]

    Simple solution - best solution.
    Thanks for all for your interest.
    I used just msiexec.exe in “Snapin run with” and package was smoothly installed.

    Thanks Jbob

  • Database Update/Install Failed!

    14
    0 Votes
    14 Posts
    7k Views
    Tom ElliottT

    [quote=“Oma Voss, post: 34671, member: 22725”]Hi Junkhacker,

    it was unsuccessfully …[/quote]

    Can you give more information than, it was unsuccessful? Perhaps some log information? Maybe your mysql log file? Maybe the apache error logs?

    How does it fail, does it give any messages of any use?

  • Fog 1.1.2: VBScript Fail

    11
    0 Votes
    11 Posts
    5k Views
    x23piracyX

    Hi,

    FYI snapin client does not expand system variables, so don’t use them they don’t work:
    [quote=“Jbob, post: 34657, member: 21733”]Can confirm that the snapin client does [B]not[/B] expand system variables. Adding this feature to my todo list with high priority. The reason is that the snapin client uses:

    [code]p.StartInfo.FileName = strRunWith;[/code]

    instead of

    [code]p.StartInfo.FileName = Environment.ExpandEnvironmentVariables(strRunWith);[/code]

    In the mean time you may just set the “Snapin Run With” to msiexec.exe, this will automatically find the file if it has been added to the system path, which windows does by default.[/quote]
    [url]http://fogproject.org/forum/threads/fog-snapins-and-windows-system-variables.11288/#post-34657[/url]

    cscript is in path you should call cscript msiexec and so on. without any path

    To check what’s in PATH open a command prompt and type:
    [CODE]echo %path%[/CODE]

    That will give you (normally) a list of directorys that are in path, that means every executable file that belongs to a path directly can be run without any path to the binary:

    [CODE]C:\Users\Administrator>echo %path%
    C:\Program Files\SFX-CreatoR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Com
    mon;C:\Program Files (x86)\Business Objects\Common\3.5\bin\NOTES;C:\Program Fil
    es (x86)\Business Objects\Common\3.5\bin\NOTES\DATA;C:\Windows\system32;C:\Wind
    ows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Prog
    ram Files\Calibre2;C:\Program Files (x86)\H-JTAG V0.4.0;C:\Program Files (x86)
    Ford Motor Company\IDS\Runtime;C:\Program Files (x86)\MakeMsi" ;C:\Program Files
    (x86)\GNU\GnuPG\pub[/CODE]

    Regards X23

  • Edit the Quick image password in FOG 1.0.1

    5
    0 Votes
    5 Posts
    2k Views
    JunkhackerJ

    the easiest way to create an insecure quick login for this would be to just create a user with a single character username and password
    for this you will need to change the FOG_USER_MINPASSLENGTH in fog settings>user management

  • Troble with MySQL after Upgrading from .32 to 1.2.0

    2
    0 Votes
    2 Posts
    2k Views
    T

    Found the answers while looking through the release thread. The config.php has become /var/www/fog/lib/fog/Config.class.php. Added my SQL password in and it all worked.

  • Fog login and Webinterface is slow

    1
    0 Votes
    1 Posts
    803 Views
    No one has replied
  • FOG 1.2.0 - issue with deployment information screen

    11
    0 Votes
    11 Posts
    4k Views
    Tom ElliottT

    So i’m seeing what and why and where the issue is.

    It’s not really an issue, but rather a designed feature.

    There is a timeout as you guys suspected and that is set in:
    FOG Configuration->FOG Settings->General Settings FOG_CHECKIN_TIMEOUT

    It is defaulted to 600 (10 minutes) and perhaps needs to be set longer in some environments?

    That said, I think this is why you’re seeing the issue in that the “checkin time” vs the time they’ve been waiting has been surpassed, so it thinks it’s the next in line. The actual ordering is lost. You could try 15 or 20 minute timeout and see if it gives better results.

    I think the idea of the timeout is to allow systems that have been waiting without other taskings happening, a chance to run in. For example, in the case somebody started a job on a system, but then decided to power it down. The now checked in, but powered down system would hold up all the rest of the systems queued behind it for ever if this didn’t change.

  • FOG 1.2.0 MultiCast Please Wait

    3
    0 Votes
    3 Posts
    2k Views
    A

    Hey,

    since today i have the same lines at the multicast.log as Gilberto. But my storagenode is the default one on the server in the folder /images/

    In the early morning i cloned some clients with multicast and then it stopped working.

    Now i have the following lines in the multicast.log:
    [CODE][08-01-14 10:54:59 am] | Task (6) is new!
    [08-01-14 10:54:59 am] | Task (6) failed to execute, image file:/images/testimage not found!
    [08-01-14 10:54:59 am] | Task (7) is new!
    [08-01-14 10:54:59 am] | Task (7) failed to execute, image file:/images/testimage not found!
    [08-01-14 10:55:09 am] | Task (6) is new!
    [08-01-14 10:55:09 am] | Task (6) failed to execute, image file:/images/testimage not found!
    [08-01-14 10:55:09 am] | Task (7) is new!
    [08-01-14 10:55:09 am] | Task (7) failed to execute, image file:/images/testimage not found!
    [08-01-14 10:55:19 am] | Task (6) is new!
    [08-01-14 10:55:19 am] | Task (6) failed to execute, image file:/images/testimage not found!
    [08-01-14 10:55:19 am] | Task (7) is new!
    [08-01-14 10:55:19 am] | Task (7) failed to execute, image file:/images/testimage not found![/CODE]

    This is an old image, which i have deleted 2 days ago over the webinterface.

    There are no active tasks running, but the search for the image. Whats going wrong?

    Thank you.

  • Using 0.32 with Fedora 20

    6
    0 Votes
    6 Posts
    3k Views
    N

    This should probably get Wiki’d.

  • Cannot update fog kernel

    3
    0 Votes
    3 Posts
    1k Views
    C

    [quote=“Tom Elliott, post: 34467, member: 7271”]What version or revision of fog are you running[/quote]

    im running 1.2.0 revision 2121.

    I did this:

    [COLOR=black][FONT=Tahoma]sudo passwd fog (reset fog user password)[/FONT][/COLOR][FONT=Tahoma]
    [/FONT][COLOR=black][FONT=Tahoma]then [/FONT][/COLOR][FONT=Tahoma]
    [/FONT][COLOR=black][FONT=Consolas]chown -R fog:root /var/www/fog/service/ipxe[/FONT][/COLOR][FONT=Tahoma][/FONT][COLOR=black][FONT=Consolas]chown -R fog:root /images[/FONT][/COLOR][FONT=Tahoma]
    [/FONT][COLOR=black][FONT=Consolas]then on FOG interface: [/FONT][/COLOR][FONT=Tahoma]
    [/FONT][COLOR=black][FONT=Consolas]Storage Management -> [/FONT][/COLOR][COLOR=black][FONT=Ubuntu]Management Username / Password to fog / (**fog user password - same as used on passwd line above)[/FONT][/COLOR][FONT=Tahoma][/FONT][COLOR=black][FONT=Ubuntu]FOG - Configuration ->Settings -> [/FONT][/COLOR][FONT=Tahoma]FOG_TFTP_FTP_USERNAME and FOG_TFTP_FTP_PASSWORD. (same as user/pass as Storage Management )[/FONT]

    and it seems to be working now. thanks.

  • Newbie User and first time install.

    4
    0 Votes
    4 Posts
    2k Views
    JunkhackerJ

    enable fog configuration>fog settings>general settings>FOG_FORMAT_FLAG_IN_GUI
    all new images created are made using partclone, deploying partimage images is included only for legacy support.
    if an image is set to partimage and reuploaded, it will be converted to partclone

  • After enabling root, i can't get login-screen

    4
    0 Votes
    4 Posts
    1k Views
    R

    [quote=“Junkhacker, post: 34530, member: 21583”]what instructions were you following?[/quote]
    I was following; [url]http://www.fogproject.org/wiki/index.php/Ubuntu_14.04[/url]

  • 0 Votes
    4 Posts
    2k Views
    x23piracyX

    Hi,

    that sounds logic, yeah i created the user while setup.
    Ok that is solved.

    Regards X23

173

Online

12.4k

Users

17.4k

Topics

155.9k

Posts