/srv/irclogs.ubuntu.com/2020/03/11/#ubuntu.txt

mmlj4I know it has the standard tools, but I also know it's a sudo-based distro, and I have one shot at adding a user, I can't fiddle with this and I can't go back and fix it, the server ships tomorrow00:00
leftyfbone shot at adding a user? Why is that?00:00
mmlj4because the server ships tomorrow00:00
mmlj4can someone else please help me out with this?00:01
leftyfbI don't understand the issue. You sound like someone that should be familiar with "*nix" and should easily be able to run adduser to create a user. Or run "man adduser" and see how to use it properly.00:01
mmlj4O'00:02
mmlj4I've only mentioned sudo twice now, maybe you missed it00:02
leftyfbwhat about it?00:02
leftyfbyou have yet to ask a question regarding sudo00:02
leftyfbmmlj4: in order to give a user the ability to use sudo, you add them to the sudoers group .... like every other "*nix" that uses sudo ... which is most of them.00:03
leftyfbmmlj4: do you know how to add users to groups?00:04
leftyfbmmlj4: https://www.digitalocean.com/community/tutorials/how-to-create-a-sudo-user-on-ubuntu-quickstart  # found on google by search for "ubuntu add user to sudoers"00:05
leftyfbmmlj4: if you already have a user with the right groups you want to mirror, I would edit /etc/group directly and search and do a search and replace :%s/:myuser/:myuser,newuser/g which will add the newuser to all the same groups as myuser00:07
sarnoldman that's a lot of work; just sudo adduser usernamehere admin  # repeat for each necessary group00:17
leftyfbeither way, someone who refers to "every other *nix" and is under a deadline to ship a server really should know all of this stuff00:18
sarnoldwhich reminds me, I wonder what happened to the guy who didn't just use adduser when adding a new group to a user account and managed to remove himself from the sudo and admin groups in the process. he never replied after we told him to re-add himself immediately..00:20
andenhow do i disable the touchpad on the login screen? xinput does a great job of disabling it once i'm logged in, but i'm a bit sick of it messing with me entering my password all the time00:25
ChiLLabiSHi! I have a question about Wine. I have to add an repo from openSUSE to install Wine on Ubuntu. Is those key packages available on Ubuntu 20.04 LTS?00:26
leftyfbChiLLabiS: wine questions should go to #winehq. We do not recommend adding repo's from other distro's, especially ones not even based on debian. Ubuntu 20.04 support is found in #ubuntu+100:28
ChiLLabiSI still see this as an Ubuntu question.. But i've asked in #winehq00:31
ChiLLabiSSince it is regarding to Ubuntu's repo00:31
andenwhy do you want to get wine from that repo specifically?00:31
ChiLLabiSBecause they made Wine? And i'm on Ubuntu and i want to know why Ubuntu doesn't have it in the regular repo00:32
andenubuntu should have wine in its own repo00:32
leftyfbChiLLabiS: sudo apt install wine00:32
ChiLLabiSIt worked before00:32
ChiLLabiSnow i need a another repo for it.00:32
leftyfbsorry, that's not right ... hold on00:32
pragmaticenigmaChiLLabiS, Wine is available in Ubuntu's default ... been there for a very long time00:32
ChiLLabiSI just wanted to know about it, i all ready have it install. Just wanted to know00:33
andenwhat's the general name for the login manager so i can google this problem?00:33
leftyfbChiLLabiS: remove whatever packages you installed from the opensuse repo, remove the repo and run: sudo apt install wine6400:34
andenis that it, "login manager" ?00:34
leftyfbanden: gdm00:34
andenthat's for gnome though? i'm on Lubuntu 18.0400:34
ChiLLabiSAh okay. but don't i need the i386 architecture though?00:34
pragmaticenigmaanden, lightdm00:34
andenand that sounds very specific, when i said general name i meant a term that applies to any login screen for any distro00:34
leftyfbChiLLabiS: installing wine64 will install all the dependencies you need00:34
ChiLLabiSI've read somewhere on the net that Ubuntu will stop distrubuting i386 packages00:34
ChiLLabiSOkay thanks00:35
pragmaticenigmaanden, Desktop Managers are typically what handle the login process00:35
andeni see00:35
pragmaticenigmathat's what the DM stands for in both of the suggested options00:35
andenwould it be possible to run any xinput commands for the login process though?00:36
andenor is that not a full X environment yet so that wouldn't work?00:36
pragmaticenigmaanden, That depends on the DM that you are using. gdm and sddm need an authenticated session to perform certain tasks00:36
andeni thought so00:37
ChiLLabiSDid an apt-cache search and found the correct wine names for installation. Thanks00:37
andenwell yeah it is lightdm, and i just wanna disable the touchpad00:37
leftyfbChiLLabiS: also, opensuse did not make wine00:37
ChiLLabiSThey didn't?00:37
andenbecause when i type my password on login, the side of my palm always slightly touches the touchpad, even when i angle my hand, and screws around with the mouse so that it messes up the login00:38
andenand it's not like i need it there anyway, i can navigate the entire login screen with the keyboard only00:38
leftyfbChiLLabiS: wine was developed 6 years before OpenSuse existed00:39
ChiLLabiSAha okay. I thought it had since i needed that repo for installing a missing dependencies00:40
andenand if i can't disable the touchpad, i'd at least like for it to be disabled while i am typing00:40
ChiLLabiSWell then. I'v satisfied again. Looking forward for the next LTS00:40
leftyfbChiLLabiS: you do not need anything from opensuse in order to run wine in ubuntu00:40
ChiLLabiSi'M*00:40
andenmaybe i can make a /etc/X11/xorg.conf.d/40-libinput.conf and disable it in there somehow? i saw some related things on https://wiki.debian.org/SynapticsTouchpad00:43
andeni'm assuming that would apply to the login screen too?00:43
pragmaticenigmaanden, It is possible... however, do note that if you didn't create the config file, it may get overwritten during on upgrade of the packages or ubuntu version later.00:45
pragmaticenigmaanden, In otherwords if you find the setting... place it in "41-libinput.conf" instead, to avoid to repo updates from changing it later00:45
andensure, that sounds like a good idea. any idea how i can figure out what to type into that file to disable the touchpad though?00:46
andenalso, there is no config file there currently, i just copied that name from the webpage i linked00:47
andeni will try the accepted answer from here https://askubuntu.com/questions/919495/how-to-disable-touchpad-completely-on-boot00:48
pragmaticenigmaanden, I also found this one: https://askubuntu.com/questions/65951/how-to-disable-the-touchpad00:48
pragmaticenigmayour's might work a bit better as it's for a more recent version00:49
andenthanks00:50
andeni'll reboot and see what comes out of it :)00:50
=== MrLemur7 is now known as MrLemur
andenwonderful, it works!00:51
andenthanks for the help <300:51
andeni'm guessing re-enabling it after that isn't so easy though?00:52
andenif i were to need it again after being logged in?00:52
andennot that i probably will, just trying to learn here00:52
pragmaticenigmayou could probably write an script with xinput and set it up to auto run in your sesssion00:54
andenthat's what i had before, but now xinput doesn't even find the device00:54
pragmaticenigmaah00:54
pragmaticenigmahmm00:54
andeni'm guessing i would have to do something as root, at the very least00:55
andensince it was disabled by root00:55
pragmaticenigmathat's possible... it's something I'm not too familiar with00:56
andenwell thanks anyway, like i said i'm not likely to use it anyway. i'm on a thinkpad and the trackpoint is just way better :)00:56
andenhm, the arch wiki mentions the synclient being able to configure the synaptic drivers on the fly00:58
andenapparently i have that installed already too00:58
pdebruicIs there a list of the kernel versions that were distributed to ubuntu 18.04 versions that have been upgraded from an 18.04 install (e.g. not from an 18.04.1 or .2 or .3 install)01:21
pdebruicsarnold: my nics use the igb driver, which is provided by intel.  Do you think it could be the real probelm or could it be a config issue on my machine I don't know how to detect?01:22
sarnoldpdebruic: for the "original" kernels, check https://launchpad.net/ubuntu/+source/linux for a big list of them01:24
sarnoldpdebruic: no idea on that second question :(01:25
pdebruicthanks.  me neither.01:25
pdebruicwhat are the ways the network can be configured in 18.04?  I know /etc/network/interfaces but it seems like somethine else is in use as it only specifies a static ipv4 address but there is a virbr0 that shows up when I hit ifconfig01:37
sarnoldnetplan.io can generate some config for either systemd-networkd or networkmanager01:40
sarnoldvirbr0 is probably from libvirt01:40
pragmaticenigmapdebruic, I don't believe /etc/network/interfaces is used anymore... everything in 18.04 uses either netplan.io or network manager to configure systemd-networkd01:46
sarnold/etc/network/interfaces can still be used if you want to install ifupdown though -- https://netplan.io/faq#how-to-go-back-to-ifupdown01:48
pragmaticenigmaright, but I thought most of that was just inplace for some legacy programs and tools01:50
Nylehi guys :)01:51
NyleSo I was wondering how to get my current x session on a vnc server instead of starting another x instance in the background on :1 or something01:51
=== nt0__ is now known as nt0
NyleI treid the various vnc servers in ubuntu, yet they only do the 2nd option. How to vnc into the currently running/displaing x session01:52
pdebruicsarnold: looks like libvirt was adding the virbr0 interface on boot.  I shut it off and rebooted and its not there now on the rescue kernel.  Still can't boot into one of the released kernels01:52
pdebruicoh wait I haven't tried 4.15.0-2001:52
pdebruictoday01:53
leftyfbNyle: use x11vnc01:53
leftyfbNyle: x11vnc -xkb -noxrecord -noxfixes -noxdamage -display :0 -auth /run/user/1000/gdm/Xauthority -usepw01:56
=== [1]MrMobius is now known as MrMobius
neteffecthi i have ubuntu, for my printer, do i want the rpm driver or the deb drive?02:38
neteffectr02:38
sarnoldneteffect: first see if you can get away weithout a driver at all; drivers provided by printer people are usually terrible02:39
sarnoldneteffect: if you must, the deb version probably works better02:39
neteffectit does work yes,  however, i want double-sided and other features02:39
neteffectah ok02:39
pdebruichey so now its blocked after random: crng init done02:44
pdebruicso thats progress?02:44
pdebruicbooting I mean.  on ubuntu 18.04.4 with 4.15-88 kernel02:45
sarnold"yay"02:45
pdebruicindeed02:45
sarnoldbut you're right, it *is* progress, of a sort :)02:45
sarnoldcan you pop to another virtual console and do anything?02:45
neteffectDo I want to specify my printer devices URI?02:48
neteffecti dunno which one to choose02:54
=== zbenjamin is now known as Guest5328
=== zbenjamin_ is now known as zbenjamin
neteffectit's a network printer, connected to the router02:57
pdebruicsarnold: I can get in and mess around with the recover boot using a 4.14.0-63 kernel.  All of the 4.15 kernels hit the boot error/stall03:00
neteffecti chose the dnssd: seems to work :D03:00
pdebruicwhat happens in the boot process after initializing the "random: crng init done" part?03:10
matsamanpdebruic: somethin'03:12
neteffecti used linux years and years ago.  Does seem nicer now, things seem to work without as many errors.03:14
=== [1]MrMobius is now known as MrMobius
doubledutchIs anybody here using Steam 32-bit on 32-bit ubuntu?03:59
doubledutchSInce they don't support the browser window, how do you add games to your library04:00
neteffectWhat's Steam like, is it fun?05:30
lotuspsychje!discuss | neteffect05:35
ubottuneteffect: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks!05:35
neteffectah ok05:35
neteffectnobody was talking though05:35
lotuspsychjeneteffect: this channel is not a chat, its for ubuntu questions/support only05:36
neteffectcool05:36
=== [1]MrMobius is now known as MrMobius
=== [1]MrMobius is now known as MrMobius
chris68Hi all. Im using ubuntu 19.10 and I have a problem with the keyboard layout. My default OS language is german but I have changed to English keyboard layout. In vscode the english shortcuts are not working, but in the OS itself they do work06:58
chris68for example ctrl z and y are inverted only in vscode. also ctrl / for commenting zooms out instead06:58
jilhi07:05
lotuspsychjewelcome jil07:05
jilI'm running ubuntu 19.04.  and have a degraded connexion.  How can I force the switch to give me a new ip adress ?07:06
jil(obviously this is not the connexion I'm using right now)07:06
jilhello lotuspsychje07:06
ducasse!19.04 | jil07:08
ubottujil: Ubuntu 19.04 (Disco Dingo) was the 30th release of Ubuntu, support ended January 2020. see !eol and https://lists.ubuntu.com/archives/ubuntu-security-announce/2020-January/005263.html07:08
chris68ok i found the solution to my inverted keyboard shortcuts (it was expected to be a little vscode specific)... it was to add the primary OS language as a language pack to vs code07:08
theborgerwhere do i need to edit to set the wait time for the default boot item in grub?  i changed "/etc/default/grub" and set it to 3 on "GRUB_TIMEOUT=3" but it stills waits for 30 sec to boot.07:15
ahrarhello everyone07:20
lotuspsychjewelcome ahrar07:20
ahrari am newbie with IRC07:21
lotuspsychjeahrar: you joined the ubuntu support channel, here you can ask ubuntu related questions07:23
theborgeranyone have an idea? or what Ia m missing?07:26
ducassetheborger: did you run update-grub?07:27
theborgerducasse: yeppers07:27
=== oosehedaiphequag is now known as oo-sha-day-fek-w
=== [1]MrMobius is now known as MrMobius
=== oo-sha-day-fek-w is now known as ooshadayfekwog
=== ooshadayfekwog is now known as maverick
=== maverick is now known as Guest95591
=== [1]MrMobius is now known as MrMobius
arunkumar413Hi all, the right menu item extract here isn't working with the .rar files08:11
arunkumar413Is there a way to make it work with .rar files as well?08:11
geirhaarunkumar413: it should if you install one of the unrar or unrar-free packages08:14
=== Napsterbater is now known as Guest23378
=== Napsterbater_ is now known as Napsterbater
arielfehow can i shut down pycharm dabase tool connection to a local postgresql server from bash shell?10:57
oerheksarielfe, one can remove it, depending how you install it, snap/apt11:00
arielfethanks - i dont want to remove it - only to shut down its connection to the db11:00
oerheksoh, wait, this is done from scope settings; https://www.jetbrains.com/help/pycharm/disabling-and-enabling-inspections.html11:01
arielfeill have a look! thank you11:01
arielfei should have mentioned i am trying to do it from bash. its part of a script that automates development11:03
oerheksi have no clue, you might want to reask in #ubuntu-server11:04
arielfethanks!11:04
=== bpsecret- is now known as bpsecret
=== Wryhder is now known as Lucas_Gray
BluesKajHowdy folks11:48
andiHi, what's the easiest way to allow a process to write into a specific directory through apparmor?11:49
Priceyandi: I would normally recommend permissive then logprof... but that shuold be a simple /foo/** w rule?12:09
Priceyandi: You likely want to check the docs for "globbing".12:09
crisedCtrl + Alt + keypad, not working in my Ubuntu 19.1012:31
crisedDo I need to install `unity`?12:31
pragmaticenigmacrised: What behavior are you expecting when you use the key combination, I'm not familiar with it12:33
crisedhttps://askubuntu.com/a/5019/12713012:33
crisedhttps://askubuntu.com/a/701959/12713012:34
pragmaticenigmacrised: There is probably a gnome-extension that provides that feature12:35
crisedpragmaticenigma: Super + Arrows work for me12:41
pragmaticenigmanice, glad you found something that works :-) I was still searching to see if I could find you an shell extension12:41
crisedpragmaticenigma: On Settings, display you can see the shortcuts there12:43
pragmaticenigmathanks for the tip12:43
muellihey hey. It seems gajim-omemo is broken on 19.10. To the point that installing the package does more harm than good. https://bugs.launchpad.net/ubuntu/+bug/1853449 Can someone mark gajim-omemo in the version that ships with 19.10 as conflicting with python3-axolotl in that version?13:06
ubottuLaunchpad bug 1853449 in gajim-omemo (Ubuntu) "gajim-omemo plugin is out of date" [Undecided,Confirmed]13:06
lotuspsychjemuelli: your bug report has been just marked to invalid13:07
muellilotuspsychje: hm. I don't get what you are saying. The issue can be reproduced relatively easily amd it still says "gajim-omemo: Confirmed".13:10
oerheksversions do not match , gajim is 1.1.3-2 https://launchpad.net/ubuntu/+source/gajim .. 0.6.10-1 https://launchpad.net/ubuntu/+source/gajim // python-nbxmpp13:11
lotuspsychjemuelli: right, i see you did not use ubuntu-bug in the first place13:11
muellilotuspsychje: heh. just to be clear: I haven't reported that bug. I probably could and should, though.13:12
pragmaticenigmamuelli: That bug that you posted was marked invalid. Whether it is your bug or someone elses, it was marked as a duplicate (though no reference to the other ticket was added.)13:13
muellioerheks: according to upstream https://dev.gajim.org/gajim/gajim-plugins/issues/462 the version of the plugin is not compatibly with the version of python3-axolotl that Ubuntu ships. I guess that the semantically correct thing to do is to mark the said packages as conflicting.13:17
muellis/y/e/13:17
lotuspsychjemuelli: can you pastebin your apt output that proves the conflict plz?13:18
=== real_walnut_burl is now known as walnut_burl
lotuspsychjei just tested it on 20.04 and works properly here13:18
muellilotuspsychje: cf. https://dev.gajim.org/gajim/gajim-plugins/issues/462 the conflict is in the missing parameter of a function of the axolotl library. The gajim-omemo version shipped with 19.10 is too old for the python3-axolotl version.13:23
=== pavlushka_ is now known as pavlushka
braindead_anybody has a dedicated ubuntu server and uses that to virtualize vms there? i am thinking about switching from vms to a dedicated server and build my own vms there to avoid the limits of providers13:31
braindead_oh and my question would be: what solution are you using for this13:32
pragmaticenigmabraindead_: This channel is for Ubuntu Support where you may be having issues running Ubuntu. For recommendations, please visit us in #ubuntu-offtopic13:32
braindead_aight13:32
lotuspsychjemuelli: how come your kernel shows -42 in your bug report? current eoan kernel is  Version 5.3.0.40.34 (eoan),13:41
muellilotuspsychje: I don't know. But check https://bugs.launchpad.net/ubuntu/+source/gajim-omemo/+bug/1867005 for a bug report created with ubuntu-bug.13:43
ubottuLaunchpad bug 1867005 in gajim-omemo (Ubuntu) "Gajim crashes on activating Omemo" [Undecided,New]13:43
lotuspsychjemuelli: yeah thats the bug i was looking at, see your Uname: Linux 5.3.0-42-generic x86_6413:44
muellilooks like -proposed to me13:46
lotuspsychjemuelli: could you try to reproduce that with proposed back disabled?13:47
lotuspsychjenever know higher versions conflict13:48
muellinah. gajim upstream received too many bug reports for that to be an issue. And from looking at the code, the issue is quite clear.13:48
kur1jwhat does "${@:2}" mean in bash?13:53
kur1jhttps://github.com/docker-library/mysql/blob/d284e15821ac64b6eda1b146775bf4b6f4844077/5.6/docker-entrypoint.sh#L15113:53
pragmaticenigmakur1j: A question better asked in #bash ... If I had to guess it's attempting to select a particular parameter of the provided arguments13:55
kur1jok ill ask there thanks13:56
MWMnot sure I understand LVM correctly.  I can combine seperate physical disks into a group and then mount my partitions into the group?  Kind of like a spanned disks in Windows?14:00
MWMbut if I lose a disk then I lose everything because of the striping?  and if I restore a snapshot do I need to have all the original disk or can I restore to 1 physical disc as long as it is larger than the volume group?14:01
rapidwaveHow do I shut down an unattended upgrade? It seems to never finish14:17
=== TomyLobo2 is now known as TomyWork
rapidwaveI have had a week where if I try to install a package, it tells me that dpkg is already in use. Everytime I reboot it says it's doing unattended upgrade during shutdown. I need to get this to stop.14:48
leftyfbrapidwave: remove the unattended-upgrades package14:54
Oolrapidwave: in this case, I look for date of the lock file, If it's old and if there no other apt app, I remove the lock file14:58
fradI need an ocrfeeder that allows me to turn documents 90 degrees to left or rifght. ocrfeeder, apparently, doesnt do it14:58
fradany tips?14:58
=== Wryhder is now known as Lucas_Gray
pragmaticenigmafrad: ocrfeeder is for character recogintion... not PDF manipulation. Also, for recommendations please ask in #ubuntu-offtopic15:06
=== [1]MrMobius is now known as MrMobius
ericusanyone got experience with shrinking root (encrypted)?15:19
ericusI want to install a second distro side by side and I need free space15:20
RojolaHello!  I'm experiencing the problem, that my WiFi keeps getting disconnected every couple of minutes.  So, I have to make it fast, and if anybody answers,  please be aware,  I might get disconnected!    It's a "Realtek Semiconductor Co., Ltd. RTL8188EE Wireless Network Adapter"15:21
pragmaticenigmaericus: Often the installers will offer the ability to change partition sizes for you. Note, you should always use a live boot disk to change Root partition sizes.15:21
RojolaI did a lot of googling, and there are MANY reports of such an issue online for this model15:21
=== oerheks1 is now known as oerheks
RojolaHowever, the problem is,  that the solutions are all VERY different,  and most of them want me to change my driver.15:22
RojolaHowever it has always worked well for other WiFi networks.15:22
ericuspragmaticenigma they do yeah, but I feel that will break my working installation15:22
RojolaOnly this one specific WiFi network seems to cause issues.15:22
pragmaticenigmaRojola: Recommendation is to use a hardwired connection or more stable adpater while here. No one is going to help you if they know you're going to disappear frequenetly15:22
ericusI'm on a live USB right now trying to figure out how to resize my encrypted disk15:22
pragmaticenigmaericus: You either have to trust it won't or don't do it in the first place. Whether you use the installer or a live disk... it is the exact same tool used to manage the partitions. From a live disk, use gparted.15:23
RojolaBut, on my phone,  the same wifi network works perfectly.15:23
ericusI'll break it if I use gparted, and select resize? or no?15:23
maurocHi guys, i have a problem with an hdmi ultra wide monitor and ubuntu. If a connect a 1920x1080 monitor, everything is fine. With the ultrawide one, no hdmi monitor is detected. I checked the cable and i tried to connect a PS4 to the monitor, and it's works15:23
Rojolapragmaticenigma, I can use my mobile internet,  but then we can not bugfix the wifi connection15:24
mauroc do you have some hints?15:24
Rojolathe disconnects only happen every 10 minutes or so15:24
pragmaticenigmaRojola: That is not at all what I said now is it? The machine in question is going to need a stable connection. So either use ethernet or find another wifi adapter while you troubleshoot15:24
ericuspragmaticenigma gparted wont let me resize it15:26
ericusdo I need to mount it in a chroot env?15:27
ericusor something along those lines15:27
pragmaticenigmaericus: It should be boot live disk, and launch gparted15:28
pragmaticenigmaericus: Is this a UEFI machine?15:28
=== coffeeguy is now known as zenguy
ericusnot sure if it is UEFI or just bios15:28
pragmaticenigmaericus: Probably a good idea to find out15:31
ericusit is UEFI pragmaticenigma15:33
pragmaticenigmaericus: I'm not familiar enough with UEFI systems. It's possible that is what is preventing manipulation of the harddrive. Are you using a live instance that is also UEFI enabled?15:34
ericushow would I tell that pragmaticenigma?15:36
pragmaticenigmawhen you selected the boot device, one of the options with the USB listings should have mentioned UEFI15:37
ericusyeah it is UEFI15:37
ericusthe USB15:37
oerhekssomething like F8 boot-options?15:37
oerhekslegacy/uefi15:37
ericusit's UEFI15:38
ericusgparted still wont let me resize the encrypted partition15:39
ericusthere is sda1, sda2 and sda3. Boot, swap and /15:39
pragmaticenigmaericus: Oh... it's encrypted15:40
ericusluks+lvm15:40
pragmaticenigmayeah... won't be able to resize that15:40
pragmaticenigmaYou have to decrypt the drive before you can change that stuff around15:40
ericushaha, thats why I asked if I dont need to mount it first ;)15:41
ericushttps://help.ubuntu.com/community/ResizeEncryptedPartitions15:43
ericuskinda old and maybe outdated?15:43
=== DarthRadar6 is now known as DarthRadar
pragmaticenigmaericus: Yeah, that might be out of date... though the back up your data first is rather important to follow15:48
ericusno important data, just a setup that took me some time to configure15:48
ericusI'll give it a try, reinstall is the worst thing that can happen15:49
=== Mekely is now known as caronavirus
=== caronavirus is now known as Mekely
ericuslooks good so far pragmaticenigma16:02
rana_anshi can anyone help me with this? https://paste.ubuntu.com/p/6QfZvRVQsW/16:15
eldowanI've got a split DNS network. From the DHCP server, the DNS is set to our unbound server. When resolv.conf is pointed to loopback like default, I get the public DNS results. When I edit resolv.conf I get our internal address. My android phones work from DHCP with no problem. How can I start to troubleshoot this?16:17
eldowanto clarify, my ubuntu workstations are experiencing the issue, not the DNS server itself.16:17
leftyfbeldowan: Can you go into more detail of your DNS server and client configs? What you posted above leaves a lot out16:18
=== [1]MrMobius is now known as MrMobius
leftyfbeldowan: in fact, lets go over this 1 thing at a time .... how many DNS servers do you have on your local network?16:19
oerheksrandom_yanek, maybe you want to reask in #ros ?16:20
leftyfboerheks: they're gone16:20
oerheksoops, gone16:20
eldowanleftyfb: I've got 1 DNS server, a netgate SG1100. it's using unbound as a DNS resolver, non-authoratitave. In the config, I have a line similar to: local-zone: "eldowan.duckdns.org" redirect \n local-data: "eldowan.duckdns.org 86400 IN A 10.0.0.75"16:28
leftyfbeldowan: ok, so you have a pfsense firewall/router that runs it's own DNS for local resolution and has a forwarder out to the internet for outbound resolution. Correct?16:29
eldowancorrect.16:30
leftyfbeldowan: ok, and your DHCP gives out what address(s) for DNS to clients?16:30
eldowanthe router's local LAN address of 10.0.0.1.16:30
eldowanoutput of systemd-resolve --status https://pastebin.com/c36qqcTF16:31
leftyfbeldowan: ok, and on your ubuntu client, what doesn't work?16:32
eldowanwhen I ping the duckdns.org host, I receive the correct public IP address. When I change resolv.conf to use the 10.0.0.1 address, I ping the internal 10. address, which is the desired behavior16:33
leftyfbeldowan: why are you changing anything?16:33
eldowanat first to see if the reason I was getting the public IP instead of internal IP was a client or server issue.16:33
leftyfbeldowan: your client is already using 10.0.0.1 as it's resolver. There's no point in changing resolv.conf16:34
leftyfbeldowan: ok, so your pfsense router is configured to resolve a public ip address to an internal local ip address?16:35
eldowanI want to agree with you. which is why i'm confused.16:35
leftyfbsorry, public hostname16:35
eldowancorrect.16:35
leftyfbwhy?16:35
eldowanI'm running a seafile server as a self hosted dropbox replacement, and due to their design decisions it won't work correctly unless it's getting the hostname as a referrer. Their support specifically directed me to set up a split DNS.16:36
eldowanOn an old Acer router/wifi AP it was all working great, but it failed and I replaced it with a pfsense box.16:37
leftyfbeldowan: ok, your issue is with your pfsense server configs. Not ubuntu.16:38
leftyfbeldowan: you can confirm this using dig or host.    host duckdns.org 10.0.0.1    # and host duckdns.org 1.1.1.116:38
eldowanok, I don't know what's up, but I didn't change anything. Now my workstation is properly returning the internal IP addresses.16:42
eldowanLast night when I was testing, I would get returned the A record of my public address when i used dig on 127.0.0.1 resolv.conf, and the internal address when I edited resolv.conf for 10.0.0.116:43
eldowanThis may be an issue with my laptop that I dont' have powered on right now, my other machines are reporting correctly too.16:44
eldowanthanks for trying to help leftyfb, I appreciate it although it looks like i'm not having troubles at all right now...16:44
Rojolare17:30
RojolaI am back with my mobile internet connection.17:30
RojolaShould I repeat my question for a few hours ago?17:30
RojolaI'm experiencing the problem, that my WiFi keeps getting disconnected every couple of minutes.17:32
RojolaIt's a "Realtek Semiconductor Co., Ltd. RTL8188EE Wireless Network Adapter"17:32
RojolaI did a lot of googling, and there are MANY reports of such an issue online for this model17:32
RojolaHowever, the problem is,  that the solutions are all VERY different,  and most of them want me to change my driver.17:32
vijuWhen's the new LTS coming out?17:32
Rojolathe interesting thing is,  that it only affects one single network17:33
Rojolaall other WiFi networks work perfectly17:33
Rojolathe one WiFi network that is affected by this issue causes no problems on my phone + tablet17:33
Rojolaso, the WiFi seems to be okay,  and also my driver for the WiFi hardware seems to be OK17:33
lotuspsychje!20.04 | viju17:34
ubottuviju: Ubuntu 20.04 (Focal Fossa) will be the 32nd release of Ubuntu, scheduled for April 2020 ( https://wiki.ubuntu.com/FocalFossa/ReleaseSchedule ). It will be a long-term support release. Join #ubuntu+1 for support and questions.17:34
kristian_My ubuntu just went dark and it said "/dev/nvme0n1p7: clean, 654197/6111232 files, 14653923/24413952 blocks" - I had to force restart my pc and when the login screen came it was like in 640x480 resolution. This is the second time I experience this with this (newly built machine)17:36
kristian_what could be causing this?17:36
EriC^^kristian_: are you using the recommended driver for your gfx?17:36
EriC^^"sudo ubuntu-drivers devices"17:37
EriC^^kristian_: maybe some gfx problem and something crashing, /var/log/syslog might have info on the issue as well as /var/crash or /var/log/apport17:38
oerheksin the past, some have fixed that RTL8188EE by setting antenna  on 2, echo "options rtl8188ee ant_sel=2" | sudo tee /etc/modprobe.d/rtl8188ee.conf ## sudo modprobe -r rtl8188ee && sudo modprobe rtl8188ee  ## and reboot17:38
EriC^^apport.log*17:38
kristian_EriC^^, this is recommended: "nvidia-driver-440 - third-party free recommended" and I am using "NVIDIA driver metapackage form nvidia-driver-440 (open source)17:39
kristian_EriC^^, this is my syslog: https://paste.ubuntu.com/p/FGjTnNwccw/17:42
EriC^^nope that's not where it restarted17:43
EriC^^the restart should mention something like linux ...kernel here... kernel parameters, blabla17:44
kristian_EriC^^, there are 2 files in var/crash but those are older17:44
kristian_EriC^^, there are 2 files in var/crash but those are older17:44
EriC^^oh17:45
EriC^^kristian_: does       grep -ei "segfault|error" /var/log/kern.log    give anything interesting?17:46
EriC^^sorry grep -Ei ...17:46
kristian_EriC^^, https://paste.ubuntu.com/p/36g9GW9Q8Y/ looks like it17:48
kristian_EriC^^, I actually had very similar errors while tryinig to boot the ubuntu installer and was suggested to use nomodeset flag to even get it to install17:49
EriC^^you mean the "fsck clean" stuff?17:49
EriC^^kristian_: the errors in kern.log aren't very important i think, the time between the [ ..... ] is seconds since boot, so most are directly after pressing the power button17:50
kristian_EriC^^, I dont see the fsck clean stuff but I mean this "ACPI BIOS Error (bug): AE_AML_PACKAGE_LIMIT, Index (0x000000007) is beyond end of object (length 0x6) (20190703/exoparg2-396)"17:50
EriC^^kristian_: yeah that's acpi related, maybe it might help to use the acpi workarounds for linux (so it pretends to be windows for the bios)17:51
kristian_hm ok, so the error happend minutes ago idk maybe 10-15mins17:51
kristian_maybe a bit more17:51
EriC^^are you able to set the right resolution right now?17:52
kristian_yeah it was fine as soon as I logged in17:52
EriC^^i see, try typing "sudo strings /sys/firmware/acpi/tables/DSDT | grep -i windows"17:53
kristian_I have also run some gpu benchmarks which seemed ok (I don't know much about it)17:53
kristian_EriC^^, https://paste.ubuntu.com/p/thmYG24Pbf/17:54
EriC^^kristian_: ok, type "sudo nano /etc/default/grub"17:54
kristian_it's a dual boot with windows 10 - and I have had sudden restarts from windows (but while away, I just noticed because when I came back ubuntu was booted)17:54
kristian_EriC^^, do you want to see the contents or do I have to edit the file?17:55
EriC^^kristian_: edit the line that says GRUB_CMDLINE_LINUX to GRUB_CMDLINE_LINUX="acpi_osi=! \"acpi_osi=Windows 2015\""17:56
EriC^^i see kristian_17:56
EriC^^maybe it's some memory problem, did you try running a memtest?17:56
fd2how can i open folder with root ? in mint there is popup menu. but in ubuntu - isn't17:56
EriC^^fd2: which filemanager are you using17:57
EriC^^fd2: if you want you can always type "sudo -H <your filemanager>" and get a browser with root privileges17:57
EriC^^otherwise you'll have to install a plugin for your filemanager i guess, or one that supports it out of the box17:58
lotuspsychjefd2: in nautilus ctrl + l then admin:///17:58
fd2EriC^^, the default17:59
EriC^^which ubuntu version?17:59
fd2EriC^^, lotuspsychje, thx, u am going to try18:00
fd218.0418:00
EriC^^ok, try lotuspsychje suggestion18:00
kristian_EriC^^, no I haven't but actually I have ram with 2666mhz (or something like that) but in my bios I remember it was lower than that18:00
EriC^^kristian_: ah, give the mem test a shot18:01
kristian_EriC^^, how can I run a memtest?18:01
EriC^^!memtest | kristian_18:02
kristian_EriC^^, also if I edit that grub line then I lose the 'nomodeset'18:02
EriC^^kristian_: try typing 'ls /sys/firmware/efi'18:02
EriC^^kristian_: keep it in, just make sure to add the 2 acpi_osi lines18:03
kristian_EriC^^, so: GRUB_CMDLINE_LINUX="nomodeset acpi_osi=! \"acpi_osi=Windows 2015\""18:05
EriC^^kristian_: yup that looks good, save and exit18:06
EriC^^then 'sudo update-grub'18:06
kristian_EriC^^, ok - your ls command gives me 'config_table  efivars  esrt  fw_platform_size  fw_vendor  runtime  runtime-map  systab  vars'18:06
smalltalkhey guys I've had 19.10 installed on a dell inspiron 15 7000 that I usually use an external monitor (HDMI) .. usually it runs fine, but if I take it off hdmi and battery usually docker crashes and it starts get slow and unresponsive until I reboot and goes to initramfs, after I run fsck on /dev/sdb3 (the ssd, it also has a hdd) it finds some bad blocks and fixes, after I reboot it's all good until I plug it in and off 18:06
EriC^^kristian_: i think if it's also failing in windows, must be some hardware issue, most likely18:06
kristian_EriC^^, could ram with the "wrong" mhz be causing this?18:07
EriC^^kristian_: ok, that means you're using uefi mode, memtest isnt installed by default, if you want, you can boot a live usb of ubuntu in legacy mode, and you will get the memtest option in the menu, next to try ubuntu, install, etc18:07
kristian_EriC^^, I would need to set the nomodeset then again though - correcto?18:08
EriC^^kristian_: or you can download memtest for uefi here for free https://www.memtest86.com/download.htm18:08
EriC^^kristian_: i didnt get what you mean about the nomodeset again18:09
kristian_EriC^^, I'll just download it18:09
EriC^^yeah it's easier18:09
EriC^^kristian_: i'd ask in ##hardware about the ram/mhz, i've no clue sorry18:10
EriC^^kristian_: could it be that it's overheating?18:10
kristian_EriC^^, ok but if I see correctly i have to download it, put in on a stick and boot it. there's no way to do it directly on a running ubuntu machine?18:11
EriC^^kristian_: try "grep -i thermal /var/log/syslog" see if anything shows up18:11
EriC^^kristian_: i think there must be18:11
EriC^^1 sec18:11
kristian_EriC^^, I doubt it since I just started my machine started 2 programs and then it happened. I have been gaming on windows where the pc gets quite a bit louder (I guess hotter too)18:11
EriC^^kristian_: i think you have to write it to a usb or cd18:14
EriC^^do you not have any at all to use?18:14
EriC^^again if you have a live usb at hand, you can use boot and use that since it has memtest by default18:14
kristian_EriC^^, ok I think I'll use my ubuntu stick I have lying aroung then18:14
kristian_thanks a lot will be back when it's done18:15
kristian_really appreciate the help18:15
EriC^^kristian_: no worries, it'll take like 8 hours or something fwiw18:15
kris7ianEriC^^: looks like ubuntu won’t boot anymore since adding that grub flag :/18:19
=== [1]MrMobius is now known as MrMobius
kris7ianEriC^^: also seems like memtest doesn’t work in uefi https://askubuntu.com/questions/258991/where-is-the-memtest-option-on-the-ubuntu-64-bit-live-cd so I’ll try what the answer suggests18:20
kris7iancan I change my grub settings back somehow?18:20
ducassekris7ian: in the grub menu, press 'e' to edit grub18:37
kris7ianducasse: oh I should have thought of that :) thank you18:40
=== andrex is now known as anderx
AlericHi, I wanted to upgrade my nvidia drivers - but doing so REMOVED all 32bit support :/.  I need that however; what is going on?19:06
AlericRecommended packages:19:06
Aleric  libnvidia-compute-440:i386 libnvidia-decode-440:i386 libnvidia-encode-440:i386 libnvidia-ifr1-440:i386 libnvidia-fbc1-440:i386 libnvidia-gl-440:i38619:06
AlericBut if I try to install those, it removes the 64bit drivers and disables nvidia.19:06
AlericE: Unable to locate package nvidia-44019:07
Alerichuh?19:07
Bashing-om!info nvidia-driver-440 eoan19:08
ubottuPackage nvidia-driver-440 does not exist in eoan19:08
Alericii  nvidia-driver-440                                           440.64.00-0ubuntu1                                          amd64        NVIDIA driver metapackage19:09
jaimao_Hi, does anyone know/use tmux?19:12
sarnoldirc works best with more specific questions19:12
jaimao_sure, whats tmux's conf file pathname?19:12
oerheksin /usr/share/doc/tmux/examples or your homefolder ~/.tmux.conf19:14
oerheksthis is a nice on, https://gist.github.com/koshuang/ee6258680dc7fe967e943bb02b7980f119:14
=== Guest99858 is now known as oz1tmm
AlericHow can I remove everything cuda* from my system? I'm reading here that that might be the problem, so I want to start there.19:15
oerhekshow did you install cuda?19:16
AlericNo idea - I have that installed for a longgg time.19:16
oerheksif you used a PPA, use ppa-purge?19:16
jaimao_oerheks installed tmux though docker .. is that why I can find those pathnames you just mentioned?19:17
jaimao_cant*19:17
oerheksjaimao_, good point, not sure..19:17
dar123hey guyz, got a bionic machine here. i only see loopback in ifconfig. How can i find the name of the other interface if its not up19:18
oerheksbut a .tmux config is optional, so create one in the homefolder?19:18
jaimao_ohh19:18
jaimao_good point19:18
jaimao_:)19:18
jaimao_thank you ./19:19
oerhekshave fun!19:20
dar123'ip address show' gave the output19:21
zippo^Hi members of Ubuntu, how do I change a color of about:blank for Firefox?19:21
leftyfbzippo^: https://www.youtube.com/watch?v=bhf46H4lGko   it's the first result on google searching for "firefox change "about:blank""19:24
Bashing-omAleric: Nvidia says - sudo apt-get --purge remove "*cublas*" "cuda*" -: https://docs.nvidia.com/cuda/cuda-installation-guide-linux/#axzz4gJrMlQVO19:24
zippo^ik ga effe kijken, leftyfb19:25
AlericBashing-om: Thanks - I just removed everything cuda and everything nvidia... now to try and reinstall.19:25
zippo^I cannot watch good... a description?19:26
Bashing-omAleric: What release is this ? confirm the card and that the 440 driver is correct. the 440 driver is in our trusted PPA.19:27
AlericI don't know :/... It seems they only support 18.04 - but, how do I check what I have?19:28
AlericAnd I have a few ppa's.. but those are magic to me :(.  I just got them by copy&pasting something sometimes because it said I had to.19:28
AlericLets start with checking if I have 18.04 .. how do I do that?19:29
linuxgeckoAleric:  that should be in a release file in /etc?19:30
AlericDISTRIB_DESCRIPTION="Ubuntu 18.04.4 LTS"19:30
leftyfbzippo^: you can't watch the youtube video?19:30
Bashing-omAleric: 440 is in the 20.04 repo. for 18.04 ( lsb_release -a) use: https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa [ if and only If the card takes that version driver]19:30
zippo^I have a eyes problem, leftyfb19:31
zippo^I have Usher19:31
AlericI bought an RTX 2080 super - didn't install it yet though. I first wanted to upgrade nvidia drivers.19:31
AlericThe table given on https://docs.nvidia.com/cuda/cuda-installation-guide-linux doesn't match though... I have gcc 7.5.019:32
linuxgeckoi have need of a terrible solution. is there an "easy"  to install / on a lvm in a file on an lvm?(yes, it's nested)19:33
AlericAlso, I'm running kernel 5.2.0  :(.  But if I reboot now I won't have any GUI at all.19:33
dw1apt update cant resolve DNS, users cant resolve DNS, and i found with nslookup users have server 127.0.0.1 (not in resolv.conf) but root uses 127.0.0.53 (in resolv.conf) .. wtf?19:33
dw118.0419:33
leftyfbdw1: then you have a DNS issue19:33
leftyfbdw1: 127.0.0.x is for the local DNS caching as part of systemd-resolved19:34
Bashing-omAleric: Yup: 440 driver for that card: https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa = install the hardware then the driver.19:34
dw1root can resolve, others cant19:34
dw1because of the IP issue19:34
Bashing-om!nomodeset | Aleric19:35
ubottuAleric: Systems with certain graphics chipsets may not boot properly out of the box. "Temporarily Add a Kernel Boot Parameter for Testing" as discussed at https://wiki.ubuntu.com/Kernel/KernelBootParameters to add the "nomodeset" parameter there.19:35
dimmHello, All! Ubuntu 18.04. How i can get unlimited for creating core dump? /etc/security/limits.conf contents "*               soft    core            unlimited19:36
dimm", but under user 'ulimit -c' return '0'19:36
AlericBashing-om: what does nomodeset do?19:38
Bashing-omAleric: Disables Kernel Mode Setting to allow you to boot with the vesa driver - until your get the Nvidia driver installed :D19:40
Bashing-omdimm: systemd: try: https://sskaje.me/systemd-ulimit/  .19:41
AlericI'll just install nvidia without cuda for now - until I have the 2080 running19:41
Bashing-omalw' sudo apt update ; duso apt upgrade ; sudo ubuntu-drivers autoinstall '. Allow the sysytem to do its thing.19:42
AlericI need to know one thing though: doing this compiles the nvidia driver for the running kernel (5.2.0), but what will happen when I boot to 4.15? No nvidia driver right?  How can I cause the driver to be compiled after booting?19:42
Bashing-omAleric: ^^19:42
AlericI should run that before rebooting?19:43
Bashing-omAleric: DKMS should be installed - that will take care in a new kernel :D19:43
AlericIt is installed19:44
Bashing-omAleric: ^^ that above will install the driver that the kernel deems best.19:44
Alericok - lemme start with booting to 4.15 brb, I hope!19:45
dw1k idk what it was i rebooted it fixed it19:50
linuxgeckoi have need of a terrible solution. is there an "easy" way to install / on a lvm in a file on an lvm?(yes, it's nested)19:53
dimmBashing-om, thanks a lot, working19:54
Bashing-omdimm: :D19:55
madbillyHi all, I'm struggling to get a new bluetooth USB adapter working with my desktop. It is labelled CSR 4.0 and apparently has model number BTD-401 and chipset CSR851020:10
madbillyWith the adapter plugged in, in the settings GUI when I try to turn Bluetooth on the switch turns orange but only moves a little bit; if I change focus to another app and leave the settings visible it turns grey but the switch moves to ON and when I return focus to the settings GUI it returns to OFF20:11
madbillybtw I'm running Ubuntu 18.0420:11
madbillylsusb returns Bus 003 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)20:12
madbillyhcitool dev returns nothing20:12
madbillyhciconfig returns20:13
madbillyhci0:Type: Primary  Bus: USB20:13
madbillyBD Address: 00:1A:7D:DA:71:11  ACL MTU: 679:9  SCO MTU: 48:1620:13
madbillyDOWN20:13
madbillyRX bytes:574 acl:0 sco:0 events:30 errors:020:13
madbillyTX bytes:368 acl:0 sco:0 commands:30 errors:020:13
oerheks!paste20:13
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.20:13
oerheksyou'll be voiced in 30 sec20:13
AlericBashing-om: sudo ubuntu-drivers autoinstall  was doing nothing :/20:13
Alericbut well, now running kernel 4.15.20:13
madbillysorry20:14
oerheksnp, the server(s) go bonkers .. i see the troublemaker .. https://askubuntu.com/questions/1208296/bluetoot-adapter-configuration-issue-id-0a12000120:15
Bashing-omAleric: ' dplg -l | grep -i nvidia ' ?20:15
Bashing-omAleric: dpkg **20:16
oerheksmadbilly,  i have read this, http://www.vcfed.org/forum/showthread.php?68897-Getting-cheap-BT-dongle-to-work-Ubuntu64 with some temporary fix.. #1020:17
madbillyoerheks: thanks! I don't know how I don't find these things myself sometimes, I searched a lot last night! :)20:18
oerhekstip: buy an other adapter20:18
madbillyI should have tried searching for the lsusb or hciconfig return shouldn't I... obvious now20:19
AlericBashing-om: too much to paste here and I don't want to start my browser yet (that opens again 40 tabs)20:20
oerheksit is a power issue, not sure why the notes and proposals are not applied yet.20:21
AlericAnyway, I'm going to put the new graphics card in now.20:21
Alericbbl20:21
oerheksmadbilly, add yourself to this bugreport https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/177464020:22
ubottuLaunchpad bug 1774640 in bluez (Ubuntu) "Bluetooth turns off automatically Ubuntu 18.04 LTS" [Undecided,Confirmed]20:22
Bashing-omAleric: ' nc termbin.com 9999 < <(dpkg -l | grep -i nvidia;) '20:22
madbillyoerheks: will do, thanks :+1:20:23
oerheksmadbilly,  with this fix page, ofcourse, if it works for you too.20:23
doug16kdo I need kernel 5.4 to fix zen 2 ecc?20:31
madbillyoerheks: by "fix page" do you mean that launchpad bug you linked to? I don't see a fix in there except to reboot. That's not working for me, but that may be because my adapter isn't working and therefore there's no hardware to enable.20:32
oerheksno, from that vcfed.org page20:33
oerhekscomment #1020:33
doug16kif I did install kernel 5.4, would that screw up nvidia drivers?20:34
Bashing-omdoug16k: Should not - see ' apt show dkms ' .20:38
madbillyoerheks: I don't have any messages about bluetooth firmware failing to load from dmesg20:39
madbillySo I think my problem requires the kernel fix which is mentioned on page 220:40
madbillyI actually bought this for my RPi, not my x64 desktop, so I'll try it on the RPi and see if it works there (from what I understand it should, as the kernel regression doesn't affect ARM)20:42
canastaHey, so this is a stab in the dark, and not a major concern. I'm working in Blender and often listen to some media in the background (youtube or w/e). After working for awhile, media stops playing. Everything loads and buffers correctly and I can scroll through the video. I have to close Blender and restart firefox to get it to work again. Simply restarting firefox doesn't help. So I'm guessing it's something with Blender.20:44
canastaAlso, I'm new to ubuntu, and sorry for the novel :-)20:44
doug16kBashing-om, installed 5.4.24-generic, seems perfect, no ecc issue. thanks for reply!20:51
Bashing-omdoug16k: Great :D20:51
jmcguckininstalling 18.04LTS craps out when asking for a user name.  Keyboard prints weird junk. Arrow keys work fine.21:10
sarnoldit's normally the other way around when things break, arrow keys print out junk..21:11
jmcguckinI can move up/down page just fine (e.g. select disk for installing on, etc). When installer ask for username, it quickly times out and report that the install can't continue.21:13
=== thebope is now known as zelda_
=== zelda_ is now known as link_
doug16kjmcguckin, maybe you could switch to another virtual console and see if you are getting kernel errors there? ctrl-alt-F key21:22
doug16kas in F1 thru F12 key21:23
doug16kyour USB or USB_HID driver might be freaking out about something - that would explain weirdness on the keyboard21:27
jmcguckinlog says "PROBLEM COMPLETING INSTALLATION". Provided target directory /target was not empty21:35
AlericBashing-om: I'm back... I put the RTX 2080 Super in - but since I only had one cable I have two other monitors connected to the old GPU, which is still in the PC too.  However, only the 2080 works (that is, I only have one X server - which drives the single monitor connected to the 2080)21:39
AlericI'd like to change that... but hmm.  Question: how can I find which X configuration file is currently loaded?21:39
AlericIt used to be called /etc/X11/xorg.conf .. but apparently no longer the case :(21:40
Bashing-omAleric: Yukkie on me - I have no experience with multi-monitors. Any hint though in any of the /usr/share/X11/xorg.conf.d files ?21:42
AlericI used to be an expert :/ .. but I just can't find back the config file anymore :/.  Lemme look there.21:44
sarnoldthe config isn't needed for most users21:44
sarnoldsee xorg.conf(5) for a list of locations the X server will look for the config file21:45
AlericI had a custom config file :/ ... but it seems that isn't used anymore even.21:46
sarnoldhmm if you put one in place I'd expect it to be used21:47
=== mrinfinity is now known as Illuminaughtie
AlericHmm - I enabled 'xinerama' in nvidia settings utility, but displays stay black.. lemme try a reboot to see if that starts a second X server now.21:59
=== jmcgnh_ is now known as jmcgnh
FevixI use Firefox and I recently discovered that Google accounts are global across all local accounts. Is there some way to fix this so that only my account can use Firefox with my Google account?23:05
FevixIf not, is there another browser I can use that DOESNT share google accounts across all local accounts?23:06
leftyfbFevix: I do not think what you're saying is true. Firefox saves it's settings in your home directory23:07
leftyfbFevix: what version of ubuntu are you running?23:07
FevixI was logged in on only my account. I gave the laptop to a friend on a guest account, and I come back to find three new google accounts logged in on my local account23:07
FevixMy local account is password protected23:08
oerhekshttps://www.androidcentral.com/how-completely-reset-your-google-login-across-every-device23:08
leftyfboerheks: that's not what they're looking for23:08
leftyfbFevix: login to the guest account and try to access your google account in firefox there23:09
oerheksit must been stored in that device browser, change password after that, so that stored password is invalid23:09
tangarorawhere can I find swtpm for kvm on ubuntu?23:09
leftyfbFevix: what version of ubuntu are you running?23:09
FevixHOw can I check?23:10
jemarkFevix: lsb_release -a23:10
leftyfbtangarora: swtpmi is not an ubuntu package or a file included in any ubuntu package. There is the swtpm-mvo snap, but I'm not sure if that's what you're looking for23:10
leftyfbFevix: also please pastebin the output of:   apt-cache policy firefox23:11
Fevixhttps://hastebin.com/otatelisef.sql23:13
Fevixthere's both23:13
oerhekstangarora, i see the auth has a ppa https://launchpad.net/~stefanberger/+archive/ubuntu/swtpm-focal23:14
leftyfbFevix: ok, there really should be no reason logins on your browser should be getting copied across user profiles23:14
oerheksor bionic https://launchpad.net/~stefanberger/+archive/ubuntu/swtpm-bionic?field.series_filter=bionic23:15
FevixLemme hop over to the other account leftyfb it might log me out here23:15
leftyfbFevix: I think this requires more testing. Login to the guest account on your laptop and try to access your google account from your regular users profile. Then setup another account on the guest account and do the reverse23:15
tangaroraOK... just wanted to have virt guests with encrypted disk images... not practical if you can un-encypt them automatically.23:16
tangaroracan not I mean...23:16
tangaroraThis could have worked...23:16
FevixOkay, maybe this was from a while back when I let them on my account. Gave them their own cause I got tired of reentering my pass every time they closed the laptop23:18
FevixCouldn't get to ANY google accounts on their FIrefox (none were logged in)23:18
Fevixbut I'm logged in on mine so23:18
Fevix-shrug-23:19
tangaroraOK SUSE has it...  | ibmswtpm2 | IBM's Software TPM 2.0 | package23:22
tangaroraMaybe a better virtual host?23:22
=== kostkon_ is now known as kostkon
MononaHow do I turn my laptop's webcam off without disabling it?  I turned it on for a web meeting and now can't figure out how to turn it off.  Instructions I'm finding online are all for disabling it.23:37
topcat001the light is on? In that case something is holding the device open.23:43
Mononatopcat001: Exactly. I've closed the meeting tab in my browser, but the light is still on.23:45

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