mmlj4 | I 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 tomorrow | 00:00 |
---|---|---|
leftyfb | one shot at adding a user? Why is that? | 00:00 |
mmlj4 | because the server ships tomorrow | 00:00 |
mmlj4 | can someone else please help me out with this? | 00:01 |
leftyfb | I 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 |
mmlj4 | O' | 00:02 |
mmlj4 | I've only mentioned sudo twice now, maybe you missed it | 00:02 |
leftyfb | what about it? | 00:02 |
leftyfb | you have yet to ask a question regarding sudo | 00:02 |
leftyfb | mmlj4: 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 |
leftyfb | mmlj4: do you know how to add users to groups? | 00:04 |
leftyfb | mmlj4: 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 |
leftyfb | mmlj4: 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 myuser | 00:07 |
sarnold | man that's a lot of work; just sudo adduser usernamehere admin # repeat for each necessary group | 00:17 |
leftyfb | either way, someone who refers to "every other *nix" and is under a deadline to ship a server really should know all of this stuff | 00:18 |
sarnold | which 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 |
anden | how 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 time | 00:25 |
ChiLLabiS | Hi! 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 |
leftyfb | ChiLLabiS: 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+1 | 00:28 |
ChiLLabiS | I still see this as an Ubuntu question.. But i've asked in #winehq | 00:31 |
ChiLLabiS | Since it is regarding to Ubuntu's repo | 00:31 |
anden | why do you want to get wine from that repo specifically? | 00:31 |
ChiLLabiS | Because they made Wine? And i'm on Ubuntu and i want to know why Ubuntu doesn't have it in the regular repo | 00:32 |
anden | ubuntu should have wine in its own repo | 00:32 |
leftyfb | ChiLLabiS: sudo apt install wine | 00:32 |
ChiLLabiS | It worked before | 00:32 |
ChiLLabiS | now i need a another repo for it. | 00:32 |
leftyfb | sorry, that's not right ... hold on | 00:32 |
pragmaticenigma | ChiLLabiS, Wine is available in Ubuntu's default ... been there for a very long time | 00:32 |
ChiLLabiS | I just wanted to know about it, i all ready have it install. Just wanted to know | 00:33 |
anden | what's the general name for the login manager so i can google this problem? | 00:33 |
leftyfb | ChiLLabiS: remove whatever packages you installed from the opensuse repo, remove the repo and run: sudo apt install wine64 | 00:34 |
anden | is that it, "login manager" ? | 00:34 |
leftyfb | anden: gdm | 00:34 |
anden | that's for gnome though? i'm on Lubuntu 18.04 | 00:34 |
ChiLLabiS | Ah okay. but don't i need the i386 architecture though? | 00:34 |
pragmaticenigma | anden, lightdm | 00:34 |
anden | and that sounds very specific, when i said general name i meant a term that applies to any login screen for any distro | 00:34 |
leftyfb | ChiLLabiS: installing wine64 will install all the dependencies you need | 00:34 |
ChiLLabiS | I've read somewhere on the net that Ubuntu will stop distrubuting i386 packages | 00:34 |
ChiLLabiS | Okay thanks | 00:35 |
pragmaticenigma | anden, Desktop Managers are typically what handle the login process | 00:35 |
anden | i see | 00:35 |
pragmaticenigma | that's what the DM stands for in both of the suggested options | 00:35 |
anden | would it be possible to run any xinput commands for the login process though? | 00:36 |
anden | or is that not a full X environment yet so that wouldn't work? | 00:36 |
pragmaticenigma | anden, That depends on the DM that you are using. gdm and sddm need an authenticated session to perform certain tasks | 00:36 |
anden | i thought so | 00:37 |
ChiLLabiS | Did an apt-cache search and found the correct wine names for installation. Thanks | 00:37 |
anden | well yeah it is lightdm, and i just wanna disable the touchpad | 00:37 |
leftyfb | ChiLLabiS: also, opensuse did not make wine | 00:37 |
ChiLLabiS | They didn't? | 00:37 |
anden | because 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 login | 00:38 |
anden | and it's not like i need it there anyway, i can navigate the entire login screen with the keyboard only | 00:38 |
leftyfb | ChiLLabiS: wine was developed 6 years before OpenSuse existed | 00:39 |
ChiLLabiS | Aha okay. I thought it had since i needed that repo for installing a missing dependencies | 00:40 |
anden | and if i can't disable the touchpad, i'd at least like for it to be disabled while i am typing | 00:40 |
ChiLLabiS | Well then. I'v satisfied again. Looking forward for the next LTS | 00:40 |
leftyfb | ChiLLabiS: you do not need anything from opensuse in order to run wine in ubuntu | 00:40 |
ChiLLabiS | i'M* | 00:40 |
anden | maybe 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/SynapticsTouchpad | 00:43 |
anden | i'm assuming that would apply to the login screen too? | 00:43 |
pragmaticenigma | anden, 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 |
pragmaticenigma | anden, In otherwords if you find the setting... place it in "41-libinput.conf" instead, to avoid to repo updates from changing it later | 00:45 |
anden | sure, 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 |
anden | also, there is no config file there currently, i just copied that name from the webpage i linked | 00:47 |
anden | i will try the accepted answer from here https://askubuntu.com/questions/919495/how-to-disable-touchpad-completely-on-boot | 00:48 |
pragmaticenigma | anden, I also found this one: https://askubuntu.com/questions/65951/how-to-disable-the-touchpad | 00:48 |
pragmaticenigma | your's might work a bit better as it's for a more recent version | 00:49 |
anden | thanks | 00:50 |
anden | i'll reboot and see what comes out of it :) | 00:50 |
=== MrLemur7 is now known as MrLemur | ||
anden | wonderful, it works! | 00:51 |
anden | thanks for the help <3 | 00:51 |
anden | i'm guessing re-enabling it after that isn't so easy though? | 00:52 |
anden | if i were to need it again after being logged in? | 00:52 |
anden | not that i probably will, just trying to learn here | 00:52 |
pragmaticenigma | you could probably write an script with xinput and set it up to auto run in your sesssion | 00:54 |
anden | that's what i had before, but now xinput doesn't even find the device | 00:54 |
pragmaticenigma | ah | 00:54 |
pragmaticenigma | hmm | 00:54 |
anden | i'm guessing i would have to do something as root, at the very least | 00:55 |
anden | since it was disabled by root | 00:55 |
pragmaticenigma | that's possible... it's something I'm not too familiar with | 00:56 |
anden | well 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 |
anden | hm, the arch wiki mentions the synclient being able to configure the synaptic drivers on the fly | 00:58 |
anden | apparently i have that installed already too | 00:58 |
pdebruic | Is 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 |
pdebruic | sarnold: 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 |
sarnold | pdebruic: for the "original" kernels, check https://launchpad.net/ubuntu/+source/linux for a big list of them | 01:24 |
sarnold | pdebruic: no idea on that second question :( | 01:25 |
pdebruic | thanks. me neither. | 01:25 |
pdebruic | what 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 ifconfig | 01:37 |
sarnold | netplan.io can generate some config for either systemd-networkd or networkmanager | 01:40 |
sarnold | virbr0 is probably from libvirt | 01:40 |
pragmaticenigma | pdebruic, I don't believe /etc/network/interfaces is used anymore... everything in 18.04 uses either netplan.io or network manager to configure systemd-networkd | 01: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-ifupdown | 01:48 |
pragmaticenigma | right, but I thought most of that was just inplace for some legacy programs and tools | 01:50 |
Nyle | hi guys :) | 01:51 |
Nyle | So 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 something | 01:51 |
=== nt0__ is now known as nt0 | ||
Nyle | I treid the various vnc servers in ubuntu, yet they only do the 2nd option. How to vnc into the currently running/displaing x session | 01:52 |
pdebruic | sarnold: 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 kernels | 01:52 |
pdebruic | oh wait I haven't tried 4.15.0-20 | 01:52 |
pdebruic | today | 01:53 |
leftyfb | Nyle: use x11vnc | 01:53 |
leftyfb | Nyle: x11vnc -xkb -noxrecord -noxfixes -noxdamage -display :0 -auth /run/user/1000/gdm/Xauthority -usepw | 01:56 |
=== [1]MrMobius is now known as MrMobius | ||
neteffect | hi i have ubuntu, for my printer, do i want the rpm driver or the deb drive? | 02:38 |
neteffect | r | 02:38 |
sarnold | neteffect: first see if you can get away weithout a driver at all; drivers provided by printer people are usually terrible | 02:39 |
sarnold | neteffect: if you must, the deb version probably works better | 02:39 |
neteffect | it does work yes, however, i want double-sided and other features | 02:39 |
neteffect | ah ok | 02:39 |
pdebruic | hey so now its blocked after random: crng init done | 02:44 |
pdebruic | so thats progress? | 02:44 |
pdebruic | booting I mean. on ubuntu 18.04.4 with 4.15-88 kernel | 02:45 |
sarnold | "yay" | 02:45 |
pdebruic | indeed | 02:45 |
sarnold | but you're right, it *is* progress, of a sort :) | 02:45 |
sarnold | can you pop to another virtual console and do anything? | 02:45 |
neteffect | Do I want to specify my printer devices URI? | 02:48 |
neteffect | i dunno which one to choose | 02:54 |
=== zbenjamin is now known as Guest5328 | ||
=== zbenjamin_ is now known as zbenjamin | ||
neteffect | it's a network printer, connected to the router | 02:57 |
pdebruic | sarnold: 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/stall | 03:00 |
neteffect | i chose the dnssd: seems to work :D | 03:00 |
pdebruic | what happens in the boot process after initializing the "random: crng init done" part? | 03:10 |
matsaman | pdebruic: somethin' | 03:12 |
neteffect | i 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 | ||
doubledutch | Is anybody here using Steam 32-bit on 32-bit ubuntu? | 03:59 |
doubledutch | SInce they don't support the browser window, how do you add games to your library | 04:00 |
neteffect | What's Steam like, is it fun? | 05:30 |
lotuspsychje | !discuss | neteffect | 05:35 |
ubottu | neteffect: 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 |
neteffect | ah ok | 05:35 |
neteffect | nobody was talking though | 05:35 |
lotuspsychje | neteffect: this channel is not a chat, its for ubuntu questions/support only | 05:36 |
neteffect | cool | 05:36 |
=== [1]MrMobius is now known as MrMobius | ||
=== [1]MrMobius is now known as MrMobius | ||
chris68 | Hi 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 work | 06:58 |
chris68 | for example ctrl z and y are inverted only in vscode. also ctrl / for commenting zooms out instead | 06:58 |
jil | hi | 07:05 |
lotuspsychje | welcome jil | 07:05 |
jil | I'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 |
jil | hello lotuspsychje | 07:06 |
ducasse | !19.04 | jil | 07:08 |
ubottu | jil: 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.html | 07:08 |
chris68 | ok 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 code | 07:08 |
theborger | where 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 |
ahrar | hello everyone | 07:20 |
lotuspsychje | welcome ahrar | 07:20 |
ahrar | i am newbie with IRC | 07:21 |
lotuspsychje | ahrar: you joined the ubuntu support channel, here you can ask ubuntu related questions | 07:23 |
theborger | anyone have an idea? or what Ia m missing? | 07:26 |
ducasse | theborger: did you run update-grub? | 07:27 |
theborger | ducasse: yeppers | 07: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 | ||
arunkumar413 | Hi all, the right menu item extract here isn't working with the .rar files | 08:11 |
arunkumar413 | Is there a way to make it work with .rar files as well? | 08:11 |
geirha | arunkumar413: it should if you install one of the unrar or unrar-free packages | 08:14 |
=== Napsterbater is now known as Guest23378 | ||
=== Napsterbater_ is now known as Napsterbater | ||
arielfe | how can i shut down pycharm dabase tool connection to a local postgresql server from bash shell? | 10:57 |
oerheks | arielfe, one can remove it, depending how you install it, snap/apt | 11:00 |
arielfe | thanks - i dont want to remove it - only to shut down its connection to the db | 11:00 |
oerheks | oh, wait, this is done from scope settings; https://www.jetbrains.com/help/pycharm/disabling-and-enabling-inspections.html | 11:01 |
arielfe | ill have a look! thank you | 11:01 |
arielfe | i should have mentioned i am trying to do it from bash. its part of a script that automates development | 11:03 |
oerheks | i have no clue, you might want to reask in #ubuntu-server | 11:04 |
arielfe | thanks! | 11:04 |
=== bpsecret- is now known as bpsecret | ||
=== Wryhder is now known as Lucas_Gray | ||
BluesKaj | Howdy folks | 11:48 |
andi | Hi, what's the easiest way to allow a process to write into a specific directory through apparmor? | 11:49 |
Pricey | andi: I would normally recommend permissive then logprof... but that shuold be a simple /foo/** w rule? | 12:09 |
Pricey | andi: You likely want to check the docs for "globbing". | 12:09 |
crised | Ctrl + Alt + keypad, not working in my Ubuntu 19.10 | 12:31 |
crised | Do I need to install `unity`? | 12:31 |
pragmaticenigma | crised: What behavior are you expecting when you use the key combination, I'm not familiar with it | 12:33 |
crised | https://askubuntu.com/a/5019/127130 | 12:33 |
crised | https://askubuntu.com/a/701959/127130 | 12:34 |
pragmaticenigma | crised: There is probably a gnome-extension that provides that feature | 12:35 |
crised | pragmaticenigma: Super + Arrows work for me | 12:41 |
pragmaticenigma | nice, glad you found something that works :-) I was still searching to see if I could find you an shell extension | 12:41 |
crised | pragmaticenigma: On Settings, display you can see the shortcuts there | 12:43 |
pragmaticenigma | thanks for the tip | 12:43 |
muelli | hey 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 |
ubottu | Launchpad bug 1853449 in gajim-omemo (Ubuntu) "gajim-omemo plugin is out of date" [Undecided,Confirmed] | 13:06 |
lotuspsychje | muelli: your bug report has been just marked to invalid | 13:07 |
muelli | lotuspsychje: 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 |
oerheks | versions 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-nbxmpp | 13:11 |
lotuspsychje | muelli: right, i see you did not use ubuntu-bug in the first place | 13:11 |
muelli | lotuspsychje: heh. just to be clear: I haven't reported that bug. I probably could and should, though. | 13:12 |
pragmaticenigma | muelli: 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 |
muelli | oerheks: 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 |
muelli | s/y/e/ | 13:17 |
lotuspsychje | muelli: can you pastebin your apt output that proves the conflict plz? | 13:18 |
=== real_walnut_burl is now known as walnut_burl | ||
lotuspsychje | i just tested it on 20.04 and works properly here | 13:18 |
muelli | lotuspsychje: 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 providers | 13:31 |
braindead_ | oh and my question would be: what solution are you using for this | 13:32 |
pragmaticenigma | braindead_: This channel is for Ubuntu Support where you may be having issues running Ubuntu. For recommendations, please visit us in #ubuntu-offtopic | 13:32 |
braindead_ | aight | 13:32 |
lotuspsychje | muelli: how come your kernel shows -42 in your bug report? current eoan kernel is Version 5.3.0.40.34 (eoan), | 13:41 |
muelli | lotuspsychje: 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 |
ubottu | Launchpad bug 1867005 in gajim-omemo (Ubuntu) "Gajim crashes on activating Omemo" [Undecided,New] | 13:43 |
lotuspsychje | muelli: yeah thats the bug i was looking at, see your Uname: Linux 5.3.0-42-generic x86_64 | 13:44 |
muelli | looks like -proposed to me | 13:46 |
lotuspsychje | muelli: could you try to reproduce that with proposed back disabled? | 13:47 |
lotuspsychje | never know higher versions conflict | 13:48 |
muelli | nah. 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 |
kur1j | what does "${@:2}" mean in bash? | 13:53 |
kur1j | https://github.com/docker-library/mysql/blob/d284e15821ac64b6eda1b146775bf4b6f4844077/5.6/docker-entrypoint.sh#L151 | 13:53 |
pragmaticenigma | kur1j: A question better asked in #bash ... If I had to guess it's attempting to select a particular parameter of the provided arguments | 13:55 |
kur1j | ok ill ask there thanks | 13:56 |
MWM | not 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 |
MWM | but 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 |
rapidwave | How do I shut down an unattended upgrade? It seems to never finish | 14:17 |
=== TomyLobo2 is now known as TomyWork | ||
rapidwave | I 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 |
leftyfb | rapidwave: remove the unattended-upgrades package | 14:54 |
Ool | rapidwave: 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 file | 14:58 |
frad | I need an ocrfeeder that allows me to turn documents 90 degrees to left or rifght. ocrfeeder, apparently, doesnt do it | 14:58 |
frad | any tips? | 14:58 |
=== Wryhder is now known as Lucas_Gray | ||
pragmaticenigma | frad: ocrfeeder is for character recogintion... not PDF manipulation. Also, for recommendations please ask in #ubuntu-offtopic | 15:06 |
=== [1]MrMobius is now known as MrMobius | ||
ericus | anyone got experience with shrinking root (encrypted)? | 15:19 |
ericus | I want to install a second distro side by side and I need free space | 15:20 |
Rojola | Hello! 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 |
pragmaticenigma | ericus: 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 |
Rojola | I did a lot of googling, and there are MANY reports of such an issue online for this model | 15:21 |
=== oerheks1 is now known as oerheks | ||
Rojola | However, the problem is, that the solutions are all VERY different, and most of them want me to change my driver. | 15:22 |
Rojola | However it has always worked well for other WiFi networks. | 15:22 |
ericus | pragmaticenigma they do yeah, but I feel that will break my working installation | 15:22 |
Rojola | Only this one specific WiFi network seems to cause issues. | 15:22 |
pragmaticenigma | Rojola: 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 frequenetly | 15:22 |
ericus | I'm on a live USB right now trying to figure out how to resize my encrypted disk | 15:22 |
pragmaticenigma | ericus: 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 |
Rojola | But, on my phone, the same wifi network works perfectly. | 15:23 |
ericus | I'll break it if I use gparted, and select resize? or no? | 15:23 |
mauroc | Hi 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 works | 15:23 |
Rojola | pragmaticenigma, I can use my mobile internet, but then we can not bugfix the wifi connection | 15:24 |
mauroc | do you have some hints? | 15:24 |
Rojola | the disconnects only happen every 10 minutes or so | 15:24 |
pragmaticenigma | Rojola: 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 troubleshoot | 15:24 |
ericus | pragmaticenigma gparted wont let me resize it | 15:26 |
ericus | do I need to mount it in a chroot env? | 15:27 |
ericus | or something along those lines | 15:27 |
pragmaticenigma | ericus: It should be boot live disk, and launch gparted | 15:28 |
pragmaticenigma | ericus: Is this a UEFI machine? | 15:28 |
=== coffeeguy is now known as zenguy | ||
ericus | not sure if it is UEFI or just bios | 15:28 |
pragmaticenigma | ericus: Probably a good idea to find out | 15:31 |
ericus | it is UEFI pragmaticenigma | 15:33 |
pragmaticenigma | ericus: 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 |
ericus | how would I tell that pragmaticenigma? | 15:36 |
pragmaticenigma | when you selected the boot device, one of the options with the USB listings should have mentioned UEFI | 15:37 |
ericus | yeah it is UEFI | 15:37 |
ericus | the USB | 15:37 |
oerheks | something like F8 boot-options? | 15:37 |
oerheks | legacy/uefi | 15:37 |
ericus | it's UEFI | 15:38 |
ericus | gparted still wont let me resize the encrypted partition | 15:39 |
ericus | there is sda1, sda2 and sda3. Boot, swap and / | 15:39 |
pragmaticenigma | ericus: Oh... it's encrypted | 15:40 |
ericus | luks+lvm | 15:40 |
pragmaticenigma | yeah... won't be able to resize that | 15:40 |
pragmaticenigma | You have to decrypt the drive before you can change that stuff around | 15:40 |
ericus | haha, thats why I asked if I dont need to mount it first ;) | 15:41 |
ericus | https://help.ubuntu.com/community/ResizeEncryptedPartitions | 15:43 |
ericus | kinda old and maybe outdated? | 15:43 |
=== DarthRadar6 is now known as DarthRadar | ||
pragmaticenigma | ericus: Yeah, that might be out of date... though the back up your data first is rather important to follow | 15:48 |
ericus | no important data, just a setup that took me some time to configure | 15:48 |
ericus | I'll give it a try, reinstall is the worst thing that can happen | 15:49 |
=== Mekely is now known as caronavirus | ||
=== caronavirus is now known as Mekely | ||
ericus | looks good so far pragmaticenigma | 16:02 |
rana_ans | hi can anyone help me with this? https://paste.ubuntu.com/p/6QfZvRVQsW/ | 16:15 |
eldowan | I'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 |
eldowan | to clarify, my ubuntu workstations are experiencing the issue, not the DNS server itself. | 16:17 |
leftyfb | eldowan: Can you go into more detail of your DNS server and client configs? What you posted above leaves a lot out | 16:18 |
=== [1]MrMobius is now known as MrMobius | ||
leftyfb | eldowan: in fact, lets go over this 1 thing at a time .... how many DNS servers do you have on your local network? | 16:19 |
oerheks | random_yanek, maybe you want to reask in #ros ? | 16:20 |
leftyfb | oerheks: they're gone | 16:20 |
oerheks | oops, gone | 16:20 |
eldowan | leftyfb: 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 |
leftyfb | eldowan: 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 |
eldowan | correct. | 16:30 |
leftyfb | eldowan: ok, and your DHCP gives out what address(s) for DNS to clients? | 16:30 |
eldowan | the router's local LAN address of 10.0.0.1. | 16:30 |
eldowan | output of systemd-resolve --status https://pastebin.com/c36qqcTF | 16:31 |
leftyfb | eldowan: ok, and on your ubuntu client, what doesn't work? | 16:32 |
eldowan | when 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 behavior | 16:33 |
leftyfb | eldowan: why are you changing anything? | 16:33 |
eldowan | at first to see if the reason I was getting the public IP instead of internal IP was a client or server issue. | 16:33 |
leftyfb | eldowan: your client is already using 10.0.0.1 as it's resolver. There's no point in changing resolv.conf | 16:34 |
leftyfb | eldowan: ok, so your pfsense router is configured to resolve a public ip address to an internal local ip address? | 16:35 |
eldowan | I want to agree with you. which is why i'm confused. | 16:35 |
leftyfb | sorry, public hostname | 16:35 |
eldowan | correct. | 16:35 |
leftyfb | why? | 16:35 |
eldowan | I'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 |
eldowan | On an old Acer router/wifi AP it was all working great, but it failed and I replaced it with a pfsense box. | 16:37 |
leftyfb | eldowan: ok, your issue is with your pfsense server configs. Not ubuntu. | 16:38 |
leftyfb | eldowan: you can confirm this using dig or host. host duckdns.org 10.0.0.1 # and host duckdns.org 1.1.1.1 | 16:38 |
eldowan | ok, 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 |
eldowan | Last 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.1 | 16:43 |
eldowan | This may be an issue with my laptop that I dont' have powered on right now, my other machines are reporting correctly too. | 16:44 |
eldowan | thanks for trying to help leftyfb, I appreciate it although it looks like i'm not having troubles at all right now... | 16:44 |
Rojola | re | 17:30 |
Rojola | I am back with my mobile internet connection. | 17:30 |
Rojola | Should I repeat my question for a few hours ago? | 17:30 |
Rojola | I'm experiencing the problem, that my WiFi keeps getting disconnected every couple of minutes. | 17:32 |
Rojola | It's a "Realtek Semiconductor Co., Ltd. RTL8188EE Wireless Network Adapter" | 17:32 |
Rojola | I did a lot of googling, and there are MANY reports of such an issue online for this model | 17:32 |
Rojola | However, the problem is, that the solutions are all VERY different, and most of them want me to change my driver. | 17:32 |
viju | When's the new LTS coming out? | 17:32 |
Rojola | the interesting thing is, that it only affects one single network | 17:33 |
Rojola | all other WiFi networks work perfectly | 17:33 |
Rojola | the one WiFi network that is affected by this issue causes no problems on my phone + tablet | 17:33 |
Rojola | so, the WiFi seems to be okay, and also my driver for the WiFi hardware seems to be OK | 17:33 |
lotuspsychje | !20.04 | viju | 17:34 |
ubottu | viju: 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/apport | 17:38 |
oerheks | in 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 reboot | 17: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 restarted | 17:43 |
EriC^^ | the restart should mention something like linux ...kernel here... kernel parameters, blabla | 17:44 |
kristian_ | EriC^^, there are 2 files in var/crash but those are older | 17:44 |
kristian_ | EriC^^, there are 2 files in var/crash but those are older | 17:44 |
EriC^^ | oh | 17: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 it | 17: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 install | 17: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 button | 17: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-15mins | 17:51 |
kristian_ | maybe a bit more | 17:51 |
EriC^^ | are you able to set the right resolution right now? | 17:52 |
kristian_ | yeah it was fine as soon as I logged in | 17: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 |
fd2 | how can i open folder with root ? in mint there is popup menu. but in ubuntu - isn't | 17:56 |
EriC^^ | fd2: which filemanager are you using | 17:57 |
EriC^^ | fd2: if you want you can always type "sudo -H <your filemanager>" and get a browser with root privileges | 17:57 |
EriC^^ | otherwise you'll have to install a plugin for your filemanager i guess, or one that supports it out of the box | 17:58 |
lotuspsychje | fd2: in nautilus ctrl + l then admin:/// | 17:58 |
fd2 | EriC^^, the default | 17:59 |
EriC^^ | which ubuntu version? | 17:59 |
fd2 | EriC^^, lotuspsychje, thx, u am going to try | 18:00 |
fd2 | 18.04 | 18:00 |
EriC^^ | ok, try lotuspsychje suggestion | 18: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 that | 18:00 |
EriC^^ | kristian_: ah, give the mem test a shot | 18: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 lines | 18:03 |
kristian_ | EriC^^, so: GRUB_CMDLINE_LINUX="nomodeset acpi_osi=! \"acpi_osi=Windows 2015\"" | 18:05 |
EriC^^ | kristian_: yup that looks good, save and exit | 18: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 |
smalltalk | hey 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 likely | 18: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, etc | 18: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.htm | 18:08 |
EriC^^ | kristian_: i didnt get what you mean about the nomodeset again | 18:09 |
kristian_ | EriC^^, I'll just download it | 18:09 |
EriC^^ | yeah it's easier | 18:09 |
EriC^^ | kristian_: i'd ask in ##hardware about the ram/mhz, i've no clue sorry | 18: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 up | 18:11 |
EriC^^ | kristian_: i think there must be | 18:11 |
EriC^^ | 1 sec | 18: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 cd | 18: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 default | 18:14 |
kristian_ | EriC^^, ok I think I'll use my ubuntu stick I have lying aroung then | 18:14 |
kristian_ | thanks a lot will be back when it's done | 18:15 |
kristian_ | really appreciate the help | 18:15 |
EriC^^ | kristian_: no worries, it'll take like 8 hours or something fwiw | 18:15 |
kris7ian | EriC^^: looks like ubuntu won’t boot anymore since adding that grub flag :/ | 18:19 |
=== [1]MrMobius is now known as MrMobius | ||
kris7ian | EriC^^: 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 suggests | 18:20 |
kris7ian | can I change my grub settings back somehow? | 18:20 |
ducasse | kris7ian: in the grub menu, press 'e' to edit grub | 18:37 |
kris7ian | ducasse: oh I should have thought of that :) thank you | 18:40 |
=== andrex is now known as anderx | ||
Aleric | Hi, I wanted to upgrade my nvidia drivers - but doing so REMOVED all 32bit support :/. I need that however; what is going on? | 19:06 |
Aleric | Recommended 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:i386 | 19:06 |
Aleric | But if I try to install those, it removes the 64bit drivers and disables nvidia. | 19:06 |
Aleric | E: Unable to locate package nvidia-440 | 19:07 |
Aleric | huh? | 19:07 |
Bashing-om | !info nvidia-driver-440 eoan | 19:08 |
ubottu | Package nvidia-driver-440 does not exist in eoan | 19:08 |
Aleric | ii nvidia-driver-440 440.64.00-0ubuntu1 amd64 NVIDIA driver metapackage | 19:09 |
jaimao_ | Hi, does anyone know/use tmux? | 19:12 |
sarnold | irc works best with more specific questions | 19:12 |
jaimao_ | sure, whats tmux's conf file pathname? | 19:12 |
oerheks | in /usr/share/doc/tmux/examples or your homefolder ~/.tmux.conf | 19:14 |
oerheks | this is a nice on, https://gist.github.com/koshuang/ee6258680dc7fe967e943bb02b7980f1 | 19:14 |
=== Guest99858 is now known as oz1tmm | ||
Aleric | How 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 |
oerheks | how did you install cuda? | 19:16 |
Aleric | No idea - I have that installed for a longgg time. | 19:16 |
oerheks | if 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 |
oerheks | jaimao_, good point, not sure.. | 19:17 |
dar123 | hey 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 up | 19:18 |
oerheks | but a .tmux config is optional, so create one in the homefolder? | 19:18 |
jaimao_ | ohh | 19:18 |
jaimao_ | good point | 19:18 |
jaimao_ | :) | 19:18 |
jaimao_ | thank you ./ | 19:19 |
oerheks | have fun! | 19:20 |
dar123 | 'ip address show' gave the output | 19:21 |
zippo^ | Hi members of Ubuntu, how do I change a color of about:blank for Firefox? | 19:21 |
leftyfb | zippo^: https://www.youtube.com/watch?v=bhf46H4lGko it's the first result on google searching for "firefox change "about:blank"" | 19:24 |
Bashing-om | Aleric: Nvidia says - sudo apt-get --purge remove "*cublas*" "cuda*" -: https://docs.nvidia.com/cuda/cuda-installation-guide-linux/#axzz4gJrMlQVO | 19:24 |
zippo^ | ik ga effe kijken, leftyfb | 19:25 |
Aleric | Bashing-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-om | Aleric: What release is this ? confirm the card and that the 440 driver is correct. the 440 driver is in our trusted PPA. | 19:27 |
Aleric | I don't know :/... It seems they only support 18.04 - but, how do I check what I have? | 19:28 |
Aleric | And 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 |
Aleric | Lets start with checking if I have 18.04 .. how do I do that? | 19:29 |
linuxgecko | Aleric: that should be in a release file in /etc? | 19:30 |
Aleric | DISTRIB_DESCRIPTION="Ubuntu 18.04.4 LTS" | 19:30 |
leftyfb | zippo^: you can't watch the youtube video? | 19:30 |
Bashing-om | Aleric: 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, leftyfb | 19:31 |
zippo^ | I have Usher | 19:31 |
Aleric | I bought an RTX 2080 super - didn't install it yet though. I first wanted to upgrade nvidia drivers. | 19:31 |
Aleric | The table given on https://docs.nvidia.com/cuda/cuda-installation-guide-linux doesn't match though... I have gcc 7.5.0 | 19:32 |
linuxgecko | i 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 |
Aleric | Also, I'm running kernel 5.2.0 :(. But if I reboot now I won't have any GUI at all. | 19:33 |
dw1 | apt 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 |
dw1 | 18.04 | 19:33 |
leftyfb | dw1: then you have a DNS issue | 19:33 |
leftyfb | dw1: 127.0.0.x is for the local DNS caching as part of systemd-resolved | 19:34 |
Bashing-om | Aleric: Yup: 440 driver for that card: https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa = install the hardware then the driver. | 19:34 |
dw1 | root can resolve, others cant | 19:34 |
dw1 | because of the IP issue | 19:34 |
Bashing-om | !nomodeset | Aleric | 19:35 |
ubottu | Aleric: 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 |
dimm | Hello, All! Ubuntu 18.04. How i can get unlimited for creating core dump? /etc/security/limits.conf contents "* soft core unlimited | 19:36 |
dimm | ", but under user 'ulimit -c' return '0' | 19:36 |
Aleric | Bashing-om: what does nomodeset do? | 19:38 |
Bashing-om | Aleric: Disables Kernel Mode Setting to allow you to boot with the vesa driver - until your get the Nvidia driver installed :D | 19:40 |
Bashing-om | dimm: systemd: try: https://sskaje.me/systemd-ulimit/ . | 19:41 |
Aleric | I'll just install nvidia without cuda for now - until I have the 2080 running | 19:41 |
Bashing-om | alw' sudo apt update ; duso apt upgrade ; sudo ubuntu-drivers autoinstall '. Allow the sysytem to do its thing. | 19:42 |
Aleric | I 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-om | Aleric: ^^ | 19:42 |
Aleric | I should run that before rebooting? | 19:43 |
Bashing-om | Aleric: DKMS should be installed - that will take care in a new kernel :D | 19:43 |
Aleric | It is installed | 19:44 |
Bashing-om | Aleric: ^^ that above will install the driver that the kernel deems best. | 19:44 |
Aleric | ok - lemme start with booting to 4.15 brb, I hope! | 19:45 |
dw1 | k idk what it was i rebooted it fixed it | 19:50 |
linuxgecko | i 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 |
dimm | Bashing-om, thanks a lot, working | 19:54 |
Bashing-om | dimm: :D | 19:55 |
madbilly | Hi 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 CSR8510 | 20:10 |
madbilly | With 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 OFF | 20:11 |
madbilly | btw I'm running Ubuntu 18.04 | 20:11 |
madbilly | lsusb returns Bus 003 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode) | 20:12 |
madbilly | hcitool dev returns nothing | 20:12 |
madbilly | hciconfig returns | 20:13 |
madbilly | hci0:Type: Primary Bus: USB | 20:13 |
madbilly | BD Address: 00:1A:7D:DA:71:11 ACL MTU: 679:9 SCO MTU: 48:16 | 20:13 |
madbilly | DOWN | 20:13 |
madbilly | RX bytes:574 acl:0 sco:0 events:30 errors:0 | 20:13 |
madbilly | TX bytes:368 acl:0 sco:0 commands:30 errors:0 | 20:13 |
oerheks | !paste | 20:13 |
ubottu | For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. | 20:13 |
oerheks | you'll be voiced in 30 sec | 20:13 |
Aleric | Bashing-om: sudo ubuntu-drivers autoinstall was doing nothing :/ | 20:13 |
Aleric | but well, now running kernel 4.15. | 20:13 |
madbilly | sorry | 20:14 |
oerheks | np, the server(s) go bonkers .. i see the troublemaker .. https://askubuntu.com/questions/1208296/bluetoot-adapter-configuration-issue-id-0a120001 | 20:15 |
Bashing-om | Aleric: ' dplg -l | grep -i nvidia ' ? | 20:15 |
Bashing-om | Aleric: dpkg ** | 20:16 |
oerheks | madbilly, i have read this, http://www.vcfed.org/forum/showthread.php?68897-Getting-cheap-BT-dongle-to-work-Ubuntu64 with some temporary fix.. #10 | 20:17 |
madbilly | oerheks: thanks! I don't know how I don't find these things myself sometimes, I searched a lot last night! :) | 20:18 |
oerheks | tip: buy an other adapter | 20:18 |
madbilly | I should have tried searching for the lsusb or hciconfig return shouldn't I... obvious now | 20:19 |
Aleric | Bashing-om: too much to paste here and I don't want to start my browser yet (that opens again 40 tabs) | 20:20 |
oerheks | it is a power issue, not sure why the notes and proposals are not applied yet. | 20:21 |
Aleric | Anyway, I'm going to put the new graphics card in now. | 20:21 |
Aleric | bbl | 20:21 |
oerheks | madbilly, add yourself to this bugreport https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1774640 | 20:22 |
ubottu | Launchpad bug 1774640 in bluez (Ubuntu) "Bluetooth turns off automatically Ubuntu 18.04 LTS" [Undecided,Confirmed] | 20:22 |
Bashing-om | Aleric: ' nc termbin.com 9999 < <(dpkg -l | grep -i nvidia;) ' | 20:22 |
madbilly | oerheks: will do, thanks :+1: | 20:23 |
oerheks | madbilly, with this fix page, ofcourse, if it works for you too. | 20:23 |
doug16k | do I need kernel 5.4 to fix zen 2 ecc? | 20:31 |
madbilly | oerheks: 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 |
oerheks | no, from that vcfed.org page | 20:33 |
oerheks | comment #10 | 20:33 |
doug16k | if I did install kernel 5.4, would that screw up nvidia drivers? | 20:34 |
Bashing-om | doug16k: Should not - see ' apt show dkms ' . | 20:38 |
madbilly | oerheks: I don't have any messages about bluetooth firmware failing to load from dmesg | 20:39 |
madbilly | So I think my problem requires the kernel fix which is mentioned on page 2 | 20:40 |
madbilly | I 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 |
canasta | Hey, 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 |
canasta | Also, I'm new to ubuntu, and sorry for the novel :-) | 20:44 |
doug16k | Bashing-om, installed 5.4.24-generic, seems perfect, no ecc issue. thanks for reply! | 20:51 |
Bashing-om | doug16k: Great :D | 20:51 |
jmcguckin | installing 18.04LTS craps out when asking for a user name. Keyboard prints weird junk. Arrow keys work fine. | 21:10 |
sarnold | it's normally the other way around when things break, arrow keys print out junk.. | 21:11 |
jmcguckin | I 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_ | ||
doug16k | jmcguckin, maybe you could switch to another virtual console and see if you are getting kernel errors there? ctrl-alt-F key | 21:22 |
doug16k | as in F1 thru F12 key | 21:23 |
doug16k | your USB or USB_HID driver might be freaking out about something - that would explain weirdness on the keyboard | 21:27 |
jmcguckin | log says "PROBLEM COMPLETING INSTALLATION". Provided target directory /target was not empty | 21:35 |
Aleric | Bashing-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 |
Aleric | I'd like to change that... but hmm. Question: how can I find which X configuration file is currently loaded? | 21:39 |
Aleric | It used to be called /etc/X11/xorg.conf .. but apparently no longer the case :( | 21:40 |
Bashing-om | Aleric: 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 |
Aleric | I used to be an expert :/ .. but I just can't find back the config file anymore :/. Lemme look there. | 21:44 |
sarnold | the config isn't needed for most users | 21:44 |
sarnold | see xorg.conf(5) for a list of locations the X server will look for the config file | 21:45 |
Aleric | I had a custom config file :/ ... but it seems that isn't used anymore even. | 21:46 |
sarnold | hmm if you put one in place I'd expect it to be used | 21:47 |
=== mrinfinity is now known as Illuminaughtie | ||
Aleric | Hmm - 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 | ||
Fevix | I 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 |
Fevix | If not, is there another browser I can use that DOESNT share google accounts across all local accounts? | 23:06 |
leftyfb | Fevix: I do not think what you're saying is true. Firefox saves it's settings in your home directory | 23:07 |
leftyfb | Fevix: what version of ubuntu are you running? | 23:07 |
Fevix | I 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 account | 23:07 |
Fevix | My local account is password protected | 23:08 |
oerheks | https://www.androidcentral.com/how-completely-reset-your-google-login-across-every-device | 23:08 |
leftyfb | oerheks: that's not what they're looking for | 23:08 |
leftyfb | Fevix: login to the guest account and try to access your google account in firefox there | 23:09 |
oerheks | it must been stored in that device browser, change password after that, so that stored password is invalid | 23:09 |
tangarora | where can I find swtpm for kvm on ubuntu? | 23:09 |
leftyfb | Fevix: what version of ubuntu are you running? | 23:09 |
Fevix | HOw can I check? | 23:10 |
jemark | Fevix: lsb_release -a | 23:10 |
leftyfb | tangarora: 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 for | 23:10 |
leftyfb | Fevix: also please pastebin the output of: apt-cache policy firefox | 23:11 |
Fevix | https://hastebin.com/otatelisef.sql | 23:13 |
Fevix | there's both | 23:13 |
oerheks | tangarora, i see the auth has a ppa https://launchpad.net/~stefanberger/+archive/ubuntu/swtpm-focal | 23:14 |
leftyfb | Fevix: ok, there really should be no reason logins on your browser should be getting copied across user profiles | 23:14 |
oerheks | or bionic https://launchpad.net/~stefanberger/+archive/ubuntu/swtpm-bionic?field.series_filter=bionic | 23:15 |
Fevix | Lemme hop over to the other account leftyfb it might log me out here | 23:15 |
leftyfb | Fevix: 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 reverse | 23:15 |
tangarora | OK... just wanted to have virt guests with encrypted disk images... not practical if you can un-encypt them automatically. | 23:16 |
tangarora | can not I mean... | 23:16 |
tangarora | This could have worked... | 23:16 |
Fevix | Okay, 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 laptop | 23:18 |
Fevix | Couldn't get to ANY google accounts on their FIrefox (none were logged in) | 23:18 |
Fevix | but I'm logged in on mine so | 23:18 |
Fevix | -shrug- | 23:19 |
tangarora | OK SUSE has it... | ibmswtpm2 | IBM's Software TPM 2.0 | package | 23:22 |
tangarora | Maybe a better virtual host? | 23:22 |
=== kostkon_ is now known as kostkon | ||
Monona | How 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 |
topcat001 | the light is on? In that case something is holding the device open. | 23:43 |
Monona | topcat001: 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!