/srv/irclogs.ubuntu.com/2020/05/29/#ubuntu.txt

kinghatuse yakuake or guake or something else for desktop?00:17
=== nt0_ is now known as nt0
=== PowerTower_121 is now known as PowerTower_120
=== conjo is now known as spagettios
=== zbenjamin is now known as Guest30445
=== zbenjamin_ is now known as zbenjamin
eelstreboranyone know what causes this: fwupd[3794]: 15:03:34:0049 FuPluginUefi         failed01:46
eelstreborit seems that it only happens on ubuntu 20.0401:46
sarnoldeelstrebor: wild guess, try sudo fwupdmgr refresh ; sudo fwupdmgr upgrade   -- maybe that'll emit an error message right there, maybe it'll just work.01:50
eelstreborsudo fwupdmgr upgrade01:57
eelstreboroops01:58
InteloAny irc client for terminal that has channel menu/visibility like hexchat? https://hexchat.github.io/img/screenshot-windows.png02:50
WoetIntelo: https://en.wikipedia.org/wiki/WeeChat#/media/File:Weechat_032_default_config.png02:50
InteloWoet, thanks. I think irssi don't have the channel menu02:56
sarnoldworse, I think there's half-dozen scripts you can use to get something similar https://scripts.irssi.org/03:02
=== btp is now known as CanadianLiberal
shinobi_how can I add a program icon to Applications?03:14
=== leaftype2 is now known as leaftype
=== CanadianLiberal is now known as btp
=== conjo is now known as spagettios
MannyLNJI'm running a Ubuntu 20.04 host. I want to run PfSense on a KVM Virtual Machine. My server has 4 ethernet ports en01 to en04. My cable modem goes into en01 and I have en04 going to an unmanged switch what do I use as my host device in network selection?03:56
isolierI would bridge the ethernet ports or even pass through.04:08
=== KindTwo is now known as KindOne
FattyAcidanyone have any guesses why in xfce when trying to select a new icon, they turn black when i select them in the icon menu?04:13
FattyAcidhttps://launchpadlibrarian.net/481728436/Screenshot_2020-05-28_00-21-12.png04:13
warsoul10 packages can be updated.04:18
warsoul8 updates are security updates.04:18
warsouli did update/upgrade still im getting this message when log in to box04:18
warsoulThe following packages have been kept back:04:20
warsoul  linux-generic linux-headers-generic linux-image-generic netplan.io04:20
warsoul0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.04:20
warsoulthats after: apt-get upgrade04:20
TheShaggQuestion: I used DD to make an image of a partitioned drive (/dev/sda), and now "fdisk -l" and "losetup" can't see the partitions, yet "testdisk /list" can?04:37
TheShaggI checked the md5sum of the first 100 sectors in the drive and the image and they are the same04:37
TheShaggOh, my dd image may be 1 sector too short04:41
TheShagghrm, adding in the last sector of the last partition didn't seem to help04:58
jcb2016hi all im trying to install windows 10 onto my sons laptop but for some reason the installer dosen't see the hard drive. i ran the ubuntu disk util on the drive and it says DISK IS LIKELY TO FAIL SOON05:01
jcb2016is this a hardware issue or can ubuntu fix the drive?05:01
aeplusjcb2016, likely hardware issue... but, maybe you don't care about data loss and would like to proceed... in that case, are you planning to dual boot?05:09
TheShaggFor my issue, it turns out that partition tools get confused if the end of the disk data is missing, because GPT partitions store info at the beginning and end of the disk05:12
TheShaggnot sure if I agree that is a good idea, but so be it :P05:13
aeplusTheShagg, does the target drive have enough space for the secondary gpt?05:26
TheShaggaeplus: I was just being stupid and specified the number of bytes to copy (and it wasn't enough to get to the end of the drive)05:37
TheShaggI fixed it05:37
TheShaggI'm saving the file to an image file instead of directly to a block device05:37
=== westor{off} is now known as westor
imihi, how do I get the sources for a package that comes from a snap? I think apt-get source won't work06:09
matsamanimi: the source code for the applications, or just the data that the snap provides?06:20
TJ-imi: You have to chase up each individual snap publisher for it, if it exists at all.06:20
matsamanimi: yeah I mean, it's basically just a filesystem full of stupid binaries06:25
imiMathisen: the source code. if I want to recompile06:25
matsamanif you unsquashfs it, you can see what's inside, at least06:26
matsamanthen track down source upstreams06:26
imidoes the package contain the publisher at least?06:26
matsamanthere's no guarantee of that, but it'll probably be lousy with it as a string06:27
imiok where do I  find the file I need to unsquashfs?06:28
imiwhat does nsfs mean?06:29
matsamanwhich snap package are we talking about?06:29
imiright now we're talking about the minetest snap package :)06:29
matsamannsfs? What's the context?06:29
imimount|grep minetest06:30
iminsfs on /run/snapd/ns/minetest-luk3yx.mnt type nsfs (rw)06:30
matsamanimi: what, this? https://snapcraft.io/mc-installer06:30
imimineTEST not mineCRAFT06:31
matsamanimi: https://unix.stackexchange.com/questions/465669/what-is-the-nsfs-filesystem06:31
* matsaman sighs06:31
matsamanso are you talking about this, then? https://snapcraft.io/minetest06:32
matsamanor do I have to pry some other information out of you?06:32
imimatsaman: no thanks06:32
matsamanimi: curl -sH 'Snap-Device-Series: 16' http://api.snapcraft.io/v2/snaps/info/minetest | python -m json.tool | egrep -i '://'06:33
doomlist3apt update to check for updates but how does ubuntu check for updates and tell me -it's a nice system06:33
matsamandoomlist3: the automated update system, you mean?06:33
doomlist3apt update; and then if that is what it does, then apt install will destroy the thing... matsaman yes but ubuntu merely checks for updates before reminding the user06:34
doomlist3it's like running apt update??06:34
doomlist3but what if the user installs pkg then the dep tree is inconsistent?06:34
imiseems like I have Minetest (luk3yx's unofficial builds)06:35
doomlist3matsaman: so internally which cmd does ubuntu run to check updates06:36
matsamandoomlist3: I think there's an apt-get upgrade --dry-run, or apt list --upgradable06:36
matsamandoomlist3: to know for sure what Ubuntu's actual updater runs, you'd have to look at its source06:36
matsamanimi: in the snap? Cool06:37
imiyes06:37
imihowever I want to provide a patch upstream. I have a feature in mind that I'm convinced I would be able to develop06:37
matsamanwell I'd check the open & closed issues/bugs first, y'know, and the upstream trunk, to be sure it hasn't been done already, or shut down, etc.06:39
matsamanand if not, just submit a bug and your patch and probably people will appreciate it06:40
imiyes, that's where I'm stuck: in order to do so I need to be able to get and compile the sources06:45
matsamanoh, well, just type in luk3yx minetest sourc06:46
matsamanhttps://github.com/luk3yx/minetest forked from https://github.com/minetest/minetest06:47
doomlist3man apt-get no such word upgradable? Mathisen06:48
doomlist3apt list --upgradable ?06:48
imihow do I know whether libjpeg62 or libjpeg9 is the later version?07:02
InnovAnon-Incapt-cache show libjpeg{62,9}|grep Version => 1:6b2-3 and 1:9b-2, respectively. Looks like libjpeg62 is version 1.6 and libjpeg9 is version 1.907:10
NotumIve created a NFS share on a windows server and trying to mount it to my ubuntu VM with 'sudo mount -o nfsvers=3 servername:/ocp /mnt/testmount/'. It seems to work but after mounting i cant access the /mnt/testmount folder, i get cd: testmount/: Input/output error. Any idea why that is?07:22
jmcvaughn /away08:12
=== mateen1 is now known as mateen
Mick2160test08:23
gryffusPlease could anyone review and remove redundant lines from my preseed.cfg? https://paste.opensuse.org/view/raw/1424123908:24
Mick2160 Hi, I've installed lateset version of ubuntu for desktop along side with windows and I have got two issues: 1- Not able to control brightness. 2- Screen colors are not as good as windows.. also it doesnt feel smooth as windows. Please advice08:24
gryffusI am not sure what is the difference between partman-auto/automatically_partition and partman-auto/init_automatically_partition, between partman-auto/disk and partman-auto/select_disk and so on...08:25
Mick2160Anyone here experienced the same issues?08:27
doomlist3whatis apt-get install package =target what could be target value08:50
doomlist3just like version where is target value applicable08:50
doomlist3$ sudo apt-get install  python3=3.808:52
EriC^^Mick2160: maybe some acpi stuff can help?08:53
doomlist3what's the write way to write the version it says version not found08:53
doomlist3EriC^^: hi08:53
EriC^^Mick2160: http://iam.tj/prototype/enhancements/Windows-acpi_osi.html08:53
EriC^^doomlist3: the whole version08:53
doomlist3EriC^^: which whole? 3.8... need autocompletion08:54
doomlist3don't know what to give08:55
doomlist3exactly08:55
doomlist3EriC^^: there is none in 3.8 autocompletion but 3.6... has two versions08:55
doomlist3python3.8/bionic-updates,now 3.8.0-3~18.04 amd6408:56
doomlist3upon apt search python3.8 ;08:56
oceandoomlist3: what is it exactly that you are trying to do? What is your question?09:05
doomlist3python3.809:06
doomlist3python3=versionnumber09:06
oceanthat is not a question09:06
doomlist3and also how to use target realse optoin09:06
doomlist3apt-get install python3=target-release.... what's the example in which iit works09:06
ocean!info python3.8 bionic09:06
ubottupython3.8 (source: python3.8): Interactive high-level object-oriented language (version 3.8). In component universe, is optional. Version 3.8.0-3~18.04 (bionic), package size 346 kB, installed size 477 kB09:06
oceanthe package/release is 3.8 in bionic09:07
doomlist3in example how to use python3=xxx09:08
oceandoomlist3: no, that is not an option. 3.8 is the release in bionic.09:08
doomlist3in man apt-get if i want to search au*c matches show package word but au is not what is present in my regex09:09
oceandoomlist3: again, that is not an actual question, tell (the channel) what you are trying to accomplish09:11
doomlist3user@host:~$ apt-cache madison python309:16
doomlist3   python3 | 3.6.7-1~18.04 | http://es-mirrors.evowise.com/ubuntu bionic-updates/main amd64 Packages09:16
doomlist3   python3 |    3.6.5-3 | http://es-mirrors.evowise.com/ubuntu bionic/main amd64 Packages09:16
doomlist3why can't i see python3.8 there09:16
doomlist3ocean: why09:16
oceandoomlist3: because you are searching for "python3", and not "python3.8"   apt-cache madison python3.809:20
doomlist3ocean: but how'd i know the various version names in the first place09:21
doomlist3do i need regex09:21
doomlist3sudo apt-get install  python3=3.8.0-3~18.04 ;version not found??09:22
oceanno, the package name is python3.8, sudo apt-get install python3.809:24
oceanno target specification needed09:24
=== beaver is now known as beaver|idle
pizzaburgerHi! My speakers connected via AUX cable emit a buzzing noise until any sound is played. This is not present when "live booting" aka. trying Ubuntu without installing. Running 20.04 LTS. Any ideas how to troubleshoot this? Thanks!11:05
lotuspsychje!sound | pizzaburger start here11:06
ubottupizzaburger start here: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings.  If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - https://alsa.opensrc.org/DmixPlugin - For playing audio files,  see !players and !mp3.11:06
pizzaburgerlotuspsychje thanks!11:11
lotuspsychjepizzaburger: another test could be installing pavucontrol and test your audio issue there11:12
ice9does Canonical has plans for encrypting /boot with full disk encryption during Ubuntu installation out of the box?11:17
ph88what's the difference between a dist upgrade and a release upgrade ?11:18
oceanph88: a release upgrade results in a new release, a dist-upgrade is a way of updating packages *within* a release11:19
ph88hi ocean11:19
ph88i'm on 19.10 and i would like to upgrade to 20.04 ... it it possible to enable 3rd party repositories ?11:19
oceana dist-upgrade being a specific option to upgrade: it handles dependencies with new versions of packages11:20
oceanph88: well, during a release upgrade, all 3rd party repos are disabled, that's the way it is done. But afterwards you can re-enable the repos and upgrade the packages belonging to that repo11:20
ph88ok11:21
oceanyou'll find the disabled repos in /etc/apt/sources.list.d,  renamed as ".save" (or similar)11:21
ph88i just remember it was a pain last time to re-enable all those 3rd party repos11:21
ph88ok11:21
ph88is there any difference between the command line and the gui for upgrading ?11:21
oceanph88: well, not in the result, no11:21
ph88i'll go upgrade now then, see ya11:22
woenxHi. does anyone know if it's possible to search and install flatpak packages from Ubuntu's software center?11:42
raubAbout my issue yesterday (could not partition drive during install in ubuntu 16, 18. 20 just did not like me), I was able to get said drive partitioned (/boot and lvm for the rest) in centos8 just now. As soon as it reboots I will be setting it up so I can continue using ansible.11:42
raubThanks for all the help!11:42
woenxI followed these instructions, but I can't seem to find anything https://www.omgubuntu.co.uk/2019/02/how-to-install-flatpak-on-ubuntu-flathub11:43
raubI should be able to achieve what I originally was trying to using ubuntu as a vm guest11:43
woenxahh, I just now realized there are two software centers in ubuntu 20.0411:45
woenxthe one from ubuntu and the one from gnome, apparently11:45
woenxit's confusing, both are neartly identical, and have the same version. but the logo and the layout are different.11:46
lotuspsychjewoenx: 20.04 uses the snap-store now, gnome-software is optional to install11:47
woenxok, snap store is labelled as "Ubuntu Software", right?11:48
woenxbut gnome-software seems to also be installed in my system11:48
woenx(i might have installed it manually, but I don't remember doing that)11:48
woenxboth are version 3.36.011:48
lotuspsychjewoenx: that could be due to a bug during the development of 20.04, your system should only have snap-store now11:49
woenxaha11:49
ioriai don't think snap-store supports flatpak plugin11:49
woenxahm11:49
woenxtoo bad11:49
ioriaso, you might need to remove snap-store and user gnome-software +  plugin11:50
woenxok. another question. in order to update snap packages, it has to be done through the snap-store, no? (I mean, a simple apt upgrade won't do)11:50
woenxbut if I remove the snap-store I lose access to the snap repository, no?11:51
lotuspsychjewoenx: 20.04 now has an auto snap update at the end of update-manager gui11:51
woenxok11:51
lotuspsychjewoenx: as long as you have snapd, you can still install snaps commandline11:52
lotuspsychjesudo snap install ...11:52
woenxMmm, so basically, if I don't want redundant software managers, I have either chose if I want to install snap or flatpak manually11:52
woenxI'll leave things as they are and remove the store support from flatpak. I think it will be cleaner for ubuntu11:53
woenxbut it would be great if the gnome-software-plugin-flatpak worked for the snap-store too11:53
lotuspsychjewoenx: both snap-store and gnome-software dont fight with each other, you can use them togheter?11:54
woenxyeah, but I just wanted flatpak for one single package. I think it's not worth that much overhead for something I could run on the command line11:54
lotuspsychjethe users choice11:55
woenxbut if flatpak was compatible withe the default software center, then i would not mind11:55
woenxthanks though11:55
BluesKaj'Morning all12:02
admin0can anyone let me know what to put in the /etc/subuid, subgid if i want a userid 999 of lxd to be able to modify mounted files (where its owner in host is 998) .. so basically allow 999 in lxd  to write 998 of host mounted filesystem12:43
admin0and what to do after that change is done ? should any host, container needs to be rebooted12:43
viktor_Hi. i installed ubuntu server 20.04 on a desktop which i'd like to use as a file server but also want to hook up to my tv to watch movies. i installed xubuntu as a GUI with lightdm. but it doesn't detect my tv anymore nor the other way around. any ideas?13:01
vltviktor_: Anymore? Did it before? How is the TV connected?13:05
viktor_vlt, sorry, didn't mention, it's HDMI. worked before with the same desktop, but it had regular linux mint cinnamon installed.13:06
leftyfbviktor_: why not just install ubuntu from scratch?13:07
leftyfbviktor_: Not sure why you installed server when you wanted a desktop environment13:07
viktor_leftyfb, well, planning to use it as a file server as well, and since i haven't set up a server yet i thought it was a good idea to just install the server edition13:08
leftyfbviktor_: the only difference between server and desktop is the desktop being installed. You want a desktop, so install the desktop release.13:09
viktor_leftyfb: ok, i'll do that then. but shouldn't it work after i installed the desktop on the server?13:11
vltviktor_: What does `xrandr` say about your devices?13:13
viktor_vlt, xrandr: HDMI is disconnected13:15
mbeierlIf I have an interface (like a ppp) that comes up on demand, can I use netplan to configure a static route when it comes up?13:28
ELFrederichany way to merge this "Activities" bar with the dock?  I put my dock on the bottom but the activities is on top.  Both of these bars are relatively empty, so they're just hogging vertical space13:31
ograELFrederich, https://extensions.gnome.org/extension/1160/dash-to-panel/ ?13:33
leftyfbmbeierl: how does the ppp interface come up?13:33
ELFrederichogra: nice... that seems to work.  I really like this Dash to Dock extension, think it looks better with the Intelligent autohide.  But it can't merge the dash.  Seems only Dash to Panel can.13:35
webmindSaviq: ah thanks, my host however isn't ubuntu13:55
Saviqwebmind: it doesn't have to be13:55
Saviqwe support everything snapd supports: https://snapcraft.io/docs/installing-snapd as well as Windows and macOS13:56
webmindSaviq: hmm ok.13:56
webmindStill a bit snap sceptical and not wanting to keep changing vm enviroments. so I think I'll stick with iso's if I need an ubuntu env.13:57
Saviqwebmind: your call, note that it takes seconds to launch a new instance with Multipass, vs. the time it takes to create and install from ISO14:05
Saviqwebmind: you mentioned you're using virt-manager? FWIW you could just use Multipass to do the launching and everything else through virt-manager14:06
webmindok14:06
webmindI'll consider it next time I run into it14:06
=== netz_ is now known as netz
kinghatis anyone using yakuake on ubuntu desktop 20.04?14:35
leftyfbkinghat: do you have a support question?14:46
Aktivehello14:50
AktiveMy ubuntu doesnt remember my screen scaling when I restart14:50
Aktiveit wasnt always like that14:50
AktiveI use 200% scaling14:50
Aktivehow can I make it remember14:51
warsoul10 packages can be updated.15:02
warsoul8 updates are security updates.15:02
warsouli still see this in my box15:02
warsoulafter i apt-get update apt-get upgrade15:02
lotuspsychje!uptodate15:02
ubottuTo ensure you have all the latest known patches and security updates for your ubuntu installation, please update with the following command: `sudo apt update && sudo apt upgrade`. See also !upgrades and !security; you may also need to run `apt full-upgrade`.15:02
kinghatleftyfb: just wondering what the best way to get yakuake like terminal on desktop. is there a gnome specific one?15:11
leftyfbkinghat: try #ubuntu-offtopic for non-support questions15:12
warsoullotuspsychje thanks mate :)15:12
n-iCehello15:17
shinobi__My wifi keeps dropping in 20.04 and I need to reselect the wireless network every time. Anyone else?15:19
n-iCeshinobi__: no, which card15:21
BluesKajkinghat,  gnome equivalent of yakuake is guake.15:23
gilHi - Can anyone tell me if it is possible that my server hosting provider can override what kernel I use in Ubuntu 18.04?15:31
shinobi__n-iCe: x570 tai chi onboard15:31
MalgorathHey all, I been odd as I wanted to just mess with ubuntu on my laptop so I made a fully working OS on a 64G Usb 3.1 drive and it works fine and all but I want to copy the entire install now to my hard drive, is this more of a I'm suddenly building my own distro and I gotta figure that out or is this something I can just dd or pigz/tar some stuff up?15:32
MalgorathLike I spent a week just getting my theme right alone, so I got some time in this and don't want to loose the setup..15:33
gilcopy the /home directory?15:34
MalgorathI have a lot of applications installed already and not everything is in /home15:35
Malgorathgil, as I said I want to know if there is an easy way to do this before I reinvent the wheel15:35
gilAll of your configuration stuff will be in /home15:36
leftyfbMalgorath: there's no supported way of doing this15:36
leftyfbMalgorath: your time would be better spent documenting or scripting your customizations15:36
Malgorathleftyfb, my initial reason for this was to have a portable OS presetup for me to be able to just put on most machines and have the ability to do what I need. THe only thing I didn't think through was the USB actual size, its 2.5 inches long off the side of my laptop and I hit it with my leg all the time and I'm worried I'll break the plug ... perhaps I should clonezilla backup the ison and get a new smaller one instead15:38
Malgorather backup the one its on15:39
leftyfbMalgorath: your first post above says you want to copy the install to your hard drive.15:39
shinobi__n-iCe: It keeps asking for the wifi password every so often. It's defaulted in the password field, but I have to hit ok. That's basically forcing me to use the console as I can't ssh or vnc in.15:39
Malgorathleftyfb, I do cause its just lovely to me, but I also still need to solve problem 2 but thats not really needed, I just guess it was a random additional info that wasn't needed really.15:40
akikgil: some hosting providers use technology that shares the kernel from the host to your machine. do you experience that the kernel update you installed didn't match what you have in the boot menu?15:40
n-iCeshinobi__: what card15:41
leftyfbMalgorath: again, document/script your customizations. It sounds like that will be the most useful thing to you going forward15:41
gilakik yes - I think I've put everything pertinent here: https://pastebin.com/iD49sri415:41
gilakik it even says (kernel@kernel.ovh.net) in the kernel dmesg15:42
MalgorathI figured, was hoping there was a simple way but I guess time to hit the history file and start looking at copying files and doing a makefile/bash script to install and I guess do it right and put it on git >.<15:42
Malgorathgod, making me do things right... god15:42
* Malgorath rolls eyes15:42
AktiveMy ubuntu 20.04 lts, doesnt remember my screen scaling setting when I restart. It wasnt always like that.I use 200% scaling15:43
leftyfbMalgorath: You could also look into something like ansible15:43
akikgil: do you see that kernel in /boot/grub/grub.cfg ?15:43
shinobi__n-iCe: I don't understand your question. There is no wifi "card". I'm using the MB's onboard wifi. MB is a x570 tai chi15:44
analogical<analogical> I run Ubuntu 20.04 on WSL2 how do I enable a GUI ?15:44
gilakik nope. Not one mention15:45
akikgil: which ovh product did you buy?15:46
Malgorathanalogical, 2 things, you can not run it natively you must us a remote X server connection (basically RDP)15:46
Malgorathanalogical, 2. Don't do it on WSL2, the drive r/w speed is still incredible slow15:47
gilakik it's just a cheap kimsufi server that I play with - the product is KS-7 on this list: https://www.kimsufi.com/en/servers.xml . It's not mission critical, more something that I play and learn on. It's surprising to me though that they can completely override my OS on it.15:48
akikMalgorath: using gui apps on wsl 1 already works fine15:49
leftyfbakik: only with an X server15:49
akiki know15:49
akikgil: can you install virt-what application?15:50
akikhttp://manpages.ubuntu.com/manpages/xenial/man1/virt-what.1.html15:50
analogicalMalgorath, WSL1 is slow but WSL2 is very fast15:51
Malgorathakik, also install mysql import a 1.5M lines into 230 tables, run queries for 14 hours straight only to find the drive runs about 20-25% speed in WSL, was able to do matching queries in Ubuntu 18.04 and WLS2 18.04 and iotop confirms its about 25% speed compared to live.  Its fine for dabbling, but don't go hard core with it15:51
akikMalgorath: analogical just wanted to get the gui running15:53
Malgorathakik, I said how, just also warned about poor performance15:53
akikusing the gui works fine15:53
analogicalakik, I've installed Ubuntu 20.04 app from the microsoft store but that version doesn't have gui support is there a way to enable a gui?15:56
shinobi__n-iCe: It seems to disconnect and then I have to manually15:57
akikanalogical: microsoft doesn't support it, but if you install a x windows server on windows side and set the DISPLAY variable in wsl, it just magically works15:57
akikanalogical: you should read a guide on how to set it up15:58
analogicalakik, how is the performance?15:58
akikanalogical: the gui works fine15:58
akikanalogical: the guide i followed used xfce in wsl15:58
analogicalcould you please link to that guide? :D15:59
akikanalogical: i'll see if i can find it15:59
akikanalogical: it was in my bookmarks: https://solarianprogrammer.com/2017/04/16/windows-susbsystem-for-linux-xfce-4/15:59
akikas you can see it was already possible in 201716:00
akikthat guide doesn't include some settings i've seen used after that but you can find them yourself by searachiing16:00
akiksearching16:00
akiki think it's missing dbus and pulseaudio16:01
analogicalthanks16:03
akikanalogical: i had also bookmarked this video but it's a bit long https://www.youtube.com/watch?v=nKCe9UE-quA (it describes the pulseaudio setup though)16:04
gilakik I installed it, but not sure how to use it - sudo virt-what provides no output16:06
giloh wait - apparently that means it's on bare metal?16:07
akikgil: well that's a bit surprising then16:07
akikgil: what does "sudo dmidecode -t 1" say?16:08
analogicalakik, thanks again :)16:12
shinobi__How can I add a program to the applications menu. I installed electrum via python and it has an icon on the dash when I launch via CL, but I cannot see it in applications.16:14
shinobi__Sorry Activities menu16:14
akikshinobi__: you'd need to have the .desktop file for it and install that16:18
akikshinobi__: system wide directory /usr/share/applications, user directory ~/.local/share/applications16:19
gilakik apologies.. crashed. What was that last command?16:26
akikgil: sudo dmidecode -t 116:27
akikgil: that'll show what your system sees the underlying hardware where it's running on16:27
=== jdaviescoates7 is now known as jdaviescoates
gilakik thank you. https://pastebin.com/EbZWF0Ds16:28
akikwoah empty16:29
akiki think it's some special setup you have there16:29
gilakik unless ovh are using some bespoke virtualisation that virt-what can't detect?16:29
gilyeah exactly16:29
gilso my concern is, if they are able to seamlessly mess with my kernel, what else are they modifying on the fly?16:30
akikgil: what about /proc/self/cgroup ?16:30
gilakik https://pastebin.com/GBp7dhxR16:32
akikgil: sorry i don't know what that is16:32
akikgil: it would show docker in those lines if it was a docker container16:32
akikvirt-what would show lxc if it was a lxc container16:33
akikvms on some cloud providers would show kvm16:33
gilakik np - my main takeaway from this is that I haven't done something funky with the kernels (I was playing around with hwe and live patching ealier and thought I may have borked it)16:34
gilit's annoying to me because apparently I'm running on a rescue kernel and I can't do anything to fix that16:34
gilbut.... buy cheap, get cheap I suppose :D16:34
akikgil: why does the kernel version say "rescue" ?16:35
akikgil: https://www.ovh.com/ca/en/dedicated-servers/systeme_rescue.xml16:35
gilakik I have no idea. That's what triggered all of this. The version of the kernel is not a kernel that I've installed. Dmesg refers to ovh.com so I'm assuming that's what they are giving me16:35
akikgil: maybe there's some error that happened and now it's only able to boot into some rescue mode16:36
=== the_ant1 is now known as the_ant
akikgil: i'd contact ovh support16:36
gilakik it's really weird though because it's basically a stock 18.04 installation. I've not really done anything whacky with it at all16:36
gilakik I appreciate the time you spent walking through this with me. Thank you16:37
=== conjo is now known as spagettios
=== the_ant1 is now known as the_ant
StevenJayCohenTouchpad suddenly stopped working - Ubuntu 20.04 - Dell 7290 - Was working fine, then suddenly stopped17:05
StevenJayCohenKeyboard works, and external USB mouse works17:06
=== benfrancis4 is now known as benfrancis
spagettiosStevenJayCohen, sorted yet17:23
StevenJayCohenno17:32
StevenJayCohensorry for slow reply17:32
spagettiosgot a dual boot or anything can you clean install17:42
spagettiosor run the live usb and see if problem persist17:42
BT40will try downloading sstate files with firefox. In commandline, it failed 5 times after 15-20%. Always started from scratch instead of resuming download. Hope firefox can fix this    :)17:46
=== woot` is now known as yawn`
=== yawn` is now known as stillyawning`
=== stillyawning` is now known as yawningstill`
spagettiosget a download manager or use wget or curl from terminal17:52
InnovAnon-Inc^^^ PAGER=cat man wget | grep -e --continue17:54
spagettiosBT40 https://addons.mozilla.org/en-US/firefox/addon/turbo-download-manager/?src=search17:54
shinobiany known issues with Intel Wifi 6 AX200? I'm using drive iwlwifi and it keeps dropping and asking for the wifi password again.18:03
spagettioscan you login to the router18:06
shinobiIs that to me or are you referencing someone previously?18:07
spagettiosshinobi, you mate =), also what band are you using?18:07
shinobiSpagettios - Yes, I can log into the router.   band?   You mean b,g,n or channel?18:08
spagettiostried changing the channel perhaps to many other routers devices nearby arps all over the place18:09
spagettiosi meant 2.4GHz and 5GHz18:10
shinobiI'm running g/n, with 20mhz bandwidth on channel 2.18:10
spagettioshave you got a dual band router18:10
shinobiAll other devices stay connected.18:10
shinobiinterference shows as "acceptable"18:11
shinobispegettios - I'm sorry, wifi is not my strong spot.It's got 2.4 and 5 ghz18:13
shinobiBUT they are both runnning over the same SSID18:13
shinobiThe 5ghz band is on channel 14918:15
spagettiostry connecting to the 2.4 if connection keeps dropping out,if you havn't already18:15
spagettiossupposed to have more range18:16
spagettiosbut a little slower,not that you will notice, i didn18:16
spagettioshow you measuring interference18:17
spagettiossome mobile app or linux based18:17
=== KindTwo is now known as KindOne
spagettioswhen you search for a wifi 'AP' (the name of your wifi connection) there is likely two with nearly the same name you can connect to perhaps 3 if guest mode is enabled18:23
fradwhat command could I run to get information about my isp? like the name18:27
younderuname -a18:30
fradno, thats my kern18:30
fradfound it, thanks18:31
younderfraud: yeah sorry. brainfart. I use from the browser whatsmyip.com18:35
StevenJayCohenMore info: Dell 7290 Touchpad on 20.04 suddenly stops working. Found this in log - "i2c_designware i2c_designware.1: controller timed out"  How can I revert to the kernel easily to check if the previous version had this issue? (I think the problem started after the last kernel update. If I can confirm, I'll report the regression)18:38
younderStevenJayCohen, When booting press the escape key to get the boot menu. Then select the second last kernel.18:40
StevenJayCohenyounder: Thanks, kinda rough day. I'm forgetting stuff and can't sleep. So, I apologize for basic questions. Will do that then report back.18:41
StevenJayCohenyounder: It looks like I autoremoved the last kernel already. What can I do?18:46
supastupidHello, I am trying to connect my Xbox controller (via Bluetooth) but when i connect it it says Connected for a brief moment and then disconnects.18:47
younderStevenJayCohen, Auto-remove doesn't remove all images but the last. In stead of escape try shift repeatedly on boot.18:51
supastupidAlso through Gnome Settings, that's something to note18:52
StevenJayCohenyounder: will do18:54
supastupidSometimes it doesn't connect at all18:55
supastupidCan someone help19:00
n-iCesupastupid: what's your problem?19:01
supastupidHello, I am trying to connect my Xbox controller (via Bluetooth) but when i connect it it says Connected for a brief moment and then disconnects.19:01
supastupid^ that's a copy of the message i sent earlier19:01
psyminsupastupid, XBox One?19:02
supastupidS19:03
supastupidXbox One S19:03
supastupidTip: S is cheaper than X and its pretty good for it's price19:03
n-iCesupastupid: try  with cable first19:04
n-iCeto pair it19:04
StevenJayCohenyounder: Booted from 20.04 install and the touchpad no longer works? I am at a loss.19:04
psyminSome XBox One controllers need a firmware update19:05
ioriasupastupid, ls /sys/module/bluetooth/parameters/disable_ertm19:05
supastupidwired doesn't connect19:05
supastupidjust vibrates19:05
supastupidalso19:06
supastupidioria: /sys/module/bluetooth/parameters/disable_ertm19:06
ioriasupastupid, sudo sh -c 'echo 1 > /sys/module/bluetooth/parameters/disable_ertm'19:06
supastupidioria: did it, but what does it do? i like to learn and know what i'm doing19:07
ioriasupastupid, pair it19:07
supastupidi know it echoes something into a file19:07
supastupidbut still nope19:08
ioriaah19:08
supastupidoh..19:09
supastupidi see what it does19:09
supastupidit uses bourne shell as root and echoes 1 into that file19:09
ioriasupastupid, yeah, but if no use ...19:09
supastupidi used it19:10
supastupidwhat if i change to 019:10
ioriasupastupid, it's not persistent19:10
ioriasupastupid, https://www.forbes.com/sites/jasonevangelho/2019/10/14/linux-gaming-tip-how-to-pair-your-xbox-one-s-and-switch-pro-controllers-via-bluetooth/#366060bc101e19:11
supastupidyou don't need sh -c19:11
supastupidthat's why it isn't persistent19:11
supastupidusing su and running the command does the job19:12
supastupidthank you19:12
ioriasupastupid, ok19:12
jrgilmanhey there, NFS noob here, reading this guide from digital ocean: https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nfs-mount-on-ubuntu-16-04, in part 3 they add /home with the option no_root_squash, this seems insecure is it not?19:15
akikjrgilman: it just means root is root on nfs19:16
shinobiis openjdk-11-jre-headless the correct package for openjdk 11 ?  I don't want just the runtime. I need the full sdk.19:16
jrgilmanmaybe this goes into a deeper misunderstanding of linux permissions akik19:16
jrgilmanbut it seems like19:17
akikjrgilman: no it just means that. by default root is not root on nfs19:17
sarnoldjrgilman: is root on all machiens the same root?19:17
jrgilmanokay just to backup for a second19:17
jrgilmansarnold: uh is it19:17
jrgilmani thought it all depends on the user's id number19:17
jrgilmanso like in /etc/passwd19:18
jrgilmanroot is 019:18
sarnoldjrgilman: are *you* root on all machines/ are *only* you root on all machines?19:18
jrgilmanI'm gonna sound stupid here, but I've reread that 8 times now and I'm still unsure what you mean19:19
akikjrgilman: the client machine that mounts the nfs share, that client machine's root account is the subject. can it access the nfs share as root or not, i.e. do whatever he wants19:20
akikjrgilman: if you set the mount option no_root_squash, root can do whatever on the nfs share19:21
jrgilmani assume with no_root_squash it can19:21
jrgilmangotchya okay19:21
jrgilmanbut if i don't19:22
jrgilmanand i try to do stuff as root on the client machine19:22
jrgilmanthe NFS server converts that into some other user19:22
akikjrgilman: then root user can't do "anything" on the nfs share19:22
jrgilmanand i'll get permission denied19:22
codepy69Hello :)19:22
jrgilmanokay19:22
jrgilmanis the benefit of that so that if I have a client machine and i connect to the NFS I can't just sudo su and mess with pretty much any file?19:23
jrgilmanthe purpose of the flag that is19:23
jrgilmanno_root_squash19:23
jrgilmanwell i should say, the default behavior19:23
jrgilmanwithout no_root_squash19:23
mmlj4what kernel does 20.04 have, please?19:37
blb43935.4.0-3319:38
sarnoldmmlj4: 5.4.x derived kernels on most of the 20.04 lines19:38
mmlj4is there a bleedier version that has 5.6?19:38
youndermmlj4, Ubuntu doesn't do beelding fresh kernels as they are not proven. Perhaps you want fedora.19:39
younderbleeding19:40
oerheksLTS does not get 5.6 or up.19:40
mmlj4you have LTS, and something that isn't long-term, right? I'm asking about that, and does it have 5.6 yet.19:41
mmlj4and Fedora can DIAF19:41
sarnoldmmlj4: there is a linux-oem-5.6 source package, but that may or may not be suitable for "standard" use https://kernel.ubuntu.com/sru/dashboards/web/kernel-stable-board.html19:43
mmlj4thanks19:43
oerheks!mainline19:45
ubottuThe kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds19:45
oerheksbut that ppa gives no upgrades.19:45
youndermmlj4, Anything particular you miss in the 5.4 kernel?19:46
mmlj4wireguard19:48
sarnoldoh19:48
sarnoldyou should have said :) wireguard is built in19:48
sarnoldjust run it19:48
mmlj4yes, DKMS will build, but doing that remotely after an upgrade isn't reliable19:48
younderI have often had problem with programs running in a distribution wich are not up to date, but never problems connected to the kernel version.19:49
mmlj4unless wg has been backported to 5.4, it's not built in19:49
sarnoldmmlj4: no, like, literally, run sudo modprobe wireguard19:49
sarnoldmmlj4: then check dmesg | tail19:49
mmlj4hmm...19:49
mmlj4I'll have to spin up a VM and test that (then try it on a Pi)19:51
mmlj4I'm trying to develop and sell a line of IoT gear, and my app depends on wireguard (the little things call home, and are verified via wireguard keys)19:53
mmlj4...and as you know, the S in IoT stands for security...19:54
sarnold:D19:55
youndermmlj4, I use ubuntu core which has a different approach to security. Basically it's all snaps.19:55
Haledwhat kernel will 20.10 ship with?19:56
mmlj4there's an echo in here19:56
sarnoldI don't think I've seen an announcement yet19:56
Haledsarnold: any estimation? what's likely?19:57
mmlj4I've beat my head against a wall for probably 8 months now... FreeBSD? it has wireguard, except it won't connect if you put it behind NAT. Slackware is my weapon of choice, but getting wireguard to rebuild after a kernel upgrade would involve clever scripting, as would straight debian. A distro with 5.6 would make all those headaches go away (and if your suggestion works, that too would work)19:59
mmlj4and Slackware 15 will have 5.6, but it's probably a year or so away :-/20:00
sarnoldmmlj4: the wireguard author backported wireguard for our 5.4 kernel, I think he did something similar for a debian 10 kernel; you could probably steal the sources from either one and patch up slackware's current kernel20:00
mmlj4right, a backport, as I mused20:01
mmlj4I'd pondered simply compiling/packaging a kernel, but I dont' want to get into the OS maintainer game, that's what distros do best20:02
mmlj4oh, and RPis don't make things easy for a a dev... proprietary firmware and a busted bootloader, so'd you can't easily load your own kernel20:03
lunaahello can someone help me with the new WSL?20:03
lunaahttps://pastebin.com/wKRxmPAK20:04
mmlj4and the Go userland implementation simply will not build on a Pi20:04
oerhekslunaa, for wsl, discussion and support, see #ubuntu-on-windows or #ubuntu-server20:04
lunaaokay thanks20:05
housecat##windows, not #ubuntu-server20:05
sarnoldConnectionRefusedError: [Errno 111] Connection refused20:05
lunaayes20:05
sarnoldare you sure the thing you're trying to connect to actually wants to talk?20:05
housecatanyway, from the look of those errors it's not a WSL issue, it's a "trying to connect over HTTPS to a site that doesn't do HTTPS" issue20:05
lunaayes its working normally.20:05
housecatline 34 has the host on it, and that host has no HTTPS20:05
lunaaalso netstate has an empty list.20:06
housecat(did you typo the hostname?)20:06
HamiltonI executed `apt-cache rdepends --installed suckless-tools` and the result was Reverse Depends:  i3-gaps . Does it mean that i3-gaps is dependent on the suckless-tools package20:06
lunaasure housecat.20:06
lunaaalso the netstate return an empty list.20:06
lunaaI just updated v2004 to tryout the wsl bash.20:07
youndermmlj4, Tried a Jetson or a NXP I.MX 820:07
sarnoldmmlj4: hmm -- even lxd builds on aarch64, eg https://paste.ubuntu.com/p/SNKFGN2mtQ/20:07
housecatlunaa: yeah, that on the other hand *is* a WSL issue, so it'd go in #ubuntu-on-windows or ##windows. but there's already a bug report for it, at https://github.com/Microsoft/WSL/issues/224920:07
housecattl;dr: use windows' netstat instead20:08
sarnoldmmlj4: lxd does quite a lot of go things.. it'll be a fairly complicated go user, I think20:08
lunaahousecat: at the moment, netstate is working but return an empty list. and the rejection for https is coming through 443, so its some kind of firewall. my windows is fresh and by even turning off the windows defender. i still get the same result20:10
mk14hi! i'm trying to upgrade from 18.04 to 20.04 but encountered an error, * Unofficial software packages not provided by Ubuntu. Please use the tool 'ppa-purge' from the ppa-purge package to remove software from a Launchpad PPA and try the upgrade again. If i edit sources.list (add # in front of ppa) will it be enough?20:16
leftyfbmk14: you need to follow the instructions and purge the ppa and the packages installed from it20:18
leftyfbor not20:19
oerheksadd-apt-repository -r , not sure that reverses packages as ppa-purge does20:24
younderor just go into /etc/apt and remove them manually20:25
lunaaokay any idea how to link my localhosts from windows to be the same as wsl?20:49
sarnoldwhat are you trying to accomplish?20:50
lunaahttps://pastebin.com/wKRxmPAK20:51
sumagnaany help in here regarding snapcraft21:04
sumagnaor is that in another channel21:04
sarnoldsumagna: indeed #snapcraft is more likely to have experts21:04
oerhekssumagna, applications and permissions?21:04
sarnoldbut it's not off-topic here, anyway21:04
=== tds5 is now known as tds
sumagnaok21:05
sumagnawhile building a snap, it gives me an error, more specifically MemoryError21:05
sumagnawhat should i do  then?21:05
oerheksoh building snaps, #snapcraft is a better place i guess21:06
sumagnawhy is it even giving that?21:06
sumagnaoh ok21:06
sarnoldmy guess without any further context is that you've probably run out of ram21:06
sarnoldwatch top or vmstat 1 -w output while building, and see if that looks like a good quess?21:06
youndersumagna, Be spesific. What snap. what memory error21:07
=== beaver|idle is now known as beaver
sumagnamine has 4gb ram21:07
sumagnai was trying to build my own snap21:07
sumagnai might have run out of ram21:08
sumagna*ran21:08
younderSounds unlikely, what does your snap do?21:09
sumagnanothing much21:10
sumagnaits a python application21:10
sumagnausing qt21:10
sarnoldiirc snapcraft fires up a VM as part of the build process21:11
sumagnai ran snapcraft again and was looking at the ram using system monitor21:12
sumagnai had 42% used21:12
sumagnaand still it failed with MemoryError21:12
sumagnahttps://termbin.com/6nh2q21:13
sumagnathis is the traceback21:13
sarnoldsumagna: hmm. yeah, probably best to ask in #snapcraft, or perhaps try again on a machine with more memory?21:16
sumagnaalready asked21:16
sumagnaand i might try on another machine with 8gb ram21:16
younderMaybe an other option is to increase the memory heap size. In the ‘etc’ folder of the installation directory you’ll find a file named snap.conf. Open it in a text editor.There is the line which starts with 'default_options='In this line you’ll find an option like -J-Xmx5G. Increase the value. You could use something like -J-Xmx3G,21:18
sumagnawhere should i  find snap.conf21:22
client35I'm getting a login loop when logging into what I believe is the default desktop. I tried some steps including switching to another tty and checking for permissions on .Xauthority but that hasn't helped. Not sure what to do next :/21:22
client35Password works b/c I can login with same user/pass in another tty21:22
sumagnai had a login loop once and fixed it21:22
sumagnabut dont remember how :p21:22
sumagnayounder: where should i find snap.conf21:23
client35could there be a conflict between the default window manager/desktop env and another?21:24
=== beaver is now known as beaver^
sarnoldclient35: try looking around for xsession errors, perhaps ~/.xsession-errors, perhaps it's somewhere else..21:25
sarnoldclient35: also try running a journalctl -f  in another virtual console while trying to log in via the graphical mechanism21:25
client35nothing in either /root/ or /home/user/ for .xsession-errors21:28
client35checking journalctl now21:28
matsamanclient35: does it happen with a different/new user?21:29
client35I don't have another user but when I'm in another virtual terminal, I start to see the window manager bleed through; which I think is very strange.21:32
client35I'll create another user here shortly but I'm seeing gkr-pam: the password for the login keyring was invalid even though I'm using the same user/pass in my virtual terminal21:34
client35thanks for your help btw21:34
sarnoldclient35: hmmmm. did you perchance install something like virtualbox guest additions on your computer?21:35
client35nah, haven't done that. The last thing I did before this issue was try to allow xforwarding or gui to load over ssh21:35
=== beaver^ is now known as beaver^_^
client35Will have to try and see what steps I made to make that happen as that could have messed something up?21:36
client35Don't even have virtualbox installed21:36
client35Before the gkr-pam error, I see "Couldn't open /etc/securetty" no such file or directory. Authentication failure: logname= uid=0 euid=0 tty=/dev/tty1 ruser= rhost= user=groot21:37
sarnoldthe /etc/securetty is harmless21:38
sarnoldannoying but harmless21:38
client35Is it needed? I saw this: https://askubuntu.com/questions/1239503/20-04-etc-securetty-no-such-file-or-directory21:38
client35trying a new user now21:39
oerhekswhat guide did you follow, for " try to allow xforwarding or gui to load over ssh " ??21:39
client35hmm, new user works...21:39
oerheksis the ssh-service running?21:40
client35yep, active(running) since I booted my computer21:41
client35Trying to find that guide I followed21:42
nbusroneI have a question , normally when you backup Home directory , which files must exclude ? all the hidden file ? I plan to backup .bash and some .config file but when I restore those hidden file , the ubuntu OS unable to boot.What is the reason it goes wrong ?21:43
nbusroneIs there some hidden files conflict and much not be replace with new OS installed ?21:43
oerhekscp -a to preserve permissions and such,..21:45
oerheksor cp -rp21:45
client35What is the desktop environment on Ubuntu 20.04?21:46
oerheksstandard ubuntu-desktop is now gnome321:46
vbalageoerheks yes it is21:48
client35thank you.21:49
=== beaver^_^ is now known as beaver
client35I followed this guide https://mohanjith.net/blog/2008/01/using-gnome-remotely-via-ssh.html but also followed a few others. I mainly remember adding XForwarding to my `/etc/ssh/sshd_config` file. Looking through bash history for my user, I ran export DISPLAY=0, but that was only temporary22:00
client35The answer on this is also what I ran: https://unix.stackexchange.com/questions/17255/is-there-a-command-to-list-all-open-displays-on-a-machine but that was only to see which displays I had22:01
virmahaHello. I've a /home/some/foo binary but I want to ensure that whenever it is invoked, it is SOME_ENV=1  foo. how do I do that?22:02
sarnoldvirmaha: rename it to /home/some/.foo and write a script /home/some/foo that runs SOME_ENV=1 /home/some/.foo22:04
virmahasarnold, won't the script have .sh suffix?22:05
sarnoldvirmaha: if you want it to have one, sure22:05
oerheksclient35, old info from 2008 . nowadays we use systemD22:07
client35true, but wasn't having luck with ssh -X working so though to try something else22:11
pavlosclient35: it should be export DISPLAY=localhost:0 ... I frequently test with ssh -X <host> and then run xclock. If clock appears, display is set22:27
client35My login issue still continues - it seems like something in gnome might be causing it b/c virtual terminal works just fine. I enabled Nvidia drivers over Ubuntu's default, could that cause issues with login?22:44
client35Don't think that's the case b/c another user logs in just fine22:45
client35wow this worked: https://askubuntu.com/questions/148717/how-do-i-boot-into-the-console-and-then-launch-the-ubuntu-desktop-from-it22:52
client35Didn't have to run the session manually but switching from quiet splash to text, updating and then rebooting allowed me to get in22:52
sarnoldoh weird22:53
client35Yea, very. I don't have a PW login for when I boot my computer (not really safe but not too concerned about that atm).22:54
client35but I booted right into my desktop without a fuss. Maybe it was the update-grub part? I'll have to test it out here shortly to see.22:55
rjcarrI’m trying to do a recursive rsync with specific permissions on the destination and it will work for the directory in the root but not apply to any of the created files and directories that are recursively created.  Is this expected?  My options are: -zrltvh --perms --chmod=D2775,F66423:08
sarnoldrjcarr: what do you mean by "not applied"?23:14
rjcarrsarnold: Thanks, I mean they items don’t have the permissions I specified.23:15
sarnoldrjcarr: skimming the rsync manpage I think it does NOT set umask at startup23:15
sarnoldrjcarr: so if your receiver rsync's umask is set too restrictively, perhaps the umask is clearing bits you expected to be set23:15
rjcarrsarnold: Could be, but I haven’t modified the umask on the destination (although the directory does have setgid), and wouldn’t it be consistent for all items, including the root (i.e., first one created)?23:18
sarnoldrjcarr: hmm, good question.23:19
=== hallo is now known as deww
=== yawningstill` is now known as woot`

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