tommyfun | anyone having issues with fail2ban on 24.04? | 00:03 |
---|---|---|
=== Sidewyz1 is now known as Sidewyz | ||
sarnold | I saw something about that.. | 00:06 |
sarnold | classic python. https://bugs.launchpad.net/ubuntu/+source/fail2ban/+bug/2055114 | 00:06 |
-ubottu:#ubuntu- Launchpad bug 2055114 in fail2ban (Ubuntu Noble) "fail2ban is broken in 24.04 Noble" [High, Confirmed] | 00:06 | |
tommyfun | thanks sarnold | 00:31 |
Guest82 | hello | 01:00 |
aollinuxyay | yeah i know | 01:02 |
aollinuxyay | ChanServ you are the best | 01:02 |
realivanjx | is there a way to reliably and permanently set wake on lan on ubuntu with the ethtool? every time i set it to “g” it reverts back to “d”. tried putting it as a systemd service but it reverts back to d on every suspend. idk what else to try | 01:23 |
sarnold | I don't get into my system bios screens very often but I think i've seen it listed as an option in there | 01:24 |
realivanjx | it is already enabled on bios of course | 01:24 |
realivanjx | but also need to be set on ethtool too | 01:24 |
sarnold | some NICs run an optionbios at boot at those might have a menu that you can use to enable it, too? I'm less sure there, i've never really done much with nic optionbios :( | 01:24 |
sarnold | oh :( | 01:24 |
realivanjx | if you google how to enable wake on lan ubuntu you will see what i mean | 01:25 |
sarnold | does it revert on suspend or on resume? | 01:25 |
realivanjx | not sure but every restarts and resume after suspend it reverts back to d | 01:25 |
sarnold | if it reverts on resume, you might be able to get away with a script to run ethtool -blah either on resume or every few minutes or somethiong | 01:25 |
realivanjx | it used not to reverts after resume before 24.04 | 01:25 |
leftyfb | realivanjx: I just set it right before I put the machine to sleep | 01:27 |
realivanjx | i think 24.04 reverts it after it resumes from sleep not before | 01:28 |
leftyfb | sudo ethtool -s eth0 wol g && sudo systemctl suspend -i ; exit 0 | 01:28 |
realivanjx | this tutorial used to work fine until 24.04 https://www.golinuxcloud.com/wake-on-lan-ubuntu/ | 01:28 |
leftyfb | right, so when you put it to sleep, it puts the NIC listening for WOL. | 01:29 |
leftyfb | You don't care about it after it wakes up until the next time you put it to sleep | 01:29 |
realivanjx | is there a way to put the ethtool command so it will be executed on every suspend request? | 01:30 |
leftyfb | sudo ethtool -s eth0 wol g && sudo systemctl suspend -i ; exit 0 | 01:30 |
leftyfb | make that into an alias if you like | 01:31 |
realivanjx | i mean if i suspend it via the gui | 01:31 |
leftyfb | don't | 01:31 |
realivanjx | i rarely use cli unless im loggin in via ssh | 01:31 |
leftyfb | then how are you waking the laptop via wakeonlan? | 01:32 |
leftyfb | laptop/desktop | 01:32 |
realivanjx | it is a desktop pc first of all and i have a server on the same network that is connected to my vpn that i can log into | 01:32 |
realivanjx | so i can issue wakeonlan command on that always on computer | 01:33 |
realivanjx | but since it is not a powerful pc i sometimes need my desktop pc | 01:33 |
realivanjx | im thinking the new behavior on 24.04 is a regression and should be reported. not sure | 01:35 |
leftyfb | what new behavior? | 01:36 |
realivanjx | wake on lan mode reverts back to d after resuming | 01:36 |
leftyfb | that's not a regression. It never worked like that | 01:36 |
realivanjx | up until 23.10 it is just restarts that reverts that | 01:36 |
leftyfb | at least not with 20.04 nor 22.04 that I'm running now | 01:36 |
realivanjx | https://www.golinuxcloud.com/wake-on-lan-ubuntu/ | 01:37 |
=== antonispgs9 is now known as antonispgs | ||
=== antonispgs1 is now known as antonispgs | ||
=== travisghansen2 is now known as travisghansen | ||
=== guest02 is now known as test924 | ||
src | I enabled i386 because I needed trying to get something to run via wine32; I've since given up on the idea (will just use a windows vm) but can't get rid of i386; I removed all non-essential i386 packages from my system (as retrieved via `dpkg --get-selections | grep ':i386'`) but can't remove `gcc-14-base:i386`, `libc:i386` and `libgcc-s1:i386` due to unmet dependencies, I can't remove i386 while still | 04:47 |
src | having packages installed `sudo dpkg --remove-architecture i386` -> `dpkg: error: cannot remove architecture 'i386' currently in use by the database`) ; so I just seem screwed here, what to do? | 04:47 |
src | (ubuntu 24.04) | 04:49 |
src | alright, solved | 05:15 |
src | I just forced it; no other way apparently | 05:15 |
src | sudo dpkg --purge --force-remove-protected {gcc-14-base,libc6,libgcc-s1}:i386 | 05:15 |
src | after which `sudo dpkg --remove-architecture i386` worked | 05:15 |
junyx | Oh cool | 05:15 |
Fantastic777 | Okay...my Ubuntu 20.04 laptop is borked. The login screen is missing icons when Ubuntu first starts. | 05:16 |
Fantastic777 | The top time bar just displays login | 05:16 |
Fantastic777 | The top time bar just displays the time and "en" while the login screen is on. The profile pic beside my name doesn't show up. | 05:19 |
Fantastic777 | I can click by using the mouse on my name and enter the password and login but.... | 05:19 |
Fantastic777 | Upon login, the ui is still borked. The top bar shows Activities, date, | 05:19 |
Fantastic777 | and the network speed (but it doesnt update) | 05:20 |
Fantastic777 | The other icons on the right top bar like settings, network, power don't show up. | 05:21 |
Fantastic777 | The screen is blank. | 05:21 |
Fantastic777 | The Ubuntu dash which I configured to be on the bottom is blank as well. | 05:22 |
Fantastic777 | I can access Ctrl+Alt+Fx terminal. Trying to read logs but its hard. | 05:23 |
Fantastic777 | Is there a way to reset ubuntu's desktop environment? | 05:24 |
Fantastic777 | I have tried doing a hard shutdown. But to no avail. The system still stays the same.... | 05:25 |
Fantastic777 | I have tried sudo service gdm restart fron the Virtual CtrlAltF3 terminal but it just puts me back in the borked login screen. | 05:26 |
src | it'll be less work reinstalling than "fixing it" from your description | 05:27 |
src | is all I'm thinking tbh | 05:27 |
src | don't know your backstory on why it's fucked like this, but apparently it is (also 20.04 on a laptop? need to reinstall anyways, or do you plan to upgrade your way to 24.04 after you've fixed it?) | 05:28 |
Fantastic777 | If I can recover the files it might be possible... | 05:29 |
src | boot from usb or cd via some recovery iso (sysrescue-cd or something), grab the data via this unto some drive, reinstall | 05:29 |
Fantastic777 | The way I see it.. i need to create a Ubuntu Bootable usb. Can do this from my phone but I will need a usb C drive. Time to buy a usb c drive. | 05:30 |
Fantastic777 | src: nice username... Any ideas on what I should save? | 05:31 |
src | aren't my files to save, how would I know what to save | 05:31 |
src | usually stuff from your home directory | 05:32 |
Fantastic777 | No I meant locations. What locations should I save? Besides home? | 05:32 |
Fantastic777 | Oh shit...its back. | 05:32 |
Fantastic777 | Its fine. But I will upgrade to Ubuntu 24.04 | 05:32 |
src | ? nothing? do you want to save some apt configurtion from /etc/ to then copy paste to a new 24.04 install ?! | 05:32 |
src | just set it all up again, and again, no idea what is important to you, save your USER data, screw the rest | 05:33 |
src | forget all config files unless they are important for reference, contain passwords, so stuff like ~/.ssh or some other important configs, but just burn the rest and run; reinstall to a new version and be sane again | 05:34 |
Fantastic777 | Thanks for the help.. | 05:35 |
=== lars is now known as Guest532 | ||
realivanjx | in ubuntu 24.04 desktop rdp, is it possible to automatically connect to an existing desktop if available, otherwise create a new desktop and use that | 06:38 |
realivanjx | also for some reason i cannot connect to the existing desktop session (port 3390) while the screen is locked so whats the point? | 06:47 |
gebbione | hi, any ideas how to troubleshoot this VPN connection? http://pastie.org/p/2LN7cxEmV4dOLGyBaCx5OV Certs and PK are set to 400 and i tried to stop and restart the openvpn service just to work around this https://serverfault.com/questions/911317/cannot-ioctl-tunsetiff-tap0-device-or-resource-busy-errno-16 | 07:06 |
gebbione | i m using the ux network manager to connect | 07:07 |
vito | Hi,there. My Os doesn't allowed multiple person logged use same account and the same time. My OS is Kylin which is a Chinese distro, maybe origin from uUbuntu. | 08:07 |
vito | Is there anyone like to help me with that? | 08:08 |
gebbione | @vito dont ask to ask ... just ask | 08:32 |
vito | gebbione: How to allowed multiple people connected to server use same account at the same time? | 08:38 |
gebbione | what have you dont to make it work and what is not working | 08:39 |
calamity | vito: to clarify, you're asking how they can all login to the same user account on linux, right? You're not running some specific server software? | 08:39 |
vito | calamity: yeah ,it's what i meant | 08:41 |
vito | I don't runing some specific server software | 08:41 |
CosmicDJ | vito: connect how? via ssh? | 08:47 |
vito | CosmicDJ: yeah ssh | 08:47 |
CosmicDJ | vito: this should just work, every connection is running it's own shell; any error message you're seeing? | 08:49 |
nebula6 | howdy guys | 09:53 |
nebula6 | i've plugged my usb speakers in and i've got no sound? | 09:53 |
Fenhl | hi! I have a computer that's running Ubuntu 22.04.4 LTS, I have SSH access to it, but it doesn't seem to be outputting a video signal. I've tried with 2 different screens, each with a different HDMI cable. This is something that was working before — any ideas on what could be wrong? | 10:18 |
=== five618480337 is now known as five61848033 | ||
=== denysonique46 is now known as denysonique4 | ||
isene | New Dell XPS15, Ubuntu 23.10. Screen brightness won't change - the program "light" used to work (on my asus running 22.04). Even setting the value directly doesn't work ( echo 1 | sudo tee /sys/class/backlight/dell_backlight/brightness ) - even though the value changes, there is no change in screen brightness. I have acpi_backlight=vendor in grub - to no avail. Suggestions? | 10:40 |
ravage1 | isene: support for 23.10 ends soon. so i would recommend to test if that is maybe fixed in 24.04 | 10:41 |
isene | Good point. Will do. | 10:44 |
nebula6 | anyone know if it's possible to pin games from lutris in ubuntu? | 10:49 |
=== seanh1 is now known as seanh | ||
=== pah_ is now known as pa | ||
jajajakokojumbo | Hi, | 11:28 |
jajajakokojumbo | I am using a xmodmap config file to swap "left ctrl" with "left win" | 11:28 |
jajajakokojumbo | On Xubuntu xmodmap .Xmodmap works just fine | 11:28 |
jajajakokojumbo | but on Lubuntu the setting is ignored | 11:28 |
jajajakokojumbo | So my question is: | 11:28 |
jajajakokojumbo | why lxqt ignores keyboard keys settings | 11:28 |
lotuspsychje | !paste | jajajakokojumbo | 11:30 |
ubottu | jajajakokojumbo: For posting multi-line texts into the channel, please use https://bpa.st | To post !screenshots use https://imgur.com | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. | 11:30 |
noob64 | hey guys, wondering if you regularly mount drives manually, and if so why? | 11:32 |
CosmicDJ | noob64: my portable backup disk is mounted manually | 11:33 |
oerheks | noob64, and what is your real question? | 11:33 |
noob64 | CosmicDJ but do you have to unmount and remount everytime you pack up your work station? Or is that with a Desktop PC? | 11:33 |
jajajakokojumbo | https://bpa.st/2PHQ | 11:34 |
noob64 | oerheks, that is my real question. | 11:35 |
ioria | jajajakokojumbo, i don't know about lxqt, but lxde had its own tool to set keybindings that might override your ..Xmodmap | 11:37 |
CosmicDJ | noob64: I'm not packing anything up, it's a small server in the storeroom which gets to see a USB disk from time to time... and yes I umount and mount every time the disk is connected (I have a noauto line in /etc/fstab though) | 11:39 |
CosmicDJ | swap umount and mount | 11:40 |
noob64 | CosmicDJ okay, thanks. Why would you do it manually, instead of using the files app on GUI? I'm just trying to get my head around the concept. | 11:43 |
CosmicDJ | noob64: servers usually don't have a screen connected and thus no GUI | 11:45 |
noob64 | CosmicDJ makes sense then :) | 11:46 |
noob64 | It seems when mounting, you have to "mkdir" first, and then mount - is this like a temporary file that nests itself to make use of the available diskspace on the device? | 11:47 |
CosmicDJ | noob64: I have a 2nd backup disk which I'm using on my Ubuntu Desktop, and no I'm not using the files app there either, the desktop backup disk is LUKS encyrpted and AFAIK ubuntu/gnome/files/whatever it's blocking the whole screen aksing for the password, so I can't use keepassxc to autotype it | 11:47 |
noob64 | CosmicDJ interesting | 11:48 |
noob64 | CosmicDJ am I correct in the assumption that you have to mkdir (make a directly) to mount first and then enter a command to mount manually? | 12:06 |
jajajakokojumbo | I figured it out, the menu widget didn't care, it was configured to use <left win> to open menu, and new binding wasn't working. As soon as i changed it to <alt>+<F1>, all my settings in .Xmodmap worked just fine. So LXQt works nicely with xmodmap | 12:10 |
tomreyn | noob64: as far as i know, a mount point needs to be a directory. you can use an existing directory or create a new one. you can mount using the "mount" command. most of the time you need to do so as the super user. | 12:13 |
tomreyn | there's also udisksctl which is part of udisks2, and can be more suitable for (restricted) user mounting. the gnome virtual file system (gvfs) framework and the gnome file browser, nautilus, uses as a backend. | 12:18 |
guideX | https://www.ubuntucafelb.com/ I'm just curious if there's any relation | 12:34 |
leftyfb | guideX: no | 12:42 |
BluesKaj | Hi all | 12:50 |
hwpplayer1 | hi BluesKaj | 12:50 |
BluesKaj | hi hwpplayer1 | 12:50 |
hwpplayer1 | How can we help you today ? BluesKaj ? | 12:51 |
BluesKaj | no help needed hwpplayer1. I'm an oldtimer here :-) | 12:52 |
isene | Courier imap gone after upgrading from 23.10 -> 24.04? In mutt I get "Could not connect to localhost (Connection refused)." and with `service courier-imap restart` I get "Failed to restart courier-imap.service: Unit courier-imap.service not found." Suggestions to fix? | 13:04 |
hwpplayer1 | Thanks for being here BluesKaj | 13:04 |
leftyfb | isene: it looks like courier-imap is no longer a supported package in ubuntu | 13:06 |
isene | damn | 13:07 |
isene | So, how do I get it back, then? | 13:08 |
leftyfb | isene: you don't. Use dovecot | 13:09 |
isene | And it would just work right out of the box with my local (previous courier) imap folder? No tweaks or reconfig or anything? I'm using imap locally only. | 13:10 |
isene | I.e. Installing dovecot and my mail would suddenly appear in mutt? | 13:10 |
leftyfb | I don't know. I've never used courier-imap nor mutt | 13:11 |
BluesKaj | hwpplayer1, none needed, it's part of my morning routine | 13:12 |
hwpplayer1 | Do you know any kernel monitoring tool ? The drivers modules kernel runtime errors etc | 13:19 |
hwpplayer1 | For Ubuntu and general Linux kernel | 13:19 |
hwpplayer1 | I tried Newrelic but I didn't find it enough Free | 13:20 |
oerheks | !find perf | 13:29 |
ubottu | Found: libgoogle-perftools-dev, libgoogle-perftools4t64, ace-gperf, dnsperf, globus-xioperf, gnome-icon-theme-gperfection2, golang-github-hodgesds-perf-utils-dev, golang-github-performancecopilot-speed-dev, google-perftools, gperf and 49 others <https://packages.ubuntu.com/search?keywords=perf&searchon=names&suite=noble§ion=all> | 13:29 |
someone235 | Hi, I have a problem: After I use VirtualBox, after a few minutes I lose the ability to use mouse clicks in the host Ubuntu. I tried to restart it via `xinput` but it didn't help. Any idea what can I do to fix it? | 14:04 |
someone235 | Right now I have to restart my computer every time it happens | 14:06 |
tuxick | pretty sure virtualbox shows a message about that | 14:07 |
tuxick | there's some hotkeys afair | 14:07 |
libussa | hi! I have a weird issue with disk usage. df says I have 395G used, 47G free. But when doing 'du -shxc', the total is only 92G. I looked at deleted files with 'lsof +L1', but nothing noticeable | 14:14 |
oerheks | oh, the old difference DU <> DF | 14:15 |
oerheks | something with inodes | 14:15 |
libussa | inodes use is at 3% on that partition | 14:15 |
someone235 | tuxick: there's a hot key to de-capture the mouse, but it doesn't help. My mouse works, but clicks don't. Even killing the VM doesn't help | 14:15 |
someone235 | Oh actually killing it gracefully did help | 14:16 |
guest | hi all | 14:33 |
guest | Has the problem of managing files and folders on long paths been solved, especially on external hard drives? | 14:33 |
oerheks | was there a problem? bugreport? | 14:33 |
=== five618480336 is now known as five61848033 | ||
guest | i don't know if it has been reported | 14:38 |
guest | anyway, i often have problem to open files and folders on long path on external drive | 14:38 |
ogra_ | well, you should report it then so people are aware it needs fixing 🙂 | 14:39 |
guest | often folders don't open anymore because of some bad files or for input/output errors | 14:39 |
oerheks | run a fsck on that disk, and check health | 14:40 |
guest | on windows, i can open that folders, if there is a temp file, i delete that file, after the folder works again on ubuntu | 14:40 |
guest | disk works well for anything else | 14:41 |
pratsona | Hi. I'm trying to update some flatpak packages on 24.04 KDE via discover. All of the flats seem to fail with this: "Aborted due to failure (While trying to apply extra data: apply_extra script failed, exit status 256)" | 14:46 |
guest | oerheks has nobody else reported this problem? | 14:46 |
leftyfb | !bug | guest | 14:47 |
ubottu | guest: If you find a bug in Ubuntu or any of its official !flavors, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. | 14:47 |
ogra_ | pratsona, we can not support flatpak here ... (perhaps the people in #kubuntu can if it is enabled by default though) | 14:47 |
oerheks | did not find any, what filesystem? | 14:47 |
guest | file manager said "fuse" | 14:48 |
guest | i remember NTFT | 14:48 |
guest | NTFS | 14:48 |
guest | oerheks | 14:48 |
oerheks | nope, if it happens again, file a bugreport | 14:49 |
guest | i don't know how | 14:52 |
guest | oerheks | 14:52 |
oerheks | see ubottu; « ubuntu-bug <package> » | 14:53 |
pratsona | ubottu: i don't remember installing flatpak but it might've been from before updating to 24.04. the failing updates are Freedesktop platform, GNOME Application platform, org.freedesktop.Platform.GL.nvidia-550-54-15. But might just uninstall flatpak and see if it removes half of the system | 14:54 |
ravage1 | Ubuntu does not need flatpak for any of its components to function | 14:56 |
oerheks | there is not even a wiki page about flatpak, use snaps | 14:58 |
pratsona | looks like chrome was installed that way, safe to remove | 15:00 |
leftyfb | why would you install the flatpak of google chrome? | 15:01 |
ravage1 | why would you install google chrome? | 15:01 |
leftyfb | I prefer google chrome | 15:01 |
oerheks | no, google chrome does not come as flatpak, nor snap | 15:01 |
pratsona | dunno, it was probably installed along with 23.10. may just use chromium | 15:01 |
oerheks | the entry in flathub is unverified | 15:02 |
leftyfb | oerheks: https://flathub.org/apps/com.google.Chrome | 15:02 |
leftyfb | yeah | 15:02 |
leftyfb | but it's there | 15:02 |
ravage1 | the chromium snap works fine for me | 15:02 |
guest | « ubuntu-bug <package> » | 15:30 |
guest | where have i to write this? | 15:31 |
guest | in terminal= | 15:31 |
guest | ? | 15:31 |
guest | oerheks | 15:31 |
tuxick | your mother! | 15:31 |
leftyfb | !bug | guest | 15:31 |
ubottu | guest: If you find a bug in Ubuntu or any of its official !flavors, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. | 15:31 |
oerheks | guest, did you not read ubottu? | 15:31 |
leftyfb | tuxick: take it elsewhere | 15:31 |
oerheks | whole wiki how to file a bugreport | 15:31 |
oerheks | as ntfs is not posix, i have no idea about a file locking a folder. | 15:33 |
guest | oerheks but i don't have lauchpad account | 15:34 |
ravage1 | create one | 15:34 |
oerheks | it is not expensive | 15:34 |
lotuspsychje | guest: we reccomend before filing bugs, to describe your issue here in the support channel first | 15:38 |
oerheks | lotuspsychje, he did, long filenames issue on ntfs | 15:39 |
lotuspsychje | oh, my bad wasnt following :p | 15:39 |
guest | yes but i read support page, too long to read for my bad english, and other pages too | 15:42 |
guest | so difficult for me use web in english with many things to read and to understand when there are many techinical words | 15:42 |
yuzi | Hi mutante | 15:43 |
yuzi | It was just an incomplete kernel update issue | 15:43 |
guest | anyway, another problem is with a folder "In vendita", i receive the same input/output error if i try to copy and paste it on external hd | 15:43 |
leftyfb | guest: https://help-ubuntu-com.translate.goog/community/ReportingBugs?_x_tr_sl=en&_x_tr_tl=it&_x_tr_hl=en&_x_tr_pto=wapp | 15:43 |
yuzi | my PC went off abruptly | 15:43 |
guest | if i rename the folder and i call it just "Vendita", after it make me copy the same folder | 15:44 |
yuzi | "sudo dpkg --configure -a" it reinstalled the new kernel | 15:44 |
guest | leftyfb it's so difficult the same for the presence of many techinical words and imprecise translation | 15:46 |
guest | by automatic translator | 15:46 |
leftyfb | !it | guest | 15:47 |
ubottu | guest: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi «/join #ubuntu-it» senza virgolette) | 15:47 |
leftyfb | guest: you could try asking for help reporting a bug in #ubuntu-it | 15:47 |
guest | leftyfb, i often don't receive support there | 15:47 |
guest | anyway the file system is "FUSE" type | 15:48 |
guest | have i to change it? | 15:48 |
guest | do i have to change it? (CORRECTION) | 15:49 |
oerheks | you wrote ntfs, and fuse is just the connector | 15:52 |
=== DSyndrome is now known as Death_Syn | ||
guest | oerheks no, in the property of the external disk it says just "fuse" | 15:56 |
guest | it's not written "NTFS" | 15:57 |
oerheks | there is no fuse filesystem, AFAIK. plug it in your windows, and check there too | 15:58 |
guest | https://en.wikipedia.org/wiki/Filesystem_in_Userspace | 15:59 |
guest | oerheks | 15:59 |
oerheks | now you got me lost, you wrote ntfs on an external disk. good luck! | 16:02 |
guest | oerheks i didn't write NTFS on external disk, it's just the external disk i already had before i start to use the beautiful world of ubuntu | 16:25 |
guest | :-\ | 16:25 |
guest | you are angry? Did I do something wrong? I do not understand | 16:25 |
oerheks | this was the start <guest> Has the problem of managing files and folders on long paths been solved, especially on external hard drives? | 16:26 |
oerheks | even if it is internal, it does not matter, as it is NTFS. fuse is just a programm | 16:27 |
guest | ok, i just said u what i see when i doubles click on hard disk and clicked "Property" | 16:28 |
guest | :-\ | 16:28 |
Guest16 | hi | 16:59 |
delsol | OK, I think I'm a moron.... updated machine, 22LTS, and now it doesn't load its network interfaces. | 18:34 |
delsol | netplan apply won't load because of the Cannot Call openvswitch... | 18:35 |
delsol | setting network interfaces in /etc/network/interfaces like I would on debian doesn't seem to work... | 18:36 |
toddc | delsol: see netplan https://ubuntu.com/core/docs/networkmanager/networkmanager-and-netplan | 18:54 |
=== coreycb1 is now known as coreycb | ||
=== TheCaptain8989 is now known as TheCaptain898 | ||
=== wdb1 is now known as wdb | ||
delsol | toddc: Yeah, thats not helping. not sure why netplan got borked, but it won't apply. netplan try doesn't work either. | 19:36 |
leftyfb | delsol: the openvswitch error is benign and not the cause of any issues | 19:40 |
leftyfb | delsol: is this ubuntu server or desktop? | 19:40 |
delsol | server | 19:40 |
leftyfb | please pastebin your netplan file | 19:40 |
leftyfb | also, make sure you only have 1 file in /etc/netplan/ | 19:40 |
morgan-hp | question; can my graphics card support an HD monitor 1080p? I know how to do lshw but not what to look for or even if it has that info. HD laptop old Probook. | 19:40 |
oerheks | 'xrandr' would show all possible resolutions | 19:41 |
oerheks | * with monitor attached | 19:43 |
delsol | I figured it out..... netplan file had interfaces as ens18 and ens19 somehow they got renamed to enp6s18 and enp6s19 and thus.... weren't applying | 19:45 |
mutante | ironically they get renamed so that the names are "predictable".. afaik | 19:47 |
delsol | mutante: Yeah, i've got some live-USB stuff thats auto-renamed its way up to something like eth160 or some shit... | 20:01 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!