linux卸载cloudinit,ubuntu 18 卸载 cloud

You just deployed yourself a fresh copy of Ubuntu Server 18.04 Bionic Beaver. It should be the latest and greatest, and you just need a virtual machine to do some web development or perhaps you just want to enable IP forwarding and use this machine as a router. That’s great, except the latest Ubuntu assumes that you are part of the current trend to put everything in the cloud, and so ships with something called cloud-init.

No harm normally, but this wastes valuable seconds doing something you don’t need if you’re not in the cloud. It’s easy to remove this package by following the (modified) instructions here: https://makandracards.com/operations/42688-how-to-remove-cloud-init-from-ubuntu :

dpkg-reconfigure cloud-init

Then deselect all the options except None

sudo apt-get purge cloud-init

sudo mv /etc/cloud/ ~/; sudo mv /var/lib/cloud/ ~/cloud-lib

I prefer to move, rather than delete, in case something goes wrong and you wish to restore the files.

When you remove cloud-init following those steps, your machine stops booting and there is apparently a service that is waiting for network to be up. This would normally be just an inconvenience, but the boot hangs indefinitely waiting for said network. Odd choice of configuration out of the box, but anyway, you can fix this by:

List the services which depend on network being online.

sudo systemctl show -p WantedBy network-online.target

This will list the culprits as some iscsi services that you probably don’t need.

Disable the services and remove the open-iscsi package

systemctl disable

apt remove open-iscsi

That should do to get the system booting without some service waiting endlessly for a network connection.

You just deployed yourself a fresh copy of Ubuntu Server 18.04 Bionic Beaver. It should be the latest and greatest, and you just need a virtual machine to do some web development or perhaps you just want to enable IP forwarding and use this machine as a router. That’s great, except the latest Ubuntu assumes that you are part of the current trend to put everything in the cloud, and so ships with something called cloud-init.

No harm normally, but this wastes valuable seconds doing something you don’t need if you’re not in the cloud. It’s easy to remove this package by following the (modified) instructions here: https://makandracards.com/operations/42688-how-to-remove-cloud-init-from-ubuntu :

dpkg-reconfigure cloud-init

Then deselect all the options except None

sudo apt-get purge cloud-init

sudo mv /etc/cloud/ ~/; sudo mv /var/lib/cloud/ ~/cloud-lib

I prefer to move, rather than delete, in case something goes wrong and you wish to restore the files.

When you remove cloud-init following those steps, your machine stops booting and there is apparently a service that is waiting for network to be up. This would normally be just an inconvenience, but the boot hangs indefinitely waiting for said network. Odd choice of configuration out of the box, but anyway, you can fix this by:

List the services which depend on network being online.

sudo systemctl show -p WantedBy network-online.target

This will list the culprits as some iscsi services that you probably don’t need.

Disable the services and remove the open-iscsi package

systemctl disable

apt remove open-iscsi

That should do to get the system booting without some service waiting endlessly for a network connection.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值