[CentOS-devel] Vagrant + network "private_network", type: "dhcp" => Error: Job for network.service failed because the control process exited with error code
Stéphane Klein
contact at stephane-klein.infoThu Dec 8 10:23:50 UTC 2016
- Previous message: [CentOS-devel] CentOS PaaS SIG meeting (2016-12-07)
- Next message: [CentOS-devel] Vagrant + network "private_network", type: "dhcp" => Error: Job for network.service failed because the control process exited with error code
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I have this error with my Vagrant config:
```
Job for network.service failed because the control process exited with
error code
```
My Vagrant file:
```
Vagrant.configure("2") do |config|
config.vm.box = "centos/atomic-host"
config.vm.hostname = "ceph-client-2"
config.vm.network "private_network", type: "dhcp"
end
```
full log: https://gist.github.com/harobed/84d275b30ab928e4753b2c772425feca
With `journalctl -xe' I have:
```
Dec 08 10:16:30 ceph-client-2 sshd[12198]: lastlog_openseek: Couldn't stat
/var/log/lastlog: No such file or directory
```
How can I fix that?
Best regards,
Stéphane
--
Stéphane Klein <contact at stephane-klein.info>
blog: http://stephane-klein.info
cv : http://cv.stephane-klein.info
Twitter: http://twitter.com/klein_stephane
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-devel/attachments/20161208/8e4ba0f5/attachment-0003.html>
- Previous message: [CentOS-devel] CentOS PaaS SIG meeting (2016-12-07)
- Next message: [CentOS-devel] Vagrant + network "private_network", type: "dhcp" => Error: Job for network.service failed because the control process exited with error code
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS-devel mailing list