• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. purpleturtle99
    3. Posts
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 11
    • Posts 44
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by purpleturtle99

    • Schema update failed

      I am trying to log into my Fog server today and was asked to update the schema

      but this is what I received when trying to:

      [SIZE=6][B][URL=‘http://192.168.0.5/fog/commons/schemaupdater/index.php’][IMG]http://192.168.0.5/fog/management/images/fog-logo.png[/IMG]1.2.0[/URL][/B][/SIZE]

      [SIZE=5][B]Open Source Computer Cloning Solution[/B][/SIZE]
      [SIZE=6][B]Database Schema Installer / Updater[/B][/SIZE]

      Update/Install Failed!
      [SIZE=5][B]The following errors occured[/B][/SIZE]

      [B]Update ID:[/B] 1 - 0
      [B]Database Error:[/B]
      [B]Database SQL:[/B]
      CREATE DATABASE fog
      this list goes on for ever until 115 me thinks I safely assume I have broken something? New install + internet is connected BTW

      posted in FOG Problems
      P
      purpleturtle99
    • RE: VirtualBox FOG Server Download

      Hi Saxx
      It is possible for me to have a link to this VDI?

      posted in Tutorials
      P
      purpleturtle99
    • RE: How to Setup Ubuntu Server/FOG 1.2.0/Create Univeral Windows 7 Image using Sysprep - Step-by-Step

      @Sully yes that would make sense. So I can re-use this unattend.xml over and over gain and just copy it to \System32\SysPrep folder. Thanks

      posted in Tutorials
      P
      purpleturtle99
    • RE: How to Setup Ubuntu Server/FOG 1.2.0/Create Univeral Windows 7 Image using Sysprep - Step-by-Step

      @Liam thanks for the great step by step guide really appreciate it. But I am quite new to Fog and struggle sometimes with the basic of things. You lost me between creating the unattended.xml file and the creating the iso to boot the test pc from.
      My question is where did you save this .xml file too? and how was this incorporated into the iso too b used in a VM or physical box. did u use software? If you could explain this step in detail it will be mush appreciated.

      oh and BTW for all other noobs out there please ensure that you download the [COLOR=#ff0000]exact[/COLOR] version of WAIK that you are trying to use e.g. win7 sp1 WAIK isn’t compatible with win 7 WAIK and visa versa. Windows has released a supplement but it has no install files

      posted in Tutorials
      P
      purpleturtle99
    • RE: FOGFTP: Login failed. Host: ServerIP, Username: fog, Password: XXXXXXX, Error: ftp_login(): Login in

      RESOLVED…
      If you add a user called fog on Ubuntu then you needs to set the same password into your fog server. Or change this user password to the same password as it is set in the fog server

      posted in FOG Problems
      P
      purpleturtle99
    • FOGFTP: Login failed. Host: ServerIP, Username: fog, Password: XXXXXXX, Error: ftp_login(): Login in

      As per previous posts It means to change your FOG_TFTP_FTP_PASSWORD in the fog settings page, which matches the password on the screen. Also I have changed the password under the Storage management, Management password.

      Both these passwords are the same and the are the password as per password in the error message

      posted in FOG Problems
      P
      purpleturtle99
    • RE: Clean install Ubuntu 14.04 and fog 1.1.2

      Gentlemen we have lift OFFFFFFFFFF.
      I have finally booted to my fog server successfully. In the end it was the line: dhcp-range=10.0.0.10,proxy which I had to change to the ip address of my server.

      Soooooo to help others
      here is a quick breakdown of my set up and by no means perfect but hey it works
      Ububtu 1204 LTS
      Fog 1.1.0
      Cisco WAG120N switch with DHCP enabled to provide IP address in the same subnet as your server(just in case)
      DNSMASQ installed and configured as per link (DNSMASQ doesn’t provided DHCP it inform the client’s computer where to find the fog server)
      [url]http://fogproject.org/wiki/index.ph...with_no_DHCP_server#DNSMASQ_settings_for_iPXE[/url]

      I had to change the following in the /etc/dnsmasq/ltsp.conf
      dhcp-boot=undionly.kpxe,fog,IP.Add.of.yurserver
      and
      dhcp-range=IP.ADD.OF.yurserver,proxy

      Thanks to LifeHacker, Jaymes and Tom Elliott

      posted in FOG Problems
      P
      purpleturtle99
    • RE: Clean install Ubuntu 14.04 and fog 1.1.2

      Okay when I stop the DNSMASQ services and let my Cisco router dish out IP’s via DHCP then laptop receives an IP address and the errors are PXE-E53 and PXE-M0F

      When I start the DNSMASQ services and remove the fog from the config file I get errors PXE_E51 no DHCP or proxyDHCP offers were received

      And wiresharks shows the same result DHCP discover only messages. So I think the laptop never gets an DHCP offer from the fog server running DNSMASQ…What am I missing here???
      BTW also from the ltsp.conf file what range of IP address is my fog server dishing out anyway???and how do I check this in the ltsp.conf file

      posted in FOG Problems
      P
      purpleturtle99
    • RE: Clean install Ubuntu 14.04 and fog 1.1.2

      Here is the config file. Am I right by saying that in this file:

      The boot filename, Server name, Server Ip Address

      dhcp-boot=undionly.kpxe,fog,192.168.1.101

      undionly.kpxe is the filename it looking for ? Can’t install Wireshark…BTW

      [url=“/_imported_xf_attachments/1/1173_dnsmasq_d_ltsp config.txt?:”]dnsmasq_d_ltsp config.txt[/url]

      posted in FOG Problems
      P
      purpleturtle99
    • RE: Clean install Ubuntu 14.04 and fog 1.1.2

      OK I have gone off and formatted the Hard drive and installed Ubuntu 12.04LTS and Fog ver 1.1.0.Done the DNSMASQ route. And still can’t make images. PXE-E53 No Boot filename received. And PXE-M0F Exiting Intel Boot agent.

      posted in FOG Problems
      P
      purpleturtle99
    • RE: Clean install Ubuntu 14.04 and fog 1.1.2

      Thanks JH, I fully understand that 2 DHCP servers is a bad idea but no-one has actually given advice what to do. On my Cisco router I can’t set undionly.kpxe. What would you recommend I use as a DHCP server? Should I use the fog server and turn off DHCP on my Cisco routers. Or install another DHCP server and turn off DHCP on my Cisco router?

      posted in FOG Problems
      P
      purpleturtle99
    • RE: Clean install Ubuntu 14.04 and fog 1.1.2

      See that now raises another question…sorry to be a pain but.,I don’t have a DHCP server in my system/setup as such. I use Cisco routers. So should I then in the installation of FOG say yes I want this server to be the DHCP too???also I don’t understand the where how and why around "pxelinux.0 to undionly.kpxe "

      posted in FOG Problems
      P
      purpleturtle99
    • RE: Clean install Ubuntu 14.04 and fog 1.1.2

      Thanks Jaymes, I wasn’t recommending any version of Ubuntu as such merely asking a question. OK All I need to know is what OS
      does work with what version of fog. I have tried Ubuntu 12.04 with 0.32 what worked for a bit but then a had to image a newer laptop and it stopped working. I then upgraded to 1.0.1 and couldn’t get that to work due to booting the client pc’s.

      Like I said I don’t really care what OS I use I just need to start making image ASAP… Debian or Ubuntu

      posted in FOG Problems
      P
      purpleturtle99
    • RE: Clean install Ubuntu 14.04 and fog 1.1.2

      Thanks NDNtech. At work I have a Ubuntu 14.04 physical (Optiplex 380)machine to which I am going to install fog ver 1.1.2 today and try to make images. I will let you know how I get on with this combo.

      posted in FOG Problems
      P
      purpleturtle99
    • RE: Clean install Ubuntu 14.04 and fog 1.1.2

      From the fog wiki:
      [SIZE=6][B]Ubuntu 14.04[/B][/SIZE]

      Jump to: [URL=‘http://www.fogproject.org/wiki/index.php/Ubuntu_14.04#column-one’]navigation[/URL], [URL=‘http://www.fogproject.org/wiki/index.php/Ubuntu_14.04#searchInput’]search[/URL]
      [B]DO NOT USE THIS VERSION OF LINUX, IT IS TOO NEW AND THERE ARE ISSUES WITH TFTP UPSTART AGAIN, WHEN TIME ALLOWS AND MAJOR ISSUES WITH FOG HAVE BEEN RESOLVED, WE WILL TACKLE FIXES FOR THE UBUNTU 14.04 OPERATING SYSTEM![/B]

      Is this still valid[B]??? I need to make images, please advice on best OS to install and best working version of fog[/B]

      posted in FOG Problems
      P
      purpleturtle99
    • RE: Clean install Ubuntu 14.04 and fog 1.1.2

      Hi Tom, I created a host only adapter as per file attached

      [url=“/_imported_xf_attachments/1/1161_2014-07-13_1416.png?:”]2014-07-13_1416.png[/url]

      posted in FOG Problems
      P
      purpleturtle99
    • Clean install Ubuntu 14.04 and fog 1.1.2

      I have been advised to do a clean install of ubuntu and fog server. Which I have done in Virtual box. Updated Ubuntu.
      Made the client boot sequence to boot only the network int that is connected to my Virtual switch. To dish out IP address and the fog server was installed without DHCP. But still I get errors as per screen shot. I have also done the ls -s option as in other threads : [FONT=Consolas]sudo ln -s /tftpboot/undionly.kpxe /tftpboot/pxelinux.0 still I get the same. [/FONT]

      [url=“/_imported_xf_attachments/1/1160_2014-07-13_0830.png?:”]2014-07-13_0830.png[/url]

      posted in FOG Problems
      P
      purpleturtle99
    • RE: Upgrade from version 0.32 to 1.0.1 PXE-M0F errors

      @Tom I have made the changes as you suggested. Restarted the Ubuntu box, restarted my connection. Just to be sure everything is all puka. Now I get the message as per screen shot attached and the laptop booth to WinTosh

      [url=“/_imported_xf_attachments/1/1122_WP_20140709_14_32_06_Smart.jpg?:”]WP_20140709_14_32_06_Smart.jpg[/url]

      posted in FOG Problems
      P
      purpleturtle99
    • RE: Upgrade from version 0.32 to 1.0.1 PXE-M0F errors

      @Wolf as stated before I have a Cisco WAG120N which doesn’t have the option67
      @Tom: ln -s /tftpboot/undionly.kpxe /tftpboot/pxelinux.0 didn’t work either

      Do I need to install a separate DHCP server?and then amend the dhcpd.conf to add filename = undionly.kpxe for the subnet I am providing IP address for ?
      Can I install dhcp sever on the same Ubuntu box that is currently running Fog?
      Or do I need to get a router where I can change these options?

      Please advice the quickest way to get my fog server back up and running as I need to image my director’s wife new laptop ASAP

      posted in FOG Problems
      P
      purpleturtle99
    • RE: Upgrade from version 0.32 to 1.0.1 PXE-M0F errors

      [quote=“Jaymes Driver, post: 32407, member: 3582”]Did you change the bootfile name from pxelinux.0 to undionly.kpxe as instructed by the installer script?

      The latest version, 1.1.2 has a number of marginal improvements I would highly recommend upgrading to 1.1.2

      As far as “amending your current set up” we don’t know what your set up is, without more information we can’t offer recommendations. If you need to please use your native language and use google translate.[/quote]

      Thanks Jaymes, No I have changed the boot file name yet. I upgrade via the following instructions:
      [url]http://www.fogproject.org/wiki/index.php/Upgrade_to_1.0.0[/url]

      Can you please advise how to change this file? As I have now tried another laptop that was work on 0.32 and I receive PXE-T01, PXE-E3B and PXE-M0F

      posted in FOG Problems
      P
      purpleturtle99
    • 1
    • 2
    • 3
    • 2 / 3