/srv/irclogs.ubuntu.com/2019/07/18/#ubuntu.txt

rk4hi, 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:19
rk4all signs point to yes, but there are sometimes catches.00:20
uRockI believe that is the case as long as the partition table is GPT00:21
rk4which since it'll be a blank disk I'll be able to create such a table :)00:24
uRockYup00:25
uRockThe Debian install documentation goes into detail on it.00:25
OerHeksrk4, it does, make sure you choose GPT00:26
OerHeks!uefi00:26
ubottuUEFI 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/UEFI00:26
rk4interesting, 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:30
uRock"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:36
uRockThat could be a problem.00:37
OerHekssecureboot is not a problem, fastboot is00:37
OderusHi 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:52
sarnoldOderus: is your goal to install without a network at all?00:57
AngelKdesarnold, for my no00:58
OderusSarnold: preferably not01:02
sarnoldOderus: 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.html01:05
sarnoldthe debian-installer option has been around for a lot longer, it's probably more amenable to installing without network01:05
OderusSarnold: okay thanks I will try that. Appreciate it01:05
OderusSarnold: id like to install with network, but it does not recognise my wifi card at lease the live iso disnt01:16
OderusSarnold: about to try the other version01:17
sarnoldOderus: hmm. you said "bypass" earlier so I assumed you wanted to skip configuring the network entirelyu..01:17
=== zbenjamin is now known as Guest25524
=== zbenjamin_ is now known as zbenjamin
OderusSarnold: sorry my client crahed01:35
sarnoldOderus: 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
sarnold(complete with typos :)01:36
=== [b0b] is now known as b0b
BuffaloWingVaporJust 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:36
sarnoldBuffaloWingVapor: I think that's going from php7.0 to php7.2; make sure your applications run on the newer php first02:41
sarnoldBuffaloWingVapor: most upgrades ought to go smoothly by now02:42
OderusSarnold: 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 heh02:45
sarnoldOderus: why not use a wired nic?02:46
OderusSarnold: i dont have a long enough ethernet cable02:46
sarnoldahhhhhh. dang :/02:46
sarnoldOderus: iwlist, iwconfig, wpa_supplicant may all help02:46
sarnoldOderus: 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 them02:47
OderusSarnold ok great.  Unsure what all is installed, and if it isnt, i will have to chroot02:47
OderusSarnold: at least I am having a great time doing it :)02:48
sarnoldOderus: haha, nice :D02:49
OderusSarnold: taking a break now. I wonder if nmcli is a default package in 18.04.2 server02:52
BuffaloWingVapor@sarnold: thx. I'll ck my php version.02:52
sarnoldOderus: almost certainly not, networkmanage risn't on the server discs02:52
jml2maybe the config can be set in netplan03:15
Gallomimiawhat's the replacement for ifconfig anyway? i can't seem to figure out how to use command line to give me my IP and router03:21
sarnoldip03:21
guivercGallomimia, ip addr will show ip address; ip route will show routing ...03:22
Gallomimiaokay thanks. i'm still pretty lost about that command03:22
ekajI'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
ekajI'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-bit03:38
mutantspewHi, 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:48
zettehi, i am user of mate dekstop environment, but when can i change square workspace dekstop?03:49
zettebut how*03:50
zettehello? any want help me?03:52
macroprephow do i get asm/errno.h04:53
Gambit-Howdy folks04:56
Gambit-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:56
Gambit-(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)04:57
=== morphis6 is now known as mophis
=== mophis is now known as morphis
=== JanC_ is now known as JanC
GallomimiaGambit-, 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 chroot05:13
Gambit-I wasn't able to get the grub-update from inside the chroot to work05:14
Gambit-it complained about /cow05:14
Gallomimiathen you haven't built a proper chroot05:17
Gambit-I don't doubt :)05:18
abbiyai added these lines to my .profile in $HOME05:28
abbiya export XDG_DATA_DIRS="${GUIX_PROFILE}/share:${XDG_DATA_DIRS}"05:28
abbiya export XDG_DATA_DIRS=$HOME/.nix-profile/share:$XDG_DATA_DIRS05:28
abbiyaAfter logging out05:28
abbiyai dont see these appended to xdg05:29
abbiyado i need to restart ?05:29
GallomimiaGambit-, you have to mount --bind in /proc /sys /dev and something else. i forget exactly.... i'm going to give it a go tomorrow05:29
Gambit-Got it working05:30
Gambit-turned out to be sys, dev, and umount /cow05:30
Gambit-that let me do a successful chroot05:30
abbiyamy .profile changes are not reflecting05:46
abbiyawhat do i do05:46
Gallomimiausually close terminal and open a new one is enough05:46
abbiyai restarted too05:47
abbiyahttps://paste.gnome.org/p69lepmkq05:47
abbiyaall these lines are reflected05:47
Gallomimia# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login05:48
chietahow to know that process running from which directory?05:50
abbiyathanks Gallomimia05:51
abbiyathat must be the case05:51
Gallomimiachieta, 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
Gallomimiafor example. ps -ax | less05:52
Gallomimia(the path is truncated if you don't pipe it to something)05:53
abort_abayeians, yeis06:01
=== sunrunner20_ is now known as sunrunner20
cixxhi.06:34
cixxi 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 login06:36
cixxi do ctrl+alt+f2 and login using terminal06:36
cixxhow can fix gnome problem?06:36
=== imsurit_ofc is now known as imsurit
tomreyncixx: 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:22
emOneHonestly 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 it07:30
lagWhich version of Mesa will Eoan be released with?07:30
emOneIs there a simple and nice open source web panel out there for ubuntu?07:34
emOneI have been using ubuntu since the very early versions. I don't feel comfortable moving away from the distro.07:36
cixxtomreyn: it is not fresh installation, it was working without problem. it is ubuntu 18.04 and installed via virtualbox. it uses vmware svga II adapter07:36
Ben64emOne: web panel?07:40
emOneBen64: a web panel is a website that lets you configure important settings of your server07:41
emOneit also shows you an overview of important server statistics like cpu load, cpu temperature and other information07:42
emOneUbuntu doesn't come with one by default07:42
=== imsurit_ofc is now known as imsurit
Ben64emOne: well, you could learn how to configure things without one07:44
Ben64and information is available through landscape, or htop or something like that07:44
emOneBen64: Thank you. I have always been using Terminal only to set things up. This time around I am looking for something more automated07:46
ramsub07Hello, 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
lotuspsychjeramsub07: errors on launching?08:00
ramsub07lotuspsychje: precisely08:00
lotuspsychjeramsub07: wich ones please, can you pastebin to the channel? wich ubuntu version?08:01
anonymipanyone got rar2fs working on Ubuntu 18.04.2 LTS, and like to share how to install it, I've tried various guides without success08:01
ramsub07lotuspsychje: 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/Linux08:01
ramsub07(pasted directly as it's just a line)08:02
akem-lnvoramsub07, i think he meant if nautilus displays any errors when you start it from the terminal.08:03
lotuspsychjeramsub07: journalctl -f and launch nautilus from terminal please, then pastebin us the output of the errors you get08:03
ramsub07akem-lnvo: unfortunately no errors08:04
ramsub07it just.... hangs in when i type nautilus on my termina08:05
ramsub07lotuspsychje: the  journalctl -f command doesn't seem to stop execution.08:05
ramsub07did you mean I should open in another tty?08:06
lotuspsychjeramsub07: one terminal journal and one other terminal launch nautilus yes08:06
ramsub07lotuspsychje: nothing at all again in the window where I try to open nautilus08:08
ramsub07...and finally it opens after approx a minute since i entered the command08:09
ramsub07(and still i could see "loading" icon at the bottom)08:09
lotuspsychjeramsub07: try creating another user and test nautilus from there08:10
ramsub07lotuspsychje: http://dpaste.com/3568SVE the log from terminal08:10
ramsub07lotuspsychje: from another user : http://dpaste.com/0S35B7T (I didn't log my current session off, just did an su)08:13
lotuspsychjeramsub07: are you on ubuntu 16.04 with unity?08:14
ramsub07lotuspsychje: yes08:14
Gallomimiai 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 environment08:15
Gallomimiaby design. not a bug08:15
Gallomimiathe suggestion was to try it in another user's login.08:15
Gallomimialock the screen and log in as if someone else was using the computer08:16
Gallomimiaoh good you came back ramsub0708:33
rk4thanks 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 efibootmgr08:35
ramsub07Gallomimia: had to restart my system. everything is fine now. the one solution to solve them all!08:48
ramsub07i understood it wasn't something to do with nautilus in itself, but was a problem with some file system08:51
=== imsurit_ofc is now known as imsurit
garoI'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 bionic09:26
garoWhat should i use ? useradd or adduser ? and with which options ?09:26
garo(I'll handle groups later manually in /etc/group), but i want a similar homedir and things like that09:27
ayekatadduser is an interactive tool that asks you questions - might be more convenient09:27
garoWill it do 'too much' ?09:28
garoor the better question, is this how the installer did it ?09:28
ayekatprobably? creating a user is not much more than adding an entry in the /etc/{passwd,shadow} files, and maybe creating a home directory09:29
ayekat(plus a user-specific group and adding the user there)09:29
hans_any plans to upgrade lm-sensors to 3.5 for 18.04?  (i kinda want 3.5's new `--json` argument)09:29
brahmanaHi.. I have a 18.04.2 server on which I am trying to install libssl1.009:30
ayekatgaro: the one thing I know that adduser does additionaly is to populate the comments field with information like real name, phone number and whatnot09:30
brahmanaBut turns out installing libssl1.0.0 package is actually installing openssl 1.109:30
garok, thanks09:30
brahmanaHere is what I see : https://paste.ubuntu.com/p/Hn3gZvkGxP/09:30
brahmanaCan I install openssl 1.0 on Ubuntu 18.04 at all?09:31
garoIf you want a specifc version you can use the '=version' option09:31
garoTake a look in packages.ubuntu.org if the version you want is available09:32
brahmanaOk.. 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
ayekatbrahmana: 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.109:33
ayekatso you can have both libssl 1.0 and 1.1 installed, but the `openssl` command uses 1.109:34
brahmanaayekat : makes sense. Thank you. sudo apt-cache policy libssl1.1 confirms what you are saying09:34
brahmanaayekat : 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:35
brahmanai.e. while building09:36
ayekatbrahmana: 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.009:37
brahmanaayekat: 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:38
ayekatah, I see09:39
ayekatI'm not familiar enough with Ruby to help, though :-/ (I don't know how it interacts with OpenSSL, that is)09:39
tomreyngaro: when the installer creates a user, it also adds it to the sudo group, since it's the first, and the administrative user.09:39
tomreyngaro: 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:43
brahmanaayekat :  No worries. You have been very helpful. Thank you.09:44
tomreynbrahmana: 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:45
brahmanatomreyn: I am not installing Ruby from a ubuntu package. I am building from the source.09:46
tomreyni see, you're on your own then, i'm afraid (as you probably assumed).09:46
tomreyn!latest | hans_09:47
ubottuhans_: 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:47
tomreynhans_: 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:49
brahmanatomreyn : I know. However in this case I am actually looking for an older version than the one available with ubuntu packages.. :-)09:50
auser0hey 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/loop009:50
brahmanaoh sorry .. the latest message was meant for someone else.. !!09:50
auser0 while on ubun 16.04, the exact same iso gets mounted just fine09:50
auser0any idea what could be wrong?09:51
tomreynhans_: 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-sensors09:52
brahmanaayekat / 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:52
tomreynbrahmana: 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
brahmanaok.. that is mostly taken care by the unnumbered  libssl-dev package09:54
auser0anyone have any clue..?09:54
brahmanaYup.. https://packages.ubuntu.com/bionic/libssl-dev - that is the dev package for libssl 1.109:54
tomreyni think it's the default now, so this would make sense09:55
ayekatit's weird that libssl1.1 is numbered at all09:55
ayekatI can see why one would number 1.0, as it's for compatibility, but... why number the default version?09:56
tomreynauser0: how are you mounting it exactly, which graphical desktop (or server?) are you running there?09:56
tomreynauser0: i suspect it may just be a permission / file system mounting issue.10:00
auser0ty tomreyn10:00
auser0somehow now i checked the iso and it has some problem but oddly when mounting it in ubu 16, it showed no errors10:00
auser0but the iso itself is corrupted, i can confirm that now10:00
tomreynah, well, that'd explain it, i guess.10:01
tomreynmaybe the newer loop mount utility now does more thorough sanity checks.10:02
tomreyn!YY.MM | auser0: a side note (for next time)10:03
ubottuauser0: 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-cycle10:03
auser0ty tomreyn10:04
tomreynyou're welcome.10:04
stevenmhey I think I'm dealing with a very oddly behaving APT repository here... or just odd apt error messages...10:07
stevenmif 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
stevenmso fine I then add [trusted=yes]10:08
stevenmthen i get The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 65A86F31629FF0C210:09
stevenmso fine I grab that via keyserver.ubuntu.com10:09
stevenmand I get The following signatures were invalid: EXPKEYSIG 65A86F31629FF0C2 GNOME OBS Project <GNOME@build.opensuse.org> D3CAF5135D0A8F97AB539ED365A86F31629FF0C210:10
stevenmso 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:10
stevenmand I'm finally left with... The following signatures were invalid: D3CAF5135D0A8F97AB539ED365A86F31629FF0C210:11
stevenm"Invalid" how?!10:11
_RadioHeadhi.10:17
tomreynstevenm: if you're having trouble using a 3rd party repository, i recommend you discuss with the party providing this repository.10:17
_RadioHeadi setup simple samba share but i get this message : session setup failed: NT_STATUS_UNSUCCESSFUL10:17
_RadioHeadubuntu 18.0410:17
tomreynstevenm: 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 aware10:18
RiverLihello10:18
RiverLinoboday10:19
tomreyn_RadioHead: please ask in #ubuntu-server10:19
RiverLiok10:19
tomreynhello RiverLi: do you have an ubuntu support question?10:19
_RadioHeadtomreyn, thx , but i am using ubuntu desktop10:19
tomreyn_RadioHead: this can be a result of violating an apparmor profile, or just a samba configuration issue. check your logs for more context.10:22
_RadioHeadtomreyn, i disabled apparmor for a test same thing ,10:25
_RadioHeadtestparm is ok. only syslog warning message is diplayed that option is depricated10:26
Mathisen_RadioHead, can you pastebin your smb.conf ?10:27
_RadioHeadMathisen,10:27
_RadioHeadyes10:27
_RadioHeadhttps://pastebin.com/cjkn9Mkw Mathisen10:30
coffeecowI 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:34
Mathisen_RadioHead, check logs, like he sugested.. need more infp10:35
Mathisen*info10:35
Vonorhi 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 though11:22
kittykittyin 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??11:31
tomreynVonor: maybe try asking in #ubuntu-budgie as well12:06
BluesKajHi folks12:08
amcsiHi, 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:13
amcsiHow can I get the standard output of the commands output?12:14
EoflaOEViceCityhi BluesKaj.12:20
pcworldamcsi: does your script redirect the output? Because it works for me: $ bash -v -c 'echo test'12:20
pcworldecho test12:20
pcworldtest12:20
BluesKajhi EoflaOEViceCity12:21
jetsaredimI 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 fine12:24
amcsipcworld, thanks. The situation is a bit complicated12:25
amcsiI'll mess around some more12:25
BluesKajjetsaredim, using a pcie gpu, or onboard?12:31
jetsaredimBluesKaj onboard12:34
jetsaredimso 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 unplugged12:35
jetsaredimwhich I guess is why its not listed in the main settings12:35
BluesKajjetsaredim, open alsamixer and make sure your automute is disabled and s/pdif is set to 00 not mute MM12:37
jetsaredimBluesKaj S/PDIF is 00, and I just disabled Auto-Mute but that doesn't seem to have changed the unplugged status12:39
BluesKajjetsaredim, what audio chip does alsamixer show in the upper left?12:43
Evil-Bobhello!12:43
jetsaredimBluesKaj 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
Evil-BobI need help with a little bash script i'm trying to get working.12:45
BluesKajs/pdif connects the audio thru your hdmi cable, jetsaredim12:47
jetsaredimBluesKaj 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 else12:49
jetsaredimEvil-Bob post the details12:49
Evil-Bobok well don't kick me for flooding lol12:50
jetsaredimuse a paste12:50
jetsaredimEvil-Bob paste.ubuntu.com12:50
jetsaredimEvil-Bob https://paste.ubuntu.com12:50
=== lotus|i5 is now known as lotuspsychje
Evil-Bobso 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
Evil-Bobhttps://paste.ubuntu.com/p/jXs5DC8kHy/12:53
BluesKajjetsaredim, run lsmod | grep snd and pastebin the result12:54
Evil-Bobheres 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?12:55
Evil-Bobany ideas jetsaredim?13:08
jetsaredimEvil-Bob so you're just using this to toggle on/off?13:11
Evil-Bobyes sir and it works!  but i want to toggle on and off both states13:12
jetsaredimboth devices you mean?13:13
jetsaredimwhat if they are different states?13:13
jetsaredimjust create a wrapper script that calls both13:13
jetsaredimor just put both sets of code in the same file and use device1/device213:13
jetsaredimBluesKaj https://paste.ubuntu.com/p/YHG4c69QGb13:14
Evil-Bobok... so like this device1='Wireless Controller'13:16
BluesKajlooks like you have a dedicated pcie audio card, jetsaredim?13:17
jetsaredimBluesKaj its an onboard ATI Radeon card13:18
BluesKajodd13:18
BluesKajjetsaredim, try a reboot to see if the hdmi shows up, now that it's connected13:19
jetsaredimBluesKaj it was never not connected13:20
jetsaredimI'm suspecting the mobo might be going bad at this point13:20
BluesKajhmm13:20
lotuspsychjejetsaredim: you dualboot or singleboot ubuntu?13:21
jetsaredimlotuspsychje single13:21
jetsaredimI haven't used windows for like 15+ years13:21
jetsaredimthankfully13:21
lotuspsychjejetsaredim: can you pastebin your full dmesg please, maybe we can find something there13:21
jetsaredimgetting a ton of "HDMI ATI/AMD: no speaker allocation for ELD" messages in dmesg13:23
jetsaredimhttp://paste.ubuntu.com/p/bxkK99WMYp/13:25
lotuspsychjejetsaredim: we had a user with kodi issues on ati last night, there were updates yesterday on amd packages right?13:26
jetsaredimi see a couple udev updates13:27
jetsaredimis it in proposed or stable?13:27
Evil-Bobjetsaredim, i'd assume they are different states.  it's the same piece of hardware just with a usb cable plugged in13:27
lotuspsychjejetsaredim: an old bug about here: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/137191913:31
ubottuLaunchpad bug 1371919 in alsa-driver (Ubuntu) "kern.log flooded with "HDMI ATI/AMD: no speaker allocation for ELD"" [Undecided,Confirmed]13:31
jetsaredimi guess i can try a different cable13:33
cjokewhats the difference btw xserver-xorg-video-intel and xserver-xorg-video-intel-hwe ?13:39
lotuspsychjecjoke: hwe is for the hwe kernel13:39
lotuspsychje!hwe | cjoke13:40
ubottucjoke: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack13:40
Arethusamy mouse/pointer kind of jitters in place when I have some light pressure over the touchpad - how do I troubleshoot it?13:40
lotuspsychjecjoke: wich ubuntu version/kernel are you on?13:40
Evil-Bobok 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 Controller13:40
cjokelotuspsychje: 4.15.0-54-lowlatency #58-Ubuntu SMP PREEMPT13:41
Evil-Boband i can toggle it with my first script13:41
lotuspsychjecjoke: ubuntu studio 18.04?13:41
cjokeyes13:41
_RadioHeadtomreyn, i found what is blocking samba ,13:42
lotuspsychjecjoke: ok right now you still on 18.04 start kernel, its your choice if you move towards 4.18 HWE13:42
_RadioHeadafter installing virtualmin  nobody cant conect to samba shares13:42
lotuspsychje_RadioHead: you solved it?13:43
_RadioHeadlotuspsychje, not yet , just found what is blocking13:43
lotuspsychjeah kk13:44
cjokelotuspsychje: 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
user_namehi13:44
lotuspsychje_RadioHead: think tomreyn is afk atm, i will ping him for you when he returns13:44
_RadioHeadlotuspsychje, nah no prob. i thnik that firewalld is blocking smb ports13:45
user_nameI need software that is simular to neodownloader for kubuntu13:45
user_nameneodownloader is not the same as grep or curl13:45
user_nameworks differently13:46
cjokelotuspsychje: 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
user_namein how they detect images13:46
lotuspsychjecjoke: ssd boot speed will be alot faster on 4.18 kernel, i tested that, but i had to fresh install here13:46
jetsaredimlotuspsychje there's gotta be something up with my mobo as I rebooted and now I have no networking13:46
lotuspsychjejetsaredim: i was thinking uefi, when i asked if you dualboot, as uefi settings can influence, graphics, network and sound for example13:47
jetsaredimlotuspsychje pretty sure my mobo pre-dates uefi13:47
lotuspsychjejetsaredim: ah allright13:47
user_nameanyone here13:48
lotuspsychje!patience | user_name13:48
ubottuuser_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:48
leftyfbuser_name: try #ubuntu-offtopic13:49
user_name-_- literally the opposite of patience13:49
user_namedoesn't one of the 1181 users know how to help me13:49
leftyfbuser_name: also, grep and curl are 2 completely different applications that are nothing alike13:49
lotuspsychjecjoke: feel free to discuss in #ubuntu-discuss about it13:49
leftyfbuser_name: you're asking for recommendations for software. This is a support channel.13:49
cfhowlettuser_name, focus your query.  details about the end goal would help.  finally, be patient or be ignored.13:50
user_nameI need to detect and download images from web pages13:50
user_namebut cant code and some pages use lazy scrolling which breaks just about every image crawler ive tried13:51
leftyfbuser_name: your issue is beyond the scope of this channel. Try #ubuntu-offtopic13:52
user_nameexcept for neodownloader maybe, I paid for it to get around the file restricton trailversion limit but it sucked. so yesterday it got an update13:52
user_namebut now you gotta pay for that as well13:52
user_nameand im stuck with the trail of the new update cause it replaced the full version of the older version13:53
Evil-Bobso yeah i'm stuck.  i could use two separate bash scripts but that's ugly13:59
_RadioHeadlotuspsychje, i found solution  :)13:59
lotuspsychje_RadioHead: feel free to feedback14:00
_RadioHeadi just added samba in allow default firewalld list :)14:00
lotuspsychjeok tnx _RadioHead14:00
user_nameno other channel can help me. there are channels and they are all dead14:01
user_nameI know this channel can14:01
lotuspsychjeuser_name: did you see the channel reccomends voluntteers did for you?14:01
user_nameyes and I must be realistic though14:02
lotuspsychjeuser_name: #ubuntu-offtopic is a pretty active channel, you just need to patient a bit14:02
=== Wryhder is now known as Lucas_Gray
Meadsooo... has there been any scuttle about an update to 18.04 breaking kodi?  C14:31
lotuspsychjeMead: why, are you experiencing errors?14:32
lordcirthMead, I believe someone was here yesterday with a kodi issue14:32
leftyfbMead: also, there is #kodi14:33
Meadlotuspsychje: yes, I just updated my lubuntu 18.04 system and now kodi simply closes (crashes?) when I attempt to play a video file14:34
lotuspsychjeMead: yes, as lordcirth we had a user with same symptons yesterday14:34
lotuspsychjeMead: https://bugs.launchpad.net/ubuntu/+source/kodi/+bug/183682814:35
ubottuLaunchpad bug 1836828 in kodi (Ubuntu) "Kodi crashes when trying to play any video" [Undecided,New]14:35
Meaddid he say what version of kodi he was using?14:35
lotuspsychjeMead: 17.614:36
Meadyup, I'm using the same version14:37
lotuspsychjeMead: if you feel the same bug occurs to you, please add yourself affected ontop14:38
uRockIf 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:41
lotuspsychje!latest | uRock14:42
ubottuuRock: 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
uRockI know. Just mentioning that they brushed him off.14:42
MeadYeah, 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 upgrade14:46
uRockkool14:46
Meadreading through the bug report it looks like I've got the exact same problem14:47
lotuspsychjeMead: affect yourself to the bug then, that will speed up attention to the bug14:47
Meadyeah, 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.14:49
=== kuanyui_ is now known as sarashina
MeiRHi, I have issues with ntp, probably connectivity14:56
MeiR# ntpq -p14:56
MeiRntpq: write to localhost failed: Operation not permitted14:56
MeiRI added the needed INPUT and OUTPUT rules in iptables14:56
sarashinaI 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
sarashinaI've tested on Windows 10, hardware has no problem14:57
uRocksarashina, Is it still selected in Settings > Sound14:57
sarashinaThere's no other device to choose except for "built-in"14:58
Meadlotuspsychje:  I added myself to the affected list, what else can I do to contribute to the bug issue?14:58
MeiRIt's Ubuntu 14.04. Can someone please guide me what to check?14:59
lotuspsychjeMead: you can also test things, reproduce situations and keep that bug updated15:00
uRockUbuntu 14.04 is no longer supported15:00
MeiRuRock: ok, but I believe that this issue with ntp isn't related to the Ubuntu version15:01
leftyfbMeiR: install a supported version, then we can troubleshoot15:01
leftyfbMeiR: also, you sure you don't need sudo?15:02
MeiRleftyfb: it's a VPS on DO of a production website with lots of dependencies15:02
uRockleftyfb, I was starting to think the same thing15:02
MeiRleftyfb: it's from root user, same results also with "sudo"15:02
leftyfbMeiR: ok, so don't test on production15:03
MeiRit's a wider issue. we have PHP app that uses Amazon AWS API, and we suddenly started receiving this error today:15:04
MeiRAWS was not able to validate the provided access credentials15:04
MeiRafter some googling and reading, I found out that the possible cause can be unsynced server clock15:04
uRockMeiR, did you allow port 123 for tcp and udp?15:05
MeiRthen I checked "timedatectl status" and saw that there's 5 minues diff b/w universal and RTC time15:05
MeiRUniversal time: Thu 2019-07-18 14:58:05 UTC15:05
MeiR        RTC time: Thu 2019-07-18 14:53:0315:05
uRockhttps://community.hpe.com/t5/Networking/Help-ntpq-write-to-localhost-failed-Operation-not-permitted/td-p/2949822#.XTCKXnVKjjs15:05
leftyfbMeiR: contact DO/run a supported version of Ubuntu15:05
MeiRand from what I saw, Amazon can be sensitive even to 2 mins diff15:06
MeiRleftyfb we already tried to upgrade to 16.04 last year with no success, and we cannot afford any long maintenance time15:07
leftyfbMeiR: there are proper ways to do system administration.15:07
MeiRuRock: as of iptables, I grabbed the ruled from here: https://ixnfo.com/en/iptables-rules-for-ntp-and-sntp.html15:08
leftyfbMeiR: either way, you are running an unsupported version of Ubuntu15:08
leftyfbMeiR: or you could pay for ESR and get support for it through Canonical15:08
MeiR-A OUTPUT -p udp -m udp -m multiport --dports 123 -m state --state NEW -j ACCEPT15:08
MeiR-A INPUT -m state --state NEW -p udp --dport 123 -j ACCEPT15:08
MeiRleftyfb, I see your point, but I truly believe this has nothing to do with the branch version15:08
leftyfbMeiR: a good way to test is to run 16.04 on a test environment and try the same setup15:09
uRockMeiR, allow tcp also15:09
leftyfbMeiR: you know, like sysadmins typically do15:09
leftyfbMeiR: also, if you feel it's an iptables issue, flush iptables and test. Again, not in production15:10
MeiRUnfortunately, I ain't a sysadmin. Just a PHP developer who is new to the linux world15:10
MeiRThere's no easy way for me to duplicate the enviroment15:11
leftyfbMeiR: ok, so maybe you should contact your organizations sysadmin?15:11
MeiRheh 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 ago15:12
MeiRI was hired last year, and got the responsibilty for that. Therefore maintain the servers as much as I can15:13
MeiRafter the AWS SDK issue today, I found out that there's no proper time sync15:13
MeiRtimedatectl showed "NTP enabled: yes" but "NTP synchronized: no"15:14
lordcirthMeiR, 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 downtime15:14
uRockMeiR, Check out this one. https://serverfault.com/questions/879164/using-host-as-ntp-client-and-lxc-router-as-ntp-server15:14
MeiRSo i stopped the service, uninstalled ntpdate and installed ntpd15:15
MeiR <uRock> MeiR, allow tcp also15:16
MeiRshouldn’t I first try that?15:16
leftyfbMeiR: did you test with iptabels flushed as I suggested?15:17
MeiRleftyfb, as I said, there’s no test env atm. is it recommended to flush iptables in production? even for 1 minute?15:19
leftyfbMeiR: not from a proper administration/security standpoint15:19
leftyfbMeiR: but you said you're not a sysadmin :)15:19
leftyfband you're running an unsupported version of ubuntu15:19
leftyfbon a VPS (also unsupported)15:19
MeiRheh, but i’m still in charge on this server’s security15:19
leftyfbdroplets are typically modified images of ubuntu15:20
MeiRok, flushed and it’s working15:20
leftyfbok, so it's just a matter of you getting the right iptables rule15:21
MeiRleftyfb, after syncing, should the differnece b/w Universal and RTC time be 0?15:24
MeiRbecause I did “ntpd -gq” and “timedatectl status” still shows a difference15:25
MeiR(with FW off)15:25
=== SimonNL is now known as SimonNL_Afk
tomreynis there some way to trigger whoopsie to re-check whether it needs to create and submit a crash report?16:33
tomreyni have a _usr_bin_gnome-shell.1000.crash (but no _usr_bin_gnome-shell.1000..upload*) sitting there for 7 hours now.16:35
tomreynand the "Error reports sent from this system" page on errors.ubuntu.com doesn't list it either.16:38
lotuspsychjetomreyn: i had the same experience on a wayland session once, crash happened and nothing to find or bug after16:39
tomreynright, this was indeed on wayland16:39
=== bivo is now known as intok-work
ioria!info apport-retrace | tomreyn16:43
ubottutomreyn: 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 kB16:43
OerHekstomreyn, was display off ? https://bugs.launchpad.net/ubuntu/+source/apport/+bug/179264316:45
ubottuLaunchpad bug 1792643 in apport (Ubuntu) "apport does not upload wayland or gnome-shell crash data" [Undecided,New]16:45
* byt3c0de greet the channel16:46
lotuspsychjenice find OerHeks16:47
byt3c0degood afternoon ladies and gentlemen16:47
lotuspsychjewelcome byt3c0de what can we do for you?16:47
byt3c0dejust chilling like a villain, first time here...16:47
lotuspsychjebyt3c0de: this is the ubuntu support channel, for chat you can join #ubuntu-offtopic for example16:48
tomreynOerHeks: good guess, and the right guess.16:48
byt3c0degotcha, thanks lotus!16:49
tomreynthanks ioria, too16:49
ioriaok16:49
c0mradeSo 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:15
lotuspsychjec0mrade: and its related to ubuntu how exactly?17:16
RochvellonI'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 exists17:19
=== smev81_ is now known as smev81
tomreynRochvellon: Xubuntu 16.04 (the X in Xubuntu part of it) is EOL since April 21 https://help.ubuntu.com/community/EOL17:30
Rochvellonaso :D17:31
=== ILoveYaToo_ is now known as ILoveYaToo
brenster21So what is the best program for moving multiple files across my system's drives via ssh (preferable in background with status updates)18:00
ryuobrenster21: sftp ?18:17
brenster21havent used it before ryuo18:18
brenster21i am only moving the files to a different location same computer.18:18
ryuoit's included with ssh client.18:18
ryuothen why use sftp?18:18
ryuoyou could just move or copy them with regular commands.18:18
brenster21I control the computer via ssh.18:18
* brenster21 is a noob18:18
sarnoldif you're moving data between two hard drives on one computer, rsync is the usual best choice. but cp can be wasy easier18:19
ryuossh can be used, but it's not the most ideal way to copy data on the same system.18:19
ryuoi could only see it being used if you have two accounts and no shared disk area they can write to.18:20
ryuobut can use ssh.18:20
ryuo(and also no root access)18:20
brenster21ryuo i mean i am using ssh since i don't have physical access to it.18:20
ryuook..18:21
brenster21sarnold how does rsync work?18:21
sarnoldbrenster21: 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:25
PuercoPopHi 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.0418:26
brenster21thank you sarnold18:26
sarnoldbrenster21: 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:28
brenster21sarnold good to know and thank you.18:29
brenster21I am trying to reorganize my movie and tv downloads since i broken sonarr/radarr due to how much of a mess it was.18:30
brenster21one more question, what is the best way to check the health of an external drive?18:44
brli_hi, is there kde user around?18:45
brli_who also uses firefox and enabled client side decoration?18:45
tomreyn!smart | brenster2118:48
ubottubrenster21: smart is Self-Monitoring, Analysis and Reporting Technology, a monitoring system for hard drives. See https://help.ubuntu.com/community/Smartmontools18:48
tomreynbrenster21: if smart data can't be read while it's an external device, remove its enclosure and connect it directly.18:48
Gallomimiamost 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:49
brenster21I keep getting this error smartcl1 requires a device name. command i am using is sudo smartctl -d /dev/sdf any ideas?18:50
sarnoldbrenster21: I'd try smartctl -x /dev/disk/by-id/...18:50
sarnoldbrenster21: aha, remove the -d18:51
sarnold-a and -x are more common18:51
brenster21when i dont use the d. i get an error18:51
tomreynfeel free to tell us which error you get18:52
brenster21unkown usb bridge please specify with -d18:52
tomreyntry -d test18:53
=== SimonNL_Afk is now known as SimonNL
ioriaafaik not all the usb devices are supported by smart18:54
brenster21so sudo smartctl -d test /dev/sdf? that gives unknown bridge18:54
tomreynyes that's what i meant. you may need to try with a newer smartmontools version18:55
brenster21will go update it18:55
brenster21tomreyn is there an alternative to smart?18:55
=== becool_ is now known as becool
tomreynnot that i know of18:56
brenster21:(18:56
brenster21so i update drive database?18:56
becoolanyone using elasticsearch for log storage and mining?18:56
tomreynyes, but i think this effectively means upgrading smartmontools18:56
tomreynbrenster21: ^18:56
brenster21how do i update the smartmontools?18:57
tomreyn!server | becool: please don't poll, ask specific questions. also18:57
ubottubecool: 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-server18:57
tomreynbrenster21: which ubuntu version are you running there?18:58
brenster2116.0418:58
tomreynthere doesn't seem to be a !snap, look for a !ppa then18:59
brenster21!ppa ?19:00
ubottubrenster21: I am only a bot, please don't think I'm intelligent :)19:00
ioriahttps://launchpad.net/~cematinla/+archive/ubuntu/bisnext19:00
ioria6.4 > 6.5 not worth it maybe19:01
tomreyn!ppa | brenster2119:01
ubottubrenster21: 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-purge19:01
tomreynyou can also use the 18.04.2 desktop live iso.19:01
tomreynor 19.04's19:02
brenster21installing now19:02
tomreynhere's a 7.0 backport https://launchpad.net/~bo-vircio/+archive/ubuntu/backports?field.series_filter=xenial19:02
brenster21thank you just installed the one ioria gave me19:03
ioriabrenster21, you can try badblocks but what tomreyn looks better19:03
ioria*posted19:04
brenster21okay i installed it tomreyn now i try the command again?19:04
PuercoPopWhy would networkmanager request the to be assigned the same IP even after it has received DHCPNAK from the router?19:05
tomreynbrenster21: sudo smartctl -x /dev/disk/by-id/...19:05
brenster21do i write by-id and then the number or just the number?19:05
tomreynbrenster21: write "/dev/disk/by-id/" then press tab twice, find the correct target, type it.19:06
BuffaloWingVaporLet 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:08
tomreynBuffaloWingVapor: possibly, why woud you need to run "mount -a"?19:11
lapidaryI 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
BuffaloWingVapor@tomreyn: well I've added four more mounts to fstab. I suppose I could mount them individually from CLI, for now.19:12
tomreynPuercoPop: 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:13
tomreynBuffaloWingVapor: this sounds like an acceptable effort to me if it ensures you'll prevent such and other risks.19:14
=== msalvato- is now known as msalvatore
BuffaloWingVapor@tomreyn: Would it cause problems if I suspend the rsync, run "mount -a", and then resume the (rsync) job?19:15
tomreynBuffaloWingVapor: it may try to mount already mounted file systems. i wouldn't recommend it.19:17
tomreynBuffaloWingVapor: the time you are spending here to ask these questions is probably greater than manually mounting four file systems.19:17
ioriaBuffaloWingVapor, don't you think that depends on the mount points ?19:18
tomreynlapidary: i don't know what "myth" is, is it not backwards-compatible?19:19
BuffaloWingVapor@tomreyn: True--LOL. I wasn't just asking to be lazy, though: I was trying to understand better.19:19
lapidarymythbuntu 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 luck19:21
lapidarytomreyn, I think I need to download the source for the version I want19:22
tomreynlapidary: maybe there's a backport for the client version you can install on the server. generally, we only support software in ubuntu here.19:22
PuercoPoptomreyn: is there a way to make dhclient ask for a different instead?19:23
lapidarytomreyn, I'll accept your anser and try to upgrade the server rahter than downgrade my dekstop19:24
lapidaryty19:24
tomreynPuercoPop: 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
tomreynlapidary: good luck!19:25
PuercoPoptomreyn: 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 internet19:27
ioriaPuercoPop, set it static19:29
tomreynlapidary: 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:29
tomreynPuercoPop: 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
lapidaryhumm... Guess it's time to make it ubuntu :-)  that makes me more comofrtable about messing with it19:30
PuercoPoptomreyn: what do you mean? Where are profiles stored? I've tried deleting the information in /etc/NetworkManager/system-connections19:31
BuffaloWingVapor@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
ioriaPuercoPop, NM it's a gui app19:32
PuercoPopioria: there is nm-applet, nm-cli, afaik19:33
ioriaPuercoPop, yes, use that19:34
nolnBuffaloWingVapor, 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
ioriaPuercoPop, or nm-connection-editor19:34
tomreynPuercoPop: 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 DB19:34
nolnBuffaloWingVapor, 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:35
tomreynBuffaloWingVapor: 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:36
BuffaloWingVapor@noln: interesting. Thanks for the description. @tomreyn: no worries--I appreciate your help.19:39
tomreynbrenster21: any luck on smartmontools?19:40
tomreynyou're welcome, BuffaloWingVapor19:40
nolnman 2 open19:40
brenster21none19:40
brenster21probably going to give up19:40
tomreynbrenster21: so did you verify you hve v7.0 installed now, and what happened when you accessed your external storage with it?19:41
PuercoPopioria: 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:41
ioriaPuercoPop, reset your router19:42
brenster21tomreyn how do I verify it?19:42
tomreynPuercoPop: if it happens again, inspect the profile you have there before deleting it. it sounds like this profile came with a static ip address assignment19:42
tomreynbrenster21: smartctl --version19:43
brenster21hm stuck on 6.519:44
tomreynbrenster21: !pastebin this:   sudo apt update && apt policy smartmontools19:45
brenster21will do19:45
brenster21https://pastebin.ubuntu.com/p/dcB3ByVJ4M/19:47
PuercoPopit 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:47
ioriabrenster21, different issue there19:48
tomreynbrenster21: 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:49
tomreynbrenster21: does     df -h /var/lib/apt/lists/partial/    suggest that this file system has run full?19:50
brenster21i got 84 percent used19:50
ioriabrenster21, you might need to rm  /var/lib/apt/lists/partial/*  and run sudo apt update19:52
* tomreyn concurs19:53
ioriabrenster21, sudo apt-get clean  too19:53
* uRock abstains19:54
tomreynbrenster21: does this help then?19:56
brenster21trying it now19:56
brenster21no such file or directory for var lib19:56
tomreynplease show the exact command you ran and the output that was returned19:57
brenster21sudo rm  /var/lib/apt/lists/partial/*19:57
brenster21rm: cannot remove '/var/lib/apt/lists/partial/*': No such file or directory19:57
tomreynmaybe you ran it twice?19:57
brenster21maybe, then i ran clean.19:58
tomreynbrenster21: now:   sudo apt update |& pastebinit19:59
tomreynthis should return a http address you can post here20:00
tomreynor an error message saying that pastebinit is not installed.20:00
brenster21probably the error message20:00
tomreynthen 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 </tmp/aptlog; rm /tmp/aptlog20:01
ioriabrenster21, if sudo does not work, use  'sudo -i' and then rm and update20:05
brenster21https://termbin.com/171a20:05
tomreyn"483 [packages to be] upgraded, 6 [packages to be] newly installed, 0 to remove and 0 not [needing to be] upgraded."20:06
tomreynyou're very much behind on updates20:07
brenster21damn20:07
tomreynbut you can solve this later20:07
tomreynbrenster21:   sudo apt-cache policy smartmontools 2>&1 | nc termbin.com 999920:07
tomreynactually no need for sudo there, but it also doesn't hurt20:08
brenster21ran20:09
tomreynand returned a http address?20:10
brenster21https://termbin.com/hgt020:10
tomreynhmm you have a mix of ubuntu xenial and debian jessie package sources there20:10
brenster21i do?20:10
tomreynsearch for "jessie" on https://termbin.com/171a20:10
brenster21what does jessie mean?20:11
tomreynbrenster21: sudo apt purge smartmontools && sudo apt install smartmontools=7.0-0ubuntu1~vircio~xenial~ppa1 && sudo apt-cache policy smartmontools 2>&1 | nc termbin.com 999920:11
tomreynthis is to replace your current smartmontools version by 7.020:12
tomreynbrenster21: "jessie" is the code name of a debian gnu/linux release. a different linux distribution.20:13
tomreyn!debian20:13
ubottuUbuntu 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:13
tomreynthere 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:14
brenster21i think there is a reason for it, just cant remember why20:15
brenster21might have eben for sonarr/radarr/ombi/ rutorrent or something20:15
* brenster21 shrugs20:15
tomreyndid you finish upgrading smartmontools, yet?20:16
brenster21no20:16
brenster215020:16
tomreyni assume %? ok, type tomreyn when you're done.20:18
brenster21tomreyn https://termbin.com/uv9g20:18
tomreynbrenster21: 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:19
tomreyn(and type my name again here)20:20
brenster21now to find the target20:20
tomreynis this a question?20:21
brenster21tomreyn unable to detect device type20:23
brenster21no20:23
tomreynbrenster21: that's certainly not the full output20:23
tomreynalso show the command you were running, please20:24
brenster21https://pastebin.ubuntu.com/p/BBwwKTDRgd/20:24
tomreynbrenster21: what does this return?   readlink -f /dev/disk/by-id/usb-WD_easystore_25FB_564A47524B355858-020:25
brenster21 this /dev/disk/by-id/usb-WD_easystore_25FB_564A47524B355858-020:26
tomreynhmm okay, i guess it works different on 16.04 than on 18.04 then.20:27
brenster21guess so20:27
tomreynbrenster21: what's the reason you want to check the health of this drive? did it behave unreliably lately?20:28
brenster21just 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 hiccups20:28
tomreynbrenster21: 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 again20:29
brenster21cant do that20:29
brenster21no physical access :(20:29
OerHekssmartmon depends on the controller in the usb device, AFAIK, not all all sane/transparant20:29
brenster21ah i did not know that20:29
tomreynthe usb bridge seems to be the issue, but it's also possible that its just underpowered and would work better on a different usb port20:30
tomreynare you able to write files to it and read them back?20:30
brenster21alright then, i will give that a try20:30
brenster21i believe so20:31
* brenster21 is honestly trying to put off sorting 7 tb worth of tv shows :P20:31
tomreynif you can transfer files fine in and out then it's probably realyl the usb bridge.20:31
tomreynnothing 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
brenster21alright then20:32
brenster21cant do that right now, thank you for your help today20:32
tomreynon many modern drives, removing drives from enclosures is not reversable.20:33
tomreynand some have proprietary connectors on the storage which you won't be able to fit on the sata bus20:33
tomreynyou're welcome20:34
brenster21bye20:35
brenster21:)20:35
OerHekshave fun!20:35
brenster21i will keep that in mind20:35
[rg]hello, where can I find the service file for emacs?21:09
OerHeksas user, ~/.config/systemd/user/emacs.service21:11
OerHekseasy to find with bing, google i do not know https://www.emacswiki.org/emacs/EmacsAsDaemon21:12
[rg]OerHeks: it says if installed normally it should be already on the system, it was on fedora21:13
[rg]just wodnering if it was in another package21:13
OerHeksfedora?21:15
vimarHi21:39
uRock!hi21:39
vimarhow You doing uRock ?21:40
uRock!hello21:41
uRockAlive.... What's up?21:41
jeremy31vimar: This chat is for Ubuntu support, do you have a support issue?21:42
saorI like beans21:43
uRockon tacos?21:44
Atomix26Hey, 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 alsamixer21:44
OerHeksalsamixer > F6 device21:45
Atomix26no, like21:45
Atomix26its not there in alsamixer21:45
Atomix26hold on, lemme make some screenshots21:45
OerHeksjust one of the F6 menu21:46
Atomix26https://i.imgur.com/eKYGDuD.png21:48
Atomix26apologies, what you want is in the very middle21:48
Atomix26ok something really super weird happened21:49
Atomix26long story short, my laptop decided to go into sleep mode because of power things21:50
Atomix26and when it came back on, I had audio mounted on my tv21:50
Atomix26like I already had HDMI audio selected in audio, but nothing was coming out21:50
Atomix26https://bugs.freedesktop.org/show_bug.cgi?id=7598521:53
Atomix26I think I've been having this bug21:53
ubottuFreedesktop bug 75985 in Driver/nouveau "[NVC1] HDMI audio device only visible after rescan" [Normal,New]21:53
Atomix26approximately21:54
Atomix26no21:55
Atomix26eh. I have a solution now, time to science it21:55
popschis 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_l22:06
sarnoldpopsch: 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:18
pragmaticenigmapopsch: 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 macro22:32
popschwhat I now did is that I assigned it the Hyper_L key and made Mod3 to be Hyper_L22:35
popschthis way I can at least bind some unique combos to it22:35
Evil-Bobhello 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:40
Evil-Bobthis 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:41
Sven_vBare there other efficient methods except inotify, to have a process that sleeps until a certain file is deleted?22:43
tomreynthe other option is checking whether it exists in regular intervals.22:44
Sven_vBthanks!22:44
GerowenI 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:44
Sven_vBtomreyn, oh wait, did you mean the "only" other option?22:45
tomreynSven_vB: the only other option besidesinotify that i personally know of.22:45
Sven_vBtomreyn, ok. :) then I'll stay around in case someone else knows another.22:45
pragmaticenigmaEvil-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
pragmaticenigmaThen use the variable with the more meaningful value to run your disable scripts22:48
Sven_vBmaybe 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:48
pragmaticenigmaSven_vB: Pipes are typically one way... the send, no recieve22:49
Sven_vBpragmaticenigma, 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
Sven_vBthe parent process keeps running after that btw22:50
Evil-Bobthanks. 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 Controller22:50
Sven_vBmaybe I should just spawn a netcat shell and observe /proc/sekf22:51
Sven_vB*/proc/self/fd22:51
Evil-Bobso 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:52
Evil-BobI should be able to have device1 and 2 right?22:53
Evil-Bobcould i use a wild card or something to get pull Wireless controler out of xinput --list?22:53
pragmaticenigmaEvil-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 enabling22:54
sarnoldSven_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:54
Evil-Bobthanks 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:55
Sven_vBsarnold, oh right I think with select() there's a difference between no data and close.22:57
Sven_vBsarnold, thanks!22:57
truexfan81on 19.04 if i create an xorg.conf.d directory in /etc/X11 will it use configs that i put in there?22:58
sarnoldSven_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:00
pragmaticenigmaEvil-Bob: Take a look at this: https://pastebin.com/56KwAHf4 NOTE!!! I have not tested or verified this code, use at your own risk23:01
OerHekstruexfan81, that is the idea, yes.23:03
Evil-Bobthanks a lot.23:05
Bashing-omtruexfan81: Think the docs now point to /usr/share/X11/xorg.conf.d/ .23:10
RyviusHas anyone else experienced that your Firefox theme gets disabled on every restart?23:10
Evil-Bobdamnit i keep getting almost there23:13
sarnoldBashing-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.html23:18
Moule_NoirWhats up everyone?23:19
tomreynalso on http://manpages.ubuntu.com/manpages/disco/man5/xorg.conf.5.html ( truexfan81 was asking about disco )23:19
Evil-Bobhello Moule_Noir!23:20
Moule_NoirYou use i3wm?23:20
Evil-BobI do not. i'm assuming that it's a windows manager?23:21
Moule_NoirI can't get burp suite to work with i3wm, but works if i sign in to Ubuntu23:21
Moule_Noiryeah a windows manager23:21
tomreyntruexfan81: be sure to call these files .conf, or they might be ignored23:21
Evil-Bobsorry bro not very helpful in that regard23:22
Moule_Noirno worries23:22
Evil-BobMoule_Noir, i've googled a bit, it should just work. whats wrong?23:26
Evil-Boball you need is java from what i've read23:29
truexfan81turns out my xorg.conf setup was correct, my issue was a gnome-settings problem, all is as good as it can be for now23:30
Bashing-omtruexfan81: :D23:31
truexfan81only thing i can do now that would improve the display stuff would be to spend $400 or so and switch from nvidia to amd23:32
pragmaticenigmatruexfan81: I had to sign out for a moment, would you mind repeating the issue you're experiencing?23:32
truexfan81issue i'm experiencing is the well known one when running nvidia and more than one display, having to choose between video tearing or video judder23:33
truexfan81pipeline off = video tearing, pipeline on= video judder23:34
truexfan81to me both are equally annoying23:34
pragmaticenigmatruexfan81: hmm, not familiar with that one...23:35
pragmaticenigma!pm | saor23:36
ubottusaor: 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
saorI didnt ask you a question related to this channel you weirdo23:36
pragmaticenigmasaor: I don't read or accept PMs...23:38
Evil-Bobit's not often you hear weirdo,  but now  i really want to know what was asked23:38
saorI literally just asked if he was the same person who uses that nick in another net23:38
saorlol23:38
Evil-Bobpragmaticenigma, by the way with your help i've fixed my issue.thank you23:38
pragmaticenigmayou're welcome Evil-Bob23:39
Evil-Bobi 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:40
pragmaticenigmaEvil-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't23:41
Evil-Bobsudo mow my lawn23:42
=== rax-Y is now known as rax-

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