Skip to content

I can't start ventoy #23

@zakk87

Description

@zakk87

since march 19 or 23 I can't start my iventoy running on debians docker
sending logs

2026/04/25 17:34:11.128 [PXE] ==========================================================
2026/04/25 17:34:11.129 [PXE] ##########################################################
2026/04/25 17:34:11.129 [PXE] ################### IVENTOY FREE RUN #####################
2026/04/25 17:34:11.129 [PXE] ##########################################################
2026/04/25 17:34:11.129 [PXE] ==========================================================
2026/04/25 17:34:11.152 [PXE] ##################### IVENTOY [Linux 64] (Free Edition) ################
2026/04/25 17:34:11.152 [PXE] system cpu core number: 4
2026/04/25 17:34:11.153 [PXE] Module init start ...
2026/04/25 17:34:11.153 [PXE] Module init OK ...
2026/04/25 17:34:11.153 [PXE] Module init start ...
2026/04/25 17:34:11.153 [UTIL] Old system max open files: [1024 524288]
2026/04/25 17:34:11.153 [UTIL] New system max open files: [32768 32768]
2026/04/25 17:34:11.153 [PXE] Module init OK ...
2026/04/25 17:34:11.153 [PXE] Module init start ...
2026/04/25 17:34:11.153 [PXE] Module init OK ...
2026/04/25 17:34:11.153 [PXE] Module init start ...
2026/04/25 17:34:11.153 [PXE] mac addr db init ...
2026/04/25 17:34:11.153 [PXE] Invalid mac db size 1239959
2026/04/25 17:34:11.153 [PXE] Module init OK ...
2026/04/25 17:34:11.153 [PXE] Module init start ...
2026/04/25 17:34:11.220 [PXE] iventoy.dat <8346900> <15421440> <17d261a0>
2026/04/25 17:34:11.758 [PXE] Extract iventoy.dat success.
2026/04/25 17:34:11.759 [PXE] ======= iVentoy 1.0.28 ========
2026/04/25 17:34:11.759 [PXE] tarfs find 190 files
2026/04/25 17:34:11.759 [PXE] Module init OK ...
2026/04/25 17:34:11.759 [PXE] Module init start ...
2026/04/25 17:34:11.759 [PXE] cpio buf:0x7f7dbb0bf210 len:4794368 fixoff:968

config

---
services:
  iventoy:
    image: ziggyds/iventoy:latest
#    deploy:
#      resources:
#        limits:
#          cpus: '1'
#          memory: 1024M
    container_name: iventoy
    restart: unless-stopped
    privileged: true #must be true
    network_mode: host
    ports:
      - 26000:26000
      - 16000:16000
      - 10809:10809
      - 67:67/udp
      - 69:69/udp
    volumes:
      - /srv/dev-disk-by-uuid-e04f1524-475c-4ac9-b802-99275266ea53/share/Masters/ISO2:/app/iso
      - /srv/dev-disk-by-uuid-e04f1524-475c-4ac9-b802-99275266ea53/share/compose/iventoy/data:/app/data
      - /srv/dev-disk-by-uuid-e04f1524-475c-4ac9-b802-99275266ea53/share/compose/iventoy/log:/app/log
    environment:
      - AUTO_START_PXE=true # optional, true by default
#    networks:
#      macvlan:
#        ipv4_address: 10.0.0.8
volumes:
  iso:
    external: true
  data:
    external: true
#networks:
#  macvlan:
#    name: macvlan
#    driver: macvlan
#    driver_opts:
#      parent: enp2s0
#    ipam:
#      config:
#        - subnet: "10.0.0.0/24"
#          gateway: "10.0.0.10"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions