• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. dolf
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 15
    • Posts 107
    • Best 18
    • Controversial 0
    • Groups 1

    Topics created by dolf

    • dolfD

      Solved NTFS partitions corrupt after capturing resizable image

      FOG Problems
      • • • dolf
      13
      0
      Votes
      13
      Posts
      902
      Views

      Tom ElliottT

      @Sebastian-Roth https://github.com/FOGProject/fogproject/commit/d3a70dd417eb1d08b48a637e26ec8776f4409d29

      652b6f04-876c-4c27-89b0-d3bc6b01513e-image.png

      I commented out the “style” info you put, and moved it to push info out to the left instead of the right so that the form field is still accessible when reading the information.

    • dolfD

      Solved Debugging user tracker

      FOG Problems
      • • • dolf
      8
      0
      Votes
      8
      Posts
      1.7k
      Views

      dolfD

      @Wayne-Workman That worked! Thanks!

    • dolfD

      Solved HostnameChanger Hostname is correct

      FOG Problems
      • • • dolf
      12
      0
      Votes
      12
      Posts
      2.5k
      Views

      Wayne WorkmanW

      @dolf The one marked as the answer. We keep the FOG Client article updated, because it’s important.

    • dolfD

      Solved Page timeout when creating multicast task

      FOG Problems
      • • • dolf
      7
      0
      Votes
      7
      Posts
      2.1k
      Views

      Wayne WorkmanW

      @Tom-Elliott said in Page timeout when creating multicast task:

      This, for now, does mean multicast from groups will not generate the requisite snapin taskings, but it’s only because I need to think of the logic to enable it. It should work hopefully soon.

      I’ve been learning about triggers in mysql. It’s really super efficient, you could do all the snapin stuff from deployment with triggers.

    • dolfD

      Solved LFTP mirror copies files that are still being written

      FOG Problems
      • • • dolf
      11
      0
      Votes
      11
      Posts
      3.6k
      Views

      dolfD

      @Tom-Elliott you genius

      Yes, I was copying files which I captured manually. Your three suggestions, to

      temporarily disable replication, not create the image definition,
      or use the dev folder

      all work, and I’m not sure why I didn’t think of that… #facepalm

    • dolfD

      WOL after moving HDD

      General
      • • • dolf
      4
      0
      Votes
      4
      Posts
      1.4k
      Views

      S

      @dolf Sounds really strange to me! I’d suggest doing the reverse test. Pop that HDD back into the other PC and see what WOL is doing?!?

    • dolfD

      Solved Snapins do not replicate to storage node

      Bug Reports
      • • • dolf
      2
      1
      Votes
      2
      Posts
      922
      Views

      Tom ElliottT

      I’m pretty sure it does fall on the installer already.

      I’ll double check just to be sure:

      1 configureSnapins() { 2 dots "Setting up FOG Snapins" 3 mkdir -p $snapindir >>$workingdir/error_logs/fog_error_${version}.log 2>&1 4 if [[ -d $snapindir ]]; then 5 chmod -R 775 $snapindir 6 chown -R fog:$apacheuser $snapindir 7 fi 8 errorStat $? 9 }

      That’s the script portion in the installer’s functions.sh file.

      I see what’s wrong now. Thanks for leading me to it. Yes, Servers were getting the information set, but plain nodes were not. Should be fixed in latest. Thanks for reporting. Also fixed a few minor issues while I was there.

    • dolfD

      Solved Bandwidth graph: Transmit and Receive swapped?

      Bug Reports
      • • • dolf
      13
      0
      Votes
      13
      Posts
      2.9k
      Views

      Wayne WorkmanW

      @dolf Simple doesn’t get the job done when you’re trying to measure bufferbloat, or other multi-variable problems 😉

      Check out Flent: https://flent.org/

    • dolfD

      Solved Fog version not displayed.

      Bug Reports
      • • • dolf
      5
      0
      Votes
      5
      Posts
      1.2k
      Views

      Tom ElliottT

      This is solved as the version is now operational again, though Sourceforge is still DITW (Dead in the water) at this point.

    • dolfD

      How to manually upload an existing image

      General
      • • • dolf
      15
      1
      Votes
      15
      Posts
      4.8k
      Views

      dolfD

      If the CloneZilla image is not compressed, it will not have the .gz extention (easy to check for), and the last command becomes:

      cat /home/user/czimg/sda2.ntfs-ptcl-img.* | pigz -stdout > /images/fogimg/d1p2.img

      If CloneZilla was invoked using dd, we can concatenate and pipe to partclone:

      cat /home/user/czimg/sda2.ntfs-dd-img.* | partclone.$fstype -fsck-src-part -c -s - -O - | pigz -c > /images/fogimg/d1p2.img

      etc… There might be a few more cases to consider.

    • dolfD

      Unsolved PC unbootable after capture fails

      FOG Problems
      • • • dolf
      42
      0
      Votes
      42
      Posts
      14.5k
      Views

      dolfD

      See this example: https://forums.fogproject.org/uploads/files/1468447170744-gparted_details_bad.htm

      Thank you for looking at this issue! I will try out the new code and report back.

    • dolfD

      Solved Services are not running. Where are the logs?

      FOG Problems
      • • • dolf
      21
      0
      Votes
      21
      Posts
      3.7k
      Views

      dolfD

      I’m on Ubuntu 14.04 though…
      Anyway, it’s working with php5.

    • dolfD

      Solved Uploading to wrong storage group

      Bug Reports
      • • • dolf
      33
      0
      Votes
      33
      Posts
      10.4k
      Views

      Tom ElliottT

      I’m solving for now as I’m fairly sure this is fixed. Of course feel free to test and update this thread as any other information comes forward. I’ve tried to test, but too many other things going on at the moment.

    • dolfD

      Solved Boot looping after attempted virus scan

      FOG Problems
      • • • dolf
      12
      0
      Votes
      12
      Posts
      1.9k
      Views

      S

      Ok thanks for letting us know. So I guess we are save to solve this now.

    • dolfD

      Solved Multicast clients progress at different speeds

      FOG Problems
      • • • dolf
      11
      0
      Votes
      11
      Posts
      1.9k
      Views

      H

      @Tom-Elliott I sent you a msg as well, the error I posted is no longer present after cleaning mutlicast “stuff” from fog server and rebooting, but now I get to partclone screen and it hangs.

      Multicast log from gui

      [02-03-16 9:30:29 am] | Task (17) Multi-Cast Task is already running PID 2461 [02-03-16 9:30:39 am] | 0 tasks to be cleaned

      Service Master log

      [02-03-16 9:26:47 am] service_signal_handler (30080) exiting. [02-03-16 9:26:48 am] service_signal_handler (29843) received signal 2. [02-03-16 9:26:48 am] service_signal_handler (29843) killing child (29861). [02-03-16 9:26:48 am] service_signal_handler (29843) exiting. [02-03-16 9:27:58 am] FOGImageReplicator Start [02-03-16 9:27:58 am] FOGMulticastManager Start [02-03-16 9:27:58 am] FOGImageReplicator Start [02-03-16 9:27:58 am] FOGTaskScheduler Start [02-03-16 9:27:58 am] FOGPingHosts Start [02-03-16 9:27:58 am] FOGImageReplicator fork()ed child process (1356). [02-03-16 9:27:58 am] FOGMulticastManager fork()ed child process (1357). [02-03-16 9:27:58 am] FOGImageReplicator fork()ed child process (1355). [02-03-16 9:27:58 am] FOGImageReplicator child process (1356) is running. [02-03-16 9:27:58 am] FOGImageReplicator child process (1355) is running. [02-03-16 9:27:58 am] FOGTaskScheduler child process (1354) is running. [02-03-16 9:27:58 am] FOGPingHosts fork()ed child process (1358). [02-03-16 9:27:58 am] FOGTaskScheduler fork()ed child process (1354). [02-03-16 9:27:58 am] FOGPingHosts child process (1358) is running. [02-03-16 9:27:58 am] FOGMulticastManager child process (1357) is running.

      I rebooted between 9:26 and 9:27 as you can see from log.

      This is tasked to multicast from remote storage node I might add. Have not tested multicast from server subnet yet, and I’m running trunk per the 6177.

      I’d also like to add that after trying to run a multicast the server shows “This is not the master storage node” under multicast log, until I completely clean mysql of multicastAssoc, MulticastgroupAssoc, and task type=8 followed by a reboot, then I get the logs as shown above working correctly.

    • 1 / 1