• Grub rescue after Upload Task

    3
    0 Votes
    3 Posts
    2k Views
    ch3iC

    @Tom-Elliott said:

    Do you d1.original.swapids?

    d1.original.partitions, from the directory listing looks like it has data.

    I’ve edited my post, the swapuuids is empty…

  • SMB setup for external storage

    Solved
    22
    0 Votes
    22 Posts
    14k Views
    Wayne WorkmanW

    @cmcleod

    Well… I’m not sure…

    Most people don’t even get NAS to work right with FOG so… you should feel lucky lol. I guess just use the Buffalo Terastation’s web interface to keep an eye on your space usage?

  • Ubuntu Image

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    ch3iC

    @cspence I need to update the old post… the new forum kill my post lol. A script is missing.

  • Fog Server /Dban setup

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    Wayne WorkmanW

    https://gist.github.com/robinsmidsrod/2234639

    there is a Dban example in there.

  • Fog Server 1.20 Images in Server not reporting in GUI

    Solved
    11
    0 Votes
    11 Posts
    4k Views
    Tom ElliottT

    @KGreene I’m solving this post. Mostly because it was just user mis-understanding. Hopefully you understand, and if you need any help, don’t hesitate to let us know.

  • iPXE boot iMac to run Yosemite install

    6
    0 Votes
    6 Posts
    2k Views
    T

    @ch3i said:

    Thanks hadn’t seen that. but suspect its to ol

    Still having issues ATM. but been busy and will check this out next week.

  • Problem

    Solved
    12
    0 Votes
    12 Posts
    4k Views
    V

    @Tom-Elliott
    Solved my issue with the TFTP. it was because the FOG user password got changed and wasn’t updated in the web interface.

  • PostDownloadScript

    2
    0 Votes
    2 Posts
    906 Views
    ch3iC

    @jjacobs

    Hi,

    You can install MySQL command line for Windows and query your MySQL server (using the mac adress of your computer). I used it on linux computers.

    Regards,
    Ch3i.

    EDIT : You can download Mysql in ZIP format here : http://dev.mysql.com/downloads/mysql/, binaries are in.

  • Inconsistency frustration

    13
    0 Votes
    13 Posts
    5k Views
    J

    Ya, as a general rule of thumb, don’t use Ubuntu. Older versions like 12.04 LTS work fine, but anything “bleeding-edge” for ubuntu means it screws with 90% of the linux standards.

  • Correct File Permissions

    4
    0 Votes
    4 Posts
    1k Views
    Wayne WorkmanW

    Oh, that’s an FTP issue. See this article: [url]http://fogproject.org/wiki/index.php/Troubleshoot_FTP[/url]

    Most likely it’s credentials / permissions related…

  • FTP Gotcha on Ubuntu (Should Be Added To The Wiki?)

    5
    0 Votes
    5 Posts
    2k Views
    Wayne WorkmanW

    [quote=“SouperGrover, post: 46109, member: 27066”]Hey guys,

    I just wanted to pass on something I had to work through with regards to uploading an image. I was getting the infamous “Can’t rename/move Permission Denied” messages on the client after it had finished imaging. Most posts tell you to ensure the FTP passwords are all set corretcy in the various PHP files, make sure permissions are set correctly on the /images folder, etc. None of this worked for me.

    I have a vanilla Ubuntu 14.04 server running only FOG. When I logged in using the fog user with an SCP client over SSH, I could read/write/modify/delete everything I expected to be able to. But, when I used and FTP client with the same account, I couldn’t even modify the fog user’s home directory. What I discovered was that in my /etc/vsftpd.conf file, [CODE]write_enable=YES[/CODE] was commented out, so therefor no FTP users could modify anything. After I uncommented this and restarted the service, I was able to get my image to finally upload

    Hope this can help someone else out because I didn’t se this as a solution anywhere else[/quote]

    You’re problem and solution have been documented here: [url]http://fogproject.org/wiki/index.php/Troubleshoot_FTP#Images_stuck_in_.2Fimages.2Fdev[/url]

  • Ubuntu and /etc/rc.local

    7
    0 Votes
    7 Posts
    4k Views
    sudburrS

    This will help. Thank you. I was just hoping someone knew definitively. This is a closed development system I’m experimenting with and I’m considering different ways of doing differing things. This is one of them.

  • Help with SED in Ubuntu

    1
    0 Votes
    1 Posts
    770 Views
    No one has replied
  • Ubuntu 14.xx - How not to have Fog start automatically when server starts

    10
    0 Votes
    10 Posts
    4k Views
    M

    On second thought, I will use the NO MENU option since that seems to also fix the issue that none of the EXIT TO HARD DISK TYPE values work for me…but NO MENU boots just fine.

  • PXE Boot Issues

    39
    0 Votes
    39 Posts
    20k Views
    M

    Sorry it took so long. We’ve been on new year’s holiday here for a couple weeks. But this week its blazing hot – like 40+ degrees – so we all want to stay inside with aircon and work.

    Thanks for your reply. Uncle Frank has pointed out ProxyDHCP to me… I will look into that.

  • Services (TFTP, MySQL) not starting after reboot on Lubuntu 13.10

    10
    0 Votes
    10 Posts
    4k Views
    Wayne WorkmanW

    [quote=“maples, post: 44776, member: 29215”][B]### SOLVED ###[/B]
    The issue was with a bug that Ubuntu doesn’t properly start services.
    My issue was only with tftpd-hpa, but this probably can be applied to other services as well.

    /etc/init/tftpd-hpa.override:
    [code]
    manual
    [/code]

    /etc/rc.local:
    [code]
    sleep 30
    start tftpd-hpa
    exit 0
    [/code]

    [B]### Original post###[/B]
    Hi,
    I’m trying to install FOG on a compuer that’s running Lubuntu 13.10. This has happened twice, and I’ve gotten similar results both times.
    I did a fresh install, updated everything, then installed FOG. Everything ran fine, and soon we were able to start booting from the PXE server, registering hosts, and taking images.
    However, after we rebooted the computer, we ran into issues. Both times, the TFTP server refused to start. The first time, the MySQL service broke as well, but the second time it seems to still be working.

    Since I reinstalled the OS after the first failure, I’m unable to give any more details about it, but we haven’t done anything to the second install.

    Here’s the /etc/default/tftpd-hpa config file.
    [code]# /etc/default/tftpd-hpa

    FOG Modified version

    TFTP_USERNAME=“root”
    TFTP_DIRECTORY=“/tftpboot”
    TFTP_ADDRESS=“0.0.0.0:69”
    TFTP_OPTIONS=“-s”[/code]

    Thanks![/quote]

    #letsmakescripts

    Just hash-tagging this… I’m working on something…

  • While upgrading i get this error. how to fix please

    5
    0 Votes
    5 Posts
    2k Views
    ch3iC

    [quote=“jenesis, post: 45025, member: 26331”]thanks, i have another issue, after i get the OK for downloading kernels and inits ,
    i get Failed to get client version downloading New Fog Client file…
    and the installation stops.
    what can i do
    thanks again[/quote]

    There is a topic for that bug 😉

    [url]http://fogproject.org/forum/threads/svn-3192-hangs.12685/[/url]
    [url]http://fogproject.org/forum/threads/svn-3192-hangs.12685/#post-44966[/url]

    Regards,
    Ch3i.

  • 0 Votes
    5 Posts
    2k Views
    ch3iC

    Hi,

    Just update to SVN 3200 : fixed.

    Regards,
    Ch3i.

  • Updating to 1.3.0

    4
    0 Votes
    4 Posts
    5k Views
    ?

    After following the code, the problem was that to use mysqli async queries i need to install php-mysqlnd package instead of php-mysql.

  • Not A problem, just a solution i found

    1
    0 Votes
    1 Posts
    865 Views
    No one has replied

169

Online

12.2k

Users

17.4k

Topics

155.6k

Posts