Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autoexec.sh find no "toml" #587

Open
Juergen-Coding opened this issue Jan 10, 2025 · 1 comment
Open

autoexec.sh find no "toml" #587

Juergen-Coding opened this issue Jan 10, 2025 · 1 comment
Labels
bug good first issue Fairly easy to pick up and go! help wanted

Comments

@Juergen-Coding
Copy link

Juergen-Coding commented Jan 10, 2025

Describe the Bug
when executing autoexec.sh the script does not find the command “toml”. Everything, which is need, is actually installed.

root@LM22-VM:~/enigma-bbs# ./autoexec.sh
./autoexec.sh: Line 14: toml: Command not found
./autoexec.sh: Line 15: toml: Command not found

Edit:

Environment Versions

ENIGMA_NODE_VERSION=${ENIGMA_NODE_VERSION:=$(toml get --toml-path=$ENIGMA_INSTALL_DIR/mise.toml tools.node)}
ENIGMA_PYTHON_VERSION=${ENIGMA_PYTHON_VERSION:=$(toml get --toml-path=$ENIGMA_INSTALL_DIR/mise.toml tools.python)}

To Reproduce
root@LM22-VM:~/enigma-bbs# ./autoexec.sh

Expected Behavior
Start enigma
Screenshots
Screenshot 2025-01-10 134712

Environment
System:
Kernel: 6.8.0-49-generic arch: x86_64 bits: 64 compiler: gcc v: 13.2.0
Desktop: Cinnamon v: 6.4.2 Distro: Linux Mint 22.1 Xia
base: Ubuntu 24.04 noble
Machine:
Type: Virtualbox System: innotek GmbH product: VirtualBox v: 1.2
serial:
Mobo: Oracle model: VirtualBox v: 1.2 serial: N/A BIOS: innotek GmbH
v: VirtualBox date: 12/01/2006
Battery:
ID-1: BAT0 charge: 48.0 Wh (96.0%) condition: 50.0/50.0 Wh (100.0%)
volts: 10.0 min: 10.0 model: innotek 1 status: not charging
CPU:
Info: dual core model: Intel Core i9-9880H bits: 64 type: MCP
arch: Coffee Lake rev: D cache: L1: 128 KiB L2: 512 KiB L3: 32 MiB
Speed (MHz): avg: 2304 min/max: N/A cores: 1: 2304 2: 2304 bogomips: 9216
Flags: ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3
Graphics:
Device-1: VMware SVGA II Adapter driver: vmwgfx v: 2.20.0.0 bus-ID: 00:02.0
Display: server: X.Org v: 21.1.11 with: Xwayland v: 23.2.6 driver: X:
loaded: vmware unloaded: fbdev,modesetting,vesa dri: swrast gpu: vmwgfx
resolution: 1920x966~60Hz
API: EGL v: 1.5 drivers: kms_swrast,swrast platforms:
active: gbm,x11,surfaceless,device inactive: wayland,device-0
API: OpenGL v: 4.5 vendor: mesa v: 24.0.9-0ubuntu0.3 glx-v: 1.4
direct-render: yes renderer: llvmpipe (LLVM 17.0.6 128 bits)
Audio:
Device-1: Intel 82801AA AC97 Audio vendor: Dell driver: snd_intel8x0
v: kernel bus-ID: 00:05.0
API: ALSA v: k6.8.0-49-generic status: kernel-api
Server-1: PipeWire v: 1.0.5 status: n/a (root, process)
Network:
Device-1: Intel 82540EM Gigabit Ethernet driver: e1000 v: kernel port: d020
bus-ID: 00:03.0
IF: enp0s3 state: up speed: 1000 Mbps duplex: full mac:
Device-2: Intel 82371AB/EB/MB PIIX4 ACPI type: network bridge
driver: piix4_smbus v: N/A port: N/A bus-ID: 00:07.0
Drives:
Local Storage: total: 25 GiB used: 12.07 GiB (48.3%)
ID-1: /dev/sda vendor: VirtualBox model: VBOX HARDDISK size: 25 GiB
Partition:
ID-1: / size: 23.94 GiB used: 12.07 GiB (50.4%) fs: ext4 dev: /dev/sda3
ID-2: /boot/efi size: 512 MiB used: 6.1 MiB (1.2%) fs: vfat dev: /dev/sda2
Swap:
ID-1: swap-1 type: file size: 2 GiB used: 0 KiB (0.0%) file: /swapfile
Sensors:
Src: lm-sensors+/sys Message: No sensor data found using /sys/class/hwmon
or lm-sensors.
Info:
Memory: total: 8 GiB available: 7.76 GiB used: 1.74 GiB (22.5%)
Processes: 218 Uptime: 1h 52m Init: systemd target: graphical (5)
Packages: 2607 Compilers: gcc: 13.3.0 Shell: Bash v: 5.2.21 inxi: 3.3.34

@NuSkooler NuSkooler added bug help wanted good first issue Fairly easy to pick up and go! labels Jan 11, 2025
@csgui
Copy link

csgui commented Jan 13, 2025

@Juergen-Coding did you installed using curl -o- https://raw.githubusercontent.com/NuSkooler/enigma-bbs/master/misc/install.sh | bash script? This script installs the required dependencies, liketoml tool.

You can also try to install toml manually: $ python -m pip install toml-cli.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug good first issue Fairly easy to pick up and go! help wanted
Projects
None yet
Development

No branches or pull requests

3 participants