/srv/irclogs.ubuntu.com/2018/11/21/#ubuntu.txt

srulisullivan: systemctl restart sshd00:00
TJ-neildugan: first thing to do is increase verbosity with "ssh -vvv user@hostname" and see if there's anything more reported. If no clue there, then ssh into the host with the username that works, and look at the sshd log00:00
neildugansruli, "grep AuthorizedKeysFile /etc/ssh/sshd_config"  == "#AuthorizedKeysFile.ssh/authorized_keys .ssh/authorized_keys2"00:00
neilduganTJ-, which would you like first00:01
srulineildugan: i beleive you need to uncomment that line and "%h/.ssh/authorized_keys"00:01
neildugansruli, ok ... hang on00:01
sruliTJ-: i covered both?00:01
sullivanGonna be real honest here, I don't know anything about SSH - I have no idea what I'm doing00:02
srulisullivan: once you connect with ssh its like terminal on your machine...00:03
neildugansruli, I changed the line to "AuthorizedKeysFile     %h/.ssh/authorized_keys"  but I still get the same errro00:04
sullivanRight...  And I've gotten as far as verifying that the SSH service is running on each machine; I was trying to disable remote root access but I'm lost00:04
srulineildugan: did you restart sshd?00:04
neildugansruli, yes --- I used "service sshd restart"00:05
srulineildugan: grep "PubkeyAuthentication" sshd_config file00:05
neildugansruli, "#PubkeyAuthentication yes"00:06
srulisullivan: to disable root access just make sure the line "PermitRootLogin" has "prohibit-password"00:06
srulineildugan: uncomment00:06
neildugansruli, but it is working when trying to login as root00:06
srulineildugan: becuase for root you have something like "PermitRootLogin prohibit-password"00:07
srulineildugan: can you pastebil your sshd_config file00:07
sullivansruli: the guide I was trying to follow must be old, it said to make sure it was no00:07
srulisullivan: no is ok, prohibit-password allows to login with a key00:08
srulisullivan: what is the issue, where are you lost?00:08
sullivansruli:  Disabled should be fine?  I'm lost at, where do I change passwords and stuff to limit access?00:09
nopeaI have (for the first time) tried to use the do-release-upgrade to test updating my Ubuntu server from 14 to 18.  But after doing so PHP seems to be missing.  Is this normal?00:09
srulisullivan: no need to change anything, you can only login with your user and your password00:09
TJ-nopea: php versions should upgrade along the way00:10
sullivansruli: sweet and simple, I like it.  I will now look for a list of ssh commands so I'm not locking myself out of stuff00:10
neildugansruli, that made no difference .. https://pastebin.com/mjP2XCra00:10
srulisullivan: just connect ssh username@ipaddress then you are in your system00:10
nopeaTJ-: that is what I was thinking. But after upgrading my website on the server is showing the php files as text (ie not processing them)00:11
neildugansruli, I can't directly log into the vm without using ssh00:11
srulineildugan: what are you running in the lxc?00:11
sullivanTJ: I have remote access to the borked system00:12
neildugansruli, "uname -a" = "Linux website 4.15.0-32-generic #35-Ubuntu SMP Fri Aug 10 17:58:07 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux"  ---- ubuntu 18.0400:12
srulineildugan: first line in config file is "#   $OpenBSD: sshd_config,v 1.101 2017/03/14 07:19:07 djm Exp $"00:13
neildugansruli, so --- it is mostly the default from the install00:14
nopeahow can I check to see if PHP is installed in 18.04.1?00:16
neildugannopea, you could try to install it again00:17
nopeaneildugan: thanks.  What is the package name for the more recent php?00:17
srulineildugan: your config file is very different to mine on 16.04, maybe try to make a backup of your file and as a test use this http://termbin.com/elch00:17
sullivanOh, TJ left00:17
sullivanUh oh00:17
srulisullivan: yes he is allowed some sleep00:18
Krennichmm00:18
nopeaneildugan: got it ;)00:18
neildugansruli, I go it! ... hang on a minute00:18
maxcell_hi, can you help me? i can't run Netflix (firefox or chrome) in my 18.1000:18
sullivanOf course, I didn't get the chance to thank him.  And I'm still having the same issue, I just now have ssh access to the afflicted machine :D00:18
srulisullivan: whats the issue amdgpu?00:19
sullivansruli: yes, black screen after boot00:19
nopealooks like this upgrade to 18.04.1 have also remove PHP mysql . I am not sure what I did wrong here00:20
srulisullivan: but you do get a normal login screen if you boot using recovery right?00:20
sullivansruli: yes00:20
srulisullivan: not sure i can help with that, sorry00:21
srulineildugan: any luck?00:21
sullivansruli: no worries, Google isn't any more help :D00:21
sullivanAppreciate the help you already have provided though, so thanks00:21
srulisullivan: you can try disabling amdgpu in grub just to test to see if amdgpu is the issue00:22
srulisullivan: modprobe.blacklist=amdgpu00:23
sullivansruli: do I append that to the linux line?00:23
srulisullivan: in /etc/defatlt/grub add a line GRUB_CMDLINE_LINUX_DEFAULT="modprobe.blacklist=amdgpu"00:24
neildugansruli, when I login using root ... it logs in immediatly ... when logging in as neil ... it asks for the password... strange00:24
sullivansruli: will do00:24
srulineildugan: aha is the user account encrypted?00:24
neildugansruli, I can access the /home/neil etc. from the root user... I wouldn't be able to that if it was encrypted, if it was encrypted... correct?00:25
maxcell_i can't run Netflix on ubuntu 18.10, i already have install "libavcodec-extra" as they told me to on foruns but didn't work, still "Unexpected error" when i try to watch a vídeo on Netflix through chrome or firefox. I did a base install only of 18.10 (without media players and openoffice)00:25
srulineildugan: while logged in as user try ssh again in another terminal see if it asks for password?00:25
srulineildugan: there must be something wrong with the permissions, what are the permissions for neil/.ssh dir?00:26
neildugansruli, it asked for the password on both occasions00:26
sullivansruli: adding that line to grub now allows me to bypass the recovery option, so progress!  Yay00:27
srulineildugan: must be a permissions issue or the pubkey in neil.ssh/authorized_keys is not the same as the root one00:27
neildugansruli, yes it did ... the permissions is .. "drwx------ 2 neil neil 5 Nov 20 22:33 /home/neil/.ssh"00:28
srulineildugan: no victory yet, you might not want that disabled00:28
srulisullivan: ^00:28
neildugansruli, "diff /root/.ssh/authorized_keys /home/neil/.ssh/authorized_keys" .... gives no output00:29
srulineildugan: the pubkey in neil is 100% same as root?00:29
sullivansruli: if course, I want my graphics card back to functional, but at least I don't have to use three extra keystrokes to get to a functional login screen :D00:29
neildugansruli, I don't understand00:29
srulineildugan: ok, as a test in sshd_config instead of "%h/.ssh/authorized_keys" try /ssh/authorized_keys - but you need to make the dir (mkdir /ssh/) and change the permissions for it (chown -R /ssh/ neil:neil && chmod -R 600 /ssh/) then copy the neil authorized_keys to it and try again (restart sshd before trying)00:31
srulisullivan: so it works now?00:33
sullivansruli: to varying degrees of "works", but yes.  I am pursuing alternate assistance to debug the issue00:34
srulisullivan: ok00:34
sullivanAlso, WTF is up with freenode?  I am authed to services and STILL can't chat in certain channels!  Sick of this garbage00:34
Tin_mansee00:35
srulisullivan: never came accross this issue00:35
neildugansruli, it is working ... but still asking for the password00:36
srulineildugan: i am out of ideas, revert the config back to "%h/.ssh/authorized_keys" rm -r /ssh00:37
srulineildugan: try ssh -vvv neil@ip see if you can find a clue there00:37
srulineildugan: can you paste the output of ssh -vvv neil@ip to paste.ubuntu.com ?>00:39
sullivansruli: supposedly it has to do with "persistent ongoing spam", and whenever I've tried to use freenode within like the last 6 months, I get a message about changing usermode to +Ri, which prevents me from seeing/posting in basically any useful channel.00:39
srulisullivan: no clue, maybe ask in #freenode ?00:40
srulineildugan: leaving in a minute00:40
sullivansruli: thanks to you for your help and have a good evening!00:41
neildugansruli, https://pastebin.com/xvXhSx7t00:43
neildugansruli, I hope you can help with that before you go..   but thanks for the help00:44
srulineildugan: where did u config the local path to the keyfile?00:44
srulineildugan: debug1: identity file /home/neil/.ssh/id_rsa type 0 -00:45
srulidebug1: key_load_public: No such file or directory00:45
srulineildugan: debug3: no such identity: /home/neil/.ssh/id_ed25519: No such file or directory00:45
srulineildugan: where is the cert file?00:46
neildugansruli, there is a id_rsa and id_rsa.pub file00:46
srulineildugan: post the output of ssh -vvv root@website to paste.ubuntu.com00:46
srulineildugan: its not asking for password in that paste, did you skip that part in paste or did it not ask?00:49
neildugansruli, https://pastebin.com/dKJ4nMh000:49
neildugansruli, I disabled the asking for the password so the error would be repoduced00:50
srulineildugan: can you put back the original config file i posted and ssh -vvv neil@website again ?00:55
neildugansruli, it is almost the same I just changed the "PasswordAuthentication no"00:57
neildugansruli, do you still wan't me to redo it?00:58
srulino00:58
srulineildugan: i dont know what's wrong for some reason its not accepting the key, my guess is something is wrong with permissions or content in /home/neil/.ssh/authorised_keys i dont know what but something there is wrong01:01
neildugansruli, I have been working on this for a long time ... it realy stumps me ... thanks for the help01:01
neildugansruli, I don't think its the contents as those contents work for root01:04
srulineildugan: 1 other thing you can try, login as neil with a password, copy the key to neil/.ssh/ add it to keyring and from inside the ssh session try ssh neil@10.8.0.187 see if you can login01:04
tomreynshould be /home/neil/.ssh/authorized_keys with an american Z, not british S01:04
srulitomreyn: yes, my typo (and i aint sorry for being british ;-))01:05
tomreyn;-)01:05
neilduganthose americans do like there z01:06
srulii gotta go, good night01:06
neildugansruli, thanks ... bye01:07
srulineildugan: if you do figure out the issue i wouldnt mind if you pm me with what it was01:07
neilduganI will, if I do work it out01:08
tomreynneildugan: too much text on top, but if you're happy to sum it all up again, what you are trying to do, how it fails, how your configs deviate from defaults (and why), i could try and guess as well01:11
WikiwideAnnoyed. Old laptop, LCD not working (backlight, I guess - picture is here but very hard to see), external display attached... When we try to boot into Ubuntu from a CD, the Ubuntu shows "Try or Install" question. .. On laptop screen. Which is, very bad.01:20
WikiwideHow do I tell Ubuntu to: 1) boot into LiveCD, never ask about installing; 2) use the external display, not laptop display.01:21
WikiwideAnd yes, the CD we are using is ancient, so writing a new CD would be nice... As long as it resolves the problems ^01:22
tomreynsince the laptop display will be the primary display you probably dont have a lot of options. if there was an option in its bios to make the external the primary display, this would help. also disconnecting the laptop screen physically may help01:25
tomreynyou are asking about how to make permanent changes to a CD?01:26
tomreynwhat you can do is remaster the ISO, but i dont have the details at hand.01:26
WikiwideI am asking if it is possible to configure Ubuntu image to not have the try-or-install dialog, and just auto-live-cd - before image is written to CD.01:27
neildugantomreyn, I managed to get it to work... it changed the permissions of /home/neil to "drwxr-xr-x" that seemed to fix everything ... how would I pm sruli ?  ... he seems to be no longer connected01:30
tomreynneildugan: they are still connected, just no longer on this very channel01:37
tomreynneildugan: /msg sruli some message01:37
vedoshas anyone gotten Wickr Me to work on Ubuntu 18.10 ?01:40
gambl0r3hello?01:42
gambl0r3what are some power management tools for ubuntu?01:42
SimonKALIhello01:48
SimonKALII need to install php7.2 on server, how to do in best way?01:49
SimonKALIon ubuntu01:51
Bashing-om!info php7.2 bionic | SimonKALI01:51
ubottuSimonKALI: php7.2 (source: php7.2): server-side, HTML-embedded scripting language (metapackage). In component main, is optional. Version 7.2.10-0ubuntu0.18.04.1 (bionic), package size 9 kB, installed size 78 kB01:51
geniiSimonKALI: On command-line ubuntu server, or just on a machine running regular desktop that will be a server?01:53
=== Dreaman is now known as Blade
SimonKALIis it ok to install php7.2 on ubuntu 16.04 ?01:55
tomreynit's not provided by ubuntu there01:57
tomreynwhat is ok and what i not ok is what root@ this system decides01:58
Bashing-omSimonKALI: Ondřej Surý maintains a PHP PPA. If you must 7.2 is available via that means .02:06
Bashing-om!ppa | SimonKALI02:07
ubottuSimonKALI: A 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:07
AndyChow888PHP 7.2 is the default in ubuntu 18.0402:11
JPSmanso, I recently screwed myself by rm -rf * on my home directory02:26
JPSmanI recovered what i could BUT02:27
JPSmannow any file i create in my home directory is showing up on my desktop?02:27
JPSmanI'm using Flashback02:27
JPSmanhow do I make my desktop connected to /home/JPSman/Desktop folder again?02:29
AndyChow888JPSman, echo ${XDG_DESKTOP_DIR:-$HOME/Desktop}02:30
JPSmanAndyChow888, How can I see what the XDG_DESKTOP_DIR variable is currently set to? (if anything?)02:32
AndyChow888printenv | grep -i xdg_desktop_dir02:34
sullivanHi, would anybody be able to help debug a black screen after boot02:36
Kazdaxi just installed ubuntu ... How do i make it secure ?02:36
AndyChow888Kazdax, it is secure.02:37
Bashing-omsullivan: I can up to a point of failure . What can you boot up to ? And what happened prior to the black screen event ?02:38
JPSmanAndyChow888, printenv | grep -i xdg_desktop_dir produces nothing :|02:39
AndyChow888JPSman, so you have none set up.02:39
KazdaxAndy what about firewall ?02:39
Kazdaxwhat about downloading third party software02:39
sullivanbashing: I can boot, I just don't get any GUI (display driver problem), if I disable amdgpu or enter recovery, I can use my system mostly normally.02:40
JPSmanI just changed the file .config/user-dirs.dirs to point to the correct file02:40
JPSmanAndyChow888, I just changed the file .config/user-dirs.dirs to point to the correct file02:40
JPSmanis that all i'll need to do? after a reset?02:40
AndyChow888Kazdax, third party software can never be secure, and your firewall is secure by default. You aren't port-forwarding things, are you^02:40
AndyChow888sure JPSman, sounds good.02:40
sullivanbashing: it's been at least a week since this started, I can't recall doing anything out of the ordinary.  Obvs this could certainly be an update issue02:41
Kazdaxnope02:41
JPSmanAndyChow888, ok, rebooting now :)02:41
Bashing-omSimonKALI: K; let's see - in a pastebin -  ' sudo lshw -C diaplay ; cat /var/log/gpu-manager.log ' . See what we can learn .02:42
AndyChow888Kazdax, so your system is secure. Of course, running any software that you don't understand, as root, can open/create holes.02:42
Kazdaxwhat if someone runs a vurnability scanner if they have my IP address02:42
Kazdaxhow do i make sure i have the latest security updates automatically >?02:42
sullivankazdax: run 'sudo apt update' and 'sudo apt upgrade' in terminal02:43
sullivankazdax: that02:43
sullivans as secure as you're gonna get02:43
Kazdaxwhat if i want it to run every hour02:44
Kazdaxseeing that security updates are every hour or so02:44
sullivankazdax: then run it every hour, or write a script to do it for you02:44
Kazdaxhow much vurnabilities pop up every hour ?02:44
Kazdaxya02:44
AndyChow888Are you that paranoid? No one is going to hack you.02:44
Kazdaxyou think its a good idea02:44
sullivankazdax: no, you asked, you got an answer02:45
JohnAny ALSA geniuses around by chance? Having a hell of a time with an ALSA loopback to darkice, wherein there's no audio passed if the process runs for more than a few minutes. Restart the process, audio resumes. If I use ALSA to play the audio both through a loopback AND through the local speakers, it works as expected indefinitely.02:45
AndyChow888Vulnerabilities turn out every decade or so.02:45
AndyChow888John, use pulseaudio. Alsa is forever broken.02:45
JohnHm. I tried using Pulse, but couldn't get darkice to use it.02:46
JohnMay have been a syntax issue.02:46
AndyChow888darkice can use alsa, but that alsa will use the pulseaudio plugin02:47
JohnWill that work for multiple instances? The use-case here is streaming from 3 SDRs. 3 instances of the SDR software + 3 instances of darkice.02:48
Kazdaxhow do i know what Windows manager i am using02:49
neilduganKazdax, before you login there is usally a chooser for the manager to use02:49
AndyChow888John, yes. It will work. But, SDRs can use a lot of resources. What are you using?02:50
JohnAndyChow888: Hardware wise?02:50
Bashing-omSimonKALI: Noticed my typo : should be ' sudo lshw -C display ' :)02:50
AndyChow888John, yeah02:50
AndyChow888RTL2832Us?02:51
JohnYeah, Nesdr Smart's.02:51
JohnAndyChow888: It's a VM, but 1 core of an i8-8559U and 4GB RAM.02:51
JohnResources never seemed to be an issue; I had this running on a Pi3 before w/o issue.02:51
JohnEr, i7-8559U02:51
AndyChow888Ah. Good luck. Won't work in a VM. Latency is too high, IME.e02:52
JohnIt's ESXi, so latency is near nil02:52
JohnBut like I said, works fine if I have alsa output to both the 'speaker' on the VM and to the darkice input02:53
Johnit's just when it's darkice only that it chokes02:53
AndyChow888Depends on your refresh rate. But no, ESXi won't help. You need to passthrough the device.02:53
=== andyhuzhill_ is now known as andyhuzhill
AndyChow888And even doing a passthrough, I have had no luck with RDS. It's baremetal so far.02:53
AndyChow888SDR I mean, not RDS.02:54
JohnI'm just confused as to why it breaks after a few minutes when I don't output to the speaker.02:54
AndyChow888Your RTL2832 isn't being processed through an FGPA. So it's entirely software calculated in the cpu. This causes problems, big problems in a VM. Is my answer logical? No. Is it my experience? Yes.02:57
sullivanBashing-om: other than #radeon, do you know of any other potential resources that could help debug amdgpu?02:58
JohnYou may be right, but as I said it works fine with audio going out the local speaker. If it were an inherent issue with the SDR + VM, I would expect it to be equally broken.02:58
sullivanWell, I guess troubleshoot would be a better way to put it02:59
AndyChow888John, I haven't got it to work with a local speaker. So your problems with SDR might be different than mine. But my solution was to run it baremetal. This may or may not work for you.03:00
Bashing-omsullivan: Well , depends on the card .. and if AMDGPU-PRO has ever been a factor . Rgere ar bit the 2 drivers for AMF with the -PRO as an overlay .03:00
JohnAndyChow888: What software? FWIW, I'm using op25 to decode P25 II.03:00
sullivanBashing-om: I'm using the non-pro amdgpu driver, never had pro installed under this install03:01
AndyChow888John, same thing. Are you in Quebec?03:01
JohnNo, Ontario.03:01
AndyChow888Oh. Well, Quebec went all P25 a few years ago. Nothing else is worth listening.03:02
JohnYeah, Ontario's going that way as well.03:02
JohnThankfully not fully encrypted, at least not yet.03:02
Bashing-omsullivan: ' lsmod | grep amdgpu ' ?03:03
AndyChow888No, most is not encrypted here also. For now.03:03
JohnFunny thing. They encrypted the parking police here, but not the paramedics. The ones transmitting patient info in the clear.03:03
sullivanBashing-om: gotta restart to get into Ubuntu, one sec03:04
AndyChow888Lol. Here, most police isn't encrypted also. Just swat-1 and swat-203:04
JohnYeah... They used the G7 money from the feds to fund the new system. Requirement was it be encrypted, iirc.03:04
AndyChow888It's super easy to encrypt. Not sure why they don't do it by default. Probably an IQ problem.03:06
JohnIt's easy, but the licenses are expensive.03:06
JohnPlus on some of the radios, you can't remotely update the keys so if you have to do a key reset (i.e. stolen radio), you have to bring in all the radios for programming.03:06
AndyChow888Do they need a license? I thought you just entered a passphrase.03:06
sullivanBashing-om: any idea what the output of that command should be?  Should I run it as sudo?03:06
JohnPretty sure they need a license.03:07
AndyChow888Wow. TIL something, John.03:07
Johnhttps://www.motorolasolutions.com/content/dam/msi/docs/astro-25/apx-radio-software-catalog.pdf03:08
JohnMaybe license is the wrong word for it, but it looks like there are a lot of modules available for encryption features.03:08
Bashing-omsullivan: Somethong like this : http://termbin.com/gdo0 - where I am using the nouvea driver .03:10
JohnOk, time to dig in and see how the hell I do this with pulseaudio03:10
JohnAlsa already gave me a migraine.03:10
AndyChow888Alsa always gives migraines. Good luck John.03:10
JohnCheers. Before I go, do you recall how to get darkice to take a pulse output?03:11
JohnUnless I have to loop it back from pulse into an alsa channel >_>03:11
Bashing-omsullivan: ' lsmod | grep radeon ' ?03:11
Johnhttps://bugs.launchpad.net/ubuntu/+source/darkice/+bug/1306978 would seem to indicate it's an issue.03:12
ubottuLaunchpad bug 1306978 in darkice (Ubuntu) "darkice doesn't accept pulseaudio input" [Undecided,Confirmed]03:12
sullivanBashing-om: I had amdgpu disabled, so the command wasn't printing anything.  Lemme put up a paste03:12
sullivanBashing-om: https://pastebin.com/ZemNVZUR03:14
Perdellianubuntu's libreoffice packaging tracks libreoffice-fresh, I take it?03:16
Bashing-omsullivan: looking03:17
Bashing-omsullivan: ^ says the amdgpu driver is in use, I do not know what the chash line is however. what does the log relate ' cat /var/log/gpu-manager.log ' ?03:22
masbergood afternoon all, anyone knows if there is anything I need to do on ubuntu to enable hyperthreading?03:23
sullivanBashing-om: https://pastebin.com/br2DsG6m03:24
Bashing-omsullivan: "Is amdgpu kernel module available ? no ' - not sure what to make of that .03:32
sullivanHuh03:33
Bashing-omsullivan: Let's see what X thinks ' cat /var/log/Xorg.0.log ' .03:37
sullivanBashing-om: I don't see any parameters in /etc/default/grub that would disable the kernel module03:37
Bashing-omsullivan: quick way to see what the boot line is ' cat /proc/cmdline ' .03:38
sullivanBashing-om: https://pastebin.com/f8T2t8Cf03:39
Bashing-omsullivan: I be awhile reading .03:40
Bashing-omsullivan: So far so good " Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so " :)03:43
=== TekMet_AFK is now known as TekMet
sullivanBashing-om: " No outputs definitely connected, trying again... "03:46
core7what is a programmatic way to add/delete paths to /etc/environment?03:48
Bashing-omsullivan: Yeah ^ that was all I caught too - how many displays are connected ?03:49
sullivanBashing-om: just one03:50
sullivanBashing-om: connected via HDMI, and it's the only HDMI connector on the card03:50
core7https://help.ubuntu.com/community/EnvironmentVariables - how do i manipulate /etc/environment using a program - add/delete paths?03:51
=== Joah_ is now known as Joah
Bashing-omsullivan: Got me guessing as to what is not going on here .. what results if you boot a guest session ? Check here to see if this is a user config issue .03:53
sullivanBashing-om: What do you mean boot a guest session?  I'm not even logged in - I have a blank screen on the PC; I've got SSH access into it from a different machine03:55
sullivanBashing-om: after GRUB, the screen just goes black.03:56
Bashing-omsullivan: Well, sure indicative of a graphic's driver issue. But X and the kernel are happy .. that leaves user space . I would try booting with an alternate user .03:59
sullivanBashing-om: I don't have any other users setup on the machine.  Can I create one, or is a guest one enabled by default?04:00
core7anyone using snap here? creating .deb files?04:00
Bashing-omsullivan: There maybe a guest account .. depends on the environment. I run xfce and I would have to make up a 2nd user .04:02
core7what is an easy way to create an installer for a software on ubuntu?04:05
sullivanBashing-om: Would it need to be an admin, or would standard account work for this purpose?04:06
Bashing-omsullivan: standard account .. All we need to know is if the GUI is available in that new account .04:08
sullivanBashing-om: I'm also failing to see how adding a new user would affect this issue considering it happens at boot?04:08
sullivanBashing-om: I can't even see the login screen to select between different users04:09
Bashing-omsullivan: Got me too .. so far all we know is nothing . all we have to go on is " Is amdgpu kernel module available? no " . But X appears happy .04:10
sullivanBashing-om: It's like I should stop messing around with this and reinstall :P04:11
Bashing-omsullivan: Well, if ya got good backups - once can re-install in 30 minutes and be done .04:13
sullivanBashing-om: You don't need backups if you never keep important data :D04:14
sullivanBashing-om: The thing that always annoys me the most is reconfiguring three different browsers04:14
Strykarhtop shows 2.65 GB of 15.7 GB RAM used, yet 18.10's created a 343MB swap file. why won't it just use the available RAM?04:15
Perdelliansullivan: configs can be backed up too04:19
sullivanPerdellian: I had taken to not bothering with Firefox, but I think I'll start copying the profiles again04:19
* Perdellian has at least one firefox profile dating back to, what? 2.3?04:20
sullivanBashing-om: Hey thanks very much for all your help tonight, I appreciate it!  Have a good one04:24
=== bs_ is now known as bs
=== capella|away is now known as capella
=== bs is now known as Guest60892
=== bs_ is now known as bs
asciiihello04:56
asciiiI would like to check..how can I log specific commands that have been executed to a log file? for example if someone runs a chmod command, i would like it to be logged somewhere04:58
asciiiis that possible?04:58
GrievreThis is possibly a weird use case but: Is there a way to grant access to a shared X11 session with individual credentials?05:04
Grievre(that's navigable by non-technical users)05:04
zhujian0805hi I'm using ubuntu 18.04 LTS, i'm confused by the way of network management, I have NetworkManager started, but also systemd-networkd.service is running, why?05:06
=== TekMet is now known as TekMet_AFK
=== imsurit_ofc1 is now known as imsurit_ofc
SimonKALIhow can I fix ssl on apache2, thats is trusted, whed I did self signed is not allowing to use website05:28
dexter0ionmsg a05:43
sree_Anyone know what could be the reason to get different versions of same package in "apt-get install " and "apt-get source" after adding ppa?06:19
lotus|NUCsree_: we dont really support ppa's here mate sorry06:29
lotus|NUCsree_: we advice to keep your system vanilla, with packages from the official repos06:30
lotus|NUCasciii: can 'history' help in terminal?06:32
sree_lotos|NUC: understood. but do you have any educated guess for this kind of scenario?06:34
lotuspsychjesree_: can you explain the whole story please, what are you trying to do exactly?06:35
=== dew_ is now known as dexter0ion
GrievreI was debugging a heap corruption problem on an ARM device for work and it seems like there's no debuginfo available for libusb-1.0-0 (on precise armhf). Did old releases just not have debuginfo?06:59
lotuspsychje!arm | Grievre can they arm channel help?07:01
ubottuGrievre can they arm channel help?: ARM is a specific (RISC) processor architecture used in a variety of applications such as handhelds and networkdevices. For more information see https://wiki.ubuntu.com/ARM . For ARM specific support, stop by the #ubuntu-arm channel.07:01
sree_lotuspsychje: I have added a ppa for https://launchpad.net/~saiarcot895/+archive/ubuntu/chromium-dev, now the apt-get install is installing the chromium version 72.0.3590.0-0ubuntu1~ppa1~18.10.1, but apt-get source retrieving 72.0.3610.2-0ubuntu1~ppa3~18.10.107:06
lotuspsychje!info chromium-browser cosmic07:10
ubottuchromium-browser (source: chromium-browser): Chromium web browser, open-source version of Chrome. In component universe, is optional. Version 70.0.3538.77-0ubuntu0.18.10.1 (cosmic), package size 56398 kB, installed size 195237 kB07:10
lotuspsychjesree_: ask the maintainer of the ppa plz07:11
sree_lotuspsychje:K, thank you07:12
zhujian0805I disabled systemd-networkd, but It comes up after restart NetworkManager, why did that happen?07:13
lotuspsychje!netplan | zhujian0805 start here07:13
ubottuzhujian0805 start here: Netplan is a network configuration abstraction renderer which uses YAML descriptions of a network to work with either a NetworkManager or Systemd-networkd "renderer". More information at https://netplan.io/07:13
zhujian0805thanks, in my netplan config file, i specified renderer: NetworkManager07:14
zhujian0805but why NetworkManager brings up systemd-networkd ?07:14
zhujian0805oh wait, looks like after reboot, systemd-networkd is gone07:16
lotuspsychjesree_: your ppa looks like having this version  72.0.3610.2-0ubuntu1~ppa3~18.10.1  for 18.1007:18
lotuspsychjesree_: and i dont see a .3590 there, so how did you install that version?07:19
zhujian0805a dns question:: if i use dhcp which provide dns name servers, i also have systemd-resolved configured, does systemd-resolve --status show all the name servers for both?07:37
OlofLSometimes when I wake up my laptop from suspend, it will show my whole desktop that I had before suspend. But the whole thing is frozen and I cant unlock. The solution is to close and open lid a few times until login screen appears. Common problem??07:45
=== capella is now known as capella|away
lotuspsychjeOlofL: suspend & some brands of computers are known problems yes, did you try a bios update yet to latest?07:52
OlofLlotuspsychje: yes07:52
lotuspsychjeOlofL: wich brand of laptop please?07:55
OlofLHP EliteBook 830 G5 i7-8550U07:57
OlofLand ubuntu 18.1007:58
lotuspsychjeOlofL: did you try the same on 18.04.1?07:59
OlofLI had some other issues on 18.04.108:00
OlofLwell 18.04, i dont know if it was 18.04.108:00
OlofLis 18.04.1 the same kernel as 10?08:01
lotuspsychjeOlofL: no, different kernels and can make a difference08:01
lotuspsychjeOlofL: or, on your current version try to catch the syslog problems08:03
basalthi, i have the https://extensions.gnome.org/extension/1301/ubuntu-appindicators/ extension, can anyone explain me how i can get rid of it?08:03
OlofLyeah... hmm should I ssh to my laptop when its happening and see in /var/log/syslog or where is best to look?08:04
linnucksshould I install 18.04 or 18.1008:05
lotuspsychjelinnucks: the users choice, you want LTS or non-LTS?08:05
GrievreI generally always go with LTS releases08:06
lotuspsychjeOlofL: yeah syslog or dmesg08:06
ducasselinnucks: if you need to ask you should probably go with 18.0408:06
lotuspsychjebasalt: try gnome-tweak-tool from there you can enable or disable extensions08:14
linnucksshould I downloade LTS08:14
linnucksor08:14
linnucks18.1908:14
linnucks18.1008:14
ducasselinnucks: go with lts unless you have a reason to do otherwise08:15
hateballlinnucks: if you intend to game you probably want the latest release, unless you want to mess about with PPAs to keep stuff up to date08:25
basaltlotuspsychje i use this tool, but there its disabled, but i down see any different if i enable it, and i cannot remove it from this tool08:27
basaltso i dont get the reason to have this kstatusnotifieritem support extension at all08:30
lotuspsychjebasalt: ubuntu appindicators has been forked and enabled by default08:30
basaltlotuspsychje: so there is no need to have this extension08:31
lotuspsychjebasalt: usually its not a good idea to purge packages installed by default, also it depends if you using indicators or not?08:32
basaltlotuspsychje: ok so i will keep it, not sure if i use indicators since i dont know the additional features of this thing08:34
lotuspsychjebasalt: some packages you install use these indicators, like qbittorrent for example etc08:35
basaltlotuspsychje: ok got it, i just wanted to be as close to the original and just clean up the "extensions" section08:35
bluefox83i'm using my cellphone as a hotspot and cant seem to get my packages to update, an apt-get update && sudo apt-get upgrade fails08:40
bluefox83it's definately not a bandwidth problem08:41
lotuspsychjebluefox83: can you pastebin the output please08:44
HipHop-openboxlotuspsychje, basalt could have used the sudo apt install vanilla-gnome-desktop08:48
bluefox83lotuspsychje: https://pastebin.com/CGVjkxtZ08:48
HipHop-openboxTrying a full upgrade from a phone wow08:49
lotuspsychjeHipHop-openbox: a bit overkill to just disabled 1 extension thats installed by default?08:49
bluefox83HipHop-openbox: i watch movies and tvshows in full 1080p streamed to my ps4 from my phone, this is nothing08:50
lotuspsychjebluefox83: revert your sources.list to default, wipe the ppa's out of it before08:50
HipHop-openboxlotuspsychje, exactly ,but he went there should have done research in Google was second choice in simple search08:51
basaltHipHop-openbox: thx for the hint08:52
HipHop-openboxThought you left08:52
bluefox83lotuspsychje: seems to be working fine now, will i be able to re-add the ppa?08:53
lotuspsychjebluefox83: we dont really support ppa's here, so use at your own risk after :p08:54
basaltdo you guys remove outdated kernel versions regularly and if so, what tool or command to you use?08:54
HipHop-openboxbasalt, hiding I see! Release this resets gnome bar to default look08:54
bluefox83i can't really think of what i was using them for to begin with.08:55
basaltHipHop-openbox: i like the ubuntu look and feel, but i switched from 18.04 to 18.10 and also had all the communitheme installed, so i wanted to use the 18.10 "nativ"08:55
lotuspsychjebluefox83: we advice to use packages from the official repos, as much as possible08:55
bluefox83at some point i'll need to update, but i have no other way to fix something if it breaks08:56
bluefox83lotuspsychje: makes sense, it can be very difficult to help people fix things that aren't in the official repos08:56
lotuspsychjebluefox83: for that there are !backports and snaps08:57
bluefox83i really don't like the idea of snaps08:57
HipHop-openboxbasalt, read the article urself and decide on the best course of action is...   https://askubuntu.com/questions/1027890/how-to-remove-app-icons-in-system-tray-ubuntu-18-gnome08:58
HipHop-openboxbasalt, there is few options to tray set up08:59
bluefox83it's like, why bother with apt if you're just going to use snaps? especially since they are packlaged with all their own dependencies. that can just get out of hand with storage. i don't have money for a bigger hard drive08:59
lotuspsychjebluefox83: if you are searching for a package or alternative, feel free to ask here, volunteers can think along for solutions08:59
bluefox83thanks, i'm ok :)09:01
bluefox83i should go to bed -_-09:01
lotuspsychjenite nite bluefox8309:01
bluefox83goodnight09:02
lotuspsychjebasalt: ubuntu has no auto kernel cleanup with unattended upgrades09:02
lotuspsychjenow09:02
lotuspsychjebasalt: it cleans out older kernels and keeps like 3 more recent ones09:03
basaltlotuspsychje: so u check the current used "uname -r"09:04
basaltlotuspsychje:and remove the old once with "sudo apt-get remove linux-image-" ??09:05
lotuspsychjebasalt: did you read what i just said?09:08
HipHop-openboxlotuspsychje, getting all these weird questions bluefox83 should go with openbox or a lower windows manager requirements...09:09
lotuspsychjeHipHop-openbox: pardon?09:10
HipHop-openboxSave his resources. If snaps is to much on hard drive09:10
basaltlotuspsychje: you wrote "it cleans out older kernels and keeps like 3 more recent ones"09:11
HipHop-openboxThere are plenty of resource saving options in Ubuntu and linux09:12
lotuspsychjebasalt: automatic kernel cleanup09:12
basaltlotuspsychje: sorry but before you wrote "ubuntu has no auto kernel cleanup with unattended upgrades"09:13
basaltlotuspsychje: thats the reason why i am confused now09:14
lotuspsychjebasalt: and i corrected 'now'09:15
basaltlotuspsychje: aaaah ok is see, sorry, i will look at this now. thx09:15
HipHop-openboxbasalt, read have fun. https://help.ubuntu.com/community/RemoveOldKernels09:16
DARKAD000hi all09:25
basaltHipHop-openbox: thx i will09:26
elias_aWhat would be the simplest way to monitor the speed of traffic in USB bus?09:27
DARKAD000I would like to make my ubuntu run faster, how can I do it?09:28
ducasseDARKAD000: buy a faster machine09:29
DARKAD000eheh09:29
DARKAD000any suggestion?09:29
ducasseuse a less resource-intensive desktop09:30
Cybertinusfind out what process is using up your resources and try to finetune that09:30
DARKAD000I installed lxde09:34
bumblefuzzhi, I'm using ubuntu mate and have left several messages in #ubuntu-mate over the last few days with only 1 reply that wasn't followed up09:37
bumblefuzzis there anyone here who knows a little about ubuntu mate?09:37
Mathisenbumblefuzz, better to ask the full question09:38
bumblefuzzso, I just installed 18.04.1 and I'd like to make changes to 2 of the applets in the upper panel but I can't find anything on google on how to do this09:39
bumblefuzzthe 2 applets are: "notification area" and "indicator applet complete"09:40
bumblefuzzthese come preinstalled by default09:40
bumblefuzzbut I can't figure out how to alter/edit them09:40
bumblefuzzI currently have 2 wifi badges to manage network manager and an additional battery icon09:41
bumblefuzzI can't get rid of them09:41
Mathisenbumblefuzz, i dont use mate but a quick google-fu told me there is " mate-tweak " and it seem you can edit the panels there09:43
bumblefuzzI started there09:44
bumblefuzzin 16.04 I was able to edit these09:44
bumblefuzzbut in 18.04.1 I cannot09:44
bumblefuzzalthough in 16.04 there weren't 2 wifi icons09:44
bumblefuzzso that's a new problem09:44
bumblefuzzand the option to remove the 2nd battery icon is gone09:45
bumblefuzzso that's the other problem09:45
Mathisenok im sure there is .cfg somewhere, dont know where as i dont use mate.. but maybe someone else knows here09:47
bumblefuzzI've looked all over google and can't find it09:50
elias_aI wonder why USB monitoring tool usbtop is not available from repositories for 18.04 but it is for 18.10. What is the rationale?10:36
HamiltonDoes sharing a .deb file generated on my machine, exposes any info about my machine to users?10:38
MathisenHamilton, well that would depend on content in the .deb10:39
HamiltonIs it a wise thing to do? From a security standpoint I mean.10:41
HamiltonDo people use a VM to release binaries for their open-source projects?10:42
elias_aHamilton: I bet you'd get an answer from the developers channel.10:46
tarzeauHamilton: it should be no problem, no. imho10:47
tarzeauHamilton: you only share your architecture (amd64, i386, whatever)10:47
tarzeauHamilton: and well DEBFULLNAME and DEBEMAIL, if that is a security concern for you or not, is your decision10:48
tarzeauHamilton: i use debian unstable machine with my open source projects: http://phd-sid.ethz.ch/debian/10:48
tarzeauHamilton: others have their stuff at salsa.debian.org10:48
elias_aThis is interesting. Usbtop has been packaged for Cosmic (18.10) and is in the repositories: https://packages.ubuntu.com/cosmic/usbtop Yet the license is not an open license. The package refers to https://github.com/aguinet/usbtop10:48
tarzeauHamilton: what pkg is it about?10:48
tarzeauelias_a: looks free to me: https://sources.debian.org/src/usbtop/0.2-1/debian/copyright/10:49
elias_atarzeau: Look at the link I included. There's quite a different story and the Ubuntu package refers to that Github page.10:51
tarzeauelias_a: 1st or 2nd link?10:51
tarzeauthe ubuntu pkg is an pretty much 1:1 copy of the debian src pakcage10:52
elias_atarzeau: Second. That is offered as the info page of the package when you install the package with GUI.10:52
tarzeauelias_a: still looks free to me, can you be more specific?10:53
tarzeausays BSD-3-clause10:53
Hamiltontarzeau, thanks11:00
Hamiltontarzeau, Is DEBFULLNAME and DEBEMAIL env variables?11:00
HamiltonAlso dpkg -e generated a folder but does include stuff of the original developer11:01
Hamiltonnot me11:01
tarzeauHamilton: yes normally your fullname and your email address that you use for packaging with dh/debuild11:01
tarzeauHamilton: do you have your package online? .dsc link? which software is it?11:02
Hamiltontarzeau, but I can't see them with echo $DEBFULLNAME11:02
tarzeauHamilton: are you packaging for PPA or Ubuntu or Debian?11:02
tarzeauHamilton: because you haven't set them. with dh-make they land in debian/control (and changelog)11:02
Hamiltontarzeau, its not mine but I was generally interested in knowing these security concerns11:03
Hamiltontarzeau, Are you student of ETH zurich BTW?11:03
tarzeauHamilton: no, part of the ISG group of D-PHYS, but we also support D-BAUG (colmap, cloudcompare, lots of cuda10/nvidia/tensorflow stuff)11:04
tarzeauHamilton: https://qa.debian.org/developer.php?login=gurkan%40phys.ethz.ch11:04
tarzeauhappens i'm the linux workstation guy for scientific software and automatic installations here11:04
tarzeauand we do run Ubuntu 18.04 (a few 16.04 left) but also debian stable for servers (however the packaging i do is all for debian, and ubuntu just copies the stuff)11:05
tarzeauform, lie, macaulay2, meshlab, largetifftools, rtklib are a few others we use @work11:05
Kali_Yugahello I'm trying to install ubuntu but I'm stuck in 640x480 res11:16
Kali_Yugaso i can't really click on next and continue the installation11:17
Kali_Yugahttps://paste.ubuntu.com/p/Y3mX5FgmQD/11:18
HackwarHi folks, I was in here 2 days ago with a networking issue and I still couldn't resolve it. I have a HP N54L and installed Ubuntu Server on that one a long time ago.I've updated regularly and am now on 18.04. The system simply does not get network access. After the session 2 days ago, I was convinced that the onboard network port was shot, but it seems as if that one is fine, since even with the new network card I don't get a response.11:18
DrManhattanI know this sounds odd, but have you tried a different cable?11:19
HackwarBoth interfaces are shown as up and they are receiving and transmitting packets (RX/TX count is slowly rising) but when I do ping 8.8.8.8,I get "Network unreachable"11:19
HackwarI also have tried 3 different cables11:20
Hackwarand several different ports on the switch that sits between the server and the router.11:20
DrManhattanare you using DHCP or static?11:20
Hackwarincluding the one that this computer that I'm writing you from is connected by.11:20
Hackwarbut please give me a minute11:21
HackwarI have a horrible, horrible assumption...11:21
DrManhattanHackwar, what's the assumption?11:23
solsTiCewe'll never know11:24
elias_atarzeau: Oh - you are quite right. https://github.com/aguinet/usbtop/blob/master/LICENSE is BSD3 clause. My mistake. Sorry.11:25
tarzeauelias_a: i haven't seen #debian-ftp (ftp masters) missing such a mistake for 10 years... i would've been surprised something non-free getting into main11:26
elias_atarzeau: What mislead me is that if you use GUI for installing the package, it claims that the license of the package is proprietary. I wonder what causes this?11:30
elias_aDisclaimer: I use the GUI in Finnish and the word describing the license could be translated as "proprietary" or "closed source". I honestly don't know which concept is shown in English...11:32
elias_a... or even what concept is used...11:32
BluesKaj'Morning all11:34
tarzeauelias_a: how do you get the gui? couldn't figure form dpkg -L usbtop nor usbtop -h11:34
tarzeauoh and it's missing a manual page11:35
HackwarDrManhattan: The assumption is, that I'm a stupid fucking moron and did not check my network correctly. I have a powerline connection from my router to the corner where my laptop and server are, which are connected to the same switch. I was absolutely sure that that connection was working, since I was using the net with my laptop. And my laptop is connected via wifi.11:38
Hackwarand now I'm going to stand in the corner and cry a little bit.11:38
DrManhattanHackwar, glad you got it fixed. I didn't have good luck with powerline myself11:39
Hackwarit is not fixed yet...11:39
elias_atarzeau: When I click to download the package, Ubuntu 18.04.1 by default offers 2 options: to download it or install it. The latter opens a GUI dialog, presumably the usual GUI of software center.11:39
Hackwarbut now I know what the issue is...11:39
tarzeauelias_a: no idea what you mean, i just did apt-get install usbtop, and have run it11:40
tarzeauelias_a: ahhh gnome-software shows wrong licensing infos, true11:40
tarzeauelias_a: it always does that, for MOST software. it's just broken11:40
tarzeauelias_a: i use my own app store: http://phd-sid.ethz.ch/appstore/?protracker11:41
BluesKajDrManhattan, powerline ethernet works only on house circuit plugs, not on powerbars and the like , due to their filters11:41
elias_atarzeau: Oh - if that is a known issue, perhaps I should file a bug if none exists?11:43
DrManhattanBluesKaj, they aren't so hot directly on the plug either.11:48
BluesKajDrManhattan, i'm using an inexpensive tp-link powerline ethernet system and it works well11:50
elias_aIs there a way to test a backup set made with Deja Dup?11:50
tarzeauelias_a: to where?11:50
Cheezalthough some feeds are leakier than others. had two buildings using powerline adaptors internally and a wan link. They were seeing spanning tree issues on the wan link11:50
Cheezturns out the powerline adaptors were leaking11:50
Cheezthrough the substation for the estate and into the other building11:51
tarzeauelias_a: launchpad? sure go ahead, ah gnome-software, i'll click "i also have the issue"11:51
BluesKajCheez, normally powerline ethernet will only work thru one electrical panel if designed correctly11:52
elias_atarzeau: I will, too. Thanks!11:54
elias_atarzeau: Did you already find a bug report on gnome-software on this issue?11:55
tarzeauelias_a: no i didn't search11:57
Cheezi mean to be fair, the one we use at home goes through two panels, and works fine11:57
tarzeauelias_a: https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bugs good luck finding11:57
Cheezone end is in the living room on the downstairs ring main, the other is in our shed, that has its own breaker panel and hangs off of the kitchen ring main11:58
Cheezget about 200mbit from it, it's rated for up to gigabit11:59
BluesKajCheez, then you're lucky, mine won't transmit thru a "pony panel"12:00
elias_aCheez: It is not about number of panels. It is about whether the outlets are in same phase.12:00
Cheezelias_a: ah, my knowledge of electrical stuff is limited. I'm a software person. electricals are a hardware issue :)12:02
elias_aCheez: That's what I thought. Do you want to have a short explanation?12:03
Cheezsure, if you have time. always interested to hear new stuff :)12:03
=== kus is now known as kusmario
BluesKajelias_a, never seen anything about phase, you may be right but how 2 panels connected to each other can be out of phase if properly wired is a mystery to me12:05
elias_aBluesKaj: As a non-native english user I have difficulties understanding what a "panel" means here. Could you elaborate that - I'll give the explanation.12:07
=== Class7_ is now known as Class7
BluesKajelias_a, electrical panel https://en.wikipedia.org/wiki/Distribution_board12:09
Cheezi had assumed it to mean the circuit breaker box, in here in the UK houses have multiple ring circuits (typically one for upstairs, one for downstairs, one for lighting and one for the kitchen) that terminate in a panel containing an RCD for each ring and an overall service one for the house.12:10
Cheezhttps://en.wikipedia.org/wiki/Ring_circuit12:10
elias_aStarting point: https://en.wikipedia.org/wiki/Electric_power_distribution#220%E2%80%93240_volt_systems12:11
lotuspsychjeguys keep it ontopic please12:11
elias_alotuspsychje: Ok. We'll go to messages.12:12
xtronupgraded to 18.04 on dell percision 7510, my GPU started heating-up, lagging display with gnome desktop. I switch between the display drivers [nvidia -> nouveau] with no success and then set installed the unity desktop, now GPU is cool, fan is silent and system is working crisp. seems like gnome need a lot to optimize and refine12:14
BluesKajlotuspsychje, it's about powerline ethernet on ubuntu and how it's affected by different electrical circuits12:15
lotuspsychjeBluesKaj: yeah ive readed it12:16
lotuspsychjextron: define your gnome problem please?12:16
xtronlotuspsychje, gnome is problem, it is resource hungry12:19
lotuspsychjextron: your cpu and ram please?12:19
xtroni7 6820, 16Gb, NVIDIA Quadro M1000M,12:22
xtronlotuspsychje, ^12:31
tomreynthen gnome's resource overhead should not be noticeable12:31
tomreynthere must have been some misconfiguration or, badly supported hardware.12:32
=== adikwok1 is now known as adikwok
xtrontomreyn, you mean there is overhead compare to unity?12:42
stevenmAnyone ever mounted something with FUSE (e.g. sshfs or curlftpfs) and then tried to umount it from the left hand pane of their file manager?  or even just simply calling 'umount /home/user/mydir' (as yourself, not as root) - and got back... "Permission denied"12:52
stevenmI'm failing to see why we'd get that - if something is mounted as *you* (not as root) to a dir owned by *you* - even if it is FUSE based - why doesn't umount let you unmount it?12:53
stevenm'fusermount -u' can do it - but I can't teach my file manager to use that :P12:53
ioriastevenm, use the "Connect to Server" tool  in Nautilus12:55
=== capella|away is now known as capella
solsTiCehi. I installed qtcreator. no example there. So I installed qtbase5-examples qtbase5-doc-html but I still get no example shown in qtcreator. What's the problem ?12:56
stevenmioria, no thanks - that doesn't do all the things I need it to12:56
=== adikwok1 is now known as adikwok
ioriastevenm, looks like a  bug btw12:59
ioriahttps://bugs.launchpad.net/debian/+source/nautilus/+bug/25417112:59
ubottuLaunchpad bug 254171 in nautilus (Ubuntu) "Nautilus can't properly unmount FUSE file systems" [Wishlist,Triaged]12:59
godzirraHey guys.  I'm running ubuntu 18.10, and I'm trying to get my apple trackpad 2 working with multitouch.  Everything I'm reading seems to say that it should do basic multitouch out of the box, but I can't seem to get it to do two finger scrolling or anything else.  How can I test multitouch for sure, and if it's not working, how can I fix it?13:07
stevenmioria, that link rings a bell - think i may have looked into this before :S13:08
stevenmthanks anyway13:08
ioriastevenm, anothe fm might help you debug your situation13:09
stevenmI use caja anyway not nautilus - but same issue - forks of each other13:09
stevenmthe issue is with it calling the wrong command13:09
TJ-stevenm: the GUI tools should/do use udisks13:15
stevenmTJ-, so it is udisks calling umount rather than fusermount -u ?13:20
TJ-stevenm: udisksd is a system daemon, user processes call it via dbus, or you can use "udisksctl" manually. That generally mounts user file-systems under /media/$USER/13:22
TJ-stevenm: udisks doesn't handle virtual file-systems like sshfs13:22
stevenmso my file manager Caja is likely falling back on normal umount13:23
stevenmas udisks has no knowledge of that mount13:23
TJ-stevenm: probably, yes13:23
TJ-stevenm: although without reading the source-code it's impossible to be sure13:24
stevenmi'd quite like to do things the udisks way (especially as it goes in /media/user/ and presumably removed unused dir's in there when unmounted)13:24
stevenmbut I'll have to see if there is anyway of having fuse based utilities for mounting the more exotic stuff - to work with udisks13:24
TJ-stevenm: this may offer some hope: https://askubuntu.com/questions/930536/how-to-make-a-fuse-filesystem-appear-on-media-user-without-root-or-changing-fs13:26
TJ-stevenm: in summary, it sounds like, as long as you do the fuse mount in a visible user directory, that  Nautilus should see/interact with it. Not sure if that means it knows how to unmount it though13:27
stevenmTJ-, I mount lots of things in /home/user/Mounts/ and they all show in the file manager fine - it's just unmounting them it doesn't handle13:31
stevenmi don't believe what they've written in that post about udisks 'learning' the mounts it can see13:31
TJ-stevenm: right, so presumably 'umount' is up to you then13:31
stevenmno evidence of that afaik13:31
stevenmif I wanted to tell udisksctl to mount something new - then does udisks only support certain types of things to mount?13:32
TJ-stevenm: I don't see anything there abour udisks learning. It talks about Nautilis seeing the mounts. That'll be because it subscribes to mount events by the user13:33
TJ-stevenm: udisks is for  block devices, not handling file-systems13:33
stevenmblock devices and loopbacks from files I'm guessing - only13:34
TJ-stevenm: it is a subtle distinction until, as you've found, you're dealing with pseudo-filesystems13:34
YounderDoes Steam still require 32 bit OpenGl librares?13:47
YounderGet a GlXChooseVisual failed..13:48
blackflowYounder: yes, it's still primarily 32-bit.13:52
Sky_Scraperhi guys, I got a problem, I'm running a virtual machine with ubuntu server in which I installed lxde and lightdm-dkg-greeter, running like a charm, but no way to make startup script working, I created .desktop files into ~/.config/autostart folder, copy/pasted from a KDE ubuntu virtual machine13:54
Sky_Scrapernot working, I also tried to add a command into /etc/xdg/lxsession/LXDE/autostart script, a command like: @konsole --noclose -e echo "yooo"13:54
Sky_ScraperI have konsole installed and working13:54
StrykarSky_Scraper, have you tried with konsole.Desktop in ~/.config/autostart/13:56
Kazdaxhi how do i get a  mail for unattended-installation which it happens13:59
Kazdaxsudo apt install apticron ?13:59
Kazdaxi set my main domains name to Name.org14:00
elias_aIs there a way to test a backup set made with Deja Dup?14:09
=== e_motion is now known as e_motion_away
bipulI would like to install Ubuntu Server 18.04 via preseed(Automatic installation). Here is my preseed file https://paste.ubuntu.com/p/Xbj8fyRv3G/ , I'm not sure How will be the configuration look's like in  /isolinux/tx.cfg and /boot/grub/grub.cfg. Please help.14:37
ducasse!crosspost | bipul14:59
ubottubipul: Please don't ask the same question in multiple Ubuntu channels at the same time. Many helpers are in more than one channel and it's not fair to them or the other people seeking support.14:59
=== capella is now known as capella|away
bipulOkay ducasse .15:00
puxavidaI have been following the zfs no linux for ubuntu and it has worked fine on 2 systems.  I tried it on a laptop with 2 256 gig ssds, but when I do the cryptsetup luksFormat the space created is only  8 mib, instead of the mostly available 256 gig ssd.  Any idea why?15:15
basalthey, is there a nice overview whats the different between ubuntu gnome and vanilla gnome15:29
TJ-puxavida: how are you using cryptsetup?15:32
puxavidaTJ-, you mean the parameters when using it?15:33
TJ-puxavida: right, and how you are determing this 8MiB space ?15:34
TJ-puxavida: all luksFormat does it create the header15:34
puxavidahere: https://github.com/zfsonlinux/zfs/wiki/Ubuntu-18.04-Root-on-ZFS15:34
puxavidacryptsetup luksFormat -c aes-xts-plain64 -s 256 -h sha25 /dev/sda115:35
puxavidaI use fdisk -l to check15:35
puxavidaafter doing cryptsetup luksOpen...15:38
TJ-puxavida: well crypsetup doesn't create a device using luksFormat, if you're checking the size of /dev/sda1 that was created by some other command you've done15:39
TJ-puxavida: If you're following that guide I presume you used sgdisk to create partition 1, as 8MiB15:39
puxavidaok, i'll try again.  I have been using the defaults and the other systems worked fine.  Maybe the previous format on the disks is doing something15:39
puxavidaI'm using 2.2b the luks setup with sgdisk15:42
puxavidasection 2.2b on that page15:42
TJ-puxavida: I think youi'll find those instructions are totally wrong! they have you create a minimial partition #1 and encrypt only that, not the disk, so there is no full disk encryption going on!15:42
puxavidayeah, just partition encryption15:42
TJ-puxavida: but as you've seen partition #1 is a mimimal size, not even sure why they do that it makes no sense15:43
puxavidait's looks a bit out of order from what I'm used to for /boot, etc15:44
SkidzHi @all15:46
TJ-puxavida: sgdisk -n1:0:0 is supposed to mean use the largest free block15:46
puxavidanot sure why in 2.2 you create part 2 then in 2.2b you make part 1 and 4??15:46
puxavidawhy not part 1 then 2 then 3, if needed15:47
TJ-puxavida: it does look illogical doesn't it?15:47
puxavidaI guess part 2 and 4 are set, but then part 1 setup should take the rest15:48
TJ-puxavida: i know of no reason that P1 needs to be main data partition. If I were you i'd create them in order of EFI-SP (EF00), BIOS-boot (EF02) zpool (8300 - though that is suppoed to indicate ext FS!)15:49
puxavidaI'll try some things and see what happens, thanks15:50
TJ-puxavida: I think what they're trying to do is 'be clever' with the multiple-of-2048 alignment by putting the BIOS Boot early (since it only needs ~1MB)15:50
TJ-puxavida: then they start the EFI-SP (FAT16/32) at sector 2048 in partition #215:51
puxavidai'm going to try the order I'm used to seeing and see what happens.  As long as grub install, fstab/crypttab have correct info, it should work15:52
TJ-puxavida: if you create those successfully, then "sgdisk -n:0:0:0 -t:8300 /dev/sda" should mean 0:0:0 creates the next partition number (0), starting from the first free sector (0), to end of disk (0)15:52
TJ-puxavida: leaving you with a partition #3 enclosing the remainder of the disk15:53
puxavidaok thanks15:53
bipulWhat does this error mean? find: File system loop detected; ‘./ubuntu’ is part of the same file system loop as ‘.’.15:55
Cheezwell poop. upgraded my first -remote- server to 18.04 from 16.04, seems to have come back up fine, but without sshd running15:56
Cheezeverything's working on it otherwise, just no access to it15:56
Cheezi'm gonna have to go drive to it15:56
SkidzBeen there, done that15:56
SkidzHave the mileage ;)15:56
Cheezi did a remote power cycle, no dice alas15:57
SkidzAnd no remote console?15:57
Cheezin theory i have kvm access via it's ILM card, but the remote access thing requires like java 4 and uses MD5 signed certs and works in IE6 only15:58
Cheezand funnily enough i don't keep a windows XP vm handy15:58
SkidzAh yes, old ILO required some pretty specific and horrific stuff to work. Gotten it to work after some time, but luckily the company ditched them.15:59
Cheezshould ask the hosts to upgrade the ilm card15:59
SkidzI remember eventually using the asx version instead of the java one... Might be wrong though.15:59
Cheezi suppose -technically- it's not terribly urgent, i mean everything's actually working,16:00
Cheezapart from sshd16:00
puxavidahmm, maybe it's because sda is actually my usb stick and sbb and sdc are the ssds :(  Didn't notice that till now.16:07
puxavidaMust be this laptop, I've never seen the ubuntu boot flash drive as /dev/sda, seemed to be sde on the desktop systems16:09
gunavaraHello all, anyone had problem with fans on a laptop going full speed all the time (25500rpm on Asus rog) while the temperature on cpu and videocard is 30C ? (ubuntu 18.10)16:09
freerouteubuntu extended LTS support to 10 years, is the last LTS (16.04) also going to get extended support like that?16:09
puxavidamaybe that is why they say use /dev/disk/by-id since the sda, sdb, etc. can change16:10
puxavidaUUIDs never change, I guess16:10
geirhauuid is an identifier for the filesystem, so the uuid will typically only change when you (re)format a partition (mkfs)16:14
edenHey I just upgraded to 18.1 from 18.04... took awhile on first boot then worked fine. However on a second boot its just hung on the ubuntu splash. Any steps to troubleshoot this?16:14
freeroutegunavara: oof, generally it's a firmware thing, so most likely it's hardware-dependant and hard to fix. See if you can adjust it using fancontrol and see what's in /bus/platform/drivers/acpi-fan... other than that, if you don't know how to write drivers I predict a bleak future for those fans.16:14
edencan I do a verbose mode or similar and hopefully see where its hanging?16:15
freerouteeden: stick to LTS next time. And yes, you can have verbose mode by pressing Esc during boot.16:16
TJ-puxavida: yes, that was what I assumed; I also assumed you'd verified what device sda was16:17
puxavidaTJ-, yeah, vigilance in checking the details - I should never assume... based on previous installs :)16:19
sruliTJ-: hiya, giving up on my issue, will try to make time to reinstall my pc with 18.04, hopefully wont have the issue there16:21
tomreynfreeroute: 16.04 LTs is niether the last (final) nor the latest (18.04 LTS is) LTS release. 10x support will only be introduced starting 18.04 LTS, and as far as i know it's not yet clear which releases / packages this applies to.16:23
edenfreeroute: so I went to recovery mode, did a network enable then dpkg (didn't find anything I don't think), then continued and it booted. It said something about not enabling graphics drivers.... should I look into updating nvidia maybe?16:23
tomreyni mean variants / flavours, not releases.16:23
freerouteeden: I have no experience with nvidia, in fact I avoid it because of such risks.16:24
* tomreyn +116:24
edenokay, guess more generally I mean to ask, Ubuntu hangs on boot, I recover mode and then basically continue... any general steps on identifying what is different, what didn't load, etc?16:24
edenIt was also snappy to boot, its been slow for many months for me, the boot process.16:25
tomreyneden: the 'journalctl' annd 'dmesg' commands provide access to system logs16:27
ryuotomreyn: meaning the 3-5 windows for Desktop may remain the same?16:29
ryuoyear*16:29
tomreynryuo: i don't know, all i have seen so far is a quote of shuttleworths' announcement, and it is not specific on this.16:30
hggdhryuo: still to be explained, I think. Certainly the 10y will apply for the server, desktop IDK16:30
ryuook.16:30
edentomreyn: thanks, I'll look at those commands, any options/tips to specifically target logs on the boot process, or actually the one before that failed?16:31
srulihow can i decrypt a gpg file without the key in keyring? i want to gpg --decrypt /file --key=/path/to/my.key16:32
edenahh --dmesg16:32
gambl0reBluetooth: hci0: last event is not cmd complete (0x0f)16:34
gambl0reim using kubuntu and bluetooth isnt playing any sound even though the device is paired. anyone know if this is a bug and if theres a fix? thanks16:35
Not_White_RabbitHi. I'm trying to build apps without Android Studio, just packages available for ubuntu 18.04. Building fails with "NoClassDefFoundError: com/google/protobuf/MessageOrBuilder"16:38
=== JimBuntu is now known as Jiminix
tomreyneden: "journalctl -b" for logs starting with the latest boot16:38
edenjournalctl -b-1 is showing me last boot log, interesting stuff, lots of stuff that looks like errors16:38
=== Jiminix is now known as JimBuntu
edentomreyn: anyway to watch that log while it boots?16:40
edenI couldnt seem to get a verbose mode going... even in recovery.16:40
tomreyneden: https://wiki.ubuntu.com/DebuggingKernelBoot16:42
tomreyn2nd paragraph, "Capture information from a bad boot and post to your bug report"16:43
edenthanks tomreyn, I'll dig into that. I'm also considering disabling any/all services I can and nvidia and just see if that resolves it, then enable one by one... seems like a logical approach.16:50
Kazdaxwhats a good windows manager for ubuntu16:51
Kazdaxis the default one gnome good enough ?16:51
Kazdaxi am mainly need it for being good to look at and ease to use16:51
Kazdaxto pull up programs and such16:51
sruliKazdax: try default one and see16:52
Kazdaxi like so far16:52
edenKazdax: gnome is great, I like it. There is also KDE which is fantastic too. I'd check those out. There are lighter ones too, if you have less hardware power I'd look into those16:52
Kazdaxya ill look into KDE16:52
Kazdaxbefore KDE used to be used because it was more advance than gnome right16:53
Kazdaxmy before i mean like 15 years ago16:53
Kazdaxby*16:53
edenKazdax: also budgie I find pretty slick and fully functional / solid.16:53
lotuspsychje!windowmanagers | Kazdax16:53
ubottuKazdax: A desktop environment is what "puts the pieces of a !GUI together". The available desktop environments in Ubuntu are !GNOME (ubuntu-desktop), !KDE (kubuntu-desktop), !Xfce (xubuntu-desktop), !LXDE (lubuntu-desktop), IceWM, !Fluxbox, WindowMaker (wmaker), FVWM and others - See also !Flavors16:53
freerouteKazdax: you sure you mean a window manager instead of desktop environment? Because you just mentioned a DE.16:53
freerouteoh lol nvm16:53
Kazdaxi like ubuntu specially over windows16:54
=== SimonNL is now known as SimonNL_Afk
Kazdaxits like when it boots and you get to the ubuntu desktop16:54
Kazdaxyou can open files as soon as it boots into the OS16:54
Kazdaxrather than like windows where you need to wait for all the programs to load16:55
tomreyneden: chances are you just need a newer nvidia driver. "lspci -knn | grep -A3 VGA" tells you which model(s) you have and which modules are in use to manage / drive them. for ubuntu maintained proproietary drivers, use "ubuntu-drivers devices" and "ubuntu-drivers list"16:55
tomreyneden: and maybe you need !nomodeset16:55
freerouteKazdax: and the cool thing is that you can customize it to load even less than that. Just only load the things you need :)16:57
edentomreyn: very helpful. Thanks for these I'll start there! I ran lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA and it looks like nvidia is in use, after starting through recovery mode... still good idea to upgrade driver I think.16:57
tomreyneden: as you can tell from 'cat /proc/cmdline' reocvery mode enables !nomodeset (normal boot does not, by default) which is why you could then continue the boot.16:59
edentomreyn: very likely! may have saved me a headache there, going to try that next.17:00
tomreyneden: your lspci oneliner returns nothing for me.17:00
edenhmmm wonder if hexchat mangled it, working for me... let me find reference: https://askubuntu.com/questions/68028/how-do-i-check-if-ubuntu-is-using-my-nvidia-graphics-card17:02
tomreyneden: the code is buggy, filters out numeric hex values (in PCI bus addresses) only17:02
edenfirst answer not accepted.17:02
edentomreyn: good call, I just copy pasted and didn't look at it much, my regex is pretty bad.17:02
edendid work for me though17:03
wubwubtuhello, I can't get sound from my headphone outputs (nor front or back) audio settings says that I am transmitting audio from a dummy output. Here is my lspci - https://apaste.info/vOUz17:04
freeroutewubwubtu: whooo boy. Audio problems on Linux. All I can say is... good luck.17:04
wubwubtuThanks.17:05
lotuspsychjefreeroute: please if you dont know the answer, try to be helpful instead17:05
freerouteI wished him good luck, that's all I can do. he/she will need it most likely.17:06
gambl0refreeroute, i dont understand the point of writing that. it's pointless17:06
gambl0reprovides no help17:06
gambl0reanyways my bluetooth is not working on kubuntu? i tried installing pavu but still not working. any advice?17:07
freeroutemaybe for the moral of whoever is asking for help? Also as a warning to users who deal with audio on linux?17:07
lotuspsychjefreeroute: a warning for what?17:07
gambl0rehe's just being a fucking jerk.17:08
srulihow can i decrypt a gpg file without the key in keyring? i want to gpg --decrypt /file --key=/path/to/my.key17:09
freeroutein what absolute terrible state audio on linux is. Here's another advice, wubwubtu. If you want to do anything related to multimedia editing, best go with a Mac. It's best to go with the best tool for the job anyways.17:09
wubwubtuI ran alsa-test and it generated a link: https://www.alsa-project.org/db/?f=77cb71b60ba648a61c960a1681d4da23995db98817:10
lotuspsychjefreeroute: please dont do that, you cant generalize things like that17:10
freeroutesome things are just vested in reality, sorry.17:10
TJ-wubwubtu: are there HDMI audio devices? We often see the HDMI audio gets detected first and therefore becomes Card 0; and the tools all default to using the first device as output17:11
lotuspsychjefreeroute: feel free to discuss it in #ubuntu-discuss17:11
freeroutenah, I'm done with spending time on that.17:12
TJ-freeroute: That is not true; I use a Linux Digital Audio Workstation with Ardour, complete with external I/O mixers and control surfaces17:12
tomreynsruli: gpg expects secret keys to be stored in keyrings, it's how it works. you don't need to pollute your existing keyring, but can create and use a different one using the --homedir option.17:12
freerouteTJ-: congrats on being the 1%. When it works it works great but...17:12
TJ-sruli: You can't you need to use a temporary keyring and import the key into it first17:12
srulitomreyn: TJ-: i get it, i was hoping to be able to easily decrpyt a file on another users PC without leaving anything behind17:13
wubwubtuTJ-:  I only have dummy output according to Volume Control17:13
wubwubtuand it's supposed to show all output devices17:15
wubwubtuAlso this thing doesn't even have HDMI ports.17:16
TJ-wubwubtu: OK, so we need to dig a bit. show us "pastebinit <( lspci -nnk; aplay -l )"17:16
stormbardhey I'm seeing message printed to the screen right before the grub boot menu is displayed. Is there any place these are stored?17:16
stormbardor any way I can pause before the grub menu?17:17
wubwubtuTJ-: http://paste.ubuntu.com/p/9yhpGPxRBS/17:17
lotuspsychjestormbard: what messages are you talking about?17:17
wubwubtuTJ-: It should be an integrated interface17:18
wubwubtuAudio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) [1002:4383] (rev 40)17:18
gambl0recan anyone help me get my camera and bluetooth to work? bluetooth is paired but theres no audio output17:18
TJ-wubwubtu: does it have speakers?17:18
TJ-wubwubtu: try this as a test, too: " speaker-test -Dfront:CARD=PCH -c 2 -t wav "17:18
XenophonFhow do I type Alt-F2 in Gnome Temrinal?17:19
XenophonFthat keeps popping up the Gnome run dialog box17:19
stormbardlotuspsychje: I'm not exactly sure as I they go by so quickly, I do see the words compression and error. May be something with zfs17:19
TJ-wubwubtu: well good news is, there is a sound device, so now show us "pastebinit <( aplay -L )" - this lists all the device source/sinks17:20
lotuspsychjestormbard: are you using zfs? and wich ubuntu release?17:20
wubwubtuTJ-: https://apaste.info/aHC9 and http://paste.ubuntu.com/p/R58X9FC4Nf/17:21
tomreynstormbard: if it's *before* the grub menu loads then it's either part of the BIOS POST or a message grub prints during initialization (i dont remember seeing it do this, though).17:21
stormbardlotuspsychje: I am using a zfs root pool to boot off of. Ubuntu 18.0417:21
lotuspsychjestormbard: desktop or server?17:22
stormbardserver17:22
tomreynstormbard: and none of those are looged on disk since the disk is not writable  (at least not by grub / linux, which is not even loaded then) at the time.17:22
lotuspsychjestormbard: come join in #ubuntu-server please17:22
tomreynstormbard: if the message displays during boot, hitting the pause key may actually help reading it.17:23
TJ-wubwubtu: ah, card is SB, so test with: " speaker-test -Dfront:CARD=SB -c 2 -t wav "17:23
stormbardtomreyn: I'm thinking grub initialization and I'll give that a try17:24
=== daniel is now known as Guest41183
Kali_YugaHello tried to make a dual boot install with windows 10. but when I start my pc now I just get Intel R boot agent GE. and that it didn't find a boot sequence17:24
TJ-wubwubtu: also, let's check how PulseAudio sound server is configured: "pastebinit <( pactl info )"17:25
Kali_YugaI tried switching around in bios between UEFI/Legacy but that didn't make much difference17:25
EoflaOEKali_Yuga: Is it BIOS or UEFI? and did the error messages appear during installation?17:25
Kali_YugaNo the installation went throu but when I restartet it gave me that message17:26
Kali_YugaI think it's UEFI17:26
wubwubtuTJ-: yes, I can hear the audio with that speaker test: https://apaste.info/7fUQ - also pactl: http://paste.ubuntu.com/p/wCVfbchQ7k/17:26
gambl0recan anyone help me?17:26
lotuspsychjegambl0re: try a tail -f /var/log/syslog and plugin your BT device to catch usefull errors17:26
gambl0reok17:27
TJ-wubwubtu: great news, and it seems you've got PA configured with "Default Sink: auto_null" so if you're using a desktop environment you need to access its Sound Config (possibly through the indicator sound icon) and select the preferred output device17:28
gambl0relotuspsychje, https://pastebin.com/mw4YsrAk17:28
lotuspsychjegambl0re: that sounds fishy Bluetooth: hci0: SCO packet for unknown connection handle 017:29
gambl0re?17:30
lotuspsychjegambl0re: your kernel version please, and do you have a realtek wifi chipset?17:30
gambl0relotuspsychje, how do i check that17:30
wubwubtuTJ-: hmm, I can't using pavucontrol - is there another place where I can do that?17:30
TJ-wubwubtu: ok, then you've a permissions issue if only the dummy device is thre17:31
lotuspsychjegambl0re: uname -a && sudo lshw -C network17:31
TJ-wubwubtu: "If the only playback device is the Dummy Output, PulseAudio can not access your sound devices. Either the user has no permissions or some other process is blocing it"17:31
Kali_Yugacan boot-repair fix that? I'm just sitting on a live stick right now :/17:31
gambl0rethis is my kernel 4.15.0-39-generic17:31
lotuspsychjegambl0re: ok that looks up to date17:31
TJ-wubwubtu: so show us "pastebinit <( ls -la /dev/snd/* )"17:31
Kali_YugaIdk what I messed up17:32
gambl0relotuspsychje, https://pastebin.com/VDKU6Bv817:32
wubwubtuTJ-: I don't know if I have done anything wrong, this is a fresh install. http://paste.ubuntu.com/p/WB5MfmWRp4/17:33
lotuspsychjegambl0re: older, related bug here: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/143069617:33
ubottuLaunchpad bug 1430696 in linux (Ubuntu) "Bluetooth audio instability: Bluetooth: hci0 SCO packet for unknown connection handle" [Medium,Confirmed]17:33
EoflaOEKali_Yuga: Try the boot_repair and see.17:35
gambl0reso theres no fix meaning im screwed basically17:35
lotuspsychjegambl0re: i never said there's no fix, we are still investigating right, im helping widen your paths17:40
lotuspsychjegambl0re: a good start would be to affect yourself to the bug, tell your story its still happening on 18.04.117:40
Kali_YugaEoflaOE: should I get the windows or the grub bootloader now?17:40
gambl0realso how do i turn on the webcam. i dont see any camera function key on my keyboard. do you know? im using a lenovo thinkpad t480s17:40
lotuspsychje!info cheese | gambl0re17:40
ubottugambl0re: cheese (source: cheese): tool to take pictures and videos from your webcam. In component main, is optional. Version 3.28.0-1ubuntu1 (bionic), package size 137 kB, installed size 448 kB17:40
EoflaOEKali_Yuga: Get the grub one.17:40
gambl0relotuspsychje, i installed cheese. and the webcam seems to be working except that im seeing a green static like video17:42
lotuspsychjegambl0re: try to restart the bluetooth service with systemd and try again17:45
aroralotuspsychje: How is bluetooth service related to webcam?17:45
Kali_YugaIn which device do I need to install the grub bootloader. I've made a dual boot partition like I said. My hDD is I think the hitachi one. the 600gb is the linux partition? https://www1.xup.in/exec/ximg.php?fid=1473163217:45
lotuspsychjearora: im also helping him with his BT audio problem, scroll up please17:45
TJ-wubwubtu: OK, I'm guessing your user isn't a member of the "audio" group. Show us "pastebinit <( echo $USER; groups )"17:45
Kali_Yugaso is it sda or sda6? I think it's sda but i'm just making sure17:45
EoflaOEKali_Yuga: Try the /dev/sda first.17:45
Kali_Yugaok will do17:45
gambl0reyou want me to restar the bluetooth service?17:45
gambl0rebut we didnt make any changes17:46
TJ-Kali_Yuga: "grub-install" is always to the physical device; it figures out which partition to use, if required17:46
* arora sends his apologies to lotuspsychje 17:46
lotuspsychjegambl0re: we are still investigating right? there's no magic red button to solve everything in ubuntu17:46
lotuspsychjearora: np mate17:46
wubwubtuTJ-: not my user is not in the audio group. I'll add my user to the audio group and re-login.17:47
wubwubtu*not17:47
wubwubtu*no17:47
wubwubtudamnit17:47
TJ-wubwubtu: :)17:47
gambl0relotuspsychje, ok how do i restart bluetooth services?17:48
TJ-lotuspsychje: usually, for Bluetooth audio devices, the issue is that pulseaudio's module-bluetooth-discover isn't loaded17:49
wubwubtubrb17:49
lotuspsychjegambl0re: systemctl restart bluetooth17:49
lotuspsychjeTJ-: is that the A2DP i keep reading?17:50
gambl0relotuspsychje, ok i restarted bluetooth service. you want me to reboot?17:51
lotuspsychjegambl0re: no, try again now with your device?17:51
TJ-lotuspsychje: A2DP is Advanced Audio Distribution Protocol17:52
TJ-lotuspsychje: there are also 'headset' profiles17:52
gambl0reok17:52
TJ-lotuspsychje: but the issue usually is that PA isn't discovering the BT devices17:52
lotuspsychjeTJ- gambl0re i also found a few of these: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/172127117:52
ubottuLaunchpad bug 1721271 in linux (Ubuntu) "Bluetooth and Wifi: coexistence Problem" [Medium,Triaged]17:52
SwaggerArchlotuspsychje: hate bluetooth devices with android .. either hit or miss with bluetooth 3.0 or bluetooth 2.017:53
TJ-lotuspsychje: gambl0re use "pactl list modules | grep bluetooth" - you should expect to see module-bluetooth-policy, module-bluetooth-discover, and module-bluez5-discover17:54
gambl0relotuspsychje, still not working. but i found this. https://askubuntu.com/questions/239209/no-sound-from-bluetooth-headset-but-its-detected17:54
gambl0relook at the second answer17:54
TJ-gambl0re: sorry, that should be "pactl list modules | grep blue"17:54
gambl0reTJ-, ok one sec17:56
gambl0rehttps://pastebin.com/A60BSumg17:57
TJ-gambl0re: that looks good, so you should see the device as a sink (output) in pavucontrol (the PulseAudio GUI)17:58
wubwubtuTJ-: did not work :( pacmd list-sinks still says that I only have null output17:59
TJ-gambl0re: for some headets you may need to use the bluetooth config application to tell it to connect to the correct service on the device (if it offers multiple profiles e.g: A2DP, HSP )17:59
gambl0reTJ-, i see the bluetooth device in pavu17:59
gambl0reits just theres no audio18:00
wubwubtuhttps://apaste.info/EFkg18:00
TJ-wubwubtu: if the user wasn't in the 'audio' group that suggest the user is also missing from other impirtant groups.18:00
TJ-gambl0re: you've selected it as the output device and are actively streaming audio data to it?18:00
gambl0rewait. let me double check18:01
wubwubtuTJ-: these are the groups: myuser adm cdrom sudo dip plugdev lpadmin sambashare18:01
gambl0reoh shit its working18:01
gambl0reit was selected as output device18:01
gambl0reit wasnt...18:01
gambl0rehowever the sound quality is really low. like listening out of a radio18:02
gambl0rebut we're making progress. thanks guys18:02
lotuspsychje!cookie | TJ-18:03
ubottuTJ-: Wow! You're such a great helper, you deserve a cookie!18:03
gambl0rein pavu theres a configuration tab. when i set the Profile dropdown to High Fidelity Playback it doesnt work and goes back to laptop audio18:03
gambl0reit works but like i said the quality sound is low.18:04
gambl0renevermind...fixed!!!18:04
TJ-gambl0re: poor sound quality suggests it is using headset profile; you want A2DP instead. You should be able to choose that, if it is available, in the bluetooth control panel for that device18:05
gambl0rei had to set Built in Audio Profile to Digital Stereo (HDMI 2) oUTPUT18:05
TJ-wubwubtu: Try this: "pulseaudio --kill && pulseaudio --start" then test again18:05
gambl0redamn....this is amazing. thanks guys. is there a way to donate money?18:06
wubwubtuTJ-: yeah that worked. I'll reboot and see whether this persists.18:09
lotuspsychjegambl0re: ubuntu works with volunteers, money isnt needed here18:10
gambl0reok...well thanks for your help everyone!18:11
wubwubtuTJ-: it doesn't persist :(18:16
wubwubtuso should I add that line to my login script or something?18:16
TJ-wubwubtu: OK, but we proved it /can/ work so we've narrowed the cause. I did some research. One reason can be some other application or service exclusively opening the sound devices at start-up.18:17
TJ-wubwubtu: there is a suggest to check "cat /etc/default/speech-dispatcher" that should show RUN=no" (if it is 'yes' it needs changing.18:18
TJ-wubwubtu: if that is set to 'no' then we can investigate other services that might be causing it18:18
wubwubtuhmm, well whatever it is, it's most likely a bug (that needs to be fixed) so should I file it?18:18
wubwubtushow RUN=no here18:18
freeroutesound broken on fresh install? Yep sounds like a bug to me.18:19
freeroutedoes it sounds like a bug to devs? Hmmm...18:20
lotuspsychjefreeroute: can you stop that please18:21
platzhirschI am in a public WiFi and when trying to tunnel via OpenVPN I get: no route to host: xxx.xxx.xxx.xxx:443 which doesn't seem to make any sense to me? 443 is surely open for HTTPS and there is no domain that needs to be resolved18:22
platzhirschhow can I further debug this?18:22
sruliplatzhirsch: is 443 open on the vpn server and is it nat?18:23
melkorDoes anybody know the latest version of cuda that can be install on 18.04?18:23
=== SimonNL_Afk is now known as Simonnl
melkorpreferably with the default gcc.18:24
platzhirschsruli: I am using a commercial vpn server, so I suppose. Used the configuration files from NordVPN18:24
tomreynplatzhirsch: does the public wifi have a capture portal? if so, have you gone through it, yet?18:25
sruliplatzhirsch: so its nordvpn when did you get the IP? i know they add and remove servers frequently, can you ping the ip?18:25
wubwubtuso just as a temporary hack I can just run these commands on login. In ubuntu where is the best place I can do that? Specify commands to run on login.18:26
hethkaris it possible to start xampp without sudo ?18:26
platzhirschsruli: wasn't able to ping it, I just redownloaded all the configs but maybe they didn't update it?18:27
platzhirschmaybe I just try more servers18:27
tomreynhethkar: where do you read "xampp" (and what made you think it is something you start?)18:28
TJ-platzhirsch: the 'public wifi' may be blackholing known VPN destinations18:28
platzhirschugh... that would be really nice. Thank you providing me with this unsecured WiFi and I can't even secure it ^^18:28
platzhirschtime to set up my own vpn server18:28
sruliplatzhirsch: nordvpn does not provide ip's in their config, they provide domainnames, what is the ip you are trying? and as tomreyn asked are you connected to the wifi portal fully? can you access internet from that device without von?18:28
platzhirschI can, yes18:29
platzhirschin that case, I should try resolving it first through my phone hotspot and see if the IPs match up18:29
TJ-sounds like the service is null-routing the VPN IPs18:29
sruliplatzhirsch: this si a nordvpn server, can you ping it? 195.242.213.11418:29
hethkartomreyn: the xampp package which is started as "sudo /opt/lampp/xampp start"18:30
tomreynplatzhirsch: what does this return (also try replacing this ip address by theat of the vpn server you're using)? echo -e "HEAD / HTTP/1.0\n\n" | nc -vv 195.242.213.114 44318:32
platzhirschsorry, had to reconnect WiFi, yes I was able to ping that IP18:32
tomreynhethkar: this doesn't seem to be an ubuntu package, those don't install to /opt18:32
platzhirschalso I looked into the config file and it has IP addresses hard coded18:32
platzhirschso I guess that's the problem18:32
sruliplatzhirsch: if you were able to ping it might be the original server is down18:32
sruliplatzhirsch: takes 5 minutes to setup your own and you dont need to rely on the promises of comapnies without a face that they wont keep logs and track you18:33
hethkartomreyn: yes its not ubuntu package, i am wondering if such services can be started with use of sudo18:33
sruliplatzhirsch: for docker you can use this https://github.com/kylemanna/docker-openvpn or for vm this is a good guide https://www.linode.com/docs/networking/vpn/set-up-a-hardened-openvpn-server/18:35
tomreynhethkar: generally, you can run everything using sudo, unless it specifically prohibits it. most of the time, running things through sudo is a bad idea, though, and sometimes it will even break things. whether you can or should run this /opt/lampp/xampp with sudo or not, i could not know, since i don't know what it is (I do know what the abbreviationb XAMPP stands for in general, but this doesn'T help)18:35
lucidguyok, I can't figure out how to manually set the default gateway on 18.04 while using DHCP18:36
tomreynhethkar: generally, running random software you possibly downloaded via insecure means with sudo is a very bad idea.18:36
hethkartomreyn: thanks18:37
sruliTJ-: someone told me this morning that facebook managed to crack vpn encryption as when he logs in using vpn they still know its him :-) the vpn companies really need a beating for not telling users that just encrypting their traffic to their servers does not do much against tracking18:37
tomreynhethkar: ..because this enables this software to break your entire system, steal your data, and whatnot. more often, it will just break things and you won't be able to find out what or how.18:37
tomreynhethkar: this said, there are exceptions to this general rule. since you provide no further information on this software i cannot coment on whether this may be the case here.18:38
platzhirschsruli: it worked… did my last messages appear here? I probably got disconnected18:39
sruliplatzhirsch: last message i see is "so I guess that's the problem"18:39
TJ-lucidguy: if you're using desktop edition, then edit the connection (via the nm-applet indicator icon). On the connection's IPv4 tab, press the "Routes" button, then tick "use this connection only for resources on its network"18:39
TJ-lucidguy: once you've done that, you can set your own default route as needed18:40
lucidguyTJ-: this is server18:40
tomreynplatzhirsch: and yes you timed out18:40
platzhirschBasically, I kept using configuration files that didn't work, but when I picked the first in list, it worked... so the rest of them probably changed18:40
TJ-lucidguy: so you're using systemd-networkd ?18:40
sruliplatzhirsch: yes they frequantly change servres, you need to keep downloading the configs, i once wrote a script to update norvpn config files18:41
TJ-lucidguy: you may be configuring the network via netplan (/etc/netplan/*) or via /etc/systemd/network/18:42
=== coconut__ is now known as coconut
platzhirschsruli: okay. Thanks for helping me out here, I was so sure something is wrong with my local network settings18:43
lucidguyTJ-: This I know, I just can't seem to overide the DHCP behavior.18:44
platzhirschalso stumbled over this hidden endpoint https://nordvpn.com/api/server18:45
platzhirschNow my last wish would be an OpenVPN server that uses port 53 that I don't have to maintain ^^18:45
wubwubtuwhat is the recommended way to specify commands to run on login on 18.04?18:45
TJ-lucidguy: well, once you've figured out where the interface is configured, you can use the relevant man-pages or docs to find out.18:45
lucidguyTJ-:I've been trying, and have failed, hence the inquiry :)18:46
TJ-lucidguy: right, but we cannot tell you until you find out how it is being done :D18:46
TJ-lucidguy: I've told you where to look18:46
puxavidaTJ-, got 18.04 working with zfs raid1.  Helps to use the correct device names ;)18:47
lucidguyTJ-:Appreciat the response.. I'll keep hacking away here.18:47
TJ-puxavida: nice one; was it the scsi device name, or the zfs name, that was at fault?18:47
puxavidaassumed sda was the first ssd, when in this case it was the ubuntu flash drive installer.  using sdb/sdc worked and used part 1 bios boot, 2 /boot, 3  zfs on luks18:52
wubwubtuTJ-: correction: "pulseaudio --kill && pulseaudio --start" doesn't work anymore, so it doesn't matter if I add it on startup18:55
wubwubtu-_-18:55
TJ-wubwubtu: hmm, then something else has 'grabbed' the sound device I think, based on earlier research18:57
TJ-wubwubtu: I wonder if lsof might tell us18:58
wubwubtulsof /dev/<soundcard> ?18:59
TJ-wubwubtu: try "lsof /dev/snd"18:59
TJ-wubwubtu: I see "pulseaudi" "alsa-sink" and "alsa-sour"19:00
wubwubtuhttps://apaste.info/PFal19:01
freerouteI'd suggest just dumping pulseaudio and going with ALSA+JACK like any sane person dealing with audio does... but that would probably break your Ubuntu ;)19:02
TJ-wubwubtu: is this a fresh install of 18.04 ?19:03
wubwubtuyep19:04
wubwubtuis this something hardware dependent though?19:04
TJ-wubwubtu: let's try the speaker test again. "speaker-test -Dfront:CARD=SB -c 2 -t wav"19:05
Kon-While we're here, is it possible to hide entries in pavu control? I see a lot of redundant virtual devices every time I adjust volume from my desktop19:05
wubwubtuTJ-: yeah that works19:06
BenderRodriguezhello19:06
BenderRodriguezI need help19:07
BenderRodriguezMy mouse scroll wheel speed is very low19:07
BenderRodriguezand there doesn't seem to be an option to increase it19:07
BenderRodriguezhow do I do this?19:07
BenderRodriguezthe Mouse & Touchpad page does not show an option to alter the wheel scroll amount19:07
wubwubtuTJ-: but PA is still set to dummy output19:08
xamithanhttps://bugs.launchpad.net/gtk/+bug/12444019:09
ubottuLaunchpad bug 124440 in ubuntu-system-settings (Ubuntu) "[enhancement] Ubuntu needs a way to set mouse wheel scrolling speed" [Wishlist,Triaged]19:09
xamithanYou out of luck,  at least in gnome19:09
TJ-wubwubtu: right, so the issue seems to be PA not being able to figure out what ALSA is offering. Let's try the brute-force-and-ignorance approach and reinstall the packages in case some config has gone wrong. "sudo apt purge alsa-base pulseaudio && sudo apt install alsa-base pulseaudio"19:09
BenderRodriguezxamithan: sigh...and people say Linux Desktop is awesome19:09
xamithanIt is,  if you don't use gnome that takes away features19:10
BenderRodrigueza 10 year old unresolved bug19:10
BenderRodriguezwtf?19:10
wubwubtuTJ-: will that not break my system?19:10
TJ-wubwubtu: more than it is right now?19:10
freeroutegood question19:10
TJ-wubwubtu: all it does is remove and reinstall the same packages, ensuring the config files are the originals19:11
wubwubtuI mean, everything seems to work except audio19:11
wubwubtuThe following packages will be REMOVED:19:12
wubwubtu  alsa-base* pulseaudio* pulseaudio-module-bluetooth* xubuntu-core* xubuntu-desktop*19:12
wubwubtuuh...19:12
freeroutelol19:12
wubwubtuaccording to that it will also remove my desktop19:13
freeroutewho needs a working desktop when you can have working audio xD19:14
TJ-wubwubtu: nah, those are mostly meta-packages. to cope with that, after you've run the first command do "sudo apt install pulseaudio-module-bluetooth xubuntu-core xubuntu-desktop"19:15
pi0how do i troubleshoot acivation of network connection failed19:15
TJ-freeroute: if you've nothing constructive to offer please take it to #ubuntu-discuss or #ubuntu-offtopic19:15
TJ-pi0: firstly, what reported that? where did you see it?19:16
pi0i believe its my wifi19:16
pi0i connected to school wifi19:16
pi0now its not allowing it to connect19:16
wubwubtuTJ-: so "sudo apt purge alsa-base pulseaudio && sudo apt install pulseaudio-module-bluetooth xubuntu-core xubuntu-desktop" in total?19:17
TJ-wubwubtu: Yes19:17
pi0TJ-: its from my wifi connection on gnome i assume19:18
TJ-pi0: There's some good verbose logging from Network Manager in /var/log/syslog that should help you figure out what is going on19:18
wubwubtuTJ-: done, so should I relogin now or reboot or?19:21
timelesson ubuntu systems that rely on apt-daily.timer to run apt.systemd.daily, is there any reason that APT::Periodic::AutocleanInterval shouldn't be defined to a positive integer?19:21
timelessour 10gb root disks keep running out of space because /var/cache keeps filling up w/ old packages19:21
lordcirthtimeless, 'autoclean' might not be enough, you might need 'clean'19:24
timelesslordcirth: yeah, i understand clean is considerably more aggressive19:25
* timeless is trying to figure out where this file came from19:25
timelesswe have a /etc/apt/apt.conf.d/02periodic which seems to have fairly standard content, but...19:25
lordcirthautoclean only removes stuff that you can't even download from repos anymore19:25
pi0hey TJ- no luck19:26
TJ-wubwubtu: logout ought to be sufficient, but reboot won't hurt to be sure19:26
pi0is there anything i should specifically look for?19:26
wubwubtuk here we go again, brb19:27
TJ-pi0: messages indicating some kind of problem; reading logs is an art but start from where it definitely failed and work backwards seeing what led up to it not connecting19:28
* compdoc slaps Exagone313 around a bit with a large trout19:30
SomniadSo. I installed lubuntu, and everything seemed to be going fine. Restarted. "unknown boot device"? OK, weird but selecting it booted to lubuntu. Restart to check on Windows and... Boots right to windows.19:32
SomniadSo I put Windows at the bottom of the boot order and it's still doing it.19:32
SomniadLubuntu is definitely installed, I just can't get to it for some reason.19:32
TJ-Somniad: is the boot method UEFI or BIOS?19:33
SomniadUEFI19:33
SomniadShould I change it?19:33
TJ-Somniad: no, but that means the default boot device is set in the firmware. You can check from Linux the BootOrder with "efibootmgr -v"19:34
SomniadLemme boot up the live USB real quick19:34
TJ-Somniad: also be aware with Windows in UEFI mode, it may have enabled 'fastboot' so it goes immediately into Windows without consulting the boot menu/order19:35
SomniadOh, so I should go figure out how to disable that then.19:35
TJ-Somniad: I understand it can be done from some shutdown/advanced menu options in Windows19:36
SomniadInteresting19:36
SomniadUh19:36
SomniadLemme take a picture of thud19:36
Somniad*this19:36
SomniadTJ-: https://imgur.com/a/lL17BuU19:39
SomniadAm I reading this wrong or is lubuntu supposed to be first in the order according to this19:39
elias_aSomniad: What is it that is supposed to be in that picture?19:40
SomniadHA19:40
SomniadWhoops.19:40
TJ-Somniad: I can't see anything; seems like imgur is relying on some 3rd party javascript to display images19:40
bpromptdoubt it, can't see anything either19:41
SomniadMy upload speed is actually just awful19:41
TJ-Ahhh! thanks; it has worked up to now :)19:41
SomniadAnd I closed out of it too fast somehow19:41
SomniadOne sec lol sorry19:41
Somniadhttps://i.imgur.com/uUN0Z13.jpg19:42
SomniadThis.19:42
SomniadI'm going to go try to disable fast boot, that seems likely the culprit19:43
TJ-Somniad: so 0000 (Ubuntu) isn't in the BootOrder, so never gets a look in19:43
SomniadOh. I see! Uh, how do I bump it up?19:44
TJ-Somniad: use efibootmgr19:44
SomniadLookin at the man page here.19:45
SomniadNot very helpful since I don't know what all this means lol19:45
TJ-Somniad: "efibootmgr --bootorder 0000,001D" would set Ubuntu first, Windows 2nd19:45
=== caravena_ is now known as caravena
SwaggerArchgoogle efibootmgr also look at youtube videos to understand what you need to know.. Question to ask is efibootmgr will correct boot problem19:47
SwaggerArchsure ubuntu has something in there wiki with same problem19:48
SomniadDifferent problem, how do I sudo on a live USB lol19:48
SwaggerArchefibootmgr  is  a  userspace  application  used  to  modify  the Intel Extensible Firmware19:49
TJ-Somniad: "sudo ..."19:49
SwaggerArch       Interface (EFI) Boot Manager.  This application  can  create  and  destroy  boot  entries,19:49
SwaggerArch       change the boot order, change the next running boot option, and more.19:49
SomniadTJ-: whew that's complicated stuff19:49
TJ-Somniad: you've got a computer that executes billions of instructions every second and you don't want 'complicated' ?19:50
SomniadI'm joking lol19:50
SomniadSorry, sarcasm doesn't translate very well online19:51
wubwubtuTJ-: sounds like it worked. Such a weird bug that one...19:51
wubwubtuI backed up my /etc settings in git just in case19:51
TJ-wubwubtu: yes, I agree. But glad you have it sorted out19:52
wubwubtume too, thanks a lot :)19:52
TJ-wubwubtu: if you've done that you can "git diff" and figure out what changed19:52
TJ-wubwubtu: and if that reveals something please tell us!19:52
wubwubtuyeah that's what I'm interested in too, this sounds like a pretty big bug to me19:52
TJ-wubwubtu: there might be something missing in the packages or install scripts19:53
TJ-wubwubtu: we don't see that issue very often so it must be system-specific19:53
TJ-wubwubtu: if you do see something in 'git diff' please report a bug against "pulseaudio" and show that19:54
TJ-!bug | wubwubtu19:54
ubottuwubwubtu: If you find a bug in Ubuntu or any of its derivatives, please report it using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.19:54
wubwubtuyeah I think so too, I have a Asus C60M1-I and I think it's just not that common of a board to test on19:54
wubwubtubut damn it's such a sucky board... I can't even view 720p h264 youtube videos without them stuttering19:57
lucidguyTJ-:Can't figure it out.. if netplan is set to dhcp I can seem to overide the default gateway applied19:58
SomniadCool, my computer is changing my boot order when I turn it on! Ugh.19:59
SomniadChanged it to 0000,001D and restarted and it went right to Windows. Hopped over to the live USB and checked and it's the order it was before.20:00
TJ-Somniad: sounds like a buggy firmware; we see those quite frequently where they lock to Windows20:01
Somniad"buggy"20:02
SomniadSure.20:02
TJ-Somniad: there may be a way to do it from the Firmware's own setup20:02
TJ-Somniad: there have been a lot of problems with various poor UEFI skins around EDK 2, where the NVRAM variable storage doesn't behave as expected20:02
SomniadAlright, I guess that's reasonable enough.20:03
TikityTikIs there a way to have the virtual desktops not share the taskbar between them? i also don't want alt-tab to switch between the virtual desktops20:03
SomniadSo how do I access the firmware setup then?20:03
TJ-Somniad: usually there's a key you press at power on; depends on the PC as to which.20:05
SomniadOh that.20:06
TJ-Somniad: if you can also get to it by shutting down Windows in a certain way to enter Setup, or if you can get the GRUB boot-loader, there's a System Setup there that does the same thing20:06
TikityTikAlso i'm getting a lot of UI lag with Ubuntu on my laptop, how can i eliminate the lag?20:06
SomniadIf I could get to grub this would probably not be an issue20:06
Somniad:p20:06
SomniadBut yeah, I'll grok around and see what I can find20:07
TJ-Somniad: it could also be caused by Windows having enabled FastBoot mode20:08
TJ-Somniad: that may be why the BootOrder doesn't stick20:08
freeroutewubwubtu: and it only took 3 hours of troubleshooting! Next time just don't forget my suggestion: Just use the best tool for the job.20:09
freeroutechallas20:09
t3rminalGood evening20:10
t3rminalI've emptied one of my storage drives and when I run ls -lha it shows the drive is empty20:12
TJ-t3rminal: but what does "df -h" show?20:12
t3rminalhowever when I run df -h it shows the drive is 40% used20:12
t3rminalHi TJ- is shows the drive is 40% used20:13
TJ-t3rminal: "sudo ls -l /proc/[1-9]*/fd | grep deleted "20:13
TJ-t3rminal: I would expect there are running processes that still have file handles open on that file-system20:14
TJ-t3rminal: files don't get deleted until all file-handles are closed, they just get unlinked20:14
wubwubtuTJ-: hey thanks once again. I gotta run but I'll try to pinpoint this bug in the future.20:14
t3rminalI ran that command TJ- and it's returned a lot of results20:16
tgm4883t3rminal: so that space is being used still because the files are still open. The easiest solution would be to reboot the box although you could stop the applications that are using those files20:18
TJ-t3rminal: you could further filter that output by grep-ing for the moutpoint path20:19
TikityTikI'm getting like 1 second lag for alt-tabbing in Ubuntu, any help? I already disabled animations20:19
SomniadCan't find any option in either Windows or the firmware to toggle fast boot20:19
TikityTikSomniad, are you trying to install Ubuntu on a computer?20:20
TikityTikwhat is the problem?20:20
TJ-Somniad: does this help? https://answers.microsoft.com/en-us/windows/forum/windows_10-update-winpc/turn-off-fast-startup/5362cd29-86ca-4b39-be60-718446f9d5f820:21
t3rminalIt's a home server so a quick reboot isn't an issue20:21
SomniadTikityTik: Er, a laptop, in particular. Something is (ressetting/causing to fail to save) my UEFI boot order. Trying to figure out what.20:21
TikityTikSomniad, are you dual booting with windows?20:21
TJ-Somniad: note they call it "fast startup" but we see it described as "fastboot" in firmware20:22
SomniadYes. Also, this article has more info than others I've found! Thanks TJ-20:23
TikityTikSomniad, you're dual booting with windows?20:24
timelesslordcirth: so, update-notifier-common: /etc/apt/apt.conf.d/10periodic covers my case for ubuntu...20:24
SomniadTikityTik: sorry, that's what the yes was for.20:25
SomniadThat was silly and ambiguous20:25
t3rminalA reboot sorted it. Thanks TJ- & tgm488320:26
TikityTikSomniad, disable fast startup in advanced power options for "powerlid options" or something like that20:26
TikityTikunder windows20:26
canori01hey guys, I've configured netplan to do bonding on multiple systems. The strange thing is that they are all getting the same mac address on their bonds. Amy idea how these are generated?20:26
TJ-canori01: what's the backend? systemd-networkd?20:27
SomniadThat's already what I'm trying to do!20:27
canori01yep, systemd-networkd20:28
SomniadTJ-: "Replace it with the wordHiberbootEnabled underName column.Data value must be zero (0) that will represent as the Fast Startup is turned off."20:29
SomniadThis... Doesn't make sense20:29
SomniadI think it's just poorly worded and I just need to set it to 0.20:30
TJ-canori01: what mode are you operating the bond in?20:31
canori01TJ-: 802.3ad20:31
TJ-canori01: like this? http://iam.tj/projects/ubuntu/systemd-networkd-bonding.txt20:32
canori01TJ-: Interestingly, it didn't write any files. I think netplan just set it up dynamically20:33
canori01So bond0 on system A winds up with the same mac as bond0 on system B. The second they are both up, they fight each other20:33
SomniadDisabling fast boot didn't do it :/20:34
SomniadHopping back into the live USB reveals that yeah, it's been reset again20:36
TJ-canori01: the systemd files are generated to /run/systemd/network/ at boot-time when using netplan20:37
SwaggerArch20:37
TJ-canori01: check which TransmitHashPolicy is set in the .netdev file20:37
TJ-SwaggerArch: it is looking like the firmware doesn't want to play. You need to get into its config at power-on and see if that gives the option to set boot order20:38
TJ-ooops!20:38
TJ-darned tab-complete20:38
canori01TJ-: Found the files there. It's set to layer3+420:38
TJ-Somniad: it is looking like the firmware doesn't want to play. You need to get into its config at power-on and see if that gives the option to set boot order20:38
SomniadTJ-: pretty sure that's the FIRST thing I tried. Putting Windows at the bottom doesn't help.20:39
SomniadFirmware isn't even recognizing lubuntu as bootable I don't think.20:40
TJ-canori01: is there anything in the networkd config setting a specific MAC address?20:41
TJ-Somniad: maybe that's the problem? there's an entry in the menu but it's faulty20:41
TJ-Somniad: are you using the LiveISO Try Ubuntu session with it at the moment?20:42
canori01TJ-: Just went through them all, but none of them are setting a mac there20:43
=== capella|away is now known as capella
SomniadYeah. I mean, if I put the USB above Windows in the boot order in the firmware config and put in the USB, that works fine just to be clear20:43
TJ-canori01: so we can assume due to the layer3+4 networkd is supposed to choose a MAC... I'm checking on that now20:43
TJ-Somniad: if you boot into Try Ubuntu session I can talk you through re-writing the bootloader in case that is the problem20:44
SomniadI was hoping it wouldn't come to this.20:44
SomniadUgh. Okay. Not much of a choice.20:44
TJ-canori01: can you "/join #systemd" where we can focus on it20:45
canori01TJ-: Sure, just joined20:45
SomniadHa! Sorry. I didn't see canori's name there.20:46
TJ-Somniad: :p20:47
SomniadOkay, anyway20:47
SomniadQuick question, what are the chances a windows update would break this?20:48
TikityTik@ the admins/mods, fglrx is discontinued i think, you should probably get rid of this or update it https://help.ubuntu.com/community/BinaryDriverHowto/AMD20:49
TJ-Somniad: no idea20:49
SomniadOh well. I'll just write down the steps so I can do it again if I need.20:49
TikityTikis this safe to use? http://ubuntuhandbook.org/index.php/2018/05/install-mesa-18-0-4-ubuntu-18-04-lts/20:50
TJ-Somniad: If what I'm now thinking is the case, then I doubt it would be caused by Windows20:50
SomniadOh, well that's... Good? But also bad.20:50
TJ-Somniad: I think that the entry in the firmware boot NVRAM for Boot0000 Ubuntu points to the wrong path or file. The other alternative is the firmware requires you to specifically TRUST that file via its setup20:51
TJ-Somniad: so that's 2 possible issues.20:51
yao_ziyuani'm installing ubuntu on a newly bought 1TB SSD. do i need a swap partition on it?20:51
yao_ziyuanand how large should it be?20:51
TJ-Somniad: and so we don't waste time you should check the 2nd issue first :D20:51
SomniadHa, alrighty.20:51
TJ-Somniad: basically, for some not entirely clear reason, for any non-Windows boot-loader, SecureBoot mode or not, some PCs/firmware now require you, the user, to specifically TRUST the bootloader file by using a file-chooser dialog to point to the file and TRUST20:53
TJ-Somniad: what is the make/model of the PC - I may be able to locate some info or a manual that details it20:54
SomniadTJ-: Acer Aspire V Nitro VN7-571G-50VG20:56
yao_ziyuani'm installing ubuntu on a newly bought 1TB SSD. do i need a swap partition on it (and how large)? i have 32GB RAM.20:57
TJ-Somniad: hmmm, yes, we've seen the TRUST issue on several Acers recently20:57
Wallyyao_ziyuan, not really. You'll get away with a SWAP file with that much ram20:57
SomniadInteresting. Well, I do hope that's it, because you're making it sound like the other possibility is significantly harder to fix lol20:59
WallyTrusting Acers? That's something that can't be possible :P20:59
geniiyao_ziyuan: In the unlikely event you'll need more than 32G, the general rule of thumb is allocate for swap twice of what your RAM is20:59
Wallygenii not really.21:01
TJ-Somniad: have you ensured it has the latest firmware, v1.17 ?21:01
Richard_CavellI have Ubuntu 16.04 and I can't upgrade my version because of hardware incompatibility.  It has gcc 5.4.0.  Does anyone know how I can get a more recent version of gcc but without nuking gcc 5.4.0 on my system?21:01
WallyI mean in theory yes it's appropriate but hardly an "unlikely" event :P21:01
WallyDownload a later one and set the --prefix on ./configure to gcc-x.x.x21:02
SomniadTJ-: if I'm being honest I'm not even sure how to check lol21:03
TJ-Somniad: the manual gives zero info on the Setup so you'll have to explore that21:03
yao_ziyuanWally, genii: it's not likely to run out of ram. but a buggy program (such as a flash-based video player in the browser) can eat up all memory21:03
Wallyyao_ziyuan so don't use flash player videos :P21:03
yao_ziyuanWally, genii: so if i want to take that into account, how large a swap partition should i set up?21:03
TJ-Somniad: in the manual it says press F2 at power-on to enter the setup. From there you may see a "Security" page/tab, and on there, usually in the lower half, are options for trusting bootloaders. Presentation varies across different PCs so I cannot be more specific21:04
WallyYou seriously want to waste 64GB on the possibility that a flash video will eat all 32GB of your RAM?21:04
yao_ziyuanWally: video sites in china tend to use flash-based video players. no choice. there are plenty of movies there.21:04
EriC^^yao_ziyuan: you could always use a swap file instead of swap partition btw21:04
WallyJust don'21:04
Wallytt watch videos21:04
EriC^^!helpful | Wally21:05
* Wally nods at EriC^^ 21:05
yao_ziyuanEriC^^: you mean, if i don't set up a swap partition, ubuntu will use a swap file anyway?21:05
Wallyif you enable it yes.21:05
WallyWouldn't it be more appropriate to have the kernel kill the buggy flash videos..21:06
SomniadTJ-: there is a security tab, but the word "trust" isn't even on it!21:06
yao_ziyuanWally: is it enabled by default? if not, in the event that a buggy program eats up all memory, what will happen?21:06
WallyNo.21:06
EriC^^yao_ziyuan: i mean you dont have to make a partition you can use a file for swap, it's the exact same thing21:06
WallyHave you had a buggy flash platform eat all 32GB of your RAM yet?21:06
SomniadDrone21:06
Somniadtypo21:06
WallyI don't think flash can address any more than 4GB of RAM anyway21:06
TJ-Somniad: does it have Secure Boot option(s). On some, the TRUST bits don't show up unless SB is enabled. Weirdly, it doesn't need to have SB enabled once you've trusted the bootloader21:06
SomniadI see it actually! It's in a block of greyed out text21:07
yao_ziyuanWally: it happened before. i used to use a mechanical internal hard drive as my ubuntu system disk. video sites in china CAN eat up all your memory, especially when playing tv series (i guess they're caching up video data).21:07
WallyWell you used a mechanical drive.21:08
WallyNot, a Solid State Disk.21:08
Somniad"Select an UEFI file as trusted" but I can't get to that option21:08
WallyPerhaps you should find a site that uses HTML5 as a source instead if you're really concerned. Flash is going to disappear soon anyway21:08
TJ-Somniad: YAY! so enable SB and you will be able to access that... you'll use the file-browser to navigate in the EFI System Partition to /EFI/ubuntu/ and trust any .efi files there (shimx64.efi, grubx64.efi, mmx64.efi, fwupdx65.efi)21:09
yao_ziyuanWally: what will happen if i don't use a swap partition or swap file and a video site eats up all my memory?21:09
WallyYour system will probably just become unstable.21:09
TJ-Somniad: and once you've trusted those files, then you can disable SB again!!21:09
TJ-Somniad: this explains the issue. As I said at the beginning, PCs with buggy firmware21:09
WallyWait SB breaks some EFI files? wow21:10
yao_ziyuanWally: if ubuntu runs out of memory, will it freeze, restart, or something?21:11
* Wally gives up21:11
SomniadOkay. This looks promising.21:15
SircleWHich MTA is advised for commercial use?  I need most support for whatever MTA I use + featurefull MTA21:16
EriC^^yao_ziyuan: it'll get really slow and the kernel oom_killer will start trying to kill stuff that's using a lot of memory21:17
SomniadTJ-: thanks! It actually works! What a silly issue. I'm glad it's over with21:17
OerHeksSircle, there is no single best, mutt and postfix are populair https://www.tecmint.com/best-mail-transfer-agents-mta-for-linux/21:18
TJ-Somniad: Yay!!21:18
SircleOerHeks, k21:19
SircleOerHeks,  postfix vs exim vs qmail?21:19
TJ-Somniad: the difficult part, especially remotely, is diagnosing. If I'd been in front of the PC it'd have taken less than a minute to get there21:19
OerHeksand featurefull .. don't install what you don't use21:19
OerHeksSircle, i can give my opinion, but i will charge for commercial use21:20
SircleOerHeks,  ok, which one/21:20
SomniadTJ-: Ha, yeah. Oh well. Thanks again!21:21
yao_ziyuan"Since 17.04 a swap file will be created by default instead of a swap partition on new Ubuntu installs. It's not opinion-based according to Canonical, it's a logical upgrade because of the emergence of SSDs."21:31
OerHekson new installs standard, yes21:34
phoceanHi21:38
phoceanI think something broke around the qt5-style-plugins package21:38
yao_ziyuanproblem solved. no swap partition on ssd. ubuntu will automatically keep a swap file.21:38
phoceanQT applications stopped respecting the gtk theme correctly21:38
phocean(I checked QT_QPA_PLATFORMTHEME)21:39
phoceanI think something broke after an update21:39
phoceanVerfiied with VirtualBox / Okular so far21:40
de-factoHow can I install latest MeshLab? http://www.meshlab.net/21:53
de-factothe Ubuntu version is ancient...21:53
en1gmai just installed ubuntu server 18.04 on my raspberry pi3b and i am ssh over lan right now. im following this guide to setup the wifi over ssh. https://medium.com/a-swift-misadventure/how-to-setup-your-raspberry-pi-2-3-with-ubuntu-16-04-without-cables-headlessly-9e3eaad32c0121:54
en1gmastep going wireless21:54
en1gmastep 4*21:54
en1gma'iwconfig' is not listing the onboard wifi21:54
en1gmawhy?21:54
OerHeksde-facto, ancient as in 2016 ?21:55
en1gmayou talking to me?21:56
compdocif 18.04 doesnt have drivers for your wifi, maybe 16.04 is better on the pi21:56
en1gmaim not sure if 18.04 ubuntu server but 18.04 desktop did.21:56
en1gmai was thinking this server image disabled the wifi/bt21:57
en1gmayou think it dont have the drivers?21:57
de-factoOerHeks, I am having problems with the COLLADA export being broken, so I was hoping its the old version "MeshLab 2016.12" vs the newer releases "MeshLab-20181018-beta" seen on https://github.com/cnr-isti-vclab/meshlab/releases21:58
de-factoAlthough their website links to https://uappexplorer.com/snap/ubuntu/meshlab which is "2016.12-2"21:59
en1gma"brcmfmac", "brcmutil" and "cfg80211" are loaded21:59
OerHeksyes, snap gives stable...22:00
OerHeksas seen on your own url22:00
de-factoit wont let me install it though22:00
en1gmaOerHeks dont leave me man22:00
de-facto" cannot find signatures with metadata for snap"22:00
=== wagle_ is now known as wagle
en1gmacan you help me determine if it needs the wifi driver?22:00
de-factoen1gma, did you look at dmesg for the wifi stuff?22:01
en1gmai hadnt yet but i can now. lemme go over it22:01
de-factoi dont know exactly what it should look like though, i just guess the driver should tell you something there22:02
en1gmayep you are right. it looks like a broadcom fw wouldnt load22:02
en1gmaok onto google22:02
en1gmathanks22:02
OerHeksde-facto, that can happen when you download it first, does not happen with: sudo snap install meshlab22:03
OerHeksinstall --dangerous <snap> would fix that, but then updates are disabled22:05
solsTiCehi. so something happened I don't know what. When I ssh into a box, gnome keyring does ask my passphrase for my key, it is not even ssh-agent, it just sh on the cli. why ?22:06
de-factoOerHeks, ok thanks, I guess I would have to go the hard route then and try to compile it when I want to try the more recent releases22:07
solsTiCeand all of a sudden all the gnome extension disapeared. I had to reboot22:07
OerHeksde-facto, or start a fresh 2018 ppa yourself22:10
OerHeksshould not be that hard, uploading from git and build22:10
de-factoyeah or update the old debian rules22:12
SwaggerArchwhat is up with snap?  I thought this was to be a fast and more compiled packages in snap..22:18
OerHeksthe 20181018 beta is not available as snap yet22:19
=== daniel is now known as Guest92676
salamanderrakeIs there a way to get the gui system to respect .bashrc especially inregards to system vars exported from it?22:43
salamanderrakeOr, what is the proper way in the gui to set system variables?22:43
de-factosalamanderrake, https://help.ubuntu.com/community/EnvironmentVariables22:56
salamanderrakeThank you.22:56
user15382stupid question: i pressed a function key to change the brightness23:07
user15382and now my backlight is much darker23:07
user15382and i can't get it to go back23:07
user15382i edited /usr/share/X11/xorg.conf.d/20-intel.conf and that didn't help23:08
lastebill1anyone running 4qwine on ubuntu?  I am doing first time setup and it asks me for console application settings, binary.  What am I supposed to write there?23:09
user15382i've added "acpi_osi=Linux acpi_backlight=none" and that didn't help23:09
=== [ghost] is now known as ghostboarder
karoshiHey - sorry this is a mac question but the terminals are the same, right? how do I output verbose mode in terminal to a file? Google isn't being much help. Using > output.txt , the file is created but even though the verbose output is displayed in terminal - only the regular (non-verbose) output is saved...23:40
Tin_mankaroshi, what are you trying to save to a file? terminal output or ?? ??23:52
karoshiI got it - thx. Had to do 2>> output.txt23:52
Tin_manok23:53
karoshi'cause it was stderr23:53
Tin_man>> appends the > should also work as expected though.23:53

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