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

    jester805

    @jester805

    0
    Reputation
    177
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Age 44

    jester805 Unfollow Follow

    Latest posts made by jester805

    • RE: Failed to start php-fpm.service

      Any update on this issue? I am trying to install FOG 1.5.9 on Ubuntu and getting the exact same errors.

      Failed to stop php7.1-fpm.service: Unit php7.1-fpm.service not loaded.

      (Also tried on Ubuntu 22).

      posted in FOG Problems
      J
      jester805
    • RE: Dell Precision 3551

      This worked for me on a 3550 as well.
      Thanks!

      posted in Hardware Compatibility
      J
      jester805
    • RE: UEFI BOOTING

      @george1421 how would I add your section above to my DHCP scope to dynamically switch between legacy and UEFI? I am using a Windows Server 2016 DHCP server.

      Thanks

      posted in General Problems
      J
      jester805
    • RE: Dell Precision 7520 - Disk not recognized

      I am having a similar problem with a Dell OptiPlex 3060. It has a m.2 SSD hard drive. I tried changing from “RAID on” to “AHCI” but that didn’t fix it for me.

      I am using FOG version 1.5.4

      posted in Hardware Compatibility
      J
      jester805
    • RE: Database error: (ID# 15-0)

      I deleted the database and re-ran the fog setup. I got past that error now.

      posted in FOG Problems
      J
      jester805
    • RE: Database error: (ID# 15-0)

      This is Ubuntu 11.10 32-bit. It is a new install of FOG.

      Thanks for your help.

      posted in FOG Problems
      J
      jester805
    • RE: Database error: (ID# 15-0)

      [INDENT=1]mysql> describe tasks;[/INDENT]
      [INDENT=1]±-----------------------±--------------------------±-----±----±--------±---------------+[/INDENT]
      [INDENT=1]| Field | Type | Null | Key | Default | Extra |[/INDENT]
      [INDENT=1]±-----------------------±--------------------------±-----±----±--------±---------------+[/INDENT]
      [INDENT=1]| taskID | int(11) | NO | PRI | NULL | auto_increment |[/INDENT]
      [INDENT=1]| taskName | varchar(250) | NO | | NULL | |[/INDENT]
      [INDENT=1]| taskCreateTime | datetime | NO | | NULL | |[/INDENT]
      [INDENT=1]| taskCheckIn | datetime | NO | MUL | NULL | |[/INDENT]
      [INDENT=1]| taskHostID | int(11) | NO | MUL | NULL | |[/INDENT]
      [INDENT=1]| taskState | int(11) | NO | MUL | NULL | |[/INDENT]
      [INDENT=1]| taskCreateBy | varchar(200) | NO | | NULL | |[/INDENT]
      [INDENT=1]| taskForce | varchar(1) | NO | MUL | NULL | |[/INDENT]
      [INDENT=1]| taskScheduledStartTime | datetime | NO | | NULL | |[/INDENT]
      [INDENT=1]| taskType | varchar(1) | NO | MUL | NULL | |[/INDENT]
      [INDENT=1]| taskPCT | int(10) unsigned zerofill | NO | | NULL | |[/INDENT]
      [INDENT=1]| taskBPM | varchar(250) | NO | | NULL | |[/INDENT]
      [INDENT=1]| taskTimeElapsed | varchar(250) | NO | | NULL | |[/INDENT]
      [INDENT=1]| taskTimeRemaining | varchar(250) | NO | | NULL | |[/INDENT]
      [INDENT=1]| taskDataCopied | varchar(250) | NO | | NULL | |[/INDENT]
      [INDENT=1]| taskPercentText | varchar(250) | NO | | NULL | |[/INDENT]
      [INDENT=1]| taskDataTotal | varchar(250) | NO | | NULL | |[/INDENT]
      [INDENT=1]| taskNFSGroupID | int(11) | NO | MUL | NULL | |[/INDENT]
      [INDENT=1]| taskNFSMemberID | int(11) | NO | MUL | NULL | |[/INDENT]
      [INDENT=1]| taskNFSFailures | char(1) | NO | MUL | NULL | |[/INDENT]
      [INDENT=1]| taskLastMemberID | int(11) | NO | MUL | NULL | |[/INDENT]
      [INDENT=1]±-----------------------±--------------------------±-----±----±--------±---------------+[/INDENT]
      [INDENT=1]21 rows in set (0.00 sec)[/INDENT]
      [INDENT=1] [/INDENT]
      [INDENT=1]mysql>[/INDENT]

      posted in FOG Problems
      J
      jester805
    • RE: Fog - Can't access database after install of 12.04

      [quote=“Jay, post: 3580, member: 1085”]It was a problem with the password I had set up for MySQL on the install. I went into /var/www/fog/commons/config.php and set the password for DATABASE_PASSWORD . You need to do it with root credentials - [FONT=Consolas]sudo mysql -u root -p. [/FONT]After changing the password I was able to access fog via [URL=‘http://fog/fog/management’]http://“IP address of server”/fog/management[/URL][/quote]

      I think you were correct. I got that issue fixed, but now I’m getting this error message:
      [FONT=Ubuntu][COLOR=#333333][B]Database error: (ID# 15-0)[/B][/COLOR][/FONT]
      [FONT=Ubuntu][COLOR=#333333][B]Database Error: [/B][/COLOR][/FONT]
      [COLOR=#333333][B]Duplicate column name ‘taskBPM’[/B][/COLOR]
      [COLOR=#333333] [/COLOR]
      [COLOR=#333333] [/COLOR]

      posted in FOG Problems
      J
      jester805
    • RE: Database error: (ID# 15-0)

      Blackout,
      I tried doing what you said, but I still get the same error as jah007. Any other ideas?

      Thanks

      posted in FOG Problems
      J
      jester805
    • RE: Fog - Can't access database after install of 12.04

      I have the same issue on Ubuntu 11.10.

      posted in FOG Problems
      J
      jester805