• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Lethal Kebab
    3. Topics
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 63
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Lethal Kebab

    • L

      Front screen stats won't load

      FOG Problems
      • • • Lethal Kebab
      3
      0
      Votes
      3
      Posts
      1.3k
      Views

      Jaymes DriverJ

      I’m with Tom on this one, sounds like Apache server isn’t configured for the bond0 interface.

    • L

      Proposed Setup

      General
      • • • Lethal Kebab
      10
      0
      Votes
      10
      Posts
      4.6k
      Views

      L

      the FUN just keeps on coming…

      DAY 3
      Decided to bond the NIC’s

      again… googled the hell out of it, surprisingly, there is no result for Fedora 15 nic bonding, save the official docs from Fedora that clearly articulates how to achieve bonding…

      HOWEVER, not once did they mention that you needed to chkconfig NetworkManager off, nor did they mention to service NetworkManager Stop…
      They failed to mention that when bond0 comes up, for some reason eth1 still holds an ip address, and that ifdown eth1 then ifup eth1 gets it to behave… then ifdown bond0 followed by ifup bond0…

      they failed to mention the horror when you can no longer ping anything… not even the router even though all settings in the ifcfg file are correct and you’ve quadruple checked ifconfig -a output…

      endless googling finally reveals that “perhaps” you may need to add a route by tying route add default gw 192.168.x.x dev bond0 which doesn’t seem to persist on network restarts…

      suffice it to say, blowing away the server and re-installing crossed my mind on several occasions…

      the result???

      I have internet access but I can only ping computers on the same subnet, all other computers on any subnet can ping me… thats fine for now because imaging is working… again…

      note to self… charge more for this $h!t in future…

    • L

      Windows 7 single disk resizable

      FOG Problems
      • • • Lethal Kebab
      5
      0
      Votes
      5
      Posts
      2.5k
      Views

      Lee RowlettL

      i personally use 100mb partition with os partition as small as possible and let sysprep extend the partition automatically, you should run into issues aslong as your os partition is smaller than your smallest disk.

    • L

      Windows UI

      Feature Request
      • • • Lethal Kebab
      5
      0
      Votes
      5
      Posts
      2.7k
      Views

      S

      I agree. The web UI is pretty feature rich and well thought out.

    • L

      Progress Information

      Feature Request
      • • • Lethal Kebab
      1
      0
      Votes
      1
      Posts
      913
      Views

      No one has replied

    • L

      Wireless MAC Address - URGENT

      FOG Problems
      • • • Lethal Kebab
      14
      0
      Votes
      14
      Posts
      7.1k
      Views

      S

      Hi chad-bisd

      Thank you for your replies.

      It was me, I have been overlooking… I found it after check each laptop (30+) - it was active in 2 of them. It is a remote site and though they are instructed to connect to the local wifi after imaging, it looks like it has not happened. I should have checked instead of assuming…

      Now the laptops are roving and connecting in via Cisco VPN, (mostly via wireless) thus it does not register the MAC over the VPN…

      Ohh well, have to gather the MACs by some other method…

      Thanks again for your help.

      Steve

    • L

      FOG Service - PLEASE recompile

      Feature Request
      • • • Lethal Kebab
      5
      0
      Votes
      5
      Posts
      2.5k
      Views

      B

      Here is the new version of getMacAddress() i just wrote. It’s untested, see how you go.

      [code] public ArrayList getMacAddress()
      {
      // Variables
      ArrayList alMacs = new ArrayList();

      try { // Get all network interaces NetworkInterface[] adapters = NetworkInterface.GetAllNetworkInterfaces(); // Iterate all network interaces foreach (NetworkInterface adapter in adapters) { // Get IP Properties IPInterfaceProperties properties = adapter.GetIPProperties(); // Push MAC address into array alMacs.Add( adapter.GetPhysicalAddress().ToString() ); // DEBUG //log("N/A", "Found network interface: Name: " + adapter.Description + ", MAC: " + adapter.GetPhysicalAddress().ToString()); } } catch (Exception e) { log("N/A", e.Message); } return alMacs; }[/code]

      I have attached a compiled DLL, give it a shot and let me know how it goes.

      EDIT: I’ve tested this and it worked as intended.

      [code] 30/08/2012 1:48 PM FOG::MODDebug Reading config settings…
      30/08/2012 1:48 PM FOG::MODDebug Reading of config settings passed.
      30/08/2012 1:48 PM FOG::MODDebug Starting Core processing…
      30/08/2012 1:48 PM FOG::MODDebug Operating System ID: 6
      30/08/2012 1:48 PM FOG::MODDebug Operating System Minor: 1
      30/08/2012 1:48 PM FOG::MODDebug MAC ID 0 BC:5F:F4:49:96:63
      30/08/2012 1:48 PM FOG::MODDebug MAC ID 1 00:50:56:C0:00:01
      30/08/2012 1:48 PM FOG::MODDebug MAC ID 2 00:50:56:C0:00:08
      30/08/2012 1:48 PM FOG::MODDebug MAC POST String: BC:5F:F4:49:96:63|00:50:56:C0:00:01|00:50:56:C0:00:08
      30/08/2012 1:48 PM FOG::MODDebug A user is currently logged in
      30/08/2012 1:48 PM FOG::MODDebug Username: BLACKOUT\Blackout
      30/08/2012 1:48 PM FOG::MODDebug Hostname: BLACKOUT
      30/08/2012 1:48 PM FOG::MODDebug Attempting to open connect to: http://10.0.0.23/fog/service/debug.php
      30/08/2012 1:48 PM FOG::MODDebug Server responded with: Hello FOG Client
      30/08/2012 1:48 PM FOG::MODDebug Module has finished work and will now exit.[/code]

      I have also attached the latest version of MODDebug which outputs the above as soon as the service starts (it used to wait 100 seconds)

      [url=“/_imported_xf_attachments/0/162_MODDebug.dll?:”]MODDebug.dll[/url][url=“/_imported_xf_attachments/0/163_AbstractFOGService.dll?:”]AbstractFOGService.dll[/url]

    • L

      Global Snap-in Deployment

      Feature Request
      • • • Lethal Kebab
      2
      0
      Votes
      2
      Posts
      1.4k
      Views

      T

      Please read your related post in the Technical help section.
      [url]http://fogproject.org/forum/threads/doing-magic-with-fog-but-simplest-things-stumping-me.986/[/url]

    • L

      Getting to ZEN Works - The Challenge

      General
      • • • Lethal Kebab
      2
      0
      Votes
      2
      Posts
      1.6k
      Views

      D

      I would assume bundling software is just ZEN Works’s fancy way of saying “install software post-image”.
      If this is true, FOG would be able to accomplish this through snapins (you could even do it with batch, vbscript, and csv files on network storage if you really wanted to - that’s how my company does it right now).

      As for point 5, I’m guessing they are talking about mounting and editing the image being stored on the server. Doing that… I’m not so sure. It looks like this forum has some insight into it:
      [url]http://www.linuxquestions.org/questions/linux-general-1/how-to-mount-img-file-882386/[/url]
      (I believe FOG stores images as the .img file type? Or possibly .img.000, but I’m not sure how or if it differs)

      I would love to hear some steps about how you got the software inventory into the fog interface, if you have the time to help out. I’m looking into doing that myself, but I know nothing about php, and a limited amount about sql.

    • L

      Doing magic with Fog - But simplest things stumping me

      FOG Problems
      • • • Lethal Kebab
      5
      0
      Votes
      5
      Posts
      1.9k
      Views

      A

      [quote=“Terry Bates, post: 5057, member: 594”]Hey Lethal

      I added the following to /var/www/fog/management/includes/tasks.advanced.include.php around line 165, i’m using FOG 0.32, seems to work a treat, not sure why its not included in the standard build.

      [PHP] <tr>
      <td class=“c”><a href=“?node=tasks&type=group&direction=onesnap&noconfirm=<?php print $groupid; ?>”><img src=“./images/snap.png” /><p><?php print _(‘Deploy Single Snapin’); ?></p></a></td>
      <td><p><?php print _(‘This option allows you to send a single snapin to a Group. (Requires FOG Service to be installed on client)’); ?></p></td>
      </tr>[/PHP]

      Would love to know how you have added extra info to the database I would like to add a location to the hosts section so I know where my computers are, have requested the feature maybe you can help [url]http://fogproject.org/forum/threads/location-information-for-each-host.913/[/url][/quote]

      Thanks Lethal, this is a great help. I’m going to use FOG to apply updates for programs such as flash/java etc. This is great thankyou,

    • 1 / 1