/srv/irclogs.ubuntu.com/2021/03/24/#ubuntu-server.txt

=== paride8 is now known as paride
sigvfollowing up my previous concern about DHCP DNS domain with systemd-resolved.service -- yes, setting 'use-domains: route' in dhcp4/6-overrides in netplan gets the job done, and systemd-resolved no longer tries to use that DHCP domain.10:18
sigv^ re: scrollback from two days back.10:19
sigv'use-domains: false' rather, to make it go away! but in any case that netplan configuration is what manages this behavior.10:23
baobabfruitHi all, coming from a dell poweredge 925011:07
baobabfruiti just hotswapped a drive i want to shred, lsblk doesnt see it, ideas ? go11:07
baobabfruitneed to check bios brb11:14
baobabfruithi all16:14
POQDavidi just recently did a dist upgrade on my linux from Ubuntu 18.04.4 LTS to Ubuntu 20.04.2 LTS and ufw refusing to load on boot but loads just fine by command19:51
tewardPOQDavid: check the logs for the service?  `cat /var/log/syslog | grep ufw` and find where it fails and what errors it provides?19:55
POQDavidteward: i get nothing from that command20:06
tewardufw can be grumpy sometimes.  i'm not fully online at the moment, at a datacenter doing some work on infrastructure owned by FT job20:08
POQDavidteward: one of my friends is like use firewalld what do you think20:09
POQDavidDo you think thats a good idea20:10
tewardI don't know enough about firewalld myself to recommend it.  I prefer direct manipulation of the `iptables` rules, but soon `nftables` will be replacing that so I have to learn that now.20:12
POQDavidah ok thanks20:13
leftyfbPOQDavid: systemctl cat ufw20:17
leftyfbPOQDavid: maybe look at the After=20:17
leftyfbPOQDavid: it might say network.target where you might want network-online.target20:18
POQDavidoh20:22
POQDavidit does say network.target20:22
POQDavidleftyfb: that i know cause i checked that file20:22
leftyfbPOQDavid: try network-online.target20:23
POQDavidleftyfb: will do also want to test firewalld20:25
POQDavidleftyfb: but here is the thing i purged ufw and then reinstalled it20:25
oerhekssystemctl cat ufw # thanks leftyfb, learned a nice trick today20:25
oerheksdesktop gives: Before=network.target20:26
leftyfboerheks: it's really a hit or miss for me so I try all of them depending. I wish one of them would just consistently work20:27
POQDavidwell ours is a dedicated server20:27
oerhekshggdh pointed to  network-online.target too, yesterday20:28
leftyfb"network-online.target is a target that actively waits until the nework is "up", where the definition of "up" is defined by the network management software"20:29
leftyfbnetwork.target has very little meaning during start-up. It only indicates that the network management stack is up after it has been reached20:29
leftyfbfrom https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/20:29
metbsdhow to do a minimal installation for lubuntu without init-cloud and so on21:40
tewardmetbsd: you can remove the cloud-init stuff afterwards but that's just for initial configuration.  when you say 'minimal' install thoug hcan you be more specific about how 'minimal' you want the install to be?21:54
tewardbecause 'minimal' means very different things to very different people21:54
metbsdbecause of my graphics card, all live iso boot into blank screen22:04
metbsdi want to use text installer but it's not available22:04
metbsdthere is 18.04 mini iso for text22:05
metbsdso i am planning to install 18.04 minimal install, upgrade to 20.04 lts, then install lubuntu22:05
tewardmetbsd: the upgrade process is not suggested as you stated it22:12
tewardmetbsd: try a different approach.  Start with Ubuntu Server 20.04.  Install `tasksel` afterwards and run `sudo tasksel install lubuntu-desktop`.  It will install Lubuntu Desktop packages, and eventually will prompt to configure sddm.  Make sure that if it prompts you for the default display manager you use sddm. Reboot.  See if it drops you to the desktop.22:13
tewardUbuntu Server is a TUI installer but keep in mind if you just boot into a blank screen on yoru system you have a larger problem.22:14
metbsdtui is text ui?22:15
tewardcorrect22:15
tewardmetbsd: what graphics card are you using / working with?22:15
metbsdrv67022:16
tewardit'll drop to a command prompt when you install Ubuntu Server 20.04, as Server has to graphical environment.  If you can boot and start to that and get that installed you have the base components to start installing a GUI.22:16
tewardyou'll need to make sure you install `xserver-xorg-video-radeon` before rebooting after installing the lubuntu-desktop stuff.22:17
tewardThis is essentially a 'hacky' way to install Lubuntu Desktop that I'm stealing straight from Martin Wimpress's solution for how to GUI-fy the RPi Server stuff.22:18
metbsdyou think upgrade from 18 to 20 will fail?22:18
teward18.04 -> 20.04 is a paradigm shift in how LUbuntu is structured22:18
tewardLXDE is out, LXQt is in, and that shift we know doesn't work as expected22:18
tewardbut also22:19
tewardyour question for this all should be in #lubuntu22:19
tewardnot here in #ubuntu-server22:19
tewardjust realized this22:19
teward(ERR:BRAINDEAD)22:19
oerheksAMD RV670 [Radeon HD 3870] .. oh that explains it, openradeon wants 5xxx or more22:19
oerhekstoo old hardware22:19
tewardoerheks: yep.  but xserver-xorg-video-radeon is in Focal22:19
tewardand supposedly supports RV76022:19
teward670*22:19
tewardat least via searches i'm finding22:19
tewardmetbsd: you should probably upgrade the card if you ican though, because that's 13-year-old hardware there22:20
metbsdi can't. it's a laptop22:20
tewardthen you need to get a new system22:20
tewardbecause that card could lose support at any moment22:20
metbsdanyway, so 20.04 lts server live iso should boot it?22:20
tewardmetbsd: it *might* boot it22:20
tewardi don't know because if your graphics card is so old that nothing works with it, then the server installer won't show up either22:21
tewards/won't show up/might not show up/22:21
metbsdi used to run archlinux and debian on it22:21
oerheksno, https://packages.debian.org/jessie/x11/xserver-xorg-video-radeon22:21
metbsdusually i install with text mode, and install that xorg driver from there22:23
oerheksmaybe radeon.modeset=0 works as bootoption22:23
metbsdbut ubuntu don't have text installer in live iso22:23
tewardoerheks: you... might need to reread that or ctrl+f the page for RV67022:23
tewardbecause it's there.22:23
tewardmetbsd: i think that's the old minimal iso you're talking about.  Unfortunately that's going the way of the dinosaur, and the cloud-driven solutions for images, etc. seems to be the way to go.  the closest you're getting to 'minimal' is Server + the tasksel package22:27
tewardwhich will do the rest of the lubuntu-desktop installation bits22:27
teward(this is basically the same way we can install Lubuntu desktop on 20.04.x for an RPi easily.  It's the basis of how i'm building Lubuntu RPi images, but I'm limited to the RPi400 right now, I need to provision funds from the Lubuntu coffers for the other Rpi stuff.)22:28
teward(I say basically 'cause that's its own form of evil insane chaos going on as well with extra things for the Pi though)22:28
metbsdusing sudo do-release-upgrade -d22:52
tewardYMMV on that one metbsd23:37
tewardand that's an #lubuntu issue if it doesn't work ;023:37

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