101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

475
active users

#cloudinit

0 posts0 participants0 posts today

I seem to have hit some kind of weird bug with Ubuntu's autoinstall.yaml and Ubuntu Server 24.04. It refuses to create the user for identity:. I have to then define a legacy cloud-init user-data: hash under autoinstall:, except it refuses the set the password and instead leaves the user locked with a ! in /etc/shadow. I've tried lock-passwd: false, lock_passwd: false, and lock_passwd: False to no avail.

Lazy FreeBSD: where is the documentation or example cloud-init user-data for creating users, setting passwords, adding SSH pubkeys, and installing packages specifically for a FreeBSD system?

I created a cloud-init .iso file containing my meta-data and user-data files, and dded the BASIC-CLOUDINIT FreeBSD image onto the device, and booted it, and it did set the hostname and created my users, but without any passwords or SSH keys...

I sort of want to convert my DIY lab VM setup shell script to cloud-init, but it doesn't seem to have any support for populating /etc/crypttab and the fact that you have to embed files into YAML as base64 is beyond gross; YAML has a | operator for indented text blocks, but keeping files separate means that editing and syntax highlighting work normally.

@SitaDulip AFAIK @ubuntu / #UbuntuLTS Server should launch an #SSH Server to access it's installer at boot.

Either way, you'd setup a minimalist system as a bootable image you can #SSH into and yoink that onto the target system to boot.

  • Another option is to basically setup the system in a #VM and then dd the virtual HDD into an image you can then dd onto the target machine.

If time isn't critical, any halfway decent flashdrive will do, otherwise a 2,5" SSD (in a USB Caddy) is an option as well...

RaspberryTips · Headless Ubuntu Server Installation: A Comprehensive GuideSetting up a Linux server when you don't have a monitor has been tricky, and in some cases, impossible. This is now a thing of the past with Ubuntu Server's new headless installation feature. Let
Continued thread

Hint: use adduser, which is perl wrapper around useradd when working interactively and useradd from scripts, as it is more portable.

(And if you’re setting up a server in an automated fashion, let cloud-init, etc., handle it for you.)

Ansible role: virt_install_vm 1.0.0 released

stafwag.github.io/blog/blog/20

I wrote a few articles how to use cloud images with cloud-init on a “non-cloud” environment.

I finally took the time to create an Ansible role for it. You’ll find the READE.md below.

Virt_install_vm 1.0.0 is available at: github.com/stafwag/ansible-rol

#stafwag #ansible #cloud #cloudinit #libvirt @stafwag

Got the following error on multipass (beta channel) version 0.5:

cannot connect to the multipass socket

If you encounter the same thing, refreshing the snap to version 0.5-27-g49baef0 fixed it for me:

sudo snap refresh multipass --edge --classic

Likely related to this issue: github.com/CanonicalLtd/multip

If you want to know what multipass is or how it will be used in #hypha, see ar.al/2019/01/05/hypha-spike-d

github.comfailure to contact image providers causes multipassd to abort startup · Issue #555 · CanonicalLtd/multipassMultipass has stopped working on my machine, a bionic host. c@slate:~$ multipass version multipass 2018.12.1-20-gf15e279 c@slate:~$ multipass list list failed: cannot connect to the multipass socke...