/srv/irclogs.ubuntu.com/2021/01/21/#ubuntu.txt

tomreynthese common nvidia graphics chipsets depend on proprietary drivers. And while Canonical has improved support by integrating those drivers into desktop installers, they don't get loaded by the installers themselves, so they depend on nouveau's rather limited support (for lack of documentation, and support by nvidia for a proper open source driver).00:01
=== Sven_vB_ is now known as Sven_vB
Sven_vBwhat's the best way in focal to run a script whenever a certain bluetooth device connects? do we have something like btupdown?00:03
sarnoldSven_vB: if you've got the device handy, try running udevadm monitor, then connect / disconnect the device and see if you get udev alerts00:04
sarnolds/alerts/events/00:04
Sven_vBwill do, thanks!00:04
Sven_vBthat's odd. it registers as a USB event. probably because the antenna is connected via USB.00:05
user217_Sven_vB, btmon  ?00:06
Sven_vBoh nice idea.00:07
Sven_vBseems it needs root though.00:07
Sven_vBbluemon-client looks good00:09
ExcessiveAggroEvening00:11
bobdobbsTo anyone who has been following my questions: my issue seems to be gone after updating mysqld from the default version that comes withe 20.04 repo ( mariadb version 10.3 ) to 10.05. I used maria's own repo.00:31
sarnoldnice00:32
Sven_vBfrom its man page, bluemon-client sounds like it's exactly what I want. but how does it work? my attempts so far: http://paste.debian.net/plainh/4aaea56800:38
Sven_vB(Bluemon client version 1.4 on Ubuntu focal)00:38
sarnold$ BT_ID='80:xx:xx:xx:xx:xx'00:39
sarnold$ bluemon-client --verbose --btid="$BTID" --upcmd='echo hi' --downcmd='echo cu'00:39
sarnoldnote the underscore00:40
Sven_vBwhoops00:40
sarnold--verbose-b also looks kinda funny00:41
Sven_vByeah that mistake came from editing00:41
Sven_vBhowever, same silence for bluemon-client --verbose -b 80:...:BC -u 'echo hi' -d 'echo cu'00:42
sarnolddang00:42
Sven_vBconsidering the bogus complaints about argument syntax, I guess it might be somewhat buggy still.00:44
gartt Using safe graphics mode, I was able to install ubuntu. However, upon the rebooting after successful installation, I get lines through the Lenovo splash screen. I'm guessing this is due to my Nvidia P620 graphics card. Is there a way I can install drivers for it immediately after installation or a way to boot the new installation in safe graphics mode?01:06
sarnold\o/01:06
sarnoldonce booted, 'ubuntu-drivers install' should probably do the right thing01:07
sarnoldI'm not sure if the 'rescue mode' boot menu entry will get you past boot, but it seems plausible01:08
garttsarnold: Ah, but for proprietary nvidia P620? Wouldn't ubuntu have done this on its own if that were the case?01:08
sarnoldgartt: my hope is that it's standard-ish nvidia things that nvidia's usual drivers will support.. if it doesn't work out, then maybe that install pdf can help, I can't recall now if I saw video things in there or not01:09
garttsarnold: And to access the CLI after the installation such as by hitting ctrl alt F1 for example, that will apply to the installed ubuntu or the live ubuntu from the ISO?01:11
sarnoldgartt: it should work in both, I hope01:12
garttErr, wouldn't it be for the live ubuntu not the installed one?01:13
sarnoldtry ctrl+alt+f2 or ctrl+alt+f3 if ctrl+alt+f1 doesn't appear to do anything, I think the default X may have moved from 7 to 101:13
garttok01:13
garttsarnold: You mean to try ubuntu-drivers install as soon as the installation finishes before rebooting into the new installation?01:55
sarnoldgartt: you may need to 'chroot /target' first, but yeah, that's my hope :)02:00
=== zbenjamin is now known as Guest77667
=== zbenjamin_ is now known as zbenjamin
oerheks390 and up should support that card https://www.nvidia.com/Download/driverResults.aspx/132530/en-us02:07
garttSo I suppose I just mount /dev/nvme0n1p2 /mnt/newubuntu  and then chroot /mnt/newubuntu to work inside my new installation on the HDD?02:10
sarnoldgartt: it may still be mounted on /target, but if not, that might do it, yeah02:15
sarnolduntermensch: any chance you can fix your connection?02:15
=== de-facto_ is now known as de-facto
=== denningsrogue1 is now known as denningsrogue
ducassegartt: depending on what you want to do, you might need to bind mount some pseudofilesystems, or use systemd-nspawn02:55
donofriohow do I heal from this? https://paste.ubuntu.com/p/PzZPYn9P2H/03:31
lotuspsychjedonofrio: tryed a sudo apt update && sudo apt full-upgrade?03:33
sarnolddonofrio: those hash sum mismatches are usually caused by rubbish http proxies. are you running an http proxy yourself? is your ISP doing transparent proxying in front of you? are you using a vpn service that may be doing transparent proxying in front of you?03:34
donofriono proxies, I had to run fsck on the volume and this is the result?03:35
sarnoldhmmm, I'd hope that apt would just silently drop and re-fetch lists that look broken03:36
sarnoldafter all a zero-byte file is not very useful :)03:36
donofriome too03:36
donofrioagreed03:36
sarnoldthe dep11 things, I'm a lot less sure about; deleting the apt config file that downloads those things is one of the first things I do when I see those being downloaded, I don't use the gui software installer thing so downloading a dozen megabytes of icons isn't super-useful for me03:38
donofrionot using gui03:38
donofrioas the paste shows03:38
sarnoldthe question is, do you *never* use the gui? if so, you can delete /etc/apt/apt.conf.d/50appstream and probably those will go away :)03:39
sarnoldif you do use the gui, better to just leave it alone03:39
sarnoldI dunno how it handles if the icons are missing03:39
sarnoldbut that won't address the hash sum mismatches, I don't think03:39
donofrioubuntu 20.04.01 fwiw03:39
donofrioyah don't belive it will as well....03:39
sarnoldyou could try switching to an https archive -- then http proxies can't mess with your data03:39
donofrioso edit sources.list?03:40
Bashing-omdonofrio: MergeLists are a working tool of apt, part of the way it keeps track of which packages are in which repositories. It's the gears of a text-based database that apt relies upon. When corrupted, they can be safely deleted. Apt will recreate them during the next apt update. A possiblle fix >>.03:40
sarnolddonofrio: yeah -- pick an 'https' entry from https://launchpad.net/ubuntu/+archivemirrors03:41
Bashing-omdonofrio: ' sudo rm /var/lib/apt/lists/* -vf ; sudo mkdir -pv /var/lib/apt/lists/partial ; sudo rm /var/lib/apt/lists/* -vf ; sudo mkdir -pv /var/lib/apt/lists/partial ; sudo apt update ; sudo apt upfrade ' .03:42
Bashing-omdonofrio: Yukkie nad paste ^ lemme redo.03:43
Bashing-ombad*03:43
donofriothat worked03:43
donofrioit's pulling down updates now...03:44
Bashing-omdonofrio: All is good then :D03:47
donofrioyes, thank you03:48
donofriois there a fan control for Lenovo?03:53
lotuspsychjedonofrio: there used to be a fancon snap, but i think they removed it03:56
donofriooh ok, I'm no fan of snaps....just my own bias03:57
lotuspsychjedonofrio: maybe with psensors03:57
Bashing-omdonofrio: There used to be a companion for fan control in lm-sensors .03:59
Bashing-om!info lm-sensors focal03:59
ubottulm-sensors (source: lm-sensors): utilities to read temperature/voltage/fan sensors. In component universe, is extra. Version 1:3.6.0-2ubuntu1 (focal), package size 85 kB, installed size 396 kB04:00
lotuspsychjethat04:01
Mr_SinghAnyone suggest me best presentation making software or package for ubuntu04:28
Mr_SinghSimilar like microsoft Power Point04:28
Mr_SinghIs there anything more rich in features than Libre Office Impress on Ubuntu ?04:31
Mr_SinghAnyone please04:32
sarnoldMr_Singh: hah, 'more rich' ..04:36
sarnoldMr_Singh: I've used magicpoint, in the mgp package, it's decidedly *fewer* features though..04:36
sarnoldMr_Singh: latex beamer package is popular, but that's a vastly different kind of thing entirely04:37
Mr_Singhmore rich in Features04:37
Mr_Singhlol04:37
sarnoldbut I like em both way more than libreoffice's presentation thingy, or google docs' presentation thingy04:37
Mr_SinghGoogle doc is best04:38
Mr_SinghActually it's google slides04:38
Mr_Singhbut I want on board software for my ubuntu 18.0404:39
Mr_SinghI don't like libre office impress04:39
tomreynmaybe you like "onlyoffice" better.04:41
tomreynor collabora04:42
Mr_Singhtomreyn : Thank you for suggestion I will check this soon :)04:42
sarnoldoh, collabora is a good idea04:42
sarnoldfirefox tells me I've even heard of onlyoffice before, too. heh.04:43
Mr_SinghI think we need to develop a rich software for ubuntu similar like Power Point04:43
Mr_SinghAnyone interested ; lol ;)04:44
=== denningsrogue5 is now known as denningsrogue
=== megoix9 is now known as megoix
=== trekkie1701c_ is now known as trekkie1701c
moonfmdesireHi, I have emails stored (backed-up) on my local drives as inbox format and want to upload them to email servers for an IMAP configuration. My email client is Thunderbird. I used import/export tools ng but receive "Impossibile to import in this folder (imap or newsgroup type)"05:14
moonfmdesireI also tried to copy folders to local drives, but the emails will still not populate the servers.05:14
moonfmdesireAlso tried drag and drop of folders and uploading directly to email webmail client05:15
moonfmdesireAnd also tried different email clients like Evolution, Kmail, Claws, and Sylpheed05:15
moonfmdesireIt seems the hardest thing in the world is to drag my emails to a server05:16
moonfmdesireWent on Thunderbird IRC and received 0 response in several days05:16
moonfmdesireThen tried different email hosting providers and the word they used is 'impossible' to move emails from local drives to servers05:17
moonfmdesireSurely the problem of migrating emails between servers is solved?05:18
bipinsingh061Hey ?05:31
bipinsingh061I have used ubuntu 20.04 before , it was a not so fast but ok , recently I got SSD installed on my laptop, and installed ubuntu 20.10 on laptop , its very slow , very laggy05:32
moonfmdesirebipinsingh061, How much RAM do you have?05:32
bipinsingh0614GB05:33
moonfmdesireMaybe upgrade your RAM05:33
bipinsingh061I have used 20.04 before it was all fine05:33
moonfmdesireDepending on what apps you use, you may require more05:33
bipinsingh061but now its extremely sloe05:33
moonfmdesireYou might need a re-install then05:33
Bashing-ombipinsingh061: I too have 4 Gigs of ram - I find xubuntu to perform admirably on this system.05:34
bipinsingh061I see a lot of animations , when I type switch between windows05:34
bipinsingh061is there a way I can disable it ?05:34
moonfmdesirebipinsingh061, Perhaps LXDE05:34
moonfmdesireSomething lighter05:34
moonfmdesireHow old is your machine?05:35
bipinsingh061I have used LXDE before it was good ,05:35
bipinsingh0612 years05:35
moonfmdesireSomething is not right05:35
moonfmdesireI was figuring a ten year old machine, at least05:35
bipinsingh061so now , I want LXDE and complete remove the GNOME , and other graphics stuff05:35
moonfmdesireThat means you must have ddr4 RAM05:35
bipinsingh061how do I do it05:35
bipinsingh061yes05:35
moonfmdesireapt-get install xubuntu-desktop or lubuntu-desktop05:36
moonfmdesirereboot and before you login, switch profiles05:36
moonfmdesireBut your problem seems different05:36
moonfmdesireI have had this lagginess too, that you describe05:36
bipinsingh061is it because its 20.10 ?05:36
moonfmdesireI have 16 gisg on my laptop, an SSD and a good processor05:37
moonfmdesireA re-install cleaned out the issues05:37
moonfmdesirenot the best move, but it worked05:37
bipinsingh061even when I play a YT video , while its playing it shows a loading bar05:37
moonfmdesirebipinsingh061, That sounds like internet speed05:37
bipinsingh061no05:37
moonfmdesirenothing to do with local drives05:37
moonfmdesirebipinsingh061, Are you torrenting?05:38
moonfmdesireThat could slow your system down05:38
bipinsingh061when I open terminal using ctrl+alt+t , it takes like 1.5 seconds to load05:38
bipinsingh061so what after I install lubuntu ?05:39
moonfmdesireMaybe Xubuntu instead05:39
bipinsingh061how do I remove g-nome and all other stuff ?05:39
moonfmdesireHow about drivers?05:39
moonfmdesireWait05:39
moonfmdesireThere should be a panel for proprietary drivers05:40
moonfmdesireMaybe not all your drivers are installed05:40
bipinsingh061you mean "Additional drivers" app ?05:41
moonfmdesireYeah05:41
moonfmdesireCheck that05:41
bipinsingh061ok wait a sec05:41
moonfmdesireSometimes if the right graphics drivers are not installed, THAT will slow your machine down05:41
moonfmdesireA LOT05:41
moonfmdesireEspecially videos05:42
moonfmdesireyowza05:42
bipinsingh061it shows no properteiry drivers are in use05:42
moonfmdesireSee if you can get some, let it check05:42
bipinsingh061no additional drivers available05:42
moonfmdesireugh05:42
moonfmdesireYou have an AMD or NVIDEA?05:42
moonfmdesireor INtel?05:42
bipinsingh061intel05:42
moonfmdesirebipinsingh061, https://software.intel.com/content/www/us/en/develop/topics/graphics-linux-drivers.html05:43
moonfmdesireI use NVIDEA and AMD hardware and do pro video work. Drivers are a major pain.05:44
moonfmdesireI have to use proprietary05:44
moonfmdesireBut i think Intel graphics have it easier in Linux05:44
moonfmdesireIntel plays a little nicer05:44
bipinsingh061how do I know pci id ?05:45
tomreynlspci -knn | grep -A3 VGA | nc termbin.com 999905:45
moonfmdesirebipinsingh061, I do lspci05:46
moonfmdesirebut tomreyn knows better05:46
tomreynintel doesn't need another graphics driver, the proper one is already open source, comes pre-installed with ubuntu. the same goes for amd.05:47
bipinsingh061https://termbin.com/y47105:47
bipinsingh061output of lspci -knn | grep -A3 VGA | nc termbin.com 999905:47
moonfmdesiretomreyn, Yes and no05:48
tomreynAn Intel CPU of the "Skylake" generation with integrated graphics, Intel HD Graphics 520. PCI ID is 8086:191605:48
moonfmdesiretomreyn, If you are doing pro video you need proprietary for opencla05:48
moonfmdesireEven for Blender05:49
bipinsingh061there's no option for ubuntu 20.10 in os05:49
bipinsingh061should i go for 20.04 ?05:49
tomreynmoonfmdesire: you can do that with mesa's igd, but i guess you may get better results with the proproetary overlay, yes05:49
tomreynbipinsingh061: what are you looking at?05:50
moonfmdesirebipinsingh061, yes05:50
moonfmdesirebipinsingh061, I see the drivers, it is listed05:50
moonfmdesireJust put in 1916 in the field05:50
moonfmdesire'1916'05:50
moonfmdesiretomreyn, I have DaVinci Resolve and it performs a GPU check before running05:51
moonfmdesireAlso Lightworks and Blender, all check is my drivers are installed05:51
bipinsingh061I see a bunch of linux commands should I be executing them ?05:51
moonfmdesirebipinsingh061, Yeah05:51
moonfmdesirebipinsingh061, I do that for my AMD and Nvideia machines05:52
tomreynwhat are you referring to?05:52
moonfmdesireInstalling graphics drivers05:52
moonfmdesireDoes Intel have no proprietary drivers?05:52
tomreynyou dont need, and don't want, to install intel graphics drivers05:53
moonfmdesiretomreyn, Okay, then bipinsingh061 System is significantly slow05:53
moonfmdesireHe has a two year old laptop with an SSD05:53
moonfmdesireHe has  4 gigs of DDR4 ram05:53
tomreynmaybe there's just some completely different problem?05:53
moonfmdesireHe should be humming along, but is not05:53
tomreynjournalctl -kb | nc termbin.com 999905:53
tomreyn...posts a kernel log05:54
moonfmdesiretomreyn, Yes, it could be another problem, but when he mentioned slow video playback, and it is NOT internet speed elated05:54
moonfmdesirerelated05:54
moonfmdesireI figured, GRAPHICS DRIVERS!!!05:54
bipinsingh061https://termbin.com/3f1i05:54
moonfmdesirebipinsingh061, listen to tomreyn and do as he says05:54
moonfmdesireyeah05:54
bipinsingh061ok05:54
tomreynHP Laptop 15q-bu0xx/8328, BIOS F.24 09/25/2017 << if this is just two years old then you should look for a bios upgrade sometime05:55
tomreyn(likely unrelated, though)05:55
bipinsingh061is it because its ubuntu 20.10 , will it be better if I go for 20.04 LTS ?05:56
bipinsingh061or maybe switching to lxde solve the problem ?05:57
moonfmdesirebipinsingh061, Do a BIOS upgrade05:58
bipinsingh061how do I do that ?05:58
moonfmdesirebipinsingh061, First, try to install the graphics drivers before you reinstall anythin05:59
bipinsingh061okay then ?05:59
moonfmdesirebipinsingh061, https://support.hp.com/us-en/document/c0000768205:59
moonfmdesireYou will want option three, unless you dualboot05:59
moonfmdesirebipinsingh061, I have used MANY an HP laptop06:00
moonfmdesirebipinsingh061, After you reinstall graphics drivers, reboot06:00
moonfmdesireor install, rather06:00
tomreynignore the part about installing graphics driver06:03
tomreynI've finished reviewing the kernel log. i don't see serious problems. there is "i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A " to the end, which *could* point to a mainboard firmware problem.06:03
bipinsingh061okay06:03
bipinsingh061are you sure BIOS upgrade will solve the problem ?06:04
tomreynwhom are you talking to now, bipinsingh061 ?06:04
bipinsingh061tomreyn you.06:04
tomreyni'm not sure that a bios upgrade will solve any problem. it can.06:05
tomreynsometimes readong the changelog / release notes helps06:05
moonfmdesiretomreyn, BIOS upgrades are always good, but I noticed significant performance improvement when graphics drivers are upgraded.06:06
moonfmdesireExcept that my INTEL graphics experience is limited06:07
tomreynright, that's a completely different story than nvidia06:08
moonfmdesireTorvalds was quite displeased with Nvidea06:09
tomreynbipinsingh061: the bios upgrade is available here https://support.hp.com/gb-en/drivers/selfservice/swdetails/hp-15q-bu000-laptop-pc/15551416/swItemId/ob-265616-106:09
bipinsingh061okay , I will check it06:10
bipinsingh061so I just download it and reboot , right ?06:10
moonfmdesireYou have to load the driver on a USB stick and then enter BIOS06:12
moonfmdesirebipinsingh061, Do you know how to enter BIOA?06:12
moonfmdesireBIOS06:12
bipinsingh061I don't exactly remember what key I am supposed to press while starp06:13
moonfmdesireThere should be a message when you boot06:13
moonfmdesireLike f12 or f10 or f806:13
bipinsingh061yes06:14
moonfmdesireI think it is f1006:14
moonfmdesireaccording to HP documentation06:14
bipinsingh061ok I will figure out that06:14
moonfmdesireFIRMWARE management or BIOS management06:15
tomreynF2 to bring up startup menu according to the link you posted earlier06:15
bipinsingh061okay06:15
tomreynthat's after pressing escape repeatedly06:16
bipinsingh061yes I know that06:16
bipinsingh061anyway thank you , I will be back if I have problems06:17
tomreynit's "Step 3: Update the BIOS" of "Update the BIOS manually from a USB Flash drive (outside of Windows)" of the guide moonfmdesire had posted.06:17
moonfmdesire"You will want option three, unless you dualboot"  <--- as iterated earlier06:18
moonfmdesiretomreyn, Do you know anything about restoring email back ups?06:18
moonfmdesireto servers in an IMAP configuration?06:18
TJ-moonfmdesire: IMAP server will read whatever format the MTA uses; e.g. Maildir or mbox06:42
TJ-moonfmdesire: so if the mailboxes/directories are restored and IMAP server config remains the same it would access the emails06:43
moonfmdesireTJ-, I used Thunderbird import export ng and get "Impossibile to import in this folder (imap or newsgroup type"06:43
moonfmdesireIt ought to be the easiest thing in the world, but companies that provide email hosting say, "impossible", which is weird06:44
TJ-moonfmdesire: oh, that's an email *client* not server. I thought you meant you are restoring the MTA stored email06:44
moonfmdesireOne company uses roundcube and I was able to upload my inbox file, but only 1 of 1.5 gig06:45
moonfmdesireThey boosted the size restriction to five gigs for upload, same results06:45
moonfmdesireweird06:46
moonfmdesireMoving your inbox to a server ought to be drag n drop06:47
moonfmdesireEmailing hosting providers and they respond absurd replies of 'sending limits' not addressing the question at all.06:49
moonfmdesireWhen not using the word, 'impossible'06:50
daysunuhm.. hi? My name is daysun.. and... my server has unattended updates enabled and ... for some reason (has rebooted I see due to updates).. it now has some kind of desktop interface instead of being a CLI server. That was unexpected, right?06:53
TJ-daysun: weren't you playing about with a headless remote desktop a few days ago, or was that someone else?06:57
daysunthat was someone else06:58
ridgeracerhi peeples-id like to know if deja-dup makes backups by default (eg when updating the kernels) and if so how can i view all backups made thus far on my system07:14
ridgeraceram running ubuntu 20.04.01 k.8.0-40-generic07:16
ridgeracer5.8.0-40-generic07:16
ridgeraceri read the manual and a webpage all gud ty07:19
=== daybreak is now known as tjarlama
=== tjarlama is now known as daybreak
daysunsystemctl status portsentry doesn't show whether it's enabled or not. Unusual. Is systemd just behind a version (newer versions shows it) or any idea what's going on?09:07
daysun"/etc/init.d/portsentry; generated". some kind of sysv-compatibility thing?09:07
daybreakwhenever i ssh to to my remote ubuntu machine, my login gets logged in /var/log/wtmp. But when i try to run my ansible playbook with same ssh credentials, it won't get logged in wtmp. How is this possible?09:19
daysundaybreak: possibly using two different methods to log in? One using a key, the other via user/password?09:24
daysundaybreak: an ssh connection may also start different services. ssh-ing via your console usually invokes bash on the other side, while connecting to some kind of media server over ssh may get ssh to load a different service.09:26
TJ-daybreak: ssh with a command doesn't start a login shell, no interactive session09:43
daysunand hence probably what's NOT happening is a logging PAM-module09:46
=== rnm_ is now known as rnm
td34hello, does anyone know if Ubuntu repo mirror scans it's repositories using AV scanner?10:15
lotuspsychjea question for the #ubuntu-mirror guys perhaps10:19
td34thanks.10:19
lotuspsychje#ubuntu-mirrors sorry10:19
td34i didn't realise that was a room.10:20
lotuspsychjewhen repo problems arise, the mirror team can debug10:20
=== al2o3-cr-tmp is now known as al2o3-cr
eeoshi everybody! I am tryong to have all the users on the local network (6 clients) with the same bookmarks on firefox, brave and chrome. Is that feasible?11:50
ixdapeeos, interesting. why? will they be able to edit?11:50
ixdapeeos, and do you mean all users see the same bookmarks, or just that each user sees the same bookmarks across browsers?11:51
ixdapand is that "chrome" or "chromium"?11:52
eeosixdap: I would like them not to be able to edit the first section of the menu (with all the system links) but to be able to edit a part of it .... is it feasible11:56
eeosixdap: all users see the same bookmarks on one part of the toolbar11:57
eeosixdap: and both chrome and chromium (raspberry users have chromium or firefox).11:57
=== mateen1 is now known as mateen
eeosixdap: is it better to shift to centralised user management?11:59
eeosixdap: of course if the split bookmarks (general, personal) does not work, then better to have only the general menu blocked for all users.12:08
uDdHsaWwkubuntu 20.10 ; I have graphical smileys in my terminal (when running irssi for example) ... not sure how to disable12:40
uDdHsaWwk(gnome, gnome-terminal, ubuntu mono font - in other words: stock)12:40
uDdHsaWwk😞12:41
polandoHey, my friend is asking for help with ubuntu, his teacher is asking him to put 4 different workspaces/desktops in the corners of the screen. Is that even possible to do that?12:48
legreffieruDdHsaWwk: i think it fallback to whatever font supporting emoji is available. irssi might have some script in order to replace emojis-unicodes to ascii smileys.13:21
legreffieruDdHsaWwk: the actual solution would be to delete the font package containing them... but then you will get display problems whenever you use emoji, not just in irc.13:23
legreffieryou can even set irssi so it doesn't support unicode (but this will be a problem depending on your channel's language)13:24
whichpatrickI am trying to address a bad superblock issue on my 20.04 server but it is mounting root in rw when booting into emergency mode and I'm unable to remount it as the device is in use13:42
whichpatrickis there some other way to force ro mode? I am editing the GRUB linux line with systemd.unit=emergency.mode13:43
ansiktIm having trouble to maximize the speed on my ethernet connection. I have gigabit connecton from the ISP but speedtest doesnt give me more than around 650 Mbit/s. Same cable, same router gives me around 970 Mbit/s on a windows laptop. I have tried switching the NIC driver from 8169 to 8168, which gave me about 50Mbit/s more and installed tuned and13:46
ansiktset it to network-throughput profile which bumped it up about 100Mbit/s as well. The hardware is kind of low-end and outdated and maybe this is the best I can get, but is there anyway I could try and optimize the configuration to get the speed up? Running Ubuntu 20.04, AMD E350 CPU with integrated realtek NIC.13:46
Johnnyboyany idea why my sounds work on Ubuntu 20.04 LTS   kernel 5.6.0-1042 oem but not on 5.8 or 5.10.9 generic? i have Dell XPS 17 (9700)13:47
lotuspsychjeJohnnyboy: we saw you getting help yesterday, did you tryed some steps since?14:02
BluesKajHi folks14:02
Johnnyboylotuspsychje I mean originally the sounds did not work at all. I got the sounds work with the 5.6...oem kernel, I am just wondering why it is not working on the newer ones14:03
lotuspsychjeJohnnyboy: so you started at 5.4 kernel and then moved to 5.6 oem to fix your sound?14:04
Johnnyboylotuspsychje Ill tell what I did exactly: fresh install from download ubuntu website did not work. Did not work after dist upgrades, I am expecting this to put me at 5.8. I followed steps in here and installed 5.6 oem https://www.reddit.com/r/Dell/comments/husu3r/how_to_get_fully_working_audio_in_ubuntu_2004_on/?sort=new   . Did not work.14:08
JohnnyboyUpgraded to 5.10.9, did not work. Updated dell firm ware from 1.3 to 1.63, sounds didnt work on 5.10.9 or 5.8, but they now work on 5.6 after switching to sof via alsamixer14:08
lotuspsychjeJohnnyboy: did you affect to an existing bug, or file a new one yourself?14:11
Johnnyboylotuspsychje I have not, I can file one if you can point the location for me, have not filed bugs before. This problem seems quite common with xps 17 though14:13
lotuspsychjeJohnnyboy: i see your reddit thread mentions bug #1878194 can you see first if this is you too?14:14
ubottubug 1871794 in pulseaudio (Ubuntu) "duplicate for #1878194 [Bluetooth] No audio output/input in HSP/HFP mode" [Undecided,Confirmed] https://launchpad.net/bugs/187179414:14
=== Etua1 is now known as Etua
JohnnyboyWell my problem is that there were no sounds at all, not via 3.5mm plug, not speakers, he seems to have sound with certain profile. I have not tried blutooth. He has xps 13 (7390), I have xps 17 (9700). He is using 5.4 kernel, which is now outdated (?), but I can confirm it did not work for me on fresh install, but my firmware was 1.3 on dell side.14:19
JohnnyboyI have not tested 5.4 with 1.63 dell firmware, my kernel got was updated already to 5.8.14:19
Johnnyboyhttps://askubuntu.com/questions/1270442/no-sound-on-xps-17-9700   google has a lot of these14:19
Johnnyboyso there seems to be a fix via arch linux packages for 5.414:20
=== rnm is now known as RNM
Johnnyboyin dell 17 (9700)14:20
lotuspsychjeJohnnyboy: ok well, when you install ubuntu and something doesnt work by default i would advice to file a new !bug then14:21
lotuspsychjeJohnnyboy: you can start your bug with make an account or login to launchpad, then ubuntu-bug pulseaudio from terminal14:22
Johnnyboyokay thanks lotuspsychje14:22
lotuspsychjeJohnnyboy: add a title of your bug + description/story of what happens14:23
lotuspsychjeJohnnyboy: also make sure you file it from the kernel it doesnt work by default on14:24
zetherooI did a release upgrade on 4 systems (Ubuntu 16.04 -> Ubuntu 18.04/20.04) and on all systems the motd is now messed up (aka. not the original). Two of us have been trying to figure out why it's different but have come up with nothing. Any ideas here?14:34
zetherooOn the system upgraded to 18.04 the motd is duplicated, whereas on the 3 systems upgraded to 20.04 the motd is now only a one liner with the "Last login" info.14:36
InteloVscode webrun and ubuntu error. Any clue? Unable to open 'sample-folder': Unable to resolve resource memfs:/sample-folder.14:45
murthyBluesKaj: hi14:47
BluesKajhi murthy, LTNS, how's things?14:48
murthyBluesKaj: I am good, ty. How are you. Nice to talk to you again14:48
InteloDo I need to install memfs ?14:48
murthyBluesKaj: Are you busy now?14:49
BluesKajmurthy, I'm fine thanks...what's your issue ?14:51
murthyBluesKaj: My friend hosts weekly radio show for yale university. He is having issues with using audio hardware on his Host ubuntu studio14:53
murthybrb14:53
=== mambang is now known as rnm
murthyPanther: welcome14:59
Panther'lo14:59
Pantherty murthy15:00
murthyPanther: BluesKaj is one of the nicest person you can find on IRC15:00
murthyBluesKaj: Panther is the friend of mine I was talking about15:00
* Panther greetz15:00
BluesKajmurthy, thanks for that, but I'm not real familiar with ubuntu server audio setups. I think the "jack" connectivity is probly what is mostly used there iirc.15:02
BluesKajerr ubuntu studio, rather15:02
murthyI remember you never liked pulseaudio15:02
murthyyou are ok with pipewire?15:03
murthyPanther: can you tell little bit about your issue?15:03
BluesKajyeah, It's anecessary ebil now that Firefox relies on it for web audio15:03
BluesKajevil15:03
BluesKajhaven't tried pipewire yet15:04
PantherI have gotten Jack and Pulseaudio/ALSA to play nicely together. It takes a little tinkering, but it's not that horrible.15:04
murthyPanther: ya15:05
BluesKaji don't use jack since i don't need it15:05
PantherThe issue I have is that I wanna run Ableton, either with wine, or in the VM in the windows guest.15:05
PantherI know there is a Linux-ized version of it.. Bitwig, but it is not really what I 'want' to run.15:06
murthyPanther: you said Ubuntu studio is not detecting the usb interface properly on Ubuntu studio?15:06
PantherUbuntu studio does detect it./15:06
murthyPanther: so vlc is not able to detect it?15:07
PantherOne thing that is driving me crazy is something else... the right mouse click is flakey as hell :(15:07
PantherI am not using VLC :)15:07
murthyon Ubuntu studio?15:07
murthyBluesKaj: Can installing Kubuntu-desktop on Ubuntu studio create some issues?15:08
PantherYeah.... I want the context menu that the right mouse click brings up, but it doesn't happen very often, or it disappears right away, etc....15:08
murthyPanther: you can pastebin your issue here?15:09
PantherThe issue is that I want to run the windows DAW, Ableton on this Ubuntu Studio 20.04 host in some way. :)15:11
BluesKajmurthy, plasma/kde desktop is now defualt on ubuntu studio 20.1015:12
murthyIs there any open source Linux alternative for Ableton?15:12
murthyoh wow15:12
murthyBluesKaj: also are you still using kubuntu or migrated to neon15:12
PantherI installed the kde-plasma desktop on here, and switched the display manager to sddm.15:13
murthyPanther says bitwig is ok  but its closed source15:13
murthyPanther: what was your Ubuntu studio version?15:14
Pantheris15:14
Panther:)15:14
murthythat last LTS version?15:14
BluesKajmurthy,I'm still on Kubuntu, testing 21.04 atm15:15
Panther20.04 5.4.0-59-lowlatency kernel.15:15
PantherYeah, the last LTS is 20.0415:15
murthyBluesKaj: oh wow15:15
murthyBluesKaj: I jumped ship 8 months back15:15
BluesKajmurthy, to neon?15:16
murthyyep kde neon and its awesome15:16
* Panther likes CDE :P15:16
murthyPanther: can I share your issue for you?15:17
murthyI mean copy paste what you told me via pastebin?15:17
Intelohow to have memfs?15:17
PantherIf you want to.. the issue is that I want to run a windows DAW on a Linux host. :)15:17
murthyfirst you said vlc didn't detect the usb interface of ableton15:18
PantherI am kinda in the middle of doing something else with the sound this morning, so  wasn't totally prepared to troubleshoot this issue right now. However, I stopped that for the time being.15:19
murthyok15:19
BluesKajPanther, heve you explored linux audio suites, an obvious question , but I have to ask :-)15:19
PantherI never really tried to use vlc.. I am not sure why I would even want to.15:19
murthyPanther: but vlc has to detect the audio interface15:23
PantherI don't use vlc for anything.15:23
murthybecause linux shows it as an audio device15:23
PantherOther than watching movies. :)15:23
murthyno I asked you to try with vlc just for testing15:23
PantherBluesKaj, yeah, I have used a number of linux audio progs... I am a big fan of the CALF plugins.15:23
BluesKajok, gott a go foe a few mins15:23
PantherI don't need to test anything with vlc.15:23
Pantherok15:23
* Panther waves15:23
murthyok see you later15:23
murthyhave a nice day15:23
PantherBus 001 Device 024: ID 1235:8200 Focusrite-Novation Scarlett 2i4 USB15:23
PantherSee? The device is detected just fine, and I can use it with the other programs I have.15:23
PantherThe audio setup has controls for it, and it is working OK.15:23
Starship8012Hi, I am running a website on my ubuntu server. The memory usage is around 75%. The load average from htop says 0.09 0.22 0.29. Is this server too small?15:35
Starship8012Only has 1 core and 2G of memory15:36
monsterco2is there a remote desktop?15:46
monsterco2to ubuntu?15:46
monsterco2using anydesk and it's not working well for whatever reason15:46
monsterco2so trying to get direct simple connection15:46
PantherI used to use Nomachine.15:48
monsterco2free?15:48
monsterco2this will be ubuntu to ubuntu remoting15:48
Pantherafaik, it is free for non-commercial use.. however that is determined...15:49
monsterco2needs ports opened or works like teamviewer?15:50
leftyfbmonsterco2: why not just use ssh?15:53
PantherI never had any problems with it, but it will likely depend on how your network security is set up.15:53
leftyfbmonsterco2: also, if it's direct, why the need to "open ports"?15:53
monsterco2with ssh one can see GUI?16:02
leftyfbnot exactly. What is the purpose of this "remote" machine though? Do you need a GUI?16:03
monsterco2and move mouse16:03
monsterco2one programmer working on a system where a supervisor just observes16:03
monsterco2PC is with supervisor, programmer remotes in16:03
leftyfbmonsterco2: just use VNC then16:04
monsterco2available for ubunto using apt?16:05
ogra"ssh -X"  can surely attach to a running GUI to run graphical apps remote (and nomachine is essentially ssh -X with a compression protocol on top)16:05
leftyfbmonsterco2: yes16:05
leftyfbogra: that doesn't sound like it's what they're looking for. Also, won't work when things move exclusively to wayland16:05
ograwell, wayland is still a bit out i'd guess16:06
ograat least as a default16:06
leftyfbmonsterco2: https://help.ubuntu.com/community/VNC/Servers16:07
monsterco2ogra - thanks yeah that works but then supervisor doesn't see the screen16:07
ograah, right, i missed that supervisor bit16:08
leftyfbmonsterco2: https://help.ubuntu.com/stable/ubuntu-help/sharing-desktop.html.en16:08
ograperhaps epoptes migth be an option as well .. https://epoptes.org/16:10
ogra(though that sits on top of things like VNC/RDP or ssh -X)16:11
=== Etua1 is now known as Etua
monsterco2leftyfb, vino is vnc? so open ports right?16:21
monsterco2I just did apt install but don't see the package16:21
monsterco2I like something simple like vnc so it's a direct connection and no thrid party company like teamviewre for the connection16:22
leftyfbmonsterco2: see the link I posted above16:22
leftyfbmonsterco2: also, by default Ubuntu does not have any firewall rules in place, so if you are on the same network, you do not need to open any ports16:22
monsterco2not on same network16:23
monsterco2over internet16:23
leftyfbmonsterco2: ok, so that is a whole different ballgame16:23
neteffecthello16:24
leftyfbmonsterco2: I would suggest using "remmina" as your VNC client as it supports connecting to a VNC server through an ssh tunnel. I would get ssh setup and tested between these devices and then try setting up the ssh tunnel through remmina. Opening VNC over the internet is pretty insecure16:25
monsterco2ah ssh tunnel16:25
monsterco2and remina is vnc?16:26
nunya_when I open gnome-software Installed tab nothing shows. I waited 5 minutes. After Googling for a while I found a work around sudo apt-get install --reinstall gnome-software I would rather not have to reinstall gnome-software every time I want to see what I have installed. Does anyone know how to remedy this?16:27
neteffecthow do i start the software center?16:27
nunya_<neteffec>click on start menu and type software The application should be ;listed in results or type gnome-software in terminal16:29
pavlosneteffect: there is an app, looks like an orange suitcase, ubuntu software16:30
nunya_<neteffect>click on start menu and type software The application should be ;listed in results or type gnome-software in terminal16:31
neteffecttyvm16:32
nunya_Never mind sudo apt-get update && sudo apt-get upgrade seems to have done it. I'll see if it works when I restart.16:44
douglgood morning16:58
monsterco2I can ssh to an ubuntu desktop locally but refused from over internet17:05
monsterco2is there some firewall setup in fresh install or sshd config I have to change?17:06
monsterco2I use user/password for ssh17:06
monstercoI can ssh to an ubuntu desktop locally but get refused from over internet17:09
monsterco. Is there some firewall setup in fresh install or sshd config I have to change?17:09
monsterco I use user/password for ssh17:09
nerdthatnoonelikhello17:10
leftyfbmonsterco: you need to setup port forwarding on your router17:15
DJones!portfroward | monsterco17:17
DJones!portforward | monsterco17:17
ubottumonsterco: For instructions on how to set up port-forwarding (for games, torrents, webservers) see http://portforward.com - also see !firewall17:17
monstercoI did port forward already17:25
monstercothere is no other firewall or sshd config option that block internet connection requests but not local area requests?17:26
leftyfbmonsterco: you probably don't have the port forwarding setup correctly. Check the local ip of the pc, make you sure can ssh to it from another machine on the same network using the same local ip. That is the ip that should be forwarded on your router to port 2217:27
pavlosmonsterco: you could try from the outside: nc publicip 22 if the response is SSH, ssh is listening17:28
monstercopavlos, tried it and no response whatsoever17:36
pavlosmonsterco: I think the portfwd rule is not ok, you should have an option in the router to portfwd port 22 from the outside the the internal ip of your desktop (eg. 192.168.1.104)17:37
pavlosmonsterco: can you paste a screenshot of the rule in the router?17:38
daysunis there any big difference between unattended-upgrades and just writing a cron for a script that runs apt-get upgrade etc?17:45
pavlosmonsterco: example: any ssh from the outside is redirected to an internal host, 10.0.0.47 https://imgur.com/a/MdzKCuY17:45
monstercopavlos, that is done already17:56
monstercowhat should I see with nc command?17:57
pavlosmonsterco: in my case I see: SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.317:59
monstercok cool thanks18:00
=== parkway-gong is now known as avidd
dustcan someone please update the repo for https://freedroid.org/18:39
daysundust: update it from the source if you need the newest18:41
dustdaysun, how about to keep the repo up to date?18:42
daysundust: it's complicated. but most LTS dists have outdated repos18:46
daysundust: they don't update individual packages because they may not work well together. They release a bunch of packets at once instead that are tested to work well together. That's why there are different versions of ubuntu.18:47
dougldust, congrats you have been nominated to keep the repos up to date18:48
daysundust: there are several dists with "Rolling releases" that have the latest package of pretty much everything in their repo18:48
dustits 20.10 with backports... so i should get the newest stuff...18:48
daysundust: nope. their backported  version of nodejs is too many versoins behind, for example. Someone gave me a bitch "new flashy things syndrome" comment without knowing wtf they're talking about.18:49
daysunso I had to add a node PPA to my repo list.18:50
daysunthere was a time when I needed a new version of a network manager to support a new protocol and new hardware, and a similar retard nerded out with the typical "shiny new things syndrome" comment.18:51
daysunBut just ignore those guys, they've usually just discovered linux and think that they're experts.18:51
daysundust: the repo is "outdated" for a reason, but security patches should all be there. There are pros and cons of that. One pro is stability. A LTS will run flawlessly during its lifetime.18:52
daysunI have never had any problems with rolling releases though. But if you've got a multi million dollar enterprise, you rather go for stability above all.18:53
dustid 20.10 lts?18:53
daysunno, it has a 9 month "lifetime"18:54
daysun20.04 has a 5 year lifetime18:54
daysun20.10 is more like testing.18:54
dustso what u re then talking about lts?18:54
daysunI think it stands for "long time support"18:54
dusti know for what it stands and the reasons behind it18:55
daysunit means that if you have an ubuntu version with LTS, you can expect its repo and everything to be maintained for those 5 years. What they maintain is security updates and stability updates.18:55
dustbut u know what an actual repo for the actual 20.10 means?18:55
daysunI don't understand what you're asking.18:55
daysununattended-upgrades seems to lack a timer.. so what's "scheduling" it?18:57
dustdaysun, just that the repo gets and update of https://freedroid.org/19:04
agvantibo66Can anyone recommend any tips to boost gnome-shell19:05
daysunI don't understand what you're asking about.19:05
daysunagvantibo66: boost?19:05
dustFreedroidRPG is an open source role playing game19:05
daysunwhy would they maintain that in the repo19:06
daysunin the ubuntu repo. that doesn't make much sense.19:06
daysunthat's something that you should get form the official source.19:06
dustit is in the repo but its a 4 year old version of freedroid daysun19:06
daysundust: most maintainers of ubuntu (and the people working at canonical) are adults, I don't think they want to spend their time prioritizing some virtual online rpg magic-fantasy game.19:07
daysunlife is way too short for that19:07
daysundownload and play it from the official source19:08
agvantibo66daysun Make it more efficient19:08
dustdaysun, u have no idea what u re talking about... and if u represent ubuntu then no wonder ppl look after alternatives...19:08
agvantibo66Like some obscure experimental setting that lowers CPU usage19:09
daysunI empathize, I don't represent nobody.19:09
dustdaysun, so why are u then talking?19:09
=== agvantibo66 is now known as agvantibo
agvantibodust, daysun just wants to help19:09
dustagvantibo, help with making user to push them to other distros instead of solving problems? it dosnt help but makes things only worse19:10
daysunhe's not making much sense anyway, and not willing to empathize with the maintainers but are still asking why they aren't maintaining a package. So I'm giving up.19:11
daysunI told you. Download it from the official source. I also explained to you why it's not up to date (gave you several correct explanations).19:11
Maik!discuss | dust19:12
ubottudust: 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:12
daysunI've also suggested getting a rolling release if you want your packages to be the freshest. I've also explained that there are cons and pros with rolling releases and LTS distributions. And so forth. You got your ears filled with dicks.19:12
dustdaysun, u re part of the problem and not the solution...19:12
Maikdust: please take the discussion elsewhere since your question is not a ubuntu issue19:13
dustMaik, is the repo an ubuntu issue?19:13
daysunI am not part of anything. I am just explaining to you why things are like they are and what options you have. That got nothing to do with me.19:13
daysunSince you asked, mind you.19:14
daysuncan't spoon-feed you beyond that.19:14
daysununless you pay me for it.19:14
Maikdust: all you do is rant about a outdate piece of software19:14
daysuncough. "software".19:15
dustMaik, which is part of the repo... the reason i asked for an update... nothing more and nothing less...19:15
Maikdust: maybe there's a reason it's not updated anymore19:16
Maikask the devs19:16
Maikdust: or look if there's a up to date snap version available19:16
daysunagvantibo: gnome-shell is just a virtual tty, it shouldn't consume any memory or CPU really. That's up to the programs executed in the shell.19:17
agvantibodaysun You are confusing gnome-terminal and gnome-shell19:18
dustMaik, a snap version dosnt exist of it19:18
Maikthen you're out of luck19:18
daysunagvantibo: yes I am. I would try to tweak window manager settings and similar if you're experiencing performance issues. xfce4 has some similar, where you can turn off the composer an disable some visual effects and so forth.19:20
daysunagvantibo: which I would look for among some sort of settings panel and similar.19:21
daysunIf that's non-existent, you may have to config such things manually in configuration files.19:22
agvantibodaysun Yeah, that's what I was looking for - experienced people telling me that I have to tweak some /etc/gjs/obscure.conf to make gnome3 faster19:24
* phillipsjk decides to install pulseaudio after finding the proposed replacement "wirepipe" requires strange libraries not in the Ubuntu repos.19:26
phillipsjkWould settle for bulding a alsa-aware version of Chromuim. During testing something grabbed the sound card exclusively (not sure what).19:27
agvantibophillipsjk: fuser /dev/dsp to see what it was19:28
phillipsjkthanks agvantibo19:28
phillipsjkWorking at the moment after a restart.19:29
Speedwagonexit19:50
Speedwagonwhops19:50
=== LabMonkey is now known as Mechanismus
RoseBushow can i make a favorites icon link to a .sh file20:10
RoseBusnvm it was for intellij and i just realized it has "create desktop entry"20:12
=== westor{off} is now known as westor
sarnoldyay :)20:14
=== Scotty_Trees2 is now known as Scotty_Trees
LegouskHello all, I'm trying to make this (https://github.com/PixlOne/logiops/wiki/Configuration) work with my MX Master 3, but it is not recognizing the keys I put in there for some reason that I do not understand.20:56
LegouskHere is my logid.cfg file20:56
Legouskhttps://paste.ubuntu.com/p/SYscxdPkNt/20:56
LegouskWhich is just for testing, I tried to fill in some different CID numbers but it doesn't really react to anything20:57
sarnoldLegousk: do you get any error messages?20:58
sarnoldLegousk: the semicolons in this are very confusing.. some closing brackets get them, but not all?20:58
Legouskhttps://imgur.com/a/4brg4zM20:58
LegouskThis is what I get when I run the logid thingy20:59
Legousk(I am very much a beginner with Ubuntu)20:59
sarnoldLegousk: also, there's some parenthesis in this file, are they supposed to be brackets, too? or are the parens used in different contexts?20:59
Legousksarnold: to be honest I don't know. I copied this from the example they provide in the github21:00
sarnoldah, that's promising21:00
Legousk(Maybe I took the wrong turn here, if there is a better way to setup the buttons on my mouse I'm willing to go there)21:01
sarnoldLegousk: sorry, I've got no more ideas :(21:04
LegouskHow I understand what I made is that the key that is mapped by 0x56 (which is mapped because I get it from the INFO from logid in my terminal) should do PAGEUP when pressed.21:04
LegouskHmm21:04
LegouskOk, do you have another program that is able to do the same for me?21:04
LegouskHow to personalize the buttons of the mouse21:04
LegouskOr do you know I mean21:05
floogyHi, I got a corrupted zfs mirror member. But I'm unable to import the pool in a degraded state to replace the disk. zpool hangs on zpool import zfspool despite these messages on zpool import -f21:07
floogy status: One or more devices contains corrupted data.21:07
floogy action: The pool can be imported using its name or numeric identifier.21:07
floogy   see: http://zfsonlinux.org/msg/ZFS-8000-4J21:07
floogyIf I disable the "UNAVAIL corrupted data" disk (external USB drive), then I get  action: The pool cannot be imported due to damaged devices or data.21:09
floogy   see: http://zfsonlinux.org/msg/ZFS-8000-5E21:09
floogy config:21:09
floogyzfspool                            UNAVAIL  insufficient replicas21:09
floogy  usb-SAMSUNG_HD400LD-0:0-part2    UNAVAIL21:09
floogy  ata-ST31500341AS_9VS0BAGK-part3  ONLINE21:09
sarnoldLegousk: someone had success with the 'piper' package, you can skim it at https://github.com/libratbag/piper/21:11
sarnoldfloogy: can you pastebin your zpool status output?21:12
LegouskGreat, didn't see that one yet, will give it a try. Thanks!21:12
floogyI can't get it. it will freeze zpool. But zpool import -f works sort of.21:13
floogyOkay. It's because I have to import it first, but then zpool will freeze: ~$ sudo zpool status21:13
floogyno pools available21:14
sarnoldfloogy: ugh :(21:16
sarnoldfloogy: the handful of lines of what you *did* paste sure looks like you don't actually have a mirrored vdev, but it's hard to tell if it actually made it through correctly or not21:17
floogysamold https://pastebin.pl/view/436f036d21:19
floogyIf I enable the USB external HD400LD, I get a different output for zpool import -f21:20
floogy status: One or more devices contains corrupted data.21:21
floogy action: The pool can be imported using its name or numeric identifier.21:21
floogy   see: http://zfsonlinux.org/msg/ZFS-8000-4J21:21
floogyBut if I try to import it, zpool hangs.21:21
spirytusI was wondering what is the best or preferred way to create permanent folder in /var/run/ that will be persistent between boots since it is by default in tmpfs?21:22
sarnoldfloogy: btw most irc clients let you use the tab key to complete usernames21:23
sarnoldfloogy: compare your output against mine http://paste.ubuntu.com/p/fxd5kcPktP/21:24
sarnoldfloogy: note one pool has 'raidz1-0' near the drives, the other has mirror-0 mirror-1 mirror-2 near the drives -- those are redundant vdevs21:25
floogysamold, I'm currently using empathy (normally xchat) tab doesn't work. sorry for not marking/highlight you.21:25
sarnoldfloogy: your output doesn't have a 'mirror-0' there -- I'm pretty sure these were *two* independant vdevs, and you have no redundancy21:26
sarnoldfloogy: ugh what horrible client :) the font is clearly bad but I didn't realize it was *that* bad :(21:26
floogyyes, maybe. The  got the issue, that I corrupted the partition table. and I managed somewhat to recreate it without backup for the BTRFS system, but didn't succeed with the zfs member. Maybe therefore It lacks the vdev and mirror?21:28
floogysarnold: Ah, I read samold, therefor tab didn't seem to work.21:29
sarnoldspirytus: tmpfiles.d(5) is pretty handy for these things21:30
blahboybazWhen I did an update/upgrade I got some warnings that I find alarming. I'm not sure what they mean but I did create a paste complete with the output and system information. https://pastebin.com/zgmxhRDR21:30
blahboybazDoes anyone know more about that?21:30
sarnoldblahboybaz: try sudo apt install linux-firmware -- that might do the trick21:32
sarnoldfloogy: hmmm, so both drives are actually attached, plugged in, ready to go?21:33
blahboybazsarnold: ok21:34
sarnoldfloogy: if both drives are attached.. try something like zpool import -d /dev/disk/by-id/  and see if zfs can find the devices again..21:34
floogysarnold:  I'll reboot. I did change the partition type from solaris to linux and zpool import zfspool crashed or hangs again. See you. Maybe I have to format that partition or zero it out with dd first?21:35
blahboybazsarnold: Its telling me I already have the latest21:35
blahboybazif so, then why the warning?21:35
floogysarnold: FreeBSD but maybe related: https://github.com/openzfs/zfs/issues/310721:36
floogysarnold: $ sudo zdb -e -p /dev/disk/by-id/ storage21:38
floogyzdb: can't open 'storage': No such file or directory21:39
floogyZFS_DBGMSG(zdb) START:21:39
floogyZFS_DBGMSG(zdb) END21:39
sarnoldblahboybaz: is this a docker thingy? I think they configure dpkg to throw away a lot of files they think they won't need21:39
blahboybazsarnold: it is not docker21:39
blahboybazthis is my base regular system21:40
sarnoldblahboybaz: dang :/ do those files actually exist?21:40
blahboybaz$ sudo apt update $ sudo apt upgrade   is what got that output21:40
sarnoldfloogy: hrm :( your layout is *very* different from mine -- my laptop is zfs on luks, so it's vastly different, my larger server, I gave entire drives to zfs..21:41
sarnoldfloogy: fdisk -l reports "Solaris /usr & Apple ZFS" for the 'main' partition of those drives21:42
floogyYes, it's uncommon to use partitions. But it worked.21:42
blahboybazsarnold:  jake@newcreation:~$ file /lib/firmware/rtl_nic/rtl8125a-3.fw21:42
blahboybaz/lib/firmware/rtl_nic/rtl8125a-3.fw: cannot open `/lib/firmware/rtl_nic/rtl8125a-3.fw' (No such file or directory)21:42
blahboybazjake@newcreation:~$ sudo file /lib/firmware/rtl_nic/rtl8125a-3.fw21:42
blahboybaz/lib/firmware/rtl_nic/rtl8125a-3.fw: cannot open `/lib/firmware/rtl_nic/rtl8125a-3.fw' (No such file or directory)21:42
blahboybazThat's the first file in the warnings21:42
blahboybazsays it aint there21:42
floogysarnold: Something is wrong with $ sudo zdb -e -p /dev/disk/by-id/usb-SAMSUNG_HD400LD-0\:0-part221:44
sarnoldblahboybaz: *maybe* it's a usual part of using hwe kernels? I'm sorry, I'm not sure21:45
blahboybazok21:49
blahboybazfiles do not seem to be there: https://pastebin.com/iWQB8h8T21:49
blahboybazmaybe someone has experienced this?21:49
blahboybazI thought warnings were there to alert you to potential problems. I know that sometimes warnings appear that aren't really a big deal but is that the case with this?  Should I really be ignoring this?21:50
blahboybazsarnold: I do appreciate you help tho21:51
sarnoldblahboybaz: I wouldn't be surprised if it's fair to ignore if you haven't actually had problems21:51
sarnoldafterall these firmwares are going to be needed only if you've actually got those specific devices21:52
blahboybazhmm...21:52
sarnoldI'm not sure how to find out which specific devices will try to load those specific files though21:52
sarnoldI've done that kind of spelunking before and it's not super fun :)21:52
blahboybazI never thought of that. I wonder if I do or not21:52
sarnoldif things seem to work fine..21:53
blahboybazno problem  - everything is still working so I'm sure its alright21:53
sarnoldcool; thanks blahboybaz, I'm surprised I haven't seen this before if this is a standard consequence of using the hwe kernels, but I've not actually used them myself..21:54
spirytussarnold :) Tx21:56
blahboybaz👍21:56
garttsarnold: I followed your advice for trying to fix the graphics card drivers for my Nvidia Quadro P620 about chrooting into my hard drive installed ubuntu installation from my live ubuntu flashdrive and using sudo ubuntu-drivers install. Is there any other step aside from exiting and unmounting? Just reboot and see if the hard drive ubuntu installation's graphics card works?21:58
sarnoldgartt: I think I'd run a 'sync' by hand, just out of an abundance of being old :)21:58
blahboybazYeah, funny...  $ sudo lshw | grep i91521:59
blahboybazconfiguration: driver=i915 latency=021:59
blahboybazsomething is there (just not the file in the warnings)21:59
sarnolddifferent i915s will require different firmware files22:00
garttsarnold: Thanks, I'll cross my fingers and see how the reboot goes :)22:00
sarnoldgartt: I *really* hope this works :) this machine has been so frustrating and it's not even mine, lol22:00
garttsarnold: Yeah, the thrill of my first workstation (and first computer I've bought in 18 years since I was a teenager) fades fast when you run into trouble :P But progress is being made22:02
blahboybazFiles are present but at a lower version "32.0.3" not "33.0.0"  so maybe the kernel is looking for a newer version when it isn't available?22:03
blahboybazah well.. its alright22:03
sarnoldgartt: yeah... last year about this time I started setting up a new laptop, and the crazy frustration and $$$ involved in getting bloody 4k@60hz external monitor to work..22:05
garttsarnold: Success! logged in and in the desktop environment of the ubuntu hard drive installation! Thank you very much for your help! It's much appreciated22:11
sarnoldgartt: YES! :D22:11
sarnoldgartt: so.... how's the network? :)22:11
garttAnd I wrote everything down so I can help someone else on this in the future22:11
garttsarnold: Oddly, the card worked fine even though the PDF from Lenovo said work was required in getting it set up. Maybe it's because I used an even later version of ubuntu on my last desperate attempt at this22:12
garttAlmost afraid to run the Software Updater, since everything's working perfectly after a few days of headscratching :)22:13
sarnoldgartt: sweeeet -- so, 20.10, network works okay; live instance to run the ubuntu-drivers in the chroot to get graphics?22:13
garttsarnold: Exactly, yes22:14
sarnoldgartt: hah; ten years ago my brother and I spent ~three weeks getting a hackintosh system to work. it worked perfectly. and when we realized we were terrified to hit the 'update' button, that's wheh my brother realized he really just needed to spend the extra money for the mac. heh.22:14
roryhttps://open.spotify.com/track/3HMewTWHRtb7GY1hjG2kIw so this song was recorded with a dummy head binaural mic?22:15
rorywc22:15
garttIt's a satisfying feeling when you get something to work (especially if you learn something from it). I've installed LFS and stage 1 from gentoo years ago and have a slackware box but I'm still linux-newbish22:16
neilduganI used "nmcli" to find out that the nameservers being used are "servers: 192.168.128.1 192.168.1.1" .... when I do a "dig database.local" I get no respose... when I do a "dig database.local @192.168.128.1" ... I get the correct response ... anyone know why?22:18
sarnoldgartt: heh yeah years on slackware were very educational, but I'm kinda glad to have it easy and lazy now22:19
linuxmintHello, just confirming my install of a small no GUI OS. Ubuntu Server?22:19
sarnoldlinuxmint: yeah should be fine22:19
linuxmintsarnold: great, I'm going to install Docker on it.22:20
garttsarnold: It's a great learning experience and one of my favorite distros. Ubuntu shines too in that stuff just works and even a newbie can get most things up and running, even people used to Apple/Windows22:21
sarnoldgartt: yeah, both nice for different reasons :)22:21
sarnoldlinuxmint: docker, containerd, etc, whatever, they should all work okay22:22
linuxmintsarnold: thanks, I found this Ubuntu server? download? https://help.ubuntu.com/community/Installation/MinimalCD22:24
linuxmintI need an iso image22:24
EriC^linuxmint: that's the mini iso, it downloads it all from the net while installing22:25
linuxmintOh, I can't do that. I need to rsync the iso from this computer, over to my hypervisor with a vm.22:25
EriC^it should work for your purpose, as long as you dont mind not using uefi22:25
EriC^ah22:26
EriC^better download the full server iso then22:26
linuxmintEriC^: Ok, I found this https://ubuntu.com/download/server22:27
linuxmintDownload Ubuntu Server 20.04.1 LTS.22:28
linuxmintGraphics look cool...Puma and Gorilla :-)22:28
EriC^:)22:34
floogysarnold: Do you know what kind of partition layout this is? Does it come from sfdisk?22:46
floogy/dev/sdk1                  63   390,700,799   390,700,737  83 Linux22:46
floogy/dev/sdk2         390,700,800   781,417,664   390,716,865  83 Linu22:46
floogyI found an older bootinfoscript. Maybe I can recover the partition in a better state with this information, and get the member working again?22:47
sarnoldfloogy: hmm I can't recall ever seeing a partition start on 63 :/22:51
floogyCurrently it's partitioned this way /dev/sdh1              63 390711383 390711321 186,3G 83 Linux22:52
floogy/dev/sdh2       390711384 781422767 390711384 186,3G 83 Linux22:52
leftyfb!paste | floogy22:52
ubottufloogy: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | 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.22:52
isapgswellwhy /boot/efi keep mounted after boot22:54
floogyAh, I see. Its seperated by , In Germany we use . So it should look like this: /dev/sdk1                  63   390700799   390700737  83 Linux22:54
isapgswell?22:54
isapgswellwhy /boot/efi keep mounted after boot?22:56
jeremy31isapgswell: is there a reason not to?22:59
floogysarnold: Hold fingers crossed: https://paste.ubuntu.com/p/R77KfkPFxd/23:13
sarnoldfloogy: looks promising23:14
isapgswelljeremy31 why expose grub to multiuser23:14
isapgswell?23:14
floogyyeah! Got it back!23:15
jeremy31isapgswell: /boot/efi can't be changed without having the permissions23:15
floogyI manually adopted the partition table from that bootscript info (backup 2019)23:16
isapgswelljeremy31 enforce security after login, umount /boot/efi23:16
floogyWay better than just try to remember how it was ...23:16
sarnoldfloogy: dude! :D well done :)23:16
floogysarnold:  https://paste.ubuntu.com/p/j4Cw7wrTkT/23:21
floogyLooks good, for btrfs also23:21
sarnoldfloogy: *ten years* without a problem with striped vdevs? and one of the ids is 'usb' ? :) amazing :D :D :D23:34
floogyLOL23:34
floogyAnd it survived a corrupted partition table and fidling around with that without any clue, that it's stripe.23:35
sarnoldyeah, I'm amazed :D23:36
floogymore luck than brains23:38
shibbolethare there plans to backport "not ancient" wpasupplicant/networkmanager onto bionic? wpa3, 11w23:46
bitlanhi, i have issue after upgrade ubuntu.. is stuck on initramfs https://i.imgur.com/qD0ksUH.png23:54
bitlani tried run livecd  -> chroot ->  update-initramfs -a -k all, but without success23:55
sarnoldbitlan: does dmesg work?23:56
bitlani don't tried yet23:57
bitlansarnold: https://i.imgur.com/2NlTY6K.png23:58
bitlani have 2 disks sda and sdb23:59
bitlanbut when i type  lvm pvs i don see sda (with system)23:59

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