mirror of
https://github.com/Corsinvest/cv4pve-admin.git
synced 2026-04-25 12:55:57 +03:00
[GH-ISSUE #89] systemctl start cv4pve-admin bug. #32
Labels
No labels
bug
bug
enhancement
feedback
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-admin#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @weili0677 on GitHub (Aug 14, 2023).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-admin/issues/89
Originally assigned to: @franklupo on GitHub.
Bug type
Other
Component name
No response
What happened?
I run command with https://htmlpreview.github.io/?https://github.com/Corsinvest/cv4pve-admin/blob/main/src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/index.html#chapter_installation_update (The "Linux Configure Service")
and I also put cv4pve-admin files in the "/var/cv4pve-admin" path.
when I run "systemctl start cv4pve-admin" I got error with "journalctl -u cv4pve-admin".
Expected behavior
the error log is:
Relevant log output
No response
Proxmox VE Version
8.0.3
Version (bug)
1.0.1
Version (working)
No response
What browsers are you seeing the problem on?
Microsoft Edge
On what operating system are you experiencing the issue?
Linux
Pull Request
Code of Conduct
@franklupo commented on GitHub (Aug 14, 2023):
What version of linux do you use?
@weili0677 commented on GitHub (Aug 15, 2023):
PVE 8.0.3 base of debian
@weili0677 commented on GitHub (Aug 15, 2023):
I install cv4pve-admin on PVE host
@franklupo commented on GitHub (Aug 16, 2023):
Se variable in service
https://learn.microsoft.com/en-us/dotnet/core/deploying/single-file/overview?tabs=cli
@weili0677 commented on GitHub (Aug 21, 2023):
@franklupo commented on GitHub (Aug 21, 2023):
Hi,
the problem is Extraction Location. Use a prefrer path to extract.
https://github.com/dotnet/designs/blob/main/accepted/2020/single-file/extract.md#extraction-location
bets regards
@weili0677 commented on GitHub (Aug 22, 2023):
It's been fixed, thank you. It turned out to be a permissions issue.