• Group Management Bug

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    B

    ok, thanks.

  • Host registration fails

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    Tom ElliottT

    Cody,

    I have to agree with falko.

    Try it again, but also verify that you don’t have selinux enabled on the system. I’m assuming you did the install with a fully fresh installation as well.

    Based on the information provided, however, it doesn’t even sound like it’s getting the download of the kernel which leads me to think it’s either a permissions issue, or a SELINUX issue.

  • Issue when adding network printer in 0.32

    Solved
    4
    0 Votes
    4 Posts
    3k Views
    T

    Windows Vista and up have some built in VB scripts now to handle printer installations. Perhaps a rewrite can be done to use those built in scripts? Here’s a sample of a local install script using those.

    [CODE]@ECHO OFF
    md C:\DRIVERS
    md C:\SCRIPTS
    xcopy "\server\e\PrinterDrivers\HP Universal Print Driver\pcl6-x64-5.7.0.16448*." C:\DRIVERS*. /e /h /r /k /c /I /y /D
    xcopy “\server\e\printersetup\scripts” C:\Scripts /e /h /r /k /c /I /y /D
    cscript “C:\Scripts\Prnmngr.vbs” -d -p “PRINTER NAME”
    Cscript “C:\Scripts\Prnport.vbs” -a -r IP_10.1.0.159 -h 10.1.0.159 -o raw -n 9100
    Cscript “C:\Scripts\Prndrvr.vbs” -a -m “HP Universal Printing PCL 6 (v5.7.0)” -i C:\DRIVERS\hpcu155u.inf -h C:\DRIVERS -e “Windows x64”
    Cscript “C:\Scripts\Prnmngr.vbs” -a -p “PRINTER NAME” -m “HP Universal Printing PCL 6 (v5.7.0)” -r IP_10.1.0.159
    rem rd C:\SCRIPTS /s /q
    rem rd C:\DRIVERS /s /q
    @pause
    [/CODE]

    Now this is a .bat which Copies the required script files (needed for XP/2000) and printer drivers locally, then installs the printer locally.
    Included is a .zip of the printer management scripts, but you can find them in the system32 folder of any version of windows vista and newer.

    [url=“/_imported_xf_attachments/0/421_Printer.zip?:”]Printer.zip[/url]

  • WOL only works immediately never as planned or cron task

    Solved
    22
    0 Votes
    22 Posts
    15k Views
    Tom ElliottT

    You can download from SVN with:
    [code]svn co https://svn.code.sf.net/p/freeghost/code/trunk fog_0.33b[/code] then cd to the fog_0.33b folder and perform normal install or you can download a pre-made tarball at latest revision with:
    [url]https://mastacontrola.com/fog_0.33b.tar.bz2[/url]

    Extract the tarball with:
    [code]tar -xjf fog_0.33b.tar.bz2[/code]

    Then cd into the fog_0.33b folder and perform normal install from there.

  • FEDORA 19 <- MYSQL is no more MARIADB is now in place.

    Solved
    3
    0 Votes
    3 Posts
    3k Views
    Tom ElliottT

    I certainly can, just need to figure out the best approach.

    if rpm -qa|grep “maria” || rpm -qa|grep “mysql” or something along those lines.

  • Updating kernel

    Solved
    4
    0 Votes
    4 Posts
    6k Views
    Tom ElliottT

    Okay, try this php file. I’ll have it posted on The .33 tracker as well.

    This file will go into either:

    /var/www/fog/lib/pages

    or

    /var/www/html/fog/lib/pages

    Unless you have specified a more customized location.

    If your web server is separate from the tftp server, the error is gone, but the download and transfer will fail.

    Also,

    the js file needs to added to allow for the page to load under the new classes to actually download and transfer the file.

    just a simple:

    cp {fogwebdir}/management/js/fog.about.kernel.js {fogwebdir}/management/js/fog.about.kernel-update.js

    will do.

    Hopefully this helps.

    [url=“/_imported_xf_attachments/0/376_FOGConfigurationPage.class.php?:”]FOGConfigurationPage.class.php[/url]

  • FOG_DISABLE_CHKDSK setting

    Locked Solved
    2
    0 Votes
    2 Posts
    2k Views
    B

    Fixed in SVN for 0.33. Thank you for reporting.

135

Online

12.4k

Users

17.5k

Topics

156.0k

Posts