Ausfall im Juli 2025 #1

Closed
opened 2025-08-01 19:39:34 +02:00 by sebastian · 1 comment
Owner

Nach einem Update Anfang Juli 2025 hat die das script nicht mehr in der Promox VM funktioniert.

Aug 01 18:23:00 biltong mensa-tts-start[174869]:   File "/nix/store/ca7kklxxxcla4c1fy3wqb5c865s9pv01-python3.12-torch-2.7.0/lib/python3.12/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl
Aug 01 18:23:00 biltong mensa-tts-start[174869]:     return forward_call(*args, **kwargs)
Aug 01 18:23:00 biltong mensa-tts-start[174869]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Aug 01 18:23:00 biltong mensa-tts-start[174869]:   File "/nix/store/ca7kklxxxcla4c1fy3wqb5c865s9pv01-python3.12-torch-2.7.0/lib/python3.12/site-packages/torch/nn/modules/conv.py", line 375, in forward
Aug 01 18:23:00 biltong mensa-tts-start[174869]:     return self._conv_forward(input, self.weight, self.bias)
Aug 01 18:23:00 biltong mensa-tts-start[174869]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Aug 01 18:23:00 biltong mensa-tts-start[174869]:   File "/nix/store/ca7kklxxxcla4c1fy3wqb5c865s9pv01-python3.12-torch-2.7.0/lib/python3.12/site-packages/torch/nn/modules/conv.py", line 370, in _conv_forward
Aug 01 18:23:00 biltong mensa-tts-start[174869]:     return F.conv1d(
Aug 01 18:23:00 biltong mensa-tts-start[174869]:            ^^^^^^^^^
Aug 01 18:23:00 biltong mensa-tts-start[174869]: RuntimeError: could not create a primitive
Aug 01 18:23:02 biltong systemd[1]: mensa-tts.service: Main process exited, code=exited, status=1/FAILURE
Aug 01 18:23:02 biltong systemd[1]: mensa-tts.service: Failed with result 'exit-code'.
Aug 01 18:23:02 biltong systemd[1]: Failed to start mensa-tts service.
Aug 01 18:23:02 biltong systemd[1]: mensa-tts.service: Consumed 28.745s CPU time, 1.8G memory peak, 8K written to disk, 5.5K incoming IP traffic, 1.4K outgoing IP traffic.
1
Aug 01 18:23:00 biltong mensa-tts-start[174869]:   File "/nix/store/ca7kklxxxcla4c1fy3wqb5c865s9pv01-python3.12-torch-2.7.0/lib/python3.12/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl
2
Aug 01 18:23:00 biltong mensa-tts-start[174869]:     return forward_call(*args, **kwargs)
3
Aug 01 18:23:00 biltong mensa-tts-start[174869]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
Aug 01 18:23:00 biltong mensa-tts-start[174869]:   File "/nix/store/ca7kklxxxcla4c1fy3wqb5c865s9pv01-python3.12-torch-2.7.0/lib/python3.12/site-packages/torch/nn/modules/conv.py", line 375, in forward
5
Aug 01 18:23:00 biltong mensa-tts-start[174869]:     return self._conv_forward(input, self.weight, self.bias)
6
Aug 01 18:23:00 biltong mensa-tts-start[174869]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7
Aug 01 18:23:00 biltong mensa-tts-start[174869]:   File "/nix/store/ca7kklxxxcla4c1fy3wqb5c865s9pv01-python3.12-torch-2.7.0/lib/python3.12/site-packages/torch/nn/modules/conv.py", line 370, in _conv_forward
8
Aug 01 18:23:00 biltong mensa-tts-start[174869]:     return F.conv1d(
9
Aug 01 18:23:00 biltong mensa-tts-start[174869]:            ^^^^^^^^^
10
Aug 01 18:23:00 biltong mensa-tts-start[174869]: RuntimeError: could not create a primitive
11
Aug 01 18:23:02 biltong systemd[1]: mensa-tts.service: Main process exited, code=exited, status=1/FAILURE
12
Aug 01 18:23:02 biltong systemd[1]: mensa-tts.service: Failed with result 'exit-code'.
13
Aug 01 18:23:02 biltong systemd[1]: Failed to start mensa-tts service.
14
Aug 01 18:23:02 biltong systemd[1]: mensa-tts.service: Consumed 28.745s CPU time, 1.8G memory peak, 8K written to disk, 5.5K incoming IP traffic, 1.4K outgoing IP traffic.

Problem: Kein AVX2 in der VM
Lösung: CPU Typ im Proxmox auf host stellen

image

Nach einem Update Anfang Juli 2025 hat die das script nicht mehr in der Promox VM funktioniert. ``` Aug 01 18:23:00 biltong mensa-tts-start[174869]: File "/nix/store/ca7kklxxxcla4c1fy3wqb5c865s9pv01-python3.12-torch-2.7.0/lib/python3.12/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl Aug 01 18:23:00 biltong mensa-tts-start[174869]: return forward_call(*args, **kwargs) Aug 01 18:23:00 biltong mensa-tts-start[174869]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 18:23:00 biltong mensa-tts-start[174869]: File "/nix/store/ca7kklxxxcla4c1fy3wqb5c865s9pv01-python3.12-torch-2.7.0/lib/python3.12/site-packages/torch/nn/modules/conv.py", line 375, in forward Aug 01 18:23:00 biltong mensa-tts-start[174869]: return self._conv_forward(input, self.weight, self.bias) Aug 01 18:23:00 biltong mensa-tts-start[174869]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 01 18:23:00 biltong mensa-tts-start[174869]: File "/nix/store/ca7kklxxxcla4c1fy3wqb5c865s9pv01-python3.12-torch-2.7.0/lib/python3.12/site-packages/torch/nn/modules/conv.py", line 370, in _conv_forward Aug 01 18:23:00 biltong mensa-tts-start[174869]: return F.conv1d( Aug 01 18:23:00 biltong mensa-tts-start[174869]: ^^^^^^^^^ Aug 01 18:23:00 biltong mensa-tts-start[174869]: RuntimeError: could not create a primitive Aug 01 18:23:02 biltong systemd[1]: mensa-tts.service: Main process exited, code=exited, status=1/FAILURE Aug 01 18:23:02 biltong systemd[1]: mensa-tts.service: Failed with result 'exit-code'. Aug 01 18:23:02 biltong systemd[1]: Failed to start mensa-tts service. Aug 01 18:23:02 biltong systemd[1]: mensa-tts.service: Consumed 28.745s CPU time, 1.8G memory peak, 8K written to disk, 5.5K incoming IP traffic, 1.4K outgoing IP traffic. 1 Aug 01 18:23:00 biltong mensa-tts-start[174869]: File "/nix/store/ca7kklxxxcla4c1fy3wqb5c865s9pv01-python3.12-torch-2.7.0/lib/python3.12/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl 2 Aug 01 18:23:00 biltong mensa-tts-start[174869]: return forward_call(*args, **kwargs) 3 Aug 01 18:23:00 biltong mensa-tts-start[174869]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 4 Aug 01 18:23:00 biltong mensa-tts-start[174869]: File "/nix/store/ca7kklxxxcla4c1fy3wqb5c865s9pv01-python3.12-torch-2.7.0/lib/python3.12/site-packages/torch/nn/modules/conv.py", line 375, in forward 5 Aug 01 18:23:00 biltong mensa-tts-start[174869]: return self._conv_forward(input, self.weight, self.bias) 6 Aug 01 18:23:00 biltong mensa-tts-start[174869]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 7 Aug 01 18:23:00 biltong mensa-tts-start[174869]: File "/nix/store/ca7kklxxxcla4c1fy3wqb5c865s9pv01-python3.12-torch-2.7.0/lib/python3.12/site-packages/torch/nn/modules/conv.py", line 370, in _conv_forward 8 Aug 01 18:23:00 biltong mensa-tts-start[174869]: return F.conv1d( 9 Aug 01 18:23:00 biltong mensa-tts-start[174869]: ^^^^^^^^^ 10 Aug 01 18:23:00 biltong mensa-tts-start[174869]: RuntimeError: could not create a primitive 11 Aug 01 18:23:02 biltong systemd[1]: mensa-tts.service: Main process exited, code=exited, status=1/FAILURE 12 Aug 01 18:23:02 biltong systemd[1]: mensa-tts.service: Failed with result 'exit-code'. 13 Aug 01 18:23:02 biltong systemd[1]: Failed to start mensa-tts service. 14 Aug 01 18:23:02 biltong systemd[1]: mensa-tts.service: Consumed 28.745s CPU time, 1.8G memory peak, 8K written to disk, 5.5K incoming IP traffic, 1.4K outgoing IP traffic. ``` **Problem:** Kein AVX2 in der VM **Lösung:** CPU Typ im Proxmox auf host stellen ![image](/attachments/b75b4823-1138-4fa9-ad1f-773b58cd034e)
sebastian 2025-08-01 19:44:26 +02:00
Author
Owner

Gefixt am 1.8.25

Gefixt am 1.8.25
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: AFG/mensa-tts#1
No description provided.