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

    reggiep9000

    @reggiep9000

    0
    Reputation
    1
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    reggiep9000 Unfollow Follow

    Latest posts made by reggiep9000

    • RE: Capturing Image Disk not shrinking, Image size is 0 on server

      @sebastian-roth Thanks that’s worked! are there some ftp logs i can look at to see if theres an ongoing issue ?

      posted in FOG Problems
      R
      reggiep9000
    • RE: Capturing Image Disk not shrinking, Image size is 0 on server

      Hi Sebastian,
      See bellow,

      @sebastian-roth said in Capturing Image Disk not shrinking, Image size is 0 on server:

      ls -al /images/dev

      total 12
      drwxr-xr-x 3 root root 4096 Apr 25 20:40 .
      drwxrwxrwx 7 root root 4096 Apr 25 20:43 ..
      drwxrwxrwx 2 root root 4096 Apr 25 20:43 3cecef602ade
      -rw-r--r-- 1 root root    0 Mar 16 20:13 .mntcheck
      
      posted in FOG Problems
      R
      reggiep9000
    • Capturing Image Disk not shrinking, Image size is 0 on server

      Hi Guys,
      I’m having an issue where during capture I see the error;
      ‘not shrinking disk, detected as fixed’
      the capture continues and completes however the image size in /images is 0

      drwxrwxrwx  7 root       root        4096 Apr 25 20:43 .
      drwxr-xr-x 28 root       root        4096 Apr 20 06:07 ..
      drwxr-xr-x  3 root       root        4096 Apr 25 20:40 dev
      drwx------  2 root       root       16384 Mar  4 14:37 lost+found
      drwxr-xr-x  2 root       root        4096 Mar 16 17:35 MISC-UBUNTUV3.3
      drwxr-xr-x  2 root       root        4096 Mar 29 14:16 MISC-UBUNTUV3.7
      -rwxrwxrwx  1 fogproject fogproject     0 Apr 25 19:41 MISC-UBUNTUV3.8
      -rwxrwxrwx  1 fogproject fogproject     0 Apr 25 20:43 MISC-UBUNTUV3.81
      

      df -h output:

      df -h
      Filesystem      Size  Used Avail Use% Mounted on
      udev            7.8G     0  7.8G   0% /dev
      tmpfs           1.6G  1.5M  1.6G   1% /run
      /dev/sda1       196G   12G  175G   7% /
      tmpfs           7.9G     0  7.9G   0% /dev/shm
      tmpfs           5.0M     0  5.0M   0% /run/lock
      tmpfs           7.9G     0  7.9G   0% /sys/fs/cgroup
      /dev/loop1      768K  768K     0 100% /snap/gnome-characters/741
      /dev/loop3       56M   56M     0 100% /snap/core18/2344
      /dev/loop5       45M   45M     0 100% /snap/snapd/15534
      /dev/loop2      2.7M  2.7M     0 100% /snap/gnome-system-monitor/174
      /dev/loop0       44M   44M     0 100% /snap/snapd/15177
      /dev/loop4      2.5M  2.5M     0 100% /snap/gnome-calculator/884
      /dev/loop6      219M  219M     0 100% /snap/gnome-3-34-1804/77
      /dev/loop7       62M   62M     0 100% /snap/core20/1376
      /dev/loop8       66M   66M     0 100% /snap/gtk-common-themes/1519
      /dev/loop9       56M   56M     0 100% /snap/core18/2284
      /dev/loop10     2.7M  2.7M     0 100% /snap/gnome-calculator/920
      /dev/loop11     2.5M  2.5M     0 100% /snap/gnome-system-monitor/163
      /dev/loop12     249M  249M     0 100% /snap/gnome-3-38-2004/99
      /dev/loop13     219M  219M     0 100% /snap/gnome-3-34-1804/72
      /dev/loop14      66M   66M     0 100% /snap/gtk-common-themes/1515
      /dev/loop15     768K  768K     0 100% /snap/gnome-characters/761
      /dev/loop16     640K  640K     0 100% /snap/gnome-logs/106
      /dev/loop17      62M   62M     0 100% /snap/core20/1405
      /dev/loop18     128K  128K     0 100% /snap/bare/5
      /dev/loop19     248M  248M     0 100% /snap/gnome-3-38-2004/87
      /dev/sdb        2.0T   77G  1.8T   5% /images
      tmpfs           1.6G   28K  1.6G   1% /run/user/121
      tmpfs           1.6G     0  1.6G   0% /run/user/1000
      

      I’ve gone through all credentials and ensured they all match as per wiki.
      Any ideas where i may be going wrong ?
      Thanks!

      posted in FOG Problems
      R
      reggiep9000
    • RE: Supermicro AS -2024US, Intel x710 NIC No Network Interfaces found Kernel Missing the correct driver

      @sebastian-roth perfect thanks, do i need to restart any services?

      posted in FOG Problems
      R
      reggiep9000
    • RE: Supermicro AS -2024US, Intel x710 NIC No Network Interfaces found Kernel Missing the correct driver

      @sebastian-roth said in Supermicro AS -2024US, Intel x710 NIC No Network Interfaces found Kernel Missing the correct driver:

      ls -al /var/www/html/fog/lib/fog/config.class.php

      thanks @Sebastian-Roth see below

      misc@misc-fog:~$ grep FOG_VERSION /var/www/fog/lib/fog/system.class.php
              define('FOG_VERSION', '1.5.9');
      misc@misc-fog:~$ grep FOG_VERSION /var/www/html/fog/lib/fog/system.class.php
              define('FOG_VERSION', '1.5.9');
      misc@misc-fog:~$ ls -al /var/www/fog/lib/fog/config.class.php
      -rw-r--r-- 1 www-data www-data 3744 Jan 15 08:48 /var/www/fog/lib/fog/config.class.php
      misc@misc-fog:~$ ls -al /var/www/html/fog/lib/fog/config.class.php
      -rw-r--r-- 1 www-data www-data 3749 Jan 15 10:01 /var/www/html/fog/lib/fog/config.class.php
      
      
      posted in FOG Problems
      R
      reggiep9000
    • RE: Supermicro AS -2024US, Intel x710 NIC No Network Interfaces found Kernel Missing the correct driver

      @george1421 said in Supermicro AS -2024US, Intel x710 NIC No Network Interfaces found Kernel Missing the correct driver:

      cp /var/www/fog/service/ipxe/bzImage32 /var/www/html/fog/service/ipxe

      Thanks so much @george1421 @Sebastian-Roth that’s done the trick!!

      posted in FOG Problems
      R
      reggiep9000
    • RE: Supermicro AS -2024US, Intel x710 NIC No Network Interfaces found Kernel Missing the correct driver

      @sebastian-roth

      yes that sounds about right;

      misc@misc-fog:~$ ls -al /var/
      total 60
      drwxr-xr-x 15 root root     4096 Dec 15 01:55 .
      drwxr-xr-x 28 root root     4096 Jan 20 06:14 ..
      drwxr-xr-x  2 root root     4096 Jan 30 00:05 backups
      drwxr-xr-x 17 root root     4096 Dec 15 01:55 cache
      drwxrwsrwt  2 root whoopsie 4096 Sep 15 21:23 crash
      drwxr-xr-x 70 root root     4096 Dec 15 02:02 lib
      drwxrwsr-x  2 root staff    4096 Apr 24  2018 local
      lrwxrwxrwx  1 root root        9 Dec 14 17:51 lock -> /run/lock
      drwxrwxr-x 13 root syslog   4096 Feb  3 17:13 log
      drwxrwsr-x  2 root mail     4096 Sep 15 21:17 mail
      drwxrwsrwt  2 root whoopsie 4096 Sep 15 21:24 metrics
      drwxr-xr-x  2 root root     4096 Sep 15 21:17 opt
      lrwxrwxrwx  1 root root        4 Dec 14 17:51 run -> /run
      drwxr-xr-x 13 root root     4096 Dec 15 01:40 snap
      drwxr-xr-x  7 root root     4096 Sep 15 21:21 spool
      drwxrwxrwt  9 root root     4096 Feb  3 17:19 tmp
      drwxr-xr-x  4 root root     4096 Jan 15 08:48 www
      misc@misc-fog:~$ ls -al /var/www/html/
      total 28
      drwxr-xr-x  3 root     root      4096 Jan 15 10:01 .
      drwxr-xr-x  4 root     root      4096 Jan 15 08:48 ..
      drwxr-xr-x 10 www-data www-data  4096 Jan 15 10:06 fog
      -rw-r--r--  1 root     root     10918 Dec 15 01:55 index.html
      -rw-r--r--  1 www-data www-data    52 Jan 15 10:01 index.php
      misc@misc-fog:~$ file /var/www/fog/service/ipxe/bzImage*
      /var/www/fog/service/ipxe/bzImage:   Linux kernel x86 boot executable bzImage, version 5.10.71 (sebastian@Tollana) #1 SMP Sat Oct 9 01:18:49 CDT 2021, RO-rootFS, swap_dev 0x8, Normal VGA
      /var/www/fog/service/ipxe/bzImage32: Linux kernel x86 boot executable bzImage, version 5.10.71 (sebastian@Tollana) #1 SMP Sat Oct 9 01:13:46 CDT 2021, RO-rootFS, swap_dev 0x8, Normal VGA
      misc@misc-fog:~$ file /var/www/html/fog/service/ipxe/bzImage*
      /var/www/html/fog/service/ipxe/bzImage:   Linux kernel x86 boot executable bzImage, version 4.19.145 (sebastian@Tollana) #1 SMP Sun Sep 13 05:35:01 CDT 2020, RO-rootFS, swap_dev 0x8, Normal VGA
      /var/www/html/fog/service/ipxe/bzImage32: Linux kernel x86 boot executable bzImage, version 4.19.145 (sebastian@Tollana) #1 SMP Sun Sep 13 05:43:10 CDT 2020, RO-rootFS, swap_dev 0x7, Normal VGA
      misc@misc-fog:~$ 
      
      
      posted in FOG Problems
      R
      reggiep9000
    • RE: Supermicro AS -2024US, Intel x710 NIC No Network Interfaces found Kernel Missing the correct driver

      @george1421
      thanks both,

      see below:

      Screenshot 2022-02-03 at 15.50.30.png

      Screenshot 2022-02-03 at 15.50.41.png

      posted in FOG Problems
      R
      reggiep9000
    • RE: Supermicro AS -2024US, Intel x710 NIC No Network Interfaces found Kernel Missing the correct driver

      @george1421

      see below:

      Screenshot 2022-02-03 at 03.47.26.png

      Screenshot 2022-02-03 at 03.48.35.png

      posted in FOG Problems
      R
      reggiep9000
    • RE: Supermicro AS -2024US, Intel x710 NIC No Network Interfaces found Kernel Missing the correct driver

      Hi @george1421
      The error i’m seeing is "No network interfaces found, your kernel is most probably missing the correct driver!
      Please check your network setup and try again.

      when trying to register or deploy image to this host, have manually registered the host and scheduled deploy task and same results.
      I currently have no OS on machine as its brand new and in the office but from what i can find online hardware id is:
      8086 4009

      card model:
      Intel Ethernet Network Adapter X710-T2L

      posted in FOG Problems
      R
      reggiep9000