• Bugs in FOG 1.0.0

    Locked Solved
    69
    0 Votes
    69 Posts
    50k Views
    falkoF

    Locked

  • Bugs in FOG 1.0.1

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    V

    the latest beyond 1.0.1 may be unstable.

    use 1.0.1 for production environments.

  • Bugs in FOG 0.33

    Locked Solved
    308
    0 Votes
    308 Posts
    527k Views
    Jaymes DriverJ

    [quote=“pmonstad, post: 26357, member: 17422”]Again, no critizism about 0.33B. It is very nice and powerful and a lot better than 0.32. I just try to find out how it works. All my questions/feedbacks are not because I dislike/disagree how it works now, but more a question if it works as expected or if it is a bug. It is a beta/release candidate and I thought feedbacks were welcome even if they not always are bugs…[/quote]

    They are welcome, but if you keep throwing information at us without researching if it IS a bug or without ASKING if it is a bug and just assuming and then posting topics like crazy because you don’t understand, you leave us all a little frustrated, and maybe even lead to topics or posts being ignored.

    We are more than willing to help you to understand, there some walkthroughs tailored towards individuals that have never used FOG before, and that would be a great place to start.

    Please familiarize yourself with the documentation, then come back and ask questions that you don’t understand.

    fog_0.33b is still in beta/release candidate, that is correct, and we do want to fix as many bugs as possible. And you can REALLY help us by trying to recreate your issue a couple times. Document how you arrived at the issue, and then attempt to solve it. Make sure to document your steps in solving, as this will help us to help others and to ultimately fix the problem.

    Since this is a beta you shouldn’t use it for production anyway, and if you do be prepared to break it and fix it many times, and possibly re-install just as many. Coming to us with a resolve for an issue you found holds a much greater merit than one just saying hey this doesn’t work.

  • Error upgrading from one beta to another

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    Tom ElliottT

    r1531 released to fix the typo, thanks for reporting.

  • UEFI network boot

    Solved
    9
    0 Votes
    9 Posts
    9k Views
    N

    I follow. So you would either have to do some odd multiple boot/reboot thing to set a task from the host or set tasks from the server which could then do its musical kernel dance. That’s a bit more than I have the time or knowledge for right now, but its good to know the support is out there.

  • Call to undefined method Group::addMember

    Solved
    17
    0 Votes
    17 Posts
    6k Views
    N

    I’ve followed your instructions ritchy_purple however I found that this broke group scheduled tasks. Single host scheduled tasks still ran but group ones would not as the script no longer returns a list of hosts that are members of the group.

    I’ve written some more in-depth instructions and a solution (based on this thread) that gets both the Web GUI and group scheduled tasks working

    [url]http://fogproject.org/forum/threads/scheduled-tasks-and-fog-0-32.10345/[/url]

    Neil

  • Server 500 error after upgrading to 0.33b

    Solved
    25
    0 Votes
    25 Posts
    12k Views
    V

    ok it appears that i actually did set up an password for my SQL. I edited the config file and everything is now working as far as login

  • Array_filter() expects parameter 1 to be array, null given

    Solved
    2
    0 Votes
    2 Posts
    3k Views
    Tom ElliottT

    Or just tell the variable to check that it as an array, no matter what!

  • Config.php not being changed

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    W

    Yes a change of the Credentials in the Storage node fixed the issue.

  • Partimage aborts

    Solved
    6
    0 Votes
    6 Posts
    5k Views
    C

    Cool. FOG_LEGACY_FLAG_IN_GUI worked very nicely. It’s a good option to have. Thanks Tom.

  • Upload an Image shows the download message instead

    Solved
    2
    0 Votes
    2 Posts
    2k Views
    Tom ElliottT

    Not sure if you’re already aware, but I’ve changed the way this get’s displayed when you “deploy” a task. It takes the task type and displays “<TASKTYPENAME> task created for [U]<HOSTNAME>[/U] with image [U]<IMAGENAME>[/U]”. Hopefully this is more descriptive as it tells you exactly what task has been “Deployed”

  • 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
    13k 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.

67

Online

12.2k

Users

17.4k

Topics

155.6k

Posts