JETI Studio unter Linux (Fedora)
- Pulsar07
-
Topic Author
- Offline
- Senior Member
-
- Posts: 57
- Thank you received: 52
TPL_KUNENA_MESSAGE_CREATED JETI Studio unter Linux (Fedora)
06 Oct 2017 14:39
JETI Studio, crashed sofort nach dem Start.
Wird das Programm unter root gestartet, läuft es ohne Probleme. Kennt jemand den Grund?
Gruß Rainer
Wird das Programm unter root gestartet, läuft es ohne Probleme. Kennt jemand den Grund?
Gruß Rainer
Please Log in or Create an account to join the conversation.
- Stefan F3k
-
- Offline
- Platinum Member
-
- Posts: 389
- Thank you received: 118
TPL_KUNENA_MESSAGE_REPLIED_NEW JETI Studio unter Linux (Fedora)
06 Oct 2017 15:00
Was sagt strace?
Gruß Stefan
Jeti Backup Tool github.com/xoration/JetiBackup www.jetiforum.de/index.php/22-software/5857-jeti-backup-tool
Web CG Scale github.com/xoration/ESPScale
Jeti Backup Tool github.com/xoration/JetiBackup www.jetiforum.de/index.php/22-software/5857-jeti-backup-tool
Web CG Scale github.com/xoration/ESPScale
Please Log in or Create an account to join the conversation.
- Pulsar07
-
Topic Author
- Offline
- Senior Member
-
- Posts: 57
- Thank you received: 52
TPL_KUNENA_MESSAGE_REPLIED_NEW JETI Studio unter Linux (Fedora)
07 Oct 2017 22:13 - 07 Oct 2017 22:14
Jeti-Studio scheint auf eine Datei /etc/system-fips zugreifen zu wollen, die es definitiv nicht gibt. Siehe strace output unten.
Wird Jeti-Sudio mit "sudo <PFAD>/Jeti-Studio funktioniert alles problemlos. Programme mit root-Rechten sind allerdings als suspekt zu betrachten und ich scheue mich Jeti-Studio zu benutzen.
Gruß Rainer
Auszug aus Output von "strace ./JETIStudio/JETI-Studio"
Wird Jeti-Sudio mit "sudo <PFAD>/Jeti-Studio funktioniert alles problemlos. Programme mit root-Rechten sind allerdings als suspekt zu betrachten und ich scheue mich Jeti-Studio zu benutzen.
Gruß Rainer
Auszug aus Output von "strace ./JETIStudio/JETI-Studio"
Code:
...
mprotect(0x7f04baa82000, 8192, PROT_READ) = 0
mprotect(0x7f04bace8000, 16384, PROT_READ) = 0
access("/etc/system-fips", F_OK) = -1 ENOENT (No such file or directory)
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0xbeb0} ---
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault (core dumped)
Last edit: 07 Oct 2017 22:14 by Pulsar07. Reason: typo
Please Log in or Create an account to join the conversation.
Time to create page: 0.298 seconds