Created
June 8, 2012 21:42
-
-
Save n1zyy/2898237 to your computer and use it in GitHub Desktop.
Deltacloud failure on F17
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@dhcp-187-232 ~]# service deltacloud-core status | |
deltacloud-core.service - LSB: Deltacloud Core API deamon | |
Loaded: loaded (/etc/rc.d/init.d/deltacloud-core) | |
Active: active (exited) since Fri, 08 Jun 2012 17:35:17 -0400; 2min 44s ago | |
CGroup: name=systemd:/system/deltacloud-core.service | |
[root@dhcp-187-232 ~]# service deltacloud-core restart | |
Restarting deltacloud-core (via systemctl): [ OK ] | |
[root@dhcp-187-232 ~]# service deltacloud-core status | |
deltacloud-core.service - LSB: Deltacloud Core API deamon | |
Loaded: loaded (/etc/rc.d/init.d/deltacloud-core) | |
Active: active (exited) since Fri, 08 Jun 2012 17:38:08 -0400; 1s ago | |
Process: 27604 ExecStop=/etc/rc.d/init.d/deltacloud-core stop (code=exited, status=1/FAILURE) | |
Process: 27609 ExecStart=/etc/rc.d/init.d/deltacloud-core start (code=exited, status=0/SUCCESS) | |
CGroup: name=systemd:/system/deltacloud-core.service | |
>> Writing PID to /var/run/deltacloud-core-mock.pid | |
>> Changing process privilege to nobody:nobody | |
>> Exiting! | |
/usr/share/gems/gems/thin-1.3.1/lib/thin/daemonizing.rb:69:in `getpwnam': can't find user for nobody (ArgumentError) | |
from /usr/share/gems/gems/thin-1.3.1/lib/thin/daemonizing.rb:69:in `change_privilege' | |
from /usr/share/gems/gems/thin-1.3.1/lib/thin/controllers/controller.rb:66:in `start' | |
from /usr/share/gems/gems/thin-1.3.1/lib/thin/runner.rb:185:in `run_command' | |
from /usr/share/gems/gems/thin-1.3.1/lib/thin/runner.rb:151:in `run!' | |
from /usr/share/deltacloud-core/bin/deltacloudd:235:in `<top (required)>' | |
from /usr/bin/deltacloudd:5:in `load' | |
from /usr/bin/deltacloudd:5:in `<main>' | |
>> Writing PID to /var/run/deltacloud-core-mock.pid | |
>> Changing process privilege to nobody:nobody | |
>> Exiting! | |
/usr/share/gems/gems/thin-1.3.1/lib/thin/daemonizing.rb:69:in `getpwnam': can't find user for nobody (ArgumentError) | |
from /usr/share/gems/gems/thin-1.3.1/lib/thin/daemonizing.rb:69:in `change_privilege' | |
from /usr/share/gems/gems/thin-1.3.1/lib/thin/controllers/controller.rb:66:in `start' | |
from /usr/share/gems/gems/thin-1.3.1/lib/thin/runner.rb:185:in `run_command' | |
from /usr/share/gems/gems/thin-1.3.1/lib/thin/runner.rb:151:in `run!' | |
from /usr/share/deltacloud-core/bin/deltacloudd:235:in `<top (required)>' | |
from /usr/bin/deltacloudd:5:in `load' | |
from /usr/bin/deltacloudd:5:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment