root Questions

7

everytime i run flutter doctor i am facing this issue how can i get rid out of it plz hep. flutter error
Babylonia asked 12/12, 2020 at 7:31

4

I created a MSSQL docker container based on the official image provided by Microsoft (https://hub.docker.com/_/microsoft-mssql-server). I started a bash shell inside the running container and trie...
Obeng asked 17/4, 2020 at 12:39

8

Solved

I have an AWS root user which I used to create a S3 bucket on Amazon. Now I want to make this bucket public by adding following policy: { "Version": "2012-10-17", "Statem...
Perennial asked 19/11, 2018 at 11:38

11

Solved

Hi I can login to the GCE VM with WinSCP using my own username, cannot login as root...this is by default according to Google, and can be changed. Changed like this: Step 1: Login SSH and Su Root...
Urbanna asked 29/10, 2015 at 8:28

3

Solved

Background So far, I was able to install APK files using root (within the app), via this code: pm install -t -f fullPathToApkFile and if I want to (try to) install to sd-card : pm install -t -...
Cesaria asked 26/5, 2018 at 7:18

2

Solved

Currently using AWS to run some tests on a machine learning project. I would like to run Python scripts without internet (via root) because the internet bandwidth is extremely limited. I try to run...
Burl asked 16/4, 2016 at 2:16

2

I've been trying to install TWRP custom recovery on my galaxy s8 and haven't had much luck getting past this particular issue. After looking on several forums and watching pretty much all of the so...
Vernita asked 30/12, 2019 at 21:20

8

This is quite common problem and I found a lot of tutorials to help me solve it, although, there is one additional problem with my case... This is my config settings in config.inc.php $cfg['Servers...
Jennet asked 21/11, 2013 at 20:54

17

Solved

I'm attempting to migrate an Xcode project to another computer. It gives me the warning "Warning: unable to build chain to self-signed root for signer" and when it runs it crashes immediately simil...
Discoverer asked 21/2, 2018 at 16:51

12

Solved

I'm trying to extract the APK file of an installed Android app WITHOUT root permissions. I thought that this was impossible, because all APK files for non-system-apps are located in /data/app, and...
Dissemble asked 13/6, 2012 at 10:29

9

Solved

I have actually lost my root password and I need to change it. I follow these steps : Stop the MySQL server process. Start the MySQL (mysqld) server/daemon process with the --skip-grant-tables opt...
Clotildecloture asked 5/6, 2018 at 4:20

17

I just installed Ubuntu 16.04 (Xenial Xerus) and installed web server on it. Everything works well, but I cannot access database. Even if I create new user and grant all privileges, I can't create ...
Satsuma asked 26/4, 2016 at 11:54

6

Solved

I am trying to install sphinx on a remote machine. Since I don't have an access to the root, I did this: $bash $mkdir -p ~/local/lib/python2.7/site-packages $export PYTHONPATH=$PYTHONPATH:~/lo...
Rhinencephalon asked 11/11, 2014 at 23:25

6

I created a method for checking whether the android phone is rooted or not. This is done as follows public int checkrootcommand(String string) { // TODO Auto-generated method stub Process exec; ...
Janettjanetta asked 18/7, 2011 at 16:52

29

My app has a certain piece of functionality that will only work on a device where root is available. Rather than having this feature fail when it is used (and then show an appropriate error message...
Weltanschauung asked 9/7, 2009 at 1:22

2

I have been trying many things but I still cannot find a proper way to check if my app has root access. This is what I've tried: private boolean isRootGranted() { Process p; BufferedReader reade...
Chian asked 1/6, 2019 at 4:34

24

Solved

I'm writing a script that requires root level permissions, and I want to make it so that if the script is not run as root, it simply echoes "Please run as root." and exits. Here's some pseudocode ...
Voletta asked 13/8, 2013 at 17:56

3

Solved

I'm running MySQL in Ubuntu, default installation. How can I change the username from root to another one, let's say admin? Preferably from the command line.
Absurdity asked 23/10, 2013 at 10:22

27

Solved

I have been trying to reset my MySQL root password. I have run mysqld_safe --skip-grant-tables, updated the root password, and checked the user table to make sure it is there. Once restarting the M...
Ochlophobia asked 23/9, 2011 at 19:47

8

I'm pretty much confused about root user,super user,user and permissions! I am not able to create a database inside user "athleticu". Following are the commands I used:- athleticu@ip-172-...
Stroganoff asked 2/5, 2017 at 9:39

5

Solved

I have the following script: #!/usr/bin/env python import sys import pyttsx def main(): print 'running speech-text.py...' engine = pyttsx.init() str = "Hi..." if len(sys.argv) > 1:...
Recuperate asked 22/3, 2014 at 6:20

9

Solved

I have recently started using Jenkins for integration. All was well until I was running jobs on master node without shell command but I have to run jobs on master as well as slave node which contai...
Westney asked 28/4, 2015 at 18:5

8

Solved

I am currently running into a problem trying to set up nginx:alpine in Openshift. My build runs just fine but I am not able to deploy with permission being denied with the following error 2019/01/...
Cyrille asked 25/1, 2019 at 6:46

2

Solved

pip is recommended to be run under local user, not root. This means if you do sudo python ..., you will not have access to your Python libs installed via pip. How can I run Python (or a pip install...
Apply asked 20/9, 2023 at 17:17

2

I'm writing a program which temporarily needs root the first time it is run to perform a configuration change (create a file in /etc). How can I temporarily gain root, by asking the user for their...
Drice asked 2/3, 2013 at 0:31

© 2022 - 2025 — McMap. All rights reserved.