• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. jdmg94
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 27
    • Best 2
    • Controversial 0
    • Groups 0

    jdmg94

    @jdmg94

    4
    Reputation
    444
    Profile views
    27
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jdmg94 Unfollow Follow

    Best posts made by jdmg94

    • FOGUpdater.sh is not compatible with the latest trunk

      Hello again guys!

      On line 10 of the mentioned file above I found the following:

      [[ ! -f ${docroot}${webroot}config.class.php && ! -f ${docroot}${webroot}Config.class.php ]] && handleError "   No config file found" 4
      

      The updater is looking for the config file on /

      but the file in the latest branch is in /lib/fog/

      I changed the lines here and it worked just fine

      Okay maybe it needs some work I’m getting an error now 😕

      posted in Bug Reports
      J
      jdmg94
    • RE: FOGUpdater.sh is not compatible with the latest trunk

      @Wayne-Workman Just trying to get this working, I have a couple other bugs to report but I’m no longer at my office now, I’ll get to bug-squashing tomorrow morning 🙂

      posted in Bug Reports
      J
      jdmg94

    Latest posts made by jdmg94

    • RE: Fog painfully slow with plenty RAM left

      @Tom-Elliott I don’t think it’s a mysql error but a php error, php for centos tends to be a little tricky and some things are missing on the redhat builds, the apache logs point out that same php error, maybe we could try an alternative for mysqli->query

      posted in FOG Problems
      J
      jdmg94
    • RE: Fog painfully slow with plenty RAM left

      @Tom-Elliott just updated, installation went fine but, home page is still not loading, and when trying to deploy an image I get a new error

      0_1460564699601_Capture6.PNG

      posted in FOG Problems
      J
      jdmg94
    • RE: vsftpd configuration not compatible on centos 6.x

      @Tom-Elliott updated to the latest trunk, vsftpd is working now

      posted in Bug Reports
      J
      jdmg94
    • RE: Fog painfully slow with plenty RAM left

      @Tom-Elliott Centos 6.7

      posted in FOG Problems
      J
      jdmg94
    • RE: Fog painfully slow with plenty RAM left

      @Sebastian-Roth tried that, same results

      posted in FOG Problems
      J
      jdmg94
    • RE: vsftpd configuration not compatible on centos 6.x

      @Wayne-Workman same error, apparently the configuration is overwritten by the installer

      posted in Bug Reports
      J
      jdmg94
    • RE: Fog painfully slow with plenty RAM left

      @Wayne-Workman Apache error logs state the following

      [Wed Apr 13 03:39:58 2016] [error] [client 10.54.0.203] PHP Warning:  mysqli::query(): invalid object or resource mysqli\n in /var/www/html/fog/lib/db/mysql.class.php on line 49, referer: http://fogserver.collective.lan/management/index.php?node=home
      

      and I guess this error is the one preventing the home folder from loading completely

      posted in FOG Problems
      J
      jdmg94
    • Fog painfully slow with plenty RAM left

      I recently updated to the latest trunk and I noticed that fog became painfully slow,
      I checked the RAM usage on the server and it was over 80% free

      0_1460561492019_Capture.PNG

      now the CPU is being taken over by the apache server, which wasn’t happening before

      0_1460561779234_Capture4.PNG

      the home screen is not displaying all the data, but its done loading

      0_1460561850462_Capture3.PNG

      and when I try to schedule a task I get a php error

      0_1460561878187_Capture2.PNG

      Long story short, I updated my fog installation and everything went south

      posted in FOG Problems
      J
      jdmg94
    • vsftpd configuration not compatible on centos 6.x

      The current configuration uses

      allow_writeable_chroot
      

      which is no supported on vsftpd versions below 3.x

      edit: I’m running the latest trunk

      posted in Bug Reports
      J
      jdmg94
    • RE: wget failure on client's image

      @Wayne-Workman BTW, vi is as buggy as it can get on the debugging interface on the clients side, could you guys consider switching to nano instead?

      posted in Bug Reports
      J
      jdmg94