• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. falko
    3. Posts
    • Profile
    • Following 7
    • Followers 1
    • Topics 48
    • Posts 439
    • Best 19
    • Controversial 0
    • Groups 2

    Posts made by falko

    • RE: Change Full Host Registration / QuickImage

      thanks will take a look when back at work

      posted in Feature Request
      falkoF
      falko
    • RE: Change Full Host Registration / QuickImage

      is there anyway to add a similar idea to the ‘Quick Host Reg and inventory’ for when the machine is already registered to show what machine it is? at the moment it just shows host exists

      posted in Feature Request
      falkoF
      falko
    • RE: Bugs in FOG 0.33

      just to double check, when I set up my FOG 0.33 test vm, all I need to do is Import the Host Inventory cvs from my FOG 0.32 box? Following the format provided from the Web Interface cvs ‘Import example’ sheet?

      posted in Bug Reports
      falkoF
      falko
    • RE: Virtualize FOG Server in OpenVZ Container using Proxmox VE 2.1

      In regards to the Wiki, I believe you need to message the Dev Blackout. As you said this was done to stop the spammers.

      As for open VZ/Proxmox VE I still haven’t got around to testing moving my FOG machine to a VM. Soon Hopefully.

      posted in General
      falkoF
      falko
    • RE: FOG + Linux Deployment Solution

      yeah a Turnkey Linux appliance sounds like what you are asking, would be cool to have and help spread FOG

      posted in General
      falkoF
      falko
    • RE: Host Tree and Check box for Pinging Host

      [quote=“TomB, post: 9070, member: 2667”]I too would like a disable ping system-wide and on a per-host basis. I am working in a small school environment and there isn’t a DNS server that can register the names so the pinging always times out.

      Great program.[/quote]

      Go to the ‘Other Information’ Page -> scroll down to ‘[FONT=Ubuntu][COLOR=#3e3e3e]General Settings’ -> change ‘[/COLOR][/FONT][FONT=Ubuntu][COLOR=#333333]FOG_HOST_LOOKUP’ to 0[/COLOR][/FONT]

      [FONT=Ubuntu][COLOR=#333333]SAVE YOUR CHANGES[/COLOR][/FONT]

      posted in Feature Request
      falkoF
      falko
    • RE: Anyone have a 3.4 kernel to hand?

      heres my current fog kernel which is 3.4.1

      [URL=‘https://www.dropbox.com/s/zarc5jg3fefpvq4/bzImage3.4.1’]https://www.dropbox.com/s/zarc5jg3fefpvq4/bzImage3.4.1 [/URL]

      posted in General
      falkoF
      falko
    • RE: Mac Feature

      after making a feature request some time ago over at PartedMagic they now have ipxe in their boot menu. very hand usb tool to have

      posted in Feature Request
      falkoF
      falko
    • RE: What do you have FOG running on?

      [quote=“Matt Harding, post: 8683, member: 1207”]In the college I work at I’m a network technician in one department and network administrator and only technician in a smaller department, the latter of which has virtually no budget, so I have to scrimp and scrape what I can together and any server hardware is donated from the main department I work in. Consequently I came across fog about 4 months back. I previously used DRBL server with clonezilla to image the 34 machines for our Cisco academy network but switched to fog 0.32 before the summer. The no budget aspect means the most powerful machine I could have is a core i5 2500 quad core, 16GB ram, with 3x 1TB drives in RAID5 setup.

      Software wise the host OS is Slackware 13.37 x64 and I’m running Virtualbox 4.1 to host 4 virtual PCs. I wasn’t really sure that Virtualbox was up to the job of running a fog server before the summer but after extensive testing under loads it can quite comfortably support my Ubuntu Server 10.04 / fog 0.32 setup.

      I just thought I’d add my 2 pennies (2 cents as the Americans say) worth as I’ve not seen many people using Virtualbox to host things like this. I’m very comfortable relying on it though for the conditions I work in with this smaller network.

      Anyone else using fog on Virtualbox?? I’d love some feedback on your experiences.[/quote]

      this is good to know, i have thought about putting FOG in virtualbox on a server

      posted in General
      falkoF
      falko
    • RE: Multicast sometimes slow

      hey, did you get anywhere with being able to quickly find a bad machine/cable

      posted in FOG Problems
      falkoF
      falko
    • RE: Permission Denied - How to surpass this issue?

      install webmin on your Ubuntu Server

      posted in FOG Problems
      falkoF
      falko
    • RE: Multicast Timeout

      [quote=“kirksec, post: 2469, member: 289”]Then i wonder what my issue could be, because my Value is none but yet the session didn’t start[/quote]

      did you get this resolved?

      posted in FOG Problems
      falkoF
      falko
    • RE: FOG Multicast Log Errors?

      so multicasting to two machines today the log had no timeouts.

      so i multicast to 10 machines and the log would receive timeouts in it (multicast speed at 600mbs roughly)

      any ideas on what i should be troubleshooting?

      posted in FOG Problems
      falkoF
      falko
    • RE: Multicast does not work to multiple clients - only to single client

      think i may have to try your 239. hack i received a
      gzip: stdout: Broken pipe today and multicast has been real slow. also multicast log has lots of timeout lines even though it still multicasts @ 550 mb

      cheers for the how to

      posted in FOG Problems
      falkoF
      falko
    • RE: Multicast does not work to multiple clients - only to single client

      [quote=“afmrick, post: 4316, member: 417”]We got it to work manually across or WAN by adding the following flag to [B]udp-sender[/B] command (above):
      [code]–mcast-data-address 239.blah.blah.blah[/code]
      The default [B]232[/B].blah.blah.blah is reserved/special apparently. Here’s a link that sort of breaks that down:
      [COLOR=#000000][FONT=arial][URL=‘http://www.cisco.com/en/US/tech/tk828/technologies_white_paper09186a00802d4643.shtml’][U][COLOR=#0000cc]http://www.cisco.com/en/US/tech/tk828/technologies_white_paper09186a00802d4643.shtml[/COLOR][/U][/URL][/FONT][/COLOR]

      To fix it in FOG, I add that command line parameter to every [B]udp-sender[/B] command in [B]/opt/fog/service/common/lib/MulticastTask.class.php[/B] and restarted all the FOG services. Everything works just the way it should have now. However, adding this parameter to every udp-sender command in the file is just a “make-it-go” hack that I’ll have to clean up next week. This should really be an option to set within FOG. …Still, Yahoo!!!

      Note: [B]blah.blah.blah[/B] is the last 3 octets of the FOG server’s IP address.[/quote]

      have you managed to clean this up/sort out the issue?

      posted in FOG Problems
      falkoF
      falko
    • FOG Multicast Log Errors?

      Have a multicast running at the moment at 520mbs/min (not too great) to 25 hosts
      the multicast log shows timeout errors, what does this mean and how can i resolve this and speed up deployment?

      Multicast Log

      [CODE]Udp-sender 2007-12-28
      Using mcast address 236.26.154.140
      UDP sender for (stdin) at 172.26.154.140 on eth0
      Broadcasting control to 224.0.0.1
      New connection from 172.26.155.20 (#0) 00000009
      New connection from 172.26.154.37 (#1) 00000009
      New connection from 172.26.155.40 (#2) 00000009
      New connection from 172.26.154.19 (#3) 00000009
      New connection from 172.26.154.35 (#4) 00000009
      New connection from 172.26.155.22 (#5) 00000009
      New connection from 172.26.155.44 (#6) 00000009
      New connection from 172.26.155.16 (#7) 00000009
      New connection from 172.26.154.44 (#8) 00000009
      New connection from 172.26.154.46 (#9) 00000009
      New connection from 172.26.154.17 (#10) 00000009
      New connection from 172.26.154.42 (#11) 00000009
      New connection from 172.26.155.19 (#12) 00000009
      New connection from 172.26.155.26 (#13) 00000009
      New connection from 172.26.155.6 (#14) 00000009
      New connection from 172.26.154.43 (#15) 00000009
      New connection from 172.26.154.45 (#16) 00000009
      New connection from 172.26.155.1 (#17) 00000009
      New connection from 172.26.154.25 (#18) 00000009
      New connection from 172.26.155.27 (#19) 00000009
      New connection from 172.26.155.17 (#20) 00000009
      New connection from 172.26.155.29 (#21) 00000009
      New connection from 172.26.154.31 (#22) 00000009
      New connection from 172.26.155.25 (#23) 00000009
      New connection from 172.26.155.33 (#24) 00000009
      Starting transfer: 00000009
      Timeout notAnswered=[2,3,10,15,18,20,21] notReady=[2,3,10,15,18,20,21] nrAns=18 nrRead=18 nrPart=25 avg=1772
      bytes= 189 280 re-xmits=0000669 (514.6%) slice=0129 73 709 551 615 - 20
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=667
      bytes= 377 104 re-xmits=0000868 (335.1%) slice=0128 73 709 551 615 - 24
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=112
      bytes= 563 472 re-xmits=0001056 (272.8%) slice=0127 73 709 551 615 - 21
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=145
      bytes= 748 384 re-xmits=0001243 (241.8%) slice=0126 73 709 551 615 - 10
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=124
      bytes= 931 840 re-xmits=0001428 (223.1%) slice=0125 73 709 551 615 - 16
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=99
      bytes= 1 113 840 re-xmits=0001631 (213.2%) slice=0124 73 709 551 615 - 14
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=108
      bytes= 1 294 384 re-xmits=0001820 (204.7%) slice=0123 73 709 551 615 - 4
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=92
      bytes= 1 473 472 re-xmits=0001936 (191.3%) slice=0122 73 709 551 615 - 18
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=195
      bytes= 1 651 104 re-xmits=0002117 (186.6%) slice=0121 73 709 551 615 - 7
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=129
      bytes= 1 827 280 re-xmits=0002237 (178.2%) slice=0120 73 709 551 615 - 8
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=126
      bytes= 2 002 000 re-xmits=0002347 (170.6%) slice=0119 73 709 551 615 - 0
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=266
      bytes= 2 175 264 re-xmits=0002518 (168.5%) slice=0118 73 709 551 615 - 17
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=155
      bytes= 2 347 072 re-xmits=0002646 (164.1%) slice=0117 73 709 551 615 - 3
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=87
      bytes= 2 517 424 re-xmits=0002750 (159.0%) slice=0116 73 709 551 615 - 17
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=157
      bytes= 2 686 320 re-xmits=0002868 (155.4%) slice=0115 73 709 551 615 - 24
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=85
      bytes= 2 853 760 re-xmits=0003021 (154.1%) slice=0114 73 709 551 615 - 20
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=139
      bytes= 3 019 744 re-xmits=0003216 (155.0%) slice=0113 73 709 551 615 - 0
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=91
      bytes= 3 184 272 re-xmits=0003476 (158.9%) slice=0112 73 709 551 615 - 10
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=141
      bytes= 3 347 344 re-xmits=0003640 (158.3%) slice=0111 73 709 551 615 - 24
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=141
      bytes= 3 508 960 re-xmits=0003744 (155.3%) slice=0110 73 709 551 615 - 2
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=173
      bytes= 3 669 120 re-xmits=0003858 (153.0%) slice=0109 73 709 551 615 - 21
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=178
      bytes= 3 827 824 re-xmits=0004002 (152.2%) slice=0108 73 709 551 615 - 13
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=158
      bytes= 3 985 072 re-xmits=0004202 (153.5%) slice=0107 73 709 551 615 - 0
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=114
      bytes= 4 140 864 re-xmits=0004331 (152.2%) slice=0106 73 709 551 615 - 16
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=120
      bytes= 4 295 200 re-xmits=0004457 (151.0%) slice=0105 73 709 551 615 - 16
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=88
      bytes= 4 448 080 re-xmits=0004541 (148.6%) slice=0104 73 709 551 615 - 8
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=127
      bytes= 4 599 504 re-xmits=0004712 (149.1%) slice=0103 73 709 551 615 - 9
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=157
      bytes= 4 749 472 re-xmits=0004818 (147.7%) slice=0102 73 709 551 615 - 7
      Timeout notAnswered=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] notReady=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24] nrAns=0 nrRead=0 nrPart=25 avg=183
      bytes= 4 897 984 re-xmits=0004953 (147.2%) slice=0101 [/CODE]

      continues…

      posted in FOG Problems
      falkoF
      falko
    • RE: Windows 7 Deployment FOG- SAD2 Driver tool

      also when you install windows 7 how do you do it?

      100mb boot partition + os partition or 1 single partition?

      posted in Tutorials
      falkoF
      falko
    • RE: Windows 7 Deployment FOG- SAD2 Driver tool

      okay so you can upload but not deploy.

      once you have sysprepped your Gold Vbox and uploaded it. just turn on the Virtual machine and let it run through sysprep see if that works.

      p.s. don’t forget to take a snapshot before sysprep

      posted in Tutorials
      falkoF
      falko
    • RE: Windows 7 Deployment FOG- SAD2 Driver tool

      [quote=“Leroy Brown, post: 5551, member: 1560”]Has anyone been able to successfully build a “gold” image on VirtualBox then lay it on a baremetal machine? I can create successfully from a machine, to Fog, and back down, but from VB up and then down to baremetal doesn’t work. I did make sure its set to IDE.[/quote]

      yeah I build a ‘master/gold’ image in Virtualbox, I’m not the only one either

      posted in Tutorials
      falkoF
      falko
    • RE: Anyone here use debian as the base OS?

      I prefer no desktop, currently using Ubuntu Server 10.04.04 with Webmin 1.590

      posted in General
      falkoF
      falko
    • 1 / 1