09-21-2018, 09:21 AM
I installed 1C software. 1C is program for managing processes in enterpise. Developed by Russian programmers. Problems occurs even on Windows OS. Well, i succesfully installed this program and can run as admin.
But i cant run program as another user! I tried different ways and got different errors.
1) Run icon appeared in menu - nothing happend (in task manager i see process only for 5 sec and then it dissapear)
2) Run "/opt/1C/v8.3/x86_64/1cv8c" in terminal (working for admin aswell) - error:
OriginalTranslate
3) Run "sudo /opt/1C/v8.3/x86_64/1cv8c" in terminal - warning:
When i run same code as admin the same error appearing for me, but program start anyway!
I edited visudo:
I edited permissions i all directories related to 1C everywhere to allow edit and delete for everyone.
Assuming: admin and user typing the same code. Admin running program in any way. User can't start program at all. How to fix?
But i cant run program as another user! I tried different ways and got different errors.
1) Run icon appeared in menu - nothing happend (in task manager i see process only for 5 sec and then it dissapear)
2) Run "/opt/1C/v8.3/x86_64/1cv8c" in terminal (working for admin aswell) - error:
Original
Code:
Ошибка сегментирования (стек памяти сброшен на диск)
Code:
Error of segmentation (stack dropped to disk)
3) Run "sudo /opt/1C/v8.3/x86_64/1cv8c" in terminal - warning:
Code:
1cv8c:8865): IBUS-WARNING **: 12:03:35.834: The owner of /home/Пользователь/.config/ibus/bus is not root!
I edited visudo:
Code:
%users ALL = (ALL) NOPASSWD:/opt/1C/v8.3/x86_64/1cv8c
I edited permissions i all directories related to 1C everywhere to allow edit and delete for everyone.
Assuming: admin and user typing the same code. Admin running program in any way. User can't start program at all. How to fix?