/srv/irclogs.ubuntu.com/2021/02/07/#ubuntu.txt

hendausDownload snap "gnome-3-28-1804" (145) from channel "stable" (unexpected EOF)00:11
hendauswhere can i download this snap ?00:11
vimartHi00:15
arooniso this is my partition setup for ubuntu 20.04;  i notice i'm running out out of space on /opt/  i regret separating paratitions like this as i have plenty of room on /home/ but running out of space on /.  what would you suggest to do at this point?  its a 500 gb samsung ssd.  i also have a 500gb internal platter drive i'm not really using for anything.01:08
aroonihttps://imgur.com/a/LjyEWBV01:08
arooniext4 formats01:09
leftyfb arooni boot to live usb, rsync everything to the home partition as a proper filesystem, delete the other partitions, resize home and fix the fstab01:12
leftyfbarooni: make backups first01:12
arooniwhich is the proper filesystem?01:14
aroonixfs?01:14
gambl0rehello?01:15
leftyfbI mean rsync the other partitions to their proper location on your home.01:15
gambl0rewhen i boot, it goes into grub. im trying to fix it by following this https://askubuntu.com/questions/232215/stuck-in-grub-rescue-mode01:16
gambl0rewhen i type "ls [partition]" i found one that returns /efi/boot01:17
leftyfbfor instance:  mkdir {/mnt/{opt,home} && sudo mount /dev/sda5 /mnt/home && sudo mount /dev/sda6 /mnt/opt && sudo rsync -av /mnt/opt/ /mnt/home/opt/01:17
arooniah so you're saying i can keep ext4 ; but make everything, root, swap, home all mount on the same partition?01:17
gambl0redoes that mean that is my linux partition?01:17
aroonioh i see; put it all in /home01:17
leftyfbarooni: the home partition, not within the /home directory on the home partition01:18
arooniwhen i'm done can i combine the /home partition with the separate root partition and merge the space?01:18
arooniah ok01:18
leftyfbarooni: the home partition is going to become root01:18
leftyfbarooni: make backups01:18
oerheksai, root is outside the extended part..01:18
arooniyes definitely; i have that 500gb drive internal and also a 2tb network drive i could borrow01:18
leftyfbarooni: make backups and prepare to reinstall from scratch01:19
aroonii suppose i should make two backups ; one on the internal drive and on on the usb drive01:19
aroonibefore i do anything else01:19
arooniwhats the best way to do the backup?  rsync?01:19
arooniand rsync say all of home and in a separate directory all of / ?01:20
aroonithanks for all the advice btw01:20
leftyfbarooni: also, your users home directory is probably on the root of the home partition. You'll want to sudo mkdir /mnt/home/home # and move your users home directory from /mnt/home/$USER to /mnt/home/home/$USER01:20
arooniits partition surgery01:21
arooni would a re-install work better?  or i could always resort to that if i'm a terrible surgeon?01:23
leftyfbarooni: been helping you for 12 years now :)01:24
leftyfbarooni: consolidating the partitions would be a good learning experience. But if you're not interested in that then yeah wiping and starting over will be a lot easier01:25
aroonii'm sorry that i still need the help ;P01:25
arooniwould you go with ext4 again?01:25
arooniassuming i did the reinstall route01:26
leftyfbyes01:26
oerheksno reason why not to trust ext401:26
leftyfbnope01:26
aroonioh theres the xfs thing; but i know nothing about it01:27
aroonii did some file system repair before with ext4; seemed to have the facility for it01:27
arooniwhat is my bigger error, picking separate mount points for root and home?01:28
aroonididn't that use to be accepted practice at some point?01:28
leftyfbit doesn't make a lot whole of sense to do these days01:28
oerheksxfs does have advantages, but not for a single user system.01:28
leftyfbjust use the whole drive, don't bother with manual partitioning01:29
aroonii don't remember what the rationale was for that decision01:30
arooniwhen you do the backup would you use rsync?01:31
leftyfbarooni: btw, your first request for help, as far as my logs go anyway: :Mar 31 00:28:47 <foob>help!  i have ubuntu ibex on my thinkpad t61.  when i restarted, the networkmanager applet is not visible and thus i don't know how i can connect to a wireless network.  any ideas?01:31
leftyfb200901:31
aroonihahahha you have a much better memory (and logs lol) than i do.01:31
arooniyou think i'd be an expert by now01:31
aroonii learn just enough to get by lol01:31
arooniand i'm still using a thinkpad, but now a souped up t420 that has a 500gb ssd, 12gb of ram, and an upgraded quad core processor.  it refuses to die01:32
aroonii would like a new lenovo soon but this keeps getting the job done01:32
aroonii appreciate all your help over the years very much01:33
aroonilinux can be challenging at times01:33
aroonikkky01:36
aroonioops ; typo :(01:36
=== zbenjamin_ is now known as zbenjamin
=== medium_cool is now known as medium_cool[away
arooniwhat anyone here use duplicati?  having trouble getting it working with dependencies02:43
=== de-facto_ is now known as de-facto
arooniok i think im getting it solved02:53
soy_el_pulpoHi all, I want to replace my old door intecom with a doorphone. I have a small pxb (grandstream) and an audiocodes mp-202 2fxs to connect an analog doorphone (2 wires). I managed to do the autodial inside the audiocodes but I need to nable some kind of autohangup when we hang up inside the house so the doorphone hangs up too. any ideas?03:42
tux-coolI am trying to set up NFS on a ubuntu server that is on an isolated LAN (by that I mean that is is not connected to the internet)03:49
soy_el_pulpotux-cool great, is there a question?03:57
soy_el_pulpo@tux-cool03:57
tux-coolI am trying to set up NFS on a ubuntu server that is on an isolated LAN (by that I mean that is is not connected to the internet)03:58
soy_el_pulpo@tux-cool ok03:58
tux-coolhow should I do that03:58
tux-coolthe server is not connected to the internet of security reasons03:58
soy_el_pulpointernet is not required to have an NFS server03:59
tux-coolhow should I install the required packages03:59
soy_el_pulpofor the setup can you connect the computer to the internet04:00
soy_el_pulpo?04:00
tux-coolThe computer in question can not be connected to the internet for security reasons.04:01
soy_el_pulpodo an installation at home, basic vanilla ubuntu04:01
tux-coolwhat do you mean04:02
soy_el_pulpothen do: sudo apt install nfs-kernel-server04:02
soy_el_pulpotake note of the packages installed04:02
tux-coolthe server already has ubuntu studio installed and has and never will connect to the internet04:02
soy_el_pulpothere should be only one.04:03
AscavasaionSurely you could dowload packages on another computer, move them to the server, or a location accessible to the server, and install them manually?04:03
soy_el_pulpoubuntu studio?04:03
soy_el_pulpoare you allowed to connect a usb drive to the server?04:03
tux-coolwhat are the dependencies of nfs-kernel-server04:03
tux-coolI am allowed to connect a usb drive to the server04:03
soy_el_pulpook, replicate your installation on another computer and validate if there is any dependency04:04
leftyfbsoy_el_pulpo: your question isn't an ubuntu support question04:04
soy_el_pulpoit's just the NFS kernel04:04
tux-coolok, so can I just download the package and put it onto a usb drive and use DPKG to install04:05
soy_el_pulpo@leftyfb sorry, I forgot to change the channel. my bad. Apologies04:05
soy_el_pulpoIt was intended for the asterisk channel04:05
soy_el_pulpo@tux-cool I don't see why you won't be able to do so04:09
tux-cool@soy_el_pulpo thank you for your help04:10
soy_el_pulpo;-)04:10
tux-coolI think that I now understand what to do04:10
jakelazaroffquestion: after starting up, running `sudo journalctl` returns "no journal files were found -- no entries --" until i restart systemd-journald. the latter seems to be running fine if i check the status, and there are log files being generated in /var/log/journal. i can also see logs being sent out via rsyslog, so i assume something's just preventing journald from processing them. running ubuntu 20.04.04:10
billybigriggerhow do i mount a raid0? i just installed a server 20.04 and selected raid0 at boot with 4 disks, i see mdstat showing the array is built at /dev/md004:11
jakelazaroffbeen searching around but to no avail :( is there anything else i can try?04:11
billybigriggerbut i get an error when trying to mount /dev/md0 /mnt/md004:11
billybigriggerwrong fs type, bad option, bad superblock on /dev/md004:12
soy_el_pulpo@billybigrigger try this: sudo mdadm --assemble --scan04:14
billybigriggersoy_el_pulpo no output is good output? lol04:16
billybigriggeri still can't mount after that command04:17
billybigriggermount | grep md shows nothing either so it's not already mounted04:17
soy_el_pulpocheck the status of the raid04:17
billybigriggerstate: clean04:18
billybigriggerdisks 0-3 are active....04:18
billybigriggerlisted as /dev/sda..b..c...d04:18
soy_el_pulpook04:18
billybigriggeri dunno what you want me to see, it's all the same04:18
soy_el_pulpothe uuid has not change?04:18
billybigriggerno04:18
soy_el_pulpowhy they stopped working?04:18
soy_el_pulpowhat changed?04:18
billybigriggerfresh install....then never STARTED working  lol04:18
soy_el_pulpoah ok04:19
billybigriggerthis was created from the installer btw04:19
soy_el_pulpook04:19
Lutinwhere is runsvdir-start usable for ?04:19
billybigriggerbut, all looks good to me, i dunno what's wrong, i haven't used ubuntu in ages04:19
billybigriggeractive devices: 404:19
billybigriggerworking devices: 404:19
soy_el_pulponew machines do weird stuff with the boot04:19
billybigriggerfailed devices: 004:19
soy_el_pulpobut you got the the rescue terminal of the installation?04:20
billybigriggerno i'm in the installed OS04:20
soy_el_pulpoit's just not finding the /boot04:20
billybigriggerno no, i'm not trying to do boot raid04:20
soy_el_pulpook. so the raid is for data?04:20
billybigriggerthe os boots fine04:20
billybigriggeryes correctt04:20
soy_el_pulpoyou have a functional system on another disk?04:21
billybigriggeryes04:21
soy_el_pulpoah ok04:21
billybigriggeri just can't mound /dev/md004:21
billybigriggers/mound/mount04:21
soy_el_pulpowell, destroy the raid and doi it by hand04:21
soy_el_pulpolol04:21
soy_el_pulpodo a parted o fdisk to check the device04:22
soy_el_pulpopartitioned and formated?04:23
soy_el_pulpothe block device exist as /dev/md004:23
soy_el_pulponeed to create a partition and that's what you mount04:24
=== Glassjoe is now known as Guest14602
=== Glassjoe_ is now known as Glassjoe
trupsalmstotal noob question, is it possible to run doh and dot and the same machine DOT https://www.linuxbabe.com/ubuntu/dns-over-tls-resolver-nginx & DOH https://www.linuxbabe.com/ubuntu/dns-over-https-doh-resolver-ubuntu-dnsdist04:33
JoeLlamamoo Glassjoe :)05:17
Glassjoe:o05:18
JoeLlamahave xubuntu 20.04 will install05:18
JoeLlamaö05:20
trupsalmstotal noob question, is it possible to run doh and dot and the same machine DOT https://www.linuxbabe.com/ubuntu/dns-over-tls-resolver-nginx & DOH https://www.linuxbabe.com/ubuntu/dns-over-https-doh-resolver-ubuntu-dnsdist05:50
billybigriggerwhats the defacto disk benchmarking util in linux/ubuntu?06:35
billybigriggeri want to test my raid0 performance06:35
me-sudoer-dentnei need some help with sssd06:42
me-sudoer-dentnehttps://bpa.st/M4SJC06:42
me-sudoer-dentnei have all the dependancies installed already06:42
pi0anyone here run lxd? how would i be able to configure a container behind a vpn06:44
me-sudoer-dentneis anyone online?06:48
guivercme-sudoer-dentne, I would check your sources.. the versions in your paste don't match a single release; hiruste & focal??07:08
me-sudoer-dentnegroovy07:09
me-sudoer-dentne20.1007:09
guivercokay, yeah i was wrong, they do match groovy; except for `sssd-common | 2.4.0-1ubuntu3     | hirsute `07:10
guivercgroovy should read `sssd-common | 2.3.1-3ubuntu3     | groovy-updates`  what do you see for `apt-cache policy ssd-common`07:12
me-sudoer-dentnek wait07:12
me-sudoer-dentnehttps://bpa.st/GJIOS07:13
guivercyou have manually installed packages from hirsute?  why?  hirsute is not groovy; thus your issue?  I'd remove the hirsute package(s) and use groovy ones07:17
me-sudoer-dentnewell i didnt07:18
guivercand of course `sudo apt -f install` to ensure you've caught them all07:18
me-sudoer-dentnei installed from kali-rolling07:18
guivercthe "Installed 2.4.0-1' matches the hirsute line I posted before.. it's not from a source in your paste (unless you edited it out),07:19
me-sudoer-dentnethen what should i do now exactly07:19
guivercsame thing..  remove all kali packages07:19
me-sudoer-dentneok07:20
me-sudoer-dentnethen?07:20
pi0i thought lxd already installed on ubuntu as stock07:20
me-sudoer-dentneguiverc: i removed them07:21
guivercI would check your system.. `ubuntu-security-status` for other packages that will create issues when you try to bump to hirsute... try and stick to official ubuntu packages unless you're willing to re-install often..07:21
guiverc`sudo apt -f install` should have no errors then07:21
me-sudoer-dentneok wait07:21
me-sudoer-dentneno it doesnt show any errors07:21
me-sudoer-dentnenow what do i do07:22
me-sudoer-dentneguiverc: please respond07:23
guivercif all unofficial packages are removed; installs from official sources should work again07:23
me-sudoer-dentneok07:23
me-sudoer-dentnebut how to det sssd working again07:23
me-sudoer-dentne?07:23
me-sudoer-dentneget*07:24
me-sudoer-dentneguiverc: and no i am not able to install sssd07:25
guivercif you provide a paste, me or others can look..07:27
Bashing-om!info sssd-common groovy | me-sudoer-dentne07:28
ubottume-sudoer-dentne: sssd-common (source: sssd): System Security Services Daemon -- common files. In component main, is extra. Version 2.3.1-3ubuntu3 (groovy), package size 1047 kB, installed size 5048 kB07:28
me-sudoer-dentnehttps://bpa.st/MP3BY07:28
guivercsssd-tools is another that matches hirsute, or likely your kali-rolling that you said you removed07:29
me-sudoer-dentneyup07:29
me-sudoer-dentnenow i am purging sssd07:29
me-sudoer-dentneand trying to reinstall07:29
me-sudoer-dentnelets see if that works07:29
guiverccontrast `sssd-tools | 2.3.1-3ubuntu3     | groovy-updates` and `sssd-tools | 2.4.0-1ubuntu3     | hirsute `  --- it's in your messages too!07:30
guivercit'll apply to all "Depends:" lines07:30
me-sudoer-dentnehow do i do it07:30
guivercinc. the "sssd-ad" in front of the "Depends:"07:30
guivercyou need to remove the kali-rolling packages you installed..07:31
me-sudoer-dentnei did07:31
me-sudoer-dentne193 packages removed07:32
guivercas I stated before, you could use `ubuntu-security-status --thirdparty` to get a list of all 3rd party you've added.. it may include other non-kali you've added too07:32
me-sudoer-dentneok wait07:32
me-sudoer-dentne1738 packages installed, of which:07:33
me-sudoer-dentneYou have no packages installed from a third party.07:33
guiverc:)   well done.. try to install again07:34
me-sudoer-dentneagain you have held broken packages07:34
guiverc`sudo apt -f install`07:34
me-sudoer-dentnedid07:34
me-sudoer-dentnethat is the result07:34
guivercany detail show (ie. paste results)07:35
me-sudoer-dentnehttps://bpa.st/ULXCC07:35
guiverc`apt-cache policy sssd-ad`  - i suspect that's still a kali package07:36
guivercditto the other lines that have "Depends:" issues07:36
me-sudoer-dentneidk07:36
me-sudoer-dentnewhat to do?07:36
guivercI tried to allude to them before, but you missed it sorry; i'm distracted with other things07:36
me-sudoer-dentneok07:36
guivercsssd-ad is likely kali-rolling, as is sssd-ipa, sssd-ldap etc...07:37
me-sudoer-dentneno it isnt07:37
guiverc`apt-cache policy sssd-ad` should show the ubuntu source for it.. what do you get?07:37
me-sudoer-dentneits there in groovy07:37
guivercokay sorry I misread your paste.. sorry07:37
me-sudoer-dentnehttps://bpa.st/PMNH207:38
guiverc`apt-cache policy libsss-idmap0`07:38
me-sudoer-dentneoh ok wait07:38
me-sudoer-dentnehttps://bpa.st/7Z7N407:38
guivercthat's a KALI-ROLLING or (hirsute like) source - note the INSTALLED version is higher than any line which applies to a in.archive.ubuntu.com source for your groovy07:39
me-sudoer-dentneya i realised that07:39
guivercit needs to be removed;; it's wanting the kali/hirsute (later) packages than are available for groovy07:39
me-sudoer-dentneso what do i do now?07:39
* guiverc gotta go sorry07:39
me-sudoer-dentnekk07:40
guivercthe libsss-idmap0 (kali package) needs to be removed07:41
=== spectrezh6 is now known as spectrezh
AndroidDAWhow does ubuntu protect against anomynous package upload10:58
lotuspsychjeelaborate a bit AndroidDAW what are you trying to do?10:59
AndroidDAWlike, how does ubuntu repo's ensure that a user cannot for example, upload a package that replaces another package created by another user?11:00
AndroidDAWfor example, if a user tries to upload a fake/malicious glibc package11:00
lotuspsychjeAndroidDAW: you could start the topic in #ubuntu-discuss if you like, and/or talk to the #ubuntu-mirrors & #ubuntu-release crew too11:07
AndroidDAWok11:07
AndroidDAWas im thinking of creating my own repository that users can upload to, specifically for packages that are usable by my application11:07
agvantiboRegular users don't have permissions to just take and upload stuff to the universe/multiverse repos.11:08
lotuspsychjeAndroidDAW: personal use or would you like to contribute to ubuntu?11:08
AndroidDAWpersonal11:09
lotuspsychjekk11:09
agvantiboAnd user repos (PPA) have to be set to override those explicitly. If you're doing this, you'll probably make sure that the repo is good11:10
agvantiboAnd if we're talking about devs uploading virus/spyware stuff, that's what Microsoft does, not canonical11:11
AndroidDAWhow easy is it for a newbie to create a ubuntu .deb package from scratch?11:31
AndroidDAWhow easy is it to create a .deb package from scratch? *11:32
lotuspsychjeyou were in the right channel in #ubuntu-discuss AndroidDAW11:33
AndroidDAWoof11:33
bibblepi0: seems lxd vpn is just like normal. The kernel could be old though so this shows a way around it https://d.sb/2019/07/wireguard-on-openvz-lxc11:41
simonl_.11:54
=== Critter is now known as handlebar
fradwhat command - app can I use to trim a flac file? I know there mkvtoolnix to trim mkv and mp4 files, but flac is audio12:10
ThinkT510frad: audacity is nice for audio editing12:13
fradThinkT510, audacity will give me a huge file, 2.5x times the original size12:13
fradI was hoping for something like mkvtoonix, which simply cuts the file12:14
fradno size increase12:14
fradcuetools?12:14
fradhttps://danilodellaquila.com/en/blog/how-to-split-an-audio-flac-file-using-ubuntu-linux12:14
fradthatwon't work12:20
bibblefrad: ffmpeg can cut flac without changing filesize ? Just set codec to copy.12:24
ThinkT510frad: maybe you just need to tweak the quality output settings in audacity12:24
=== semeion is now known as mnemonic
fradbibble, are you asking me or informing me?12:28
bibbleAsking. Should definitely just slice away as you want then. No recoding etc.12:30
bibbleffmpeg -i song.flac -ss 00:12:34 -t 60 -c copy 1min.flac12:32
BluesKajHowdy folks12:57
lepricatedgood morning12:57
fradbibble, so, ss means starting cuepoint and t is the ending point?13:04
fradnot cue13:04
fradjust point13:04
bibbleYeah, start time the how many seconds duration. Can also do milliseconds: 60.313:09
CrazyLikeAFoxcan I just dd the drive I'm booted from onto another drive, or would it be best to boot from live media instead?13:14
fradbibble, if I trim files with both mkvtoolnix and ffmpeg, sometimes the resulting file will show as being, say 00:05:35, but play until 00:05:01. The file stops at 05:01, but those extra 4 seconds still appear in the media player. Why?13:15
lotuspsychjeCrazyLikeAFox: best not clone a hd/ssd in curent use13:15
CrazyLikeAFoxlotuspsychje: fair enough, I intend to switch to using the desitination drive as the main one13:16
lotuspsychjeCrazyLikeAFox: best to clone them both passive13:17
welldonewhy the ubuntu installer installs both the system / and /home on the same partition? this is painful in case of re-installation to the system, any thoughts on that??13:17
bibbleNot sure frad . ffmpeg probably has an option to cut by keyframe instead of real chop. Maybe something like that.13:17
CrazyLikeAFoxYeah, I'll just pop a live dvd in13:17
EriC^^welldone: simpler for average linux user i guess13:19
welldoneEriC^^ but ubuntu is used by average users as well as pro users and the issue is that you can't have disk encryption by installer if you used "custom" installation method unless you made that modification manually using the CLI13:35
welldonewhich is painful too13:35
bibblewelldone: is it the same for both server and desktop edition ? Guess it makes sense as default desktop because of the average user installing apps that can add a lot of data in system. But server definitely better being separate for stability.13:43
EriC^^welldone: yeah, that's an issue13:44
lanoxxIf I go to packages.debian.org and search for a package, where can I see the component that the package is in, like main or contrib?13:56
lanoxxhmm, it seems this can be seen at https://tracker.debian.org/pkg/opencv but not directly on packages.debian.org14:06
krytarikThis ain't #debian though..14:07
isapgswellhi14:28
isapgswellavoid first POST with proprietary technology, permit only minimal first boot some linux liveusb14:30
isapgswellwhen i buy my dell g7 i disabled all from intel capable technology, and dell14:31
isapgswellin some cases this disable intel mei and persist after reinstall14:31
isapgswellwhen you buy a new notebook do that14:32
isapgswellput fastboot minimal14:32
isapgswelldisable hyperthread, turboboost14:33
miss_shodan*cough*15:04
miss_shodansnap is evil.15:04
leftyfbmiss_shodan: this is a support channel. Is there something we can help you with?15:06
miss_shodanYeah, snap is evil. It's a ploy to deploy javascript, anadroid OS and so on, so Google wannabes would use it for evil.15:07
miss_shodanWhoever pitched the idea*15:07
leftyfbmiss_shodan: this is a support channel. Not a place to rant. Please go to #ubuntu-offtopic or file bugs15:08
sylarioMy Ubuntu VM (18.04) just booted with a tty console instead of a desktop15:33
sylarioI reinstalled ubuntu dsesktop, now my desktop is purple, and that's it15:33
sylarionothing else15:33
=== SysGh_st is now known as SysGhast
trupsalmsnginx is back at default, dnsdist https://pastebin.com/h6qn9DgT and haproxy https://pastebin.com/JKbRb3kf16:54
trupsalmsbefore changing ngnix back to default, i would receive unable to parse the request16:55
sylarioOk so I upgraded my ubuntu to 20.04 and it kernelm panic, I can go into recovery mode with network and an older kernel. How do I fix the newer kernel?17:04
bipptCould someone confirm for me that the yaru cursor theme is a black pointer and a white hand? ...I've been playing around with my themes and just want to make sure I didnt mess up the pointer.17:05
ThinkT510sylario: you'll need to find out what caused the panic17:05
sylarioUpgrading from 18.04 to 20.0417:06
sylario kernel panic not syncing vfs unable to mount root fs on unknown-block 0 017:06
bipptI've tried searching for images on ddg but couldn't come up with anything substantive17:07
leftyfbsylario: apt-cache policy linux-generic-hwe-20.04  # do you have this installed?17:08
aroonirunning a backup for an eventual re-install; does rsync -gloptrunc $srcdir $dstdir ;  work for backing up things like /hom/ /var/ etc?17:08
aroonifound that from https://serverfault.com/questions/25329/using-rsync-to-backup-to-an-external-drive17:08
aroonifound an extra hard drive alread formatted with ext4 so will be using that so as to maintain file flags/permissions etc and using a ntfs usb drive with duplicati as an additional backup17:09
leftyfbarooni: rsync -av $srd $dst17:10
leftyfbarooni: do not just restore /etc/ after you rebuild. Pick and choose as needed17:10
sylarioleftyfb : I have done a apt-get install --reinstall linux-image-generic linux-image , as soon as it's over i'll check your command17:11
sylariobtw, I am using virtualbox17:11
leftyfbsylario: you should really just install the hwe kernel package I mentioned if it's not already17:11
leftyfbsylario: that is information you really need to provide17:11
aroonithanks leftyfb17:11
oerheksupgrading a vm from 18 to 20 ..17:12
sylarioIt cannot find linux-hwe-20.0417:12
leftyfbsylario: you probably want the linux-image-virtual-hwe-18.04 package then17:12
leftyfbsylario: linux-hwe-20.04 is not a package name17:12
sylariooerheks: I am not very skilled in Linux, can you elaborate.17:12
sylario?17:12
fantodsYo, I'm having an odd issue with bluetooth controllers and pairing a bluetooth headset. It's a bit complicated because I have both a built-in bluetooth controller on my mobo and a USB controller and I dual boot windows 10 and Ubuntu. Whenever a boot into the other OS, I have to re-pair and it hasn't been working at all with Ubuntu recently.17:13
leftyfbsylario: if you're running Ubuntu 20.04 within virtualbox, then you probably want to install the linux-image-virtual-hwe-18.04 package17:13
aroonido i want to be rsync with; "rsync -av /home/ /otherplace/" or "rsync -av /home /otherplace/"17:14
aroonior does that not matter17:14
leftyfbarooni: do not put those quotes17:15
sylarioI do not understand, cat /etc/issue show 20.04.2 LTS17:15
aroonioh i wasnt going to use qutoes17:15
aroonijust was trying to give two different command examples17:15
arooniif the trailing / mattered or not17:15
leftyfbsylario: sorry, my fault linux-headers-virtual-hwe-20.04 is the package name17:15
sylariooerheks: why is it bad to update 18 to 20 in a VM ?17:16
leftyfbarooni: to make your life easier, always plan on using the trailing slash and make sure it's doing what you want17:16
leftyfbsylario: it's not bad17:16
leftyfbsylario: but it probably makes sense to have the hwe kernel installed before and after the upgrade17:17
aroonileftyfb: what can happen if i dont use the trailing slash?17:17
arooniit backs up more than whats asked for?17:17
leftyfbarooni: https://stackoverflow.com/a/3127846217:17
LiveWirethat was just the dnsmasq fix from what I saw on the changelogs17:19
sylarioleftyfb: thw, it boot now !17:19
leftyfbLiveWire: ?17:19
sylarioAlso my initial problem was a blank purple screen after login and 20.04 fixed that17:19
sylarioand postgres,ruby,nginx and unicorn works as intended, so thx again17:22
LiveWireleftfb: sorry, wrong channel (router crap)17:32
=== Napsterbater is now known as Guest96111
=== Napsterbater_ is now known as Napsterbater
=== medium_cool is now known as medium_cool[away
=== medium_cool[away is now known as medium_cool
=== medium_cool is now known as medium_cool[away
rneesehey guys18:47
lotuspsychjewelcome rneese18:47
rneesehas anyone seen an thought about porting / packaging leftwm for ubuuntu18:48
=== medium_cool[away is now known as medium_cool
rneesehttps://leftwm.org/18:51
=== medium_cool is now known as medium_cool[away
=== medium_cool[away is now known as medium_cool
garttTigerVNC works fine for creating a new session for the client logging in, but is there any recommended VNC server for ubuntu that connects to a currently-running desktop session? For example, I'm on the physical box, I launch Firefox. I then go to another machine, VNC, and use that same Firefox instance19:41
ruediiRequiring registration to join the problem instead of to speak is a real problem.  It keeps the channel from connecting on startup while Nickserv is still processing the login.19:45
ruediiWho would I contact to get it changed to voice requires a registered login status from join?19:47
InZaneGamer84Ahoy!19:48
krytarikruedii: https://freenode.net/kb/answer/sasl - just set your client to use this.19:48
InZaneGamer84ruedii, or even better. Forget that annoying SASL configuration and use KiwiIRC @ https://kiwiirc.com19:49
InZaneGamer84krytarik, Didn't FreeNode suffer a massive hack/attack several years back that made them blacklist ip's and use SASL? What was the source of all this madness? Why is FreeNode 'dead' now? There's no activity in the channels that use to be lively....19:51
Maik!discuss | InZaneGamer8419:52
ubottuInZaneGamer84: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks!19:52
InZaneGamer84Maik, thanks!19:52
Maiksame for ruedii19:53
Maikruedii: you could also ask in #freenode19:53
furicleI'm trying to install Ubuntu Server from the 20.04.2 iso.   It boots into a series of info about cloud-init, then stops.  The 'installer19:54
furicleI'm trying to install Ubuntu Server from the 20.04.2 iso.   It boots into a series of info about cloud-init, then stops.  The 'installer' never starts.  What am I missing?19:55
furicleThere is no session on TTY1 (or 2,3 etc) although there's a glimmer like one is trying to start then goes away?19:56
furicleI've tried two different computers, and two different images (04.1 and 04.2)19:56
furicleI'm doing something wrong I think?19:56
Maikhttps://ubuntu.com/tutorials/install-ubuntu-server#1-overview19:56
Maikfuricle: maybe the guide has some answers, if not try asking in #ubuntu-server19:57
furicleI've read that -  it says, and I quote "After a few moments, you should see messages like those shown below on the screen…19:57
furicle"19:57
ruediikrytarik, I didn't know that SASL was supported on Freenode.  When I first used freenode they didn't support it.  (Long time ago.)19:57
furicleAnd I did try ubuntu-server the other day, no one responded..19:57
ruediikrytarik, thanks.19:58
furicleBut I can try again.19:58
Maikfuricle: otherwise try asking on the forums or askbuntu19:58
oerheksdid you check the iso?20:00
oerheks!md5sum20:00
ubottuTo verify your Ubuntu ISO image (or other files for which a checksum is provided), see https://ubuntu.com/tutorials/how-to-verify-ubuntu20:00
MaikSHA256 is used these days iirc20:00
oerheksand maybe some hardware specs, legacy mbr or UEFI20:02
furicleI tried it first on an (ancient) Q6600 desktop with 8 gig of ram (BIOS, blank drive)20:08
furicleWhen that didn't work I tried it on my daily driver laptop - 16G, UEFI Lenovo P series.   The two have nothing in common, and neither works.20:08
InZaneGamer84furicle, have you verified the ISO?20:10
furicleYes, the checksums match.20:10
InZaneGamer84furicle, what exactly is it doing again?20:18
InZaneGamer84furicle, what kinda GPU?20:18
InZaneGamer84furicle, network card? type?20:18
InZaneGamer84post hardware specs20:19
MaikInZaneGamer84: he's in #ubuntu-server now. Discussing it in two channels at a time is a bit overkill.20:21
InZaneGamer84Maik oh ok. I curious, gonna listen in20:22
rneeseOF: graph: no port node found in /i2c@ff3d0000/typec-portc@2220:30
gazbyFollowup from a couple of weeks ago: I gave up trying to have multiple ESPs and stop grub from messing up the efi boot entries. I have one disk with an ESP and if it happens to be the one that fails _knock on wood_ I'll have to use a bootable drive or something. Kept all the /boot and whatnot though, so will just be a couple of commands in grub to boot from either of them.20:34
JivanPalgazby: What's the situation? Multiple drives?20:42
gazbyYeah a raid-1 and I wanted to boot from either drive. Got a bunch of suggestions from here but nothing worked nicely (mostly around the boot menu becoming a total mess), so I gave up :(20:43
JivanPalHardware RAID controller or software RAID?20:44
gazbySoftware20:44
JivanPalThat makes thing difficult... Running multiple OS's, or just Ubuntu?20:45
semitonesI'm trying to find a copy of the ubuntu drums sound20:46
semitonesall i can find are posts asking how to disable it :(20:47
semitonescan someone send me their "/usr/share/sounds/ubuntu/stereo/system-ready.ogg"20:48
gazbyJivanPal: Just Ubuntu20:48
semitonesactually I think it is /usr/share/sounds/ubuntu/stereo/desktop-login.ogg that I need?20:53
kostkonsemitones, you could try   apt-get source ubuntu-sounds20:58
stravHi! Was wondering if anyone with knowledge of EFI + grub could provide some help regarding grub reinstallation via chroot? (not entirely sure but it seems I installed new dell firmware on my laptop and it seems to have screwed the bootloader). Found fairly simple instructions online but I'm not quite sure about what needs to be mounted where in my particular setup.21:27
JivanPalHello! You have Ubuntu installed, but can't boot from it?21:28
oerhekshttps://help.ubuntu.com/community/Grub2/Installing#Reinstalling_GRUB_221:28
stravGetting: no bootable drive found message when powering up. The drive seems fine. I booted from an external HD, can see my drive and partitions. I actually mounted the system partition and what I thought to be the efi one but then, got an error while doing grub-install. Came here so that I don't screw it further (I use this computer for work).21:29
JivanPalSince you have EFI, there's probably an entry in the EFI boot menu. Does pressing F12 on boot show an Ubuntu option?21:30
stravNope, under uedi boot I have: linux firmware updater and Windows Boot Manager.21:31
strav*uefi21:31
JivanPalOkay — what OS are you booting externally?21:31
stravkde neon21:31
strav(the target computer is running plain ubuntu)21:31
oerheksthere is also bootrepair21:32
oerheks!bootrepair21:32
ubottuBoot-Repair is a simple tool to repair frequent boot issues you may encounter in Ubuntu. See https://help.ubuntu.com/community/Boot-Repair for more info.21:32
JivanPalIn KDE, can you mount the EFI system partition of the internal drive?21:32
JivanPalIt's probably /dev/sda121:32
stravoerheks: I tried boot repair but it didn't offered the option to actually repair the boot.21:32
oerheksnot sure why a uefi bios upgrade would affect the efi partition21:32
oerheks<strav> Getting: no bootable drive found message when powering up.21:33
stravJivanPal: I think I did it last time. (After that I ran grub-install and got the error (it failed to find the EFI folder).21:33
JivanPaloerheks: Just checking whether the `ubuntu` dir is still on the ESP or not; if not, we can use grub-install, but if it is there still, then we can use efibootmgr to add an entry to the boot menu21:33
strav(just a sec, I'll boot with the external drive again)21:33
oerheksmaybe boot is set to the wrong disk?21:34
JivanPaloerheks: strav says that the machine is only showing Windows and Linux firmware updater options21:34
JivanPalstrav: do you actually have Windows installed on the internal drive?21:34
stravJivanPal: no. My suspicion is that the dell firmware upgrade I ran actually install windows mbr of messed with my boot partition somehow21:35
JivanPalIt sounds like the Dell firmware assumes you have their OEM setup, i.e. Windows and nothing else, and that it's reset the EFI entries, detecting the `ubuntu` dir on the ESP, and added a default "Linux firmware updater" entry for that which doesn't actually do what it needs to21:36
JivanPalAnyway, once you're in KDE, mount the EFI System Partition (probably /dev/sda1), and see what's in the `EFI` folder21:37
stravJivanPal: yep this is pretty close to how I assumed21:37
oerhekscontact dell?21:37
stravJivanPal: yep on route to do just that.21:37
stravoerheks: I contacted them, they bailed on me the moment I said it was for linux21:38
stravJivanPal: gparted sees my /dev/nvme0n1p1 with name: EFI system partition, file system: fat32 flags: boot, esp.21:40
JivanPalIf you're confident that nvme0 is the internal drive, then that's gotta be the right partition21:40
stravJivanPal: yes I am pretty sure it is.21:41
stravI have two other partitions on the internal drive: the main system (luks encrypted) and another ext4 where, I believe the kernel images are stored.21:41
strav(trying to mount the encrypted partition and then will mount the EFI)21:41
JivanPalWe don't need to worry about the LUKS partition, the other two concern us, mainly the ESP right now21:43
stravJivanPal: ok. (sorry was busying with mounting the luks (done))21:46
JivanPalNo worries21:46
stravjust mounted the EFI/esp partition21:47
stravit has a EFI folder and a grub folder at root (not sure the gurb is there from my previous failed attempt of grub-install)21:48
stravEFI has: BOOT, Dell and ubuntu21:48
JivanPalWonderful, ubuntu is there. Go ahead and delete the grub folder at the root of the ESP, we don't need that21:49
stravdone21:49
JivanPalI assume /dev/nvme0n1p2 is your unencrypted EXT4 partition? Have you mounted that?21:50
stravMy encrypted system partition is nvme0n1p3, I mounted it at /mnt21:50
JivanPalUnencrypted :-)21:51
stravyes21:51
JivanPalGreat, what's in that unencrypted partition? I assume it has a `grub` or `boot/grub` folder?21:51
stravYes I just mounted it as well (/dev/nvme0n1p2) it has a bunch of initrd.img[...] files efi and grub folders21:53
stravefi is empty21:53
JivanPalGreat, that's got your kernel images. The empty `efi` folder is where the ESP is normally mounted21:53
strav(grub has some grub related stuff in it)21:53
stravNice! this is what I was trying to figure out when doing the chroot method.21:54
JivanPalCan you do `sudo efibootmgr -v` and pastebin.com the output?21:54
stravso I guess I mount system at /mnt, then mount this partition (p2) at /mnt/boot and then the ESP (p1) at /mnt/boot/efi?21:55
JivanPalYou don't need to do any manual mounting — we just need to add an EFI boot entry that specifies where the EFISTUB loader is (it's on the ESP in the ubuntu dir)21:55
JivanPalThe when you reboot, UEFI will load the EFISTUB loader, which in turn will be able to read the EXT4 partition and boot21:55
stravok21:57
JivanPalSorry, let me correct that explanation since you're using GRUB, not EFISTUB. We'll add an EFI entry specifying where `grubx64.efi` is (in that ubuntu dir), so that on boot, the UEFI can load GRUB21:58
JivanPalAnyway, let's see the output of `sudo efibootmgr -v` — take your time :-)21:58
stravhttps://pastebin.com/nHNRUXRG21:59
JivanPalI'll be AFK for about 10 minutes21:59
ltis there any mirror to download ubuntu 20 32bit?22:07
jeremy31lt: there isn't a 32 bit version22:07
monacolt: as I know there is not supported anymore 32bit architecture but you can use this https://ubuntu-mate.org/download/i386/ it still exists and it's perfect for old devices22:08
oerheks522:08
oerheksStandard Ubuntu flavour has dropped 32-bit installer for the 18.04 release aka Bionic Beaver (actually since the 17.10 release), but rest of the Ubuntu flavours still support 32-bit systems.22:08
oerhekshttps://askubuntu.com/a/112740922:09
ltsame with version 18?22:10
oerheksor the mini iso..22:10
oerhekshttps://help.ubuntu.com/community/Installation/MinimalCD22:11
oerheks32 bit, you will have trouble finding a browser, like firefox22:15
oerheks* as snap22:15
Vhosthi22:16
stravJivanPal: search for it a bit, so we'll be using something in the likes of: efibootmgr -c -d /dev/sda -p 7 -L <label> -l \EFI\<label>\grubx64.efi ? (where <label> would be ubuntu and /dev/sda be replaced with /dev/nvme0)?22:18
JivanPalstrav: I'm back now22:18
JivanPalHaha, good timing22:18
JivanPalYup, basically, I was just about to give you the exact command22:19
strav(please go ahead, some options there I have no clue about)22:19
JivanPalsudo efibootmgr -c -d /dev/nvme0 -p 2 -L ubuntu --loader '\EFI\ubuntu\grubx64.efi'22:20
Vhostneed help https://paste.ubuntu.com/p/MTXCqDXwPH/22:20
JivanPalSorry, -p 1, not -p 222:21
JivanPalsudo efibootmgr -c -d /dev/nvme0 -p 1 -L ubuntu --loader '\EFI\ubuntu\grubx64.efi'22:21
JivanPal-c is --create22:22
JivanPal-d is --disk22:22
JivanPal-p is --partition22:22
JivanPal-L is --label, which will appear in the EFI boot menu22:22
JivanPal-l (lowercase L) is --loader, which is the EFI program you want to run22:22
stravexcellent, I was about to ask if -p was the partition number22:22
JivanPalLet's see output of `sudo efibootmgr -v` again afterwards so that we can check the entry and set your boot order properly22:22
stravSo worst thing that can happen with this command is that I create a faulty efi entry (which can be deleted afterwards), right?22:23
JivanPalIndeed22:23
oerheks!find libtls22:23
ubottuFound: libtlsh-dev, libtlsh0, W:, W:, W:, W:, W:, W:, W:, W: (and 11896 others) http://packages.ubuntu.com/search?keywords=libtls&searchon=names&suite=focal&section=all22:23
stravok running it22:23
oerheksVhost, what are you building?22:24
stravJivanPal: the command confusingly returned: Could not prepare Boot variable: Success22:24
Vhostoerheks https://git.causal.agency/catgirl/about/22:25
strav(checking efibootmgr -v at this moment)22:25
JivanPalNever seen that before, it may be that the language your Dell's EFI speaks is nonstandard. Usually, there is no output on success22:25
stravJivanPal: efibootmgr -v seems to output the same entries as before.22:26
JivanPalRight, probably means that efibootmgr can't talk to the EFI chip, or that the EFI protocol your Dell now speaks (probably by virtue of the firmware upgrade, since your setup was working before) is proprietary and unsupported by efibootmgr22:27
JivanPalby "can't talk to", I mean "the hardware isn't permitting it to talk to"22:28
jeremy31strav: you do still have Windows installed?22:28
stravjeremy31: never had22:28
JivanPalDoesn't seem anywhere near as likely as the latter scenario, though22:28
JivanPalIf a firmware downgrade is possible, looks like you'll need to go down that route22:29
JivanPalWhat's the machine's model number?22:29
JivanPalDell may support Linux on it, you'll just need to get through to the right person22:29
jeremy31strav: the efibootmgr output showed a Windows entry22:29
JivanPalWhatever Dell support you said you spoke to earlier probably just isn't qualified for Linux support22:29
stravhmmm Wondering if there might be an option in the bios to do the equivalent of the efibootmgr command?22:29
strav(precision 5540)22:29
JivanPalstrav: almost certainly not. If you had Windows, you could use its BOOTCFG command, which would almost certainly work22:30
JivanPalDoesn't hurt to have a look though, I suppose22:30
JivanPaljeremy31: we suspect that entry ended up there because of the Dell UEFI/firmware upgrade which caused the problem in the first place22:31
oerheksVhost, provided by LibreTLS (for OpenSSL) or by LibreSSL .. i have no clue why it needs such dependencies, those are not in our repositories.22:31
stravJivanPal: They also have some kind of support assist for os recovery, maybe there is an option in there.22:31
stravJivanPal: also, you think it might be worth it to try to install a new version of efibootmgr on my kde neon disk?22:32
JivanPalYou should definitely get Ubuntu tech support from Dell for the Precision line22:32
JivanPalThey have OEM Ubuntu images if you wish to use those22:33
JivanPalPerhaps they have better support, but that's really just a wild hope from me22:33
jeremy31Dell might have something in BIOS/UEFI to add a trusted EFI file22:33
JivanPalhttps://www.dell.com/support/home/en-us/drivers/osiso/linux22:33
JivanPalstrav: re efibootmgr update, it's worth a shot, but it should likely only depend on the efi drivers on your system22:34
JivanPalPerhaps an apt upgrade will give you newer drivers as well and then efibootmgr will magically work, but I doubt it22:34
JivanPalWe can definitely get into Ubuntu via whatever method you used to boot KDE Neon, though, so you could try that22:35
stravJivanPal: ok, trying the package upgrade for efibootmgr then I'll reboot in bios to see if there is any option there.22:35
JivanPalI assume you chose external drive in the boot menu and then it launched GRUB from the external drive or something?22:35
stravJivanPal: yes22:35
JivanPalWell, if no luck with efibootmgr or BIOS/UEFI options, then we can use the GRUB command line22:36
JivanPalThat will definitely work, unless you're cursed22:36
strav: )22:37
JivanPalUltimately, if you can't get efibootmgr to work (e.g. by downgrading the firmware or getting Dell to tell you how to fix it), you'll either have to use an USB drive to bootstrap like we might need to now with the external GRUB, or enable CSM and use MBR rather than GPT.22:42
stravtried the full system upgrade, no success. Rebooting in bios22:43
JivanPalIf you end up in that situation, it may be worth contacting Rod Smith <rodsmith@rodsbooks.com>, he's the expert on these matters and so might have an alternative solution22:43
JivanPalHe also hangs around on StackExchange / Ask Ubuntu, so if you ask a question about this situation there, you might a good answer from him or someone else22:44
stravOk in the bios, I see a section for boot sequence where it lists linux firmware updater and windows boot manager. I have also the option to add another boot option there.22:45
JivanPalAh, wow, lovely!22:45
JivanPalHopefully that lets us do what we need22:46
jeremy31See if you can get it to efi/ubuntu/22:46
JivanPalIf you can select the grubx64.efi file in EFI/ubuntu, then you're good to go22:46
stravCan defined a boot option name, then there is a file system list (seems read only) with a bunch of specs: PCIRoot(0x0)/Pci(0x1D), etc. Below that I can browse for a file name...22:47
strav(there I can browse to \EFI\ubuntu\grubx64.efi)22:48
JivanPalWonderful, choose that, use "ubuntu" as the boot option name, and save, then you should be good after moving that new "ubuntu" item to the top of the list, or rebooting, pressing F12, and choosing "ubuntu"22:48
stravJust added it and made it first priority in the boot order. Fingers crossed.22:49
stravoh yeah.22:49
stravsuccess22:50
JivanPalWahey!22:50
Bashing-om!cookie | JivanPal22:50
ubottuJivanPal: Wow! You're such a great helper, you deserve a cookie!22:50
JivanPalHahaha, when did the cookie thing get introduced?22:51
jeremy31They are oatmeal raisin cookies22:51
JivanPalI haven't been on IRC regularly in like 7 years, this is news to me xD22:51
JivanPalCan always do with more fibre, cheers22:51
stravThx so much JivanPal. The explanations you gave really helped.22:52
JivanPalNo prob, happy to help :-)22:52
strav(I almost feel like I somehow have a glimpse of knowing what I just did ;)22:52
JivanPalHaha22:52
JivanPalHere's some good reading if you want to know more: https://www.happyassassin.net/posts/2014/01/25/uefi-boot-how-does-that-actually-work-then/22:53
stravHave an excellent evening. (I wish there was a "buy some pal a beer around the world" app somewhere).22:53
JivanPalBookmarked that a few years ago22:53
JivanPalAm I allowed to plug my PayPal? xD22:53
stravYea, it is not the first time I lose the bootloader on linux (but the first time I deal with EFI).22:54
stravJivanPal: sure!22:54
jeremy31JivanPal: no paypal links22:54
=== mnemonic is now known as Guest27872
=== medium_cool is now known as medium_cool[away
coffeeroasterSilly quetsion: Desktop shortcut stopped working. Any tips to fix?23:12
oerheksdoes the target exist? does it already run? check the logs or dmesg/jounalctrl23:14
coffeeroasteroerheks: yep target exists. Other shortcuts allow "Allow Launching" when you right click. This one stopped having that option.23:19
JivanPalSounds like the target lost execute permissions. What is the output of `ls -l` on the target path?23:20
tripelb20.04 I've had two different browsers do the same thing so I know it's an Ubuntu problem. I'm pretty sure there's a keystroke to get me out of it.-- I get a window that's big and has no window controls at the top. There's no top line and the window fills the entire screen and the escape key does not get me out of it. This happened in Firefox and in23:21
tripelb chrome so it's clearly not a problem with an app / program. I appreciate any help23:21
coffeeroasterJivanPal: 75523:22
JivanPalcoffeeroaster: Beats me, then, sorry23:22
JivanPaltripelb: Is the window just bigger than the screen and you need to be able to drag to move it, or is the window decoration (the bit with the close button etc.) just missing completely?23:23
Peppihello23:37
InZaneGamer84hiya!23:37
Peppitrying to get my network card working on an old laptop: HP pavilion dv423:38
InZaneGamer84ok which issues do you wanna address first?23:39
InZaneGamer84the network or gpu?23:39
Peppinetwork... the gpu is working fine... I assume you are talking to me InZaneGamer8423:39
InZaneGamer84Peppi indeed23:40
InZaneGamer84terminal output of nic hardware?23:40
PeppiI had it working at one point but every time I shutdown the machine it would revert back to losing networking23:40
PeppiI want to solve it once and for all23:40
InZaneGamer84sounds like you need to blacklist the module23:41
PeppiI have a realtek-r8101 I think23:41
Peppiactually how do I find out the network hardare I have?23:42
Peppito be sure?23:42
InZaneGamer84ok give me a min to look up some stuff23:42
Peppilol doing the same thing23:43
jeremy31Peppi: in terminal>  lspci -nnk | grep -iA3 net23:43
InZaneGamer84mhwd --pci23:43
InZaneGamer84or that ^23:43
InZaneGamer84whoops wrong channel23:44
Peppijeremy31, & InZaneGamer84 ya so RTL810xE23:46
Peppihttps://askubuntu.com/questions/1195475/ethernet-controllers-not-working-realtek-rtl810xe-realtek-rtl811123:49
Peppiso how do I go about uninstalling the r8101 and the r8168-dkms driver?23:51
oerhekslast answer points to https://github.com/ghostrider-reborn/realtek-r8101-linux-driver23:54
=== cree is now known as handlebar

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