homelab icon indicating copy to clipboard operation
homelab copied to clipboard

Ubuntu 24.04 Make Issues

Open mitchross opened this issue 7 months ago • 0 comments

Describe the bug

A clear and concise description of what the bug is.

  • [x] I have read the documentation
  • [x] I have searched open issues

To reproduce

Steps to reproduce the behavior:

Run make on ubuntu 24.04

vanillax@vanillax-Standard-PC-Q35-ICH9-2009:~/k3s-argocd-raspberrypi$ make
make -C metal
make[1]: Entering directory '/home/vanillax/k3s-argocd-raspberrypi/metal'
ansible-playbook \
	--inventory inventories/prod.yml \
	boot.yml
/nix/store/q1c2flcykgr4wwg5a6h450hxbk4ch589-bash-5.2-p15/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
ERROR: Ansible could not initialize the preferred locale: unsupported locale setting
make[1]: *** [Makefile:12: boot] Error 1
make[1]: Leaving directory '/home/vanillax/k3s-argocd-raspberrypi/metal'
make: *** [Makefile:15: metal] Error 2

--

Ive tried 3 VM's each products same issue.

I've ran through all of these SO posts and nothing seems to fix it. https://serverfault.com/questions/54591/how-to-install-change-locale-on-debian

mitchross avatar Jul 08 '24 22:07 mitchross