1
0
mirror of https://github.com/rancher/os.git synced 2025-08-01 15:08:47 +00:00
os/cmd
Wang Long 6617eab12f print proper tips when running ros or system-docker without using sudo
`ros` and `system-docker` command requires user to be the root user,
when we running them without using sudo, it will print the follow:

[rancher@rancher ~]$ ros os list
ERRO[0000] Failed to read /var/lib/rancher/conf/cloud-config.d: open
/var/lib/rancher/conf/cloud-config.d: permission denied
ERRO[0000] Error reading config files                    err=open
/var/lib/rancher/conf/cloud-config.yml: permission denied
files=[/var/lib/rancher/conf/cloud-config.yml]
ERRO[0000] Failed [1/4] 25%
ERRO[0000] Failed to load config
......
......
FATA[0000] open /var/lib/rancher/conf/cloud-config.yml: permission
denied

and

[rancher@rancher ~]$ system-docker restart docker
Failed to kill container(docker): Cannot connect to the Docker daemon.
Is the docker daemon running on this host?

this patch make the tips more clear and simple.

Signed-off-by: Wang Long <long.wanglong@huawei.com>
2016-03-16 17:50:54 +08:00
..
cloudinit Fix packet support 2016-02-09 14:04:58 -07:00
control print proper tips when running ros or system-docker without using sudo 2016-03-16 17:50:54 +08:00
network Close file in wait for network 2015-12-22 08:59:35 -07:00
power Replace rancherio with rancher 2015-10-12 19:50:57 +08:00
respawn Minor cleanup to not use the setsid binary 2016-02-11 09:04:35 -07:00
sysinit Replace rancherio with rancher 2015-10-12 19:50:57 +08:00
systemdocker print proper tips when running ros or system-docker without using sudo 2016-03-16 17:50:54 +08:00
userdocker Fix server TLS key and cert auto-generation. 2015-12-11 13:41:18 +05:00
wait Replace rancherio with rancher 2015-10-12 19:50:57 +08:00
waitfornetwork Leave dhcpcd (and netconf) running in the background. 2015-11-12 22:08:29 +05:00