[00:19] hi, am i correct in the assumption that the ubuntu installer will be able to recreate the EFI partitions on a thinkpad if i wipe the disk? [00:20] all signs point to yes, but there are sometimes catches. [00:21] I believe that is the case as long as the partition table is GPT [00:24] which since it'll be a blank disk I'll be able to create such a table :) [00:25] Yup [00:25] The Debian install documentation goes into detail on it. [00:26] rk4, it does, make sure you choose GPT [00:26] !uefi [00:26] 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 [00:30] interesting, arch wiki mentions 'Lenovo T480 is tied in with Microsoft and will only boot to Windows EFI file or default EFI fallback file. Verified on firmware version 1.14. [00:36] "Secure boot is often enabled by default on systems that come preinstalled with a 64-bit version of Windows 8 and there is unfortunately no standard way to disable it in the UEFI setup" [00:37] That could be a problem. [00:37] secureboot is not a problem, fastboot is [00:52] Hi trying to install ubuntu server and it does not recognise my wifi card. This is fine, because i can ssh to it later and configure it, but I cannot proceed with the install without co figuring the network. Is there a way to bypass this? [00:57] Oderus: is your goal to install without a network at all? [00:58] sarnold, for my no [01:02] Sarnold: preferably not [01:05] Oderus: there's two different server installers; if one forces you to configure a network before continuing, the other one may work: https://help.ubuntu.com/lts/serverguide/installation.html [01:05] the debian-installer option has been around for a lot longer, it's probably more amenable to installing without network [01:05] Sarnold: okay thanks I will try that. Appreciate it [01:16] Sarnold: id like to install with network, but it does not recognise my wifi card at lease the live iso disnt [01:17] Sarnold: about to try the other version [01:17] Oderus: hmm. you said "bypass" earlier so I assumed you wanted to skip configuring the network entirelyu.. === zbenjamin is now known as Guest25524 === zbenjamin_ is now known as zbenjamin [01:35] Sarnold: sorry my client crahed [01:36] Oderus: the last was: < Oderus> Sarnold: about to try the other version < sarnold> Oderus: hmm. you said "bypass" earlier so I assumed you wanted to skip configuring the network entirelyu.. [01:36] (complete with typos :) === [b0b] is now known as b0b [02:36] Just realized I have a LAMP server that's still on 16.04 LTS. The main website sitting on top of it is just using WordPress. I know I should backup everything (including the DB) before upgrading, but is it pretty safe to make the upgrade to 18.04 LTS, under these circumstances. Trying to avoid much downtime, if possible. [02:41] BuffaloWingVapor: I think that's going from php7.0 to php7.2; make sure your applications run on the newer php first [02:42] BuffaloWingVapor: most upgrades ought to go smoothly by now [02:45] Sarnold: i think i have my wifi card selected but I need to figure out how to connect to a wireleaa network from command line now heh [02:46] Oderus: why not use a wired nic? [02:46] Sarnold: i dont have a long enough ethernet cable [02:46] ahhhhhh. dang :/ [02:46] Oderus: iwlist, iwconfig, wpa_supplicant may all help [02:47] Oderus: nm-cli or nmcli isn't too terrible if you'd rather go the network-manager route, but .. I've never used it to *create* settings, only ever switch between them [02:47] Sarnold ok great. Unsure what all is installed, and if it isnt, i will have to chroot [02:48] Sarnold: at least I am having a great time doing it :) [02:49] Oderus: haha, nice :D [02:52] Sarnold: taking a break now. I wonder if nmcli is a default package in 18.04.2 server [02:52] @sarnold: thx. I'll ck my php version. [02:52] Oderus: almost certainly not, networkmanage risn't on the server discs [03:15] maybe the config can be set in netplan [03:21] what's the replacement for ifconfig anyway? i can't seem to figure out how to use command line to give me my IP and router [03:21] ip [03:22] Gallomimia, ip addr will show ip address; ip route will show routing ... [03:22] okay thanks. i'm still pretty lost about that command [03:38] I've installed ubuntu server 18.04 on a pi, and followed this guide to get pi camera tools installed. ( https://raspberrypi.stackexchange.com/questions/37359/how-to-use-raspistill-on-ubuntu ) However, the files it installed in /opt/vc/bin are 32 bit, and the pi is 64 bit, which leads to the OS saying the file isn't there. [03:38] I've tried to follow this post to add support for 32 bit binaries, but most of the packages don't exist. Anyone know of a more up-to-date guide for that compatibility? https://askubuntu.com/questions/454253/how-to-run-32-bit-app-in-ubuntu-64-bit [03:48] Hi, I'm running a radeon rx 580 card hdmi to my monitor, when I run the live usb (for lubuntu lxde or lxqt), at 1920x1080 I can't see the full screen. if I go the next size lower I can see everything, is this a driver problem? #lubuntu suggested I ask here. Monitor is a Samsung SyncMaster B2430. [03:49] hi, i am user of mate dekstop environment, but when can i change square workspace dekstop? [03:50] but how* [03:52] hello? any want help me? [04:53] how do i get asm/errno.h [04:56] Howdy folks [04:56] I've got a laptop that's a real PITA which I can boot up on a livecd with some boot options, but post-install it hangs. How do I edit the boot parameters on the installed partition from the live cd? [04:57] (I haven't been able to get to a boot menu during boot, neither with holding/pressing a shift key nor with pressing escape a whole lot) === morphis6 is now known as mophis === mophis is now known as morphis === JanC_ is now known as JanC [05:13] Gambit-, i've a similar problem. i'm not precisely sure, but a hint for you is to edit some default grub options. specifically the kernel and boot parameters given by grub to the kernel during bootup. they're stored on the initrd i believe. editing them, then doing a grub-update is needed. usually from inside a chroot [05:14] I wasn't able to get the grub-update from inside the chroot to work [05:14] it complained about /cow [05:17] then you haven't built a proper chroot [05:18] I don't doubt :) [05:28] i added these lines to my .profile in $HOME [05:28] export XDG_DATA_DIRS="${GUIX_PROFILE}/share:${XDG_DATA_DIRS}" [05:28] export XDG_DATA_DIRS=$HOME/.nix-profile/share:$XDG_DATA_DIRS [05:28] After logging out [05:29] i dont see these appended to xdg [05:29] do i need to restart ? [05:29] Gambit-, you have to mount --bind in /proc /sys /dev and something else. i forget exactly.... i'm going to give it a go tomorrow [05:30] Got it working [05:30] turned out to be sys, dev, and umount /cow [05:30] that let me do a successful chroot [05:46] my .profile changes are not reflecting [05:46] what do i do [05:46] usually close terminal and open a new one is enough [05:47] i restarted too [05:47] https://paste.gnome.org/p69lepmkq [05:47] all these lines are reflected [05:48] # This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login [05:50] how to know that process running from which directory? [05:51] thanks Gallomimia [05:51] that must be the case [05:52] chieta, there's two ways to look into that. using the command "which" will tell you what process will run if you call a command with no path. the ps command also gives options for looking up the command path of a running process. [05:52] for example. ps -ax | less [05:53] (the path is truncated if you don't pipe it to something) [06:01] yeians, yeis === sunrunner20_ is now known as sunrunner20 [06:34] hi. [06:36] i can't login using Gnome login screen. if i boot Ubuntu in normal mode, Ubuntu freeze before listing users. if i boot Ubuntu in recovery mode and then choose "resume" on menu, it lists users and i can choose any of them but after typed password, screen flickers and it doesn't login [06:36] i do ctrl+alt+f2 and login using terminal [06:36] how can fix gnome problem? === imsurit_ofc is now known as imsurit [07:22] cixx: i have to leave but please also discuss this for others to respond: has it ever worked with this ubuntu version on this computer? if so, what may have changed between then and now? if not, is this a new installation? which ubuntu version is this? which grpahics card / chipset is this (this command tells what you have: lspci -knn | grep -A3 VGA | nc termbin.com 9999 ) [07:30] Honestly I feel like ditching Ubuntu for Centos on my dedicated server. I am comfortable and happy with ubuntu in ever way apart from one. There are no good web panels for it [07:30] Which version of Mesa will Eoan be released with? [07:34] Is there a simple and nice open source web panel out there for ubuntu? [07:36] I have been using ubuntu since the very early versions. I don't feel comfortable moving away from the distro. [07:36] tomreyn: it is not fresh installation, it was working without problem. it is ubuntu 18.04 and installed via virtualbox. it uses vmware svga II adapter [07:40] emOne: web panel? [07:41] Ben64: a web panel is a website that lets you configure important settings of your server [07:42] it also shows you an overview of important server statistics like cpu load, cpu temperature and other information [07:42] Ubuntu doesn't come with one by default === imsurit_ofc is now known as imsurit [07:44] emOne: well, you could learn how to configure things without one [07:44] and information is available through landscape, or htop or something like that [07:46] Ben64: Thank you. I have always been using Terminal only to set things up. This time around I am looking for something more automated [08:00] Hello, my nautilus doesn't start anymore. I just tried to start it as sudo nautilus, yet doesn't work. Did a $killall nautilus and tried to start again, yet doesn't work. Any help? [08:00] ramsub07: errors on launching? [08:00] lotuspsychje: precisely [08:01] ramsub07: wich ones please, can you pastebin to the channel? wich ubuntu version? [08:01] anyone got rar2fs working on Ubuntu 18.04.2 LTS, and like to share how to install it, I've tried various guides without success [08:01] lotuspsychje: Linux la-fabrica 4.15.0-54-generic #58~16.04.1-Ubuntu SMP Mon Jun 24 13:21:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux [08:02] (pasted directly as it's just a line) [08:03] ramsub07, i think he meant if nautilus displays any errors when you start it from the terminal. [08:03] ramsub07: journalctl -f and launch nautilus from terminal please, then pastebin us the output of the errors you get [08:04] akem-lnvo: unfortunately no errors [08:05] it just.... hangs in when i type nautilus on my termina [08:05] lotuspsychje: the journalctl -f command doesn't seem to stop execution. [08:06] did you mean I should open in another tty? [08:06] ramsub07: one terminal journal and one other terminal launch nautilus yes [08:08] lotuspsychje: nothing at all again in the window where I try to open nautilus [08:09] ...and finally it opens after approx a minute since i entered the command [08:09] (and still i could see "loading" icon at the bottom) [08:10] ramsub07: try creating another user and test nautilus from there [08:10] lotuspsychje: http://dpaste.com/3568SVE the log from terminal [08:13] lotuspsychje: from another user : http://dpaste.com/0S35B7T (I didn't log my current session off, just did an su) [08:14] ramsub07: are you on ubuntu 16.04 with unity? [08:14] lotuspsychje: yes [08:15] i feel it is unlikely to work at all under any circumstances if you switch-user to another user with no permissions to interact with your desktop environment [08:15] by design. not a bug [08:15] the suggestion was to try it in another user's login. [08:16] lock the screen and log in as if someone else was using the computer [08:33] oh good you came back ramsub07 [08:35] thanks for the help, the install went fine :). ubuntu did manage to recreate all the efi partition contents fine (disk was zeroed with blkdiscard). only thing i had to do was delete old entries in the nvram with efibootmgr [08:48] Gallomimia: had to restart my system. everything is fine now. the one solution to solve them all! [08:51] i understood it wasn't something to do with nautilus in itself, but was a problem with some file system === imsurit_ofc is now known as imsurit [09:26] I'm going to install an extra user in ubuntu using the shell, but i want to remain as close as possible to the way a user was installed during the installation of bionic [09:26] What should i use ? useradd or adduser ? and with which options ? [09:27] (I'll handle groups later manually in /etc/group), but i want a similar homedir and things like that [09:27] adduser is an interactive tool that asks you questions - might be more convenient [09:28] Will it do 'too much' ? [09:28] or the better question, is this how the installer did it ? [09:29] probably? creating a user is not much more than adding an entry in the /etc/{passwd,shadow} files, and maybe creating a home directory [09:29] (plus a user-specific group and adding the user there) [09:29] any plans to upgrade lm-sensors to 3.5 for 18.04? (i kinda want 3.5's new `--json` argument) [09:30] Hi.. I have a 18.04.2 server on which I am trying to install libssl1.0 [09:30] garo: the one thing I know that adduser does additionaly is to populate the comments field with information like real name, phone number and whatnot [09:30] But turns out installing libssl1.0.0 package is actually installing openssl 1.1 [09:30] k, thanks [09:30] Here is what I see : https://paste.ubuntu.com/p/Hn3gZvkGxP/ [09:31] Can I install openssl 1.0 on Ubuntu 18.04 at all? [09:31] If you want a specifc version you can use the '=version' option [09:32] Take a look in packages.ubuntu.org if the version you want is available [09:33] Ok.. rephrasing the question. This is the package I am talking about : https://packages.ubuntu.com/bionic/libssl1.0.0 - Does this have openssl 1.0 or openssl 1.1 ? [09:33] brahmana: libssl is just the library portion of openssl, and 1.0 only exists for compatibility reasons for outdated software - openssl (the command line tool) uses libssl 1.1 [09:34] so you can have both libssl 1.0 and 1.1 installed, but the `openssl` command uses 1.1 [09:34] ayekat : makes sense. Thank you. sudo apt-cache policy libssl1.1 confirms what you are saying [09:35] ayekat : Next question is probably more applicable to the application I am building (Ruby 2.2.10), nevertheless : How do I specify which of the libssl versions has to be used? [09:36] i.e. while building [09:37] brahmana: probably depends on what the ruby package/bundle/whatever is using - but I'd be surprised if the Ruby bindings for OpenSSL still require 1.0 [09:38] ayekat: This is an older version of Ruby (2.2.10). Ruby before 2.4 doesn't work with openssl 1.1. openssl 1.0 is needed for those versions. [09:39] ah, I see [09:39] I'm not familiar enough with Ruby to help, though :-/ (I don't know how it interacts with OpenSSL, that is) [09:39] garo: when the installer creates a user, it also adds it to the sudo group, since it's the first, and the administrative user. [09:43] garo: other than that i agree that adduser creates a standard user (using a UID in the proper human user range, i.e. a non system user UID) and a group, and adds the user to this group, and makes it his primary group, creates a home directory, copies the files from /etc/skel to it, and asks for the details (and some others) the installer would also prompt for (you could skip entering those using --gecos '' ). [09:44] ayekat : No worries. You have been very helpful. Thank you. [09:45] brahmana: if you find out that a version of ruby available in ubuntu does not work with the (only?) ubuntu packaged libssl-dev version available on this same ubuntu release, i'd consider this a bug. (i'm not sure that's what you're seeing, though). [09:46] tomreyn: I am not installing Ruby from a ubuntu package. I am building from the source. [09:46] i see, you're on your own then, i'm afraid (as you probably assumed). [09:47] !latest | hans_ [09:47] hans_: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [09:49] hans_: you can download the latest sensors-detect script from hgroeckx' git repo, though, often this already helps with making sensors work on newer platforms. [09:50] tomreyn : I know. However in this case I am actually looking for an older version than the one available with ubuntu packages.. :-) [09:50] hey everyone, i am trying to mount an iso on ubu 18.0 and it keeps giving me that error can't read superblock on /dev/loop0 [09:50] oh sorry .. the latest message was meant for someone else.. !! [09:50] while on ubun 16.04, the exact same iso gets mounted just fine [09:51] any idea what could be wrong? [09:52] hans_: i meant to write groeck's, but the repository is actually runs under the lm-sensors name (and there are other contributors) https://github.com/lm-sensors/lm-sensors [09:52] ayekat / tomreyn : libssl1.0 and libssl1.1 - both packages seem to be present. However libssl1.0-dev exists but libssl1.1-dev does not. Why so? [09:54] brahmana: i'm not sure. what i know is that openssl 1.1 was introduced in 18.04.2 post-release to support TLSv1.3 in bionic. [09:54] ok.. that is mostly taken care by the unnumbered libssl-dev package [09:54] anyone have any clue..? [09:54] Yup.. https://packages.ubuntu.com/bionic/libssl-dev - that is the dev package for libssl 1.1 [09:55] i think it's the default now, so this would make sense [09:55] it's weird that libssl1.1 is numbered at all [09:56] I can see why one would number 1.0, as it's for compatibility, but... why number the default version? [09:56] auser0: how are you mounting it exactly, which graphical desktop (or server?) are you running there? [10:00] auser0: i suspect it may just be a permission / file system mounting issue. [10:00] ty tomreyn [10:00] somehow now i checked the iso and it has some problem but oddly when mounting it in ubu 16, it showed no errors [10:00] but the iso itself is corrupted, i can confirm that now [10:01] ah, well, that'd explain it, i guess. [10:02] maybe the newer loop mount utility now does more thorough sanity checks. [10:03] !YY.MM | auser0: a side note (for next time) [10:03] auser0: a side note (for next time): Ubuntu version numbers are: YY.MM (YY=release year,MM=release month). Each year sees two releases, so just specifying YY is imprecise. See also https://www.ubuntu.com/about/release-cycle [10:04] ty tomreyn [10:04] you're welcome. [10:07] hey I think I'm dealing with a very oddly behaving APT repository here... or just odd apt error messages... [10:08] if I add in 'deb http://download.opensuse.org/repositories/GNOME:/Apps:/pidgin-sipe/xUbuntu_18.04/ /' I get... Updating from such a repository can't be done securely, and is therefore disabled by default. [10:08] so fine I then add [trusted=yes] [10:09] then i get The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 65A86F31629FF0C2 [10:09] so fine I grab that via keyserver.ubuntu.com [10:10] and I get The following signatures were invalid: EXPKEYSIG 65A86F31629FF0C2 GNOME OBS Project D3CAF5135D0A8F97AB539ED365A86F31629FF0C2 [10:10] so OK I'll not grab it from the keyserver and instead grab it from the repo's own 'Release.key' file instead (making sure to delete the existing key i imported first) [10:11] and I'm finally left with... The following signatures were invalid: D3CAF5135D0A8F97AB539ED365A86F31629FF0C2 [10:11] "Invalid" how?! [10:17] <_RadioHead> hi. [10:17] stevenm: if you're having trouble using a 3rd party repository, i recommend you discuss with the party providing this repository. [10:17] <_RadioHead> i setup simple samba share but i get this message : session setup failed: NT_STATUS_UNSUCCESSFUL [10:17] <_RadioHead> ubuntu 18.04 [10:18] stevenm: this repository is obviously not in good shape, so for them to fix it up for you and everyone else, it'll be good to ensure they're aware [10:18] hello [10:19] noboday [10:19] _RadioHead: please ask in #ubuntu-server [10:19] ok [10:19] hello RiverLi: do you have an ubuntu support question? [10:19] <_RadioHead> tomreyn, thx , but i am using ubuntu desktop [10:22] _RadioHead: this can be a result of violating an apparmor profile, or just a samba configuration issue. check your logs for more context. [10:25] <_RadioHead> tomreyn, i disabled apparmor for a test same thing , [10:26] <_RadioHead> testparm is ok. only syslog warning message is diplayed that option is depricated [10:27] _RadioHead, can you pastebin your smb.conf ? [10:27] <_RadioHead> Mathisen, [10:27] <_RadioHead> yes [10:30] <_RadioHead> https://pastebin.com/cjkn9Mkw Mathisen [10:34] I just bought a microsd card and I'm trying to format it and I'm getting this: "mmc0: Card stuck in wrong state! mmcblk0 card_busy_detect status: 0xd00" [10:35] _RadioHead, check logs, like he sugested.. need more infp [10:35] *info [11:22] hi all. with cinnamon desktop i had my keyboard layout switcher set to the scroll lock key as it is unused anyway. Now in Budgie I want to do the same but in settings > keyboard I can't use that key as a shortcut. printscreen is recognized though [11:31] in dejadup, if you change the folder in storage location when the storage location is an external drive, it doesnt change the folder and just uses the hostname? Any solutions?? [12:06] Vonor: maybe try asking in #ubuntu-budgie as well [12:08] Hi folks [12:13] Hi, I'm running a bash script with -v. It's outputting each command, which is great, but apparently it's not outputting the outputs of the commands. It is outputting their stderr messages though. [12:14] How can I get the standard output of the commands output? [12:20] hi BluesKaj. [12:20] amcsi: does your script redirect the output? Because it works for me: $ bash -v -c 'echo test' [12:20] echo test [12:20] test [12:21] hi EoflaOEViceCity [12:24] I seem to be having an issue with 19.04 where the HDMI audio won't work as the configuration menus say the cable is unplugged - meanwhile the HDMI video is working perfectly fine [12:25] pcworld, thanks. The situation is a bit complicated [12:25] I'll mess around some more [12:31] jetsaredim, using a pcie gpu, or onboard? [12:34] BluesKaj onboard [12:35] so the HDMI audio device doesn't even show up in the main sound control settings, but if i install pavucontrol I can see the device but it's saying the cable is unplugged [12:35] which I guess is why its not listed in the main settings [12:37] jetsaredim, open alsamixer and make sure your automute is disabled and s/pdif is set to 00 not mute MM [12:39] BluesKaj S/PDIF is 00, and I just disabled Auto-Mute but that doesn't seem to have changed the unplugged status [12:43] jetsaredim, what audio chip does alsamixer show in the upper left? [12:43] hello! [12:45] BluesKaj I think that's part of the issue. It's showing Realtek ALC892, but it should be an ATI Radeon-based chip (onboard). If I change the card to the ATI card (ATI RS690/780 HDMI) the only option I get is the S/PDIF. There's no other sound settings in alsacontrol shown. [12:45] I need help with a little bash script i'm trying to get working. [12:47] s/pdif connects the audio thru your hdmi cable, jetsaredim [12:49] BluesKaj right but there's no volume controls being shown or anything when I switch to that card in alsacontrol - just allows me to mute/unmute the S/PDIF - nothing else [12:49] Evil-Bob post the details [12:50] ok well don't kick me for flooding lol [12:50] use a paste [12:50] Evil-Bob paste.ubuntu.com [12:50] Evil-Bob https://paste.ubuntu.com === lotus|i5 is now known as lotuspsychje [12:53] so i have a ds4 controller hooked up when i turn it on if functions like a mouse that's cool i want that some times. when i play for a while and the battery dies and i plug it in it changes id's on xinput. [12:53] https://paste.ubuntu.com/p/jXs5DC8kHy/ [12:54] jetsaredim, run lsmod | grep snd and pastebin the result [12:55] heres what i have so far and it works i have another script that is the same thing that uses device='Sony Interactive Entertainment Wireless Controller' when plugged in that works two but can i do it with one file? [13:08] any ideas jetsaredim? [13:11] Evil-Bob so you're just using this to toggle on/off? [13:12] yes sir and it works! but i want to toggle on and off both states [13:13] both devices you mean? [13:13] what if they are different states? [13:13] just create a wrapper script that calls both [13:13] or just put both sets of code in the same file and use device1/device2 [13:14] BluesKaj https://paste.ubuntu.com/p/YHG4c69QGb [13:16] ok... so like this device1='Wireless Controller' [13:17] looks like you have a dedicated pcie audio card, jetsaredim? [13:18] BluesKaj its an onboard ATI Radeon card [13:18] odd [13:19] jetsaredim, try a reboot to see if the hdmi shows up, now that it's connected [13:20] BluesKaj it was never not connected [13:20] I'm suspecting the mobo might be going bad at this point [13:20] hmm [13:21] jetsaredim: you dualboot or singleboot ubuntu? [13:21] lotuspsychje single [13:21] I haven't used windows for like 15+ years [13:21] thankfully [13:21] jetsaredim: can you pastebin your full dmesg please, maybe we can find something there [13:23] getting a ton of "HDMI ATI/AMD: no speaker allocation for ELD" messages in dmesg [13:25] http://paste.ubuntu.com/p/bxkK99WMYp/ [13:26] jetsaredim: we had a user with kodi issues on ati last night, there were updates yesterday on amd packages right? [13:27] i see a couple udev updates [13:27] is it in proposed or stable? [13:27] jetsaredim, i'd assume they are different states. it's the same piece of hardware just with a usb cable plugged in [13:31] jetsaredim: an old bug about here: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1371919 [13:31] Launchpad bug 1371919 in alsa-driver (Ubuntu) "kern.log flooded with "HDMI ATI/AMD: no speaker allocation for ELD"" [Undecided,Confirmed] [13:33] i guess i can try a different cable [13:39] whats the difference btw xserver-xorg-video-intel and xserver-xorg-video-intel-hwe ? [13:39] cjoke: hwe is for the hwe kernel [13:40] !hwe | cjoke [13:40] cjoke: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [13:40] my mouse/pointer kind of jitters in place when I have some light pressure over the touchpad - how do I troubleshoot it? [13:40] cjoke: wich ubuntu version/kernel are you on? [13:40] ok so i've made a breakthrough i think. when i turn the controller on THEN plug it in it stays Wireless Controller. instead of Sony Interactive Entertainment Wireless Controller [13:41] lotuspsychje: 4.15.0-54-lowlatency #58-Ubuntu SMP PREEMPT [13:41] and i can toggle it with my first script [13:41] cjoke: ubuntu studio 18.04? [13:41] yes [13:42] <_RadioHead> tomreyn, i found what is blocking samba , [13:42] cjoke: ok right now you still on 18.04 start kernel, its your choice if you move towards 4.18 HWE [13:42] <_RadioHead> after installing virtualmin nobody cant conect to samba shares [13:43] _RadioHead: you solved it? [13:43] <_RadioHead> lotuspsychje, not yet , just found what is blocking [13:44] ah kk [13:44] lotuspsychje: I had some tearing when moving windows around, but did put a 20-intel.conf in xorg.conf.d with Option TearFree = "1" seems too fixed problem, I have been afk for some years, and just want to check if im missing something :) [13:44] hi [13:44] _RadioHead: think tomreyn is afk atm, i will ping him for you when he returns [13:45] <_RadioHead> lotuspsychje, nah no prob. i thnik that firewalld is blocking smb ports [13:45] I need software that is simular to neodownloader for kubuntu [13:45] neodownloader is not the same as grep or curl [13:46] works differently [13:46] lotuspsychje: but , boot is slow, I have a 256GB SSD , its about 15sec boot time after bios, guess, I have to read some bootlogs. Thanks for response :) [13:46] in how they detect images [13:46] cjoke: ssd boot speed will be alot faster on 4.18 kernel, i tested that, but i had to fresh install here [13:46] lotuspsychje there's gotta be something up with my mobo as I rebooted and now I have no networking [13:47] jetsaredim: i was thinking uefi, when i asked if you dualboot, as uefi settings can influence, graphics, network and sound for example [13:47] lotuspsychje pretty sure my mobo pre-dates uefi [13:47] jetsaredim: ah allright [13:48] anyone here [13:48] !patience | user_name [13:48] user_name: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/ [13:49] user_name: try #ubuntu-offtopic [13:49] -_- literally the opposite of patience [13:49] doesn't one of the 1181 users know how to help me [13:49] user_name: also, grep and curl are 2 completely different applications that are nothing alike [13:49] cjoke: feel free to discuss in #ubuntu-discuss about it [13:49] user_name: you're asking for recommendations for software. This is a support channel. [13:50] user_name, focus your query. details about the end goal would help. finally, be patient or be ignored. [13:50] I need to detect and download images from web pages [13:51] but cant code and some pages use lazy scrolling which breaks just about every image crawler ive tried [13:52] user_name: your issue is beyond the scope of this channel. Try #ubuntu-offtopic [13:52] except for neodownloader maybe, I paid for it to get around the file restricton trailversion limit but it sucked. so yesterday it got an update [13:52] but now you gotta pay for that as well [13:53] and im stuck with the trail of the new update cause it replaced the full version of the older version [13:59] so yeah i'm stuck. i could use two separate bash scripts but that's ugly [13:59] <_RadioHead> lotuspsychje, i found solution :) [14:00] _RadioHead: feel free to feedback [14:00] <_RadioHead> i just added samba in allow default firewalld list :) [14:00] ok tnx _RadioHead [14:01] no other channel can help me. there are channels and they are all dead [14:01] I know this channel can [14:01] user_name: did you see the channel reccomends voluntteers did for you? [14:02] yes and I must be realistic though [14:02] user_name: #ubuntu-offtopic is a pretty active channel, you just need to patient a bit === Wryhder is now known as Lucas_Gray [14:31] sooo... has there been any scuttle about an update to 18.04 breaking kodi? C [14:32] Mead: why, are you experiencing errors? [14:32] Mead, I believe someone was here yesterday with a kodi issue [14:33] Mead: also, there is #kodi [14:34] lotuspsychje: yes, I just updated my lubuntu 18.04 system and now kodi simply closes (crashes?) when I attempt to play a video file [14:34] Mead: yes, as lordcirth we had a user with same symptons yesterday [14:35] Mead: https://bugs.launchpad.net/ubuntu/+source/kodi/+bug/1836828 [14:35] Launchpad bug 1836828 in kodi (Ubuntu) "Kodi crashes when trying to play any video" [Undecided,New] [14:35] did he say what version of kodi he was using? [14:36] Mead: 17.6 [14:37] yup, I'm using the same version [14:38] Mead: if you feel the same bug occurs to you, please add yourself affected ontop [14:41] If I recall correctly, the person having the issue yesterday said the folks at #kodi didn't want to help him due to the version being older than their current one. [14:42] !latest | uRock [14:42] uRock: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [14:42] I know. Just mentioning that they brushed him off. [14:46] Yeah, I've been running Kodi installed from the Kodi repo instead of the ubuntu repo for a couple years now. I butted heads with them when Leia rolled out and didn't work for me, although someone helped me downgrade back to krypton and uninstall the repo so that it wouldn't upgrade back to Leia when I ran apt upgrade [14:46] kool [14:47] reading through the bug report it looks like I've got the exact same problem [14:47] Mead: affect yourself to the bug then, that will speed up attention to the bug [14:49] yeah, I'll do that. working doing it. I don't think I've used launchpad.net before so there is a slight learning curve going on. === kuanyui_ is now known as sarashina [14:56] Hi, I have issues with ntp, probably connectivity [14:56] # ntpq -p [14:56] ntpq: write to localhost failed: Operation not permitted [14:56] I added the needed INPUT and OUTPUT rules in iptables [14:57] I installed Ubuntu 19.04 on my HP Pavilion x360 14-dh0003tx one month ago, everything went good, but the built-in speaker goes no sound after a system update (I guess). How do I solve this? [14:57] I've tested on Windows 10, hardware has no problem [14:57] sarashina, Is it still selected in Settings > Sound [14:58] There's no other device to choose except for "built-in" [14:58] lotuspsychje: I added myself to the affected list, what else can I do to contribute to the bug issue? [14:59] It's Ubuntu 14.04. Can someone please guide me what to check? [15:00] Mead: you can also test things, reproduce situations and keep that bug updated [15:00] Ubuntu 14.04 is no longer supported [15:01] uRock: ok, but I believe that this issue with ntp isn't related to the Ubuntu version [15:01] MeiR: install a supported version, then we can troubleshoot [15:02] MeiR: also, you sure you don't need sudo? [15:02] leftyfb: it's a VPS on DO of a production website with lots of dependencies [15:02] leftyfb, I was starting to think the same thing [15:02] leftyfb: it's from root user, same results also with "sudo" [15:03] MeiR: ok, so don't test on production [15:04] it's a wider issue. we have PHP app that uses Amazon AWS API, and we suddenly started receiving this error today: [15:04] AWS was not able to validate the provided access credentials [15:04] after some googling and reading, I found out that the possible cause can be unsynced server clock [15:05] MeiR, did you allow port 123 for tcp and udp? [15:05] then I checked "timedatectl status" and saw that there's 5 minues diff b/w universal and RTC time [15:05] Universal time: Thu 2019-07-18 14:58:05 UTC [15:05] RTC time: Thu 2019-07-18 14:53:03 [15:05] https://community.hpe.com/t5/Networking/Help-ntpq-write-to-localhost-failed-Operation-not-permitted/td-p/2949822#.XTCKXnVKjjs [15:05] MeiR: contact DO/run a supported version of Ubuntu [15:06] and from what I saw, Amazon can be sensitive even to 2 mins diff [15:07] leftyfb we already tried to upgrade to 16.04 last year with no success, and we cannot afford any long maintenance time [15:07] MeiR: there are proper ways to do system administration. [15:08] uRock: as of iptables, I grabbed the ruled from here: https://ixnfo.com/en/iptables-rules-for-ntp-and-sntp.html [15:08] MeiR: either way, you are running an unsupported version of Ubuntu [15:08] MeiR: or you could pay for ESR and get support for it through Canonical [15:08] -A OUTPUT -p udp -m udp -m multiport --dports 123 -m state --state NEW -j ACCEPT [15:08] -A INPUT -m state --state NEW -p udp --dport 123 -j ACCEPT [15:08] leftyfb, I see your point, but I truly believe this has nothing to do with the branch version [15:09] MeiR: a good way to test is to run 16.04 on a test environment and try the same setup [15:09] MeiR, allow tcp also [15:09] MeiR: you know, like sysadmins typically do [15:10] MeiR: also, if you feel it's an iptables issue, flush iptables and test. Again, not in production [15:10] Unfortunately, I ain't a sysadmin. Just a PHP developer who is new to the linux world [15:11] There's no easy way for me to duplicate the enviroment [15:11] MeiR: ok, so maybe you should contact your organizations sysadmin? [15:12] heh leftyfb, we're a small business with about 10 workers. There was a CTO which deployed the enviroment in the past, but he left few months ago [15:13] I was hired last year, and got the responsibilty for that. Therefore maintain the servers as much as I can [15:13] after the AWS SDK issue today, I found out that there's no proper time sync [15:14] timedatectl showed "NTP enabled: yes" but "NTP synchronized: no" [15:14] MeiR, you said it's a VPS? Can you get another VPS, put 16.04 on it, and try to get it working in parallel? That way you don't have much downtime [15:14] MeiR, Check out this one. https://serverfault.com/questions/879164/using-host-as-ntp-client-and-lxc-router-as-ntp-server [15:15] So i stopped the service, uninstalled ntpdate and installed ntpd [15:16] MeiR, allow tcp also [15:16] shouldn’t I first try that? [15:17] MeiR: did you test with iptabels flushed as I suggested? [15:19] leftyfb, as I said, there’s no test env atm. is it recommended to flush iptables in production? even for 1 minute? [15:19] MeiR: not from a proper administration/security standpoint [15:19] MeiR: but you said you're not a sysadmin :) [15:19] and you're running an unsupported version of ubuntu [15:19] on a VPS (also unsupported) [15:19] heh, but i’m still in charge on this server’s security [15:20] droplets are typically modified images of ubuntu [15:20] ok, flushed and it’s working [15:21] ok, so it's just a matter of you getting the right iptables rule [15:24] leftyfb, after syncing, should the differnece b/w Universal and RTC time be 0? [15:25] because I did “ntpd -gq” and “timedatectl status” still shows a difference [15:25] (with FW off) === SimonNL is now known as SimonNL_Afk [16:33] is there some way to trigger whoopsie to re-check whether it needs to create and submit a crash report? [16:35] i have a _usr_bin_gnome-shell.1000.crash (but no _usr_bin_gnome-shell.1000..upload*) sitting there for 7 hours now. [16:38] and the "Error reports sent from this system" page on errors.ubuntu.com doesn't list it either. [16:39] tomreyn: i had the same experience on a wayland session once, crash happened and nothing to find or bug after [16:39] right, this was indeed on wayland === bivo is now known as intok-work [16:43] !info apport-retrace | tomreyn [16:43] tomreyn: apport-retrace (source: apport): tools for reprocessing Apport crash reports. In component main, is optional. Version 2.20.9-0ubuntu7.7 (bionic), package size 12 kB, installed size 177 kB [16:45] tomreyn, was display off ? https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1792643 [16:45] Launchpad bug 1792643 in apport (Ubuntu) "apport does not upload wayland or gnome-shell crash data" [Undecided,New] [16:46] * byt3c0de greet the channel [16:47] nice find OerHeks [16:47] good afternoon ladies and gentlemen [16:47] welcome byt3c0de what can we do for you? [16:47] just chilling like a villain, first time here... [16:48] byt3c0de: this is the ubuntu support channel, for chat you can join #ubuntu-offtopic for example [16:48] OerHeks: good guess, and the right guess. [16:49] gotcha, thanks lotus! [16:49] thanks ioria, too [16:49] ok [17:15] So I've discovered a critical bug in a system that we use, turned out that, that system is not ours but something that is owned by another company and we just use it and turns out again from their client list that many major companies are affected. [17:16] c0mrade: and its related to ubuntu how exactly? [17:19] I've got a problem. there is somewhere a trigger in my system (desktop, xfce, 16.04) that let crackle my audio periodically and if xfce4-volumed is active the osd volume appears then. what could it be? this behaviour appeared the first time as I pressed the volume up or down on my old keyboard but after changing the keyboard the trigger still exists === smev81_ is now known as smev81 [17:30] Rochvellon: Xubuntu 16.04 (the X in Xubuntu part of it) is EOL since April 21 https://help.ubuntu.com/community/EOL [17:31] aso :D === ILoveYaToo_ is now known as ILoveYaToo [18:00] So what is the best program for moving multiple files across my system's drives via ssh (preferable in background with status updates) [18:17] brenster21: sftp ? [18:18] havent used it before ryuo [18:18] i am only moving the files to a different location same computer. [18:18] it's included with ssh client. [18:18] then why use sftp? [18:18] you could just move or copy them with regular commands. [18:18] I control the computer via ssh. [18:18] * brenster21 is a noob [18:19] if you're moving data between two hard drives on one computer, rsync is the usual best choice. but cp can be wasy easier [18:19] ssh can be used, but it's not the most ideal way to copy data on the same system. [18:20] i could only see it being used if you have two accounts and no shared disk area they can write to. [18:20] but can use ssh. [18:20] (and also no root access) [18:20] ryuo i mean i am using ssh since i don't have physical access to it. [18:21] ok.. [18:21] sarnold how does rsync work? [18:25] brenster21: rsync is the most amazing swiss army knife tool ever, it's wonderful for moving data around. on a single machine, rsync -avP /path/to/source/ /path/to/destination/ is pretty great. (The -P makes the output pretty crazy; if you want less output, -av is fine, but lacks the ability to be quickly restarted) [18:26] Hi after updating my pc, it can no longer connect to the WiFi network. Network manager is stuck 'getting IP configuration' and from journalctl log I'm getting DHCPNAK from the router/dhcp server time and time again. Any idea what is causing that issue? I can connect to the same WiFi network from laptop which has Ubuntu 16.04 [18:26] thank you sarnold [18:28] brenster21: when it comes time to move directories from machine to machine, you can also use -z to compress everything while moving data between machines! it's pretty awesome. it's useless on a single machine thuogh :) [18:29] sarnold good to know and thank you. [18:30] I am trying to reorganize my movie and tv downloads since i broken sonarr/radarr due to how much of a mess it was. [18:44] one more question, what is the best way to check the health of an external drive? [18:45] hi, is there kde user around? [18:45] who also uses firefox and enabled client side decoration? [18:48] !smart | brenster21 [18:48] brenster21: smart is Self-Monitoring, Analysis and Reporting Technology, a monitoring system for hard drives. See https://help.ubuntu.com/community/Smartmontools [18:48] brenster21: if smart data can't be read while it's an external device, remove its enclosure and connect it directly. [18:49] most external drives have smart enabled too. in fact an external drive these days is usually just a USB-SATA bridge and a pretty case. [18:50] I keep getting this error smartcl1 requires a device name. command i am using is sudo smartctl -d /dev/sdf any ideas? [18:50] brenster21: I'd try smartctl -x /dev/disk/by-id/... [18:51] brenster21: aha, remove the -d [18:51] -a and -x are more common [18:51] when i dont use the d. i get an error [18:52] feel free to tell us which error you get [18:52] unkown usb bridge please specify with -d [18:53] try -d test === SimonNL_Afk is now known as SimonNL [18:54] afaik not all the usb devices are supported by smart [18:54] so sudo smartctl -d test /dev/sdf? that gives unknown bridge [18:55] yes that's what i meant. you may need to try with a newer smartmontools version [18:55] will go update it [18:55] tomreyn is there an alternative to smart? === becool_ is now known as becool [18:56] not that i know of [18:56] :( [18:56] so i update drive database? [18:56] anyone using elasticsearch for log storage and mining? [18:56] yes, but i think this effectively means upgrading smartmontools [18:56] brenster21: ^ [18:57] how do i update the smartmontools? [18:57] !server | becool: please don't poll, ask specific questions. also [18:57] becool: please don't poll, ask specific questions. also: Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Bionic (Bionic Beaver 18.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/lts/serverguide - Support in #ubuntu-server [18:58] brenster21: which ubuntu version are you running there? [18:58] 16.04 [18:59] there doesn't seem to be a !snap, look for a !ppa then [19:00] !ppa ? [19:00] brenster21: I am only a bot, please don't think I'm intelligent :) [19:00] https://launchpad.net/~cematinla/+archive/ubuntu/bisnext [19:01] 6.4 > 6.5 not worth it maybe [19:01] !ppa | brenster21 [19:01] brenster21: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [19:01] you can also use the 18.04.2 desktop live iso. [19:02] or 19.04's [19:02] installing now [19:02] here's a 7.0 backport https://launchpad.net/~bo-vircio/+archive/ubuntu/backports?field.series_filter=xenial [19:03] thank you just installed the one ioria gave me [19:03] brenster21, you can try badblocks but what tomreyn looks better [19:04] *posted [19:04] okay i installed it tomreyn now i try the command again? [19:05] Why would networkmanager request the to be assigned the same IP even after it has received DHCPNAK from the router? [19:05] brenster21: sudo smartctl -x /dev/disk/by-id/... [19:05] do i write by-id and then the number or just the number? [19:06] brenster21: write "/dev/disk/by-id/" then press tab twice, find the correct target, type it. [19:08] Let say I've added additional mounts to fstab but left existing mounts the same. If I now run "sudo mount -a", will it disrupt an active rsync on a volume that's already mounted? [19:11] BuffaloWingVapor: possibly, why woud you need to run "mount -a"? [19:12] I upgraded to ubuntu 19.04; but I want to run the old version of myth; as my server is not upgraded yet. how should I do that? [19:12] @tomreyn: well I've added four more mounts to fstab. I suppose I could mount them individually from CLI, for now. [19:13] PuercoPop: it may assume that the server thinks that the lease has expired or it may have moved to a different subnet, where this address would be suiotable. [19:14] BuffaloWingVapor: this sounds like an acceptable effort to me if it ensures you'll prevent such and other risks. === msalvato- is now known as msalvatore [19:15] @tomreyn: Would it cause problems if I suspend the rsync, run "mount -a", and then resume the (rsync) job? [19:17] BuffaloWingVapor: it may try to mount already mounted file systems. i wouldn't recommend it. [19:17] BuffaloWingVapor: the time you are spending here to ask these questions is probably greater than manually mounting four file systems. [19:18] BuffaloWingVapor, don't you think that depends on the mount points ? [19:19] lapidary: i don't know what "myth" is, is it not backwards-compatible? [19:19] @tomreyn: True--LOL. I wasn't just asking to be lazy, though: I was trying to understand better. [19:21] mythbuntu is a DVR package, the front end needs to be the same version as the backend. I had hoped I could snap install the older version but no luck [19:22] tomreyn, I think I need to download the source for the version I want [19:22] lapidary: maybe there's a backport for the client version you can install on the server. generally, we only support software in ubuntu here. [19:23] tomreyn: is there a way to make dhclient ask for a different instead? [19:24] tomreyn, I'll accept your anser and try to upgrade the server rahter than downgrade my dekstop [19:24] ty [19:25] PuercoPop: what'S the issue you're actually trying to solve there? is dhclient, as initiated by network manager, constantly requesting the same ip address? [19:25] lapidary: good luck! [19:27] tomreyn: yes, and for some reason starting today I'm getting DHCPNAK consistently so NetworkManager gets stuck 'Configuring IP Address' and I can't connect to the internet [19:29] PuercoPop, set it static [19:29] lapidary: see the official flavours for 19.04 https://wiki.ubuntu.com/DiscoDingo/ReleaseNotes#Official_flavours and 18.04 LTS https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes#Official_flavours (both of which do not list Mythbuntu - there are also no Mythbuntu installers newer than 16.04) [19:30] PuercoPop: i'd personally just remove the NM profile and recreate it. that's not proper debugging but it may be a fast solution. [19:30] humm... Guess it's time to make it ubuntu :-) that makes me more comofrtable about messing with it [19:31] tomreyn: what do you mean? Where are profiles stored? I've tried deleting the information in /etc/NetworkManager/system-connections [19:32] @tomreyn: essentially, the more general question is how the "-a" switch for the "mount" command affects in-process file operations involving existing mounts (when changes have been made to fstab that don't involve the existing mounts). The man is unclear on this. [19:32] PuercoPop, NM it's a gui app [19:33] ioria: there is nm-applet, nm-cli, afaik [19:34] PuercoPop, yes, use that [19:34] BuffaloWingVapor, a prog asks for a handle to the file (called file descriptor), then it reads/writes through the handle, then asks for disposing the handle. [19:34] PuercoPop, or nm-connection-editor [19:34] PuercoPop: there are system connections and there are per user connections. system connections are stored in files in the location you discovered, user connections are stored in a gconf DB [19:35] BuffaloWingVapor, Therefore, in your case, when a prog tries to access a file again through the pathname (asking a file descriptor) it will see the new file. Otherwise it works with the already existing descriptor, pointing to the old mount. [19:36] BuffaloWingVapor: i'm not sure whether -a may attempt to mount already mounted file systems. i think it can (at least in some situations), and i would therefore not recommend using it when those file systems are already mounted. your mileage may differ, and this is the most precise answer i am personally able to provide. [19:39] @noln: interesting. Thanks for the description. @tomreyn: no worries--I appreciate your help. [19:40] brenster21: any luck on smartmontools? [19:40] you're welcome, BuffaloWingVapor [19:40] man 2 open [19:40] none [19:40] probably going to give up [19:41] brenster21: so did you verify you hve v7.0 installed now, and what happened when you accessed your external storage with it? [19:41] ioria: tomreyn: I tried deleting the connection with nm-connection-editor and it didn't work. However I saw I could configure it manually there. So I did that and it works now. Thanks! It is good enough for now. Do you have any recommendation of what I should look into for a long term solution? [19:42] PuercoPop, reset your router [19:42] tomreyn how do I verify it? [19:42] PuercoPop: if it happens again, inspect the profile you have there before deleting it. it sounds like this profile came with a static ip address assignment [19:43] brenster21: smartctl --version [19:44] hm stuck on 6.5 [19:45] brenster21: !pastebin this: sudo apt update && apt policy smartmontools [19:45] will do [19:47] https://pastebin.ubuntu.com/p/dcB3ByVJ4M/ [19:47] it may be possible that it is the router to blame. I remember having to configure my wife's windows machine to use static assignment as well a while back. [19:48] brenster21, different issue there [19:49] brenster21: that's the output from the first command only, the second one did not run because && ensures it won't be if the first one returned errors. and it did. those write errors need to be examined further. [19:50] brenster21: does df -h /var/lib/apt/lists/partial/ suggest that this file system has run full? [19:50] i got 84 percent used [19:52] brenster21, you might need to rm /var/lib/apt/lists/partial/* and run sudo apt update [19:53] * tomreyn concurs [19:53] brenster21, sudo apt-get clean too [19:54] * uRock abstains [19:56] brenster21: does this help then? [19:56] trying it now [19:56] no such file or directory for var lib [19:57] please show the exact command you ran and the output that was returned [19:57] sudo rm /var/lib/apt/lists/partial/* [19:57] rm: cannot remove '/var/lib/apt/lists/partial/*': No such file or directory [19:57] maybe you ran it twice? [19:58] maybe, then i ran clean. [19:59] brenster21: now: sudo apt update |& pastebinit [20:00] this should return a http address you can post here [20:00] or an error message saying that pastebinit is not installed. [20:00] probably the error message [20:01] then do this: sudo /bin/true && cat &>/tmp/aptlog < <(sudo apt-get -qqy update 2>&1; apt-cache policy 2>&1; sudo apt-get -syV full-upgrade 2>&1;); nc termbin.com 9999 brenster21, if sudo does not work, use 'sudo -i' and then rm and update [20:05] https://termbin.com/171a [20:06] "483 [packages to be] upgraded, 6 [packages to be] newly installed, 0 to remove and 0 not [needing to be] upgraded." [20:07] you're very much behind on updates [20:07] damn [20:07] but you can solve this later [20:07] brenster21: sudo apt-cache policy smartmontools 2>&1 | nc termbin.com 9999 [20:08] actually no need for sudo there, but it also doesn't hurt [20:09] ran [20:10] and returned a http address? [20:10] https://termbin.com/hgt0 [20:10] hmm you have a mix of ubuntu xenial and debian jessie package sources there [20:10] i do? [20:10] search for "jessie" on https://termbin.com/171a [20:11] what does jessie mean? [20:11] brenster21: sudo apt purge smartmontools && sudo apt install smartmontools=7.0-0ubuntu1~vircio~xenial~ppa1 && sudo apt-cache policy smartmontools 2>&1 | nc termbin.com 9999 [20:12] this is to replace your current smartmontools version by 7.0 [20:13] brenster21: "jessie" is the code name of a debian gnu/linux release. a different linux distribution. [20:13] !debian [20:13] 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! [20:14] there are rare exceptions for 3rd party repositories where this is actually acceptable. but you'd need to check this for yourself, we only support ubuntu's repositories here. [20:15] i think there is a reason for it, just cant remember why [20:15] might have eben for sonarr/radarr/ombi/ rutorrent or something [20:15] * brenster21 shrugs [20:16] did you finish upgrading smartmontools, yet? [20:16] no [20:16] 50 [20:18] i assume %? ok, type tomreyn when you're done. [20:18] tomreyn https://termbin.com/uv9g [20:19] brenster21: so smartmontools 7.0 is now installed. sudo smartctl -x /dev/disk/by-id/ then press tab twice, find the correct target, type it, press enter. when it ran, show the full output on a pastebin. [20:20] (and type my name again here) [20:20] now to find the target [20:21] is this a question? [20:23] tomreyn unable to detect device type [20:23] no [20:23] brenster21: that's certainly not the full output [20:24] also show the command you were running, please [20:24] https://pastebin.ubuntu.com/p/BBwwKTDRgd/ [20:25] brenster21: what does this return? readlink -f /dev/disk/by-id/usb-WD_easystore_25FB_564A47524B355858-0 [20:26] this /dev/disk/by-id/usb-WD_easystore_25FB_564A47524B355858-0 [20:27] hmm okay, i guess it works different on 16.04 than on 18.04 then. [20:27] guess so [20:28] brenster21: what's the reason you want to check the health of this drive? did it behave unreliably lately? [20:28] just to be safe, I was planning on moving all my tv shows there so i could have a dedicated tv drive and do it with movies since sonarr/radarr are giving me hiccups [20:29] brenster21: also disconnect this drive off this usb port, disconnect all other usb devices you do not strictly need right now, then connect this usb device to a different usb port - as far away as possible from the one it was in. then try smartctl again [20:29] cant do that [20:29] no physical access :( [20:29] smartmon depends on the controller in the usb device, AFAIK, not all all sane/transparant [20:29] ah i did not know that [20:30] the usb bridge seems to be the issue, but it's also possible that its just underpowered and would work better on a different usb port [20:30] are you able to write files to it and read them back? [20:30] alright then, i will give that a try [20:31] i believe so [20:31] * brenster21 is honestly trying to put off sorting 7 tb worth of tv shows :P [20:31] if you can transfer files fine in and out then it's probably realyl the usb bridge. [20:32] nothing we can do then unless you'll disassemble the storage off the enclosure and it happens to have a sata connector and you connect it to a sata bus. [20:32] alright then [20:32] cant do that right now, thank you for your help today [20:33] on many modern drives, removing drives from enclosures is not reversable. [20:33] and some have proprietary connectors on the storage which you won't be able to fit on the sata bus [20:34] you're welcome [20:35] bye [20:35] :) [20:35] have fun! [20:35] i will keep that in mind [21:09] <[rg]> hello, where can I find the service file for emacs? [21:11] as user, ~/.config/systemd/user/emacs.service [21:12] easy to find with bing, google i do not know https://www.emacswiki.org/emacs/EmacsAsDaemon [21:13] <[rg]> OerHeks: it says if installed normally it should be already on the system, it was on fedora [21:13] <[rg]> just wodnering if it was in another package [21:15] fedora? [21:39] Hi [21:39] !hi [21:40] how You doing uRock ? [21:41] !hello [21:41] Alive.... What's up? [21:42] vimar: This chat is for Ubuntu support, do you have a support issue? [21:43] I like beans [21:44] on tacos? [21:44] Hey, so I've been having an issue with HDMI audio for a while. My HDMI audio displays as a device when I use aplay, but it isn't listed through alsamixer [21:45] alsamixer > F6 device [21:45] no, like [21:45] its not there in alsamixer [21:45] hold on, lemme make some screenshots [21:46] just one of the F6 menu [21:48] https://i.imgur.com/eKYGDuD.png [21:48] apologies, what you want is in the very middle [21:49] ok something really super weird happened [21:50] long story short, my laptop decided to go into sleep mode because of power things [21:50] and when it came back on, I had audio mounted on my tv [21:50] like I already had HDMI audio selected in audio, but nothing was coming out [21:53] https://bugs.freedesktop.org/show_bug.cgi?id=75985 [21:53] I think I've been having this bug [21:53] Freedesktop bug 75985 in Driver/nouveau "[NVC1] HDMI audio device only visible after rescan" [Normal,New] [21:54] approximately [21:55] no [21:55] eh. I have a solution now, time to science it [22:06] is there a way to use xmodmap to bind a key to two modifiers? I want the capslock key to be like pressing ctrl_l + shift_l [22:18] popsch: hmm, I can't recall ever seeing that before, and I'm not seeing any references to that in the xkbcomp, setxkbmap, xmodmap, xkeyboard-config manpages.. [22:32] popsch: I can't find any documentation either for setting one key to emulate the pushing of two/multiple keys. The best I can can think of is maybe assigning the key press to a macro [22:35] what I now did is that I assigned it the Hyper_L key and made Mod3 to be Hyper_L [22:35] this way I can at least bind some unique combos to it [22:40] hello there, i need a little help I"m trying to put together a script that calls on xinput. I have a ps4 controller. when i plug it in it has a diffent Name in xinput then it does when it's on blue tooth. what i'm trying to accomplish is to have it not fuction as a mouse after i run this script but to resume if it's ran again. i've come up with something that works. but it only works for the "bluetooth mode" [22:41] this is what i have so far https://pastebin.com/DZ7F6Fij like i said it works but only for the "Wireless controller" I wrote another one calling he sony name in xinput --list how can i combine them? [22:43] are there other efficient methods except inotify, to have a process that sleeps until a certain file is deleted? [22:44] the other option is checking whether it exists in regular intervals. [22:44] thanks! [22:44] I would think you could use an if statement in conjunction with a sleep timer to check if a file exists, and if it doesn't, do something. So check if it exists, if it does, wait X time, check again, if it doesn't, do something. [22:45] tomreyn, oh wait, did you mean the "only" other option? [22:45] Sven_vB: the only other option besidesinotify that i personally know of. [22:45] tomreyn, ok. :) then I'll stay around in case someone else knows another. [22:48] Evil-Bob: There is no way to really "cobime" them as the state flag only has two possible outputs. What you would need to do is figure out which device is active. Using the state check to set another variable that could hold a more meaningful value. [22:48] Then use the variable with the more meaningful value to run your disable scripts [22:48] maybe I can use processes instead. can a child process whose stdin is a pipe to its parent, detect when its parent closed the parent side of the pipe, even if it doesn't send actual input data? [22:49] Sven_vB: Pipes are typically one way... the send, no recieve [22:50] pragmaticenigma, yeah the only thing I want to signal is the parent closing its pipe. I don't need any input data so far. [22:50] the parent process keeps running after that btw [22:50] thanks. well I know the device active depends on rather or not the controller is plugged in. if it's not and running off bluetooth it's the 'Wireless Controller" if it's plugged in it's Sony Interactive Entertainment Wireless Controller [22:51] maybe I should just spawn a netcat shell and observe /proc/sekf [22:51] */proc/self/fd [22:52] so what i have now is two copys of that pasted script one with device="Wireless Contoller" and the other device='Sony Interactive Entertainment Wireless Controller' [22:53] I should be able to have device1 and 2 right? [22:53] could i use a wild card or something to get pull Wireless controler out of xinput --list? [22:54] Evil-Bob: make one script, and create two variables state_wireless and state_sony... using the correct "device" to set each one... then you can read those states and determine the appropriate action you would like to send to xinput for disabling and enabling [22:54] Sven_vB: I believe that if you've got a unix socket between two processes, it will return as "won't block" on reads or writes on select() or poll() -- double-check before going too far down this route, but I'm pretty sure I've read that it would work :) [22:55] thanks for the help! i'll give it a shot and let you know if the thing toggles the way i want. i shall combime them yet! [22:57] sarnold, oh right I think with select() there's a difference between no data and close. [22:57] sarnold, thanks! [22:58] on 19.04 if i create an xorg.conf.d directory in /etc/X11 will it use configs that i put in there? [23:00] Sven_vB: I think I read it in the context of "don't assume that select() returning your fd means it has data to read, it just meant that there was a moment when it wouldn't *block*" [23:01] Evil-Bob: Take a look at this: https://pastebin.com/56KwAHf4 NOTE!!! I have not tested or verified this code, use at your own risk [23:03] truexfan81, that is the idea, yes. [23:05] thanks a lot. [23:10] truexfan81: Think the docs now point to /usr/share/X11/xorg.conf.d/ . [23:10] Has anyone else experienced that your Firefox theme gets disabled on every restart? [23:13] damnit i keep getting almost there [23:18] Bashing-om: /etc/X11 is mentioned like a dozen times before /usr/share/X11/ is mentioned: http://manpages.ubuntu.com/manpages/bionic/man5/xorg.conf.5.html [23:19] Whats up everyone? [23:19] also on http://manpages.ubuntu.com/manpages/disco/man5/xorg.conf.5.html ( truexfan81 was asking about disco ) [23:20] hello Moule_Noir! [23:20] You use i3wm? [23:21] I do not. i'm assuming that it's a windows manager? [23:21] I can't get burp suite to work with i3wm, but works if i sign in to Ubuntu [23:21] yeah a windows manager [23:21] truexfan81: be sure to call these files .conf, or they might be ignored [23:22] sorry bro not very helpful in that regard [23:22] no worries [23:26] Moule_Noir, i've googled a bit, it should just work. whats wrong? [23:29] all you need is java from what i've read [23:30] turns out my xorg.conf setup was correct, my issue was a gnome-settings problem, all is as good as it can be for now [23:31] truexfan81: :D [23:32] only thing i can do now that would improve the display stuff would be to spend $400 or so and switch from nvidia to amd [23:32] truexfan81: I had to sign out for a moment, would you mind repeating the issue you're experiencing? [23:33] issue i'm experiencing is the well known one when running nvidia and more than one display, having to choose between video tearing or video judder [23:34] pipeline off = video tearing, pipeline on= video judder [23:34] to me both are equally annoying [23:35] truexfan81: hmm, not familiar with that one... [23:36] !pm | saor [23:36] saor: 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. [23:36] I didnt ask you a question related to this channel you weirdo [23:38] saor: I don't read or accept PMs... [23:38] it's not often you hear weirdo, but now i really want to know what was asked [23:38] I literally just asked if he was the same person who uses that nick in another net [23:38] lol [23:38] pragmaticenigma, by the way with your help i've fixed my issue.thank you [23:39] you're welcome Evil-Bob [23:40] i abondoned the whole name thing and just used xinput id. i realized that doesn't change rather or not the controller is plugged in. [23:41] Evil-Bob: Probably a better plan, names can and do change as developers work on drivers or better identification methods for the device. Typically the hardware IDs don't [23:42] sudo mow my lawn === rax-Y is now known as rax-