[00:00] TJ-: so when I return, install the signed version in chroot? [00:00] johnnyb: I'll be off to bed, it's midnight here, but you're very close. The key is to install "grub-efi-amd64-signed" into the chroot env (make sure to do "mount -a" when you enter the chroot for the 1st time [00:00] Great! I appreciate all of your help and the late night! [00:00] go get some rest! [00:00] johnnyb: "mount -a" required to mount the EFI system partition to /boot/efi/ [00:01] johnnyb: and maybe it's worth doing "grep efi /etc/fstab" and ensure there's an entry in there to mount it! Seeing as the system seems a bit messed up [00:02] TJ-: Is there a way I can keep a log of this convo for when I return? [00:02] johnnyb: you should see something like "UUID=xxxxxx /boot/efi vfat ..." [00:02] !logs [00:02] Official channel logs can be found at https://irclogs.ubuntu.com/ . LoCo channels are now logged there too. Meetingology logs at https://ubottu.com/meetingology/logs/ [00:03] TJ-: Thanks again to you and nacc [00:03] Have a great night. [00:12] I used to be able to see my Website running in the Amazon EC2 by browsing to the public DNS in my browser. Now, when I do it after having the instance up and running, I get this https://imgur.com/a/1lCk0 how do you think I should approach this first? [00:15] elisa87: i assume you meant public IP not DNS? [00:15] elisa87: what changed? it looks like no website is configured [00:19] https://shapeshed.com/auto-update-an-ubuntu-server-with-aptitude/ [00:19] ChetManly: is that a question? [00:19] coming [00:20] ChetManly: i'm not sure i'd consider an article written almost 10 years ago to be useful [00:20] ChetManly: and the modern solution to this problem is unattended-upgrades [00:21] I know all the mumbojumbo about apt-get but ignore that for a minute. I want to be able to auto aptitiude [00:21] ChetManly: why? [00:21] ChetManly: and what do you mean 'auto aptitude'? [00:22] various reasons one of them being I have not had to reinstall in ages since I ditched apt-get [00:22] I dont want to start a war either [00:23] I just want to know if I have to use crontab and if I sudo crontab that will run as root [00:24] I juist want to run a modified version of the script as a cron job [00:24] ChetManly: to support you, i'd have to read that page, written 10 years ago and decide if what they say is right; that's not really useful IMO, as there is already a tooll that does what the subject of that article says. [00:25] use unattended-upgrades and be done with it [00:28] that wasnt the answer I was lookimg for thanks anyway [00:29] ChetManly: ok, to answer your question ... the article says to use a cronntab, so use a crontab [00:30] ChetManly: wel, actually it says to put it in cron.daily [00:30] so just do that? [00:30] yeah it doesnt work [00:30] ChetManly: i don't know, at all, why you are asking what you are -- you want to follow the article's guide, but then question the guide? [00:30] ChetManly: what doesn't work? [00:30] system isnt updated [00:31] So run the commands manually and find out what isn't working [00:31] ChetManly: ... what did you try? did you put in cron.dailY? [00:31] yep [00:31] ChetManly: if you did, has cron.daily run? (it only runs once a day) [00:32] welll its been days [00:32] I like how the guide says to name it autoupdate.sh but has you mv autoupdate [00:32] ChetManly: ok, do you see cron.daily running? [00:32] kenrin: lol, i didn't bother to read the article, again, due to its age. [00:32] :) [00:33] Eh I didn't read the article, just the script [00:33] SOMEONE spilt in my keyboard bear with me [00:33] ... [00:34] I'm not exactly sure what the safe-upgrade does. I assume it doesn't autoremove stuff ? [00:34] cron is daily automattically isnt [00:34] kenrin: it appears it does [00:34] kenrin: it is more like 'upgrade + autoremove', it seems? [00:34] (based upon manpage) [00:35] kenrin: aptitude also has the full-upgrade option, which is allowed to also remove packages to upgrade others [00:35] ChetManly: which cron? cron.daily? [00:35] works wonderfully [00:35] yes [00:35] ChetManly: yes, cron.daily runs .. daily [00:35] ChetManly: did you follow the page exactly, or did you see the same error kenrin pointed out? [00:35] you want me to check logs to see if its run [00:35] ChetManly: yes [00:35] ChetManly: as we are not at your system to debug it [00:37] the error wasnt the issue [00:37] I noticed it too [00:38] Im thinking it cannot run since it is root [00:39] ChetManly: hrm? [00:39] ChetManly: what cannot run? [00:39] But all the crons run as root from the cron folders... [00:39] oh [00:40] run-parts --test /etc/cron.daily ? [00:41] ya when I run that the script isnt showing [00:42] Do you see the script under /etc/cron.daily ? is it executable? [00:42] I bet it is the .sh [00:42] .sh shouldn't matter [00:43] cause nothing else in the directory ends like that [00:43] I could name a script bob.taco and it'll run [00:43] I didnt think so either [00:43] just as long as its executabel [00:43] unix doesn't care about file extensions, generally [00:44] autoupdate.sh: Bourne-Again shell script, ASCII text === XphaN is now known as AlexUnderHood [00:44] shit [00:44] autoupdate.sh: Bourne-Again shell script, ASCII text executable [00:44] There ya go [00:45] what [00:46] ChetManly: what release are you onn? [00:46] 16.04 [00:46] ChetManly: and you're sure there are updates pending? runninng the script manually shows there are? [00:47] 10 pkgs to update [00:48] Jan 24 09:17:01 965 CRON[1504]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) [00:48] Jan 24 10:17:01 965 CRON[2309]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) [00:50] shot thats hourly [00:52] hello === root is now known as Guest49887 [00:55] Unlike some other systems like RedHat/Fedora/etc, run-parts under Debian or Ubuntu systems will ignore files with dots or most other characters in their name, meaning some or all of your scripts in run-parts folders such as /etc/cron.daily will not be run. For example /etc/cron.daily/backup.sh will never be run with the default way that /etc/crontab is set up. [00:55] ...gah [00:55] Woah really? I need to test that [00:58] Yep it doesn't recognize [00:59] snap is so weird [00:59] gotta copy .desktop files to ~/.local/applications for editing [00:59] kenrin: how do I run cron.daily right now [00:59] and then there's a useless .desktop file in the /snap/ directory [01:04] kenrin: nm [01:04] yay its working [01:04] me happy [01:05] thanks nacc kenrin [01:07] crontab can go fly a kite :-) [01:19] How to correct grub rescue [01:20] What do you mean correct [01:33] When a "system program problem detected" dialog comes up, the log for that problem should be in /var/crash. Is that right? [01:35] kerin Grub rescue problem with partition [01:38] In any case, I do have a crash log here. Could anyone take a look at it for me? http://paste.ubuntu.com/26455381/ [01:40] Does anyone know how to get libuser-ldap on Ubuntu 16.04 === Sven__ is now known as Sven_vB === meltdown_spectre is now known as eschwartz [02:04] if I want to check for maleware or rootkit I can run whatever app from the live disk but I would have to mount the local hdds right and wouldnt this cause issue in the scanner as it would likely try to read the live disk instead? [02:20] So I take it from the topic that 17.04 support is non existent? [02:20] !17.04 | Juthien [02:20] Juthien: Ubuntu 17.04 (Zesty Zapus) was the 26th release of Ubuntu. Support ended on January 13th, 2018. See !eol and https://lists.ubuntu.com/archives/ubuntu-announce/2018-January/000228.html [02:21] What happened the 17.04 that 14.04 and 16.04 are supported, but not 17.04? (instead, 17.10 is) [02:21] 17.04 isn't a LTR ? [02:21] !release | Juthien [02:21] Juthien: Ubuntu releases a new version every 6 months. Each version is supported for 9 months (non-LTS) or 5 years (LTS). More info at https://wiki.ubuntu.com/Releases and https://wiki.ubuntu.com/TimeBasedReleases [02:22] QuenzOnGnome: hi [02:22] I know the release cycle for the releases, i've been using ubuntu for a while. now (since 13). 14.04 and 16.04 were both LTS? I could've swore the release model was x.04 was the non-lts and the .10 was the LTS [02:22] tatertotz Hello [02:22] QuenzOnGnome: soory wrong nick [02:22] Juthien: 14.04, 16.04 and to be 18,04 are Long Term support releases . [02:23] So since it's no longer supported, does that mean all the repositories are now offline? [02:23] Juthien: even numbered --- 14 16 18 be LTS . [02:23] Quenz: you looking for stuff like this http://termbin.com/lx99 ? yes or no [02:24] err, that's dumb. I can't use 17.10 because it's using packages newer than some of the stuff I need to use. [02:24] Maybe you need to use 16.04 then [02:24] 16.04 has them too old. [02:24] Can always manually upgrade [02:25] No thanks, I'm not going to manually upgrade 30 dependencies to meet the needs of one application. I'll use another distro that has a longer shelf-life. [02:25] Well I meant PPAs, but sure [02:25] That would mean tracking down possibly 30 different PPAs that work === leion1 is now known as leion [02:28] tatertotz I'm not sure what that is. I'm generally no good at reading logs at this point. [02:29] Quenz: you don't need to be good at reading logs, you just have to be good at communicating with me my friend :) [02:29] tatertotz You asked if I'm looking for stuff like this http://termbin.com/lx99 but I don't really know what that is, so I don't know. === leion1 is now known as leion [02:31] Quenz: well let me help you along a bit [02:31] Quenz: just a few questions...you know our routine [02:34] morning [02:34] ey mate, what's up? Please ask your question [02:35] Quenz: baseline....right now..you're not complaining about much since recovering from http://termbin.com/azdn [02:35] who Menzador [02:35] Quenz: just stay with me...all i do is connect dots...you may not see %100 of them...but odds are..you will see at least 1 [02:37] vanderberng - are you trying to whois me? === leion1 is now known as leion [02:37] tatertotz That's right, I fixed the issue in http://termbin.com/azdn [02:37] Quenz: I like helping you..do you like me helping you?..funny that some observer(s) are under the impression that we are having some "negative" exchange of idea(s) [02:38] Quenz: which couldn't be further from "the truth" [02:38] but oh well [02:38] tatertotz Of course I appreciate your help. At times I have confused some things you've said as being frustrated or mad though [02:39] Quenz: realize i've done this for fortune 500 CEO's and I don't even get mad at them....and they deserve it [02:40] Okie dokie === leion1 is now known as leion [02:46] Всем привет! === leion1 is now known as leion [02:59] heard ubuntu's messing with the BIOS, is this all fixed now? === leion1 is now known as leion [03:04] could someone tell me what i am doing wrong this script? - https://pastebin.com/EpEr3uxF [03:04] !spectre | baimafeima [03:04] baimafeima: Spectre is a security issue in almost all modern processors, which was released along with !Meltdown (but is not the same thing). While there are several initiatives underway to mitigate it, there is no "magic bullet" software fix. Ubuntu is monitoring ongoing efforts and will provide security updates as they become available. See !usn for security update notifications. [03:06] Quenz: :) [03:06] Quenz: want to ask me anything?...anything at all buddy :) [03:07] tatertotz ...What the hell's that supposed to mean? I just send you the sosreport you requested. I'm still trying to sort out my issue. Where do we go from here? [03:07] Quenz: http://termbin.com/oxt2 === root is now known as Guest28704 [03:07] Quenz: i'm just trying to help you sort it http://termbin.com/oxt2 [03:08] tatertotz Don't mean to sound mad, just confused by that message [03:08] tatertotz And again, I'm not sure what this log means [03:10] I installed grub-efi-amd64-signed, but trying to boot grub gives me a signature error. I don't see a shimx64.efi file in /boot/efi [03:11] Quenz: you have a thread on the "official" ubuntu forums? true or false [03:11] tatertotz true [03:12] Quenz: if i were you...i would take ALL the information i've dug up with you over the last few days..and post it in your thread...to help the community...PLEASE [03:12] ^ [03:12] Quenz: that's kinda why i've been helping you [03:14] Quenz: lots of times end uses post long paragraphs that don't have much "meat and potatoes" for engineers/architects to look at..... [03:14] Quenz: I will make you fat [03:14] nice [03:15] Quenz: we still friends?....true or false [03:15] tatertotz true [03:15] :) [03:15] tatertotz I've updated my thread with three links https://ubuntuforums.org/showthread.php?t=2383374 [03:16] Quenz: I want you to put ALL the data i share with you....in your thread [03:16] tatertotz Will do [03:16] Quenz: how else will the next guy/gal that comes along know that they have your "exact" issue [03:17] I understand [03:17] Quenz: and not "guess" or "think" they have your "exact" issue.... [03:17] Quenz: but beyond a reasonable doubt [03:17] :) [03:18] What's the difference between purge and remove in apt? [03:23] Quenz: standby...still working on it but here's the quick and dirty version http://termbin.com/vkf3 [03:23] Quenz: remove: removes only the binary fikes in the event that there is to be a re-install of the app.. while purge also removes config files . Neither will touch files in your /home . [03:24] fike/files* [03:24] Quenz: btw Jan 25 11:41:12 q-MacBookPro systemd[1]: snap.fancon.fancond.service: Unit entered failed state. [03:24] Привет всем [03:25] Is there a way to list all the things I've installed since the OS was installed? Basically non-default packages? [03:25] Quenz: is that what you want ? a list [03:25] Quenz: okie dokie [03:26] I want to know what packages I've installed since installing the system [03:26] So I can remove them [03:26] Quenz: standby [03:26] Basically I want to go back to a more-or-less default state without reinstalling the whole OS, if I can [03:28] Quenz: http://termbin.com/ceqq7 [03:29] hi friends! [03:31] Quenz: does that work? yes or no === andyhuzhill1 is now known as andyhuzhill [03:38] hi everyone [03:39] Quenz: do you see any "patters" when comparing to http://termbin.com/qreh ? yes or no [03:39] Hold on a sec [03:43] I went into keyboard shortcuts and I can make a custom one. There are 3 fields, "Name" "Command" and "Shortcut" the first and last are obvious, but what is acceptable as far as "command" goes? [03:44] keyboard settings that is [03:48] tatertotz I'd like to be able to know how to get the list by myself [03:51] Quenz: http://termbin.com/knwx [03:52] tatertotz What's this? [03:52] i am following this to get x11vnc to run as a service, it continues to not be able to get the password, i can get a login but it cant authenticate, https://community.linuxmint.com/tutorial/view/2334 any suggestions? [03:53] Quenz: the reason for the failures at the bottom of the previous link [03:54] tatertotz The graphical error you mean? [03:54] Quenz: the green line? [03:55] tatertotz Yeah. Is that what you're talking about? [03:55] Quenz: in terminal> nvidia-smi &> ~/nip.pir [03:56] Quenz: let me know when done [03:57] tatertotz done [03:58] Quenz: in terminal> nvidia-settings &>> ~/nip.pir [03:58] Quenz: the utility opened. true or false [03:58] tatertotz true [03:59] Quenz: check your temps..(deja vu yet :) ) [03:59] tatertotz 56°C [03:59] Quenz: close it [04:00] Quenz: pastebinit ~/nip.pir [04:00] tatertotz: http://paste.ubuntu.com/26456013/ [04:00] I have to go get dinner now, back soon [04:01] Quenz: ok my friend [04:09] <_kmh_> hi [04:09] <_kmh_> i got a question regsd 3rd party drivers and uefi [04:09] <_kmh_> why don't they work together? [04:10] <_kmh_> and what are the exactly consequences of ignoring that? [04:12] Quenz: http://termbin.com/2pwd [04:16] Quenz: NVIDIA is not set to respect your did [04:17] Quenz: nothing against NVIDIA or anything... [04:17] Quenz: and without that i believe you will have some .....symptom(s) === hkumar006c_ is now known as hkumar006c [04:27] Does the ubuntu installer provide an option to resize windows partitions/installations? [04:28] Is there software for on ubuntu for asus aura [04:28] ? [04:29] For the keybored software on the asus rog laptop? [04:29] orlock: You would be best doing that in an Windows environment. [04:30] rypervenche: I'm only asking becasue i'm sure it was available in the last installer i used [04:30] That was years ago however [04:31] orlock: Lucky for you there is documentation on this: https://help.ubuntu.com/community/HowtoResizeWindowsPartitions [04:34] gparted's on the bootable image anyway [04:35] tatertotz How do I set it correctly? [04:35] rypervenche: I'm not after the documentation, i'm wondering if my memories failing, or it is/was an installer option === beaver is now known as beaver|idle === LocaMocha is now known as Sauvin [04:48] Quenz: change the "mode" [04:48] tatertotz In the nvidia utility? [04:49] I'm not sure how to change the mode [04:49] Quenz: http://termbin.com/wog3 [04:49] tatertotz [04:49] Oops [04:50] tatertotz "nvidia-auto-select" in terminal, then? [04:50] Quenz: [ 37.428] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select" [04:50] I'm still not sure how to set this mode [05:01] Quenz: if people that found your thread noticed a "pattern" such as they had the same computer model#....it may be helpful http://termbin.com/tk4e [05:02] Updated [05:04] Quenz: looks like one guy in the thread is claiming to have the "same problem".....i wonder if its really the "same" lol [05:06] Quenz: i bet you'll know if it's the same or not [05:08] I'm not sure [05:12] Quenz: man nvidia-settings &>> ~/nip.pir [05:12] Quenz: let me know when done [05:13] done [05:13] tatertotz [05:13] Quenz: pastebinit ~/nip.pir [05:14] http://paste.ubuntu.com/26456303/ tatertotz [05:15] Quenz: nvidia-settings -q all &>> ~/nip.pir [05:15] Quenz: let me know when done [05:16] done [05:16] tatertotz [05:16] Quenz: pastebinit ~/nip.pir [05:18] !ping [05:18] pong! [05:19] !score [05:19] tatertotz: http://paste.ubuntu.com/26456316/ [05:19] tatertotz You know it would be faster if you just told me to do both of those things at the same time [05:20] Quenz: oh here http://termbin.com/07ji [05:20] tatertotz What about it? [05:22] Quenz: just so you can compare to the other days occurrences http://termbin.com/ty0q [05:24] I don't really follow [05:25] Quenz: it's possible to change the "attributes" using the nvidia utility [05:25] hello, how to install Mutiny DE on Ubuntu Mate 16.04? [05:26] Quenz: the list of attributes and how to change them is in the link you shared [05:28] This looks quite complicatee [05:31] Quenz: nouveau is easier...but you already know that [05:32] I'll give it a more thorough read when I can === lotuspsychje_ is now known as lotuspsychje [06:00] hi there [06:00] gibking: welcome, what can we do for you? [06:01] i'm struggling with dhclient/ipv6 and wonder if i hit a bug or not [06:02] in our setup, a hosts is beeing assigned an ip6 address from isc-dhcp [06:02] gibking: send all details to this channel mate, whats happening,ubuntu version, kernel, steps tryed [06:03] hm ok, lets start: [06:03] gibking: are you chatting from the computer right now? yes or no [06:04] DHCP Client System: trusty, 4.4.0-111-generic, isc-dhcp-client 4.2.4-7ubuntu12.10 [06:04] no, this happens in the lab [06:04] ok cool...carry on...dinner time for me [06:05] host gets ip6 addr normally: "ip a s" inet6 2003:.../128 scope global valid_lft forever preferred_lft forever [06:06] but after some time (probably has something to do with lease-time?) the ip becommed depreffered [06:06] gibking: server or desktop? system up to date? [06:07] preferred_lft is set to zero and in syslog i can see: dhclient: PRC: Address 2003:... depreferred [06:07] 14.04 Server [06:07] but this does also happen on 16.04 server [06:08] gibking: you might wanna check #ubuntu-server [06:08] this is why i am not sure if its a bug or "working as designed" [06:09] ok, i'll try over there [06:16] gibking: you guys have been playing around with other kernels? [06:18] Hi, I'm trying to get crontab to work. I have the following: `@reboot and inside of run, there is a bash script with `#!/bin/bash and then it cds into a dir and starts a nodejs script. But it doesnt work for some reason. If I try to do `/home/sam/Documents/repo/run` as a regular user, it works fine. [06:20] !cron | Shmam [06:20] Shmam: cron is a way to schedule execution of software/scripts. See https://help.ubuntu.com/community/CronHowto [06:20] I can't use the gui, it's a headless server [06:21] mine follows the guidelines that you posted: "@reboot /path/to/execuable1" [06:21] Shmam: try #ubuntu-server they might know the cli part === bat is now known as Guest71767 [06:57] hi all [06:57] can ubuntu be considered an "independent" distribution in the sense that arch or debian are independent? [06:57] baimafeima: I don't know what that means [06:58] it's probably not a support related discussion though for this channel [06:58] baimafeima, #ubuntu-offtopic I think [06:58] ok [06:59] baimafeima, sure it's independent, ubuntu is not a respin of debian, furhter chatter in #ubuntu-offtopic please [07:00] !debian | baimafeima see also [07:00] baimafeima see also: Ubuntu and Debian are closely related. Ubuntu builds on the foundations of Debian architecture and infrastructure, with a different community and release process. See https://www.ubuntu.com/about/about-ubuntu/ubuntu-and-debian - !Repositories meant for Debian should NOT be used on Ubuntu! [07:03] Hello. [07:04] Hi that!!!! [07:04] hello everyone [07:04] i want some information [07:05] Yesterday, instead of the usual lockscreen I got this message saying that the lockscreen was broken and I had to unlock-sessions from a console. Today I rebooted and now I don't get any login screen, only a black screen. What can I do do fix this? [07:06] I'm using 16.04 with kdesktop. I already attempted to uninstall and re-install it but didn't fix anything. I don't care about the desktop. I just want to keep working. Any desktop is ok. [07:06] Can you help me? [07:07] about Huawei connect with my computer i sew some packet out to china server, it normal??? or what happend [07:11] it will made a problem for me??? [07:14] hanabishi: that is not ubuntu software [07:14] hanabishi: we have no idea of it's inner workings, === michaela is now known as Guest52464 [07:16] ikonia: oh sorry,then please kindly told me - what me should do?? [07:16] no idea [07:16] contact the vendor / [07:16] ? === nicolo is now known as Guest58636 === sr10 is now known as hijk [07:38] Could anybody help me to investigate the cause of the black screen I get instead of the login screen in ubuntu 16.04.3? [07:41] Melatonina: what has changed between it working as normal, and now? [07:44] hateball: I can't be sure. I was building several new packages so I used the package manager to install dependencies. I'm not aware of intentionally changing anything. One thing I noticed: yesterday, when I left the computer, instead of the usual lock screen I found a message of this kind: "The lockscreen does't work. You have to log in into a console and type the following command". Today I had to reboot and the login screen doesn't work at all. [07:45] Now if I issue commands like "plasmawindowed" I get "QXcbConnection: cannot connect to display" [07:45] Melatonina: do you have physical access to the computer right now? yes or no [07:45] i have what might be an odd question, but has anyone had issues with udp packets coming to an ubuntu server and them not being reassembled if fragmented? [07:46] tatertotz: yes, I can use a shell. (and it's a virtual machine, actually) [07:46] Melatonina: does the computer have network connectivity? ping google.com to find out [07:47] Melatonina: does the computer have network connectivity? yes or no [07:48] Melatonina: probably no connectivity [07:48] tatertotz: I can ping www.google.com. So yes [07:48] Melatonina: sudo apt install inxi pastebinit [07:48] Melatonina: let me know when done [07:51] tatertotz: installed [07:51] Melatonina: inxi -Fxxprzc0 &> ~/nip.pir [07:52] Melatonina: let me know when done [07:55] Melatonina: are you okay? [07:55] tatertotz: https://pastebin.ubuntu.com/26456850/ [07:55] there it is [07:55] it's a mistake to try to think ahead of me [07:55] ah ok :-) sorry [07:56] there's only one way to fix that behavior [07:56] ....good luck [07:56] I got Thunderbird & FireTray installed from their PPAs but the add-on doesn't appear in the app [07:56] tatertotz: ? [07:57] tatertotz: are you ok? [07:58] tatertotz: what did you want me to do? [07:59] Melatonina: i usually express what i want you to do in written form, verbatim [08:00] Melatonina: if i didn't write it...don't do it === hkumar006c_ is now known as hkumar006c [08:01] Melatonina: does that make sense to you? [08:01] Melatonina: do you understand what went wrong there? === jackNemrod_ is now known as jackNemrod [08:03] tatertotz: yes [08:05] tatertotz: if you have any tips, I'm here. Otherwise, thank you for the attempt === Elimin8r is now known as Elimin8er [08:32] my internet appears to be working fine, except I can't download updates through Software Updater - it fails to download them and says to check my connection. firewall is off. what now? [08:33] causative_: are you chatting from the computer right now? yes or no [08:34] yes [08:34] causative_: can you open terminal? [08:34] also, another Ubuntu machine on the home network can update fine so it's not the router [08:35] I have a terminal [08:36] causative_: all repos or a specific one? [08:36] it can't get anything, not even the list of updates [08:36] what's the error message [08:36] "Failed to download repository information. Check your Internet connection." [08:36] causative_: cat /var/log/apt/term.log|nc termbin.com 9999 [08:37] causative_: share url/link here..if you do not get a url/link..says os [08:37] causative_: share url/link here..if you do not get a url/link..say so [08:37] /var/log/apt/term.log is empty [08:38] causative_: cat /var/log/apt/history.log|nc termbin.com 9999 [08:38] causative_: share url/link here..if you do not get a url/link..say so [08:38] also empty [08:39] any not empty files in the folder? [08:39] causative_: nmcli c s|nc termbin.com 9999 [08:39] causative_: share url/link here..if you do not get a url/link..say so [08:39] there are some old .gz logs and eipp.log.gz [08:40] hi, my laptop sometimes randomly freezes while launching java software (not sure if the java part is related) [08:41] after that x/wayland/whatever it's using crashes and restarts [08:41] i'd like to figure out if it's a hardware or a software issue [08:41] dmesg doesn't really show anything strange [08:42] http://termbin.com/2c9lq [08:42] causative_: nmcli d s|nc termbin.com 9999 [08:42] causative_: share url/link here..if you do not get a url/link..say so [08:43] http://termbin.com/oenm [08:43] hers is an alternative way to possibly help him out if all els fails https://github.com/jblakeman/apt-select [08:44] Hi! I'm using ubuntu 17.10. I disabled natural scrolling of my touchpad, it's still behaves like it would be enabled. I experienced the same in 17.04. Interestingly after a suspend-wake cycle the behavior changes to the expected. Any ideas? [08:46] causative_: nmcli n co ch|nc termbin.com 9999 [08:46] Morning! could anyone tell me how to get 17.10 booting from an LVM-cached root? I get dumpte to the initramfs prompt. I tried the solution suggested in bug #1423796 but could not ge it to work [08:46] bug 1423796 in lvm2 (Ubuntu) "Unable to mount lvmcache root device at boot time" [High,Confirmed] https://launchpad.net/bugs/1423796 [08:47] tatertotz, it just says "full" [08:47] causative_: good === dodge-lint is now known as dodge-lint_ [08:47] causative_: id|nc termbin.com 9999 [08:48] why? doesn't seem secure to share user IDs === dodge-lint_ is now known as dodge-lint [08:48] causative_: you want me to believe you really understand what you're looking at? [08:48] you'll have to try harder than that [08:49] I'm looking at users and groups [08:49] causative_: you want to continue. true or false === nikos is now known as Guest17298 [08:52] this user's groups are 4(adm),24(cdrom),46(plugdev),116(nopasswdlogin),118(lpadmin),124(sambashare), if that is the information you want [09:02] hello, I'm trying to change postfix configuration with "dpkg-reconfigure postfix" but I get 10 times "sh: 0: getcwd() failed: No such file or directory" and "insserv: pushd() can not change to directory /etc/init.d: No such file or directory", "update-rc.d: error: insserv rejected the script header" [09:03] I have /etc/init.d directory obviously so I don't get why this error appears [09:03] any idea? [09:04] this happen on ubuntu 16.04* [09:11] apt update from the command line gave me more information than Software Updater: https://pastebin.com/Ww53HkyE [09:14] so it appears several yakkety repositories no longer have a Release file, but I'm not sure what to do about this, does this just mean updates are no longer supported? can I fix the problem by upgrading to a newer release? === NickG365_ is now known as NickG365 [09:19] do-release-upgrade does not support an upgrade from 'yakkety' to 'artful', does this mean there is no way to upgrade? [09:19] and I have to reinstall? [09:19] causative_: support for 16.10 ended in July 2017 [09:19] I gathered, now what? [09:20] you'd have to upgrade to 17.04, which just lost support, then 17.10 [09:20] but how? I found instructions to do so through the graphical software updater, which no longer works, and through do-release-upgrade, which also does not seem to work [09:21] !eolupgrade [09:21] End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [09:21] that link should show how [09:22] hello all, i upgraded my ubuntu 17.04 to 17.10 and have now a broken package repository [09:22] python : Hängt ab von (vorher): python-minimal (= 2.7.13-2) aber 2.7.14-2ubuntu1 ist installiert, [09:22] Hängt ab von: libpython-stdlib (= 2.7.13-2) aber 2.7.14-2ubuntu1 ist installiert [09:23] phimic: what are you doing to get that error [09:23] ok thanks Ben64 looks like it would be easier and more foolproof to do a fresh install [09:24] causative_: probably. and if you use LTS versions you get 5 years of support instead of 9 months [09:24] Ben64: i just try a apt-get update && apt-get dist-upgrade [09:24] phimic: paste the whole output on paste.ubuntu.com and give the link here [09:27] Ben64: https://paste.ubuntu.com/26457190/ [09:29] phimic: ok now apt-cache policy python [09:32] Ben64: https://paste.ubuntu.com/26457214/ [09:35] strange === addictedTS_ is now known as addictedTS [09:40] Ben64: do you know the issue? [09:40] the package didn't get upgraded [09:41] Ben64: is there a way to upgrade it manually === obiwlan is now known as sailormoin [09:42] looks like it's trying to but getting held up on something, i wouldn't want to guess and have it mess things up more === Granis` is now known as Granis [10:15] Hello everyone [10:16] I have a question. I am trying to import a VPN from an ovpn file, but when I do it I get an error: "Key file contains "client" line which is not a key-value pair, group or comment" [10:16] Does anyone know what could be going on here? === xdb_ is now known as xdb [10:37] is that [10:37] a ubuntu channel [10:37] i hate ubuntu [10:37] is it a GNU/Linux distro [10:38] ? I dont saw any GNU/Linux word in ubuntu's offical website [10:38] why? Are you afraid of using GNU/Lİnux? [10:38] GNU/LİNUX [10:38] GNU/LİNUX [10:38] HEY [10:38] @[Eli] [10:39] @ahrs [10:39] @aib [10:39] FUCK [10:39] Just say me [10:39] l3l [10:39] is it GNU/Linux [10:39] or not [10:43] hi, why https://codepaste.net/wa715h compiled with arm-linux-gnueabihf-gcc erros with "undefined reference to `getrandom'"? [10:43] libc6 contains that symbol [10:43] ubuntuHellMan: GNU + Linux [10:43] * === ssobik is now known as sobczyk [10:46] ubuntuHellMan is right though. why doesn't ubuntu.com mention linux at all? === SimonNL is now known as SimonNL_Afk [10:47] this isn't the right channel for that discussion [10:50] hi guys, i've ubuntu 16.04, my problem is: failed to start kernel modules .... [10:51] ok, the crosscompiler uses a bad libc :( [11:00] any idea to solve this issue? [11:01] bgeradz [11:28] <`slikts> how do I upgrade from an unsupported release like 16.10? [11:28] <`slikts> I changed the repos to old-releases.ubuntu.com, but it gives me 404 for packages [11:31] <`slikts> is there even any way to upgrade yakkety? [11:33] <`slikts> E: Failed to fetch http://old-releases.ubuntu.com/ubuntu/pool/main/u/util-linux/bsdutils_2.28.2-1ubuntu1.2_amd64.deb 404 Not Found [11:33] <`slikts> etc. [11:35] <`slikts> I'd really rather not do a fresh install [11:36] `slikts: are you chatting from the computer right now? yes or no [11:36] <`slikts> no [11:36] `slikts: you have multiple computers? yes or no [11:37] <`slikts> mu [11:37] `slikts: you have physical access to the computer right now? yes or no [11:37] <`slikts> forget it [11:38] Is it possible to get 6 monitors running off two nvidia cards with 17.10? [11:38] Hiyas all [11:39] Orion3k, Do your 2x nvidia cards have 6 outputs in total? [11:39] Heya BluesKaj ! [11:39] They do [11:40] Hi jimb_ [11:40] Orion3k, then I don't see why this would be an issue. Depends on if the nvidia cards can use each output at the same time, mine can and does [11:40] Currently I can only get them on different X screens and the second one I can't drag anything onto them [11:41] Orion3k, hmmm. I don't think I can be of much additional help. I only have one nvidia card and use 16.04.03. I do use the nvidia outputs along with the onboard video outputs though. [11:46] Orion3k: does your configuration support 6 displays? [11:52] <`slikts> posted the question to askubuntu: https://askubuntu.com/questions/999707/fetching-packages-from-old-releases-ubuntu-com-fails-with-404-not-found [11:54] I installed a Thunderbird extension from the ppa but it doesn't appear as installed in the app [11:55] !16.10 [11:55] Ubuntu Ubuntu 16.10 (Yakkety Yak) was the 25th release of Ubuntu. Support ended on July 20th, 2017. See !eol and https://ubottu.com/y/yakkety [11:56] <`slikts> I know it's EOL, just want to confirm whether it's possible to upgrade it in-place [11:57] Hello im trying to update ubuntu, but im getting error: https://imgur.com/a/JI3Np [11:57] why, it's not supported [11:57] <`slikts> what [11:58] <`slikts> it being unsupported is a reason to upgrade it [11:58] `slikts, update the packages or upgrade to a newer release? Your wording is not clear [11:58] <`slikts> upgrade to a newer release [11:58] best to wait til 18.04 is released [11:59] <`slikts> it's unusable in the current state [11:59] <`slikts> kostkon: "upgrade from 16.10 to a current release" is fairly clear [11:59] `slikts: well, there is yakkety here http://old-releases.ubuntu.com/ubuntu/dists/ so maybe double check that you didn't make a typo or something [11:59] <`slikts> no, I didn't [12:00] current release needs a clean install in that case [12:01] `slikts: have you done any trouble shooting at all? [12:01] <`slikts> tatertotz: like what? [12:01] apt-cache policy bsdutils [12:02] `slikts, you'd hae to upgrade to 17.04 which is also eol and then to the currently supported non-eol release, ie 17.10. better do a clean install since you are not currently on a eoled lts release anyway [12:02] <`slikts> kostkon: how would I upgrade to 17.04? [12:02] !eolupgrades | `slikts, if you want to have a go at it, then [12:02] `slikts, if you want to have a go at it, then: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [12:03] <`slikts> kostkon: that is about upgrading from an eol release to a current release, not about upgrading to an eol release [12:04] Hm, Packages.gz does indeed list bsdutils as version 2.28, yet the pool does not have that version. So this is a bug with the old-releases archive === SimonNL_Afk is now known as SimonNL [12:05] `slikts, still applies. you'll have to follow the instructions twice [12:05] `slikts, I think you need to follow an upgrade path, and that path involved incremental upgrades... which in your case, means you have to upgrade to yet another eol before you can reach lts [12:06] `slikts, s/lts/the end [12:06] <`slikts> so do I change the codenames in sources.list to the release I want to upgrade to? [12:07] you could but you'll still end up with a broken system [12:07] `slikts, no, just update the urls to point to old.releases.com. you don't change the release codename [12:08] <`slikts> right, which is what I did and which apparently doesn't work for 16.10 [12:08] The problem is that Packages.gz points to package versions that don't exist at old-releases [12:08] and the bsdutils package is pretty important [12:09] We also don't know the extent of the problem. If it's only that one package, you could maybe jsut build that deb manually [12:09] <`slikts> is there some place to report bugs for old-releases? [12:11] <`slikts> oh well, I'll just do a clean install [12:12] `slikts, may I suggest you install an LTS version? [12:12] I see similar bug reports have been filed in the past against apt package in launchpad [12:12] <`slikts> jimb_: no thanks [12:12] <`slikts> just need to remember to keep up to date [12:12] fresh install will most likely be the quicker route, I doubt old-releases has high priority [12:13] `slikts, in that case, you may be better off asking questions in #ubuntu+1 [12:13] tatertotz: How would I check that, it should. [12:13] jimb_, he's already on 16.04lts [12:13] 18.04 is still in devel [12:14] Orion3k: by querying to find out [12:14] I'm querying here [12:15] `slikts, do you have separate / and /home partitions? [12:15] Orion3k: you can query the system ....(horses mouth) [12:15] I have the top of the line graphics cards and mb and cpu. It would work on windows 10 I suspect easily. I would love not to have to do that. [12:15] BluesKaj, Good point. I was thinking he was going from eol beta to eol beta. [12:15] <`slikts> BluesKaj: no [12:15] bummer [12:16] Orion3k: the windows comparison that people make has one flaw...... [12:16] Orion3k: it's an apples vs oranges comparison [12:16] Orion3k: NOT a apples vs apples comparison [12:16] thus not much of a comparison [12:17] I can drive 200 MPH in my Lamborghini but not on my bicycle? [12:17] tatertotz, "apples vs apples" when talking about Windows and Linux. Come on, that has to make you giggle a little ;) [12:17] `slikts, suggest you do so, it makes upgrading to newer releases so much simpler [12:17] faulty bike? [12:18] <`slikts> BluesKaj: why isn't it done by default then [12:18] no the bike is not faulty....its a bike [12:18] no idea [12:19] jimb_: that is rather humorous lol [12:19] `slikts, the memebers here are mostly support volunteers not developers [12:19] tatertotz: So you don't know if it's possible? [12:20] Orion3k: i can help you find out if you want [12:21] tatertotz: I would really appreciate that. I had little luck searching for the answer. [12:22] Orion3k: are you chatting from the computer right now? yes or no [12:23] tatertotz: My implant came from Hawkings so I just think it over to you [12:23] lol [12:30] Hello, on Ubuntu MATE, I can't use a complex shortcut if a key of the combination is assigned to a shortcute, like the WIN key (SUPER) + anyother key; it will always pop up the menu. [12:31] Any advice on this matter? [12:32] muhammad, I would suggest fixing the complex shortcut so that it no longer includes an existing, less complex shortcut [12:33] Hi, jimb. I believe that's just a workaround; it should be okay so is that a bug? [12:34] muhammad, I am unsure if that would be called a bug. Little harm in filing a report and being told it's not a bug though. [12:35] @jimb_, that's cool thank you. :D [12:35] I will try to work around it [12:35] muhammad, you are welcome. In regards to the workaround,... compiz settings manager may be of help. `sudo apt-get install compizconfig-settings-manager` [12:52] hello [12:53] so lonely [12:53] p4kl0nc4t_, There is probably a channel specifically for that :/ I hope all is well [12:53] #cats [12:54] jimb_, are you using Ubuntu 17.10 ? [12:54] p4kl0nc4t_, 16.04.03 [12:55] anyone here have used pyinstaller to compile python programs into exes? I am curious how to get it done in Linux env. jimb_ [12:56] p4kl0nc4t_, I have not used that program. I can't remember what I used to use for portable EXE from python scripts :( === Mathis|2 is now known as Mathis [12:57] jimb_, i had compiled it successfully, but its detected as virus by some popular antiviriuses [12:57] Maybe, anyone here knows the solution? or any python compiler alternative === ismael is now known as Guest37690 [12:59] Connection works with telnet but don't with openssl. It refuse connection with "connect:errno=111". I'm totally green in this field. Is it something with selfsigned certificates I generated? [13:02] hi all, anyone with LVM experience? I need to expand my /opt directory across 2 disks thank you [13:02] hi all, anyone with LVM experience? I need to expand my /opt directory across 2 disks thank you === Sven_vB_ is now known as Sven_vB [13:11] p4kl0nc4t_, It looks like you may want to file false-positive reports with the respective antivirus companies. Otherwise, there are programs you can get to basically encrypt your compiled program. This is off-topic for this channel and I can't remember the name of said program [13:11] ss942, That looks like the server is what refused the connection. Are you acting as the server or the client (or both)? === Richard is now known as Guest14078 [13:25] on [13:26] Hi [13:26] I installed Intel-microcode package for update the code from intel processor [13:26] How can I test if it still vunerable? [13:26] I am using ubuntu 16.04 [13:27] !meltdown [13:27] Meltdown is a security issue with (primarily) Intel processors. It's mitigated by kernel patches named KPTI. Ubuntu released them in security updates for 14.04, 16.04, and 17.10. 17.04 will not receive this update. 18.04 will ship with kernel 4.15, which is patched already. 16.04 has updates for Linux 4.4 (release) and 4.13 (HWE), installs with 4.10 should upgrade to 4.13. See also !spectre, !nopti [13:32] jhonnyBeGood, they have reverted the patches anyway per intel's request https://usn.ubuntu.com/usn/usn-3531-2/ [13:34] hi, trying to format ssd disk with mkfs.f2fs and it shows two messages that are antagonic [13:34] 5246ff3a-e7a8-4857-af5d-294bd8fe9e3a [13:34] sorry [13:34] Info: Trim is enabled [13:34] and later [13:35] Info: Discarding device Info: This device doesn't support TRIM [13:35] this is for a recent SamsungEvo 850 === SimonNL is now known as SimonNL_Afk [13:41] can anybody help me when i browse firefox blank spots appear? [13:43] gt8ost4l: I don't know, but somebody could find useful if you give more details [13:43] gt8ost4l, does it still happen when you run firefox in safe mode? [13:43] yes [13:44] it only happens on amazon and i dontknow why [13:44] gt8ost4l, you could try clearing your cache and revelant cookies [13:44] kostkon: i already tried that [13:45] its really mindnumbing since i cant find the solurtion [13:46] A screenshot of these spots would be interesting to see. [13:47] clicwir: hold on [13:52] clickwi:where do i send the photo [13:52] !paste [13:52] For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [13:54] https://imgur.com/a/4BA6m there you go === nicosmaris_ is now known as nicosmaris === karim is now known as Guest8217 [14:02] Okay, I got a weird issue with systemd [14:02] systemctl under root works [14:02] but systemctl --user any command [14:02] returns: Process org.freedesktop.systemd1 exited with status 1 [14:03] kostkon This bug was fixed in the package intel-microcode - 3.20180108.0+really20170707ubuntu17.10.1 [14:03] any help? [14:03] https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1742933 [14:03] Launchpad bug 1742933 in intel-microcode (Ubuntu Bionic) "Regression in 2018-01-08 updates" [Undecided,Confirmed] [14:03] !meltdown [14:03] Meltdown is a security issue with (primarily) Intel processors. It's mitigated by kernel patches named KPTI. Ubuntu released them in security updates for 14.04, 16.04, and 17.10. 17.04 will not receive this update. 18.04 will ship with kernel 4.15, which is patched already. 16.04 has updates for Linux 4.4 (release) and 4.13 (HWE), installs with 4.10 should upgrade to 4.13. See also !spectre, !nopti [14:04] could be a dbus issue, since polkit also doesn't work correctly, when I try to reduce the backlight [14:05] and how can I test if this microcode really workes? [14:08] jhonnyBeGood, it doesn't. this is the old(er) microcode that doesn't contain any patches against spectre and meltdown [14:09] salut === cisco is now known as Guest22375 [14:09] Salut [14:12] jhonnyBeGood, nevertheless, you can use this script to check if you are vulnerable https://github.com/speed47/spectre-meltdown-checker [14:15] I dont know if this script is 100% right... I updated some debian machines wth the kernell patched and I had false values ... [14:16] That script tries to make the determination based on looking at various values/code. It doesn't actually check if you are vuln by using the exploits. I don't think the dev expects it to be 100% [14:21] how to reduce boot time ? can i disable drivers loat at startup to reduce it ? [14:23] anyone online ? [14:25] anyone online ? [14:26] qp, I am here... sure others are too. [14:26] can someone recommend a usb 11ac adapter that works ootb with 16.04 and later? [14:26] how to reduce boot time ? can i disable drivers load at startup to reduce it ? [14:27] qp: you can tell systemd to create a html chart that shows you what needs how much startup time. forgot details, google helps [14:28] usually it is a service that's waiting for something. network stuff keeps the system waiting lots [14:29] deadrom: https://paste.ubuntu.com/26458681/ [14:30] #ubuntu-de [14:30] qp: mount | grep sda2 <- what is sda2 / ? /home? [14:31] qp: as I said: network-manager takes 15sec. what's your network setup? [14:31] wifi [14:32] deadrom: /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered) [14:33] qp: so your root partition takes 12 sec to start... hdd or ssd? laptop computer or stationary pc? [14:34] deadrom: laptop , hdd [14:36] qp: old hdd? 12sec spin up seems a little long [14:36] qp: network-manager is fine usually, I got better results with wicd though [14:36] deadrom: no , only ayear old [14:36] YMMV [14:37] ext4 / should come up like that. but - maybe you just drew stats from a forced fs check, reboot, generate stats again, see if sda2 delay stays [14:38] try a html chart, too, still: that gives you a graph with dependencies and all [14:39] deadrom: how to disable wakeup on lan , i dont have that in my bios [14:39] Any tips on upgrading 16.10 server to something recent? [14:41] jink: use apt-get selections to draw installed packages list , install over, keep /home, reinstall selections. see debian migration docs for pointers/details === zenguy is now known as coffeeguy [14:42] qp: how did we get from startup delays to WOL..? [14:42] deadrom: "Install over" will make me lose any and all configs that I have made, right? [14:43] deadrom: when i start my laptop i get blank black screen for about 30 sec and laptop battery drain , around 18% in a day(shutdown) [14:45] jink: hence the debian guide. you do *not* lose per user configs in /home/, what you do lose is settings in etc. those one can backup tho === nat is now known as Natkeeran [14:46] qp: black screen for 30s...? what make/model is that lpatop? [14:46] deadrom: Thanks again. Last question: this thing doesn't know about "apt-get selections". [14:46] deadrom: hp notebook ay008 [14:48] jink: dpkg, not apt-get, my bad: check this for hints: https://wiki.debian.org/ListInstalledPackages [14:48] Great stuff. I'll try and give it a go. [14:49] qp: fancy usb devices attached? odd RAM? [14:50] deadrom: no , no only a year old [14:50] qp: could be looking for a net boot device. check BIOS for PXE perhaps. but wouldn't stay black for so long still. after the 30sec works ok? [14:51] deadrom: yes , it has very basic bios [14:54] qp: smartctl -a /dev/sda thinks the hdd is happy? [14:54] deadrom: no option in bios [14:54] better | pastebinit that [14:55] hello [14:56] oi oi [14:57] Hi guys , I am a little bit confused about Gui network adapter config , and /ect/ network/ interfaces config file , which one has high priority? [15:00] What will be happened If I have different config in GUI and config file? [15:00] deadrom: https://paste.ubuntu.com/26458853/ [15:04] hi everyone [15:04] deadrom: everything ok ? === SimonNL_Afk is now known as SimonNL [15:04] My top bar is duplicating when I change settings in gnome-tweaks... any idea how I can fix this? http://pix.toile-libre.org/?img=1516892600.png [15:06] can anyone suggest how or where to find a guide that can be used to run this wifi card of my Qualcomm Atheros QCA6174 802.11ac laptop [15:09] BlAd3RuNn3R: go to drivers and enable device drivers [15:09] BlAd3RuNn3R: go to additional drivers and enable device drivers [15:11] deadrom: ? [15:12] pabed___: in stock ubuntu, Network Manager will override any configs you have in E/N/I on boot. [15:12] leftyfb: please check this https://paste.ubuntu.com/26458853/ [15:14] qp: ? [15:15] leftyfb: blank screen for around 30 sec + slow boot + battery drain (shutdown) 18percent in a day [15:17] qp: this the same read-only issue from yesterday? [15:18] leftyfb: yes , it was kernel issue , downgrading kernel solved it and now i am using ubuntu 16.04lts [15:19] uh [15:19] qp: I thought you were running 17.10 [15:19] am trying to apply USN-3542-1 on 14.04.5 LTS . with apt-get update && apt-get dist-upgrade - but not receiving the package linux-image-generic 3.13.0.141.151 - what I doing wrong? [15:19] leftyfb: i was yesterday , [15:19] qp: so did you downgrade the kernel on 17.10 or 16.04? [15:20] leftyfb: first downgrade kernel and problem fixed then downgrade to 16.04 [15:21] qp: how did you "downgrade" to 16.04? Did you do a fresh install or some really bad idea of downgrading every package? [15:21] leftyfb: even if managed=true in /etc / networkmanager/networkmanager.conf? [15:21] padv_: managed means network manager will take over. If you want to use E/N/I, then set it to unmanaged [15:22] leftyfb: fresh install [15:22] qp: ok, so that's a fresh install. Not a downgrade. Because boy would that be a mess [15:22] qp: try installing the latest drivers from the manufacturer of your video card? [15:23] leftyfb: amd r5 m 430 xD [15:23] ugh, amd [15:23] qp: still should try whatever drivers are good for that card. I'm not familiar with it though so can't help much there [15:24] qp: please do not private message [15:24] hello [15:24] leftyfb: https://paste.ubuntu.com/26458853/ is my hard disk good ? [15:24] leftyfb: as default it is managed = false and /E/N/I does not work in this condition [15:25] not [15:25] qp: if the read-only issue was kernel related and doesn't happen on changing kernels, then yes, it would seem your drive is fine [15:25] sle666: can we help you with something? [15:25] pabed___: ok, then maybe I got that wrong. Try setting it to true [15:26] leftyfb: how to disable wake up on lan , i dont have option in bios , and please see pm it is offtopic so i pmed u [15:26] qp: wake on lan is a BIOS setting. [15:26] leftyfb: I find the terminology for ‘managed’ a little confusing here because I have to set this to true to get Network Manager to recognise that I am actually managing this connection manually! [15:27] leftyfb: it is very basic bios , hp laptop [15:27] qp: you'll have to contact HP then. [15:27] qp: that's not a setting in the OS since it works regardless of being booted [15:27] leftyfb: please see pm [15:27] On some systems you disable WOL by unplugging the cable which goes to the WOL jumper on the network adapter to the WOL pins on the motherboard [15:28] qp: sorry, I am not interested in off topic discussions via pm [15:28] genii: pretty sure this is a laptop [15:29] leftyfb: how you learn about these things ? how old you are ? [15:29] Can any body help me installing opencv? [15:30] qp: I started with am Oreilly book called "Running Linux". It still recommend it to people to get started with linux. [15:30] qp: beyond that answer, the rest is offtopic and will not be discussed here or in pm. Please stay on topic [15:31] qp: or feel free to join #ubuntu-offtopic to have similar discussions with others [15:31] leftyfb: can you please help me to solve battry drain issue ? [15:32] qp: like I said, try loading whatever is the appropriate driver for your video chipset. It being AMD, I'm not the best to assist with that [15:32] !pm | gt8ost4l [15:32] gt8ost4l: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. [15:32] leftyfb: it has hybrid gfx , can i disable amd and use intel only ? [15:33] leftyfb: https://imgur.com/a/4BA6m [15:35] qp: I'm pretty sure the answer is yes there, but it's not that easy to work out. I would start reading through https://help.ubuntu.com/community/BinaryDriverHowto/AMD [15:35] gt8ost4l: you might want to ask a question [15:35] I'm running ubuntu 17.10 and for some reason when I run readelf -a on just about any executable, they all seem to be shared objects. [15:35] What gives? [15:36] Anybody know where I can find more information on this? [15:36] leftyfb: it only works upto 14.04 [15:37] leftyfb: i am having problems with firefox when i scroll down blank portions appear [15:37] https://pastebin.com/Ss73pBYe [15:38] its in the link i sent you [15:38] qp: maybe try http://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Install.aspx [15:38] gt8ost4l: maybe try installing/enabling the proprietary drivers for your video chipset [15:38] leftyfb: amd r5 m430 is not supported [15:39] leftyfb: how do i do that? [15:39] qp: I'll be honest, I do not know the answer off-hand and don't have the time to google for you and walk you through trying all the possibilities. Maybe someone else here might be able to [15:39] gt8ost4l: open the additional drivers app [15:39] i did it just has the open source intell chipset [15:40] Found my answer in case anybody is curious https://askubuntu.com/questions/690631/executables-vs-shared-objects#690646 [15:40] hi [15:41] qp: https://askubuntu.com/questions/939689/installing-oibafs-drivers-for-amd-r5-m430-on-ubuntu-16-04 [15:42] leftyfb: tried worst battry backup [15:42] qp: hard disk looks good. well. did you take the overall time by stop watch? what are we lookign at, a minute? 1:20? [15:42] deadrom: we are well past that [15:43] deadrom: by stopwatch it was 2.12 sec to see desktop [15:43] qp: after you install the drivers from the post above, do you get faster boot times and performance? [15:44] leftyfb: same boot speed [15:44] leftyfb, qp, oh :) did you identify anything? 2:12 seems a bit long even for a classic hdd, admitted. but I'd say 1:30 would be normal-ish, so the 30s thing remains [15:46] deadrom: leftyfb Kernel driver in use: i915 , so amd is off ? right [15:47] leftyfb would it make a difference if i delete the .moziller folder and reinstall firefox [15:48] qp: odd. yes. maybe the gpu init s what gives you the 30s black at boot time. it IS possible intel video is on and acts as a display driver while rendering is handed off to the amd gpu... does lsmod show radeon? [15:48] or fglrx even? [15:49] deadrom: http://paste.ubuntu.com/26459083/ [15:54] deadrom: radeon ,amdgpu === SimonNL is now known as SimonNL_Afk [15:56] qp: weird... could be like I said, could not. I'd ask in #radeon [15:57] qp: does the bios have an option "init this gpu / init that gpu" "run the other hybrid mode" or such? [15:57] deadrom: no [15:57] deadrom: redeon is dead group [16:04] deadrom: ? [16:06] qp: radeon, not radeonhd [16:06] deadrom: https://paste.ubuntu.com/26459083/ [16:08] qp: saw that, what about it? drm holds both radeon and i915, supports my driver/render theory, but really, #radeon is the place [16:09] deadrom: no one is online there [16:09] deadrom: https://askubuntu.com/questions/771562/16-04-power-off-discrete-graphics-ati-amd this will work? [16:12] I see around 100 users there [16:12] no one answer [16:12] patience is of the essence there. [16:12] trying 3 days [16:13] but the black screen, that's *before* linux boots, right? [16:13] no after ubuntu logo [16:13] and battery drain when laptop is shutdown [16:14] sounds like KMS issue rather. hmm. google how disable kernel mode switching, maybe then you at least get to see what the machine is doing there in the first 30sec [16:14] I'd try ubuntu forums, too [16:14] and what about battey drain ? [16:15] ah, and just for kicks: 16.04 you said? 4.4 kernel? had some 4.4 issues with some rarer amd gpus, give the hwe kernel a shot, I think that's 4.10 or so [16:15] A coworker of mine is running Ubuntu 16.10 and wants to upgrade. Doing `apt dist-upgrade` says nothing to update, `do-release-upgrade` says you can't go from 16.10 to 17.10. [16:15] What's the upgrade path supported? [16:15] yes [16:15] apt search hwe, should turn up a linux-image-yadda-generic [16:15] !eol | ldiamond check this second link [16:15] ldiamond check this second link: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [16:16] ok gotta run, good luck and stay around on #radeon, who knows === Quetzal2 is now known as Quetzal2_ping [16:16] nicomachus: plz help me [16:17] ldiamond: 16.10 is eol, so it's no longer supported. Your coworker is very behind on upgrading. You can do an EOL Upgrade to 17.10 by following the second link here, or you can backup and reinstall with 16.04 LTS so that your coworker doesn't run into this problem so often. [16:17] qp: what's the problem? [16:17] nicomachus: battry drain when laptop is off [16:17] nicomachus: shutdown [16:18] qp: if the battery is dying when it's shutdown, then it's a bad battery and not an Ubuntu issue. [16:18] nicomachus: but dont happen when i install windows 10 [16:18] qp: there's is nothing that ubuntu can do to make your battery die when ubuntu is shut down. [16:19] qp: you can try using poweroff instead of shutdown to make sure that everything is actually completely powered off. [16:19] 'sudo poweroff' instead of 'sudo shutdown' [16:20] nicomachus: wake up on lan ? or i read if wifi is on and we shutdown then it consumes battry , also i want to turn off my hybrid gfx [16:20] qp: take a look through this thread to help mitigate damage as well: https://askubuntu.com/questions/400/tips-to-extend-battery-life-for-laptops-and-notebooks#408 [16:22] nicomachus: EriC^^ tried [16:24] EriC^^ tried what? [16:24] nicomachus: The 2nd link seems fairly old [16:24] It says to update apt's sources.list, which I did, the upgrade still doesn't run. [16:24] the link you gave me [16:24] Is the step for installing the kernel required? [16:25] ldiamond: it uses old examples but is still relevant. [16:25] hi [16:25] does anyone know of a good object storage or JBODs type storage shipping with ubuntu? [16:26] ldiamond: once you update the sources.list, run apt update && apt full-upgrade, then if you run 'lsb_release -a' you should see the new release [16:26] please help [16:26] qp: stop saying "please help" I sent you info. Did you try those things? [16:27] yes [16:27] you said someone else sent you the link but didn't say if you tried it. [16:27] qp: regardless, it sounds like your battery is just bad. get it tested and replace if needed. [16:27] nicomachus: but i dont happen in windows 10 [16:27] nicomachus: there's a bunch of 404 when doing `apt update` [16:28] ldiamond: what did you change the sources.list to? [16:28] nicomachus: i get 6hours+ backup but in ubuntu 3.5 hours [16:28] nicomachus: to what's in the link with s/CODENAME/artful/g [16:30] ldiamond: use yakkety instead of artful, I believe. since that's what they were on previously. [16:30] nicomachus: and my amd fgx is still on ? [16:30] gfx [16:31] qp: do you want to turn it off? [16:31] qp: do you have another graphics setup you want to use instead? [16:31] nicomachus: my laptop has hybrid gfx [16:31] nicomachus: so i will use intel only and increase battery backup [16:32] nicomachus: https://paste.ubuntu.com/26459083/ [16:32] qp: then blacklist the amd driver [16:32] nicomachus: just changed to yakkety and apt full-upgrade/distupgrade says nothing to do [16:33] ldiamond: 'sudo apt install update-manager-core update-manager' [16:33] do-release-upgrade also still tries to go to artful [16:33] yes you want the artful path [16:33] but it fails and says it's not supported [16:34] update-manager[core] says it's already at the latest verstion 1:16.10.10 === SysGhost is now known as SysGh0st === SysGh0st is now known as SysGhost [16:34] lel [16:35] ldiamond: sudo apt install linux-image-generic linux-headers-generic [16:35] nicomachus: amd is being used ? https://paste.ubuntu.com/26459083/ === md_ is now known as Guest31996 [16:35] qp: show me 'sudo lshw -C video' [16:36] nicomachus: same thing, it says its already updated [16:36] nicomachus: http://paste.ubuntu.com/26459266/ [16:37] ldiamond: ok, what does 'lsb_release -a' show? [16:37] 16.10 [16:38] qp: open /etc/modprobe.d/blacklist in whatever text editor you prefer, and then add the line "blacklist radeon" to the bottom. save and reboot. [16:38] tried but readon still loads [16:38] qp: it won't if you blacklist it. don't tell me you tried it. do it. [16:39] qp: my bad, the file location is /etc/modprobe.d/blacklist.conf [16:39] yes TJ tried it when he was helping me to install amdgpu drivers [16:42] ldiamond: can you paste the contents of your sources.list to a pastebin and link here just so I can double check? [16:44] nicomachus: https://gist.github.com/lewisdiamond/412699085397ce748828bfc5cbdf4f41 [16:45] hi [16:45] someone? [16:45] hey [16:45] hi, can u tell me how to see all local variables in linux usin terminal? === juboxi is now known as jubo2 [16:46] someone knows about linux commands? [16:46] ldiamond: ok, that looks correct. let's do this. 'sudo apt update && sudo apt full-upgrade | nc termbin.com 9999' [16:46] daw_: `env` [16:46] daw_: i assume by "Linux" you mean the shell, aka bash by defaullt [16:47] you are abeast, thx! [16:47] does that shows local or envoironment variables? [16:48] http://termbin.com/o8gz [16:49] ldiamond: and 'sudo do-release-upgrade | nc termbin.com 9999' [16:50] yea that doesnt work it gives me a traceback about broken pipe [16:50] the termbin output is just 'Reading cache' [16:50] rest goes to stderr [16:51] ill paste bin it instead [16:51] nicomachus: do-release-upgrade is done in a screen, no? [16:51] it worked ? http://paste.ubuntu.com/26459318/ [16:51] nicomachus: plz check [16:51] nacc: no idea [16:51] nicomachus: https://gist.github.com/lewisdiamond/17e853f8e52d06c57cb543f66a1d0682 [16:51] nacc: very likely. [16:52] nacc: having trouble with this EOL upgrade [16:53] nicomachus: you have to go yakkety to zesty manually, i believe [16:53] nicomachus: then zesty to artful with d-r-u [16:53] nicomachus: it's easier to reinstall on that path [16:53] (imo) [16:53] ldiamond: ^ [16:53] oh well [16:53] i'm not 100% on that, but we were discussing that before [16:54] ldiamond: i mean you haven't gotten updates in almost a year [16:54] I've never bothered doing an upgrade on EOL systems [16:54] ldiamond: you might as well reinstall :) [16:54] nacc: it's my coworker :p [16:54] I run Arch [16:54] I just buy a new hard disk and do a fresh install every few years [16:54] ldiamond: they have not done any updates in almost a year. They might as well reinstall. [16:55] Hi. Does anybody know what command shows only the shell/local vars? not environment vars. [16:55] daw__: what do you mean? [16:56] only local variables [16:56] in bash [16:56] nacc: my amd gfx is off ? http://paste.ubuntu.com/26459318/ [16:56] daw_: you mean those defined with 'local'? [16:57] qp: i have no idea, looks like no driver for it [16:57] yes i guess, i want to see only the variables that are in bash but i dont wanna see envionment variables [16:57] nacc: so it is off ? [16:57] daw_: i don't understand what you mean [16:57] xdd [16:57] daw_: the environment variables are in bash [16:57] hi [16:57] daw_: i feel like maybe you are asking the wronng question? [16:57] how can i exclude environment vars from the list? [16:57] how do I create a shortcut [16:58] to atom in ubuntu [16:58] ? [16:58] daw_: what do you mean by environemnt variables? [16:58] daw_: your question may be better asked in a bash specific channel, anyways, not really anytinng to do with ubuntu [16:58] variables that shows up when i search for env [16:58] when i enter env in the terminal [16:58] daw_: what do you think the difference between bash variables and environment variables are? [16:59] so what are local variables' [16:59] ? [16:59] hihi [16:59] nacc: i get black screen when i start ubuntu and it takes arount 2.12 minutes to boot [16:59] qp: i have no experience with that, sorry [16:59] i only wanna see those variables that i created during my session [16:59] daw_: I don't know what you mean by that, that's what i've been nasking [16:59] daw_: i don't think that's possible [16:59] hello how do I create a shortcut to access atom? [16:59] daw_: but you can ask the bash channel [16:59] okay, thanks anyway :D [16:59] and battry drain when laptop is shutdown ? (only happen after installing ubuntu) [17:00] thx for your time [17:01] and battry drain when laptop is shutdown ? (only happen after installing ubuntu) nacc [17:01] qp: if the laptop is shutdown, then ubuntu is not running [17:01] qp: is it maybe not powering off? [17:02] nacc: how to check ? [17:02] qp: uh, check if the laptop power light is on? === daniel is now known as Guest57922 [17:02] no [17:02] Hey so, new to Linux. I've downloaded programs from SoftWare boutique. How do I make said programs appear on my desktop, so I won't have to access bouqitue first to launch them? [17:02] Ubuntu mate btw [17:02] qp: then i don't knonw [17:03] thx [17:03] hey guys, Not sure if this belongs here. I'm trying to install an older version of oracle java using the webupd8team repositories, but apt-cache madison doesn't show any alternative versions. Does anyone know of a way to downgrade my oracle java without having to do it manually?? [17:03] anyone? [17:03] Hey so, new to Linux. I've downloaded programs from SoftWare boutique. How do I make said programs appear on [17:04] appear on my desktop instead* [17:06] fancyfetus: ppa support is done by ppa owers [17:07] Guest57922: i don't use desktop icons, but can you right click on your desktop? i also don't use mate [17:07] Guest57922: so i don't know what boutique is [17:08] uhg [17:08] I wish I could upgrade to artful [17:08] but I am stuck here forever [17:08] youtah: stuck where? [17:08] youtah: ? [17:08] you're never stuck [17:08] I'm at 16.10 [17:08] youtah: you should reinstall 16.04, perhaps? [17:08] and it won't let me upgrade to 17.04, it tries to take me straight to 17.10 [17:08] backup and reinstall with 17.10 or follow the EOLUpgrade path [17:09] I actually followed the EOLUpgrade instructions, and it still gave me the same message [17:09] youtah: yeah it's a bit tricky [17:09] Guest57922, use the dash to search for the application then drag its icon to your launcher, ie the dock panel on the left [17:09] youtah: you need to EOL -> EOL -> current [17:09] that's nont really supported by that page [17:09] (afaict) [17:10] nacc, exactly [17:10] Guest57922, softwaer boutique = Ubuntu software? [17:10] youtah: so you should reinstall [17:10] :) [17:10] That is what I am thinking [17:10] kostkon: iirc, it's a special mate thing (i remember workinng on a bug for it) [17:10] kostkon: possible a snap, i'm not sure [17:10] Does anyone know how to configure qt5 apps to honour the gtk global dark setting? [17:10] kostkon: possible a snap, i'm not sure [17:10] I can reinstall over the top of this, without it nuking my home directory, can't i? [17:10] youtah: it will take less time [17:10] * youtah has never actually done that before [17:11] nacc, oh yeah he/she said mate [17:11] kostkon: yeah, i had never heard of it before :) [17:11] it's like a curated software store, iirc, specific to mate [17:11] nacc, hmm interesting [17:12] kostkon: (my recollection) === SimonNL_Afk is now known as SimonNL [17:18] youtah: you should back up your home directory first anyway! [17:18] (in particular if you go to 16.04, since older OS may not understand newer config files, it depends on the app) === Quetzal2_ping is now known as Quetzal2 [17:27] Alas, sometimes I love the freedom of Linux. All men to himself. But other times its so frustrating because nothing is ever streamlined :D Like getting a dark theme of Qt apps in a gnome desktop :) [17:28] !themes | sveinse [17:28] sveinse: Find your themes at: http://www.gnome-look.org - http://art.gnome.org - http://www.kde-look.org - http://kubuntu-art.org - http://freecode.com/tags/theme - http://www.guistyles.com - https://wiki.ubuntu.com/Artwork/ - Also see !changethemes and https://help.ubuntu.com/community/UbuntuEyeCandy [17:28] Hi papapapap234! You're connecting from 213-186-202-119.static.vega-ua.net. [17:28] Hi Retromingent2! You're connecting from 47.144.17.99. [17:31] lotuspsychje: Well, technically I don't need a new (gnome) theme. Just that qt apps become dark, like default adwaita-ish [17:31] A simple question, yet I've found it difficult to solve: setting my "windows" key to bring up the app menu in Ubuntu 17.10. I have gnome-tweaks, have messed with shortcuts, but to no avail. What am I missing? [17:32] Retromingent2: my windows key brings up the overview of all open windows with the search bar to search for apps. does yours behave differently? [17:34] sveinse: can this help? http://www.omgubuntu.co.uk/2017/04/theme-makes-qt-apps-feel-home-gnome [17:34] lotuspsychje: thanks, but I've tried that === marve is now known as Guest5272 [17:40] Hey all [17:41] It's might be not ubuntu related, but could anyone help me with roundcube ? It receives mail, but can't send it. Also external mail client works well. [17:42] V7: your already in #roundcube, think thats your best bet [17:42] lotuspsychje, Yup, but it's quiet about 3 hours or more mb [17:43] V7: the manpage shows anything usefull? [17:43] Nothing for my issue mb [17:43] Is there other ways than lsof to determine why gnome sais my USB pen is in use when trying to eject it? [17:43] I've already tried to fix itout about 5 hours [17:43] for 5 hours mb [17:43] V7: https://help.ubuntu.com/community/Roundcube [17:44] lotuspsychje, What's this ? [17:46] hola [17:46] V7: the ubuntu wiki help for roundcube [17:46] !es | alu_ [17:46] alu_: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [17:47] lotuspsychje, Why I would need that ? [17:47] lotuspsychje, Would it help me with error like: SMTP Error: Authentication failure: STARTTLS failed (Code: ) in /usr/share/nginx/roundcubemail/program/lib/Roundcube/rcube.php on line 1649 ? [17:48] V7: have you setup roundcube the way the wiki explains? [17:48] laptop battery drain when laptop is shutdown (only happen when ubuntu is installed only ) + black screen for 30 sec before boot [17:49] !info laptop-mode-tools | qp try this [17:49] qp try this: laptop-mode-tools (source: laptop-mode-tools): Tools for Power Savings based on battery/AC status. In component universe, is optional. Version 1.71-2ubuntu1 (artful), package size 83 kB, installed size 378 kB [17:49] lotuspsychje: tried [17:50] V7: https://www.digitalocean.com/community/tutorials/how-to-install-your-own-webmail-client-with-roundcube-on-ubuntu-16-04 check this there's an smtp alinea [17:51] Thank you lotuspsychje, I'll check this out mb [17:51] guot is goinon jiar [17:51] alu_: only english here please [17:52] lotuspsychje: tried [17:52] qp: yes? [17:53] lotuspsychje: tried didnt work [17:53] qp: define didnt work? [17:53] getting drain [17:54] qp: ubuntu version? kernel version? details please [17:54] 16.04 [17:54] qp: up to date to 16.04.3? [17:54] afk will be back in 2 min [17:54] yes [17:56] back [17:57] lotuspsychje: yes it is upto date [17:57] coucou [17:57] !fr | cyril [17:57] cyril: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [17:58] qp: please describe whats happening to your system from boot to desktop [17:58] black screen for around 30 sec [17:58] qp: when [17:58] multilingual here today :D [17:58] after ubuntu logo [17:59] qp: then what happens? [17:59] it starts normally [17:59] qp: thats your monitor going into blank mode? [18:00] it goes to black mod after ubuntu logo for 30 sec then i see desktop [18:00] qp: monitor or system? [18:00] laptop , in built display [18:00] qp: you are chatting from the computer right now? yes or no [18:00] yes [18:01] qp: open terminal [18:01] ok [18:01] then ? [18:01] qp: sudo apt install inxi pastebinit [18:01] qp: let me know when done [18:01] it is installed , pastebinit [18:02] qp: no do exactly what i say...and only confirm when you've done so %100 [18:02] qp: sudo apt install inxi pastebinit [18:02] qp: let me know when done [18:02] tatertotz: done [18:03] qp: inxi -Fxxprzc0|pastebinit [18:03] qp: share url/link here..if you do not get a url/link..say so [18:03] tatertotz: http://paste.ubuntu.com/26459747/ [18:04] qp: journalctl -p 4|pastebinit [18:04] qp: share url/link here..if you do not get a url/link..say so [18:04] http://paste.ubuntu.com/26459751/ [18:05] d [18:05] tatertotz: http://paste.ubuntu.com/26459751/ [18:08] qp: http://termbin.com/iwtn [18:08] tatertotz: blocked in my country [18:09] qp: standby [18:10] lol [18:10] Scoobz: can we help you? [18:11] just strollin [18:11] qp: are you able to view the links/urls that you already shared? yes or no [18:12] tatertotz: yes , but can see termbin [18:12] can't [18:12] qp: ok thats fine..the termbin was just me spoon feeding you data from the link you CAN SEE [18:13] qp: https://paste.ubuntu.com/26459751/ line #462 [18:14] qp: https://paste.ubuntu.com/26459751/ line #462-#487 [18:14] tatertotz: yes [18:15] ./chkrootkit [18:15] Scoobz: only ubuntu support here please [18:15] tatertotz: what does that mean? [18:16] qp: open terminal [18:16] ok [18:16] tatertotz: then ? [18:17] qp: ls -lh /var/log|pastebinit [18:17] tatertotz: http://paste.ubuntu.com/26459799/ [18:18] qp: ubuntu-drivers devices|pastebinit [18:19] tatertotz: http://paste.ubuntu.com/26459804/ [18:21] qp: nmcli d s|pastebinit [18:21] tatertotz: http://paste.ubuntu.com/26459810/ [18:22] qp: ok i'm finished now [18:22] tatertotz: ? [18:22] ha [18:22] qp: you can ask me direct questions...or you can let me ramble.. [18:23] tatertotz: whats wrong with my laptop? [18:23] qp: you didn't pick the best driver for your WLAN adapter.... [18:23] qp: that's #1 [18:23] hi everybody I have installed lamp and did configuration how it was but I can't bind localhost [Forbiden You don't have permission to access /on this server] can anybody help me please [18:23] qp: should i continue to #2 [18:24] qp: should i continue to #2 yes or no [18:24] tatertotz: plz [18:24] yes [18:24] !lamp | trafaret1 [18:24] trafaret1: LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process. [18:26] qp: #2 you've been somewhat "experimental" in your endeavors and my hypothesis is that this experiment went ary [18:28] qp: you have tried the "recommended" driver. true or false [18:28] hi! where would I go to get help with ubuntu setup for vsftpd? I'm trying to jail all ftp users to /var/ftp [18:28] and have /var/ftp writeable. [18:28] tatertotz: i didnt installed them ,they were auto installed [18:29] qp: hmm interesting [18:29] i-make-robots: be carefull with ftp, its a security flaw lately [18:29] any access is a security flaw :) [18:29] it's a one-user setup to briefly allow a large upload. [18:29] thank you for your concern <3 I sincerely appreciate the help. [18:30] qp: If i were you, I would try the "recommended" driver [18:30] qp: you don't have to ...just some advice [18:30] tatertotz: ok trying [18:30] tatertotz: how? [18:30] i-make-robots: well this channel is for ubuntu issues mostly, for more specific help on apps better choose specific channels or forum [18:31] qp: hmmm well as per http://paste.ubuntu.com/26459804/ your driver manager thing should reveal this to you [18:32] qp: there's a thing for drivers in there...i forget what it's "officially" called/named [18:32] driver manager [18:32] yeah [18:32] just repeated what you said [18:33] additional drivers? [18:33] qp: sounds good [18:33] I need some help with kubernetes on ubuntu with flexvolumes and cifs [18:33] i am already using official one [18:33] how to upload image ? [18:34] bcmwl-kernel-source = wl in inxi [18:34] qp: uh are you sure https://paste.ubuntu.com/26459747/ [18:34] tatertotz: yes [18:34] qp: driver: wl bus-ID: 03:00.0 chip-ID: 14e4:4365 [18:35] qp: oh okay [18:35] tatertotz: [18:35] qp: dmesg|egrep irmw|pastebinit [18:36] tatertotz: http://paste.ubuntu.com/26459885/ [18:36] 14e4:4365 bcmwl-kernel-source <= 16.04 bcmwl-kernel-source <= 17.10+ https://askubuntu.com/questions/55868/installing-broadcom-wireless-drivers/60395#60395 [18:38] does anyone know if there will be newer kernels for the meltdown & spectre patches? i'm seeing a lot of reboots with both 4.13.0-26-generic and 4.13.0-31-generic on ubuntu 16.04 LTS (hwe) on broadwell hardware still -- i saw intel's announcement on monday but not sure if the fix was supposed to be 4.13.0-31 or what === Quetzal2 is now known as Quetzal2_ping [18:38] trey: #ubuntu-hardened [18:39] trey: you will see updates for those issues for presumably years to come, fwiw :) [18:39] qp: pastebinit /boot/grub/grub.cfg [18:40] :) thanks [18:41] tatertotz: http://paste.ubuntu.com/26459911/ [18:41] hi. hp 15 is grubbing 2 times to lad my 112-generic [18:42] er, load / lad [18:42] IntelCore: I am unable to parse your sentence, unfortunately [18:42] grub starts and restarts a boot [18:42] IntelCore: u have hy ay008tx? [18:42] trey: the reboot issue with Intel microcode was addressed by reverting the microcode changes at Intel's request. The USN for the revert is https://usn.ubuntu.com/usn/usn-3531-2/ . The reboot issue is microcode-related, it isn't a kernel thing. [18:43] ooo [18:43] trey: and yes, for meltdown and spectre in general, there will probably continue to be security updates for it for some time, as the wider community comes up with new patchsets [18:43] wull grubbing 2 times to boot [18:43] black screen? [18:44] dax: ah thanks; i wasn't sure which reboot was being mentioned :) [18:44] qp: does it occur on Ubuntu, with Linux 4.10.0-28-generic? yes or no [18:44] i note it was fine with the second update ? -112 [18:44] tatertotz: i dont know , but it was also happening with 17.10 [18:44] lotuspsychje - that's why i asked where is the best place. I don't know the irc channel. :) #vsftpd is invite only [18:44] mine is 16.06 lts [18:45] IntelCore: amd r5 m430 working correctly ? [18:45] lemme run this updater.. brb [18:45] i-make-robots: try ##vsftpd [18:45] qp: you have viewed the trace https://paste.ubuntu.com/26459751/ true or false [18:45] hmm? [18:46] tatertotz: yes , but i was not able to understand it [18:46] broadwell gt 2 [18:46] i5 [18:47] hmm, just got update of ubu base [18:47] qp: Jan 25 23:00:20 gopal-HP-Notebook kernel: WARNING: CPU: 2 PID: 383 at /build/linux-hwe-7c8uoR/linux-hwe-4.13.0/net/wireless/sme.c:941 cfg80211_roamed+0x148/0x160 [cfg80211] [18:47] tatertotz: ok [18:48] shuld i restart to see if the updater fixored the boot [18:48] any have success with multi monitor dpi scaling? using 4k and 1440p monitors 18.04 beta, gnome window manager. still stuckj with one dpi to rule both monitors [18:48] qp: use 4.10 for a while and see if symptom(s) persist [18:48] swein: you want to be in #ubuntu+1 for 18.04 [18:48] tatertotz: how ? [18:49] tatertotz: 4.10 is unsupported anywhere currently, i believe [18:49] nacc: thanks, but the question should still apply to 17.10 [18:49] swein: ok [18:49] qp: you said you had battery drain and black screen at boot, what are you doing with wifi searching? [18:49] qp: by selecting it from your grub menu http://termbin.com/1lkz [18:49] qp: as per http://termbin.com/1lkz it's in your grub [18:50] qp: sorry you can't read that in your country [18:50] oh, btw.. my hp battery is dead, need new one, and boots via electric plug [18:50] nacc: can you read http://termbin.com/1lkz yes or no [18:50] dax: thank you! [18:51] tatertotz: yes, why do you ask? [18:51] nacc: now what were you saying again.....nevermind ....we'll discuss some other time [18:51] tatertotz: can you please set my gfx drivers correctly , it have hybrid gfx [18:51] will that affect the way grub boots.. still an old battery in the laptop? [18:51] IntelCore: no, grub doesn't know what a battery is [18:51] IntelCore: unless your hardware is buggy, then your system is ... well buggy [18:52] otay. acpi comes up then the grub re-boot.. i hit return again.. and acpi again/clamAV.. and then it booted [18:52] tatertotz: I assume you don't mean it as such, but the "yes or no" and "true or false" comes off as demanding, and your questions would work equally well without it. [18:53] IntelCore: not sure i understand ... clamav? [18:53] IntelCore: hit return where? [18:53] clam anti virus checl. [18:53] A and B conversation [18:53] C [18:53] ... [18:53] IntelCore, right after grub? [18:54] grub gives a menu to load ubuntu.. i hit return and ubuntu loads [18:54] tatertotz: try to boot in 4.10 ? [18:54] dual boot laptop [18:54] IntelCore: why is your system rebooting due to clamav? [18:54] IntelCore: that doesn't seem right at all [18:54] if i don't address you directly....i ain't talking to you..and probably don't want to...ever [18:54] clear [18:55] speak when spoken to [18:55] nacc - it goes to the grub menu a second time before it booted [18:55] if i didn't speak to YOU [18:55] !who | tatertotz [18:55] tatertotz: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :) [18:55] tatertotz, uncalled for (everyone in here) [18:56] dax: thankns [18:56] wtf [18:56] he was helping me [18:56] qp: did they actually help you? [18:56] qp, not with that attitude [18:56] qp: or did they just have you go around in a big circle? [18:57] qp: afaict, you've not made any progress from yesterday [18:57] or day before [18:57] but he was trying [18:57] Well, I have made progress [18:57] and was teaching me how to deal with it [18:57] someone please help me [18:58] qp: i thought they were telling you to reboot to 4.10? that's not what you want to do (it will never get the kpti fixes, e.g) [18:58] Since this 'change' for these vulnerabilities.. Kernels have changed way my grub boots.. first time was getting a replaced update for grub to boot just fine [18:58] nacc: ? [18:58] so ok kool [18:58] !kpti > qp [18:58] qp, please see my private message [18:59] now, grub don't like 112-generic [18:59] qp: can you paraphrase your issue in one line? [18:59] nacc: meltdown means heating issue right? [18:59] qp: no, it's a serious security issue with processors [18:59] gimme a moment re-boot [19:00] qp: read the blurb from ubottu, which i think has links to the docs [19:00] qp: you really don't want to be running 4.10 [19:00] nacc: and cause battery drain when laptop is off? [19:00] qp: no, it has nothing to do with your battery [19:00] qp: afaict, your battery draining if off is a hardware issue [19:00] qp: possibly a defective battery [19:01] nacc: only happen when ubuntu is installed not with win10 [19:01] qp: what does that mean? it happens when the laptop is off [19:01] qp: so I don't follow what you are referring to [19:01] nacc: it dont happen when i have win 10 installed [19:01] qp: or do you mean you *only* had windows 10 before, and the battery didn't drain; and then you installed ubuntu (erasing windows) and now it does? [19:01] nacc: yes [19:02] nacc: i suggested him laptop-mode-tools earlier, he said didnt work [19:02] qp: sounds like possibly a buggy BIOS -- it's also not impossible that the hardware is defective and windows did some ACPI trickery to workaround it [19:02] Thanks [19:03] qp: does it happen with all ubuntu you've tried? [19:03] nacc: yes [19:03] lotuspsychje: yeah that's a good though [19:03] *thought [19:03] qp: then it seems like possibly incompatibility with your laptop and linux [19:03] qp: have you googled if others with the exact same model of laptop report the same issue? [19:03] ok, 16.04lts kernel 112-generic makes my grub - not work [19:03] removing battery after shutdown solved it. [19:03] nacc: this modal is not very popular [19:04] grub comes up before the kernel.... to the best of my knowledge grub controls how the kernel boots. [19:04] nacc: hp ay008tx [19:04] ay eye, grub presents a load screen, then goes to find what you select [19:05] qp: https://ubuntuforums.org/showthread.php?t=2018202 [19:05] qp: did you try turning of WOL? [19:05] So, since this 112 update, grub returns to that load screen [19:05] nacc: dont have that option in my bios and lan is not connected with my laptop [19:06] to work around, I select advanced option, fin kernel 109 [19:06] qp: see the last comment in that post, perhaps [19:07] nacc: it is very old [19:07] qp: what is? [19:07] IntelCore: can you please not spam random lines here [19:08] qp: might be interesting https://askubuntu.com/questions/225126/how-to-improve-battery-life-on-a-hp-pavilion-dv6 [19:09] nacc: plz explain it [19:09] qp: explain what? [19:09] nacc: what you was saying [19:09] qp: ... i said read the forum post? [19:10] nacc: yes , but it didnt say my laptop is not compatiable for linux [19:10] what's the tool that compresses text files the most? [19:10] isssss this what i gotta do? [19:10] qp: did anyone say it *was* compatible with Linux? [19:11] https://usn.ubuntu.com/usn/usn-3522-3/ [19:11] nacc: no [19:11] IntelCore: what actually happens (maybe take a video) when you boot the 112 kerne [19:12] When I am booting ubuntu it is showing error 'usb 3-1.1: device descriptor read/64, error -110'. [19:12] I added a user ftp, created the home directory, set permissions, and the password. I can sudo login ftp. i set up vsftp with ftp as the only valid user. when i sudo ftp localhost login with ftp/[password for ftp] it denies login. any idea why? [19:12] nacc: i should use windows only ? [19:12] nacc - i can't vid the boot [19:12] qp: i don't know; that's your choice. You could also try the workaround as mentioned in the forum post [19:12] qp: or what lotuspsychje found [19:13] nacc: how? [19:13] qp: how fast does your battery drain? [19:13] 20 percent in a day [19:13] qp: read the forum post and do what they suggst (page 2 last comment has instructions) [19:13] qp: that makes no sense [19:13] i-make-robots: did you check the vsftp logs? [19:14] lotuspsychje: ? [19:14] i-make-robots: wait, what? why do you 'sudo login vsftp'? [19:14] er, qp? [19:14] qp: you can use your battery 5 days? each day 20%? [19:14] what? no. i'm not. i can sudo login ftp. === BrAsS_mOnKeY is now known as william [19:14] i-make-robots: what does that mean? you are logging in as the ftp user to ubuntu? or you are logging into ftp? [19:15] qp, my i5 batt started to drain, before it died [19:15] lotuspsychje: left my laptop for a day [19:15] logging in as the ftp user to ubuntu. [19:15] oh! I see [19:15] i'm FTPing to ubuntu as user 'ftp' [19:15] IntelCore: your laptop modal ? [19:15] https://wiki.ubuntu.com/DevelopmentCodeNames -- anyone know why artful isn't on the list? [19:16] When I am booting ubuntu it is showing error 'xhcl_hcd 000:0300.0: Error unexpected setup address command completion code 0x24'. [19:16] yes hp 15 i5 [19:16] IntelCore: gfx card ? [19:16] no, no.. a standard graphic card..intel i think [19:17] timeless: dunno, it's a wiki though [19:17] IntelCore: i have hybrid gfx card and mine is just a year old [19:17] i-make-robots: i still don't understand, you say you can 'login to ftp' but that you cannot ftp ... Can you use a pastebin, show exactly what works and doesn't? [19:18] i-make-robots: also, i'm sure there are vsftpd channels that can help [19:18] batt life said like 880 , but I had only carried the laptop around off electric plug three months [19:18] nacc: do this ? I just remove the battery after I turn the laptop off and put it back again. That is the only solution that seems to work for me. === FatB0yy is now known as ChunkzZ [19:18] i-make-robots: why do you need ftp, btw? you know how terrible it is, etc.? :) [19:19] qp - i did that also [19:19] qp: well that is one solutionn, but not the one i said, which is the *last* post in the forum article [19:19] Hi [19:19] nacc: it will work in ubuntu 16.04 lts ? [19:19] qp: will what work? [19:20] http://www.hecticgeek.com/2012/09/disabling-wake-on-lan-in-ubuntu-might-save-a-tiny-bit-of-power-on-your-laptop/ [19:20] yeah without wol, tiny [19:22] qp: i don't know, perhaps? [19:23] nacc: and my laptop is not suitable for linux ? please tell [19:23] qp: if not, there's often an option in your BIOS/UEFI setup to turn it on or off [19:23] which of course we'd not know much about, being as that isn't Ubuntu [19:24] mm,i did at bios [19:24] trying it [19:24] thx for help [19:28] a standard system upgrade will automatically [19:29] IntelCore: that's not a complete sentence and who are you talking to? [19:29] " Does that mean I might run an upgrade on 15.04lts and get those correct kernels? [19:29] IntelCore: 15.04? [19:29] IntelCore: if you're on 15.04 you have bigger problems. [19:29] IntelCore: what are you quoting? [19:29] https://usn.ubuntu.com/usn/usn-3522-3/ [19:30] quoted that [19:30] IntelCore, 16.04? [19:30] IntelCore: 15.04 is not an LTS [19:30] linux-image-4.4.0-109-generic 4.4.0-109.132 --- I think that one worked [19:31] yes, a 16.04lts - 112-generic does not work when grub runs it [19:31] IntelCore: 4.4.0-109 is no longer supported, you should be on -112 [19:31] IntelCore: so as mentioned, debug what is wrong with 112 [19:31] IntelCore: (that usn is from 2 weeks ago) [19:32] so, grub returns to the menu. where I either select 112-gen again, or choose 109 [19:32] IntelCore: it doesn't even try to boot the kernel? [19:32] it trys [19:32] whump, goes back to grub [19:33] using 109-generic right now [19:33] nacc - you know I should be using a signed kernel.. if so [19:34] IntelCore: what do you mean "tries"? [19:35] it goes.. grub goes to find, and does acpi, then halts back to grub [19:35] !text | IntelCore errors please? [19:35] IntelCore errors please?: To start your system in text-only mode append 'text' (without the quotes) to the kernel line in the grub menu. You can access the grub menu by pressing Esc (Grub legacy) or Shift (Grub2) during boot. For more info see https://help.ubuntu.com/community/BootOptions#Text%20Mode [19:35] grub 2 - i think [19:36] link is bad [19:37] Internal Server Error [19:37] IntelCore: works here [19:37] Hi, I was planning on trying Ubuntu today, but when i used unetbootin to make a usb it wouldn't boot. The boot hung as soon as it said somethingn about syslinux [19:38] insectorx: wich Os are you making the usb from? [19:38] Ubuntu Mate 17.10 [19:38] insectorx, there's also rufus and etcher you could try out [19:39] ok I will try that, thanks [19:39] insectorx: you can try also the ubuntu usb creator [19:39] is the ubuntu usb creator for windows 7? [19:39] !usb | insectorx [19:39] insectorx: For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [19:40] insectorx: universal usb install is for windows [19:40] installer [19:40] ive looked up lots of tutorials on how to do the install, but none address this error. [19:40] nacc - advanced options lets Grub - allow you to select kernel.. upstart the boot, or boot repair mode. [19:41] i did everything it said. but now i'm gonna go try a different program to write this usb. i'll return if it doesn't work. thank you [19:41] insectorx: unetbootin gives those errors sometimes..try other tools suggested [19:41] cool [19:42] IntelCore: we need errors, otherwise we cant help you... [19:43] IntelCore: try to catch your errors on boot, by textboot or F1 [19:43] Hey might anyone know how to add a menu entry for an EFI live disk on my PXE server? [19:43] IntelCore - HTTP 500 means try again later [19:44] Or if anyone has examples of menu entries for other EFI based live disks that would be sweet [19:44] !efi | shazbotmcnasty [19:44] shazbotmcnasty: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [19:44] That's not helpful at all thanks [19:47] --- Grub. might be da problemo [19:47] "the problem" [19:47] try to keep it to clear english please [19:48] I read the link, that is now working, and I do not have ubuntu boot like that. Grub boots my unbutu [19:50] grub.cfg. It is the product of various scripts and should not normally be edited directly. [19:50] hmm, so how i see? [19:51] you can edit it directly to test things, but it's really better to correctly generate it [19:52] shazbotmcnasty: i'm not sure why an efi live disk would be different? [19:52] it's just a text file [19:54] My xubuntu clock suddenly is 2 hours ahead, any ideas? [19:54] sim642: possibly your timezone is wrong? [19:54] what clock source is it syncing against [19:54] nacc, it's still right [19:54] AFAIK it's always been synced with ntp [19:55] sim642: syslog should said if an ntp sync just occurred [19:56] eh [19:57] Don't see anything about sync in there [19:57] more updates [19:58] hi, im trying to modify /etc/resolv.conf (on a new xubuntu installation 17.10) and it doesnt solve the problem even temporarily (no dns at all) [19:59] why are you messing with resolv.conf before understanding the problem [19:59] timedatectl output is very weird too: universal time is what is my actual local time [19:59] i wish i understood the problem, any link/explanation? [20:01] dns is ip provider, or you can find dns via google and other ways for reverse resolving dns [20:01] naturalog: what is the problem? [20:01] naturalog: you said ... i'm trying to modify /etc/resolv.conf; why? [20:01] no dns, fresh install === Menzador98 is now known as Menzador [20:01] so why mess with resolv.conf [20:02] naturalog: you are unable to resolve names? [20:02] you don't know what the problem is yet [20:02] naturalog: what ahppens when you try (e.g., with dig, nslookup, systemd-resolve) [20:02] yes it doesnt resolve names no matter how [20:03] naturalog: providing logs would help, the error codes are usually descriptive [20:03] naturalog: and what is currently in your /etc/resolv.connf [20:03] (in a pastebin) [20:03] it's always rolling back to 127.0.0.53 [20:03] thats fine [20:03] naturalog: that's systemd-resolved [20:03] hence why Im asking you why you are messing with resolv.conf [20:03] naturalog: you don't generally edit /etc/resolv.conf directly anymore [20:03] cause all guides on google told me to do so [20:04] so i concluded google=bad irc=good [20:04] naturalog: you want to use systemd-resolve and see what it reports [20:04] naturalog: were any of those guides written for 17.10? [20:04] sure [20:05] systemd-resolve mozilla.com still waiting [20:05] naturalog: e.g., systemd-resolve www.google.com or whatever [20:05] (cant copy paste from that machine now) [20:05] stuck for long already [20:05] naturalog: why not? [20:05] !pastebinit | naturalog [20:05] naturalog: pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit [20:05] yes i know anyway i just got "query timed out" [20:06] naturalog: `systemd-resolve --status` in a pastebi [20:06] your ip provider dns ip won't work? [20:06] you want me to pastebin from a dns-less machine [20:07] naturalog: you obviously have a machine that has dns, right? [20:07] in global i see all arpas and in link 2 i see the right servers i put [20:07] right but is not connected to that other machine [20:07] naturalog: so you can use | nc termbin.com 9999 after looking up the ip of termbin.com === Menzador61 is now known as Menzador [20:08] | nc 5.39.93.71 9999 [20:08] ioria: thanks :) [20:08] lol [20:08] done [20:08] now what? [20:08] give us that urll [20:09] it will spit out a url [20:09] got no url [20:09] got nothing [20:09] naturalog: what did you type? `systemd-resolve --status | nc 5.39.93.71 9999` ? [20:09] exactly [20:09] naturalog: and it did not emit a termbin.com url? [20:10] naturalog: are you sure you have network connectivity? [20:10] returned like the c program "return 0" [20:10] im writing right now from another pc using same adsl router [20:10] naturalog, ping 8.8.8.8 [20:10] naturalog: that isn't releavnt if that computer does not have connectivity [20:10] right [20:11] !info usb-modeswitch xenial [20:11] i had ping, now somehow i dont [20:11] usb-modeswitch (source: usb-modeswitch): mode switching tool for controlling "flip flop" USB devices. In component main, is extra. Version 2.2.5+repack0-1ubuntu1 (xenial), package size 51 kB, installed size 162 kB [20:11] naturalog, are you with NM ? [20:12] yes [20:12] naturalog, dhcp or static ? [20:12] dhcp [20:12] now im trying dhcp. was static [20:13] emin: why did you answer for naturalog ? [20:13] naturalog, so, reverto to static [20:13] idk [20:13] emin: please don't do that. [20:13] ok [20:14] bye [20:14] now i really have no conenction at all no idea why [20:15] on my grub difficulty, i did, sudo update-grub. it found what I indeed have on the laptop. I will reboot now [20:15] naturalog: right, so i think the issue is nothing to do with DNS, your system does not have networking [20:15] it had before i reinstalled ubuntu [20:15] naturalog: i'm not sure why that's relevant? all i said was you don't currently have networking [20:16] naturalog, we assume a real 'Xubuntu' install and not a mini.iso + Xubuntu desktop .... right ? 'cause your /etc/netplan might be wrong [20:16] naturalog: what was there before? [20:16] yes i mean im tryuing same config [20:16] apparently [20:16] ubuntu 17.04 -> xubuntu 17.10 [20:16] complete format [20:18] naturalog, check your 'ip a' [20:18] just realized i don't know how to capture an image of a window tried Print Screen, bunch of combinations with ctrl, alt & shift. on 16.04 with cinnamon de. [20:19] nothing in clipboard, created ~/Pictures folder, nothing in there, nothing new in ~/ [20:20] !info scrot [20:20] scrot (source: scrot): command line screen capture utility. In component universe, is optional. Version 0.8-18 (artful), package size 16 kB, installed size 46 kB [20:20] :} works with 2 purple screens [20:20] that for me? i need to have that installed for my print screen button to work? [20:21] jnewt: on stock ubuntu, prscr just works [20:21] jnewt: you'd need to check cinnamon docs, i guess [20:21] jnewt, you capuld make a custom shortcut [20:21] *coukld [20:23] ty. Much to do [20:30] Does Kubuntu 17.10 have automatic updates without asking or something? If so, how do I turn that off? [20:34] hi [20:35] there is a way to use in a script "killall -9 processname && command2" [20:35] Sagitt: that should work if killall -9 does kill something [20:35] Sagitt: what is your intention? [20:36] kiall all process for name and execute new command [20:36] so "restart" the program [20:36] like kilall homebridge && homebridge [20:36] chrom [20:37] Sagitt: is homebridge guaranteed to be running already? [20:37] yes [20:37] is for his webserver plugin [20:37] Sagitt: then that hsould work, iiuc [20:38] Looking for suggestions for non-raspberry-pi (they're too expensive compared to alternatives) single board computers, I want something that's just as highly reliable as a raspberry pi, and I'm willing to take significant performance cuts to have it, I want to spend as little as possible on this board as possible, and I want a "Just works" experience, just like installing the most popular operating systems on [20:38] the raspberry pi would get me. Suggestions? [20:38] xgpt: wrong channe? [20:38] xgpt: this is the ubuntu support channell; maybe you wanted ##hardware or something [20:39] what nacc ? [20:39] nacc: i'd like support for Ubuntu though as a strong possibility, just like to ask the ubuntu people if they've got an experience with these single board computers and running ubuntu on it specifically [20:41] Sagitt: what you wrote should work, if i understand correctly [20:41] won't work :( [20:41] I haven't seen anything cheaper than pi, but still remotely well-supported lol [20:42] kill the process too [20:42] Sagitt: ... you aren't giving many details [20:42] sorry, kill the script too [20:42] ioria: the shortcuts are set up, i added another to it to see if it would work (CTRL+ALT+P) and it did not. [20:42] Sagitt: did you name your script 'homebridge'? [20:42] ehm ehm... :D [20:42] Sagitt: which is a *terrible* name [20:42] Sagitt: since it is a restart script, not a running script [20:42] Sagitt: use good names for things and you don't have such problems :) [20:43] i'll try [20:43] :D [20:43] aha, it thinks my print screen button is L ? [20:44] works :( [20:45] hi... is there someone here that had a ubuntu 14.04 and after click on "upgrade to 16.04" had some problem after the upgrade, something like program stopped working or other bad thing? === LevierMRQ1 is now known as LevierMRQ === gms is now known as Guest62791 === anonymous is now known as Guest31454 [20:56] hello === dmitry is now known as ebanashka [21:05] Hi all. [21:05] Is there a way to stop ubuntu from auto dismounting my external drives after a while [21:07] This happens randomly though [21:07] Even while I am busy using the drive. [21:10] magic_1, I won't be able to offer a lot of help/time with this, but I don't think it's Ubuntu auto-dismounting the drives. The only times I have experienced drives being dismounted as I think you are is when there is an issue with the bus/etc. Are these USB drives? [21:11] jimb_, Thank you. That could be. However. What I have found. When this was happening in windows, There was a power setting I had changed which caused it to stop happening. Hence me covering all bases. [21:12] jimb_, However I will look into that as well. [21:12] sim642, yes my clock launched itself over-night aswell, dunno why ? [21:13] magic_1, It could be some power setting, although I wasn't aware of one (even in windows) that would eject a drive while not idle. === dmitry is now known as ebanashka [21:15] jimb_, On my other laptop, where I am running windows, I had the same problem, did some googlying and found that it was quite an obscure power setting. A sort of sub of a sub setting type thing. [21:16] jimb_, When I bought the drives over to my ubuntu laptop. It started happening again. [21:27] what would be the best way to verify that I have 17.10? I tried to upgrade from 16.04, got a error message saying something I cant recall [21:27] lsb_release -a says 17.10 [21:28] My XFCE session is also broken, can only login on Ubuntu Mate [21:41] ericus: lsb_relase -a shows it. so you're on 17.10. You can verify that 'sudo apt update && sudo apt full-upgrade' show repos for Artful [21:41] ericus: as far as your XFCE session, occasionally that will have to be reinstalled after an EOL upgrade so that it picks up any missing dependencies. [21:43] https://paste.ubuntu.com/26460645/ [21:43] EOL upgrade nicomachus? [21:45] Looks like a good upgade. And I read wrong, you weren't doing an EOL upgrade, but the path from 16.04 to 17.10 can be tricky. May be best to just reinstall the xfce desktop package anyway. [21:47] I can login remotely on my local network, but when I try to login outside my network, it always says permission denied, anyone knows what could be wrong ? [21:49] hi, does anyone know of a command to get unity version? [21:50] doh, its $ unity --version [21:51] converge: how are you logging in? [21:51] nicomachus, converge@my.ip -p 2222 [21:53] converge: make sure the port is open. make sure that your username and IP are correct (you'll need external IP for remote logins). and make sure you're formatting your command correctly. [21:53] Banshee/Rhythmbox won't play music since upgrade to 17.10 [21:53] converge: do you have fail2ban or anything set up on the machine you're trying to access? [21:53] pavucontrol shows it muted, I cannot unmute it [21:54] To reboot a ubuntu server when raid is rebuilding. would that make any damage? [21:54] nicomachus, ip is correct, port is open (checked), command is correct [21:55] nicomachus, no logs at /var/log/auth.log as well [21:56] converge: that may mean the attempt isn't even reaching the target [21:56] converge: when the connection fails, what step does it fail at? Do you even get a password prompt? [21:57] teamspeak audio and youtube works at the same time, but not teamspeak and banshee [21:57] nicomachus, I do get the password prompt, after type the password I get: Permission denied, please try again. [21:57] and is it "permission denied" or "unreachable"? [21:57] But I can login localy [21:58] nicomachus, sounds like a NAT issue ? [21:59] converge: i'm not sure, I get a bit lost once we get past basic troubleshooting on networking issues. [22:00] converge: if you don't get logs for ssh connections, you might be hitting some other server [22:05] can a LVM roofs-snapshot be removed while rootfs itself is mounted and in use? [22:07] nicomachus, akik: It was hitting another local server here, appreciate your help guys [22:10] o/ [22:15] what makes ubuntu better than fedora and opensuse [22:16] nicer default wallpaper :P [22:16] i'm trying out ubuntu for the first time. I went to install spotify and the install failed. Will spotify work? Because this would be a dealbreaker for me [22:16] hello [22:17] varaindemian: that's not really a topic for this channel [22:17] varaindemian: try them all, use what you want [22:17] I keep getting a report error screen after I turn my the machine (17.10) [22:18] insectorx: spotify was recently released as a snap [22:18] insectorx: i would use that, if possible [22:18] insectorx: how did you try to install it? [22:18] what's a snap? [22:18] !snappy | insectorx [22:18] insectorx: Ubuntu Core is a rendition of Ubuntu with transactional updates using "snappy". For discussion and support, please visit #snappy and see http://www.ubuntu.com/snappy/ [22:18] insectorx: hrm, doesn't really answer your question [22:18] insectorx: it's a new packaging format [22:19] i was trying to install the program through the software boutique [22:19] this is my first day messing with this stuff [22:19] insectorx: 'boutique'? are you on mate? [22:19] yes. i have a slightly older machine, and i heard that was the one to get [22:20] insectorx: snap is the best way to install spotify now, unfortunately. Even more unfortunately, the desktop client is still extremely buggy. [22:20] although as a snap, filing bugs with them should mean you get fixes much faster than the deb [22:20] is it too difficult of a process to tell me how to do it here? [22:20] insectorx: sudo snap install spotify [22:21] nacc: that would require them to respond to bugs and actually work on development of the client. [22:21] should be all you need [22:21] :) [22:21] nicomachus: afaik, they do [22:21] nicomachus: but i've not used it [22:21] nicomachus: also, wer eyou trying stable or candidate? [22:22] ? [22:22] insectorx: what is your question? [22:22] nothing [22:22] nacc: stable [22:22] nicomachus: did you try candidate? [22:22] nicomachus: seems like an easy first step :) [22:24] hi there, just wondering, if ubuntu reaches something like 98% cpu usage (some really high number), can the OS reject any new processes that want to be run? [22:25] Sharoa: no, that generally doesn't happen [22:25] ah ok [22:25] just wondering. thanks! === juboxi is now known as jubo2 === Altair_ is now known as Altaiir === squealingcode1 is now known as squealingcode [22:56] Why do I have to mute either Teamspeak or Banshee to get sound output from one of them? Not both at once http://i.imgur.com/dlUopa3.png [22:58] Hey, I'm getting "deauthenticating from 00:26:f2:db:f0:a5 by local choice (Reason: 3=DEAUTH_LEAVING)" messages in dmesg on a regular basis (and I can see the network manager disconnecting and reconnecting by itself 5 sec later), any clue to get rid of these deauth? [23:03] courrier: Is your AP possibly changing channels as described here: https://unix.stackexchange.com/questions/243280/how-to-fix-deauthentication-by-local-choice ? Are there other SSIDs on the same channel that may be causing interference? Is this 5ghz or 2.4 ghz? If your AP is providing both, does the 5Ghz network have a different SSID than the 2.4Ghz? [23:07] Jordan_U: 2.4GHz, but this is the only laptop I'm experiencing this issue, all others who tested my Wifi (Ubuntu, Mint, Windows, MacOS, Android, ...) never complained about disconnections/reconnections, can it be specific to this hardware setup? software? [23:07] I'm gonna check the density of networks [23:07] and their channel [23:10] courrier: It could be a buggy driver. [23:14] Jordan_U: there are a lot of ch1, 6 and 11, mine is 9, the best compromise :D [23:17] courrier: In case you didn't know, 2.4Ghz channels actually overlap so channel 9 will get (some) interference from both the channel 6 users and the channel 11 users: https://programmingsoul.files.wordpress.com/2012/05/2-4ghz-wifi-channels-3-overlapping.png [23:19] courrier: Is it your AP that is limited to 2.4Ghz, your wireless card, or both? (5Ghz has far fewer problems with interference) === jottr_ is now known as jottr [23:45] oi [23:45] anyone alive [23:46] ffs [23:46] exit [23:55] can some one direct to me where i can info on gettin the ubuntu base to create my own Ubuntu Desktop