Skip to main content

All Questions

Tagged with
0 votes
0 answers
22 views

Permission error with Arch Linux and Laravel

I'm creating a Laravel project, and I'm struggling with permissions. When I first create the project through a terminal command, I have to change the root folder permission to 777 because I can't ...
Telexx's user avatar
  • 551
0 votes
0 answers
31 views

How to configure an external formatter in DBeaver Snap Linux?

I'm trying to configure an external formatter for SQL queries in DBeaver, but I'm encountering a "permission denied" error. I'm not very experienced with the command line and just started ...
Breno Pimentel da Silva's user avatar
0 votes
0 answers
74 views

Script works well when directly ran but not as startup app

I've made a script for helping me to automatically open some softwares I use for defined kinds of work, which name is Profile Chooser. For example, I have a profile on Firefox and one in Brave for ...
jhiuzak's user avatar
0 votes
1 answer
64 views

Secure the vault password file in ansible

I have added the below line in ansible.cfg vault_password_file = /var/tmp/password I wanted to secure this file /var/tmp/password in such a way that only user ID (say abc12 user with group pcuser) ...
Smily's user avatar
  • 2,498
0 votes
0 answers
28 views

Can't rebuild dokku application for Wordpress (app/.heroku/php/etc/php/php-cli.ini: Permission denied)

I had wordpress web-site on my VPS server under Dokku. Updated dokku version with dokku-update run. Couple other application was survived the update, but Wordpress rebuilding is failed. root@ubuntu-...
Alexander V's user avatar
0 votes
0 answers
10 views

Getting error in MYSQL 8.0 installation - cannot create regular file '/var/log/mysqld.log

We have an application which uses MYSQL 8.0 We are trying to generate OVA file for our application which also installs MYSQL 8.0. We are using anaconda ks.cfg to generate Bootable ISO. From this ...
User3518958's user avatar
0 votes
0 answers
121 views

Sufficient permission to run setsockopt(sock, SOL_SOCKET, SO_BINDTODEVICE, ...) without using sudo

This is a follow-up to Bind socket to interface using bind() v using setsockopt(). I need a (C) application to run setsockopt(sock, SOL_SOCKET, SO_BINDTODEVICE, ...) in order to make a socket use a ...
Rob's user avatar
  • 917
0 votes
0 answers
15 views

Linux-base system. Is user run application with user permissions or Application runs with context of user permissions?

We have an Ubuntu server, where we run Java spring application under specificuser user. Java app has multiple threads, and so on. Inside threads, it is going to a folder /mnt/somefolder/...
Stanislav Demianets's user avatar
0 votes
1 answer
44 views

Issue with Singularity Command Recognition for Fastq.gz Files

I am developing a shotgun metagenomics pipeline using Snakemake and Singularity, but I'm facing difficulties when trying to execute the Singularity command within Snakemake to analyze fastq.gz files. ...
Rafaela Carolina dos Anjos Sch's user avatar
0 votes
0 answers
30 views

InjectInputEvent not working, failing to get instance

This is what logcat outputs, I've signed my android apk with my own cert java.lang.NoSuchMethodException: com.example.receiver.InputManager.getInstance [] at java.lang.Class.getMethod(Class.java:...
user avatar
1 vote
1 answer
167 views

elasticsearch cannot read certificate file

I generated a certificate file with certbot. It is placed in /etc/letsencrypt/.... I created a group called elk where I added the elasticsearch user, and I recursively set it as the owning group for /...
Vivere's user avatar
  • 2,160
0 votes
1 answer
198 views

QStandardPaths: runtime directory '/tmp' is not owned by UID 1000, but a directory permissions 0777 owned by UID 0 GID 0 in docker container

This error appeared when I installed wkhtmltopdf in my container. Here is part of my Dockerfile ENV XDG_RUNTIME_DIR=/tmp RUN python3.9 -m venv /py && \ ... apk add wkhtmltopdf &&...
leauradmin's user avatar
0 votes
0 answers
35 views

git config file permission lost after `git remote set-url origin https://`

I was using capistrano for the deployment cap production deploy, the error message from capistrano DEBUG [3730481e] fatal: unable to access './config': Permission denied I found it's because ...
wanfujinan's user avatar
0 votes
0 answers
22 views

Running npm run serve on an NTFS mounted filesystem

I am attempting to create a Vue application on an NTFS-formatted drive that I have mounted on my Ubuntu operating system. However, running the command vue serve produces the following error: Running ...
Chumbers's user avatar
0 votes
0 answers
35 views

shell_exec - Permission denied; when executing inside Linux User's Home folder

How to allow shell_exec to read the text file that is inside another user's home directory? The idea I want to achieve: display content of a .log file that is inside Home folder of a Linux user named ...
user3789797's user avatar

15 30 50 per page
1
2 3 4 5
93