/srv/irclogs.ubuntu.com/2022/01/08/#ubuntu.txt

orbisvicisI'm having problems with my webcam / cheese, uvcvideo virtualbox device, works fine in vlc but cheese says no device even with -d /dev/video000:15
oerheksorbisvicis, try to set resolution 1 step lower in preferences, that made my webcam work.00:17
oerheksin cheese *00:17
orbisvicisoerheks, can't set the resolution without a device00:17
oerheksthen virtual box is the culprit?00:18
orbisvicisoerheks, I would think so, but it does work fine in vlc00:21
oerheksyeah, good point00:21
orbisvicismight be this? https://www.virtualbox.org/ticket/1872500:23
ubottuwww.virtualbox.org ticket 18725 in other "WebCam passtrough doesn't properly pass format capabilities to guest GStreamer" [New]00:23
orbisvicisdoes cheese use gstreamer?00:23
oerheksyes, i think so00:24
orbisvicisoerheks, yeah I checked the logs and seems to be the exact same problem00:44
=== jje9 is now known as jje
webchat546Hello?01:25
sarnoldhi01:26
webchat546Where am I01:26
idkauubuntu01:26
sarnoldthe #ubuntu channel on the libera irc network01:26
leftyfbwebchat546: Quebec01:26
sarnoldlol01:26
leftyfbprobably close to Blainville01:27
webchat546wtf01:27
webchat546why yoall looking to my public ip01:27
leftyfbyou asked01:27
idkauits on the screen LOL01:27
webchat546I know01:27
webchat546but why does it show up01:27
leftyfbwebchat546: this is an Ubuntu support channel. Do you have an Ubuntu support question?01:28
sarnoldwebchat546: because when irc was invented ~30 years ago it seemed like a good idea01:28
webchat546https://superuser.com/questions/1555396/trouble-with-shutting-down-screen-in-ubuntu-server01:28
webchat546Im troubleshooting on this since this morning and all my finds on the internet dont work!01:28
webchat546[I'm trying to turn off my laptop display with ubuntu server]01:28
webchat546Terminal :01:28
webchat546___________________________________________________01:28
webchat546dreamy@ubuntu-dreamy:~$ sudo mount -o remount,exec /dev01:28
webchat546dreamy@ubuntu-dreamy:~$ sudo vbetool dpms off01:28
webchat546open /dev/mem: Operation not permitted01:28
webchat546Failed to initialise LRMI (Linux Real-Mode Interface).01:28
leftyfb!paste | webchat54601:29
ubottuwebchat546: 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.01:29
sarnoldoh wow. /dev/mem hasn't been writable for *ages*01:29
sarnolddecade? more?>01:29
leftyfbsarnold: they got the command from a forum post from 10 years ago01:30
sarnoldleftyfb: sounds about right01:31
webchat546Because my laptop is a 2012 windows laptop01:31
leftyfbwebchat546: what version of ubuntu are you running?01:31
webchat546Ubuntu Server01:31
leftyfbwebchat546: grep -i version /etc/os-release01:31
webchat546VERSION="20.04.3 LTS (Focal Fossa)"01:32
webchat546VERSION_ID="20.04"01:32
webchat546VERSION_CODENAME=focal01:32
semi wrote a script once to turn my laptop screen off01:32
semi don't remember what was in it though :(01:32
leftyfbwebchat546: you can just say "20.04". Going forward, please do not paste more than 1 line here at a time. Use a pastebin site for that01:32
leftyfbwebchat546: have you tried https://dannyda.com/2019/06/19/turn-off-display-automatically-on-ubuntu-18-04-server-with-text-boot/ ?01:32
webchat546I was creating my account in background sorry01:33
webchat546im looking at it01:33
webchat546Will I be able to bind a script to a key ?01:34
webchat546with this01:34
webchat546When pressing Fn+F7, it would turn the screen back on01:35
semwebchat546, the grub solution would work at boot only, as I understand that01:35
webchat546that's the reason of why im asking, I want it as script01:35
webchat546not boot01:35
semright01:35
semI had a script like that once but I don't remember the command that worked for my particular laptop at the time (back in 2015 or so)01:36
semwhat else have you tried?01:36
webchat546https://help.ubuntu.com/community/vbetool01:36
sarnoldwebchat546: maybe setterm?  https://wiki.archlinux.org/title/Display_Power_Management_Signaling#DPMS_interaction_in_a_Linux_console_with_setterm01:36
webchat546xset and vbetools01:36
webchat546I will try that sarnold01:36
semthis is the command that worked for me way back when https://askubuntu.com/questions/398059/is-there-any-way-to-make-a-hotkey-turn-the-screen-off does this still work sarnold ?01:37
semxset dpms force off01:38
webchat546When I do that it says:01:39
webchat546xset:  unable to open display ""01:39
semidk if ubuntu uses wayland yet or if xset works for that too01:39
semwebchat546, it might be too old01:39
webchat546https://help.ubuntu.com/community/vbetool01:40
semman xset?01:40
webchat546theres a website on that01:40
sarnoldsem: xset requires a running X1101:40
sarnoldit won't work from the virtual consoles01:40
semoh i forgot no gui01:41
semas for the shortcut, idk how to make virtual consoles keyboard shortcuts, but it might not be too hard to put the script in ~/bin and call it ts for toggle screen and just type that and press enter01:43
webchat546I saw something to do that01:43
webchat546must not be that hard01:44
leftyfbwebchat546: https://dannyda.com/2019/06/19/turn-off-display-automatically-on-ubuntu-18-04-server-with-text-boot/01:44
leftyfbwebchat546: man setterm01:44
webchat546"setterm: terminal xterm does not support --blank"01:45
sarnoldheh, I can't recall ever seeing anything to do 'key bindings' at the console; that's not usually what the consoles are about :)01:45
sarnoldxterm? I thought you were on a virtual console?01:46
webchat546I'm hosting the server on my laptop01:46
webchat546I mean01:46
leftyfbwebchat546: is this a VM?01:46
webchat546There is now windows anymore, its now a ubuntu server only01:46
webchat546not a vm01:46
webchat546leftyfb no01:46
leftyfbwebchat546: do you have a GUI installed?01:46
webchat546no01:46
leftyfbwebchat546: then how are you running xterm?01:46
webchat546its only terminal01:46
webchat546I dont know ?01:47
webchat546I just installed ubuntu server yesterday and followed everything they said01:47
rfmIf the TERM environment variable were set somehow to xterm )despite being on a console) this would result...01:48
leftyfbwebchat546: echo $TERM01:51
webchat546Ok01:51
leftyfbwhat did it give you?01:51
webchat546xterm01:51
webchat546Maybe because I'm trough SSH ?01:51
leftyfbyes01:51
sarnoldaha!01:51
leftyfbyou can't do this through ssh01:51
webchat546my keyboard is all destroyed on my hosted computer01:52
webchat546come on01:52
webchat546alrightt then01:52
webchat546gotta code with no keycaps01:52
sarnoldwebchat546: look at "Pipe the escapes to any tty (with write/append perms) to modify that terminal" on https://wiki.archlinux.org/title/Display_Power_Management_Signaling#DPMS_interaction_in_a_Linux_console_with_setterm01:52
sarnoldwebchat546: you may need to override the TERM environment variable01:53
leftyfbyou could try setterm --blank 0 --term linux  # but I don't think it's going to work01:53
leftyfbor setterm --blank 0 --term tty0 # or whatever tty you are on. I'm not sure01:54
webchat546i just got a headache I will continue tomorrow01:54
webchat546its bad01:54
webchat546thanks for your help I will try all of this01:54
BlackDalekHello. I can't get wifi card detected on Acer Apsire 5 laptop. No wifi hardware available. How do I fix this?02:05
sarnoldBlackDalek: is there a hardware key or slider or switch to turn off radios?02:06
sarnoldBlackDalek: be sure you look for one of those before you've spent too much time on other things :)02:06
BlackDaleksarnold, there is a wifi on/off key on keyboard if that's what you mean, but it is on.02:07
sarnoldhehe dang, I was hoping for an easy win02:07
semndiswrappper?02:10
BlackDalekI got disconnected02:17
BlackDalekI have an Acer Aspire 5 laptop (model a515-56-02:17
BlackDalekI have an Acer Aspire 5 laptop (model a515-56-706u) and just installed Ubuntu 20.04 LTS. I can't get wifi hardware detected . How do I fix wifi?02:18
orange1if you can plug it in wifi driver might show up in drivers02:19
BlackDalekorange1, I have a ethernet cable plugged in but nothing shows up in software and updates for additonal drivers02:20
orange1ah ok02:20
semlook up ndiswrapper?02:20
BlackDalekok.. how do I install and use ndiswrapper on Ubuntu 20.04 LTS and how do I use it to fix no wifi detected?02:35
orange1did you sudo apt upgrade everything yet?02:36
BlackDalekorange1, yes. everything is up to date02:37
orange1what does sudo lshw -class network say02:39
BlackDalekorange1, it shows https://paste.ubuntu.com/p/2ns6ZS5xc4/02:40
orange1i cant read it i have to sign up for it02:41
orange1just trying to see brand of wifi is in there02:42
BlackDalekorange1... hold on I try another pastebin site02:42
=== genii is now known as genii-core
BlackDalekorange1, https://pastebin.com/xQGm2kRk02:43
BlackDalekdid that work?02:43
orange1yeah, what does uname -a say02:44
BlackDalekorange1, it says... Linux john-Aspire-A515-56 5.11.0-44-generic #48~20.04.2-Ubuntu SMP Tue Dec 14 15:36:44 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux02:44
=== alloyy is now known as alloy
orange1that wifi works in kernel versions 5.12 and up02:45
BlackDalekorange1, how do I get kernel 5.12 installed properly?02:46
orange1well, maybe somebody here know how to do that better. i only did that once a long time ago but my ubuntu 21.10 has kernel version 5.1302:48
BlackDalekIf I install a mainline kernel to fix the wifi, does that mean everything else will be broken?02:50
BlackDalekIs there any way to get wifi working in kernel 5.11 instead?02:54
Bashing-om!info inux-generic-hwe-20.04 focal02:54
ubottulinux-generic-hwe-20.04-edge (5.13.0.23.23~20.04.10, focal): Complete Generic Linux kernel and headers. In component main, is optional. Built by linux-meta-hwe-5.13. Size 2 kB / 19 kB02:54
Bashing-om^^ Humm that does not jive with "apt" :(02:56
rfmBashing-om, what do you mean?  I just tried 'apt install --simulate linux-generic-hwe-20.04-edge' on my 20.04 machine and it looks like it would happily install linux-image-5.13.0-23-generic02:58
Bashing-omrfm: In regards to ' apt list linux-generic-hwe-20.04 ' result.03:00
rfmBashing-om, it has to be the -edge version to get 5.13 apparently03:01
sarnolddo note the '-edge' at the end of that package03:01
BlackDalekIs this in relation to my no wifi/kernel upgrade problem?03:02
Bashing-omBlackDalek: Sorta - see if the HWE stack supports.03:03
sarnoldBlackDalek: yeah; orange1 said your wifi is supported in 5.12 and newer; and there's a 5.13 kernel (that may or may not work) available to test with; try sudo apt install --install-recommends linux-generic-hwe-20.04-edge03:03
sarnoldhttps://wiki.ubuntu.com/Kernel/LTSEnablementStack03:03
BlackDaleksarnold, ok. I will try it and see what this breaks next.03:07
Bashing-omBlackDalek: One will need to do ^ on a fully updated system :)03:08
dman777I uninstalled ufw to use iptables instead. service iptables status shows Active: inactive (dead). But  service netfilter-persistent status shows   Active: active (exited). How do know which one is correct and iptables is actually alive?03:31
tomreyniptables is a kernel module, not actually a service03:32
tomreynor a set of kernel modules rather03:32
tomreynlsmod | grep ipt03:33
dman777tomreyn: well, it's the userspace tools for netfilter03:33
dman777tomreyn: but how do I know routes are going through iptables with Active: inactive (dead)?03:33
tomreynwhihc ubuntu release are you on there?03:33
dman777server 20.0403:33
tomreynand there is actually an iptables.service unit?03:34
tomreynno there is not03:35
dman777hmm... how does service iptables status return data?03:35
tomreynhmm yes looks like you do have this service file03:36
tomreyni just tried that on a fresh 20.04 lts server and dont have it03:36
sarnolddo you have an /etc/init.d/iptables perhaps? that might also show something similar?03:36
dman777sarnold: no03:37
tomreynsystemctl status iptables.service      should tell whether it's a systemd service unit03:37
tomreynmaybe it's part of netfilter-persistent03:38
jkcdman777: iptables is deprecated. You should be using nftables to manage the netfilter tables.03:38
dman777tomreyn: https://dpaste.org/Uj3T03:38
dman777jkc: deprecated in linux or just in ubuntu?03:39
sarnolddman777: deprecated in linux, ubuntu hasn't switched to nftables yet03:39
dman777oh wow03:40
tomreyndpkg -S /lib/systemd/system/iptables.service03:41
dman777just recently? looks like the last stable release was 03:41
dman7771.8.7 / 15 January 2021;03:41
sarnoldhttps://packages.debian.org/search?searchon=contents&keywords=%2Flib%2Fsystemd%2Fsystem%2Fiptables.service&mode=exactfilename&suite=stable&arch=any  I tried all of stretch, buster, bullseye, and bookworm and can't spot that file in any of them. what's in that file? :)03:41
jkcI believe Ubuntu has switched to nftables as of 21.10.03:42
tomreynoh the "Docs:" reference in https://dpaste.org/Uj3T#L2,3 already gives it away that the iptables.service systemd unit is part of netfilter-persistent03:42
tomreynjkc: not for userspace FWICT03:42
sarnoldjkc: believe me, I get asked basically every week when the security team will finish the nftables MIR process..03:43
jkcAnd, actually, Ubuntu 20.04 uses nftables as well. iptables is only used as a translation layer.03:43
sarnoldhttps://bugs.launchpad.net/ubuntu/+source/nftables/+bug/188718703:43
ubottuLaunchpad bug 1887187 in nftables (Ubuntu) "[MIR] nftables" [Critical, Confirmed]03:43
jkc!shrug03:43
dman777tomreyn: so iptables is more like a wrapper in this case?03:43
jkc20.04: /etc/alternatives/iptables -> /usr/sbin/iptables-nft -> /usr/sbin/xtables-nft-multi03:44
dman777confusing.... I have iptables-save and it shows the counters incrementing03:44
tomreyndman777: you should be using the "iptables" command to manage the in-kernel packet filter on 20.04 LTS03:44
dman777tomreyn: sorry, I don't understand exactly03:45
tomreyndman777: can you repeat the question/problem then that you're trying to solve?03:45
tomreynmaybe i misunderstood03:46
dman777tomreyn: how can I be certain iptables is being applied when systemctl status iptables.status shows as Active: inactive (dead)?03:46
tomreyndman777: how do you mean "iptables is being applied"?03:47
dman777tomreyn: yes03:49
tomreyndman777: can you explain what you expect to happen when you say "certain iptables is being applied"03:51
dman777the packets being blocked or routed through netfilter according to the rules set by iptables03:52
ChompChompalis03:52
tomreyndman777: so iptables.service is part of netfilter-persistent / iptables-persistent. it's a oneshot service meaning it just runs once and then exists. specifically at boot, to restore saved configurations from before the reboot.03:54
tomreynit should not interfere with manually set rules03:55
dman777ok, thanks03:55
tomreyn(other than that it will save those when you reboot and restore them afterwards)03:55
soundwave[m]After qemu/kvm recent update. Guest networking not working; Spice not working; Text console not working; Once VM started, force off/reset working, reboot/shut down not working.04:11
soundwave[m]When I restart libvirtd I get --> libvirtd.service: Found left-over process 5125 (dnsmasq) in control group while starting unit. Ignoring.04:11
soundwave[m]Looked at iptables, at first glance, nothing seems to have change.04:11
soundwave[m]The virtual machine start, and is completely inaccessible.04:11
=== matsaman_ is now known as matsaman
SumaoHi06:05
SumaoWhat is the cheapest thin client one can buy? tablet, raspbery pi, old pc, old laptop, android tv, any other? the idea is the connect to a remote (LAN based) computer which has x2go in it and use that instead for browsing, coding/development, youtube (need sound too and I guess x2go has the option). OR some other protocol than x2go but that is the06:08
Sumaointention: invest on one good pc and use 4-5 or more thin clients (cheapest).06:08
lotuspsychjeSumao: a question for #hardware perhaps?06:26
Sumaook06:32
node1Hi06:53
node1Can i get a support for wacom pen tablet here?06:53
tomreynnode1: maybe, just ask.06:56
tomreynnode1: try running    lsusb    and get the lines which refer to it, and post them to a pastebin06:57
node1I'm using Ubuntu 20.04. And i think it has some program related to wacom in it.06:57
node1I have connected my `one by wacom` in USB , but it looks nothing appears.06:58
tomreyntry a different usb port06:59
tomreynif this doesn't change it, run   dmesg -w    while you connect it, see what's added (ctrl-c to cancel)07:00
node1It looks it recognise my wacom https://pastebin.com/raw/iZcib2xq07:00
tomreynso, does it work, yet?07:01
node1I can't see anything on screen07:02
tomreyndoes it say "Unknown device_type for 'Wacom Co.,Ltd. CTL-472'. Ignoring." in dmesg -w   ?07:04
node1Bus 002 Device 003: ID 056a:037a Wacom Co., Ltd CTL-472 [One by Wacom (S)]07:04
tomreyndmesg|grep -i wacom| nc termbin.com 999907:06
tomreynand make sure you have xserver-xorg-input-wacom installed07:08
node1it looks the given documentation does not work https://help.ubuntu.com/community/Wacom/LatestDriver07:11
node1This repository does not respond doctormo/wacom-plus07:12
tomreyn"Wacom/LatestDriver (last edited 2015-11-28 18:30:17[...]"07:12
tomreynit's probably outdated07:13
node1https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source07:14
node1how to compile here ? they have not clear what to download07:14
tomreynyou did not share the dmesg output, yet07:14
node1dmesg does not have any output related to string `wacom`07:15
tomreynthat's surprising, since the device was enumerated and is listed by lsusb07:16
ELQEYNNOn some of the installed programs, the icon stays in Activities. It doesn't let me put it on the desktop screen07:17
ELQEYNNIs a right click supposed to give me the option of uptting it on the desktop?07:18
tomreynELQEYNN: many of the support questions you could ask here will depend on your ubuntu version and flavour. you mentioned "activities", which probably refer to the default gnome-shell desktop on current ubuntu releases, but it's not yet clear what you are running exactly.07:20
tomreynalso xorg vs xwaylaynd can make a difference07:21
tomreyn* xwayland07:21
ELQEYNNubuntu version 21.2007:25
tomreynthere's no such version. try    lsb_release -ds   in a terminal07:26
tomreynor Settings -> Details07:27
ELQEYNN21.10 (impish indri) according to /etc/os-release07:28
tomreynok, and this defaults to xwayland07:28
tomreyni'll ake a look in a vm07:29
tomreyni don't see an "add to desktop" option in the context menu when right clicking on an application in activity07:30
tomreyn*activities07:30
tomreynso i don't think that's meant to work07:31
ELQEYNNThen, what is the way to get the icon on the desktop screen?07:32
tomreynELQEYNN: generally, the gnome folks decided at some point that there should not be desktop icons. so support for this is limited now.07:32
tomreynwhat you could maybe do is to place a .desktop file in that directory07:32
ELQEYNNin the Desktop directory?07:33
Gallomimiasystemd update. how scary07:33
tomreynELQEYNN: possibly so, i have not tried this07:34
ELQEYNNGallomimia, what is scary about systemd?07:35
Gallomimiawell if it's being update.....07:35
Gallomimiawhat could possibly go wrong?07:35
ELQEYNNdarn if I know, you're the one who brought it up.07:38
Gallomimiathe problem with the answer to my question is... everything. a concentrated single point of failure. i'm sure they did lots of testing before updating it, and it's not that i don't trust the boyz (and gals?) at canonical, but they're human beings, and we all make mistakes, and there's no way they could have tested every single possible hardware combination07:38
Gallomimiai was wondering if anyone knew anything about the update, if it had any issues07:38
tomreynGallomimia: there are changelogs, and you are probably referring to a security / bug fix update, not a feature upgrade.07:39
Gallomimiaah okay that's probably a lot less scary07:39
Gallomimiai'm just, not having a great day, and my system is already wonderfully unstable due to that nvidia driver bug you helped me find out about07:40
Gallomimiathe devs at nvidia can't reproduce it.. i think i'm going to have to downgrade drivers07:41
=== phireant3 is now known as phireant
tomreyni don't know much about nvidia graphics drivers. there's a good chance that i misinterpreted something, but i couldn't tell now since i do not remember what this is about.07:44
=== vit is now known as Guest2986
=== rvgate2 is now known as rvgate
Nobremhi08:23
Nobremis anyone here who knows ffmpeg well?08:23
NobremI am trying to add texts to certain timestamps, but always one too many frames gets the text08:23
tomreyndid you try #ffmpeg ?08:24
Nobremtomreyn, everyone's idling there08:24
tomreynhow long did you wait?08:24
Nobremtomreyn, for a while, but I have also been there some days ago, and it was the same08:25
tomreynhmm, maybe they have a different, more active (potentially non IRC) support channel.08:25
Nobremhowever that may be... is anyone here, in this channel, who can help?08:26
tomreynwhich ubuntu version does it refer to?08:27
Nobrem18.0408:27
NobremBut I am using the snap version of ffmpeg, so it should be the newest version08:27
Nobremtomreyn, I might be getting help in #linux08:29
Nobremtomreyn, looks like somebody just started a conversation with me08:29
tomreynvery well, good luck.08:30
NobremI could solve this by changing the seconds,  but then numbers would overlap08:34
Nobremcan I do this with frames instead of seconds?08:34
Nobrembut, doing it with frames would have a downside08:35
Nobremin my real script, I am doing some math,  and dividing 24 is harder than working with seconds08:35
tomreyni don't think this is really ubuntu specific enough to have a chance to be solved here.08:36
Nobremsorry I just wrote the last few lines in the wrong channel08:38
RumenGood morning!08:56
lotuspsychjewelcome Rumen08:56
lotuspsychjehow can we help you today08:56
RumenAnyone have experiense with Ghostery browser? I want to install it, but I have it in folder. Starting it from termonal - does not remember the session so I want to install it08:57
Rumenhttps://i.imgur.com/3YEkPYR.png08:57
Rumenthat's the files08:57
Rumenfrom termonal I start it with ./Ghostery08:58
Rumenand it works very well ... but if I have any extensions, themes, plugins etc ... onse the browser is closed everything goes ... next time should be installed again08:59
lotuspsychjeRumen: where did you get your app from? i dont see it in snaps or apt as package09:00
RumenFrom their web page https://www.ghostery.com/09:01
Rumenthere is "download" for linux09:01
Rumenit is archive file and onse un archive I got the folder09:01
ThinkT510it seems to be an extension for the major browsers: https://github.com/ghostery/ghostery-extension09:03
RumenLooks nice - seems it has strong securty section09:04
lotuspsychjeRumen: looks also like its paid plan, best to contact the github indeed^09:04
RumenThere is also free browser - download for Linux09:05
lotuspsychjeyes, but the ubuntu volunteers cant really help much with external supported packages09:05
Rumenhttps://www.ghostery.com/dawn09:06
Rumenhttps://i.imgur.com/A4VOpnc.png09:07
lotuspsychjeRumen: did you read their FAQ right under /dawn url?09:08
RumenYEs most of it. Do you see something I didn't noticed?09:09
lotuspsychjehowto install on linux09:10
RumenIf you mean that I run it - nothing happened09:10
Rumenhttps://i.imgur.com/1irOyKq.png09:10
ThinkT510their dawn browser seems to just be a preconfigured firefox. why not use the officially supported firefox package and install the ghostery extension?09:12
lotuspsychje+109:12
Rumenthey say it is more secure09:13
lotuspsychjerun the extension on FF snap if you like09:13
RumenOK I will try. Thanks!09:14
=== NoResults is now known as SQL
olivier_slt10:29
olivier_il y a qqun???10:30
olivier_oui10:30
Nobremolivier_, that's an english-speaking channel10:30
Nobremolivier_, try #ubuntu-fr10:31
olivier_yes10:31
=== NoMercy is now known as nomercy
ericusHi all!12:41
lotuspsychjewelcome ericus12:41
ericusStrange problem with a fresh install of Ubuntu, pavucontrol mutes Spotify if I watch youtube or other things with sound, any ideas why=12:41
ericus?12:41
oerheksconveniance, not to mess 2 sources12:42
oerheksmaybe there is a setting in that proprietary blob?12:43
ericusinconveniance I'd say12:43
ericusit always worked before reinstalling12:43
ericusI can manually unmute it and use both sources12:45
nomercy[15:41] <ericus> Strange problem with a fresh install of Ubuntu, pavucontrol mutes Spotify if I watch youtube or other things with sound, any ideas why=12:46
nomercyisnt that right :o12:47
lotuspsychjeno need to repeating nomercy12:47
ericusIt muted spotify from the push notification from thelounge just now when you highlighted me..12:47
ericusso no, it's not fine12:48
oerheksnormally i would install a snap to see the settings, but not spotify12:48
=== SteveMST3K is now known as GSMarquis
oerheksjay-m126 why 3 inlogs again ?13:32
oerheksand again..13:32
=== lucenera4 is now known as lucenera
Maikjay-m126: fix your connection please13:49
ericusoerheks: (Ping timeout: 256 seconds)14:08
ericusso everyone in IT, did you also have fun with log4j?14:09
ravageericus: feel free to discuss in #ubuntu-offtopic . This channel is for Ubuntu support questions14:10
ericus'kay, sorry14:10
BluesKajHi folks14:15
derek_hi14:15
lotuspsychjewelcome derek_14:17
derek_trying to find a channel to practice spanish14:18
derek_lol14:18
lotuspsychjederek_: try /list or !alis14:18
derek_its sooooo long14:19
Maikderek_: would be best to ask in #libera the next time, this is a ubuntu support channel14:33
derek_yeah i get it...14:38
derek_not that anyone is using it....... but i get it14:38
elcotelcot15:09
elcotrun15:09
=== Theodorosaurus is now known as register
=== register is now known as Guest8107
=== Guest8107 is now known as paran01a
=== paran01a is now known as noob4ever
asdwwwhey15:41
oerheks:-)15:42
asdwwwwhen I access disks I see a bar "Connect to the server"15:42
asdwwwhow can i remove it?15:42
leftyfbasdwww: you mean in nautilus?15:43
asdwwwyup15:43
leftyfbasdwww: not as a feature, no. But here's the source code for nautilus if you want to compile your own version https://github.com/GNOME/nautilus.15:44
leftyfbasdwww: why do you need to remove it?15:44
asdwwwi dont need it15:44
asdwwwso it's not an nautilus extension? I need to re-compile nautilus to disable it?15:45
oerheksyes, no tweak to hide it15:45
asdwwwhmm, what about minimal ubuntu install? Does it contain nautilus too?15:46
leftyfbasdwww: I'm sure over 50% of the of the menu's and dialogs in any linux distribution you don't need. Do you plan on removing all of them?15:46
asdwwwwell I just need a linux distro which has: terminal, firefox, virtualbox, java - and basically that's all15:46
asdwwwmaybe i should just install minimum version of ubuntu?15:47
asdwwwand install the mentioned ones?15:47
asdwwwis there any list of what packages ubuntu-desktop and minimal install contains?15:47
oerheksTHis post gives a clue, but only about connected/previous connected services ~/.local/share/gvfs-metadata  >>https://askubuntu.com/questions/1284524/ubuntu-20-04-1-how-to-remove-network-file-sharing-location-on-nautilus-under-ot15:48
leftyfbasdwww: ubuntu minimal is ubuntu server with packages removed15:48
asdwwwoerheks thanks15:48
asdwwwleftyfb where can i check what ubuntu server contains then?15:49
leftyfbasdwww: what's the use case of this stripped down machine?15:49
oerheksserver almost contains nothing, no ssh-service, no webservice..15:50
asdwwwthe less packages, the more secure it is, isn't it?15:50
leftyfbasdwww: no15:50
oerheksno.15:50
asdwwwhmm, why?15:51
asdwwwlike why no15:51
oerheksno active firewall, no secure login15:52
leftyfbasdwww: for one, applications like apparmor, polkit and iptables being removed is less secure15:52
asdwwwohh, so these all are too removed in ubuntu server?15:52
leftyfbasdwww: again, what is the use case of this machine?15:52
asdwwwjust a simple machine to browse internet15:53
asdwwwand serving as a host, when from time to time i'll be using virtualbox on it15:53
leftyfbasdwww: there are only 2 types of truly secure computers. 1. powered off and locked away. 2. a machine you have actively made secure. There's no such thing as a truly secure machine period and certainly none that are ready out of the box15:54
leftyfbasdwww: removing "connect to server" from nautilus will not make the machine any more secure then leaving it there15:54
asdwwwbut the less attack surface (less packages), the better?15:54
leftyfbnot really, no15:55
asdwwwhmm, maybe you are right15:56
leftyfbasdwww: just install ubuntu, put it behind a decent router and don't do anything stupid with it and you'll be just fine15:56
axsuulHello. I'm trying to get QuickSync working on Ubuntu 20.04 but can't get it to load properly. `/dev/dri` only contains card0 but not renderD128. I have ensured i965-va-driver is installed. `vainfo` returns `error: can't connect to X server!`. Any suggestions?15:56
axsuulI have verified it's enabled in BIOS15:57
asdwwwok, but i have two more questions then15:59
oerheksaxsuul, what howto are you using?15:59
asdwwwWHen i right click on the folder, i see "Local Network Share", does that mean samba is pre-installed on ubuntu?16:00
leftyfbasdwww: no16:00
leftyfbasdwww: not samba server, but the client can connect to smb/cifs shares16:00
axsuuloerheks: https://wiki.ubuntu.com/IntelQuickSyncVideo16:01
axsuulsprinkled with various other articles16:01
oerheksintel-media-va-driver-non-free and intel-media-va-driver  are all you need, AFAIK16:01
asdwwwbut when i right-click on "Local Network Share" I can see "Share this folder" option. How's that possible? Client cannot share a folder16:01
oerheksasdwww, it is just a portal, could be smb or nfs..16:02
oerheksnot configured = no security hole16:02
leftyfbasdwww: last I checked a couple years ago, it wants to use DAV for "sharing". Though back then I filed a bug that didn't actually have the necessary packages installed in order to do it. Not sure if it's been resolved16:02
asdwwwok, you are right, when i click "share this folder", fresh ubuntu install says i need to install windows network sharing service16:03
asdwwwso it seems like samba is not installed16:03
axsuuloerheks: is there another command I can run to verify it's enabled properly? running `lshw -C video` also doesn't return anything showing i965 is enabled16:03
oerheksvainfo16:04
asdwwwapt-get remove nautilus-share ( is this a correct way to remove that position from my righ-click)?16:04
leftyfbaxsuul: why do you think you need "QuickSync"?16:04
axsuuloerheks: `vainfo` should still work even ssh'd?16:04
axsuulleftyfb: It's just nice to have, since transcoding spikes my CPU when using Plex16:04
leftyfbaxsuul: video performance/feature debug tools should be run locally, not over ssh16:05
asdwwwok, it seems that nautilus-share was that. But as you said - it's just a package for listing "Local Network Share" on my right-click? It was not an actual sharing package, right?16:08
lotuspsychjeasdwww: check all the nautilus tweaks in dconf-editor, if what you need isnt there...16:09
oerheksasdwww, nope, still figuring out ?16:09
asdwwwlotuspsychje I checked all nautilus via dpkg -l, what's the difference?16:10
asdwwwoerheks yeah, so what exactly is nautilus-share16:10
oerheksasdwww, at least install gufw, and enable firewall16:10
leftyfbasdwww: apt-cache show nautilus-share16:11
oerheksnautilus is filemanager, share is share16:11
asdwwwOK, so please tell me if I understand this correctly.16:12
asdwwwWHen I right click on the folder in nautilus, I see "Local Network Share" option. The nautilus-share is just a package, which displays that option (so i can quicky share a folder), but it does not create a share. It's just like a shortcut to share a folder, right?16:13
oerheksasdwww, it is just a portal, for sharing16:13
oerheksnot setup, but you can16:13
asdwwwANd when I do not have samba installed (which, in a fresh install, I dont have), I cannot share folders. By removing nautilus-share, I've just removed that "Local Network Share" option in the menu16:14
asdwwwoerheks I dont understand the word "portal" in this context16:14
asdwwwportal like a shortcut? Position in the menu which redirects me to the different service, which does the sharing work?16:15
=== ctrlbreak_MAD is now known as ctrlbreak
oerheksif you don't like to share, let it be16:15
asdwwwi dont want to have sharing capabilities in my machine16:16
asdwwwso why should i let it be?16:16
oerheksbecause removal is such a hard job16:16
oerheksand not configured means not exploitable.16:16
asdwwwOhh, I see, but I can I at least remove this "portal" to sharing. So when i right-click on the folder I wont see "Local Share" option?16:17
asdwwwI believe this is exactly nautilus-share ?16:18
asdwwwright?16:18
axsuuloerheks: do you know if `renderD128` is required in /dev/dri in order for QuickSync to work?16:18
badehosehallo, kennt sich jemand mit Delta.Chat aus?16:19
oerheksaxsuul, no idea there16:19
oerheksbadehose, this is ubuntu support16:20
asdwwwand last question, when I right click on any folder, I see "revert version" what exactly is that?16:22
oerheksi have never seen   "revert version"16:24
ioriaa deja-dup thing , i guess16:27
oerheks!ops | please ask ay-m126  to fix his connection, and join once16:28
ubottuplease ask ay-m126  to fix his connection, and join once: Help! Channel emergency! (ONLY use this trigger in emergencies) - Pici, Myrtti, jrib, Amaranth, tonyyarusso, Nalioth, lamont, CarlK, elky, mneptok, Tm_T, jpds, ikonia, Flannel, wgrant, stdin, h00k, IdleOne, Jordan_U, popey, Corey, ocean, cprofitt, djones, Madpilot, gnomefreak, lhavelund, phunyguy, chu16:28
asdwwwoerheks when you right click on any folder?16:28
oerheksnot on my system16:29
asdwww"Revert yo previous version"16:29
ioriait's a deja-dup  integration  asdwww16:29
asdwwwioria can i remove it? I dont want to even accidently create a backup16:30
ioriaasdwww, why don't you just change file-manager ? :)16:30
oerheksmaybe if you remove deja-dup, logout/login ?16:31
ioriaasdwww, seriously... idk, maybe removing dejadup16:31
oerheksweird i do not have such option :-D16:31
oerheksmust be a mint thiong, or pop-os16:31
asdwwwioria that might do the trick. Any recommendations?16:32
asdwwwfor different file-manager?16:32
ioriaasdwww, nemo16:32
ioria!info nemo16:33
ubottunemo (4.8.6-2, impish): File manager and graphical shell for Cinnamon. In component universe, is optional. Built by nemo. Size 880 kB / 3,880 kB16:33
asdwwwUnable to locate package nemo16:33
asdwwwim on 20.04.3 LTS16:34
ioriaasdwww, it's in universe; is it enabled ?16:34
ioriaasdwww, apt-cache search nemo16:35
ioriaasdwww, sorry, apt-cache policy nemo16:35
asdwwwunable to locate16:35
jhutchinsSuspect universe is not enabled.16:36
asdwwwwhat is universe?16:36
jhutchins!universe16:36
ubottuThe packages in Ubuntu are divided into several sections. More information at https://help.ubuntu.com/community/Repositories - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories.16:36
ioriaasdwww, probably you're using a custom /etc/apt/sourlist or such16:37
asdwwwi just got a fresh ubuntu install16:37
asdwwwfocal main restricted16:37
asdwwwthats in my sourcelist16:37
kostkonasdwww, you might as well paste its contents for us to see16:38
kostkon!paste16:38
ubottuFor 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.16:38
ioriaasdwww, fresh , ok; but of what edition ?16:38
jhutchinsasdwww: As we suspected, universe is not there.  See the page linked above - READ it, you'll know what to do.16:38
asdwwwioria 20.04.3 LTS16:39
ioriaasdwww, not version, edition ; or better what kind of installed did you use ?16:39
ioria*installer16:40
jhutchinsWhy does it matter?  All he has to do is enable universe.16:40
asdwwwioria how to check edition?16:40
ioriayes, sure; but that it's enabled by default16:40
asdwwwjhutchins Ive added "universe" to my sourcelist16:40
MrCollinsGAif a nfs share has a group of 544 can sudo user copy files to it?  :)16:40
jhutchinsasdwww: apt update && apt install nemo?16:40
asdwwwyeah, got it16:41
jhutchinsMrCollinsGA: Read permission allows you to copy.16:41
MrCollinsGAjhutchins, ok16:41
MrCollinsGAty16:41
ioriaasdwww, grep cdrom /etc/apt/sources.list16:41
asdwwwioria 2021081916:43
NodeRelayHi, I have had Ubuntu randomly freeze on two different installs16:43
asdwwwis this wrong?16:43
ioriaasdwww, the full line, please16:43
NodeRelay21.0416:43
NodeRelayREISUB doesnt work, ctrl + alt + del doesnt work16:44
asdwwwioria give me a second, got it on different machine, cannot just copy-paste16:44
NodeRelayIf I leave the computer for a while it will happen16:44
NodeRelay"ibva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)" is the closest error message I can find on syslog16:44
asdwwwioria pastebin.com/fr0WJwzy16:45
NodeRelayI have no idea how to solve it, if I cant figure it out Im gonna try maybe Xubuntu. If that crash I think I have to change distro16:45
asdwwwioria https://pastebin.com/fr0WJwzy16:45
jhutchinsNote that some systems include files in /etc/apt/sources.list.d/16:45
oerheksNodeRelay, you might want to upgrade to 21.10, maybe your issue is fixed?16:46
ioriaasdwww, can you share your /etc/apt/sources.list ?16:46
jhutchinsNodeRelay: xubuntu is just ubuntu with xfce instead of gnome.16:46
MrCollinsGAhey can someone have a look at this, I am lost in permissions. What am I missing? :) https://www.toptal.com/developers/hastebin/raw/enubelutog16:47
asdwwwyeah gimmie a sec16:47
jhutchinsNodeRelay: If it freezes while unattended, and you're not running anything in the background, it could very well be hardware.16:47
oerheks!info metest8616:47
ubottuPackage metest86 does not exist in impish16:47
oerheks!info memtest8616:47
ubottuPackage memtest86 does not exist in impish16:47
oerheksoh16:47
NodeRelaySorry, 21.10 is what I have16:48
jhutchinsMrCollinsGA: Note the absence of write permissions.16:48
NodeRelayAlready updated16:48
MrCollinsGAjhutchins, but I did a sudo?16:49
GSMarquisIs Gnome integration with online accounts in particular Google broken?16:49
NodeRelayjhutchins: Yeah I dont have much going but next time I leave it im gonna quit everything and see16:49
asdwwwioria https://pastebin.com/Rtn9JP5n16:49
NodeRelayBut I dont know what could be faulty in hardware16:49
NodeRelayOnly thing I can think is the GPU right16:49
NodeRelayBut then it would act weird16:50
ioriaasdwww, that's not from a regular ubuntu desktop iso; maybe a debootstrap or something16:50
asdwwwioria can you show me how a correct sourcelist looks like?16:50
=== Syntax-1 is now known as Syntax-
oerheksasdwww, so you are not running ubuntu ..?16:51
NodeRelayIdea behind using Xubuntu is if it is GNOME16:52
ioriaasdwww, kinda like this : https://termbin.com/4l8a16:52
asdwwwoerheks I do16:52
NodeRelayI looked in syslog before and it was some startx error so I dont know16:52
NodeRelayAnd also sometimes it will get super slow16:52
NodeRelayJust before it crashes16:52
NodeRelayAnd then I can do ALT+CTRL+F1 to log out and log in again maybe16:52
asdwwwbut why is my sourcelist different?16:53
ioriaasdwww, i suggest to explore /var/log/installer/16:54
asdwwwok, i'll reinstall it once again, it will be quicker then debugging16:55
asdwwwso by default i should have "unievrse" in sourcelist, right?16:55
oerheksyour sourceslist is sparce, without comments and such16:55
asdwwwthat's the whole content of it16:56
asdwwwi dont have anything else there16:57
ioriaasdwww, yes, multiverse too (and partner but commented )16:57
=== ssh-agent is now known as Agent
oerheksoriginal usr/share/doc/apt/examples/sources.list16:58
oerhekswithout multiverse16:58
asdwwwit's the same as mine in /etc :o16:59
oerheksthen you do not run ubuntu .17:00
leftyfbasdwww: cat /etc/os-release | nc termbin.com 999917:01
asdwwwLinux ubuntu 5.11.0-27-generic #29~20.04.1-Ubuntu SMP Wed Aug 11 15:58:17 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux17:01
asdwwwthat's uname -a17:01
ioriaasdwww, no, it's not the same17:02
ghostIs there a way to single click and rename a file using nemo file manager?17:02
asdwwwhttps://pastebin.com/RuhReN8z17:03
leftyfbasdwww: cat /etc/os-release | nc termbin.com 999917:03
asdwwwleftyfb https://pastebin.com/RuhReN8z17:03
leftyfbasdwww: that isn't what I asked you to do, but ok17:03
asdwwwthat's etc/os-release content17:03
asdwwwhttps://termbin.com/vqvd17:05
asdwwwso why are you saying it's not ubuntu17:06
leftyfbasdwww: sorry, I just rejoined, what is the issue again?17:07
leftyfbasdwww: besides whether it's ubuntu or not. It looks like it to me17:07
asdwwwleftyfb I got fres ubuntu install and my sourcelist looks like this: https://pastebin.com/Rtn9JP5n17:08
asdwwwwe're wondering why there's no universe there, it should be by default17:08
asdwww*fresh17:08
leftyfbit was modified at some point17:09
leftyfbeither manually or by a script or you're running a modified version of ubuntu17:09
asdwwwit's fresh install, how so17:09
leftyfbasdwww: how did you install it?17:10
leftyfbwhere did you download the iso from?17:10
asdwwwdownloaded .iso from ubuntu website17:10
leftyfbnot sure what to tell you but that doesn't look stock to me17:10
asdwwwhttp://releases.ubuntu.com/focal/17:11
ioriaa daily build ? can you tell the name of the iso file ? asdwww17:11
leftyfbstock has comments and deb-src17:11
asdwwwhttp://releases.ubuntu.com/focal/ubuntu-20.04.3-desktop-amd64.iso17:11
asdwwwit was this one17:11
asdwwwcan you show me how source list should look like on a fresh install?17:12
asdwwwi'll redownload and reinstall17:12
asdwwwjust wanna make sure that it's correct right now17:12
ioriaasdwww, maybe there is an explanation17:12
ioriaasdwww, you selected the 'minimal install' in the menu17:12
leftyfbasdwww: either way, this is a sources.list from one of my machines. Feel free to go with this or some subset of it https://termbin.com/jggv17:13
asdwwwthanks!17:13
ioriaasdwww, you selected this option  https://www.omgubuntu.co.uk/2018/02/ubuntu-18-04-minimal-install-option17:14
asdwwwhmm, ok, that might be it!17:14
asdwwwok, so i'll create a full ubuntu install17:14
Maikioria: selecting a minimal install shouldn't affect the sources list17:14
Maikafaik17:14
Maikminimal install just installs basic apps17:15
Maikand a web browser17:15
asdwwwok guys, i'll reinstall it once again and be back later, thanks for your help!17:15
asdwwwohh, one more question (last)17:15
asdwwwwhen i'll be installing nemo (instead of nautilus)17:15
asdwwwhow should i remove the old file manager?17:15
oerhekshmm indeed, minimal really changed stuff https://askubuntu.com/questions/1062167/why-is-the-apt-sources-different-between-a-minimal-and-desktop-install17:16
oerheksweird17:16
oerheksone should be warned for this.17:16
ioriawell, honestly i never did so i can't tell17:17
zenofis there a channel where I can get help on rsync?17:18
asdwwwbtw, speaking of file managers. Is there any linux command which I can see which file manager im currently using?17:19
leftyfbasdwww: click on the help -> about of the file manager you are using17:20
asdwwwim know it's nautilis right now, but just wondering if there's a way to check that17:20
ELQEYNNAre any of you using Dell Alienware?17:20
ioriaasdwww, xdg-query17:20
ioriaasdwww, xdg-mime query17:20
asdwwwdont see help -> about, i mean it should GNOME Files17:21
asdwwwlet me check with xdg17:21
asdwwwqyert type argument missing17:21
leftyfbELQEYNN: please don't conduct surveys. Please just ask your Ubuntu support question17:22
ioriaasdwww, xdg-mime query default inode/directory17:23
asdwwwthank you17:23
=== rory is now known as rorym
rorymi'm trying to find a way to cast TO my desktop. if i start watching a video on my phone, i want to be able to finish it on my ubuntu box. i've tried google but i could only find how to cast from linux, not to linux17:24
asdwwwok, gotta go, thank you all for yourh elp!17:24
asdwwwyour help17:24
rorymany help would be appreciated. thanks17:25
zenofokay, now asking here: I need the opposite of rsync's --safe-links option, as I want symlinks in the source that point outside the tree to be resolved/followed to actual dirs, but those that are inside the tree (or relative) to be copied as symlinks.17:25
oerheksrorym, install google chrome, and you can cast to your desktop too17:27
oerheks* from android17:27
leftyfbrorym: just go to your history in youtube.com on your desktop.17:28
leftyfboerheks: you sure that works? No casting application I have on any of my devices shows google chrome running in my laptop as a casting destination17:29
rorymi didn't even mention youtube17:29
oerheksleftyfb,  i do, nly when logged in with google17:29
rorymoerheks, can you point me to what you mean? i'm only finding casting from chrome, not to chrome17:29
leftyfboerheks: I am17:29
oerhekshttps://imgur.com/gallery/CSC3VMj17:31
oerheksit is a bit hidden, not an icon on the adress bar17:31
leftyfboerheks: that is casting FROM the desktop, not to17:31
oerhekswait, how do i make a photo of my phone..17:31
oerheksopen youtube, start movie, then swipe top down, cast, remember bell, magnify glass appear17:32
rorymwho mentioned youtube?? lol17:33
oerheksother streams can do this too, AFAIK17:33
oerheksas long as it is opened in a google application17:33
leftyfbrorym: you're talking about casting, which is generally a google thing. youtube is a great way to test out what does and doesn't working using their protocol regardless if which other apps support it17:34
leftyfbregardless, I do not think google chrome on the desktop, at least not for linux supports running as a casting server/destination17:34
oerhekshttps://www.nfb.ca/film/shameless_propaganda/ gives a cast icon too17:36
oerheks* as long as you open such site in a google app17:36
oerheksso, it is not limited to youtube17:37
leftyfboerheks: there is no casting TO the desktop FROM a mobile device17:37
leftyfboh, there is using WFD from Android to Windows 1017:39
leftyfbbut nothing to do with normal casting17:39
leftyfbhttps://support.honeywellaidc.com/s/article/Android-Cast-Mirror-the-screen-to-a-PC-TV-or-Chromecast17:39
oerheksyes there is.. a bit blurry .. https://imgur.com/gallery/2qxtwFr17:40
leftyfbI don't know what we're looking at there17:42
oerheksin the white "youtube      cast icon, bell, magnify glass"17:42
oerheksoh i see..17:48
oerheksindeed, this is gone.. https://www.osradar.com/how-to-cast-android-screen-in-ubuntu-18-04/17:48
Hypnosecc17:50
ograrorym, VLC to VLC streaming will surely work everywhere using the vlc streamer helper17:51
ogra(i.e. there should be no directional limits with that)17:52
Lucahi there, I need some help I'm a newby with ubuntu, I'm trying to install programs but it says something like "the following packages have unmet dependencies" how can I install programs?17:56
oerheksrun a proper sudo apt update first.17:58
oerheksand better: sudo apt update && sudo apt dist-upgrade # to see in there are hidden updates waiting17:58
oerheksif that is not working, i wonder what software does that, fix; sudo apt install -f17:59
Lucait gives the same error18:00
LucaI'm trying to downlad amule from the software program18:01
Lucaand it always says it has unmet dependencies18:02
oerheks!info emule18:03
ubottuPackage emule does not exist in impish18:03
oerheksis that donkey stuff still alive?18:03
oerheks!info amule18:03
ubottuamule (1:2.3.3-1, impish): client for the eD2k and Kad networks, like eMule. In component universe, is optional. Built by amule. Size 1,675 kB / 6,879 kB18:03
oerheksLuca, what is the output it is missing?18:04
oerheks!paste18:04
ubottuFor 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.18:04
Lucaluca@luca-Compaq-Presario-CQ60-Notebook-PC:~$ sudo apt-get update && sudo apt-get upgrade && sudo apt-get install amule18:07
Luca[sudo] password di luca:18:07
LucaScaricamento di:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]18:07
LucaTrovato:2 http://ppa.launchpad.net/thomas-schiex/blender/ubuntu bionic InRelease18:07
LucaTrovato:3 http://it.archive.ubuntu.com/ubuntu bionic InRelease18:07
LucaTrovato:4 http://it.archive.ubuntu.com/ubuntu bionic-updates InRelease18:07
=== veemo is now known as veemouse
r3tthey18:50
r3ttCan I completely remove snaps from Ubuntu? I just wanna install every package via apt-get install18:51
r3ttinstead of using snaps18:51
leftyfbr3tt: not if you want gnome and/or firefox18:51
leftyfbr3tt: why don't you want to use snaps?18:52
r3ttit's slower18:52
r3ttunsecure (not sure who created snap before installing it)18:52
leftyfbr3tt: it is more secure18:52
r3tttakes more disk size18:52
leftyfbalso not true18:53
r3ttwell, it's less secure on the concept basis, as everyone can be publisher18:53
r3ttand you can accidently download malicious snap from someone18:53
r3ttwith apt-get you dont have this problem18:53
leftyfbr3tt: don't "accidently" install a snap from an unknown publisher18:54
r3tta stupid typo can even make that18:54
=== veemo is now known as VeemOfASus
r3ttand it's impossible to do that via apt-get18:54
leftyfbr3tt: ok, good luck18:54
r3ttso in my opinion, snap is less secure18:55
leftyfbr3tt: there are other linux distributions that do not use or rely on snaps. Good luck18:55
r3ttwhy do you mean that uninstalling snap means i wont be able to use firefox?18:55
leftyfbr3tt: in the recent versions of ubuntu, firefox is only available via snap, not apt18:56
leftyfbsame with gnome18:56
r3ttohh, i see18:56
r3ttok then, thank you!18:56
=== VeemOfASus is now known as veemo
oerheksno snap, hop distro20:00
poruhi..20:21
ken-kenhello ..20:35
ken-kenanybody here20:35
ken-kenhmm20:37
matsamanken-ken: probably someone is20:39
ken-kenhi matsaman20:39
Maikken-ken: if you have a ubuntu support question just ask, offtopic chatter is in #ubuntu-offtopic20:39
=== tscott_ is now known as tscott
ken-kenMaik: thank you, not now. i just try this irc. i am new in ubuntu20:41
Maikuse the offtopic channel please if you want to try out irc and chat with others ken-ken20:42
ken-kenok. thank you.20:43
GSMarquisWhere does Ubuntu store the information from the integrated "Online Accounts" in gnome.21:05
oerheksin ~/.local/share/gvfs-metadata21:06
zenofnow, after trying a lot, did I get this right: 'rsync -l --copy-unsafe-links src dest' does resolve symlinks that point outside src-tree while keeping symlinks as symlinks if they point to something inside src-tree AND are relative?!21:12
zenofanother one: I have an ext4-fs inside an encrypted block device that and I was used to be able to mount via gvfs-mount (eg nautilus), thus unlocking and mounting in one go. now, this fails. however I am able to unlock it manually and doing an fsck on that file-system says that the physical size was exactly one block smaller than the file-system that lives in it (according to the superblock) . What are possible causes and how to fix that? does it mean21:49
zenofsimply one block died?21:49
axsuulI'm on 20.04 and have an Intel Rocket Lake CPU w/ QuickSync. My issue is I'm currently unable to get QuickSync working, suspecting maybe my driver doesn't support my CPU. It looks like this is the driver `intel-vaa-driver` that corresponds to the Intel CPUs but Rocket Lake doesn't look like it's supported (I also checked 21.04 and it's also the same). Do I need to look for another driver? Here is `intel-vaa-driver` https://ubuntu.pkgs.org/20.04/ubuntu-unive21:52
axsuulrse-amd64/intel-media-va-driver_20.1.1+dfsg1-1_amd64.deb.html21:52
axsuulhttps://ubuntu.pkgs.org/20.04/ubuntu-universe-amd64/intel-media-va-driver_20.1.1+dfsg1-1_amd64.deb.html21:52
* |INTERPOL| all libera chat is under interpol . here is the list of their server https://netsplit.de/servers/?net=Libera.Chat22:50
* |INTERPOL| all libera chat is under interpol . here is the list of their server https://netsplit.de/servers/?net=Libera.Chat22:51
hunterturthanks for kicking that user22:52
krytarikThat was a network-wide ban though.22:53
mybalzitchthat spam doesn't even make sense22:53
hunterturAh, okay22:53
hunterturYeah it was interesting O.o22:53
hunterturGlad to know spambots still exist on IRC22:53
mybalzitchoh yes, they haven't gone anywhere22:54
jhutchinsaxsuul: What's your actual goal? What are you trying to accomplish"23:18
jhutchins?23:19
axsuuljhutchins: To get QuickSync working in Ubuntu. However I believe the issue is that I need to run at least 21.04 since I have a Rocket Lake CPU and 20.04 doesn't support it23:19
jhutchinsYes, but what are you trying to DO with it?23:19
axsuuljhutchins : Ah sorry, use hardware transcoding in Plex :)23:19
axsuuljhutchins: Referring to this repo I found, it mentions that 21.04 is needed: https://github.com/jjarthur/media-box#jellyfin23:20
jhutchinsaxsuul: Ah, there we go.  You expect it to go more slowly without "QuickSync"?23:20
axsuulYep I have a few friends who use my Plex server and whenever they transcode is spikes my CPU, so hardware encoding would ease the load23:21
jhutchinsWell, that IS the reason you're paying for the CPU; for it to do work.23:23
jhutchinsIt looks like this should have found it's way into the kernel though.23:23
jhutchinsHave you checked with kernel.org to see when support entered the mainstream builds?23:23
axsuuljhutchins : I haven't although I'm not familiar with kernels, sorry. What should I be looking for?23:25
jhutchinsaxsuul: Well, I would guess mention/discussion of QuickSync, changlog entries, options in the kernel config files...23:26
axsuulor would it be easier just to update the kernel and see if it works?23:27
axsuulAh just stumbled upon this thread, this looks like it applies to me: https://www.reddit.com/r/linuxhardware/comments/ms28mk/getting_any_linux_distro_to_work_using_latest/23:29
jhutchinsaxsuul: https://wiki.ubuntu.com/IntelQuickSyncVideo23:30
axsuuljhutchins : thanks, I have gone through that article before and have tried all the steps. Unfortunately `vainfo` returns `error: can't connect to X server!` still, unless I'm missing something23:31
axsuulalso, `/dev/dri` is missing renderD12823:32
jhutchinsaxsuul: It doesn't look like it should be a kernel issue with any recent kernel.  More likely to be the capabilities of the tools and utilities you're using.23:33
jhutchinsaxsuul: Are you on standard x86 Intel hardware?23:34
axsuuljhutchins : yep on standard hardware23:35
jhutchinsYou'd obviously want Intel graphics...23:35
axsuuljhutchins : I did find this: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/190546623:35
ubottuLaunchpad bug 1905466 in linux (Ubuntu Hirsute) "drm/i915: Drop force_probe requirement for Rocket Lake" [Medium, Fix Released]23:35
jhutchinsI would expect that the video driver would be an essential piece of the picture.23:36
jhutchinsaxsuul: It would seem like the current kernel should be compatible.  All I can suggest it to continue to seek documentation for your particular chipset, even on other distros just to get clues.23:40
axsuuljhutchins : does current kernel mean the latest stable kernel version? I'm on 5.4.023:47
axsuulLooks like my kernel is super old23:57
axsuulI guess it doesn't hurt to do a `apt get-install linux-generic-hwe-20.04` to upgrade it?23:58

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