/srv/irclogs.ubuntu.com/2024/03/27/#ubuntu-server.txt

=== chris14_ is now known as chris14
=== alucardromero7 is now known as alucardromero
blahdeblahAnyone know how I can get some eyes on https://bugs.launchpad.net/ubuntu/+source/linux-aws/+bug/2054688?  Did I submit it against the wrong package?03:08
-ubottu:#ubuntu-server- Launchpad bug 2054688 in linux-aws (Ubuntu) "Update ena to 2.10.x or later" [Undecided, New]03:08
JanCyou might want to ask in #ubuntu-kernel also03:12
blahdeblahJanC: thanks03:21
zph1nxim having problems providing an rc.local script via cloud-init on an ubuntu 20.04.6 installation, for some reason the file does not show up in the finished install https://pastebin.com/QwE9NQ4z19:17
dbungertzph1nx: so late-commands runs at install time, and write_files isn't a subiquity command19:19
dbungertif you add a autoinstall.user-data section you can write standard cloud-config that runs at first boot19:20
dbungertthat should be nested under autoinstall.user-data19:20
dbungerthttps://canonical-subiquity.readthedocs-hosted.com/en/latest/intro-to-autoinstall.html#cloud-init-and-autoinstall-interaction has what I hope are helpful clarifications here19:20
zph1nxdbungert: this is what this is, its a user-data cloud-init file that runs out of nocloud/ on the iso, its intended to be a zero touch installation, and the script im trying to add will pull from a webserver for additional bootstrapping19:22
dbungertzph1nx: right, but you have an autoinstall.write_files directive and that isn't a supported directive, nobody looks at that19:25
dbungertso either it needs to be moved up a level so that the files is written at install time, or down to autoinstall.user-data.write_files so that it is written at first boot19:26
zph1nxi added user-data: at the end of the file, and the write_files: block under that, would that work?19:32
dbungertzph1nx: I think that's the right direction.  you probably also want to do your chmod as part of write files with the permissions setting19:35
dbungerthttps://cloudinit.readthedocs.io/en/latest/reference/modules.html#write-files19:36
zph1nxill try, just want to check if the file even ends up on the installed system before i chmod it now19:38
wingarmacHi, I wonder if I could use 2 display adapters: 1. for tty (ssh -X afterwards) on CTRL+ALT+F1 display adapter 1 and another for Cinnamon on CTRL+ALT+F2 display adapter 2, while both remain displaying there respective content?20:01
wingarmacI think I must set this into /etc/lightdm/lightdm.conf after the creation for a con. file for each display adapter into /etc/X11/xorg.conf.d/20:03
wingarmacCan someone assist? I use ubuntu 22.04 server on the remote host I want to have on my second screen.20:03
patdk-laphmm?20:10
patdk-lapopen xterm, set fullscreen on the second monitor, ssh into server20:11
patdk-lapoh, you want to change that, you need to adjust your tty's20:11
patdk-lapyou need to adjust systemctl gettty@tty2.service I think20:13
patdk-lapcause tt1 would be your first one20:13

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!