/srv/irclogs.ubuntu.com/2021/04/18/#ubuntu.txt

kodiak_fI've read through all the man pages but I can't find an answer for this - with proxy settings for APT, I can't see how to set 'no_proxy' with APT.  This is needed for our proxy since hairpinning back to our local infra is not allowed00:56
* Zayd478 Hello00:56
leftyfbkodiak_f: did you try: Acquire::http::Proxy "false";00:59
Zayd478Hello00:59
kodiak_fHello leftyfb - Apologies - I should explain that I need proxy for upstream APT repos, but must not use proxy for local on-prem repos00:59
leftyfbkodiak_f: then that would be a configuration for the proxy server, not the client01:00
leftyfb!support | Zayd47801:00
ubottuZayd478: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com01:00
kodiak_fleftyfb:  sometimes upstream proxy servers are out of the control of the Linux user or Linux sysadmin.  Red Hat variants are flexible and allow per-repo proxy settings.  I'm looking for the equivalent for APT.01:01
leftyfbkodiak_f: there is none as far as I know01:02
kodiak_fthanks, that is what I'm seeing within the man pages - I may just end up having to go upstream to the apt maintainers to see if there is a way to force APT to honor no_proxy env vars01:02
leftyfbkodiak_f: though, a quick google search turned this up. Maybe there is: https://askubuntu.com/a/715820/115131101:02
kodiak_fah interesting - thanks01:04
kodiak_fyour google findings beat mine - and from yours I was able to find a possibly more detailed description here https://askubuntu.com/questions/364635/acquirehttpproxy-for-only-specified-repositories -- thanks very much01:05
Doc-saintly31Hi all. Can anyone guide me on how to update the kernel for a system with LUKS encryption? It appears the grub cfg edited in the booted OS is not the one use during decryption and booting01:15
leftyfbDoc-saintly31: I have a full LUKS encrypted drive on all of my workstations. Have for years. No issue with updating the kernel package like any other package during regular updates01:17
Doc-saintly31Im just using the option during install though, and updating the kernrl doesnt seem to affect it.01:18
leftyfbDoc-saintly31: what do you mean it doesn't seem to affect it? What version of ubuntu?01:18
Doc-saintly31In my booted system the grub.cfg points to 5.11.15, but when i look at the extra ext4 partition used to decrypt luks i see a grub file and kernel there hardcoded to 5.401:19
Doc-saintly3120.02l401:19
Doc-saintly3120.04*01:19
leftyfbDoc-saintly31: 5.11.5 is not a supported kernel on ubuntu 20.0401:22
Doc-saintly31Yes I used mainline to install it.01:23
leftyfbDoc-saintly31: why?01:23
Doc-saintly31But why does it work fine without disk encryption. But disk encryption forces an older kernel?01:23
Doc-saintly31I need support for 11th gen intel chip01:23
=== zbenjamin is now known as Guest44086
=== zbenjamin_ is now known as zbenjamin
=== mIk3_09 is now known as mIk3_08
pinkoshi01:51
pinkospardon does ubuntu 20.04 come with default firewall rules enabled?01:51
pinkosufw doesnt seem to be pre-installed01:52
pinkosdoes that mean it has no firewall by default?01:52
leftyfbpinkos: there are no firewall rules enabled by default, no01:52
pinkoshmm01:52
pinkosare you sure there are no firewall rules enabled by default?02:00
leftyfbpinkos: yes02:00
leftyfbpinkos: you might want to ask for help with your issue and not what you assume is the cause02:01
pinkoswell i can ssh an instance but not ping or reach its port02:01
pinkosits running in oracle cloud02:01
leftyfbpinkos: default images don't have a firewall by default. oracle cloud might have custom images and/or blocking you upstream02:02
leftyfbpinkos: contact oracle cloud for support. Your issue is more than likely unrelated to the OS you're running02:03
pinkosok02:03
CoolRock22hi02:13
CoolRock22i have an iMac 2011 27" and on Elementary OS the screen brightness wont work, same thing with Ubuntu.02:14
romeHi all. I'm on 18.04 LTS and trying to upgrade to 20.04. When I run do-release-upgrade I get the messages "Restoring original system state" and "Aborting" without any further details as to what went wrong. I've tried various things (e.g., removing external sources, setting my default Python interpreter to 3.x, etc.) but nothing has worked. Any suggestions? (It would be easier to debug with some more verbose output)02:51
pinkosi added the services http and https using firewall-cmd yet when i do --list-all i dont see http and https under services02:54
pinkosam i doing something wronig?02:54
tomreynrome: there should be a log at /var/log/release-upgrade i think03:02
guivercrome, usual reasons are 3rd party packages added (preventing upgrade) so removing them (ppa-purge) & ensuring default python (2 & 3) are unchanged are key.. there are logs but I forget where03:02
Bashing-omrome: 1st things first - what shows ' sudo apt update ; sudo apt upgrade ' ?03:03
rometomreyn: the log is `/var/log/dist-upgrade/main.log` but the only relevant line is `2021-04-17 19:40:30,752 DEBUG abort called` :-(03:05
romeguiverc: I did ppa-purge and tried with both Python 2 and 3 :-(03:06
romeBashing-om: https://paste.ubuntu.com/p/D3mWXM8BK2/03:07
tomreynrome: this would provide yet more info:   sudo /bin/true && cat &>/tmp/aptlog < <(sudo grep -hEv '^([ ]*#.*)?$' /etc/apt/sources.list{,.d/*.list} 2>&1; sudo apt-get -y update 2>&1; apt-cache policy 2>&1; sudo apt-get -syV full-upgrade 2>&1;); nc termbin.com 9999 </tmp/aptlog && rm /tmp/aptlog03:09
rometomreyn: https://termbin.com/ir6a03:11
tomreynalso this: apt list --installed | grep 'local\]$' | nc termbin.com 999903:11
swareDoes anyone know if there is a place to download old PHP packages for i386 arch? I need a specific version that is no longer available.03:11
rometomreyn: https://termbin.com/ehye do you think it would help to remove all these packages?03:13
tomreynrome: possibly. we don't have any other clue so far03:14
rometomreyn: Thanks! Let me try and ping you in a bit.03:14
tomreynrome: can you also post the full /var/log/dist-upgrade/main.log ?03:15
rometomreyn: https://termbin.com/4lck03:16
tomreyntry installing the "screen" package03:18
tomreynalso, if you have files returned by this, say so:   ls -l /etc/apt/preferences{,.d/*}03:21
tomreynrome: i think i'm seeing the problem. your python is python3, but 18.04 defaults to python203:23
rometomreyn: no files returned by ls -l /etc/apt/preferences{,.d/*}03:24
tomreynyou should never change the system python version03:24
rometomreyn: When I first tried I was on Python 2. I only did an update-alternatives to try to see if that was the problem03:25
romeIt failed after installing screen (and this was after switching back to Python 2)03:26
tomreynwhat is "it" that failed after installing "screen"? and how did "it" fail?03:27
romeApologies. do-release-upgrade failed after installing screen. It failed in the same way (though now it was running inside a screen session)03:27
tomreyncan you post /var/log/dist-upgrade/main.log again?03:28
rometomreyn: https://termbin.com/pgpoz03:30
romeOh, it seems as though the Python version is still 3.x. I thought update-alternatives would fix that. Maybe I should just remove Python 3 entirely03:32
tomreynmaybe do-release-upgrade actually needs to use python 3, i'm just trying to clarify this03:33
romeBRB, reboot03:33
tomreynrome: your /var/log/dist-upgrade/main.log should indeed say: python version: '3.6.9 (default, Jan 26 2021, 15:33:00) [GCC 8.4.0]' - as yours does. the line where it says "abort called" is the problem. apparently do-release-upgrade fails to run some apt functions there. it would normally go on to report "MetaPkgs: ...", "Foreign: ...", "Obsolete: ..." packages and states there, then try modifying your sources.list.03:48
rometomreyn: Gotcha. It might be easier at this point to just blow whatever's on the hard disk and replace it with a fresh install, unless you want to try anything in particular before I do so03:49
rome(Also, thank you for helping)03:49
tomreynrome: i'm puzzled really, no idea what may have happened there.03:51
rometomreyn: Thanks for trying. Have a good one!03:56
JoeBkwhat is the release date for 21.04?04:01
JoeBkapr 22. I googled it.04:02
pytorchhow do i install certbot without using snapd?04:09
guivercpytorch, you haven't provided release details; but https://packages.ubuntu.com/groovy/certbot04:11
pytorchguiverc: it seems like that certbot is older version than the current stable04:36
guivercdeb packages are built for a release.. it's a universe or community supported package, so they probably lack volunteers to re-package & SRU upgraded packages for stable releases... PPAs & 3rd party, or self-build are still options04:38
=== JoeBk_ is now known as JoeBk
guivercpackage for my release is 1.12.0-2; you never gave release details04:38
THC_System\420hey there, I've having a problem with my 18.04 LTS home server where systemd-networkd is continuously logging "Cannot assign requested address" errors when it tries to bind a dhcp ipv6 address04:48
THC_System\420the weird thing is that the same ipv6 address shows up in `ip address` output and I can ping it from another machine, so I'm not sure if this is a bug or a problem with me not understanding ipv6 :)04:49
THC_System\420I found this systemd issue in github where others reported similar error messages: https://github.com/systemd/systemd/issues/8686. The issue is still open and isn't pin-pointed to being a single specific problem, nor an issue with systemd necessarily. There's a good tip in that thread which shows how to enable debug logging with networkd, which I've done.04:52
lotuspsychjeTHC_System\420: you might wanna visit #ubuntu-server for likeminded experts05:35
THC_System\420^ sounds good, thanks :)05:35
blackyboyHi all08:12
blackyboyOne of application user (user1) pushing files into a SFTP server. Once the SFTP server received the files it will be picked (CUT) by another application user (user2) for processing. Now the application team need to make a copy of those received files to be used by a different application user (user3). The frequency of pushing files to the SFTP is 5 minutes. How can i make the copy of those files?08:12
lotuspsychjeducasse: ^ perhaps08:15
thatpythonboyleftyfb: hi i.imgur.com/NVPY9Vv.png what is vpnpassthrough08:35
thatpythonboyhow can i open my router ports for ssh08:36
roryport forwarding is probably in Security there08:42
roryI believe VPN passthrough allows you to use IPsec or PPTP VPNs from machines behind NAT08:43
rorynice https://www.theedgyveg.com/2014/01/20/vegan-buffalo-wings-recipe/08:44
thatpythonboywhy is everyone is #ubuntu obsessed with vegan buffalo wings08:44
roryI just saw it in that screenshot lol08:45
thatpythonboyoh clever08:45
roryon my router I have to first define a service "SSH" that is port 22, and then separately forward the port to that service08:47
rorybut I've also used routers where the port forwarding just requires you to specify a port. so click around. but "port forwading" is what you are looking for.08:47
thatpythonboyhow do those it guys tell windows users to install vnc but without router config manage to remotely control their windows machines, i'd like you to do that rory08:48
rorywhich IT guys? Are you sure it's a straight up VNC server and not some remote-access software that calls out to a central server to initiate the connection from behind NAT?08:49
thatpythonboyit's some remote access on the IT guys side08:50
thatpythonboyyup i mean from behind NAT or reverse-ssh08:51
submarinerI dont recall much people using vnc in past years. Its usually something like Team Viewer, which exists for linux as well08:51
submarinerI've used team viewer many times to assist windows users08:54
thatpythonboyhttps://i.imgur.com/IsbRV6b.png rory08:59
rorythatpythonboy, you will have to "add custom service" for SSH (port 22)09:00
sabasedighHello. I want to reduce the memory usage of gnome ubuntu. evolution-* is sucking lots of memory.09:03
sabasedighwhat are they?09:03
thatpythonboyrory: https://i.imgur.com/389gxIW.png09:04
thatpythonboy10.0.0.10 is my laptop but what is 10.0.0.3 it's not desktop=10.0.0.12 and router is 10.0.0.109:04
sabasedighhow could I remove evolution-*.09:05
rorythatpythonboy, set those ports both to 22, and enable Use the same range for internal ports09:05
rorya phone maybe? or an IP address that previously got assigned and the router still remembers it even though it's not currently online?09:06
roryThis is not really an Ubuntu support question09:06
thatpythonboysabasedigh: https://wiki.gnome.org/Initiatives/MemoryReduction https://linuxhint.com/memory_optimize_gnome/ no idea about evolution never used it09:06
submarinerthatpythonboy, how old is your router ? have you considered flashing openwrt to it ?09:06
thatpythonboyrory: i get it but i am on ubuntu and ssh is basics of linux09:06
thatpythonboyi'd never use openwrt on netgear, instead bridge to desktop where i'd use openwrt09:07
roryset all that stuff to 22 and pick your correct IP and it will work - I don't know how to figure out what the other device is09:07
lotuspsychjethats more a ##networking question thatpythonboy09:07
thatpythonboywhat's internal starting port09:14
thatpythonboyi.imgur.com/glkVcZw.png09:15
thatpythonboyhttps://i.imgur.com/n8HjiIJ.png now how to ssh09:19
thatpythonboyssh user@ip now what's the global ip09:19
thatpythonboyifconfig doesn't show the global ip09:19
thatpythonboyssh startingport,endingport user@ip ;so what's the actual cmd09:20
thatpythonboyApr 18 13:49:33 z sshd[2274]: Server listening on 0.0.0.0 port 22. rory09:20
thatpythonboythe router's port is different than ubuntu's port09:21
roryset those ports both to 22, and enable Use the same range for internal ports09:30
rorynot 64123 unless you changed SSH server settings in ubuntu to that09:30
thatpythonboy what's the ip for wan? ifconfig shows lan09:34
rorygoogle "what is my IP" it tells you09:35
wyoungcurl https://api.ipify.org09:44
kristian_on_linucheers10:21
kristian_on_linustill no wifi with the t520 on 20.04 (Intel Corporation Centrino Advanced-N 6205)10:24
zen_coderI have ubuntu 18.0 I started ubuntu in wayland, then switched back to normal x11 in ubuntu 18.04, now when I start firefox I get following eror: https://paste.ubuntu.com/p/2YzfCBmHnH/11:07
zen_codercan andybody help?11:07
zen_coderstarting in safe mode also doesnt help11:07
vmguy23mIts trying to use Wayland11:08
zen_coderstarting in wayland does not start it either11:10
zen_coderthere I see a window, but it is all black11:10
=== vmguy23m is now known as [VMGuy23]
zen_codercan anybody help?11:49
xet7zen_coder: help with what?11:50
xet7zen_coder: please give more details11:51
zen_coderxet7: this is my issue: https://paste.ubuntu.com/p/2YzfCBmHnH/11:57
zen_codercannot start firefox anymore, after I started ubuntu with wayland compositor for one time11:57
zen_codernow firefox seems to try to start I am still under wanyland11:58
zen_coderthinks that I am under wanyland11:58
mrkubax10try reinstalling firefox11:58
zen_coderokay I will do12:02
cbreaktry starting with an other profile?12:02
ockidHow do I overclock my nvidia 1080 memory on ubuntu 20.04 lts?12:10
wyoungockid: You work on yourself, grow up, and forget about overclocking.12:15
ockidwyoung nice projecting12:15
wyoungAny time ockid12:16
zen_coderafter reinstalling it is starting again12:20
zen_coderso what is it with wayland?12:21
zen_coderit is still not working?12:21
wyoungockid: but seriously, overclocking is what teenagers do.12:22
wyoungTrying to get more performance out of stock equipment, destroying it quickly and using more electricity / fuel.  Same as teenagers with cars.12:23
ockidwyoung but seriously, you don't understand why people oc memory so cba12:23
wyoungand boaring out cylinders and adding turbos12:23
wyoungockid: I do understand, they are young and immature12:23
ockid:DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD12:24
sabasedighconsidering other linux distros and even other desktop env's on ubuntu; FireFox mpv and java spawn too much processes with different pids causing much cpu and memory usage. A. Why? B. How to dail it down. Please advice me in this regard12:30
sabasedighThanks12:30
wyoungsabasedigh: I haven't experienced that.12:31
wyoungHave you installed any third party or custom java apps that startup at boot time?12:31
BluesKajHi folks12:32
wyoungHi BluesKaj12:32
BluesKajhi wyoung12:33
wyoungWhat's the latest?12:33
[VMGuy23]Hello BluesKaj12:33
BluesKajhi [VMGuy23]12:34
sabasedighwyoung: when you play a movie with mpv how many mpv processes do you see in htop?12:36
sabasedighI installed oracle java for running android studio12:36
wyoungsabasedigh: I use VLC12:36
sabasedighwyoung: is it better?12:37
sabasedighlet say is it lighter?12:37
[VMGuy23]With visualisations on VLC, the sound sounds slightly out of tune (lower) when playing mp3s12:38
wyoungsabasedigh: I haven't experienced the resource issues you have mentioned if that is waht you mean12:39
wyoung[VMGuy23]: so use something else for playing music12:39
wyoungI use Spotify myself12:39
lotuspsychje!discuss12:40
ubottuWant 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!12:40
lotuspsychjekeep things seperated guys12:40
[VMGuy23]wyoung: For mp3's most players work, Spotify is a bit too much for just MP3s12:40
wyoungRhtymenbox is good12:41
lotuspsychje[VMGuy23]: wyoung keep this channel for support only please12:42
[VMGuy23]Yep, moving to another channel now12:42
wyounglotuspsychje: OK12:44
IarlaI'm on a fully updated 20.04 machine which has Libreoffice 6.4. I was sent a presentation done with Libre Office 7.0 (on macos) and the layout is all over the place. Would upgrading the Ubuntu version to 7.x fix this, and should I go the snap route or ppa?13:28
longshankshey all :)  I want to xfer my media from an internal hdd to a larger (new) hdd. my pc only has space for one internal 3.5 hdd as i have a 2.5 ssd (for OS) and a 3.5 hdd for media. i've attached the drive using a USB caddy. i partioned and formatted (ext4). I've mounted the new drive ok but i can only write files as root. what am i doing wrong?13:39
longshanksObvioulsy some kind of permissions problem somewhere. In fact the error I'm getting is permission denied, unless I'm root13:40
JoeBklongshanks, shouds like you need to change ownership of destination directory.13:41
JoeBkman chown13:41
JoeBks/shounds/sounds13:42
longshanksJoeBk: i did that13:44
JoeBkwhat does ls -ld <directory> show?13:46
longshanksAh. think it's working. had to unmount and remount after changing the perms13:47
IarlaSeems my issue was font related. I'll ask in #libreoffice about that though since it's not Ubuntu related.13:56
remlineIarla: Good find. It may be appropriate to exchange PDFs instead of libreoffice presentations, depending on the needs and use case.13:59
[VMGuy23]Fonts crashes on launch14:01
lucas-argany ideas how to check whats the proxy sever in the server im connected?14:07
[VMGuy23]What do you mean?14:09
Iarlaremline: it was a collaboration in this case, but yes, pdf in all other cases makes sense. I'm looking now for a way to quickly get a list of fonts used in an LO document so I can quickly trouble shoot if this happens again.14:12
remlineIarla: Under File > Properties, Font tab, I see an option "Embed fonts in the document." Perhaps that would be useful for collaboration?14:14
Iarlaremline: oooooh, nice find! I'll try that now and see what happens.14:15
Iarlaremline: oddly, that didn't work. At least not with Impress. It's probably a bug though. Off to #libreoffice again I suppose :)14:24
[VMGuy23]Opera won't start, shows this: https://bpa.st/YQPQ then nothing happens until I ^C twice14:34
ioria[VMGuy23], probably an issue with snap and your (probably) installed AMDGPU-PRO14:44
[VMGuy23]It's the deb from the website14:48
leftyfb[VMGuy23]: remove it and install from snap. We can't support that here14:49
[VMGuy23]The snap is no different14:50
ioria[VMGuy23], for troubleshoot purpose, i suggest to boot with nomodeset and try to launch Opera14:50
[VMGuy23]What do you mean, boot with nomodeset?14:51
leftyfb[VMGuy23]: I just installed from the snap and it runs just fine14:51
ioria[VMGuy23], if you boot with the nomodeset parameters, the video drivers won't be loaded14:51
ioriathe point is the driver, i guess, not the software pacaging14:52
ioria*packaging14:52
=== themayor_ is now known as themayor
FreeBDSMhi. Ubuntu 20.04 has mpv 0.32.0, while mpv's stable version is a more recent one, whom to ask to push an update of mpv to ubuntu's repo?15:48
mrkubax10you can manually install deb with newer version15:52
=== ghostcube_ is now known as ghostcube
eelstreborwhat are these kernels in the repository that have a -oem on the end? (5.10.0-1014-oem) some have a star in the checkbox but they're not installed.16:11
sabasedighhello16:12
sabasedighhello again16:12
sabasedighI want to use something alternative to click&clean for chrome browser! do you know one?16:14
javi404https://askubuntu.com/questions/1220175/how-do-i-get-the-grub-menu-to-show-on-a-macbook/1299955#129995516:17
javi404fun times16:17
javi404why can't the shim just be uninstalled?16:24
=== RedNifre_ is now known as RedNifre
auxinI am curious, how might I attempt to install a package from a previous ubuntu release. Can I add a depo somehow?the package in question is synergy 1.8.8-stable+dfsg.1-1 (arm64 binary) in ubuntu artful, note it's for arm64.17:15
kristian_on_linujeremy31, tomreyn ... thanks for the help, turned out this moron was using the wrong pw :<17:23
jeremy31kristian_on_linu: I would put it back on 11n_disable=8 then as that should be the better choice17:34
kristian_on_linuoptions iwlwifi 11n_disable=1 swcrypto=8 bt_coex_active=0 power_save=017:37
kristian_on_linuand then just comment out the rest of this string?17:37
jeremy31kristian_on_linu: The rest probably doesn't matter as the 6205 shouldn't have bluetooth, the 6235 would17:39
kristian_on_linuI'll comment it out, then17:39
tomreyn<kristian-20-04> options iwlwifi 11n_disable=8 swcrypto=1 bt_coex_active=017:39
tomreyn<kristian-20-04> I have this in my iwlwifi.conf17:39
tomreynthis was before changes, i think. note the value of swcrypto17:40
tomreyn11n_disable=8 seems wrong, though17:40
jeremy31tomreyn: that enables aggressive TX and really helps with some chipsets17:41
tomreynoh ok, i assumed it was a boolean17:41
tomreynbut you're right, it's 1..817:41
=== jottr is now known as pynchonian
tomreynswcrypto is reported to be of type int, default 0 [hardware]17:42
jeremy31default for 11n_disable is 017:42
tomreyni'm just trying to help set these module parameters how they were, and to values that can make sense, didn't mean to suggest any specific values.17:44
jeremy31tomreyn: want the default list?17:45
tomreynkristian_on_linu: modinfo -p iwlwifi    lists parameters and defaults, i think17:45
jeremy31If you remove what you add to iwlwifi.conf and remove/install driver it will go back to defaults17:46
tomreynkristian_on_linu will work it out, i think.17:47
kristian_on_linu11n_disable:disable 11n functionality, bitmap: 1: full, 2: disable agg TX, 4: disable agg RX, 8 enable agg TX (uint)17:47
tomreynnone of what i read so far seems to explain why you'd change swcrypto from 1 to 817:49
jeremy31tomreyn: where was swcrypto set to 8?17:53
tomreyn<kristian_on_linu> options iwlwifi 11n_disable=1 swcrypto=8 bt_coex_active=0 power_save=017:53
jeremy31Might have been a typo, I hope17:54
kristian_on_linushould I have it at 1 or 8?17:55
kristian_on_linuah17:55
kristian_on_linu817:55
jeremy31swcrypto  is a boolean17:55
jeremy31Y/N or 1/017:56
kristian_on_linuah17:56
kristian_on_linuoptions iwlwifi 11n_disable=8 # swcrypto=1 bt_coex_active=0 power_save=0 <-- I have this line at the end of iwlwifi.conf now17:57
=== denningsrogue60 is now known as denningsrogue6
jeremy31kristian_on_linu: you can check the current setting with> grep [[:alnum:]] /sys/module/iwlwifi/parameters/*18:00
_Sym_kristian_on_linu, what iwlwifi chipset are you referring to?18:00
kristian_on_linuIntel Corporation Centrino Advanced-N 6205 [Taylor Peak] (rev 34)18:01
kristian_on_linuSym, is that not a Western alphabet S at the start of your name?18:02
_Sym_its an underscore18:03
_Sym_kristian_on_linu, I was just looking for the latest firmware update for your chipset and it says iwlwifi-6000g2a-ucode-18.168.6.118:13
kristian_on_linuah, no idea why hexchat is not showing that underscor18:13
kristian_on_linu*underscore18:13
kristian_on_linuthe problem's been solved (it was just me using the wrong pw), so no reason to do more :)18:14
_Sym_ah ok18:14
sabasedighI want to  export LIBVA_DRIVER_NAME=i96518:16
sabasedighevery boot and shell indepen.18:16
sabasedighWhere should I put it.18:16
kristian_on_linubut thanks anyway, _Sym_, I'm glad to see that #ubuntu is still a helpful place ;)18:17
tomreynsabasedigh: /etc/environment18:29
sabasedightomreyn: should I made it executable?18:33
tomreynsabasedigh: no18:34
tomreynsabasedigh: http://manpages.ubuntu.com/manpages/focal/en/man7/environ.7.html18:38
sappheirosThe topic's link leads to https://help.ubuntu.com/community/SupportedHardware which is outdated: Is there a better resource to help me build an Ubuntu-compatible Ethereum node? Can someone here help me refine https://newegg.io/323bb6a or refer me to a better forum to ask? Should I ask at https://ubuntuforums.org/forumdisplay.php?f=332 after checking the stickies?18:38
sappheirosI will replace that NVIDIA graphics card with an AMD one per a different website's recommendation...18:39
tomreynwe don't do hardware recommendations here, but #ubuntu-offtopic should work18:39
* sappheiros stifles a tear18:39
sappheiros'k thanks ...18:40
leftyfbsappheiros: this might be a good starting point for you: https://certification.ubuntu.com/desktop18:40
compdocsappheiros, try ##hardware too18:40
sappheirosleftyfb: I found that list of Dell, hp, and lenovo, but Dell seemed not to be sufficiently configurable (and required purchasing Windows) ... thanks18:41
compdocwhat's needed on the OS side, just ubuntu and one or two software packages?18:42
sappheiroscompdoc: for an Ethereum node? (i dunno.)18:43
compdocsounds like a large learning curve18:44
tatertotssappheiros: fairly common knowledge that purchasing any of dell ubuntu offerings will cost more than the same computer shipped with windows18:44
leftyfb!ot18:45
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!18:45
Roeyhi18:55
Roeycan mp3splt split according to a timestamp list?18:55
Roeyor, which linux utility can I use to do this?18:56
Roeythanks18:56
s0ullighthey, anyone who knows how to enable the mic of airpods pro on ubuntu?18:57
tomreyns0ullight: https://superuser.com/questions/1588750/mono-mic-instead-of-stereo-sound-for-bluetooth-headphones-on-ubuntu sums up the sad situation regarding bluetooth devices on linux19:03
tomreynyou'd need to set those to a HSP or HFP profile (if supported), and, for the latter, patch pulseuadio, i think.19:06
s0ullightI can't seem to switch to HSP from A2DP19:07
tomreynwhich ubuntu release are you running?19:07
s0ullight20.0419:08
tomreynhttps://askubuntu.com/a/1120106 may work then19:09
s0ullighttrying it now19:12
tomreynthere's a comment "Didn't work for airpods pro" though.19:13
s0ullightit didn't19:17
tomreyns0ullight: apprently, for airpods pro (there are two hardware versions, though, from what i read), you also need: https://askubuntu.com/a/106358219:20
tomreynso you may need "ControllerMode = bredr" in /etc/bluetooth/main.conf19:21
s0ullightdid that already, doesn't help with mic19:21
tomreynright, that's just about getting it to show up at all19:22
vlmtrying to build a new profile with aa-easyprof /path/bin keep getting "ERROR: Invalid path for binary: /path/bin" any clue?19:22
vlmnew apparmor profile that is19:22
s0ullightout of the box I could connect it and use as headphones, I'm trying to use them as a headset (mic included)19:22
s0ullightbut that's rather tricky it seems19:22
tomreynhttps://bugzilla.redhat.com/show_bug.cgi?id=150880719:23
ubottubugzilla.redhat.com bug 1508807 in pulseaudio "Apple Airpods: Support microphone in HFP (handsfree) profile" [Unspecified,New]19:23
Roeyhello how do I split an mp3 album mp3 into smaller mp3s, according to a list of time stamps and track names?19:26
tomreynRoey: did you try a web search on this, yet?19:27
tomreynif you'd like to do it with a gUI, audacity is probably the easiest19:28
eliocampHello. I'm re-installing ubuntu over a previous install. Is it advisable / necessary to delete all the hidden config folders? I don't want to carry any config options.19:28
leftyfbeliocamp: why are you installing over it? Just reformat and reinstall. Then restore from backup19:29
eliocampI have home in another partition, so I will be reformating the / partition.  I don't have an external HDD to do backups, unfortunately :(19:30
tomreyncloud storage could also work, i guess19:31
leftyfbeliocamp: I would REALLY make backups your priority over anything else19:33
eliocampYeah, I'll get an external HDD in a couple of days. Perhaps also an old laptop to use as a back up server. But for the time being, I'm working with what I've got. My concern is that old config files would mess up apps installed with the new version of ubuntu if they have some changes between versions.19:36
leftyfbeliocamp: right, I start from scratch and pick and choose which configs I copy back over. I've been working on an ansible playbook to do all this for me for a while now.19:37
ordosHi, does anyone here perhaps use the Roccat Ryos keyboard and if so does the T keys (T1, T2, T3) work by default out of the box or did you need to install custom drivers to use them in Ubuntu? Please ping my nickname if you reply. Thanks :-)19:41
eliocampThanks, leftyfb. I'd check which configs I want to keep.19:44
matsamanordos: there does appear to be a driver specifically for it, which usually means it's worth having19:46
ordosmatsaman, thanks I'll look into that. I'm busy researching it and have come across some drivers. Just wondering about out of the box support for now. But good to know that I at least have a plan B19:47
matsamanyeah, sorry <shrug>19:47
Roeytomreyn: thank you I'll look at that then19:55
[VMGuy23]i installed AMDGPU, then uninstalled because it didn't work on 20.10, and now my screen is stuck at default resolution (which is 1080p) and no other monitors are detected20:19
[VMGuy23]Any help?20:19
glamboyHi, sorry if this is a sensitive topic, but I don't know where to ask it. I used to be an old Ubuntu user back in the Ubuntu 6.06 days, and now I find myself with technologies such as snap/flatpak and a whole lot of flame wars occurring around them. I am honestly very lost.20:26
[VMGuy23]glamboy: #ubuntu-discuss20:27
glamboyThank you!20:27
[VMGuy23]no problem20:28
fishbaiti need a bit of help does anyone have examples of nftables that runs ipv4 nat-masqueade and is ipv6 compatible?20:44
fishbaitive gotten as far as getting my test old-ass-ibook-g4 to get an ip but i need somewhere to start on the routing tables20:46
fishbaitits quiet here....20:48
fishbaitanyone out there active?21:02
cbreakwe're all dead.21:03
fishbaitoh thank god its just dead21:03
petrjtalking dead21:03
blahboybazI'm having some kind of problem with my nvidia card but the more I try to look for infos on it the more errors I get21:04
fishbaitanyone know where i can find an nft example that runs ipv4/ipv6 dual stack and run ipv4 as masquerade?21:04
fishbait*nftables example21:04
Maik!patience | fishbait21:04
ubottufishbait: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/21:04
blahboybazIt won't work with obs (get an error), then I get an weird pcie bus error when I just close the lid on the laptop overnight, then some commands don't seem to work to get infos on it21:05
fishbaitnah i thought my irc web client had borked21:05
fishbaitand typed it again but made a typo21:05
Maiksure21:05
blahboybazIs anyone familiar with nvidia driver?21:06
leftyfbfishbait: you might try #ubuntu-server. You issue is not ubuntu specific and a bit beyond the scope of questions regularly asked here21:07
petrjanyone tried installing ubuntu on m1 bare metal https://corellium.com/blog/linux-m1?21:07
fishbaitah okay i'll try that lefty THANK YOU!21:07
petrji'll buy if it works :D21:07
cbreakwhy not use mac os?21:08
leftyfbpetrj: it's not officially supported. You'll be on your own there21:09
cbreakit'll be so much better, since it actually has drivers for all the hardware21:09
cbreakeven if linux "works", you probably won't have proper support for anything21:09
petrjdrives on ubuntu work on intel-based mac flawlessly. m1 is new, so i guess it will take some time to get all drives working (if they aren't already)?21:11
petrji prefer ubuntu over mac, unless it is not possible :)21:11
leftyfbpetrj: then don't buy a mac21:12
petrjhardware is vendor's choice, software is user's. i think apple announced that they do not restrict users to install other os on m1.21:14
cbreak... for now...21:19
cbreakpetrj: but apple won't provide GPL drivers for their iGPU21:19
cbreakand I doubt they provide enough documentation to make it easy to write one from scratch either21:19
petrjbet, and they haven't followed standards even on the hardware side as corellium lab pointed out in that article.21:21
petrji'll then wait for the next 'faster than m1 chip' non-man laptop :/21:22
petrjnon-mac*21:24
FreeBDSMhi. Ubuntu 20.04 has mpv 0.32.0, while mpv's stable version is a more recent one, whom to ask to push an update of mpv to ubuntu's repo?22:01
leftyfb!latest | FreeBDSM22:02
ubottuFreeBDSM: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa.22:02
FreeBDSMis it against some internal guidelines to publish updates to LTS branhes?22:02
FreeBDSMbranches*22:02
leftyfbFreeBDSM: Ubuntu is not a rolling release. Very few packages are kept updated to the latest. It's mainly bug and security fixes till the next release22:03
FreeBDSMleftyfb: yeah, but did you just describe what's generally happening or are there some policies to not push updates?22:07
FreeBDSMbecause the goal of just keeping old version - is stupid22:07
leftyfbFreeBDSM: is there a particular feature that you need that is in .33 as opposed to .32 which was release 7 months later?22:10
leftyfbalso mpv .33 was released 7 months after the release of Ubuntu 20.0422:11
FreeBDSMleftyfb: in fact, yes. Currently available version of mpv lacks a feature of not showing subtitles if they match audio language22:11
leftyfbFreeBDSM: ok, and did you go to mpv's website that points you to their official PPA which has the version you're looking for?22:12
FreeBDSMleftyfb: no, I did not, as I don't like this approach.22:14
BiruwaHi there. We're trying to install Ubuntu Linux on a Macbook Air, 2020 Model number A2179. It's a last-gen Intel (x86_64) laptop (i.e. not the M1 chip). It has a T2 security chip on it, which I think is complicating the process. The installation fails every time at the GRUB bootloader stage. Does anyone have any advice?22:31
BiruwaThe specific error message that I get is: "Executing 'grub-install/dev/nvme0n1 failed \n this is a fatal error"22:32
jeremy31Biruwa: Have you tried an install without connecting to the internet?22:34
BiruwaYes, all install attempts were done without wireless connectivity.22:35
BiruwaI tried to specifically install Ubuntu 20.04, as well as the 21.04 beta. An earlier troubleshooting cycle has implied that there might be better compatibility with 21.04, because it has a more recent Linux kernel.22:35
BiruwaBut unfortunately, 21.04 fails with the same error.22:36
jeremy31Biruwa: I just wondered as some updates to grub caused issues22:36
jeremy31You should consider reporting a bug22:36
BiruwaAh, I see. I'll troubleshoot a bit more and dig through some older stackexchange/forum threads.22:37
BiruwaHopefully someone else here would have some further insight and or ideas. I'm sure people have gotten Linux to work on a recent-series Apple before.22:37
jeremy31Might want to search bugs.launchpad.net/ubuntu22:37
BiruwaThank you.22:38
basenodehow can i restart my bluetooth? restart bluetooth.service doesn't fix my problem23:17
basenode(which is that the bluetooth settings page isn't allowing me to turn on bluetooth, i can click the button but it appears to stay off)23:17
Bashing-ombasenode: systemd try as ' systemctl start bluetooth.service ' .23:19
basenodeBashing-om: that was the first thing i tried like i mentioned above, but no dice23:20
basenodenormally I would think that would be enough23:20
basenodeok modprob worked23:22
basenode*prbe23:22
basenode*probe23:22
basenodethanks ladies23:22
Bashing-ombasenode: Humm .. if you run ' journalctl -f ' in another window. when starting bluetooth are there any hints in the journalctl output ?23:22

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