/srv/irclogs.ubuntu.com/2021/10/05/#ubuntu.txt

webchat88hello everyone00:45
webchat88as a newbie i noticed that my other linux distro partition is mounted on username/media00:46
webchat88so i have access to my other distro user files00:46
webchat88is it possible to hide those files when i boot on the other distro to avoid information leek00:47
sarnoldwebchat88: are those other filesystems listed in your /etc/fstab?00:52
webchat88yes00:54
sarnoldwebchat88: if you add 'noauto' to the options, then they shouldn't be mounted at boot00:54
webchat88ex my other linux partition root is on sda/100:55
webchat88now with an other distro im on sda/200:55
webchat88ok but someone else can still mount that sda1 and check inside00:56
webchat88right?00:56
sarnoldwell, that gets a bit complicated.. I don't know exactly how the desktop environment decides what to let users mount00:56
webchat88i just read that00:57
webchat88https://unix.stackexchange.com/questions/98149/why-can-i-access-all-my-files-without-a-password-when-booting-with-a-chakra-linu00:57
sarnoldif you want to protect against a malicious person with a boot disk, then you need to encrypt your filesystems, instead00:57
webchat88it seems that you cannot really secure your partition if anyone have physically access to yout machine00:58
symb0ljoin #postgresql01:33
=== genii is now known as genii-core
noarbI've had this issue with using pcscd libraries with java applications, and where they are looking for the `.so`: https://stackoverflow.com/q/12376257 & https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/89868902:31
ubottuLaunchpad bug 898689 in openjdk-7 (Ubuntu) "OpenJDK does not find libpcsc, fails silently, causing smartcard applications to fail" [Undecided, Fix Released]02:31
noarbI've been using `-Dsun.security.smartcardio.library=/usr/lib64/libpcsclite.so.1`, that works just fine. But like some answers on that SO question I'd just like to set it permanently, especially since it does seem to be a bug. Where is the correct place to symlink the library, or would it be better to use /etc/profile with _JAVA_OPTIONS ?02:33
noarbwhoops... I actually use "-Dsun.security.smartcardio.library=/usr/lib/x86_64-linux-gnu/libpcsclite.so.1"02:34
=== callmepk is now known as callmepk[away]
sarnoldnoarb: it'd probably be worth a bug report02:37
sarnoldnoarb: this answer seems plausible enough as a workaround https://stackoverflow.com/a/32769334/37727002:37
FuZi0NHow can I update to the latest version of curl on Ubuntu 18.04? I tried doing "apt-get update && apt-get upgrade" but this is still giving me an older version of curl. Is there a special mirror I can add to my sources.list??02:47
noarbsarnold: does it matter where I run that? Or should I use an absolute path to make it available to all system users?03:14
noarbsecurity related problem with ubuntu-bug?03:21
noarbdoes that command imply that its run in the homedir and then in the PATH? Reading https://manpages.ubuntu.com/manpages/hirsute/man1/ln.1.html a little harder now03:48
zph1nxIs there any known issue with booting a efi installed 20.04 system via the ovmf bios? trying to automate an installation via packer, but the bios refuses to boot the installation on the disk03:54
noarbI tried `sudo ln -s /usr/lib/x86_64-linux-gnu/libpcsclite.so.1 /usr/lib/libpcsclite.so` on my system, that didn't work04:10
alkisgnoarb: I don't know, but this might help: strace -fe trace=file your-command-here 2>&1 | grep lipbcsclite04:47
alkisgIt will show which files (paths) are searched by your-command that contain that word in its filename04:47
alkisgE.g. run a `strace -fe trace=file ls` to see what I'm talking about...04:49
KBartry info ln05:02
KBara more comprehensive documentation05:03
beuysIn Ubuntu Firefox, when I scroll via the touchpad, it does not scroll small distances. It waits a bit until I scrolled a certain distance and then scrolls all that. Is there a way to change that?06:30
ravanbeuys, Have you tried the setting of the trackpad ? the scrolling distance and the coasting settings should be able to fix that....06:49
beuysravan: It only happens in Firefox.06:50
beuysSetting this one to false seems to make things better: mousewheel.system_scroll_override.enabled06:50
beuysBut it still seems to snap to certain positions. I wonder why it doesnt just behave like dragging the scroll bar.06:50
Kelbeuys: If you're feeling adventurous, you can try some of these: https://www.reddit.com/r/firefox/comments/kojli8/actually_smooth_scrolling_for_firefox_now/06:52
beuysKel: I fiddled with those, but they do not seem to address the issue.06:53
beuysThis works: MOZ_USE_XINPUT2=1 firefox06:53
beuysI wonder if it is possible to do it in about:config06:54
bencc1__system load on my machine is close to 100% but CPU is 40% idle (3/8 hyperthreads)07:00
bencc1__how is this possible?07:00
beuysbencc1__: Define "system load".07:01
bencc1__cat /proc/loadavg07:01
=== diskin is now known as Guest7292
=== diskin_ is now known as diskin
bencc1__7.16 7.34 7.93 8/11036 119813407:01
beuysbencc1__: Which of those 5 values do you refer to when you say "close to 100%"?07:02
ravanbeuys, apz.overscroll.min_pan_distance_ratio1.0 this setting looks relevant....07:02
ravanapz.overscroll.stop_distance_threshold07:03
ravanand07:03
ravanapz.overscroll.stop_velocity_threshold07:03
beuysravan: apz.overscroll.min_pan_distance_ratio seems to have no impact07:03
ravanwhen i increase these in the scroll speed becomes latent and slow...07:04
ravantry the apz.overscroll.stop_distance_threshold07:04
bencc1__beuys: I have 8 vCPUs (hyperthreads). 7.93/8 is close to 100% load07:04
bencc1__and I'm trying to understand why I don't see this reflected in idle cpu07:05
beuysbencc1__: Those numbers do not mean what you think. They can go arbitrarely high.07:05
pasizsystem load reflects pipeline queue size07:06
ravanbeuys, try searching "scroll" in the about:config.... it outlines all scroll related parameters.....07:07
beuysravan: Hmm.. yeah, a lot of work.07:09
pasizbencc1__: https://blogs.oracle.com/solaris/post/cpu-utilization-of-multi-threaded-architectures-explained07:09
bencc1__beuys: so what does system load means? should I always ignore it07:09
Guest29hello guys07:10
pasizsystem load is queue size. it doesn't count anything else.07:10
pasizand system load can be over 1 process / core in queue, system still usable07:10
bencc1__does system load says anything? should I be aware of that?07:11
ravanbeuys, let me know if something works.... i will also get a new understanding ....07:11
beuysbencc1__: You would have to interpret the value in context. Asking "Can I ignore the color red?" does not mean much. On a traffic light, you should not ignore it. But roses being red is normal.07:12
beuysbencc1__: Are you asking in the context of a web server?07:12
Guest29i have upgraded to ubuntu 21.10 beta and after it i see my scroll in touchpad is so fast and i cant see my toucpad in xinput list i just have it in /proc/bus/input/devices as Name="SynPS/2 Synaptics TouchPad"07:13
beuysravan: Ok, but I will not be able to fiddle with it right away.07:13
pasizdo you see iowait or just bare load on 807:13
Guest29how can i set a value for my speed in scroll in touchpad07:13
ducasse!ubuntu+1 | Guest2907:14
ubottuGuest29: Impish Indri is the codename for Ubuntu 21.10. For technical support, see #ubuntu-next. For testing and QA feedback and help, see #ubuntu-quality.07:14
ravanbeuys, take your time......07:17
beuysAt the moment I am trying to figure out why my .bashrc gets executed on system startup.07:19
beuysMaybe I should put a test and return if it is not run interactively.07:20
pasizbashrc is executed on login07:20
pasizif bash is default hell07:20
pasizshell even07:20
beuysOk.. I will put a test for interactive and return if it is not.07:21
pasizbut user directory .bashrc are not run by system07:21
beuyspasiz: "user directory"?07:21
pasizbeuys: yes, user home directory07:22
beuyspasiz: Do you count /root/ as a user home too?07:22
pasizlike ~/.bashrc07:22
pasizyes it is07:22
beuysWell, it seems to get executed.07:22
beuysI think even before login.07:22
beuysI have put a test for interactive. Will reboot now ...07:23
pasizit get sourced when root runs something with bash07:23
=== callmepk is now known as callmepk[away]
=== callmepk[away] is now known as callmepk
beuysHello again!07:26
pasizyes07:26
beuysDid we just talk here?07:26
pasizyes07:26
beuysNice.07:26
beuysThe test seems to work.07:26
pasizso how about the non interactive bashrc07:26
beuyspasiz: How do you mean?07:26
pasizis it executed before login or not07:27
beuyspasiz: I am not sure what you mean. Let me explain. I have these two lines in my bashrc:07:27
beuysbind 'Tab: menu-complete'07:27
beuysbind 'set completion-ignore-case on'07:27
beuysAnd when I boot, I get an alert that they cannot be executed.07:28
pasizyour bashrc should execute only if shell is interactive07:28
beuysSo now I added this on top of my .bashrc and it fixed it:07:28
beuyscase $- in07:28
beuys    *i*) ;;07:28
beuys      *) return;;07:28
beuysesac07:28
pasizdebian and ubuntu defaults to bashrc that begins with interactive test07:28
beuyspasiz: Yes, they bring such a ~/.bashrc on a fresh install. But I am using my own home dirs.07:29
beuysWhere would I put a script that I *want* to be executed upon boot?07:30
beuysI wonder if this one liner is better: [ -z "$PS1" ] && return07:34
bencc1__pasiz: iowait is low07:35
beuysDoes anybody know where to put a script that should be run on boot?07:36
bencc1__beuys: you ca create a systemd service that runs the script07:37
beuysbencc1__: No easier way?07:38
bencc1__sorry. don't know07:38
bencc1__cloud servers sometimes have cloud-init07:38
KBar       When an interactive shell that is not a login shell  is  started,  bash07:42
KBar       reads  and  executes  commands  from /etc/bash.bashrc and ~/.bashrc, if07:42
KBar       these files exist.  This may be inhibited by using the  --norc  option.07:42
KBarper bash(1) manual page07:42
KBarbeuys you just source it07:43
KBarsource path/to/file07:43
beuysKBar: Source it from where?07:43
KBarfrom the shell itself07:43
KBaror backup the bashrc file07:43
KBarand write it from scratch07:44
beuysKBar: Which shell? I want to run something on boot. After I turn on the computer. Before I am in a shell.07:44
KBarfor that you will have to configure grub07:44
beuysNaahh. Not that early :)07:45
beuysPreferably just before x starts.07:45
KBarinit07:46
KBaryou need to configure init07:46
beuysHow?07:46
KBar/etc/init.d07:49
KBarplenty of examples in that directory07:49
KBardepends on what you want to achieve07:50
KBaror as bencc1__ already said: create a systemd service07:51
KBarunit07:52
EriC^^beuys: put it in crontab with "@reboot /path/to/script"07:52
beuysKBar: /etc/init.d looks good! I will play around with this approach.07:53
KBaralso, try this: https://unix.stackexchange.com/questions/56957/how-to-start-an-application-automatically-on-boot07:53
KBarspecifically this answer: https://unix.stackexchange.com/a/52360507:53
KBarthe crontab approach is great too. whatever floats your boat07:54
beuysWowdy wow, many options.07:54
beuysThanks everyone! I will reboot and try some options!07:56
cokecrontab is on its way out systemd has a scheduler08:01
GinaloHi. I keep running into situations where I'd like to install a deb file, but are cautious that it might be a malicious executable. Is there a way to 'containerize' a deb install? Or is it safe already?08:28
ravageUntrusted software is never safe09:05
ravageYou can use lxd to install such a Deb file.09:06
graingert[m]<Ginalo> "Hi. I keep running into situatio..." <- You can put it in a virtual machine09:07
graingert[m]Depends where you found it and how old it is09:07
graingert[m]Make sure the executable is much older than the sandbox you use to run it09:08
graingert[m]Can you rebuild it from source?09:08
Guest41Hi09:08
Guest41hi09:09
Guest41i have a conflict between libinput and synaptics09:09
Guest41what should i do to resolve this conflict09:09
Guest41synclient09:10
Guest41Couldn't find synaptics properties. No synaptics driver loaded?09:10
Guest41i see this xinput list09:11
Guest41WARNING: running xinput against an Xwayland server. See the xinput man page for details.09:11
Guest41⎡ Virtual core pointer                    id=2[master pointer  (3)]09:11
Guest41⎜   ↳ Virtual core XTEST pointer              id=4[slave  pointer  (2)]09:11
Guest41⎜   ↳ xwayland-pointer:17                     id=6[slave  pointer  (2)]09:11
Guest41⎜   ↳ xwayland-relative-pointer:17            id=7[slave  pointer  (2)]09:11
Guest41https://pastebin.com/ngRKpy7c09:14
Guest41anyone here ?09:15
qtext55hi :/09:15
qtext55looks like everyone afk/busy/sleeping or ???09:16
qtext55so... does anyone here like to code in freebasic???09:17
=== Oxfuxxx_ is now known as Oxfuxxx
Ronalds_Mazitis_ubuntu removed nvidia driver itself09:22
Ronalds_Mazitis_but it still shows that it is using09:23
Ronalds_Mazitis_manually installed one09:23
Ronalds_Mazitis_can't render via h264_nvenc09:23
Ronalds_Mazitis_21.0409:23
qtext55Ronalds_Mazitis_, maybe this will help https://phoenixnap.com/kb/install-nvidia-drivers-ubuntu09:24
qtext55i have nvidia card also09:25
Ginalograingert[m]: That makes sense. Thanks09:25
Ronalds_Mazitis_I hope 470 will work09:25
Ronalds_Mazitis_because I think ubuntu 21.04 comes with 39009:26
Ronalds_Mazitis_but09:26
Ronalds_Mazitis_I installed visual code by damn repository09:26
Ronalds_Mazitis_I am not sure how that could affect nvidia09:26
Ronalds_Mazitis_but microsoft might be sneaky09:26
Ronalds_Mazitis_ok 470 works09:28
sadbotHi i need help , apparently there is a bug in blender ,i guess cuda don't detect after wake from sleep ,i guess it's nvidia  doing ,i found a arch forum and found a solution ,that i need implement systemd service that will use new nvidea suspend method. But...09:31
sadbothttp://us.download.nvidia.com/XFree86/Linux-x86_64/440.59/README/powermanagement.html09:31
sadbotBut ,nooo, these samples don't exist in my system '/usr/share/doc/NVIDIA_GLX-1.0/samples' ,😔09:32
sadbotPls ,sombody can provide those systemd service file ?09:32
sadbotAnyone here , c'mon09:46
Ronalds_Mazitis_hey how do I make files dropping to application from nautilus to panel09:47
Ronalds_Mazitis_I am using 21.04 with gnome09:47
Ronalds_Mazitis_with panel to dash extension09:47
Ronalds_Mazitis_dash-to-panel@jderose9.github.com09:49
=== Oxfuxxx is now known as artemis
=== artemis is now known as Oxfuxxx
Ronalds_Mazitis_it seems like09:55
Ronalds_Mazitis_I have to drag09:55
Ronalds_Mazitis_file09:55
Ronalds_Mazitis_from left side down corner to right side down corner09:55
Ronalds_Mazitis_to get all windows to drag file into09:56
Ronalds_Mazitis_that is stupid09:56
Ronalds_Mazitis_https://extensions.gnome.org/extension/1160/dash-to-panel/09:56
Ronalds_Mazitis_well that is better than nothing09:57
Ronalds_Mazitis_alt tab also works09:58
Ronalds_Mazitis_but had to change config09:58
=== Oxfuxxx is now known as artemis
=== artemis is now known as Oxfuxxx
=== Oxfuxxx is now known as artemis
=== artemis is now known as Oxfuxxx
=== qtext55 is now known as qtext
beuysSo I am trying to understand my new Ubuntu install. When I hit the super key and start typing, applications are suggested. For example when I type "fi" it suggests "firefox", "files" etc. Where is the list of these applications and how can I edit it?11:19
KBardesktop files11:21
KBaror11:21
KBarwait a minute11:21
beuysOk11:21
oerheksthere is no list, just a folder with desktop files ( starters)11:25
aliveoh this is interesting.11:26
beuysoerheks: In /usr/share/applications?11:26
KBaryep11:26
KBarits desktop files11:26
oerheks2 places, you can place your .desktop file at /usr/share/applications/ or at ~/.local/share/applications/.11:26
KBarfor nautilus11:26
oerheks2nd is user based only11:26
beuysOk.. let me explore those ...11:26
KBaraka gnome files11:26
KBarsee this file11:26
KBar/usr/share/applications/org.gnome.Nautilus.desktop11:27
KBarsnaps are stored somewhere else11:27
KBarcheck $XDG_DATA_DIRS11:27
beuysMy /home/user/.local/share/applications/ is empty. Lets see what happens when I put something there ...11:28
KBarmost likely your system has them in /var/lib/snapd/desktop/applications11:28
KBaryou dont need to put anything there11:29
KBaryou can just edit the existing .desktop files11:29
beuysKBar: I want to create a root terminal launcher.11:29
beuysSo when I hit the meta key and type "r" it suggests "root terminal".11:29
KBarah okay11:30
KBarjust create another desktop file11:30
KBarhttps://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html11:31
beuysI thought I'd start by copying the normal terminal desktop file. But where is it? I don't see anything with "term" in the name in /usr/share/applications/.11:31
KBarorg.gnome.Terminal11:31
KBartry that11:31
beuysAh, nice.11:31
KBareverything related to gnome has that prefix11:31
KBarconforming to freedesktop specification11:31
* beuys does cp /usr/share/applications/org.gnome.Terminal.desktop /home/user/.local/share/applications/11:32
beuysLets see what happens when all I change it the name from "Terminal" to "RootTerminal".11:32
oerheksnothing, i guess11:33
oerheksthere is no root-terminal11:33
KBaryou need to specifi the Exec11:33
KBardo you see the Exec= field?11:33
beuysoerheks: i think the name is only cosmetic11:33
beuysKBar: Yeah11:33
KBarchange that field to whatever you want bash/sh to start with11:34
KBarand rename the desktop entry11:34
KBarthats it11:34
beuysThe first step at least workd. When I type "roo" it suggests "RootTerminal" now.11:35
beuysKBar: There are 3 "Exec=gnome-terminal" lines in that file.11:35
beuysMaybe I can delete 2 of the 3 sections? There are "[Desktop Entry]", "[Desktop Action new-window]" and "[Desktop Action preferences]".11:36
beuysMaybe prefixing "gnome-terminal" with "gksu gnome-terminal" will work?11:36
KBari mean they're self-explanatory11:37
beuysOh, there is no gksu. Hmm..11:37
KBarnew-window is for new windows11:37
oerheksbeuys, no, it does not make terminal loged in as root11:37
KBarpreference opens the preferences dialog11:37
oerheksanyway, you need to type a password11:37
KBarexactly11:37
beuysoerheks: Yes, I will have to type a password when I open it.11:37
beuysBut the question is: What do I put in the Exec line?11:38
KBarcheck man gnome-terminal11:38
KBarwhat options it supports11:38
beuysKBar: I don't think its an option of the application as which user it is started.11:38
KBar?11:39
aliveThe Desktop Actions is for when you right-click the icon on the status bar11:39
KBaryou can start gnome-terminal with lots of options11:39
aliveso there appear extra menu items like "Options" and such11:39
KBarsee if it supplies something that will execute a command or program on launch11:40
beuysIn a terminal one would write "sudo gnome-terminal". But I don't think that is the right choice for the desktop file.11:40
aliveI would suggest setting your launch command to 'gnome-terminal -- sudo -s'11:40
alivewith the dashes and everything11:40
KBargnome-terminal -e=sudo11:40
KBarman gnome-terminal has everything11:41
beuysalive: I think that would run a root terminal inside a normal terminal?11:41
KBardont be lazy11:41
oerheksweird thinking11:41
alivebeuys: It would start a terminal as the current user and launch the user directly into a sudo shell11:41
beuysKBar: That would run a root terminal inside a normal terminal.11:41
KBarno11:41
alivehonestly i would not want to run gnome-terminal itself as root11:41
aliveUnless there is a specific reason you want to11:41
aliveIf you want to run gnome-terminal itself as root, you would of course need to install gksudo11:44
beuysalive: Are you sure there is no way without gksudo?11:45
KBaryou can also create another desktop file, set its name to rootterminal, chown it to root and set-uid11:45
KBaridk if that works tho11:45
KBarworth a shot11:45
aliveYou could definitely edit your sudoers file to allow yourself passwordless sudo11:45
beuysKBar: I doubt that.11:45
KBarof course specifying the Exec=11:45
alivethen you could just set Exec=sudo gnome-terminal11:45
beuysalive: Hmm... yeah, maybe.11:46
beuysSo far I think installing gksudo would be the best option.11:47
aliveBut why do you want to run "gnome-terminal as root" and not "root in gnome-terminal"? Is it some ease of use thing? Because I'm almost at the point where I must insist you are trying to solve a problem by creating a different one.11:47
KBaryou said it11:49
beuysIt seems there is no gksudo in the sources.11:49
aliveYou are correct, it seems it was removed with ubuntu 17.10 and no viable alternative exists11:50
alivethere is pkexec11:50
aliveBut then I run into the potential problem that I was trying to help you avoid which is: "Unable to init server: Could not connect: Connection refused11:51
beuysOne approach might be to run "sudo gnome-terminal && exit" in a normal terminal.11:53
beuysBut thats pretty ugly compared to gksudo.11:53
aliveI must say, I really like the root termian .desktop file i made, i'm gonna share it here.11:53
KBarplease do11:54
beuysYeah11:54
alivehttps://pastebin.com/c3G7Q9LQ11:55
KBaropen pandoras box :D11:55
alivei put it in ~/.local/share/applications11:55
beuysalive: Testing it ...11:55
aliveOpens a gnome-terminal and outright asks for sudo password. Once that is provided, it launches the root shell11:56
KBarin the future try using paste.ubuntu.com11:56
KBarprovided in the topic11:56
alivedo usermod root -s /path/to/your/shell if you don't like the root shell11:56
aliveKBar: sorry11:56
alivei make that mistake all the time in #nginx too lol11:56
beuysalive: That does not start a root terminal. It starts a root shell in a use shell in a user terminal.11:57
KBaralive does gnome-terminal -e=COMMAND produce the same thing?11:57
KBarto start the terminal you must have eid=root11:58
KBarterminal as root*11:58
KBaryou cant open root terminal when your euid=100011:58
beuysalive: So for example when you start a new terminal via ctrl+n from your terminal, it starts another normal user terminal where you are a user, not root.11:59
aliveAh now I think I understand the problem11:59
alive-e=command does not work for me KBar12:00
alivehttps://pastebin.ubuntu.com/p/VWdCkw8kQt/12:00
KBarput sudo or whatever command you want12:00
KBarinstead of command12:00
aliveI just get a deprecation notice :)12:00
aliveGNOME Terminal 3.38.112:01
beuysSo far, the only way I found to start a root terminal is to open a user terminal and run sudo gnome-terminal; exit12:01
alivebeuys: I think your problem is so foreign to me because of the following factors. 1) I find no issue in spawning 100 terminals and sudo'ing in all of them. 2) I can only work in so many terminals at a time. Specifically 1. 3) I very rarely spend time as root on my own pc. Most of my time is spent writing automation.12:02
beuysI will use this line for now: Exec=gnome-terminal -e "sudo gnome-terminal &"; exit12:08
beuysSomewhat ugly but c'est la vie.12:08
aliveThat is clever12:09
beuysLooks like it also works without the final "; exit".12:09
beuysSo this works: Exec=gnome-terminal -e "sudo gnome-terminal &"12:09
beuysThanks for all the help alive and KBar!12:15
ubuntuuser123456is using backports in ubuntu discouraged?12:27
ograubuntuuser123456, nah ... but backports has been rather idly for a long time (i think in 20.04 you can count the packages in the backports repo on one hand)12:28
ubuntuuser1234562 hands ;)12:29
ubuntuuser123456sad :/  welp, seems like I have to adjust to building my own then12:30
ograubuntuuser123456, https://lists.ubuntu.com/archives/ubuntu-devel/2021-August/041587.html12:30
ograthe team just has been re-vived it seems12:30
lotuspsychjeubuntuuser123456: what are you trying to do exactly?12:32
FakePhish26342what?12:32
VerlorrenLol2634Hello there.12:32
NoSuchBugOrFeatuanyone running zsh?12:32
JustAnotherCamelHi - Does anyone know the difference between https://gist.github.com/jstreeb/8ccffad8d9c95ae2e34c4abfc0dfd6ab and https://gist.github.com/jstreeb/8ccffad8d9c95ae2e34c4abfc0dfd6ab12:32
ubuntuuser123456lotuspsychje nothing specific. I was just looking at specifically youtube-dl, as that one breaks pretty often12:32
ubuntuuser123456thanks ogra :)12:32
ograubuntuuser123456, use the snap 😉12:33
KBarNoSuchBugorFeatu this is an Ubuntu-focused channel.12:33
ogra(it is well maintained and regulary updated)12:33
lotuspsychjebreaks= file a bug?12:33
NoSuchBugOrFeatuKBar: i see, thank you.12:33
FakePhish26342is this channel for ubuntu questions or questions in general?12:33
JustAnotherCamelHi to everyone who wants to take my help12:33
VerlorrenLol2634so, what do I have to do?12:33
JustAnotherCamelit is not broken12:33
VerlorrenLol2634*this channel?12:33
VerlorrenLol2634*NoSuchBugOrFeatu12:33
KBarFakePhish26342 Ubuntu support.12:34
ubuntuuser123456ogra oh didn't know there was a snap for that. still rather new to snaps and flatpaks ;)12:34
ogra🙂12:34
ubuntuuser123456additionally I am rather a fan of debs (as long as I know what it's doing :)  )12:35
VerlorrenLol2634I'm pretty sure the problem is in the .deb12:35
ubuntuuser123456VerlorrenLol2634 which problem oO12:36
ograubuntuuser123456, the deb is at 2020.03.24-1 ... the snap at 2021.06.06+gita803582 ... so you have the choice at least 🙂12:37
JustAnotherCamelI get the following error when booting: "cant find a medium containing a live file system". I have the usb mounted, and it says "mounted the iso and extracted it" I've read on the internet to try to "try a previous kernel" so I did. it says it works fine, but then when I boot it goes into grub rescue again, and tells me to "try a previous kernel" or to run the memtest. My computer doesn't seem to be able to12:37
leftyfbVerlorrenLol2634: please remove all but one of your IRC clients from this channel. This is a support channel, not a place to mess around12:37
NoSuchBugOrFeatuhi12:37
FakePhish26342My computer seems to not be able to boot up, what should I do?12:37
VerlorrenLol2634I'm fine there12:37
FakePhish26342Hello12:37
NoSuchBugOrFeatuhow I find which version I have?12:37
KBaruhm12:38
KBarwhats going on?12:38
KBarrise of the machines?12:38
leftyfb!op | can we please remove JustAnotherCamel VerlorrenLol2634 FakePhish26342 and NoSuchBugOrFeatu ? They are the same person spamming the channel with fake "questions" and comments12:39
ubottucan we please remove JustAnotherCamel VerlorrenLol2634 FakePhish26342 and NoSuchBugOrFeatu ? They are the same person spamming the channel with fake "questions" and comments: 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,12:39
VerlorrenLol2634My computer seems to not be able to boot up, what should I do?12:39
ubottugnomefreak, lhavelund, phunyguy, chu12:39
FakePhish26342I have been using windows for a long time now and I have recently decided to use ubuntu12:39
JustAnotherCamelhow to I fix it12:39
FakePhish26342I don't know12:39
NoSuchBugOrFeatuI can't use the live usb, and the computer won't boot from it12:39
VerlorrenLol2634Why12:39
JustAnotherCamelcan you explain more to me12:39
ubuntuuser123456ogra yeah I see that, will think about it.but as I am also looking for podman, buildah, skopeo stuff. i assume not everything can be covered by snap (for now)12:39
leftyfbTheRedQueen: TY12:39
ubuntuuser123456ogra yeah I see that, will think about it.but as I am also looking for podman, buildah, skopeo stuff. i assume not everything can be covered by snap (for now)12:40
ograubuntuuser123456, well, if it is not, it is really easy (miles easier than deb) to make a snap yourself for any app you need ...12:40
ubuntuuser123456ahh oops sry doublepost :/12:40
KBarthanks leftyfb and TheRedQueen12:40
ubuntuuser123456I will look into it ogra. thanks :)12:41
aliveWhat just happened12:44
aliveAnyway i just did a deep dive into configuring policykit to allow pkexec of gnome-terminal and did everything google told me to do but couldn't work it out12:44
aliveKBar: if you fancy a try i think that is "the way" to get what beuys wanted12:45
alivealthough i would still disagree with him that it /should/ be done12:45
KBarnah, thanks. i dont like sudoing everything12:45
alivesame12:46
aliveAt this point it was just a curiosity12:46
KBarill stay away from that practice12:46
krytarikleftyfb: Btw, hggdh is one of the channel ops and was already handling it, and TheRedQueen is a bot that thankfully finished the job for us.12:47
leftyfbkyentei: ok, but there was no indication that a human was addressing it, hence the alert12:48
krytarikleftyfb: Oh no, I mistook yourself for hggdh due to the length of the nicks and them using the same color here and because I saw him fiddling with the council account just at the same time - and the bot did it on itself in fact.12:59
ubuntuuser123456ogra do you know if there will be a summary or log or something like that for the meeting which happens tomorrow about the backport situation?13:07
BluesKajHi folks13:08
ograubuntuuser123456, nope, i dont ... i only saw the thread passing by in my email13:08
ograwasnt there a link in one of the mails ?13:09
ubuntuuser123456ahh you mean the wiki link? will check13:10
ubuntuuser123456yup found it13:10
KBarBluesKaj hello and welcome. how can we help you?13:10
BluesKajKBar, I'm a regular here, no help needed atm, but thanks for asking13:13
KBarBluesKaj oops, sorry then. i thought you had questions. :)13:15
KBarmy bad13:16
BluesKajKBar, your bad what?13:17
krytarikWell, I'm not entirely sure blanketly greeting large channels every time one enters it is really needed either - especially when people often just greet and wait for a response to ask the actual question.13:18
KBarkrytarik okay, my bad. ill try to avoid doing this in the future. thanks for the heads up13:22
krytarikKBar: What no, you were right to ask here.. XD13:22
u0_a343my kubuntu system now appears to be clunky, slow animations as well as a extensive boot time, how can i troubleshoot this?; cpu temps are ok, hdd disk is fine, RAM doesn't seem to be an issue13:36
KBartry #kubuntu13:38
KBarthanks13:39
u0_a343ok13:39
lotuspsychjeu0_a343: boot times you can check with systemd-analyze blame13:39
u0_a343i noticed snapd related services takes a lot of time, because I have a lot of snap programs, sadly i couldn't find a way to reduce it13:40
ograu0_a343, if you are sure it is snapd please open a thread in the snapd category at forum.snapcraft.io (note though in 99% of the cases it turns out that this is only fllout of a different problem (i.e. broken graphics driver, other services hanging that snapd uses))13:42
u0_a343i checked snapcraft, people already faced similar issues but none of the solutions worked for my machine13:47
ograthis is why you should open a new thread and attach all logs you can find 😉13:48
u0_a343ok, i'll give it a try if everything fails13:54
=== genii-core is now known as genii
=== thegodsquirrel is now known as THEGODSQUIRREL
=== THEGODSQUIRREL is now known as thegodsquirrel
jpmhI have a headless server that is merely doing backups for me.  I'm very happy with it.  I would like to be able to make some limited input to it, do not want the bother of ssh etc.  Is there an easy wahy that I can read the input from a keyboard that I plug in to it, /dev/something, etc?15:52
nualajpmh: hmm.... I have trouble understanding what you mean by headless. Like even https://help.ubuntu.com/community/Installation/NetworkConsole goes right into ssh. Again: assuming you plugin the keyboard. where do you send the input to <fails here to make sense with the headless-restriction>16:03
jpmhnuala: what I mean is that to set the thig up I did initially use ssh, but now it boots and just runs the scripts that I use for backup with no keyboard, display, etc.  I can ssh in if I need to, but generally I don't16:04
jpmhnuala: the rest of what you said, I don't understand what you are asking16:05
nualaso I am unsure if something like a tty-login prompt is even running in the first place (have you connected a monitor to it?). I assume the first step would be to get this running, so something is listening to your keyboard typing16:10
rfmWell, the way to see if there is a prompt is to ssh in and "ps aux } grep getty"  (getty or agetty is what displays the login prompt on a terminal)16:18
dusthttps://hexchat.github.io/news/2.16.0.html time for an update16:25
jpmhnuala: sorry for the delay - I did not get alerted - yes - if I connect a monitor then it is sitting at login16:30
beuysStrange, my dock somewhat stopped working. I removed everything from it. I think by right-clicking the icons one after the other and chosing "remove from favorites" or something. Now when I start any program, it does not show up in the dock anymore.16:32
beuyslooks like this bug: https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/188057016:35
ubottuLaunchpad bug 1880570 in gnome-shell-extension-ubuntu-dock (Ubuntu Impish) "Dock - running applications are not/delayed updated when starting with an empty dock" [Undecided, Fix Released]16:35
beuys"JS ERROR: TypeError: firstIcon is undefined" - Classic example of "developer did not check what happens when x becomes 0".16:37
=== tomaw is now known as Guest9078
=== tomaw_ is now known as tomaw
testwhat htis18:11
nualajpmh: but when you plug in the keyboard it is not working? ssh into it with the keyboard plugged in and check lsusb -v ?18:14
lotuspsychje!support | test18:15
ubottutest: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com18:15
Guest37_https://youtu.be/fAwbrh2Dv_4 me18:20
=== Guest37_ is now known as TomFarr
lotuspsychjeTomFarr: please only ubuntu support issues here18:21
TomFarrlotuspsychje O-K18:22
spinningCathow to calcel auto log off?18:24
jpmhnuala: sorry about the delay.  They kbd is avaiable for login yes.  But I want to read it ffrom an app that I have started18:35
nualajpmh: nw bout delay/you seem im not here 24/7 neither :) so hm an app, like phone app yes? and if you type on the keyboard what shall happen?18:51
nualas/seem/see18:51
jpmhnuala: not sure what you are asking19:06
nualawhat do you want to achieve?19:10
=== dongcarl7 is now known as dongcarl
yolo_have been a gnome/gnome-terminal user for years, today I installed konsole and its fonts is like 10x better looking, recommended19:24
yolo_thought lxterminal is better, turns out konsole is _much_ better19:25
rfmjpmh, well, I just tried running "sudo cat /dev/tty2" in a window, then swapped to virtual console 2 with ctrl-alt-f2, typed in some stuff, swapped back to the window and there was the stuff I typed.20:10
rfmjpmh, so you could read from /dev/ttyn just being sure to swap to that console.  You'd have to add the user running your program to the tty group.20:11
andres_hi, is there any way to move from linux mint to ubuntu without losing data and programs? like when u upgrade from windows 10 to 1120:19
=== justache is now known as justHaunt
KaedennWhat programs should I prefer if I want to make animated emotes for Twitch?21:13
KaedennI could just use ffmpeg transforms to do what I want, but I'd like something easier for the user21:14
sarnoldhttps://en.wikipedia.org/wiki/Krita perhaps?21:15
Sixteenbithow do i get my microsoft serialmouse 2.1a to work?21:33
Sixteenbitim using inputattach --microsoft /dev/ttyUSB0 on this modern machine with no issues but i cant seem to get my xorg.conf to work21:34
Sixteenbiti removed waylin and install xorg21:34
leftyfbSixteenbit: got a link to the product page for this mouse?21:34
leftyfbI'm pretty sure there isn't a USB Microsoft mouse in existence that doesn't just work when plugged into any linux-based OS21:35
Sixteenbitleftyfb, this is a serial mouse21:35
Sixteenbitnot a usb mouse21:35
leftyfbthen why are you messing with ttyUSB0?21:36
Sixteenbitand i got it working, i am just confused to why xorg isnt parsing my mouse settings,21:36
Sixteenbitcause thats the port i got the mouse on leftyfb21:36
leftyfbttyUSB is for USB devices. ttyS0 would be for serial devices21:36
Sixteenbitiv been using an amd k6 2 500mhz with 1gig of ram but decided to get a new dektop but it lacked a serial port21:37
Sixteenbitso i got a usb to serial converter21:37
Sixteenbitleftyfb, yes its a serial to usb converter21:37
leftyfbSixteenbit: what version of ubuntu?21:38
Sixteenbit20.0421:38
leftyfbSixteenbit: the default flavor of ubuntu has xorg installed already, you shouldn't have had to install anything to change from wayland to xorg21:39
Sixteenbitoh i did apt-get --purge on bunches of stuff and reinstalled things out of anger when i couldnt get my serial mouse to work21:39
Sixteenbitsorry i was mistaken21:39
Sixteenbitapt-get remove --purge21:39
leftyfbSixteenbit: ok, then you probably want a reinstall of the OS if you removed "bunches of stuff and reinstalled things". There's no telling what state it's in now21:40
Sixteenbitlol leftyfb21:41
Sixteenbiti found information i need21:45
Sixteenbithttps://help.ubuntu.com/community/SerialMouseHowto21:45
Sixteenbitoh no i been found out!21:50
=== dabbill_ is now known as dabbill
TortillaSandwichyubikey authentication in linux leaves a lot to be desired22:26
TortillaSandwichit works, but provides nothing by way of prompts that it works22:26
TortillaSandwichwindows, in spite of its flaws, at least throws you an alert the key is needed22:26
cbreakTortillaSandwich: I use a yubikey on linux for ssh authentication22:42
cbreakthat works quite nicely, there's a gui prompt for the pin22:42
cbreak(from gpg)22:42
TortillaSandwichcbreak: yeah it certainly works well, but the issue is say for like... desktop sign in unlock22:58
TortillaSandwichthere's no notiifcation to use the key22:58
cbreakI don't use it for that.22:59
TortillaSandwichI use them for any level of auth anywhere I can22:59
cbreakfor U2F on web pages, there's usually something on the web page, and the button blinks22:59
cbreakfor SSH / GPG, I get a pin dialog22:59
TortillaSandwichyeah webpages are good but thats cos the browser calls for it22:59
cbreakwhen I log in on my mac with it, it asks me for the pin too instead of the password. (It's annoying, I should disable it)23:00
TortillaSandwichon ubuntu's login, it's basically input password > press enter > hope you move faster than the time out clock23:00
TortillaSandwichno dialogue, no prompt23:00
cbreakhow does the ubuntu login work? Via the smartcard interface?23:01
TortillaSandwichnot even that23:01
cbreakthat's what OS X login uses23:01
TortillaSandwichit's just the standard login, when you hit enter you need to insert the yubikey and press the button23:01
cbreakweird.23:01
TortillaSandwichyeah, and it does work cos if you don't interact with the yubikey it kicks back and says invalid password23:02
TortillaSandwichin windows you are met with a Yubikey lock page, and prompted to insert it23:02
TortillaSandwichits a minor detail, but sometimes I'm not fast enough... Im old lol23:03
spinulli set a keyboard shortcut to mount a network share for me, but when i use the shortcut it doesn't mount with the same permissions as when i just run the command23:57
spinulli don't have write permission when i use the keyboard shortcut23:58
spinullsame command, only diff is i used gksudo instead of sudo for the keyboard shortcut23:59

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