edgetpu icon indicating copy to clipboard operation
edgetpu copied to clipboard

Cannot install NEW image on x86 - Server ....

Open ZXRobotum opened this issue 3 years ago • 3 comments

Description

Hello, after your eMail from yesterday, that you have now fixed this problem with the NEW Kernel 5.x -> I must say: NO, it's NOT working.

best regards

Z. Matthias

Click to expand!

Issue Type

Bug

Operating System

Linux

Coral Device

Mini PCIe

Other Devices

No response

Programming Language

Other

Relevant Log Output

DKMS make.log for gasket-1.0 for kernel 5.16.0-1-amd64 (x86_64)
Fri Feb 25 09:54:36 AM CET 2022
make: Entering directory '/usr/src/linux-headers-5.16.0-1-amd64'
/bin/sh: 1: /usr/src/linux-headers-5.16.0-1-common/scripts/pahole-flags.sh: not found
/bin/sh: 1: /usr/src/linux-headers-5.16.0-1-common/scripts/pahole-flags.sh: not found
/bin/sh: 1: /usr/src/linux-headers-5.16.0-1-common/scripts/pahole-flags.sh: not found
  CC [M]  /var/lib/dkms/gasket/1.0/build/gasket_core.o
  CC [M]  /var/lib/dkms/gasket/1.0/build/gasket_ioctl.o
  CC [M]  /var/lib/dkms/gasket/1.0/build/gasket_interrupt.o
  CC [M]  /var/lib/dkms/gasket/1.0/build/gasket_page_table.o
  CC [M]  /var/lib/dkms/gasket/1.0/build/gasket_sysfs.o
  CC [M]  /var/lib/dkms/gasket/1.0/build/apex_driver.o
  LD [M]  /var/lib/dkms/gasket/1.0/build/apex.o
  LD [M]  /var/lib/dkms/gasket/1.0/build/gasket.o
/bin/sh: 1: /usr/src/linux-headers-5.16.0-1-common/scripts/pahole-flags.sh: not found
/bin/sh: 1: /usr/src/linux-headers-5.16.0-1-common/scripts/pahole-flags.sh: not found
  MODPOST /var/lib/dkms/gasket/1.0/build/Module.symvers
ERROR: modpost: module gasket uses symbol dma_buf_detach from namespace DMA_BUF, but does not import it.
ERROR: modpost: module gasket uses symbol dma_buf_put from namespace DMA_BUF, but does not import it.
ERROR: modpost: module gasket uses symbol dma_buf_get from namespace DMA_BUF, but does not import it.
ERROR: modpost: module gasket uses symbol dma_buf_unmap_attachment from namespace DMA_BUF, but does not import it.
ERROR: modpost: module gasket uses symbol dma_buf_map_attachment from namespace DMA_BUF, but does not import it.
ERROR: modpost: module gasket uses symbol dma_buf_attach from namespace DMA_BUF, but does not import it.
make[1]: *** [/usr/src/linux-headers-5.16.0-1-common/scripts/Makefile.modpost:134: /var/lib/dkms/gasket/1.0/build/Module.symvers] Error 1
make[1]: *** Deleting file '/var/lib/dkms/gasket/1.0/build/Module.symvers'
make: *** [/usr/src/linux-headers-5.16.0-1-common/Makefile:1785: modules] Error 2

ZXRobotum avatar Feb 25 '22 08:02 ZXRobotum

Hello together, I tried it today again, after reinstalling my ComputeNode after crashing .... But it seems the same error, like in my first time:

DKMS make.log for gasket-1.0 for kernel 5.16.0-1-amd64 (x86_64) Fri Feb 25 08:17:58 PM CET 2022 make: Entering directory '/usr/src/linux-headers-5.16.0-1-amd64' /bin/sh: 1: /usr/src/linux-headers-5.16.0-1-common/scripts/pahole-flags.sh: not found /bin/sh: 1: /usr/src/linux-headers-5.16.0-1-common/scripts/pahole-flags.sh: not found /bin/sh: 1: /usr/src/linux-headers-5.16.0-1-common/scripts/pahole-flags.sh: not found CC [M] /var/lib/dkms/gasket/1.0/build/gasket_core.o CC [M] /var/lib/dkms/gasket/1.0/build/gasket_ioctl.o CC [M] /var/lib/dkms/gasket/1.0/build/gasket_interrupt.o CC [M] /var/lib/dkms/gasket/1.0/build/gasket_page_table.o CC [M] /var/lib/dkms/gasket/1.0/build/gasket_sysfs.o CC [M] /var/lib/dkms/gasket/1.0/build/apex_driver.o LD [M] /var/lib/dkms/gasket/1.0/build/apex.o LD [M] /var/lib/dkms/gasket/1.0/build/gasket.o /bin/sh: 1: /usr/src/linux-headers-5.16.0-1-common/scripts/pahole-flags.sh: not found /bin/sh: 1: /usr/src/linux-headers-5.16.0-1-common/scripts/pahole-flags.sh: not found MODPOST /var/lib/dkms/gasket/1.0/build/Module.symvers ERROR: modpost: module gasket uses symbol dma_buf_detach from namespace DMA_BUF, but does not import it. ERROR: modpost: module gasket uses symbol dma_buf_put from namespace DMA_BUF, but does not import it. ERROR: modpost: module gasket uses symbol dma_buf_get from namespace DMA_BUF, but does not import it. ERROR: modpost: module gasket uses symbol dma_buf_unmap_attachment from namespace DMA_BUF, but does not import it. ERROR: modpost: module gasket uses symbol dma_buf_map_attachment from namespace DMA_BUF, but does not import it. ERROR: modpost: module gasket uses symbol dma_buf_attach from namespace DMA_BUF, but does not import it. make[1]: *** [/usr/src/linux-headers-5.16.0-1-common/scripts/Makefile.modpost:134: /var/lib/dkms/gasket/1.0/build/Module.symvers] Error 1 make[1]: *** Deleting file '/var/lib/dkms/gasket/1.0/build/Module.symvers' make: *** [/usr/src/linux-headers-5.16.0-1-common/Makefile:1785: modules] Error 2 make: Leaving directory '/usr/src/linux-headers-5.16.0-1-amd64'

ZXRobotum avatar Feb 25 '22 19:02 ZXRobotum

The gasket-dkms package has been updated, please make sure you are getting version 1.0-18.

mbrooksx avatar Mar 01 '22 18:03 mbrooksx

Good Morning, thank you very much for this information. The "gasket-dkms" was successfully installed last night on my x86_64 Server. Now, I make the next step. One Question about the Modul (hw): How many Cores and Memory are on this?

Best regards

Z. Matthias

ZXRobotum avatar Mar 02 '22 09:03 ZXRobotum