• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. msnyder
    3. Posts
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 25
    • Best 3
    • Controversial 0
    • Groups 0

    Posts made by msnyder

    • RE: Locked out of Fog...

      @george1421 said in Locked out of Fog...:

      df -h

      I got it…

      root@PDC-FOG:/# cat /etc/fstab
      # /etc/fstab: static file system information.
      #
      # Use 'blkid' to print the universally unique identifier for a
      # device; this may be used with UUID= as a more robust way to name devices
      # that works even if disks are added and removed. See fstab(5).
      #
      # <file system> <mount point>   <type>  <options>       <dump>  <pass>
      # / was on /dev/sda1 during installation
      UUID=d539e06c-4300-4f52-8a5f-b8b9585e8ec8 /               ext4    errors=remount-ro 0       1
      # swap was on /dev/sda5 during installation
      UUID=46b75b5b-5cc6-474a-b0bf-9ac7afa2b49f none            swap    sw              0       0
      /dev/sdb1       /images         ext4    defaults        0       2
      root@PDC-FOG:/#
      
      posted in FOG Problems
      M
      msnyder
    • RE: Locked out of Fog...

      @george1421 said in Locked out of Fog...:

      mount -a

      I think I’ve messed up the FSTAB:

      root@PDC-FOG:/# mount -a
      mount: special device /sdb1 does not exist
      root@PDC-FOG:/# lsblk
      NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
      sda      8:0    0  100G  0 disk
      ├─sda1   8:1    0   96G  0 part /
      ├─sda2   8:2    0    1K  0 part
      └─sda5   8:5    0    4G  0 part [SWAP]
      sdb      8:16   0    2T  0 disk
      └─sdb1   8:17   0    2T  0 part
      sr0     11:0    1 1024M  0 rom
      
      root@PDC-FOG:/# cat /etc/fstab
      # /etc/fstab: static file system information.
      #
      # Use 'blkid' to print the universally unique identifier for a
      # device; this may be used with UUID= as a more robust way to name devices
      # that works even if disks are added and removed. See fstab(5).
      #
      # <file system> <mount point>   <type>  <options>       <dump>  <pass>
      # / was on /dev/sda1 during installation
      UUID=d539e06c-4300-4f52-8a5f-b8b9585e8ec8 /               ext4    errors=remount-ro 0       1
      # swap was on /dev/sda5 during installation
      UUID=46b75b5b-5cc6-474a-b0bf-9ac7afa2b49f none            swap    sw              0       0
      /sdb1 /images ext3 defaults 0 2
      root@PDC-FOG:/#
      

      Did I do something wrong?

      posted in FOG Problems
      M
      msnyder
    • RE: Locked out of Fog...

      Interesting that a 9GB install turned into a 95GB image before it crashed…

      How would one map /images to a newly added drive?

      posted in FOG Problems
      M
      msnyder
    • RE: Locked out of Fog...

      Turns out I’m out of space…

      I’m able to log into Bash, but can’t find the image to delete it…

      /images/dev/???

      posted in FOG Problems
      M
      msnyder
    • Locked out of Fog...
      Server
      • FOG Version: 1.4.3
      • OS: Ubuntu 16.04.2 LTS
      Client
      • Service Version:
      • OS:
      Description

      Re: Can't login to management after saving FOG settings

      I’m having a similar issue to the referenced topic; I created a new image and when I clicked “save” it booted me to the login screen. I’m not able to login, no error.

      I issued the command, to no avail:

      mysql -u root fog
      update globalSettings set settingValue='1' where settingKey='FOG_INACTIVITY_TIMEOUT';
      exit;
      

      I also tried restarting Apache:

      service apache2 restart
      Job for apache2.service failed because a configured resource limit was exceeded. See "systemctl status apache2.service" and "journalctl -xe" for details.
      
      posted in FOG Problems
      M
      msnyder
    • 1
    • 2
    • 2 / 2