• Broken FOG, VMware Workstation 8, Converter Standalone 5.0.1, ESXi

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Boot MSdart / no disk...

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Fog is not accessible

    6
    0 Votes
    6 Posts
    3k Views
    K

    I would run through all the updates first and see what happens. I would say that upgrading should be your last resort. HOWEVER, depending on what version of Ubuntu you’re running either server or desktop, you may want to look at an upgrade. In my field of work, we have to be on a supported OS or we are fined. I recently upgraded our box from 10.04LTS to 12.04LTS. With 10.04 desktop edition, the support ends in 2 months, April 2013, but the server edition support ends in April 2015. [url]https://wiki.ubuntu.com/Releases[/url] This may not be an issue for you, but it’s a requirement for us, so it may be worth looking into an upgrade.

  • Some problems (dhcp)

    3
    0 Votes
    3 Posts
    1k Views
    A

    [quote=“chad-bisd, post: 10842, member: 18”]What Linux are you running? Have you checked /var/log/syslog for clues?[/quote]

    it’s running ubuntu 12.10

    As far as the logs, i’m not really sure what i’m looking for. I don’t see any errors or anything that failed so i’m not sure what to look for.

  • FOG Across subnets

    12
    0 Votes
    12 Posts
    7k Views
    C

    We are set up this way because each of our campuses has a different ip range and different domains and it is easier for us to have multiple DHCP servers that have smaller scopes and configurations than one server with large scopes and configurations.

  • Slow multicast?

    8
    0 Votes
    8 Posts
    7k Views
    falkoF

    Yes I must add whilst I had a good run with multicasting I now prefer to unicast.

  • NFS Mounts failing

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Issues with Snap-ins

    14
    0 Votes
    14 Posts
    5k Views
    C

    If you use a domain admin account for this, you will most likely fail any kind of security audit including Sarbanes-Oxley if your financial systems are tied to your active directory in ANY way. Even if you aren’t a publicly traded company, it’s not safe to hand out domain admin accounts even if they are easier to deal with in terms of security troubleshooting. While I normally will try a domain admin account during debugging to see if it’s a permissions issue, I do my best to avoid them if at all possible. If I must use one, I must.

    If you want to create and use a local account in the workstations administrator group, that will give the FOG service enough rights to the local machine, but may not allow them to access network resources that are not visible to the “Everyone” group on your domain.

    There is something special about the local system and network service accounts on Windows in regards to accessing remote service, but I don’t remember them offhand.

  • Pre-built isolated network builds?

    7
    0 Votes
    7 Posts
    4k Views
    M

    Just to let you know of my own personal experiences with FOG setups, I use Ubuntu server 10.04 for the main fog server, I never update it because when I have in the past when I first started using fog I found that things broke (not necessarily to do directly with fog software). I also have a second storage server that I’ve been using that works for me seamlessly on Ubuntu 12.04. I’ve basically stuck to these because I’ve found the platforms solid for what I’m doing.

    If you would like help setting up I am sure I could help out and I’m perfectly willing to talk you through the process.

  • Fog + SSD + Win 7

    8
    0 Votes
    8 Posts
    5k Views
    M

    I noticed exactly the same and would just like to add weight to the argument for imaging using the multi-partition single disk option. I think it may be specific to windows 7, not sure.

  • Slow deploy & upload speeds.

    6
    0 Votes
    6 Posts
    4k Views
    E

    Hi Rob,

    Multicasting does not start on its own. By default if you deploy an image to a group of machines it will unicast. To multicast you will have to go to to “Task Management” and search a group of hosts and there will be a double arrow icon next to the group name that you can click to multicast.

    more info here:
    [url]http://www.fogproject.org/wiki/index.php/Managing_FOG#General_Tasks[/url]

    Cheers

  • Problem using fog to image a wiped drive

    2
    0 Votes
    2 Posts
    1k Views
    R

    I get this problem sometimes with drives that are brand new following replacement. In my case (Panasonic Toughbook CF19’s) the drives are in easily removable caddies so my workaround is to put them into a machine temporarily and boot the unit from a Gparted live cd, then just create a default MSDOS boot sector. HTH

  • Apache problems

    34
    0 Votes
    34 Posts
    23k Views
    K

    Glad to hear you got it working.

  • DHCP setup

    2
    0 Votes
    2 Posts
    1k Views
    A

    Disregard, we are cloning a computer right now…I WIN thanks for all of the help!!!

  • Problems when installing on RHEL 6.3!

    5
    0 Votes
    5 Posts
    4k Views
    F

    Well I have install a FOG 0.30 in RHEL 6.3, and you must make some changes:

    1º) Disable firewall and selinux
    [I]#sudo selinuxenabled; echo $?[/I]
    if the echo returns 0, the SELinux is enable and you must disable it
    [I]#sudo /etc/selinux/confi[/I]g
    change the value to disabled
    [I]#sudo setenforce 0[/I]
    [I]#reboot[/I]
    2º) Download the FOG code
    3º) You must make some change in some config files:
    3.1) Unziped_folder/lib/redhat/config.sh
    [I]packages=“httpd [B]php php-gd php-cli[/B] mysql mysql-server [B]php-mysql[/B] tftp-server nfs-utils vsftpd net-tools wget xinetd tar gzip make m4 gcc gcc-c++ htmldoc perl perl-Crypt-PasswdMD5 lftp clamav [B]clamd[/B]”;[/I]
    I change the next packages: php53 -> php and add clamd. The php-gettext not exists in RHEL.
    4º) download and install the next repositories:
    [I]#wget [url]http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.2-1.el6.rf.x86_64.rpm[/url][/I]
    [I]#wget [url]http://mirror.uv.es/mirror/fedora-epel/6/i386/epel-release-6-8.noarch.rpm[/url][/I]
    [I]#sudo rpm -i --quiet rpmforge-release-0.5.2-1.el6.rf.x86_64.rpm[/I]
    [I]#sudo rpm -i --quiet epel-release-6-8.noarch.rpm[/I]
    The EPEL repository is necesary to install htmldoc package.
    5º) Run installfog.sh to install FOG
    6º) You must config timezone in your php.ini:
    [I]#sudo vim /etc/php.ini[/I]
    In my case:
    date.timezone = “Europe/Madrid”
    [I]#/etc/init.d/httpd restart[/I]

    Some issues:
    *During the install process appears the next error:
    [I]Setting up and starting NFS Server…Failed![/I]
    Solution:
    [I]#sudo service rpcbind start[/I]
    *I have config the logwatch to see the freshclam messages, to config it:
    Edit the [I]/etc/logwatch/conf/logwatch.conf[/I] file
    Add the next line:
    [I]MailTo = [EMAIL]miemailaddress@mydomain.com[/EMAIL][/I] (<== your email)
    if you don’t want the logwatch messages delete the [I]/etc/cron.daily/0logwatch[/I] file

    In logwatch messages appears the ext error:
    [I]Notifyclam error[/I]
    Solution:
    Edit the [I]/etc/freshclam.conf[/I], uncomment and config the next line:
    [I]NotifyClamd /etc/clamd.conf[/I]
    [I]
    Error: clamd was not notified can’t connect to clamd through /var/run/clamav/clamd.sock[/I]
    Solution: sudo touch /var/lib/clamav/clamd.sock sudo chown clam:clam /var/lib/clamav/clamd.sock
  • Pxeboot HDT - Keeppxe

    2
    0 Votes
    2 Posts
    1k Views
    C

    Did you modify the pxe boot menu to add this option? I think in the append line, you could specify that option.

  • Problem deploying images made with different FOG kernel

    3
    0 Votes
    3 Posts
    1k Views
    P

    All that HP junk went by the wayside when I had to reconfigure the raid on the laptop anyway. Really don’t know what the issue was sadly, but a new VM and a new install of fog only took a few minutes.

    Both Dell and HP laptops seem to be imaging happily with your 3.3.3 kernel.

  • FOG accidentally imaging a second hard drive

    4
    0 Votes
    4 Posts
    2k Views
    D

    Thread resurrection! This actually happened to a member of our IT department again, today.

    Has anyone else ever run in to this problem? Some possibilities of causes:

    Computer had the original OS hard drive and the secondary drive in the computer before, while FOG imaged it The original OS drive was removed, and replaced with a new SSD The hard drive mode was switched from RAID to AHCI in the bios After all those changes were made, FOG imaged the secondary drive, instead of the SSD Post installation, the SSD is listed as /dev/sda and the secondary drive is listed as /dev/sdb

    Still pretty stumped. Anyone think any of those options would have temporarily caused the secondary drive to be read as /dev/sda?

  • Setup FOG DHCP server on Ubuntu 12.10

    2
    0 Votes
    2 Posts
    3k Views
    K

    You need to edit the dhcpd.conf file located in the /etc/dhcp folder on your server. Once you make your necessary changes here, range dynamic-bootp x.x.x.x x.x.x.x, all you should need to do is restart the dhcp service. This can be done by typing [B]sudo /etc/init.d/isc-dhcp-server restart[/B]

  • Error PXE Booting <w/image>

    8
    0 Votes
    8 Posts
    4k Views
    K

    If you want to migrate the images, I would backup the SQL database and copy your /images and /tftpboot folder.

206

Online

12.4k

Users

17.4k

Topics

155.9k

Posts