• Cannot register clients

    5
    0 Votes
    5 Posts
    2k Views
    Tom ElliottT

    Under storage management->relevant node->path. You change this here. Then you’ll have to update the /etc/exports file to match the new path. Then you need to update the /opt/fog/.fogsettings file so the image location is updated so future upgrades. Make sure to set perms and place the .mntcheck and dev/.mntcheck files and make the new path chmod 777 -R and all should be done.

  • WOL problem since upgrade 1.2

    12
    0 Votes
    12 Posts
    4k Views
    JunkhackerJ

    if the wol task is not working automatically, but works for the same host when done manually from the url, and all of the settings are correct, i don’t know what could possibly be wrong

  • Svn upgrade failed.

    30
    0 Votes
    30 Posts
    13k Views
    JunkhackerJ

    Finally!!

    Thanks to TOM and everyone else on here who helped me out.

    I wont be touching it again for a while.

    Why cant be I be in bin directory while running svn?[/quote]
    because it’s only updating the files in the bin directory if you’re in the bin directory when you run the update, which is 2 files

  • Error while registering host and uploading image

    3
    0 Votes
    3 Posts
    828 Views
    P

    Thanks for your reply.

    I have fog 1.2.0 and Ubuntu 14.04.
    I will have look on wiki.

    thanks

    PK

  • Upgrade 0.32 to 1.2.0

    6
    0 Votes
    6 Posts
    3k Views
    B

    It’s ok. Thanks.

  • EBR signature for logical partition invalid

    8
    0 Votes
    8 Posts
    6k Views
    Tom ElliottT

    [quote=“Uncle Frank, post: 40923, member: 28116”]I can confirm fractal13’s findings and I am pretty sure it’s still an issue in current SVN (r2908).

    Our setup is kind of similar having Windows 7 AND logical partions.

    sda1: primary NTFS Windows 7 (100 MB boot partition)
    sda2: primary NTFS Windows 7 (C: partition)
    sda3: extended partition
    sda5: logical NTFS (D: data)
    sda6: logical NTFS (E: ubuntu in an image file using WUBI)

    Kind of a weird partition layout I know but it’s what we got right now… As we use WUBI we don’t have GRUB installed right on disk! So I don’t need to worry about that and therefore choose OSID 5 (we run Linux yes but from FOG’s point of view it looks like Windows only).

    I fixed the problem for us with this very simple change in fog.upload:
    [CODE]— src/buildroot/package/fog/scripts/bin/fog.upload (Revision 2908)
    +++ src/buildroot/package/fog/scripts/bin/fog.upload (Arbeitskopie)
    @@ -239,7 +239,7 @@
    fi
    elif [ “$imgType” == “mps” ]; then
    hasgpt=hasGPT $hd;

    if [ "$hasgpt" == "0" -a "$osid" == "50" ]; then if [ "$hasgpt" == "0" ]; then have_extended_partition=`sfdisk -l $hd 2>/dev/null | egrep "^${hd}.* (Extended|W95 Ext'd \(LBA\))$" | wc -l`; else have_extended_partition="0";

    [/CODE]

    Although I have to admit that I CANNOT test if this is working for everyone else (other Windows or Mac OS X) I wonder why extended/logical partitions should only work with Linux (OSID 50)??

    Would be great if others could test this “fix” and provide information if this works in their environment.

    Thank you![/quote]

    Thanks for reporting.

    Your patch has been added and hopefully will work for yours and others items.

  • Updated from .32 to 1.1.0 to 1.1.2 to 1.2.0 - User Login Hist page blank

    49
    0 Votes
    49 Posts
    16k Views
    A

    Hello,

    I’ve upgraded to SVN 2906 and this problem is resolved.

    I now see a sensible page if I call up the login history.

    Thanks
    Alasdair

  • Install/update your databse schema - blank page

    22
    0 Votes
    22 Posts
    25k Views
    A

    Dear Tom,

    I can close this problem. Thanks for the support!

    What I’ve done or learnt -

    I’ve upgraded to svn 2906 just to be sure I have the latest and greatest.
    I rechecked everything I had to patch to get it going on a SuSe platform. Although I didn’t find anything, Doing it again, I might have missed out a mistake I made last time.

    I’ve found that if I enter
    [QUOTE][url]http://localhost/fog/management/index.php[/url][/QUOTE]
    then the redirect keeps the 'index.php
    but if I enter
    [QUOTE][url]http://localhost/fog/management[/url][/QUOTE]
    then the redirect follows
    However, this doesn’t appear to be a problem as the redirect now works and I get the page I expect.

    I found that the new version needs me to enter the PHP SSL extension otherwise I get the error
    [QUOTE]PHP Fatal error: Call to undefined function openssl_pkey_new() in /srv/www/htdocs/fog/lib/fog/FOGCore.class.php on line 522[/QUOTE]
    in the apache error_log.

    Installing this extension required me to restart the apache server.

    Upon retrying, it all burst into life 🙂

    Thanks again.

    Onto the next challenge.
    Alasdair

  • Hp pro x2 612 g1 windows 8.1 image issues

    19
    0 Votes
    19 Posts
    8k Views
    T

    Thanks Tom. I get it. Yet upgrading to 1.2 will help, but not entirely. I actually did try upgrading and got an error upgrading the database so I reverted to my 0.32 snapshot in an effort to avoid conflating the issue.

    Junkhacker-your comment makes sense.

    So now the question, when I remove all of the partitions during the Windows install, then allow windows to reformat in MBR I get the copy error I described earlier from FOG?

  • 0 Votes
    12 Posts
    4k Views
    A

    I don’t want to get too far off track, but now that i’m squared away with 1.2.0 and things are working, do you recommend I move to the SVN?

  • Since Upgrading to 1.2.0 I can't multicast

    6
    0 Votes
    6 Posts
    3k Views
    W

    This is a pushing topic right now and we are currently working on this but new information will be posted in the forum and here in the wiki.
    [url]http://fogproject.org/wiki/index.php/Multicasting[/url]

  • Image deploy error FOG v1.2.0

    10
    0 Votes
    10 Posts
    3k Views
    Jaymes DriverJ

    [quote=“Irton, post: 40877, member: 28056”]Consegui mudar no meu dhcp, mas ainda continua com o erro.
    [SIZE=16px][COLOR=#212121][FONT=inherit]I managed not to change my dhcp , but STILL continues with the error.[/FONT][/COLOR][/SIZE][/quote]

    Si no puede editar o cambiar la configuración del servidor DHCP tiene que utilizar DNSMASQ proxy servir a su archivo de arranque y el servidor.
    [url]https://translate.google.com/translate?hl=en&sl=auto&tl=es&u=http%3A%2F%2Ffogproject.org%2Fwiki%2Findex.php%2FUsing_FOG_with_an_unmodifiable_DHCP_server%2F_Using_FOG_with_no_DHCP_server%23DNSMASQ_settings_for_iPXE[/url]

    If you can not edit or change settings on the DHCP server you need to use DNSMASQ to proxy serve your boot file and server.
    [url]http://fogproject.org/wiki/index.php/Using_FOG_with_an_unmodifiable_DHCP_server/_Using_FOG_with_no_DHCP_server#DNSMASQ_settings_for_iPXE[/url]

  • Fog reboots when user is logged in. ???

    3
    0 Votes
    3 Posts
    1k Views
    G

    That is actually not enabled. I guess I should have specified rebooting when there is a task, like changing the host name, or something. The reason I ask is that I logged in to some of my lab machines today to install some software that couldn’t be deployed. The machines all rebooted within a few minutes of logging in. The local Fog log showed that Fog was attempting to join the machines to the domain, but they had all been imaged 2 days ago.

    Is it possible for a Fog task to get “stuck” in a queue? I read this thread: [url]http://fogproject.org/forum/threads/fog-client-weirdness.11942/#post-38669[/url] that seems to point in that direction. There have been many task false starts in the past week or two, where the task was cancelled before being completed.

    Where does the actual mysql db for Fog reside?

  • Image Problems

    16
    0 Votes
    16 Posts
    5k Views
    Boyan BiandovB

    [quote=“panthersfan25, post: 32133, member: 24585”]They are identical computers, set up exactly the same from top to bottom. I did notice that on the web management the [SIZE=4][B]bandwidth meter[/B][/SIZE] on the receiving end is really bouncing around from around 11 to 0 back to 11 back to 0 and I checked the eth0 drops and it is showing 45405, that seems extremely high, could that be causing the issue maybe a corrupted image?[/quote]

    I also noticed an issue with Bandwidth – mine doesn’t show any activity at all. I am running 1.2.0

  • Change Multicast Address

    1
    0 Votes
    1 Posts
    793 Views
    No one has replied
  • Host not found with windows service fog

    11
    0 Votes
    11 Posts
    4k Views
    ch3iC

    The hostname change is based on the hostname set in your host :

    [URL=http://www.hostingpics.net/viewer.php?id=917247Capture1.png][IMG]http://img11.hostingpics.net/thumbs/mini_917247Capture1.png[/IMG][/URL]

    The AD integration is based on the settings set in your host to :

    [URL=‘http://www.hostingpics.net/viewer.php?id=324753Capture2.png’][IMG]http://img11.hostingpics.net/thumbs/mini_324753Capture2.png[/IMG][/URL]

    For the password you need to use fogcrypt, you can download it at : [url]http://yourserver/fog/management/index.php?node=client[/url] .

    Wiki :
    Fogcrypt : [url]http://www.fogproject.org/wiki/index.php/FOGCrypt[/url]
    AD : [url]http://www.fogproject.org/wiki/index.php/Active_Directory_-_FOG_Setting[/url]

  • Displayed image size discrepancies

    3
    0 Votes
    3 Posts
    1k Views
    V

    [quote=“Tom Elliott, post: 40774, member: 7271”]Are you speaking on dog 1.2.0 from the image management page? If so this is already known about and fixed in SVN.[/quote]

    Oh, thanks. This is getting better and better.

  • Fog issues with DELL Optiplex 3020

    33
    0 Votes
    33 Posts
    26k Views
    G

    I’m running into the same problem.

    Using Fog 1.2.0
    Optiplex 3020, BIOS A05
    No matter which kernel I use (official or unpublished) I can’t upload my image.
    It gets stuck at “Using Hard Disk: /dev/sda”

    And really, only kernels 3.14.2 and 3.16.0 have let me get this far. I let it go an hour yesterday hoping it would work but it just freezes at this point.

    Any help would be appreciated.

    Thanks

  • Unable to start download task

    6
    0 Votes
    6 Posts
    3k Views
    ch3iC

    You can mount it in ISCSI.

  • Fog Upgrade to v1.1.2 - missing var/www/fog/commons/config.php

    11
    0 Votes
    11 Posts
    7k Views
    W

    I am trying to do the same thing i am going to check this file location and make sure it works

195

Online

12.4k

Users

17.4k

Topics

155.9k

Posts