/srv/irclogs.ubuntu.com/2020/04/10/#ubuntu.txt

AssociateXHello all. I just need some direction. My desktop, Plasma was working fine before I went to bed, did not updates. Woke up this morning and Linux boots to the DM but Plasma does not start, the screen freezes on the KDE/Plasma splash. I can log into Blackbox and Fluxbox just fine, but I can't exit and go back the DM or switch from Flux to BB because00:05
AssociateXthe screen freezes.00:05
pragmaticenigmaAssociateX: have you tried creating a new account on the machine and logging in with the new account into Plasma... if the new account works it would indicate something in your home directory has a problem00:10
mnathaniThis is my routing table: https://paste.ubuntu.com/p/sKV4dqZdWX/  I am trying to load balance traffic across the two gateways .253 and .216, presently traffic goes only via the first route00:23
tdsmnathani: i'm not sure `route` understands any of the options you'd use for balancing traffic - could you pastebin `ip route` output?00:25
mnathanihttps://paste.ubuntu.com/p/8xsJJPCw7t/00:26
tdsok, that looks like you just have two default routes, there won't be any balancing between them00:26
mnathaniis it complex to setup balancing?00:26
tdsif you want a multipath route, you could eg `ip route add default nexthop via 192.168.2.253 dev ens18 nexthop via 192.168.2.216 dev ens18`00:26
AssociateXpragmaticenigma great idea! I will do that right now.00:28
mnathanilooks good https://paste.ubuntu.com/p/8GPqDfqVs5/00:28
tdsdo `ip route get ...` against a few IPs, and with any luck you should see it splitting traffic between the routers :)00:29
lestacAny knows some softaware for exploration the world ?00:35
lestacsoftware*00:36
minallHello Ubuntu Community!00:37
minallI can find support for the fingerprint reader vfs495..00:37
sarnoldminall: there may be a list of supported devices on https://fprint.freedesktop.org/00:42
minallThanks sarnold!, let me check If my device works00:42
vlouvetminall, I'd start here https://github.com/PetreBoboc/vfs495/blob/master/vfs495_ubuntu_18.04.md for that particular device00:43
sarnoldoh nice, vlouvet's url looks more promising :)00:43
AssociateXpragmaticenigma I really appreciate your help. I'm going to restart and see what happens.00:44
vlouvetI can do one hell of a google search haha00:44
minallThanks vlouvet, I'll restard hoping that it will work00:50
mnathanitds: how do I get that ip route add default next hop to take effect on boot?00:51
tdswhat are you using to bring up your interfaces on boot?00:51
mnathaninetwork/interfaces00:51
tdsI just wouldn't specify a gateway, and add up and down hooks that call ip route add/delete default...00:52
jstarcherquit00:59
mnathaniI get some errors : https://paste.ubuntu.com/p/qCXzKDbXCH/01:00
mnathaniI am guessing my syntax is incorrect01:00
jstarcherhello01:01
jstarcherhelp01:03
jstarcheranyone here?01:04
=== not_phunyguy is now known as phunyguy
sarnoldjstarcher: over a thousand clients, dunno who's looking, or who might able to help you with your problem..01:05
sarnoldjstarcher: irc works best if you just ask questions01:05
jstarchersarnold: for some reason I'm in #ubuntu-unregged even though I'm registerd01:06
jstarcherand I can't see other chats going on01:06
jstarcheror is there just no one talking now?01:06
sarnoldjstarcher: you'vew just got a knack for quitting at the wrong time :) https://paste.ubuntu.com/p/T6YfsxPmwx/01:07
CroranIs there a way to disable the 'restart now' prompt that appears after updates have been installed?01:07
jstarchersarnold: haha I guess, thanks for the sanity check01:08
jstarcheranyway, the reason I'm here. I destroyed my ubuntu 19.04 system by installing a debian package like this: dpkg -i libcurl3-gnutls_7.64.0-4_amd64.deb01:09
jstarchernow I just get an error anytime I try to use apt: The following packages have unmet dependencies:01:09
jstarcher libcurl3-gnutls : Depends: libgnutls30 (>= 3.6.6) but 3.6.5-2ubuntu1.1 is to be installed01:09
pragmaticenigmaAssociateX: how'd it turn out?01:09
jstarcherI've tried fix-broken, apt-install -f and all of that. Nothing works01:09
AssociateXpragmaticenigma that did not work out at all. The new user did not work, not even with Flux after failing Plasma. Then my user name no longer worked for any DE either. I had to drop to a root shell and delete the new user.01:09
pragmaticenigmaAssociateX: That's rather strange01:10
jstarcherI tried removing the package too but get errors https://paste.ubuntu.com/p/xhvKRw5GFw/01:11
AssociateXpragmaticenigma yes. I'm guessing it is driver related to the Nvidia card but I have no proof yet. The frame buffer splash at boot time is especially slow for some reason is one clue, again with no proof other than that.01:13
sarnoldjstarcher: alright .. give me a second..01:13
pragmaticenigmaAssociateX: that's unforunate01:13
AssociateXFor sure.01:14
sarnoldjstarcher: try installing this package https://launchpad.net/~ubuntu-security/+archive/ubuntu/ppa/+build/17748861/+files/libcurl3-gnutls_7.64.0-2ubuntu1.2_amd64.deb01:14
AssociateXpragmaticenigma, I'm a hobbyist, and although I have been at this a long time, it's not something that I do daily. So I don't know which logs to check or if I should be asking elsewhere or what.01:15
pragmaticenigmaAssociateX: i'm not great when it comes to hardware and drivers... software stuff is where my strengths are01:17
Bashing-om!19.04 | jstarcher01:17
ubottujstarcher: 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.html01:17
AssociateXpragmaticenigma, would you like to do a couple of other simple checks for software? My assumptions should not rule out looking there.01:19
jstarchersarnold: OMG THAT WORKED!!!!01:20
sarnoldjstarcher: sweet01:20
jstarcherthank you soooo much! This has had me hung up for days01:20
sarnoldjstarcher: next step, take Bashing-om's advice and upgrade to 19.10 :)01:20
sarnoldjstarcher: was it enough to just dpkg -i that file? or did you need to do something to convince it to downgrade?01:21
sarnoldI've not done that in ages..01:21
jstarcheryeaaaa, good idea. I'll backup and get that going01:21
AssociateXIs there a howto for upgrading from 18.10 LTS to 19.10?01:21
jstarcherjust dpkg -i worked01:21
pragmaticenigmaAssociateX: usually a new user setup can do the trick. the other thing i've done the past is temporarily move my home directory to something like /home/user_bak ... from the terminal and then restart the gui and log-in01:21
sarnoldjstarcher: cool cool01:22
AssociateXpragmaticenigma I sure can do that, mv /home/user* to /home/userBAK.01:22
pragmaticenigmaAssociateX: no need for the * ... just make sure there is no trailling slash01:23
tdsmnathani: oops, missed that - RTNETLINK answers: File exists usually means it's attempting to add an ip or route that already exists - if you have physical access to this box, you could try forcing the interface down, ie ifdown --force --verbose ens18; ip link set ens18 down; ip addr flush dev ens18, then ifup --verbose it to bring it back up and01:24
tdssee exactly where it goes wrong01:24
AssociateXpragmaticenigma are you going to be around a while?01:26
AssociateXan hour or so?01:27
pragmaticenigmaroughly sure01:27
AssociateXpragmaticenigma what is CLI to rename the dir /home/username?01:29
AssociateXwill mv mess with permissions? or will that just rename the dir?01:30
AssociateXI forget.01:30
pragmaticenigmaAssociateX: just do "mv /home/associatex /home/associatex_bak"01:31
AssociateXthank you.01:31
lestacit's a good moment to try beta or wait final version?01:31
AssociateXpragmaticenigma okay, bbl. Hopefully less than 10 minutes01:32
pragmaticenigmalestac: I recommend waiting for the final release. If you have further questions about Focal Fossa 20.04, please ask in #ubuntu+101:33
lestacwell, thanks! :D01:33
=== skookum9 is now known as skookum
=== zbenjamin_ is now known as zbenjamin
=== skookum4 is now known as skookum
AssociateXpragmaticenigma well, I'm a diagnostic tech and it really bothers me to not try something when there is some aspect that I can't predict. I didn't think mv 'ing the user dir would help, and it didn't. But what did happen is that I see that there is something else going on. I can't make a new user and login in, and I can't make a new dir for my user01:53
AssociateXand login, but with my original ~/ I can login to Flux real quick. The other logins froze with login into Flux or KDE. I didn't try BB though. Anyway, I still got information to think about.01:53
AssociateXI still can't login into Plasma under any situation.01:54
AssociateX...that I've tried.01:54
=== skookum7 is now known as skookum
pragmaticenigmaAssociateX: I guess that means something deeper is working against you02:00
pragmaticenigmaAssociateX: After moving the home directory... were you able to login with one of the other DEs and have it create your user folder?02:01
AssociateXI would say that it would now be hard to point to a driver when it works with this user by not others.02:01
AssociateXpragmaticenigma no, a new user folder was not created. Good question because I forgot to report that to you.02:02
AssociateXpragmaticenigma I was not able to login with any DE and no new user dir was created.02:03
pragmaticenigmainteresting02:04
pragmaticenigmait is very strange for it to do this on its own, with no updates having been applied02:04
AssociateXpragmaticenigma I'm sober and have been for a long time. But how would we check change logs for anything installed. I don't want to rule anything out even if I don't remember doing it.02:06
pragmaticenigmatripelbb: I was able to tinker around a little bit more and was able to figure out how to get that application installed. From the command line use the "sudo apt install ./package.deb" approach. That seemed to kick off the installation for me and was able to obtain the dependencies the package needed as well02:07
pragmaticenigmaAssociateX: I blieve package installations all get logged in /var/log/dpkg.log02:09
AssociateXOkay, looking up right now.02:09
=== skookum9 is now known as skookum
AssociateXpragmaticenigma I did installed some stuff. nmap to port sniff my friends server, then tidy for html code. I'm going to have to figure out if there is anything else here that would wonk things out: https://pastebin.com/tfPdPAec02:14
pragmaticenigmaAssociateX: did you add any PPAs to get either of those tools installed?02:15
AssociateXRefresh my memory for PPA02:17
AssociateXpragmaticenigma^^^02:17
pragmaticenigma!ppa02:17
ubottuA Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge02:17
AssociateXI down loaded tidy to my home dir and installed from there.02:18
pragmaticenigmaAssociateX: was the a build? compiled from source?02:18
AssociateXpragmaticenigma I think it was a binary, let me check right now.02:19
AssociateXpragmaticenigma it was a binary.02:22
pragmaticenigmaI'm really not sure what might have happened... it would be really odd for either of those to really have any effect on KDE/Plasma02:22
AssociateXRight, it's just a code formatting tool, cli02:23
pragmaticenigmaAssociateX: at this point you might have to dig through the older files. I know that sometimes certain updates without a reboot will eventually cause strange behavior. Especially if any graphics drivers were installed02:23
pragmaticenigmaAssociateX: and while odd, maybe a reboot is what the system needs at the moment. Hard to say02:24
pragmaticenigmaunfortunately, I've gotta sign off for the evening. I do wish you luck AssociateX02:25
AssociateXpragmaticenigma hey02:26
AssociateXI know what it is.02:26
Bashing-omAssociateX: A thought - loose ownership of /home when installing the tool ? What shows ' ls -al /home /home/AssociateX/ ' ?02:27
AssociateXI messed with snap yesterday without knowing what it was. I'm going to reinstall it.02:27
AssociateXBashing-om I'm going to try something then report back02:27
rud0lfwhat's "factory setting" (fresh install) of iptables in ubuntu? just null?02:28
rud0lfnvm i found it, it's just "empty"02:29
pavlosrud0lf: sudo iptables -L02:30
=== skookum3 is now known as skookum
AssociateXHello people. I borked my Plasma yesterday by deleting a Snap dir somewhere. I'm on 18.10 LTS. Do you have any suggestions. I bring up that I'm on 18.10 because I have not been able to install packages with Muon, just apt-get and it's not my strong suit.02:53
adminka-xu12hello, i am newbie in irc #ubuntu, may i know telegram group for Ubuntu International like this...02:53
Jordan_UAssociateX: What is the output of "cat /etc/issue"?03:00
AssociateXUbuntu 18.10 which is no longer supported.03:02
AssociateXJordan_U^^^03:02
Jordan_UAssociateX: Indeed, Ubuntu 18.10 is not an LTS release, and is EOL. We can help you upgrade to a supported version of Ubuntu, but it plasma is already broken then a re-install (preserving /home/) may make more sense than multiple upgrades.03:03
Jordan_Us/it plasma/if plasma/03:03
AssociateXLet's try to upgrade.03:04
AssociateXJordan_U03:04
Jordan_UAssociateX: You can also upgrade entirely in a terminal using do-release-upgrade. I think that's probably advisable if your plasma isn't working. I assume you're using Kubuntu. Is that correct?03:05
AssociateXI think that I'm using Ubuntu with KDE installed, not a Kubuntu install.03:06
Jordan_UAssociateX: Do you have a working LiveUSB ready in case things go wrong? Do you happen to use btrfs (in which case snapshots can be helpful, and IIRC will be created automatically for you during upgrade).03:06
AssociateXIt's been a long time, how would we check? Jordan_U03:06
ajayahmedhi. can someone please tell me why i keep getting an inconsistent indentation on "nameservers:" https://i.imgur.com/d6o7QgG.png the _ next to it is just the cursor and because I can't get the network up, I can't SSH and pastebin the text so I took a screenshot. hope that's okay03:07
AssociateXJordan_U I have two hd, one solid state, another disc with 1tb mostly free.03:07
AssociateXJordan_U what do you think about doing a repair before upgrading?03:08
Jordan_UAssociateX: What is the output of "dpkg -l | grep buntu-desktop" ?03:08
AssociateXhttp://old-releases.ubuntu.com/ubuntu cosmic ,for reference03:08
Jordan_UAssociateX: Two problems with that. 1: We explicitly don't support EOL releases, except to help upgrading to a supported release 2: Frankly, I don't have a lot of experience with KDE or snaps myself (though I have some).03:09
AssociateX dpkg -l | grep -i ubuntu-desktop does not give anything.03:09
Jordan_UAssociateX: Then you don't have any of the major desktop "metapackages" installed. A normal Ubuntu install has the ubuntu-desktop metapackage, Kubuntu kubuntu-desktop, xubuntu-desktop, lubuntu-desktop, etc.03:10
AssociateXJordan_U, I would only repair this old version to aid in upgrading. I had no idea I was so far out of date.03:10
AssociateXI prefer the latest stable.03:11
=== skookum3 is now known as skookum
AssociateXJordan_U yeah, that sounds right. I think I did a small Ubuntu install then put on KDE, Fluxbox, and Blackbox.03:12
Jordan_UAssociateX: Why do you prefer upgrading (to Ubuntu 19.04, then 19.10, then in less than a month 20.04 LTS will be availalble) to installing fresh?03:12
AssociateXJordan_U I dual boot on a Dell. I've made errors before where the laptop no longer works after a fresh install and takes reinstalling Window just to get the thing to work. The mistake is easy to make, I've done it twice and both times took me a long time to fix. I have to use someone else's Windows machine to even download the file from Dell, it's03:15
AssociateXand insane process if I make a mistake that way.03:15
AssociateXJordan_U I would prefer to take the safest route even if it's longer.03:17
Jordan_UAssociateX: I think that you should prepare for the upgrade to fail, and be ready with installation media (I'd recommend *buntu 18.04 LTS, which you'll be able to directly upgrade to 20.04 LTS).03:17
Jordan_UAssociateX: And while you're preparing that, maybe download said file from Windows now and back it up somewhere.03:18
=== skookum7 is now known as skookum
AssociateXJordan_U that all sounds completely sane.03:19
Jordan_UAssociateX: What is the output of "dpkg -l | grep kde"?03:19
AssociateXJordan_U there looks to be about 100 lines of info. Is there something that you want to grep for specifically?03:20
Jordan_U!pastebin | AssociateX03:22
ubottuAssociateX: 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.03:22
=== skookum5 is now known as skookum
Jordan_UAssociateX: I want to get an idea of how much of the KDE desktop you have installed at the moment, I don't have specific packages in mind right now and I think it would be easier for me to look through the output than do research to find specific packages to ask you about.03:24
AssociateXJordan_U https://pastebin.com/rDVcyLQz03:26
Jordan_UAssociateX: Do you have the "plasma-desktop" package installed? Do you have any snaps still installed?03:32
AssociateXI don't know.03:33
AssociateX^^^@jord03:34
AssociateXJordan_U03:34
AssociateXJordan_U yes, I do.03:34
Jordan_UAssociateX: "apt policy plasma-desktop" it will either tell you the version you have installed (among other information) or "Installed: (none)". (You could also do "dpkg -l | grep plasma-desktop" ).03:35
Jordan_UAssociateX: You do have plasma-desktop installed or you do have snaps still installed?03:36
AssociateXJordan_U now I don't know03:36
AssociateX:~$ apt policy plasma-desktopplasma-desktop:  Installed: (none)  Candidate: (none)  Version table:     4:5.13.5-1ubuntu4 -1        100 /var/lib/dpkg/status03:36
AssociateX dpkg -l | grep plasma-desktoprc  plasma-desktop                                              4:5.13.5-1ubuntu403:37
=== BrianG61UK_ is now known as BrianG61UK
Jordan_UAssociateX: Does it say "II" (for installed) at the beginning of the dpkg -l output?03:38
AssociateXJordan_U how would I set my respositories to the old ones and repair the packages?03:38
AssociateXhere is the dpkg output: rc  plasma-desktop                                              4:5.13.5-1ubuntu4                                   amd64        Tools and widgets for the desktop03:39
AssociateXJordan_U I do not see a "II" on that line or elsewhere.03:40
Jordan_UAssociateX: That means that it was installed in the past, and the configuration files for it are still around, but it has since been removed.03:40
Jordan_UAssociateX: That may well explain why plasma "isn't working", though that's still not really our goal at the moment...03:40
Jordan_UAssociateX: Please prepare a *buntu 18.04 LTS or *buntu 19.10 LiveUSB, grab your file from Windows and back it up, then follow https://help.ubuntu.com/community/EOLUpgrades .03:42
AssociateXJordan_U that will take a while for me.03:43
AssociateXJordan_U Thank you for your help.03:43
Jordan_UAssociateX: You're welcome. Good luck. Feel free to ping me another day if you're still working on this upgrade.03:43
AssociateXWill do.03:44
=== skookum2 is now known as skookum
=== hextreme is now known as thinker
=== thinker is now known as bt40
AssociateXI'm on 18.10, is there a reason why Muon does not authenticate for package removal and refuses to remove packages?04:44
vystyI'm looking to install Japanese input on Ubuntu 18.04. Is anyone able to help me navigate this? I've managed to install it but I'm not able to figure out how to change the actual input when I select Japanese. When I type, it still comes out in English.04:51
vlouvet  j04:56
vystyJ like... Japanese?04:56
vystyAnyone kicking around?05:11
Jordan_Uvysty: Are you fluent in Japanese, and do you have another machine that you can communicate in Japanese comfortably with? If so, #ubuntu-jp might be the best place to get help for this.05:13
vystyDefinitely not fluent.05:13
vystyMy wife is Japanese and wants me to get Japanese input on my computer.05:14
vystyAnd she speaks no Ubuntuese. :P05:14
Jordan_Uvysty: I have no personal experience with this so the best I can do is google and help with more general Ubuntu aspects of the problem. I assume you've seen https://askubuntu.com/questions/1032721/how-to-enable-japanese-input-in-ubuntu-mate-18-04 . If so, was it helpful?05:15
Jordan_Uvysty: Ahh, that was for MATE. What desktop environment are you using?05:16
vystyJordan_U: Yes. The issue that I seem to be having when I compare to everything that I Google, is that there are multiple Japense inputs available once you install Japanese. The input you want is (mozc). I don't have (mozc) available.05:16
vystySo now I'm wondering if/how to install mozc to have it available.05:17
Jordan_Uvysty: So step 7 here: https://help.ubuntu.com/community/JapaneseInput can't be followed because mozc is not among the available options?05:17
vystyJordan_U: correct05:18
Jordan_Uvysty: What options for japanese are listed?05:20
vystyOhhhh.... we got Japanese w/nothing, Japanese (Dvorak), (Kana 86), (Kana), (Macintosh), (OADG 109A), and (PC-98)05:21
vystyJordan_U: Kana will actually write some Japanese characters, but not in any way that's remotely useful.05:23
Jordan_Uvysty: And you logged out and back in again, following step #5 ( https://help.ubuntu.com/community/JapaneseInput again )?05:23
vystyNo I did not. Let me try that now.05:23
vystyJordan_U: that allowed me to search for the Japanese options faster, but still not mozc.05:24
vystyno*05:24
vystyJordan_U: Allllllrighty. I found a mozc source package. You have the ability to help me install this thing? https://launchpad.net/ubuntu/bionic/+source/mozc05:25
Jordan_Uvysty: Try just "sudo apt install ibus-mozc" before you do that.05:27
vystyJordan_U: Already the newest version. :/05:28
Jordan_Uvysty: Are you using a Wayland session?05:28
vystyJordan_U: I'm unfamiliar with Wayland sessions so... probably not?05:29
vystyJordan_U: Do you advise not installing this mozc .tar.xz I found on the launchpad?05:30
Jordan_Uvysty: Definitely do not install anything from source right now.05:30
=== leion1 is now known as leion
vystyJordan_U: Gotcha. I'll wait.05:32
Jordan_Uvysty: What is the output of "echo $XDG_SESSION_TYPE" ?05:34
vystyx1105:35
Jordan_Uvysty: Then you are not using Wayland.05:36
vystyJordan_U: That good or bad?05:37
Jordan_Uvysty: It means that Wayland isn't causing your problem, and thus switching to Xorg won't help.05:37
vystyJordan_U: Welp, that's step 1.05:38
Jordan_Uvysty: Since you mentioned that you hadn't logged out and back in again, try following https://help.ubuntu.com/community/JapaneseInput exactly, even if it means repeating steps you've already performed. Maybe there's something else you missed. I will note that https://moritzmolch.com/2404 has multiple commenters describing what seems to be the same problem you're having, and the only one of them that05:40
Jordan_Uposted that they found a solution said the "solution" was re-installing :(05:40
vystyJordan_U: Reinstalling Ubuntu?05:41
Jordan_Uvysty: Yes.05:41
vystyJordan_U: Blarghopotomos.05:41
vystyJordan_U: I'll tackle this another day. I appreciate your time to help me out.05:43
Jordan_Uvysty: Worth testing this from an Ubuntu 18.04 LiveUSB, see if you can reproduce the problem.05:44
vystyJordan_U: Might be easier to figure out how to get my wife's computer connected to the printer so we can just bypass the situation on my computer entirely.05:44
raddyCan ntldr in windows 10 load ubuntu ?05:55
raddyOr only ubuntu should be in the mbr ?05:55
daxi think people have done it before, but you're much better off just putting Ubuntu's GRUB into the MBR and letting it chainload to ntldr if you want to run Windows.05:56
Jordan_Uraddy: The simplest configuration, which Ubuntu's installer creates, is grub in the mbr (+ post mbr gap), which chainloads Windows' bootloader. I wouldn't recommend trying something different. Is there are reason that you want Windows' boot sector in the MBR?05:57
Jordan_Us/are reason/a reason/05:57
raddyOhhhhh05:58
ee99eeI'm getting poor performance on openssl after doing a release upgrade from 16.04 to 18.04... at boot, I see "[   29.055227] AVX or AES-NI instructions are not detected." in the log06:02
ee99eehowever, my CPU does have AES-NI06:02
ee99eeI also see the kernel module aesni_intel is loaded (but used by 0)06:03
ee99eemy CPU (N3150) supports AES-NI according to the spec sheet on intel.com06:04
Jordan_Uee99ee: Please pastebin the output of "cat /proc/cpuinfo" .06:07
ee99eeJordan_U: https://pastebin.com/KxijtkDV06:17
ee99eeI also added some more info at the bottom of that pastebin06:17
ee99eethis is the CPU: https://ark.intel.com/content/www/us/en/ark/products/87258/intel-celeron-processor-n3150-2m-cache-up-to-2-08-ghz.html06:17
ee99eenote "Security & Reliability - Intel® AES New Instructions: Yes"06:18
Jordan_Uee99ee: Perhaps that error message just means that you're missing AVX.06:19
Jordan_Uee99ee: (A confusing use of the word "or")06:21
=== iurrr1 is now known as iurrr
Braydez2017anyone here help with disk partitions in ubuntu06:32
Jordan_Uee99ee: Indeed, from reading the code in arch/x86/crypto/camellia_aesni_avx_glue.c where that error message comes from, that error message will be displayed if any of X86_FEATURE_AVX , X86_FEATURE_AES, or X86_FEATURE_OSXSAVE is missing on the boot CPU. Poorly worded error message in my opinion. Not sure if that info gets you any closer to a solution :(06:32
Jordan_UBraydez2017: For this channel, and most IRC channels, the best thing to do is just ask your question. If anyone can help, they will.06:33
Braydez2017thanks will do06:34
pyzozordhey i'm trying to figure out syntax for Makefile. The command man make doesn't give any info only suggests to check out info make which outputs the same exact text06:35
Braydez2017so i have a server running ubuntu 18, i have 40 tb of space unallocted and unpartitioned via 4 seperate 12 tb drives, i wish to allocate theese drives to the place where the home directory is currently so i can use them for storage, tried using gparted to move but cannot allocate. Can it be done or should i reinstall and try to do it via partitions from the beginning, bear in mind i only have remote o/s install from a06:37
Braydez2017a control panel06:37
Jordan_UBraydez2017: Are you wanting a RAID / LVM setup to use the space from all of these drives at once?06:40
Braydez2017yes i just need that storage space to be accessible by xtreamui which uses the home directory06:45
ee99eeJordan_U: I see06:45
Braydez2017and that directory only so cannot redirect the folder path target to anywhere else but its own folder06:45
Braydez2017Filesystem       1K-blocks       Used   Available Use% Mounted on06:46
Braydez2017udev              16302416          0    16302416   0% /dev06:46
Braydez2017tmpfs              3266632       1252     3265380   1% /run06:46
Braydez2017tmpfs             16333140      33012    16300128   1% /dev/shm06:46
Jordan_U!pastebin | Braydez201706:47
ubottuBraydez2017: 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.06:47
Braydez2017tmpfs                 5120          0        5120   0% /run/lock06:47
Braydez2017tmpfs             16333140          0    16333140   0% /sys/fs/cgroup06:47
Braydez2017tmpfs              2097152        156     2096996   1% /home/xtreamcodes/iptv_xtream_codes/tmp06:47
Jordan_UBraydez2017: I've quieted you for a bit to prevent the channel from being filled with your long output. I will unquiet you in a minute or two. Please use https://paste.ubuntu.com in the future.06:47
Jordan_UBraydez2017: You can now talk in the channel again and we will be able to see what you post.06:49
Braydez2017okay i will past to pastebin06:50
Braydez2017have posted first one is wrong server second one shows df06:51
Jordan_UBraydez2017: You need to post the link here. We can't view your pastebin post without the link.06:51
Braydez2017https://paste.ubuntu.com/p/2GCWJpv4Rv/06:52
Jordan_UBraydez2017: You'll need to decide on a technology to use to combine the drives, the main options being LVM, mdraid, btrfs, and zfs. Also, you should strongly consider adding some redundancy. If you have all drives combined with no redundancy, then with most technologies you're going to lose all of your data if just one of the drives ever fails.06:53
Braydez2017okay so for 4x 12 tb disks what would you suggest?06:54
Jordan_UBraydez2017: What are you going to be using this for?07:01
Braydez2017vod content07:01
Jordan_UBraydez2017: And how devistated would you be if you lost all of your videos?07:04
Braydez2017would be fine as i have back up server holding them07:06
=== cryocaustik9 is now known as cryocaustik
Jordan_UBraydez2017: Do you feel like drive speed will be a common bottleneck? (I asked to see if data should be striped across the drives or not).07:10
Jordan_UBraydez2017: And to be clear, this is Ubuntu 18.04 LTS, not Ubuntu 18.10. Correct?07:11
Braydez2017yes 18.04 and it has to be accessed at a speed that can cope with multiple people viewing possibly at the same time thats it everything else speed isnt an issue07:18
Jordan_UBraydez2017: If it were me, I would probably use btrfs with metadata raid1 and data raid0. I would choose it because it's easy to setup initially, and allows for flexible changing afterward. Downsides are 1: btrfs itself is less mature and stable than LVM or mdraid 2: btrfs will likely have worse performance than ext4 over mdraid or LVM. 3: With any form of raid0 you're going to basically lose all of07:21
Jordan_Uyour data if any one drive dies. One nice thing about btrfs is that you'll still be able to recover the metadata, but that's often not very helpful anyway.07:21
Braydez2017okay thanks alot07:23
Braydez2017i will try that now and see how i get on07:23
Jordan_UBraydez2017: Others would probably recommend mdraid or lvm instead, and would recommend raid1 even though you are OK with losing all of your data. I think it would be good for you to do some research about the differences between raid1 and raid0, and what "striping" is. I'm going to sleep now, and I'm worried that you might not have enough background knowledge to accomplish this safely. But, if you have07:25
Jordan_Ugood backups maybe that doesn't matter.07:25
Jordan_UBraydez2017: Once you've created some sort of volume to hold your /home/ you'll need to copy the contents of your /home/ to it, then edit your /etc/fstab to mount the new volume at the mountpoint /home/. https://help.ubuntu.com/community/Fstab07:27
Braydez2017okay great thanks07:28
user217_hello . Can I get some help please with: no free space left on device error?07:39
Armageddonuser217_, I think that means that you no longer have free space on the device07:42
user217_Armageddon: look like this07:42
Armageddonit's actually most likely that you're out of space, it says so in the error07:42
ArmageddonI'm not really sure what kind of help you require, do you want to figure out what's eating up space ? or ?07:43
Armageddonthe solution is usually easy, either delete or move somewhere else07:44
user217_Armageddon: I'm not shure what I can to delete and what eat my space07:46
Armageddonuser217_, df -h <--- and ---> du -sh ~08:00
Armageddonthose two commands should set you up to a good start ;)08:00
user217_Armageddon: now I see that / is full08:06
user217_but still dont understand how to clean it08:07
EriC^^user217_: start with "sudo apt-get clean; sudo apt-get autoremove purge"08:11
EriC^^user217_: start with "sudo apt-get clean; sudo apt-get autoremove --purge"08:11
user217_EriC^^: E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.08:12
user217_EriC^^: dpkg: error: failed to write status database record about 'ksaneplugin' to '/var/lib/dpkg/status': No space left on device08:12
user217_If I try to do  sudo dpkg --configure -a08:13
Jordan_Uuser217_: Stop trying to do anything with dpkg / apt until you have freed up space.08:13
EriC^^user217_: "sudo rm /var/cache/apt/archives/*.deb"08:13
user217_EriC^^: does sudo apt-get clean dont do this?08:14
EriC^^user217_: yeah but you said apt isnt working08:15
EriC^^user217_: is there free space now? try df -h08:15
user217_EriC^^: sudo apt-get clean worked fine, but dont give the solution08:15
user217_the problem was with sudo apt-get autoremove --purge08:16
EriC^^user217_: pastebin 'df -h'08:16
Jordan_Uuser217_: Be careful and check what "sudo apt-get autoremove" wants to remove before you run it again. I would personally not add the --purge as configuration files are often quite useful, and generally quite small.08:17
user217_EriC^^: df -h08:17
user217_EriC^^: https://paste.ubuntu.com/p/H6rpwjdpbP/08:18
user217_sorry :)08:18
EriC^^user217_: what does 'ls -l /boot' give?08:19
Jordan_UEriC^^: A user that has (for whatever reason) removed a metapackage like ubuntu-desktop could end up having "apt autoremove" remove most of their system, including all of their ability to log in graphically. Adding --purge makes it that much harder to get back to where they were, because now they've lost their configuration files too. Please keep things like this in mind when giving adivce, especially to08:19
Jordan_Unewer users.08:19
EriC^^Jordan_U: bruh xD08:19
user217_EriC^^: https://paste.ubuntu.com/p/6z4DZzH6CZ/08:20
EriC^^user217_: i think i will refrain from helping since a bully op is here currently, if you want /join ##linux i will continue helping there08:21
EriC^^sorry about that08:22
Jordan_Uuser217_: Please pastebin the output of "du -h ~/*" That will tell us the names of all of the file / directories in your home directory and how much space each is taking. Be sure to check that there's nothing there that you would mind being public before you pastebin it.08:25
user217_Jordan_U: the home directory is not full, the problem is on /08:26
Jordan_Uuser217_: Ahh, I didn't notice that you have a separate /home/ partition.08:27
user217_EriC^^: I join linux channel08:27
Jordan_Uuser217_: "du -h /var/log/" often when space mysteriously fills up it's from something doing an absurd amount of logging.08:28
user217_Jordan_U: var/log is 68mb size08:28
Jordan_Uuser217_: du -sh /*08:31
EriC^^Jordan_U: pastebin du -h ~/* seems a bit privacy breaking08:33
EriC^^(for your future reference)08:33
Jordan_UEriC^^: Indeed, I meant to ask for -sh. Thank you.08:33
EriC^^still kinda is08:33
Jordan_UEriC^^: Agreed, that's why I suggested that they look over the output before pastebinning it.08:34
EriC^^ah right08:35
Dr8g0nHey all - anybody knows how to enable multi-touch gestures on the touchscreen (not on touchpad - - - this works)?08:38
Dr8g0nI am already on 20.04...08:38
lotuspsychjecome join at #ubuntu+1 for 20.04 support please Dr8g0n08:39
Jordan_Uuser217_: From your mount output it looks like you have a lot of snaps installed. Sometimes snaps can use a lot more space than you'd expect.08:56
user217_Jordan_U: so what is solution?09:03
lotuspsychjeuser217_: you could clean out your system, uninstall unwanted packages/snaps09:04
lotuspsychjefree space with bleachbit for example09:04
user217_lotuspsychje: ok. I remove one app but still have the same problem09:05
oerheks!autoremove09:06
lotuspsychje!kernelcleanup09:06
ubottuFor information about removing old kernels to free up space on /boot, see https://help.ubuntu.com/community/RemoveOldKernels09:06
lotuspsychjetnx oerheks09:07
Jordan_Uuser217_: Find *something* that you can either delete from your root filesystem or move somewhere else, to free up just enough space to be able to safely run snap and "snap remove foo" where foo is a snap that you feel like you don't need. graphical snaps are likely to be larger than non-graphical ones, because of the dependencies needed to go along with them.09:07
user217_Jordan_U: It dont help. I do this09:08
NetTerminalGenecan i use ubuntu 20.04 theme on debian buster?09:09
Jordan_Uuser217_: "du -sh /var/snap/*" will tell you how much space each snap is using, understanding that some snaps (like gnome-3-28-1804) are mostly there as dependencies for other snaps.09:09
lotuspsychjeNetTerminalGene: we can only support ubuntu and their !flavours here09:09
user217_Jordan_U: look like that this is unhelpfull09:10
Jordan_Uuser217_: Not a lot of space used by snaps?09:10
user217_Jordan_U: I delete now two snap-applications but still have the same problem09:11
grawityNetTerminalGene: it should definitely be possible (I believe the theme is called 'yaru'), but I guess you need to try a debian channel for help installing it instead09:11
user217_also I delete from root folder one more directory09:11
lotuspsychjegrawity: please dont support users for other Os then ubuntu09:12
Jordan_Uuser217_: And no change at all for "df -h"? Still getting filesystem full errors?09:12
user216_Jordan_U: after: https://paste.ubuntu.com/p/H6rpwjdpbP/ before: https://paste.ubuntu.com/p/GyzPnvqKMx/09:16
Jordan_Uuser216_: Sorry, looks like snap data is actually stored in /var/lib/snapd/snaps/* . To see that usage "du -sh /var/lib/snapd/snaps/*".09:16
NetTerminalGenegrawity, thanks09:16
Jordan_Uuser216_: Interestingly your used space went down 3 GB, even though your free space did not go up.09:18
user216_Jordan_U: as I said before I delete two snap app but it dont fix anything09:18
gebbionehi folks, another happy day on ubuntu with nautilus quitting on me ... `nautilus -q -> Failed to register: Timeout was reached`09:18
user216_the output of command is : 7.3G    /var/lib/snapd/snaps/09:18
lotuspsychjeuser216_: bleachbit your system09:18
user216_lotuspsychje: what you mean?09:19
lotuspsychje!info bleachbit | user216_09:19
ubottuuser216_: bleachbit (source: bleachbit): delete unnecessary files from the system. In component universe, is optional. Version 2.2-3 (eoan), package size 366 kB, installed size 2139 kB09:19
Jordan_Uuser216_: That's about the 5% that is reserved for the root user, so I expect a little more and you'll stop getting out of space errors. (Right now you'll probably get out of space errors from creating small files as non root, but not from creating small files as root).09:20
user216_lotuspsychje: I cant install any new software becouse : E: You don't have enough free space in /var/cache/apt/archives/.09:21
Jordan_Uuser216_: What filesystem (ext4, btrfs, etc) are you using for your root?09:21
oerheks /snap/intellij-idea-community/220 + 216 ///  obs-studio/1042 + 1054 take a lot of space09:22
oerheksand a home of 48G is pretty ... small09:23
user216_oerheks: as I see home is a lot of free space. Also I delete now obs, but it dont help09:24
user216_obs-sturdio09:25
oerhekssure it does.09:25
user216_Jordan_U: how I can check about what filesystem I use?09:26
facefacehihi09:27
facefaceI'm upgrading a server that has been very out of date, and I'm seeing this error: E: Repository 'http://ppa.launchpad.net/webupd8team/java/ubuntu bionic InRelease' changed its 'Label' value from 'Oracle Java (JDK) 8 / 9 Installer PPA' to 'Oracle Java (JDK) 8 Installer PPA (DISCONTINUED)'09:28
facefaceI can accept that change of course, but is there an underlying issue?09:28
Jordan_Uuser216_: "mount | grep sdb1" , but if you don't know then it's probably ext4 as that's the default.09:28
facefacehi Jordan_U09:28
oerheksfaceface, that java ppa is depreciated, discontinued09:29
oerhekshttps://launchpad.net/~webupd8team/+archive/ubuntu/java09:29
oerheksin that text you find other oracle blobs.09:30
facefaceoerheks: right, I found that page, but then wasn't sure what to do next...09:30
oerheksuse openjdk, if you can09:30
facefaceah, I think I followed a link under 'Old description'09:31
facefaceNot sure.. this server uses SGE, which is where the java dep comes from I suspect...09:31
facefaceto switch to openjdk, I should try to remove all packages from that ppa and see if there are dependencies?09:32
oerheksif you upgraded, no package should have been installed?09:33
facefacesudo add-apt-repository --remove ppa:name/here09:33
user216_Jordan_U: /dev/sdb1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)09:33
facefaceoerheks: I said N, to continue iwht current situation09:33
facefaceoerheks: will the --remove ppa:... remove all pakages from the ppa by default?09:33
Jordan_Ufaceface: No, for that you need to use ppa-purge .09:34
facefaceJordan_U: thanks09:34
Jordan_Ufaceface: You're welcome.09:34
oerheksyes and no, it will reverse to not-ppa versions, if existing09:34
Jordan_Uuser216_: "du -sh /var/lib/flatpak/*" if you have flatpack apps installed as well.09:37
facefaceWarning:  Could not find package list for PPA:  http://ppa.launchpad.net/webupd8team/java ubuntu09:39
Jordan_Uuser216_: Like I said, I think that you're close to having enough free space that you'll stop getting errors about the filesystem full for processes that aren't root. (And I suspect you haven't been getting many error messages from things that are running as root, for as long as df -h has shown 3 GB free).09:39
facefaceI guess the ppa is now empty09:39
user216_Jordan_U: you right. I delete few flatpaks and it fix my system09:41
facefacelooks like nothing was actually installed from that ppa09:44
herol3oyhi. how can i look for a string (text) in a dir containing files(txt, jpg..) and folders?09:44
facefaceherol3oy: grep -r09:44
Jordan_Uherol3oy: grep -R 'some pattern here' directory/here/09:45
facefaceyou will grep the jpgs, but who cares?09:45
HamiltonI'm on a dual-boot setup. Some of my media are on NTFS partition. I can access them with Thunar. But VLC doesn't let me choose any other partition that root. How can I make VLC see my other partitions?09:45
herol3oy👍09:45
Jordan_UHamilton: In linux, all partitions are mounted within the root filesystem. Are you sure that you can't navigate to your other partitions by looking in /media/ or maybe ("Filesystem"/media/)?09:47
HamiltonJordan_U, I thought there was other partitions that /...Yeah I can see my NTFS partitions inside /media/username/disk09:48
grawitythere are, but if they're mounted, then they *always* show up somewhere under /09:49
grawitythat's why / is called "root"09:49
Hamiltongrawity, Jordan_U Thanks09:49
HamiltonIs it advised to auto-mount those partitions on boot via some scripts?09:50
_BIGSHOT_hello i am inserting correct password but ubuntu is not accepting password09:50
grawityfor internal partitions, sure, there is /etc/fstab (can edit it through gnome-disks if you want)09:50
_BIGSHOT_it is asking again and again for password09:50
Jordan_U_BIGSHOT_: Is this when you're logging in graphically? Do you get a message about the password being wrong, or does it seem to start logging in then boot you back to the login screen (which would indicate your session crashing)?09:51
_BIGSHOT_no when i am in livecd09:52
_BIGSHOT_there's no crashing or anything09:52
_BIGSHOT_wifi ssids are detected OK, but it keeps on asking for authentication09:52
Jordan_U_BIGSHOT_: So the password that's not being accepted is your wifi password, not your login password. Correct?09:53
_BIGSHOT_yes09:53
Jordan_U_BIGSHOT_: Please pastebin the output of "lspci -vnn" .09:55
Heaton-IRhello09:56
Heaton-IR?09:56
Jordan_UHeaton-IR: Hi. Welcome to #ubuntu :)09:56
Heaton-IRanyone is here>09:56
Heaton-IRHello09:57
HamiltonHeaton-IR, channel count: 1180 members09:57
Heaton-IRWhats up09:57
Jordan_UHeaton-IR: In most IRC channels the Etiquette is just to ask your question. If anyone is around and can help, they'll reply. (and in this channel there are *always* people around). Also note that this channel is only for support discussion, for general chat try #ubuntu-offtopic.09:58
Heaton-IRSorry I'm new to irc sorry09:58
HamiltonHeaton-IR, salam btw... welcome to IRC09:59
Heaton-IRsalam09:59
pavlushkaIt is a long due issue, I can't access ubuntu manpages, https://i.imgur.com/cWGoqI7.png everytime10:00
Jordan_Upavlushka: That's interesting. What happens when you try to open https://manpages.ubuntu.com/manpages/eoan/en/man1/apport-retrace.1.html in an incognito / private tab?10:03
SilmarilionHi, I need to setup a new Ubuntu stack over the weekend. So I am tempted to install the 20.04 beta instead of 18.04 in order to not mess with the upgrade again in two weeks. My question is does beta receive all the fixes which ultimately end up on the release version?10:04
Jordan_USilmarilion: Yes. #ubuntu+1 for more about 20.04.10:04
Silmarilionthank you.10:05
Jordan_UYou're welcome.10:05
pavlushkaJordan_U: ok, it is loading ok, so what could be the issue?10:05
Dr8g0nthere's a channel #ubuntu-touch which seems more appropriate for my question but it is invite-only. anyone here can add me?10:05
Jordan_Upavlushka: Seems there are some cookies that are causing the page not to load properly. Try clearing cookies for that page.10:06
_BIGSHOT_Jordan_U, https://paste.ubuntu.com/p/DfwyZDpR67/ lspci -vnn10:07
Dr8g0nSilmarilion - yes. You will be upgraded to final 20.04 release automatically.10:07
Dr8g0nSilmarilion I installed it yesterday. Works like a charm except for fingerprint reader (which I can live without) and multi-touch on touchscreen (touchpad MT works fine).10:08
pavlushkaJordan_U: only happens to manpages.ubuntu.com but not with other ubuntu.com pages like wiki or so10:08
pavlushkaJordan_U: and tried clearing cookies to no avail10:09
_BIGSHOT_Jordan_U, you there bud10:12
Jordan_U_BIGSHOT_: Yes, please be patient :)10:12
Jordan_U_BIGSHOT_: Looks like you're not the only one to have this problem with this card: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/184895310:13
ubottuLaunchpad bug 1848953 in linux (Ubuntu) "Intel wifi 3165 [8086:3165] subsystem id [8086:4010] not working properly in Ubuntu 19.10" [Undecided,Incomplete]10:13
Jordan_U_BIGSHOT_: Try "sudo modprobe -r iwlwifi && sudo modprobe iwlwifi"10:16
_BIGSHOT_both are same iwlwifi, why to reinsert same drivdr10:17
_BIGSHOT_dirver10:17
Jordan_U_BIGSHOT_: Because sometimes "restarting" the driver fixes things, and one comment on that bug says doing so got things to work for them.10:18
Jordan_U_BIGSHOT_: Also, it seems like newer linux kernels have this bug fixed, so when 20.04 is released I expect your card will work without any work-arounds needed.10:21
_BIGSHOT_k10:21
=== enko-h is now known as enko
duncan-nzpackagekid has a lock preventing me running apt-get update. but the message says I shouldn't remove the lock. this is after a fresh reboot. what to do?10:32
Jordan_U_BIGSHOT_: Are you able to connect now?10:32
duncan-nzthe lock seems to affect /var/lib/apt/lists10:32
tomreynduncan-nz: see the last write on the lock file, see whether there are dpkg or apt processes running10:33
Jordan_Uduncan-nz: Please post the full exact error message. Use https://pastebin.ubuntu.com if it's more than one line.10:33
tomreynduncan-nz: it's normal that the system automatically looks for updates after reboot.10:34
duncan-nzJordan_U, https://pastebin.ubuntu.com/p/bCZpc4Bvw6/10:35
duncan-nztomreyn, hi there. you've helped me before. thanks for that. it's complaining about multiple configurations so I'm just going to take a look at my apt/sources.list10:36
duncan-nztomreyn, i rebooted precisely because of this error when i tried to install something.10:36
duncan-nzbut I'l remember to be patient next time. (it's still complaining)10:37
tomreynduncan-nz: start by cleaning up your apt sources, removing duplicates (see warnings in lines 7-17)10:38
duncan-nzoh, I have 'Canonical Partners' twice in Software & Updates. Can I safely remove one of them?10:38
lotuspsychjeSilmarilion: is your purpose for production use?10:39
tomreynduncan-nz: most likely yes. it's hard to tell what these options you see on the GUI refer to exactly.10:40
duncan-nztomreyn, ok, i'll take a look in the file and see if I can make sense of it. years since i looked at a sources list manually.10:40
tomreynduncan-nz: os the duplicate is line 40 of /etc/apt/sources.list vs line 4 of /etc/apt/sources.list.d/disco-partner.list10:41
tomreyn*so10:41
_BIGSHOT_Jordan_U, No i'll try updating kernel10:41
tomreynduncan-nz: the easiest approahc is probably to close the apt source GUI, then remove all "partner" sources from both files using a text editor, then enable canonical-partner again from the apt source GUI.10:43
duncan-nztomreyn, yeah. but I tried to close the GUI and it wanted to refresh cache, so I said yeah, and now it won't finish the refresh. it's just stuck on 100%10:46
tomreyni think you can cancel this, though, can't you?10:47
duncan-nzthere's no cancel button10:47
tomreynoh. in that case, maybe wait another minute or two, or reboot again, or xkill the window (thogh that's not the best approach)10:47
duncan-nzclosed it a different way10:48
duncan-nzyeah, now my system is angry. I'll reboot.10:48
facefacehihi10:52
_BIGSHOT_hehe10:52
_BIGSHOT_hello face10:52
facefaceI grabbed a 'cloud-image' from here: https://cloud-images.ubuntu.com/ and I'm running it with qemu10:52
_BIGSHOT_so10:52
facefacewhat is the right way to login?10:52
facefaceI set up 'port forwarding' but I get: ssh_exchange_identification: read: Connection reset by peer10:52
facefaceDo I need to somhow cram my PK onto the box using virt-customize?10:53
facefacehi _BIGSHOT_10:53
facefaceI mean, I'm assuming an sshd is running on that box on port 22...10:53
facefaceI should run it locally ...10:54
duncan-nztomreyn, i removed one of the two entrie sin the gui and it seems to be working again now. thanks. how on earth does something like that suddenly happen?!10:54
tomreynduncan-nz: the duplicates won'T have caused the file lock, this is just coincidental.10:56
faceface--copy-in a .ssh/authorized_keys ?10:56
=== Hamilton1 is now known as Hamilton
tomreynduncan-nz: the duplicate 'partner' apt repository configuration could happen when you manually edited sources.list and moved those lines to some file and you also clicked to enable the ubuntu-partner apt repositories on the GUI and that set it up on a different file, so you'd have two lines referring this same repository then.10:58
tomreynduncan-nz: i believe the lock on apt  will just have been a result of the system automatically looking for and installing updates in the background. this can take about 5, maybe even 10 minutes after reboot.10:59
tomreynfaceface: https://help.ubuntu.com/community/UEC/Images states that the user is "ubuntu" and the auto generated password is printed to screen and serial console on the first boot.11:00
duncan-nztomreyn, i haven't manually edited a sources.list for at least a year. so it's odd to say the least.11:11
sumagnahello11:12
sumagnai had a problem when i started up my ubuntu desktop11:12
facefacetomreyn: thanks, right, I'm headerless11:13
sumagnai started up a terminal to use systemd-analyze because it started up very late11:13
facefacewhen I run 'groups' on this box I get an error, cannot find name for group ID 2268111:14
tomreynduncan-nz: well that's the the causes i could think of spontaneously, there can well be other scenarios.11:14
sumagnawhen i started up my terminal, the directory i was in(home) was not shown as ~ but rather /home/sumagnadas11:14
facefaceHowever, I don't see how that group is linked to my user11:14
sumagnawhen i tried to run weechat11:14
sumagnait showed me that HOME was not set11:14
sumagnai had to set HOME manually to start weechat but can anyone tell me whats happening?11:15
tomreynsumagna: your system logs can tell, and maybe the "whoami" command as well.11:15
sumagnait shows my username11:16
tomreynsumagna: good then it's not because you'Re running as root. i assume your /home file system failed to mount for some reason then.11:17
sumagnashould i paste my log for further investigation11:17
facefacewhen I try to SSH onto the box as user ubuntu I still get a ssh_exchange_identification: read: Connection reset by peer11:17
sumagnawhat to do now?11:19
tomreynsumagna: you should review them yourself and try to identify possible causes of this problem. but if you can't posting them fully is an option.11:19
tomreyn!paste | sumagna11:19
ubottusumagna: 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.11:19
sumagna!pastebinit11:19
ubottupastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit11:19
sumagnatomreyn: i just opened another terminal window and saw that HOME was set as the current directory was shown as ~11:24
sumagnabut still i have to review the system logs11:25
sumagnabtw can you tell me how can i see the system log11:25
tomreynsumagna: journalctl -b11:27
sumagnathanks11:27
sumagnacouldnt understand much of it11:31
sumagnahttps://termbin.com/cdml11:31
sumagnathis is the output11:31
jirenHi, is it ok if I asked a peppermint related question?11:34
BluesKajHowdy folks11:34
sumagnahello11:34
tomreynsumagna: did the file systems you have liste din /etc/fstab mount fine (does the "mount" command list them)?11:43
tomreyn*listed in11:44
sumagnawait lemme see11:44
sumagnai dont see one of them11:45
sumagnaswapfile11:45
sumagnathe swapfile i have doesnt mount11:47
tomreynsumagna: have you tried rebooting once since the problem you described initially first occurred?11:48
sumagnaumm no11:48
sumagnai was thinking about rebooting11:48
tomreynif not, i suggest you just give it a try, sice it can help repairing issues which diagnosing can take a while otherwise.11:48
sumagnabtw where should i mount the /swapfile?11:49
tomreynApr 10 16:31:37 hp-laptop systemd-fstab-generator[327]: Failed to create unit file /run/systemd/generator/swapfile.swap, as it already exists. Duplicate entry in /etc/fstab?11:50
tomreynApr 10 16:31:53 hp-laptop kernel: Adding 4296868k swap on /swapfile.  Priority:-2 extents:14 across:78106788k FS11:50
sumagnawhat should i do?11:50
tomreynso you do seem to have a swap file.11:50
sumagnayea11:50
tomreyn...which gets mounted, too11:50
sumagnai made it to support hibernation11:50
sumagna??11:51
sumagnathe swapfile never mounts11:51
sumagnaeverytime i see this message in the system log(whenever i try to see it)11:52
tomreynso     cat /proc/swaps    reports none are in use?11:52
sumagnait shows /swapfile is in use11:53
EvilKittyBoiguys if the primary screen of a laptop is broken, is there any way to install ubuntu, whatever...11:53
EvilKittyBoithe issue is that you can only boot to live mode11:53
EvilKittyBoiand when you are in live mode, the second screen is only showing an empty desktop without options11:54
EvilKittyBoisomehow what needs to be done is to disable the main screen for the secondary screen11:54
tomreynsumagna: so based on what you said i am guessing that you may have configured s econdary swap file and that fails to mount.11:54
EvilKittyBoibut can't even open a console11:54
sumagnasecondary swapfile?11:54
JimBuntuEvilKittyBoi: does the keyboard have a key to turn on/off the display? Sometimes laptops have this and if pressed it should cause your external display to become the primary.11:54
guivercEvilKittyBoi, I've done it using a lenovo fn+display key to toggle an external monitor to mirror the broken laptop display...11:55
pragmaticenigmaEvilKittyBoi: Another option would be to connect an external keyboard, mouse, and display. Then close the lid once the machine is turned on. Many laptops automatically redirect their output to the external display when the lid is closed11:56
* guiverc means the same key JimBuntu referred to; it toggles between modes..11:56
JimBuntuEvilKittyBoi: also, depending on the edition of Ubuntu Alt-F7 can be used along with the cursor/arrow keys to grab and move a window via keyboard11:57
sumagnatomreyn: what do you mean by secondary swapfile?11:58
sissyloghi I am trying to turn off intel security mitigations off12:02
sissylogI added mitigations=off to /etc/deafult/grub12:02
sissylogGRUB_CMDLINE_LINUX_DEFAULT="quiet splash mitigations=off"12:03
sissylogand then ran update-grub12:03
sissylogand rebooted12:03
sissylogdmesg|grep mitigations gives me12:03
sissylog[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-5.3.0-7642-generic root=/dev/mapper/data-root ro quiet splash mitigations=off vt.handoff=712:03
sissylog[    0.042177] Kernel command line: BOOT_IMAGE=/vmlinuz-5.3.0-7642-generic root=/dev/mapper/data-root ro quiet splash mitigations=off vt.handoff=712:04
sissylogso did it work?12:04
DK21https://paste.ee/p/fUc7z  can anybody explain why the service is not running but actually running in prcess list?12:04
DK21this is ubuntu 1412:04
sissylogI can't really run benchmarks to determine myself12:04
ioriasissylog, ls /sys/devices/system/cpu/vulnerabilities/12:05
sissylog@iora itlb_multihit  mds       spec_store_bypass  spectre_v212:06
sissylogl1tf           meltdown  spectre_v1         tsx_async_abort12:06
sissylogdoes this mean it worked?12:07
ioriasissylog, consider you're not using an ubuntu kernel ...12:07
ioriasissylog,  run this : grep . /sys/devices/system/cpu/vulnerabilities/*12:08
sissylog@ioria that worked everything is disabled and vulnerable in red :)12:10
sissylogas intended12:10
sissylogthank you so much for your help12:10
ioriasissylog,  ok12:10
raddyHello Everybody12:18
raddyI could not install ubuntu natively due to partition limitations12:19
raddySo, I installed ubuntu on windows 10 using wubi unreleased latest version12:19
lotuspsychjeraddy: wubi is no longer a supported method12:19
raddyBut still ubuntu is not booting after selecting wubi12:20
EriC^!wubi | raddy12:21
ubotturaddy: Wubi was a way to install Ubuntu from within Windows, but it is no longer supported in recent versions of Ubuntu and Windows, and was never well maintained even for Ubuntu 12.04. Do not use Wubi. See !install for other options for installing Ubuntu.12:21
EriC^raddy: where did you get wubi from?12:22
raddyEriC^:  https://github.com/hakuna-m/wubiuefi/releases12:23
EriC^raddy: ah ty12:24
EriC^raddy: what are the partition limitations you encountered?12:25
raddyEriC^: I have 4 extended partitions already12:26
raddyEriC^: I don't want to delete any existing partitions12:26
EriC^raddy: i think you mean 4 primary partitions?12:27
raddyEriC^: Yeah12:27
EriC^raddy: can you share a pastebin of the partition table?12:28
raddyEriC^: Ok.12:28
EriC^raddy: it is possible to shrink a primary partition's filesystem, and convert the partition to an extended one keeping all the data, but you'd need to backup first in case anything goes wrong12:30
raddyEriC^: BDEDrive: C: D: all are primary12:33
raddyEriC^: I am not sure what for D: is primary12:33
raddyIs Ubuntu Live cannot preserve package changes ?12:36
raddyAddition/Deletion etc ?12:36
spackle259is there a way i can prevent my ubuntu 19.10 from turning off the screen once it locks?12:37
spackle259Been looking in the documentation but nothing solid to what im looking for12:37
EriC^raddy: no, but you could make a persistent live usb that does, although it has its caveats12:37
EvilKittyBoiJimBuntu: guiverc pragmaticenigma okay tried all that doesn't work the monitor is still second screen12:38
raddyEriC^: What caveats ?12:38
EvilKittyBoiI tried ctrl + alt + f1 and to use xrandr but xrandr won't work in the terminal12:38
EriC^raddy: well for one it would be slower on a usb, might not last as long, and you wouldnt have a fully 100% install, cant update kernel etc12:39
raddyEriC^: Okkk.12:39
EvilKittyBoiwell my friend hit the keyboard with his fist and that fixed it.... wtf12:42
raddyEriC^: If I format D: and create it again, can I create it as a normal simple volume? instead of Primary ?12:42
EriC^EvilKittyBoi: there's a button on the laptop usually for monitors looks like a |[]|12:43
raddyCan I use the pen drive only for booting ?12:43
raddyThe actual volume would be simple volume based partition.12:44
EvilKittyBoiEriC^: no it's a piece of shit laptop that is basically just the motherboard and two usb ports...12:45
EvilKittyBoinot even the builtin keyboard is in it12:45
EvilKittyBoithe guy somehow blindly smashed the keyboard and somehow managed it... I have no idea how he pulled it off... I am still confused12:46
EvilKittyBoihe was just angry12:46
raddyEriC^: I have figured out, D: was an encrypted partition.12:47
sumagnai was thinking about upgrading to beta release of ubuntu 20.0412:55
sumagnai have a dualboot laptop with ubuntu alongside windows 1012:55
sumagnashould i upgrade to it?12:55
sumagnaor wait for the stable release?12:56
lotuspsychjesumagna: come join to #ubuntu+1 please12:56
sumagnaok12:56
BluesKajsumagna, at this point just wait til the 23rd for the official release, but if you're feeling adventurous then go for it. It is quite stable atm.12:57
sumagnaoh ok12:58
BluesKajsumagna, however if you're using yor present OS for work then don't take any chances, wait for the official release13:00
sumagnai am a teenager who likes linux13:00
sumagnathats al13:00
sumagnaall13:00
sumagnabut my father use windows for his work13:01
BluesKajsumagna, you'd be better off dicussing this move with your father in that case.13:02
sumagnahe let me install ubuntu alongside his one13:02
sumagnahe lets me do anything on this computer only if it doesnt mess up his work OS13:03
BluesKajwell, my recommendation is to discuss it with your father13:03
sumagnaok13:03
sumagnai think i will wait for the stable release13:04
sumagnait is in less than two weeks anyways13:04
BluesKajgood choice :-)13:04
MrSteveI stuck the .iso on usb, boot it, and got 18.04 'Try ubuntu.'  It says the same as the 18.04 on the hard drive.  There is this msftres partition #2 ... and windows on part #3 won't boot.  I got a new 1909 install on #5. Windows gives me choice to boot from the old, or new, but the grub went gone.13:22
MrSteveI want to use the Old C;\  instead of the new D:\ partition13:23
MrStevebut the msftres part is corrupted13:23
MrStevenow have two windows that one boots.. and no grub loader13:24
MrSteveI can go choose ubuntu in the UEFI loader.. and gets ubuntu plus the old windows13:25
MrStevethe new 1909 small partition is not in the old grub menu13:26
EriC^MrSteve: what are you trying to do?13:29
_BIGSHOT_anyone running ubuntu server can tell what's the best thing to do with it?13:38
BluesKajhehe13:39
pragmaticenigma_BIGSHOT_: That's an excellent question to ask in the #ubuntu-offtopic channel. I'm sure there are people there with lots of ideas for you13:40
_BIGSHOT_very good reply13:40
_BIGSHOT_thxs pragmaticniga13:41
MrSteveEriC^ - get grub to see the new 1909 that was installed, and recover 400+gb of the old 1809 that corrupted13:41
pragmaticenigmaYou're welcome _BIGSHOT_ :)13:41
_BIGSHOT_no prob nig13:42
MrSteveEriC^ - i take photo screen shot from Win 10 .. where to for post it??13:45
HyP3rHeyho. Just a question about package management. I'm using my ubuntu desktop since 14.04 and have installed a lot programs which I don't use anymore. Is there a way to e.g. remove all python packages which have no dependencies to the kubuntu-desktop?13:51
pragmaticenigmaHyP3r: Ubuntu 14.04 ended support a long time ago. Please update yourself to a supported version for assistance, 16.04 and 18.04 are both currently supported LTS versions. 19.10 is the current regular release supported version13:53
MrStevehttps://imgur.com/a/OVVMmf113:54
SeeM2HyP3r: try 'apt-get autoremove', but it will not work with tha packages You installed manually.13:54
MrSteveI guess you want a ubuntu snapshot to see what gparted says..too?13:56
MrStevesynaptic13:57
MrStevesynaptic was used back then.. sybchronated apt.13:58
MrSteveEriC^ let me know if you can help.14:06
HyP3rparak0vsky: I actually working with ubuntu 18.04. I wanted to say that I'm using ubuntu already a long time14:06
HyP3rpragmaticenigma:14:07
HyP3rAnd yeah. I just wanted to clean up my system a bit, by uninstalling some packges14:07
pragmaticenigmaHyP3r: in the future, skip the story lead in... as you can see, it causes confusion14:07
pragmaticenigmaHyP3r: there isn't a way to say "uninstall all python packages with not having dependencies of X" ... You can try uninstalling a package, and apt will tell you before you uninstall the package if there are other items that will be uninstalled with it...14:10
HyP3rYeah. Some python3-xxx packages have dependencies to ubuntu packages, but a lot of them not because I have installed by hand. Now it would be cool if is uninstalling all packages which doesn't have a specific depency.14:11
HyP3rAnd you say thats impossible?14:11
pragmaticenigmaHyP3r: I'm saying the tools available don't provide that functionality14:12
vlmtrying to do ´find dir/ -mindepth 1 -exec rm -rf {} \;´,it does delete all files but it exits with 1 and gives "No such file or directory" for each file or dir deleted,how can i change it to exit 0? and not having all the error messages?14:16
pragmaticenigmavlm: use the -delete option instead of -exec ?14:17
INSANUhas anyone tried a windows virtual machine to execute visual studio and possible a wpf application on it?14:17
vlmpragmaticenigma id like to keep rm as its supposedly more portable,the -delete switch does works14:18
INSANUI want to know if is it possible to have an environment good enough to develop14:18
pragmaticenigmaINSANU: that's an interesting question, I think you will have better responses by asking in the #ubuntu-offtopic channel.14:18
INSANUpragmaticenigma: sorry dude =014:18
INSANUdoing it right now14:18
pragmaticenigmavlm: if a platform support "find" it should be supporting "-delete" flags ... that feature has been there for a very long time14:20
mfilipe[m]hi! i'm trying to understand why the snap packages don't work the sound integration in fedora. where could i ask the snap questions to troubleshooting this?14:21
pragmaticenigmamfilipe[m]: A good place to start would be a channel for Fedora... not Ubuntu14:22
MrSteverefind? boot-script?14:26
MrStevebrb. get ubuntu14:27
pragmaticenigmaMrSteve: EriC^ Appears to have parted for the moment. Also, please make sure you prefix message to the person that was helping you with their handles. There are presently 1,208 people/entities in the channel. It's important to direct your conversation towards the person that was helping you14:27
ubukingHey14:29
ubukingPeople14:29
mfilipe[m]pragmaticenigma: i already tried there but somehow they just don't care14:30
ubuking I have a question14:31
mfilipe[m]they suggest to try the snapd team or the softtware vendor14:31
pragmaticenigmamfilipe[m]: That doesn't mean that it's okay to ask about something in another channel. The volunteers here are familiar with Ubuntu and its setup. That's why the room topic clearly states: #ubuntu supports Ubuntu and official flavors; versions 16.04, 18.04, 19.1014:31
mfilipe[m]i wanna try with the the snapd team first before move to the software vendor or report a bug to fedora14:31
ubukingHelp14:32
pragmaticenigma!ask | ubuking14:32
ubottuubuking: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience14:32
ubukingMy question is about Ubuntu14:32
mfilipe[m]pragmaticenigma: because of that I asked where I could ask my question, duh!14:32
Guest_46When I power on my device, the internet connection (via WiFi) exists. After few minutes the internet access disappears (the WiFi remains connected, question mark appears on the WiFi icon). To fix this I have to switch off the WiFi and then reconnect. This happens every few minutes and then I have to repeat the fix.  (Focal Fossa 20.04 beta)14:32
ubukingMy question is about Ubuntu14:33
pragmaticenigmaubuking: Ask your question then. Stop asking to ask, no one is going to be able to help you unless you actually ask the question you have on your mind.14:33
ubukingOk14:33
pragmaticenigma!ubuntu+1 | Guest_4614:34
ubottuGuest_46: Focal Fossa is the codename for Ubuntu 20.04 - Support only in #ubuntu+114:34
ubukingI wanted to ask when Ubuntu 2004 is ready14:34
ubottuError: Ubuntu bug 2004 could not be found14:34
BluesKajubuking, ubuntu 20.04 support in #ubuntu+114:35
ubukingIt would be nice if some of the developers can tell me when it's ready14:35
ubukingOk14:35
pragmaticenigmaubuking: There is no such thing. Ubuntu 20.04 will be released when testing is complete and the development team have deteremined that is ready to be distributed. This typically happens in late April, but there is no firm date of release. For further questions about 20.04, please ask in #ubuntu+114:35
=== vlm is now known as vlm_
=== Birrosso is now known as Birosso
=== Eickmeyer[q] is now known as Eickmeyer
IntelCorehttps://imgur.com/a/nl8X9Hh     --- RED partition. need help pls.15:11
pragmaticenigma!details | IntelCore15:12
ubottuIntelCore: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.15:12
IntelCoremsftreserved partition is corrupt or something.15:14
IntelCorecaused C:\ not to boot. Got win10 installed on D:\ to use it.15:15
IntelCoreLost grub menu to boot.15:15
pragmaticenigmaIntelCore: What did you do to land you in this position?15:16
IntelCorec:\ stopped booting windows. but installed 190915:17
IntelCoreuefi choose either.. to use ubuntu15:19
pragmaticenigmaIntelCore: This is sounding more like a question that you might have better luck with a Windows support group. I'm not sure if anyone here is going to be very familiar with that stuff. I would suggest that you make a backup of your machines (ideally restore your back that you made before you upgraded windows)15:20
IntelCoreno no.. I need to point Grub at the new partition15:20
IntelCorerecover grub menu15:20
R0b0t1`Hi, I'm on cosmic, is there any way to do an auto upgrade?15:21
IntelCorei don't know15:22
ducasse!eolupgrade | R0b0t1`15:22
ubottuR0b0t1`: End-Of-Life is when security updates and support for an Ubuntu release stop. Make sure to update Ubuntu before it goes EOL so you get updates promptly for newly-discovered security vulnerabilities. See https://help.ubuntu.com/community/EOL and https://wiki.ubuntu.com/Releases for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades15:22
pragmaticenigmaR0b0t1`: it would be faster to back up your files and install 19.10.15:22
pragmaticenigmaIntelCore: What do you mean you don't know? You did make a backup before upgrading your OSes ... right?15:22
IntelCorelol. no. windows had no recovery.15:23
IntelCoreclean 1909 on new partition works great15:24
R0b0t1`I'm trying to do https://askubuntu.com/questions/1208109/how-to-upgrade-from-18-10-to-19-10-using-the-command-line but this does not work anymore15:25
R0b0t1`is there a way to upgrade from cosmic to 19.04 or 19.1015:25
pragmaticenigma!eolupgrade | R0b0t1` , in case you missed it earlier15:26
ubottuR0b0t1` , in case you missed it earlier: End-Of-Life is when security updates and support for an Ubuntu release stop. Make sure to update Ubuntu before it goes EOL so you get updates promptly for newly-discovered security vulnerabilities. See https://help.ubuntu.com/community/EOL and https://wiki.ubuntu.com/Releases for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades15:26
R0b0t1`ah sorry15:26
R0b0t1`yeah okay that's not super helpful15:27
pragmaticenigmaThose links R0b0t1` have official documentation on how to do it. askubuntu tends to miss important steps15:27
IntelCoreye15:27
IntelCoreif I may.. need to update fully.. then it will want to upgrade15:27
pragmaticenigmaR0b0t1`: I know you didn't read those links... because the last one is the most important one15:28
R0b0t1`yes, I apologize, my temper is kind of short today15:28
R0b0t1`I've had do-release-upgrade work exactly once and am kind of on edge15:28
R0b0t1`it's why I put off the upgrade15:29
pragmaticenigmaR0b0t1`: that's why the documentation for do-release-upgrade also suggests that you make a backup of your system before attempting to upgrade... in case something goes wrong you can restore your system15:29
pragmaticenigmaIntelCore: Start from the top... as you're sending bits and pieces of information to us, without explaining the process that lead to the situation and what exactly it is you're trying to do. Please start from the very beginning from when this machine last worked, and the steps you did to get you to the situation you are in now.15:31
IntelCoreC:\ crashed windows corrupted. Installed 1909, on D:\.. no grub menu .   Have to go to UEFI to pick windows or ubuntu, or the windows displays the new 1909, and the corrupt old 1809.15:41
pragmaticenigmaI have no idea what any of that means... so I guess I can't be of any help. I wish you luck there IntelCore15:42
IntelCoredrive is ok, except for msftres partition 2, ..15:42
IntelCoreit's red marked in gparted15:42
pragmaticenigmaIntelCore: From where I sit... your system is broke... and i don't see a path to recovery other than to recover your data off of that machine and start over15:42
EriC^IntelCore: are you in ubuntu right now?15:42
IntelCoreyes old 18.0415:43
EriC^the problem is that the problem isnt laid out correctly15:43
EriC^IntelCore: type 'sudo parted -ls | nc termbin.com 9999' and paste the link here15:43
IntelCorehttps://termbin.com/fr9815:44
EriC^IntelCore: just to recap, in a nutshell you installed ubuntu 19.09 in a partition but dont get grub or anything, unless you choose uefi in the bios, then you get a ms  windows bootloader that shows windows and ubuntu?15:44
IntelCorei looked at that15:44
IntelCorecorrect15:44
EriC^IntelCore: ok, so you're trying to do what at this point?15:45
EriC^is windows working?15:45
IntelCoreI'm gonna wipe the old C:\ partition15:45
IntelCore1909 is working15:45
IntelCorethe old is corrupt15:45
EriC^IntelCore: just for the record 1909 is very confusing, especially since windows has 1909 as a build15:46
EriC^but go on15:46
pragmaticenigmaI think that's what the 1909 is referring to15:46
EriC^ah, i thought so at first, then i thought ubuntu then..15:46
IntelCorelatest windows is fine, old 1809 is corrupted15:46
EriC^xD15:46
EriC^ok15:46
EriC^so you're here because you want grub to show?15:47
IntelCorelike upgrade and lost grub menu15:47
IntelCorebefore. grub loaded one I choosed15:47
IntelCorebut now, windows 10 shows just two versions of windows to load15:48
EriC^IntelCore: so you want the windows bootloader fixed?15:48
IntelCoregrub needs to point at the new?15:49
EriC^IntelCore: do you want grub to show up? yes/no?15:49
EriC^i think there's a language barrier going on here sadly15:50
IntelCoreyes15:50
IntelCore82.5 gig is new win1015:50
IntelCore489 gig is old15:51
EriC^currently does the new windows boot up?15:52
IntelCoreyes. to a screen to ask sda 3 or 515:52
EriC^aha nice and the os loads and everything, right?15:52
IntelCorethe old does not.15:52
IntelCore5 boots15:53
EriC^ok but you dont care about that one right?15:53
IntelCore3 crap15:53
IntelCorerite.15:53
EriC^you just want ubuntu + newer windows with a grub menu to choose them from, yeah?15:53
IntelCoreyes, tyvm15:53
EriC^ok great15:53
EriC^IntelCore: type "sudo grub-install"15:53
IntelCoreI wipe old. for more space15:53
IntelCoredoing15:54
IntelCoreno error15:54
EriC^IntelCore: type "sudo update-grub"15:54
impermanencewhat is the minimum ubuntu version that should be allowed to run in the enterprise?15:55
=== mmidgett is now known as mTeK
IntelCoreFound Windows Boot Manager on /dev/sda1@/EFI/Microsoft/Boot/bootmgfw.efi15:55
IntelCoreAdding boot menu entry for EFI firmware configuration15:55
IntelCoredone15:56
ducasseIntelCore: 16.0415:56
EriC^ducasse: i think you meant to highlight impermanence15:56
ducasseimpermanence: ^^^sorry15:56
IntelCoreok15:56
EriC^IntelCore: type "sudo efibootmgr -v | nc termbin.com 9999"15:56
EriC^IntelCore: is this a laptop or pc?15:56
IntelCoreyes.15:56
IntelCorehttps://termbin.com/lv3e15:57
EriC^i mean which laptop or pc/desktop?15:57
IntelCorelaptop15:58
EriC^which kind?15:58
IntelCorehp15:58
IntelCore15 silver15:58
IntelCoredual booted c:\ to 18.0415:58
EriC^IntelCore: aha, ok, try to reboot, and make sure in the bios that UEFI is enabled and csm legacy is disabled, if you dont get grub, try to press F9 when the pc starts and choose ubuntu and come back here to continue fixing15:59
pragmaticenigmaIntelCore: You mean dual booted with Ubuntu 18.04 and Windows 10 (release 1909)15:59
=== skookum2 is now known as skookum
IntelCorewas 1809 , now 1909 :)  I hope. cas I did not know commands.15:59
IntelCoreI looked very hard to find them tho. weeks16:00
IntelCoreokay I will.. erik16:01
IntelCorelegacy disabled, no csm thingy, uefi enabled.  the f9 widow has.. windows boot mgr, and ubuntu ..16:16
IntelCoremaking me pick ubuntu to launch to grub16:17
IntelCoretho.. i did not try the grub boot of windows to see if it found the new partition. previously was just the corrupt one16:18
compdocsometimes it works better with the csm thingy16:21
IntelCoregpt hd16:23
AssociateXHello wonderful people. My 18.10 install is out of date, past EOL, and I'm looking to replace it. Which is a sane stable install for LTS? I think last night I saw 18.04 and 19.01 floated to me, but I am not certain which one.16:25
IntelCoredev/sda2/  is corrupt. the msftres partition.16:25
lotuspsychje!lts | AssociateX16:26
ubottuAssociateX: LTS means Long Term Support. LTS versions are supported for 5 years on the desktop and server. The latest LTS version of Ubuntu is !Bionic (Bionic Beaver 18.04). Ubuntu !flavors may have different support durations, check their release notes for information.16:26
AssociateXlotuspsychje Thank you.16:27
lotuspsychjeAssociateX: soon the new lts 20.04 also comes out16:28
IntelCoredowngrade's no good16:29
IntelCorever hard to do16:30
AssociateXI see that there is an LTS beta, which seems to be an oxymoron of sorts.16:30
lotuspsychjeAssociateX: the beta can be already tested yes, see #ubuntu+1 for more info16:31
IntelCoreErik ?16:32
IntelCoreEriC^   :)16:33
Sohom_Datta^ Personally, I feel its better to wait untill it goes production... Gnome 3.36 doesn't play well16:33
IntelCoreusing 3.28.2 gnome16:35
pragmaticenigmaSohom_Datta: I hope that if you are having issues with the beta release that you have filed bug reports or reported them in the #ubuntu+1 channel. It will greatly benefit everyone before to release goes out16:36
EriC^IntelCore: when the pc booted did you get grub without having to press F9?16:36
IntelCoreno16:36
Phruisanyone upgrade to the beta?16:36
IntelCorestraight to windows. choose16:37
EriC^IntelCore: ok, type 'sudo cp /boot/efi/efi/microsoft/boot/bootmgfw.efi /boot/efi/efi/microsoft/boot/bootmgfw.efi.backup'16:37
IntelCoreon screen at F9, was to choose also, the uefi has both windows and ubuntu16:38
IntelCoredone16:38
EriC^IntelCore: yes, we must trick the bios into booting ubuntu by switching the efi files16:38
EriC^IntelCore: ok, type "sudo cp /boot/efi/efi/ubuntu/shimx64.efi /boot/efi/efi/microsoft/boot/bootmgfw.efi"16:39
pac1can anyone explain why sort output is NOT sorting: https://gist.github.com/callahanp/a8bdd2cda1e00d994dec7b95442dd39416:39
lotuspsychje!discuss | Phruis16:40
ubottuPhruis: 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!16:40
Phruislotuspsychje, ok cool16:40
IntelCoredone.16:40
EriC^IntelCore: type "sudo cp /boot/efi/efi/ubuntu/grubx64.efi /boot/efi/efi/microsoft/boot"16:42
IntelCoredone.16:42
EriC^IntelCore: type "sudo sed -i 's/bootmgfw.efi/bootmgfw.efi.backup/' /usr/lib/os-probes/mounted/efi/20microsoft16:43
EriC^IntelCore: type "sudo sed -i 's/bootmgfw.efi/bootmgfw.efi.backup/' /usr/lib/os-probes/mounted/efi/20microsoft"16:43
IntelCore's/  ?16:44
IntelCoreDone.16:44
EriC^IntelCore: type "sudo update-grub"16:44
maumhello16:44
maumhow can boot usb from grub?16:45
IntelCoresudo update-grub16:45
EriC^IntelCore: if you ever remove ubuntu, you'll need to copy bootmgfw.efi.backup over bootmgfw.efi in /boot/efi/efi/microsoft/boot before doing so, so windows can become the bootloader16:45
IntelCoredid16:45
EriC^IntelCore: ok, try to reboot16:45
aaardvark_I am running 16.4 on a KVM - when I do do-release-upgrade it tells me that: There is no development version of an LTS available. - what am I missing here - surely 18.4 is available16:45
IntelCoreoo.. And I could remove windows boot mgr in uefi firmware.16:46
AssociateXWhy do releases have an EOL insteading being rolling releases? Not an important question, I'm just curious.16:46
EriC^aaardvark_: what does "grep -i prompt /etc/update-manager/release-upgrades" give?16:46
maumIs there a way to boot usb from grub? there is no option for usb in cmos16:47
EriC^maum: does grub see the usb if you run "ls" in a grub command prompt?16:47
maumgrub cannot see usb .. I tried ls command16:47
EriC^maum: there was a software you could install on a cd that lets you boot usb's.. maybe somebody remembers the name, starts with a p16:48
EriC^maum: it's called "plop"16:49
maumplop? how can I use it in grub?16:49
IntelCore:)  reboots16:49
HarpagornisHi16:49
pragmaticenigmapac1: I'm guessing it's because those are not recognized as file paths?16:49
EriC^maum: you don't, you install it on a cd16:49
EriC^maum: what are you trying to achieve ultimately?16:50
maumI have no cd. ..16:50
lotuspsychjewelcome Harpagornis16:50
maumI like to remove ubuntu and reinstall like fresh16:50
memphistomaum: so how did you install it in the first place16:51
grawitypac1: unicode collation tends to ignore punctuation, and is slightly weird overall16:52
maumthe notebook has windows xp version so I could use plop and booted usb and installed ubuntu but the system have many problem.16:52
grawitypac1: try `LC_COLLATE=C sort` for asciibetical order16:52
memphistomaum: you used usb flash disk or usb cd/dvd to boot ubuntu ?16:53
maumflash disk16:53
memphistohttps://ubuntu.com/tutorials/tutorial-create-a-usb-stick-on-windows16:54
aaardvark_EriC^: the grep gives me: Prompt=lts - and of course some comment lines16:54
memphistohttps://ubuntu.com/tutorials/tutorial-create-a-usb-stick-on-ubuntu#1-overview16:54
memphistotry making bootable usb following one of those links, depending your os16:54
EriC^aaardvark_: odd, is the system all up to date? sudo apt-get update && sudo apt-get dist-upgrade16:55
pragmaticenigmapac1: try sort -k 2,2 a.txt ... then look up the man page for the "-k" argument16:55
maumalthough I have bootable usb, now I cannot boot usb. ... the windows has gone16:55
aaardvark_EriC^: yep - I had already done that16:56
memphistomaum; so you have ubuntu there, use the link https://ubuntu.com/tutorials/tutorial-create-a-usb-stick-on-ubuntu#1-overview to create bootable usb16:56
maumplop menu is gone16:56
memphistoor you have ubootable system ?16:56
dbuggerhi hi16:56
theborgeri;m haivng issues getting xorg to die. trying to install nvidia drivers16:57
maumI have bootable ubuntu usb I like to boot it from grub16:57
EriC^maum: you could use grub to boot an iso that's on a partition you'll leave if you wanted, but if it fails for some reason then i guess you're stuck16:57
theborgeri've tried sudo service gdm stop, and sudo systemctl stop gdm316:57
theborgeri;m already at init 316:57
EriC^maum: why does your usb not show up though it should in a new computer, did you try disabling fastboot?16:58
EriC^maum: also did you try a different usb port?16:58
memphistomaum: can you boot from usb, by choosing in BIOS your boot device ?16:58
maumthere is no option for usb in bios16:59
pragmaticenigmatheborger: there are no init levels with systemd based systems16:59
memphistomaum: legacy or efi ?16:59
maumlegacy16:59
knstnHello. On a default ubuntu installation (server or desktop), can one disable the ufw, and install firewalld, and use that fully?16:59
pragmaticenigmatheborger: also you shouldn't need to kill X in order to install the drivers... you are using the built in propreitary driver installer... correct?16:59
vimart\o17:00
theborgeri got it thanks guys17:00
memphistomaum: have you correclty created your boot flash17:00
maumvaio vgn-fj75l model17:00
maummemphisto: yes I have17:00
memphistothen see the youtube how to boot from usb https://www.youtube.com/watch?v=PFrTtzL8goA17:01
grawityhmm if it's as old as it looks, no guarantee that it's actually capable of booting from USB at all...17:02
memphistodoes anyone have java 1.617:02
memphistoinstallatino17:02
maumit is not working and the notebook version is different17:02
vimartknstn: yes you can do that17:03
memphistomaum: https://www.youtube.com/watch?v=b0f31mIxawE see this one17:04
knstnvimart: Thanks17:05
maummemphisto: thanks but it is not working ,.. there are three port for vaio vgn-fj75l model. I tried those port but all is not working.. the movie you linked suggested external drive option ... I tried it but it still not working17:10
memphistomaum; sorry to hear that17:11
memphistohope you find external CD/DVD and complete your task17:11
maummemphisto: thanks17:11
i7chhey guys. i'm trying to install a HP MFP printer (fully supported by hplip) but it's giving me hell with the scanner part. i've installed latest hjplip 3.20.x and managed to get the printer working. but the scanner refuses to. i can see the scanner with #sudo scanimage -L or #sudo sane-find-scanner but when I try to scan with #hp-scan or #sudo scanimage  it gives me "scanimage: open of device hpaio:/usb/HP_LaserJet_MFP_M28-M31?serial=VNC4K717:13
i7ch6244 failed: Error during device I/O"17:13
i7chprinter is connected via usb on a ubuntu 18.04 (headless) and printer model is hp mfp m28a17:13
gp5st__Is anyone familiar with a linux-compatible single board computer that has a USB Device port (not a USB Host)(e.g. micro-usb, usb-b port)?17:14
pavlosmemphisto: (a few days back) did you get your ssh -X running between pi and desktop?17:15
lotuspsychje!hardware | gp5st__ maybe here?17:15
ubottugp5st__ maybe here?: For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection17:15
aaardvark_EriC^: for what it is worth, and since the instance can easily be rebuilt I changed to normal from lts and did the upgrade and it all seems to be working well17:15
grawitygp5st__: a bunch of RPi models (and similar) have a dual-role 'dwc2' controller17:15
EriC^aaardvark_: nice thanks for the feedback17:16
guntberti7ch: I literally feel your pain - this is something that seems to work only in very special circumstances :-((17:16
memphistoi7ch try looking through this https://bugs.launchpad.net/hplip/+bug/182193217:16
aaardvark_EriC^: bizzare though - and it has upgraded me to 18.4 - which maybe is even more bizzre17:16
ubottuLaunchpad bug 1811504 in Ubuntu "duplicate for #1821932 scan with Laserjet MFP-M28 fails" [Undecided,Fix released]17:16
aaardvark_EriC^: ignore that - it has now upgraded to 19.1017:17
lotuspsychjei7ch: you need to install latest hplip manually on 18.04 to make it work17:17
i7ch@lotuspsychje, i did. i have THE latest version17:18
i7ch"HP Linux Imaging and Printing System (ver. 3.20.3)"17:18
Dev0nhey, I keep getting "ERROR: Could not load logging rules" when trying to "ufw enable"17:18
gp5st__grawity, ah, didn't realize the RPi could do Device mode. Thanks! I'll look into it17:18
Dev0n-> /usr/share/ufw/check-requirements says all tests passed, I haven't messed with the config, this is a brand new install (Ubuntu 18.04.4 LTS)17:19
lotuspsychjei7ch: i had the same on 18.04 -desktop instaling latest hplip solved things for me togheter with the control centre17:20
i7chis there a official channel for hplip?17:20
lotuspsychjei7ch: hplip & hplip-gui17:20
guntbertmemphisto: ah, I'm gonna bookmark that as well - how did you find it?17:20
i7ch@lotuspsychje, unfortunately i can't use hplip-guy since that ubuntu machine runs headless17:20
lotuspsychjei see17:21
i7chi mean .. i could installed it, but i see no point to install extra x-server stuff just to not be using them17:21
i7ch@lotuspsychje, did you installed hplip from the script or from the tarball ?17:22
lotuspsychjei7ch: auto install script yeah17:22
lotuspsychjei7ch: you connect over network or usb?17:23
i7chanother thing worth mentioning, sane can't detect my scanner unless i run it as sudo ...17:23
i7ch@lotuspsychje, USB. this particular model does not have network connectivity17:23
lotuspsychjei7ch: the thing is, 18.04 at one point asks to search scanner driver GUI17:23
lotuspsychjenot sure howto trigger that cli17:24
i7chuhum17:24
i7chhmm. lemme try to uninstall hplip and install it again17:24
lotuspsychjei7ch: this was my bug about it bug #181239217:25
ubottubug 1812392 in hplip (Ubuntu) "Hplip does not recognize HP color laserjet PRO MFP m181fw" [Undecided,New] https://launchpad.net/bugs/181239217:25
i7chmine it's not the exact same model. dunno if it matters or not17:26
lotuspsychjei7ch: think it will be the same issue17:27
i7chshould I get hplip 30.20.2 or 3.20.3  ?17:28
lotuspsychjei7ch: think it just matters to bypass bionics version, 3.1717:29
lotuspsychjei7ch: ive seen a lot of hp printer issues before on users, when hplip-gui wasnt installed, after installing things work better17:30
i7chok, then i will install it fully17:31
i7chit's a shame that in 2020 we still have this issue with devices that should be just plug & play17:31
lotuspsychjei7ch: i need more users that help affect my bug, to raise importance so things get solved17:34
i7chhttps://bugs.launchpad.net/hplip/+bug/1817214  <-- this seems to be my problem17:37
ubottuLaunchpad bug 1817214 in HPLIP "Zen and the art of Scanner Maintenance (Bug #1797501 again)" [Undecided,New]17:37
lotuspsychjei7ch: let me know if you solve it that way17:43
i7chsure17:50
HarpagornisHi, I have problem, give root password for maintenance (or press ctrl+d to continue), when execute  the command do-release-upgrade17:58
MrStevehttp://paste.ubuntu.com/p/HzJvkQvf9f/  -17:59
MrSteveI got no grub or windows loading.18:00
MrSteveI got the boor-repair (script, pasted above)18:01
MrStevethis is after.. http://paste.ubuntu.com/p/vd9yPRdTjn/18:01
MrSteveI think, I will try fall-back bios update that was given by HP..18:02
MrStevefinally , jusy loaded ubuntu with grub.  no windows loads now from the grub menu.18:03
jjoeshuadoes Net Speed works on Focal Fossa ? I cant install it.. :/18:03
i7ch@lotuspsychje, so .. running hp-setup I get "error: No device selected/specified or that supports this functionality." and sysctl shows me "io/hpmud/musb.c 2099: Invalid usb_open: Permissiom denied"18:03
i7ch*journalctl18:04
i7chhttps://paste.ubuntu.com/p/mpZJh2Vt6J/18:05
HarpagornisHi, I have problem, give root password for maintenance (or press ctrl+d to continue), when execute  the command do-release-upgrade, help me?  Thanks18:05
pragmaticenigma!patience | Harpagornis18:05
ubottuHarpagornis: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/18:05
pragmaticenigma!details | Harpagornis18:05
ubottuHarpagornis: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.18:05
jjoeshuadoes Net Speed works on Focal Fossa ? I cant install it.. :/18:06
lotuspsychjei7ch: maybe you might need to talk to the #ubuntu-server guys, i only tested the gui part of hplip and hplip-gui and installing latest made everything work for me18:07
i7chgotcha18:07
i7chi ill try there18:07
Harpagornispragmaticenigma, sorry18:07
pragmaticenigma!ubuntu+1 | jjoeshua18:08
ubottujjoeshua: Focal Fossa is the codename for Ubuntu 20.04 - Support only in #ubuntu+118:08
thirashello. it's 18.04. How can I delete all saved settings of gnome calculator?18:09
pragmaticenigmathiras: most applications save their user configurations in a folder within ~/.config or ~/.local18:12
=== _sunn_ is now known as sunn
thiraspragmaticenigma, i've checked both. it's not there18:13
pragmaticenigmathiras: try /var/snap/ and see if there is an entry there for calculator18:14
thirasyeah it's snap package but there is no /var/snap directory18:14
thirasis there a command to reset snap package?18:15
AssociateXI have the Ubuntu 18.04.2 iso, where what is on the server is 18.04.4, will that make a difference for installing?18:16
sixwheeledbeastnope18:16
AssociateXThank you.18:16
pragmaticenigmaAssociateX: Desktop versus Server are just designations of the user interface that you will be presented with after installation. There are some deeper differences, but they're minimal18:17
grawitygp5st__: not all models – but at least the Zero does18:17
grawitygp5st__: for traditional type-B/micro-B ports it's usually labelled "OTG mode" in specs18:18
pragmaticenigmathiras: If it was installed as  a snap you should have a folder /var/snap/gnome-calculator18:19
thirasah yes you right18:19
thirasit's there18:19
gp5st__grawity, thanks!18:19
cluelessperson_So I've recently made a loop through a bunch of OSes lately and I've decided I was wrong to even think about installing anything other than ubuntu.18:21
cluelessperson_Ubuntu is great.18:21
cluelessperson_I was just seeking more hardware support, but it's not worth the danger.18:21
thiras544  704  common  current directories are there. but all of them is empty18:21
cluelessperson_I'm sticking with Ubuntu18:21
thirasi've also checked for dot files. they are totally empty18:21
thiraspragmaticenigma,18:22
pragmaticenigmathiras: if it is a snap... it looks like things are saved in the ~/.snap/gnome-calculator folder18:23
pragmaticenigmathiras: I recommend moving that folder, not deleting it until you are certain it was the right one18:23
thirasok trying18:23
thiraspragmaticenigma, it didn't help. Still has some config on it18:24
pragmaticenigmathiras: you did something like 'mv "~/snap/gnome-calculator" "~/gnome-calculator_bak"' ??18:27
thirasyeah18:27
thirasit created a new one when i opened it18:27
thirassettings must be somewhere else18:28
pragmaticenigmathiras: I've given all the places that an application would normally store its settings... anywhere else and i would assume that we're not talking about gnome-calculator18:29
thiraspragmaticenigma, it's gnome-calculator because when i moved the folder it created a new one at the opening. So we are correct about the software and snap package18:30
thirasit's totally weird18:30
pragmaticenigmathiras: the only other folder I can find is /snap ... but there shouldn't be any user data stored there18:32
thirasah the folder it's not empty18:32
thirasis it ok to move this one too?18:32
pragmaticenigmano18:33
pragmaticenigmathiras: what remaining customization was not removed when you moved the directory in your home folder?18:35
knobHello everyone. o/18:36
thiraspragmaticenigma, financial mode + selected currencies18:37
knobQuestion: I have a xubuntu installation.  I just installed a new video card on my computer (previous video was via motherboard).  After installing this video card, when I power up the computer I get the password prompt for LUKS.   I place the password, and the computer continues rebooting.18:38
thirasmy purpose of resetting the settings is because it doesn't save the changes18:38
knobYet at some point between booting up and login into xfce, I get no video anymore.18:38
thirasso I thought resetting its settings might help18:38
knobWhat can I do to troubleshoot the video card?18:38
pragmaticenigmathiras: I'm not familiar with that aspect of gnome-calculator .. haven't used it before18:39
LordDoskiashello i have a 2 monitor setup, both of them are using display port, when i connect a 3rd - HDMI monitor i get flicker on one of my DP monitors? ANy ideas how to debug this I'm using HWE kernels, radeon rx570, this is the output of xrandr --query : https://termbin.com/hve318:39
pragmaticenigmathiras: those might be saved somewhere deeper and I'm not sure how to reset a snap18:39
thirasyeah me neither18:40
gp5st__Can the "special" key codes like KEY_VOLUMEDOWN over a serial console? How would that work and how would I have to configure the termcap or tty on the remote device?18:42
gp5st__or heck, even the function keys18:46
cluelessperson_Is there any laptop that's basically certain to operate perfectly on ubuntu in terms of hardware support?18:46
pragmaticenigma!hardware | cluelessperson_18:46
ubottucluelessperson_: For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection18:46
gp5st__or will they jut be sent as control sequences and I can just decode them on the other end?18:47
cluelessperson_pragmaticenigma, thanks18:47
pragmaticenigmagp5st__: You might have better luck asking in a more programming specific channel or ##linux18:47
LordDoskiashello i have a 2 monitor setup, both of them are using display port, when i connect a 3rd - HDMI monitor i get flicker on one of my DP monitors? ANy ideas how to debug this I'm using HWE kernels, radeon rx570, this is the output of xrandr --query : https://termbin.com/hve318:47
MrStevehi.. EriC^  ?18:48
MrSteveoh gee18:49
MrSteve.. now all I get is ubuntu.18:49
i7chhei, what windows x server would you guys recommend?18:49
pragmaticenigmaMrSteve: they left a few hours ago... it is night time in their part of the world18:49
cluelessperson_ProCycle, thanks again for the link, I'm likely to buy one of these. :P18:50
MrSteveyea. I'll try tomorrow18:50
cluelessperson_pragmaticenigma, sorry, that was for you, thanks for the link, I'll likely be buying one of those.18:51
pragmaticenigmai7ch: There is only one X-server... if you mean display server ... the two that are supported here are X-Server (aka X11, and X.org) and Wayland18:51
i7chno, no. i was asking for using under windows10 so i could do some ssh x forwarding18:51
i7chsorry that is not a specific ubuntu questions18:51
pragmaticenigmai7ch: I personally have setup cygwin on my windows machines and installed it's X.org packages for X-forwarding18:52
i7chthank you18:52
DArqueBishopi7ch: personally I have had a lot of luck with VcXsrv for X11 on Windows.18:54
pragmaticenigmai7ch: the instructions I've followed with success are here: https://x.cygwin.com/docs/ug/setup.html18:55
i7chsuper. thanks guys18:55
akemHey, i want to mount a samba share just like Thunar or Nautilus do but from a script, any idea about this? (i know how to mount it in /mnt for ex, but for Thunar it uses something like "/run/user/1000/gvfs/smb-share:server=192.168.1.11,share=Film_5" and it's located in the "Network" area in the File manager)19:04
akemSo that i could dismount it from the file manager GUI later.19:05
=== kenperkins_ is now known as kenperkins
pragmaticenigmaakem: I think to get that, Thunar has to initiate the shared resource19:06
akempragmaticenigma, You mean it's internal and i can't replicate it?19:06
pragmaticenigmaakem: meaning that I don't think you can script it out in a way that Thunar recognizes it... however... you might want to mount to /media/{username}/mount_name instead. There might be something watching that specific folder for mounts19:07
akempragmaticenigma, Ok, thanks.19:08
theborgercan ayone tell me how to install nvclock for Nvidia?  i tried sudo apt-get install -y nvclock-gtk and package is not found19:11
akempragmaticenigma, Yep, it works in /media/{username}, ty.19:11
pragmaticenigmatheborger: While you're free to execute commands how you like. I would encourage you to break the habit of executing apt and apt-get with the -y argument. There have been a dozen recent help sessions here where people used that and really did damage to their installations. The "-y" is meant for use with scripts, not manual execution19:13
theborgerpragmaticenigma: thanks i did not know that.19:15
theborgernow does anyone know how to get nvclock installed? please? and thanks19:15
pragmaticenigmatheborger: are you trying to control the fan speeds... there is no package called nvclock19:20
theborgerpragmaticenigma: trying to find out what its running at.  I installed it for Plex to use as a transcoder. just want to make sure its actually using it19:20
pragmaticenigmathe nvidia settings control panel will display output about the current condition of the card19:21
ioriatheborger, the last supported version for that pkg is 14.0419:22
theborgerioria: ah ok19:23
theborgerpragmaticenigma: i dont have control panel installed19:23
pragmaticenigmatheborger: from what I am reading on line... that is the currently known way to monitor the card19:23
ioriatheborger, he means nvidia-settings19:23
ioriatheborger, if you use nvidia driver you should have it19:24
theborgerioria: i had to install the stand alone drivers to be able to use the other parts i needed to install.  All i see is Nvidia X Server Settings19:25
theborgerand if i click on that it does not load19:26
ioriatheborger, stand alone ... you mean the .run installer ?19:26
theborgerioria: yes .run19:26
theborgeri needed the 440 drivers19:26
theborgerlooking at top there is zero load on the cpu. so the gpu must be working i guess19:27
theborgerah found what i was looking for   nvidia-smi -q  gives me the info19:29
theborgerthanks for the help guys19:29
pavlostheborger: look at nvidia-smi, to the right there is GPU-Util (2nd row)19:33
fission6how do i install postgresql-pg-repack-10 but avoid doing an apt-get update, i just want to directly get this package19:52
Jordan_Ufission6: It sounds like you're going about things the wrong way, don't just add repositories without a lot of care.19:54
Jordan_Ufission6: What is your end goal? (why do you need postgresql-pg-repack-10?)19:54
fission6i need to install `apt-get install postgresql-10-repack` but its not available inside of a docker container, so i am trying to be as precise as possible and add it to the image19:54
hggdhfission6: just tried to find such a package, but rmadison returned nothing. Are you sure (1) this is the package name, and (2) it is available in the repos?19:55
fission6apt-get update;apt-get install postgresql-10-repack19:56
fission6works19:56
fission6sorry the above was the wrong name!19:56
hggdh postgresql-10-repack | 1.4.2-2 | bionic/universe | amd64, arm64, armhf, i386, ppc64el, s390x19:57
Jordan_Ufission6: So it sounds like the image you have has universe in its /etc/apt/sources.list, but doesn't have the package list for universe grabbed yet. Does that sound correct?19:57
fission6http://dpaste.com/2VTP0AN hggdh Jordan_U19:59
Jordan_Ufission6: This is #ubuntu, not #debian.20:02
fission6lol i see that now20:02
fission6ok thanks20:02
=== vlm_ is now known as vlm
=== kenperkins_ is now known as kenperkins
oerhekscoronakapsel vind ik dan wel weer leuk21:01
deepweepHi, I have been using focal fossa and yaru dark theme. But I feel like the dark theme is 90% there and few items are still not dark. For example, the right click menu, calendar from system tray etc.21:20
deepweepDoes anyone feels the same?21:22
AssociateXI downloaded  ubuntu 18.04.4 and it was too big for my 2gb thumb drive, so I have 18.04.2 but it's kubuntu but fits on the drive. I'm not really wanting Plasma any longer, but then not sure if I want to venture out for a thumb drive. Is there a smaller install iso than the 2gb>21:26
AssociateX?*21:26
ducasse!20.04 | deepweep21:31
ubottudeepweep: 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.21:31
howudodathey, I'm having a brain freee problem on 18.04.4.  it's not the server download and it's not the desktop download.  It's an embedded device.  Something keeps overwriting my dns setttings.  netplan is not configured (using /etc/network/interfaces), nmcli dev show doesn't show any DNS settings.   but dns-nameservers from interfaces is not being used21:34
=== BrianG61UK_ is now known as BrianG61UK
mintHello i have a minor question regarding Ubuntu18.04 and when i'll try to execute sudo apt-get -y update && sudo apt-get -y upgrade, i get some small minor issues21:45
=== mint is now known as Rocky-Ops
Rocky-Opshttps://pastebin.com/jW2L3X4v21:46
Rocky-OpsHere's all the information regarding both my system, the contents of /etc/apt/sources.list and also the actual errors. Somehow the mirrors can't be resolved and i don't really know or understand why21:46
Rocky-OpsBecause the machine itself has connectivity and DNS is working as expected21:47
EriC^^!details | mint21:47
ubottumint: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel.21:47
oerheksRocky-Ops, change in software updates to main?21:49
Rocky-Opsoerheks: Do you mean, that i should change mirrors to main in within software-update GUI?21:49
oerheksjups21:50
Rocky-OpsEriC^^: when executing sudo apt-get -y update && sudo apt-get -y upgrade i get some minor errors. The errors that occur are "failed to fetch  http://"21:50
oerheksand you might want to try sudo apt dist-upgrade21:50
Rocky-Opsoerheks: did execute that right away, no errors.21:50
EriC^^Rocky-Ops: what's the link after failed to fetch21:52
deepweepI have a question. I am running a 9 year old laptop and everytime I try to open an app, it takes some time for the app to start. For example if I open firefox, it would take like 15 seconds. Until the app is open, I won't see any icon on the dock. Can I install some extension so that as soon as I clicked on the app, it will show the app icon on dock?21:52
deepweepBecause of this issue, I click on the firefox like 3 times and after some time 3 firefox window will open at the same time.21:54
Rocky-Opsoerheks: When you say "Change in software updates to main" - Where exactly in within this GUI should i change to main? This picture is an example reference only21:54
Rocky-Opsoerheks: https://ubuntucommunity.s3.dualstack.us-east-2.amazonaws.com/optimized/2X/0/066b9693cc71aa34a82c028a641c722f9d699fb8_2_690x350.png21:54
Rocky-OpsEriC^^: The following http links unfortunatly fails to fetch.21:54
Rocky-OpsEriC^^: Err:1 http://security.ubuntu.com/ubuntu bionic-security InRelease21:55
Rocky-Ops  Could not resolve 'security.ubuntu.com'21:55
Rocky-OpsErr:2 http://repository.spotify.com stable InRelease21:55
Rocky-Ops  Could not resolve 'repository.spotify.com'21:55
Rocky-OpsErr:3 http://se.archive.ubuntu.com/ubuntu bionic InRelease21:55
Rocky-Ops  Could not resolve 'se.archive.ubuntu.com'21:55
Rocky-OpsDrone: Sorry that i spam i didn't mean to ..21:56
EriC^^Rocky-Ops: seems like a dns issue21:56
Rocky-OpsEriC^^: Here's the output of the failed links http https://hastebin.com/ufugitezix.coffeescript21:56
Rocky-OpsEriC^^: yes i don't really know why maybe it could be within my hosts file i will try21:57
Rocky-OpsEriC^^: DNS itself is working and i can resolve example 1.1.1.1 or google.com21:57
fooI have a ubuntu box on my network. How can I ping "thehostnamehere" and see it show up on the network? This would make it easier to connect to via smba22:01
foosmb *22:01
Rocky-OpsEriC^^: you'll right its somehow something to do with DNS22:03
Rocky-OpsEriC^^: unfortunatly i don't know if it has to do with my custom hosts file or if it has to do with my custom resolv.conf22:04
Rocky-OpsEriC^^: i'll have to research.22:04
spackle259foo: /exit22:04
EriC^^Rocky-Ops: the guys in ##networking might be able to help out22:04
pragmaticenigmafoo: What you are looking for is called "Network Discovery" I can't find any up-to-date articles for newer version of Ubuntu. I've never gotten the feature to work and instead have just used /etc/hosts to list the IP address and the name of the computer it connects with22:08
Rocky-OpsEriC^^: thank you' will ask them22:08
RikiRolly2hi all22:08
RikiRolly2I have a problem with grub, could someone help me on it?22:09
EriC^^Rocky-Ops: no problem22:10
EriC^^RikiRolly2: what's the problem?22:10
foopragmaticenigma: thank you, I can do that. I was hoping there was a simpler way... than doing that I on various computers that I want to mount the smb mount22:10
RikiRolly2@EriC^^ After a "sudo apt upgrade" command it required to configure GRUB package and I got the error: The GRUB boot loader was previously installed to a disk that is no longer present22:12
RikiRolly2EriC^^: It present the list of the devices but /dev/sda device is missing22:14
EriC^^RikiRolly2: ok, what's the state of apt currently? dpkg -l | grep -Ev "^(ii|rc)"22:14
EriC^^aha22:14
EriC^^RikiRolly2: can you tell it to ignore and continue for now?22:15
RikiRolly2I could try but I was cared to do mistakes22:15
RikiRolly2scared22:15
RikiRolly2EriC^^: you mean don't select any device right?22:16
Jordan_URikiRolly2: Please pastebin the output of "debconf-show grub-pc" *before* continuing.22:16
Jordan_URikiRolly2: (From another terminal ideally)22:17
=== vlm_ is now known as vlm
RikiRolly2Jordan U: https://pastebin.com/dV4dhPRS22:23
Jordan_URikiRolly2: Interesting. It looks like you have grub-pc and grub-efi installed. Does your computer boot via BIOS or UEFI?22:24
Jordan_URikiRolly2: Please pastebin the output of "dpkg -l | grep grub" .22:29
fooIf my usernae is m, shouldn't this line in visudo NOT prompt me for root password? m    ALL=(ALL) NOPASSWD: ALL ... it still does22:33
pavlosfoo: that should be the LAST line in the sudoers file22:35
foopavlos: huh, thank you. Was that always the case? Not sure how I've not noticed this in the past 20 years.22:36
pavlosfoo: permissions are processed in order (top/down) so the username has to be last. Also, always edit with sudo visudo22:40
foopavlos: yes, I do edit with visudo. Awesome, good to know - thank you22:41
RikiRolly2Jordan U: it boots via UEFI but I decided to select the second disk (Linux) via BIOS and I originally installed GRUB on the second disk22:46
RikiRolly2Jordan U: https://pastebin.com/uxG9FvPi22:48
fooHow can I see connected usb3 devices via CLI?23:02
sarnoldlsusb23:03
Jordan_Ufoo: "lsusb" will list all USB devices. Do you need to know if they're connected via USB 3?23:04
foosarnold / Jordan_U  - ah, thank you. Don't need to know if they're usb, just wondering what's connected so then I can mount it23:05
fooActually, lshw may work too IIRC23:05
* foo rusty23:05
sarnoldlshw takes forever though23:05
sarnoldlsusb is quick, dmesg is usually how I find device nodes for mass storage23:06
foosarnold: took < 3 seconds and shows me usb drives plus storage on each drive23:06
foodmesg works well if I unplug and plug in the drive, IIRC23:06
Jordan_Ufoo: ls /dev/disk/by-path/*usb*23:06
sarnoldlike I said, takes forever :)23:06
foosarnold: :P23:07
Jordan_Ufoo: Note, if you're going to use that in a script, don't actually use ls. Just somehting like for device in /dev/disk/by-path/*usb*; do ...23:07
=== skookum2 is now known as skookum
fooJordan_U: ah, negative, no script, just curious :) thanks23:09
fooIf I run mount and see this: /dev/sdb1 on /samba/foo type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096) ... is there a way to store that in fstab?23:09
fooI don't think I can copy/paste that23:09
=== Birrosso is now known as Birosso
Jordan_Ufoo: It's slightly different information, for example fstab should have a UUID rather than a device name.23:17
Jordan_U!fstab | foo23:17
ubottufoo: The /etc/fstab file indicates how drive partitions are to be used or otherwise integrated into the file system. See https://help.ubuntu.com/community/Fstab and http://www.pclosmag.com/html/Issues/200709/page07.html and !Partitions23:17
sarnoldfoo: man wouldn't *that* be nice? output that you could feed back in as input? *sigh*23:19
foosarnold: ... yeah. heh.23:19
fooJordan_U: thank you, although this page says nothing about a uuid23:20
fooLooks like this can work https://askubuntu.com/a/68331423:21
Jordan_Ufoo: https://help.ubuntu.com/community/Fstab mentions UUIDs multiple times. I would be more forceful than that page, and say that you should never use static device names in /etc/fstab .23:22
foouh, nope. That didn't work when I umounted the mount and tried to add it back23:22
fooI have this in fstab: UUID=mydrive-1TB /samba/foo auto nosuid,nodev,nofail 0 0  ... then I try to mount /samba/foo ... doesn't work23:23
Jordan_Ufoo: "mydrive-1TB" may be a label, but it is not a uuid. A UUID looks like ff2cc6d6-2a5d-479b-8dcf-bb67b4c5c11e .23:23
fooMeh, then https://askubuntu.com/a/683314 is inaccurate. Thanks Jordan_U23:24
Jordan_Ufoo: Using a label is a perfectly reasonable thing to do.23:24
* foo does blkid /dev/sdb1 23:24
fooJordan_U: I'd accept that if it worked :) Anyway, I see the UUID in blkid /dev/sdb123:24
fooJordan_U: there we go, looks like it works with proper UUID. Thank you.23:25
Jordan_Ufoo: You're welcome.23:26
fooI'm seeing the hostname of a ubuntu system under OS X in Locations. However, when I click on it, it says "Connection Failed." It's possible samba is broadcasting this or something else. Unless OS X is picking up a laptop with a hostname via bonjour and showing it or such? Any tips on troubleshooting this?23:30
sarnoldfoo: a few random ideas, check ss -tlnp output to make sure samba is listening, and bound to the addresses you expect; run tcpdump on both machines and see if the smb packets are leaving the os x machine and arriving at the linux machine, replies going back etc23:35
rocketeer99So I'm running 19.10 on a Dell G3, and ever since kernel 5.3.0-40 I have had no working sound. I found bug 1864061 that looks highly related and was supposedly fixed as of kernel version 5.3.0-46, yet I still have no sound on -46. Any ideas?23:35
ubottubug 1864061 in linux-oem-osp1 (Ubuntu Eoan) "PCI/internal sound card not detected" [Undecided,Fix released] https://launchpad.net/bugs/186406123:35
foosarnold: thanks. Even if I turn off samba, I still see the hostname under "Locations" in OS X of the ubuntu system. Hard to know if it's something other than samba or if the hostname shows up because of remnants and it wasn't removed under locations23:36
rocketeer99(the sound just shows up as "dummy output")23:37
sarnoldfoo: I'm in way less familiar territory there; I don't know mdns kind of things well23:38
foosarnold: appreciate the attempt23:39
sarnoldfoo: this *might* help, mdns-scan  -- https://github.com/alteholz/mdns-scan/blob/master/README23:41
spackle259if you have two interface on your system. is it possible to force certain applications to use one over the other? eth0 vs eth123:41
sarnoldbut it sounds like a pretty rough debugging tool23:41
foosarnold: thanks23:41
sarnoldspackle259: applications that accept connections usually have a way to set a 'bind address'; applications that only make connections are much less likely to have a way to specify which address to use when making a connection23:42
spackle259sarnold: gotcha.23:45
=== BrianG61UK__ is now known as BrianG61UK

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