• Fog 1.0.1 - this is not a partclone image

    13
    0 Votes
    13 Posts
    6k Views
    Quintin GiesbrechtQ

    Thanks for all your help and advice! Greatly appreciated guys!

  • FOG 1.0.1 on Debian 7.5 PrinterManager Error pulling printer list

    14
    0 Votes
    14 Posts
    5k Views
    N

    I’ve tried it out with a fresh install and it’s working for me. Maybe the new file isn’t overwriting the old one. I run into weird problems when updating a lot of times unless I delete the web directory (rm -rf /var/www/fog) before reinstalling.

  • WOL not work

    4
    0 Votes
    4 Posts
    2k Views
    AbuelikaA

    [COLOR=#000000][SIZE=11px][B]I add in core cisco L3[/B][/SIZE][/COLOR]
    [COLOR=#000000][SIZE=11px][B]access-list 101 permit udp host 172.16.3.2 any eq 7[/B][B][FONT=Tahoma]access-list 101 permit udp host 172.16.3.2 any eq 9
    [/FONT][/B][/SIZE][/COLOR]
    [B]ip forward-protocol udp 7[/B]
    [B][FONT=Tahoma]ip forward-protocol udp 9[/FONT][/B]
    [COLOR=#000000][SIZE=11px][B] [/B][/SIZE][/COLOR]

  • IPXE problem

    10
    0 Votes
    10 Posts
    5k Views
    AbuelikaA

    [quote=“Tom Elliott, post: 28021, member: 7271”]I understand that, and am trying to understand. So if you disable vsftpd the system will boot fine?

    The message you’re seeing is:
    [url]http://ipxe.org/err/3c0920[/url]

    Go to the link and it may help you further.

    Or, if you want, you can try my latest undionly.kpxe/ipxe.kpxe files and see if either of them help you.

    [url]https://mastacontrola.com/undionly.kpxe[/url]
    [url]https://mastacontrola.com/ipxe.kpxe[/url]

    You’ll simply replace your current undionly.kpxe located in /tftpboot with one of those two files. Make sure they’re labeled as undionly.kpxe (one at a time) of course.[/quote]

    undionly.kpx is not localet in /tftpboot . I tried the two files you provided me and continues to give the same problem.

    -rw-r–r-- 1 fog root 840 23 mai 13:31 boot.txt
    -rw-r–r-- 1 fog root 168 23 mai 13:31 default.ipxe
    -rw-r–r-- 1 fog root 391231 23 mai 13:31 ipxe.krn
    -rw-r–r-- 1 fog root 25340 23 mai 13:31 memdisk
    -rw-r–r-- 1 fog root 16794 23 mai 13:31 pxelinux.0.old
    -rw-r–r-- 1 fog root 165088 23 mai 13:31 snponly.efi
    drwxr-xr-x 3 fog root 4096 23 mai 13:41 tftpboot
    -rw-r–r-- 1 root root 385722 22 mai 23:38 undionly.kpxe
    -rw-r–r-- 1 root root 99798 22 mai 23:38 undionly.kpxe_1
    -rw-r–r-- 1 fog root 382650 23 mai 13:31 undionly.kpxe.INTEL
    -rw-r–r-- 1 fog root 100430 23 mai 13:31 undionly.kpxe.ORIGINAL

    -rw-r–r-- 1 fog root 147728 23 mai 13:31 vesamenu.c32

  • Fog 1.0.1 Bug?

    18
    0 Votes
    18 Posts
    7k Views
    C

    Hello
    Thank you for the very great work
    I am a network administrator in a part of university of Lyon in France, Fog is awesome
    I found a bug when i do wakeup for a host there is a blank screen and no wakeup.
    in the apache log
    PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/fog/Host.class.php on line 653, referer: [url]http://myserver/fog/management/index.php?node=host&sub=deploy&id=297&type=14[/url]

  • Client Updater on 1.0.1

    6
    0 Votes
    6 Posts
    2k Views
    N

    It depends on if you wanted to store the file contents in the database in an encoded format. I only mentioned this because before revision 1724 updates.php was trying to decode it when retrieving the file but FOGConfigurationPage.class.php never encoded it when it saved it.

    As of revision 1726, the file is not encoded when its stored, but it is decoded when it’s retrieved, so it corrupts the file. Either FOGConfigurationPage.class.php lines 544 and 552 will need to encode the data before it’s stored, like:
    [code]->set(‘file’,base64_encode(file_get_contents($_FILES[‘module’][‘tmp_name’][$index])));[/code]

    or updates.php line 20 will need to have the decode statement removed from it:
    [code]print $ClientUpdate->get(‘file’);[/code]

    but only one of those options. Sorry for the confusion! 😞

  • Stuck on Client Server IP:

    3
    0 Votes
    3 Posts
    1k Views
    S

    [quote=“Junkhacker, post: 27973, member: 21583”]Blatantly copied from Tom’s signature:

    Basics: Please provide:
    FOG Version (e.g. FOG 0.32, FOG 0.33, FOG 0.01, 1.0.0, 1.0.1, SVN build)
    OS Version (e.g. CentOS 6.5, Ubuntu 12.04, Redhat 6.5)

    Have you checked your apache error logs? Can you provide information from these logs?
    Debian based Location (normally)
    /var/log/apache2/error.log
    Redhat based Location (normally)
    /var/log/httpd/error_log

    Have you searched the forums for your issue yet?
    Have you checked the wiki yet?
    Kernel Issues: [url]http://fogproject.org/wiki/index.php/FAQ[/url][/quote]

    Thank you, I wasn’t sure what logs to check, lots of errors in the apache logs, just about all PHP warnings like
    “PHP Warning: print_r(): Couldn’t fetch mysqli in /var/www/fog/lib/fog/HookManager.class.php on line 147, referer: [url]http://192.168.1.129/fog/commons/schemaupdater/index.php?redir=1[/url]

  • Fog 1.0.1 - Invalid StorageGroup

    2
    0 Votes
    2 Posts
    1k Views
    Quintin GiesbrechtQ

    OK, apparently nfs wasn’t running, so got it working…but have new problem - will start a new thread.

  • Host Registration Issue

    5
    0 Votes
    5 Posts
    2k Views
    Tom ElliottT

    Thank you,

    I don’t know how to tell ipxe to only see the connected LAN’s as net0, for that I’m sorry.

  • Global Services after upgrade?

    5
    0 Votes
    5 Posts
    2k Views
    Tom ElliottT

    [quote=“Jarett LeBlang, post: 27937, member: 4208”]Ah i thought Global Settings were a general setting for newly registered hosts, so you didn’t have to manually go in and turn settings on. So basically Global Settings turns the module on and then you check what’s needed per host. You might want to think about putting a mechanism in place that lets you turn on the flags when the server is registered by pxe, rather than having to register the machine and then go into the GUI to turn on flags.[/quote]

    That’s already the default action. When a host is registered, it turns on all the flags.

  • Error when trying to register Host to fog 1.0.1

    21
    0 Votes
    21 Posts
    8k Views
    Tom ElliottT

    It appears that a reinstall of FOG fixed the issue reported. Please try this first.

  • Uploading images 1.0.1

    3
    0 Votes
    3 Posts
    1k Views
    S

    This issue is resolved.

    The problem was that we were trying to overwrite the partimage definition with the new partclone definition. In the image folder I just renamed the old image definition to .old. Then FOG created a new folder and finished the upload.

  • 0 Votes
    4 Posts
    2k Views
    J

    Nevermind, did a quick thread search.

  • 0 Votes
    17 Posts
    5k Views
    JunkhackerJ

    i’m not familiar with webmin. but if it can make a full database backup, i don’t see why it wouldn’t work. you may also want to backup the files in the root of your web folder, just in case.

  • Not sure if this is an issue or my incompetence

    2
    0 Votes
    2 Posts
    1k Views
    Tom ElliottT

    If this new drive is smaller than the original drive, the only way you’ll be able to image it is if you re-upload the image as Single Disk Resizable.

  • PXE3B: TFTP error - flie not found

    16
    0 Votes
    16 Posts
    5k Views
    B

    Nevermind, went and found it in another thread. I’ll move my responses there.

  • Host Registration Problem

    3
    0 Votes
    3 Posts
    1k Views
    J

    DITTO

  • Download = Fatal Error but Download w/Debug Works

    1
    0 Votes
    1 Posts
    468 Views
    No one has replied
  • Client won't boot to PXE

    10
    0 Votes
    10 Posts
    7k Views
    Jaymes DriverJ

    [quote=“JustinGSEIWI, post: 27621, member: 23733”]Thank you for the reply.

    I am following the directions to get fog 0.32 installed on Ubuntu 12 with this link.
    [url]http://www.fogproject.org/wiki/index.php/Using_FOG_with_an_unmodifiable_DHCP_server/_Using_FOG_with_no_DHCP_server[/url]

    In step five, I am unable to edit the exports file. How do I do this? It is in use or write protected?

    Justin[/quote]
    [code]

    sudo gedit /etc/exports[/code]

  • Image Capture Issue

    3
    0 Votes
    3 Posts
    952 Views
    P

    We have moved the nodes to the same VLAN as the Master and changed the storage location IP config to the Masters IP address. This seemed to resolve the issue for a little while. After the weekend we came back and were running a few more tests before we implemented this solution for our servers. When we tried to capture again it started uploading to the storage node again instead of the master. We are hoping to get this up and running for our summer imaging throughout our district. We will be imaging 4000-6000 new computers and roughly 10000 existing computers.

    If anyone has any advice as to what we could test it would be greatly appreciated.

119

Online

12.3k

Users

17.4k

Topics

155.8k

Posts