[00:04] I have a python process that was running on a different session, it is still running and I would like the view the active log, is there a way to do this without having to stop/restart the process? === J_C is now known as J-C [00:30] How do we upgrade to Ubuntu 18.04.3 [00:32] texla: from what ? [00:37] 18.04.2 [00:38] Bashing-om, It is not available in update manager at the moment [00:39] Bashing-om, or software updater in lts catagory [00:41] @bashing-om thanks for the help earlier, now i have a new question lol. I have a python process that was running on a different session, it is still running and I would like the view the active log, is there a way to do this without having to stop/restart the process? I closed out the session by accident [00:50] How do we upgrade to Ubuntu 18.04.3 from 18.04.2 [00:50] just apt full-upgrade/dist-upgrade [00:51] cat /etc/issue [00:51] Ubuntu 18.04.3 LTS \n \l [00:52] or what happens when you hit the update button? [00:52] OerHeks, Invalid operation full-upgrade/dist-upgrade [00:59] chronofire: That is something to think about . what shows ' journalctl -f ' Where you (f)ollow what gets written to the log file ? [01:00] texla: Show us in a pastebin ' sudo apt update ; sudo apt upgrade ; sudo apt full-upgrade ' . [01:02] i actually had to stop the process because it did not appear to be working correctly [01:04] chronofire: Better luck next time :P [01:07] Bashing-om, https://pastebin.com/aj5NiZND [01:08] texla: Looking, [01:11] texla: Looks sane to me .. what shows ' lsb_release -a ' ? [01:14] Bashing-om, https://pastebin.com/982fi04z [01:16] texla: "Description: Ubuntu 18.04.3 LTS" you are setting pretty :P [01:18] Bashing-om, why no lab_release [01:19] ^lsb [01:19] Bashing-om, Thanks for the help [01:21] texla: Linux Standard Base -- from debian - means what it says, there are none present in the ubuntu install :) [01:25] texla: See: apt show lsb-core . === DetectiveTaco is now known as zombie_pigman === zbenjamin_ is now known as zbenjamin [01:35] I'm trying to read an H264 video stream in python but it seems there are NO libraries for this... wtf? - how am I supposed to decode H264 frames? [01:44] I wanted some clarification... systemd-networkd documentation says the default for KeepConfiguration is "dhcp-on-stop" which means "systemd-networkd will not drop addresses and routes on stopping the daemon." Does this mean it's safe to assume that network interfaces are still active when the poweroff command is issued? [01:44] My goal is to issue a shutdown command to a UPS over the network [01:45] NUT won't work, as I'm turning off outlet groups, not the whole UPS, and this requires custom SNMP OIDs [01:46] Why? Load shedding. Killing off a power hungry server so the firewall and WAP get more run time [02:48] is there anyone that can assist with livepatch? internal error and it's not patching, i've refreshed it but no luck [02:58] There's a command line tool that takes stdin and puts it in the GNOME clipboard, right? [02:58] can't remember the name [03:00] k_sze: xclip ? [03:03] it seems ffmpeg cannot decode h264... only mp4 === viv`d is now known as vivid [03:04] Bashing-om, got it, thanks. [03:05] had to add `-sel clip` arguments to it. [03:05] but I have no idea why that's not documented in the man page at all. [03:07] Or rather, the man page mentions XA_PRIMARY, etc without explaining what they are. [03:10] k_sze: Pat on the back for figuring it out :P === Flexman is now known as Guest76336 === zenguy is now known as coffeeguy === coffeeguy is now known as zenguy === jmcgnh_ is now known as jmcgnh === jmcgnh is now known as jmcgnh_ === jmcgnh_ is now known as jmcgnh [04:30] can anyone help me diagnose a multi-monitor issue im having? i'm using a usb-c dock with my laptop and the 2 hdmi monitors i have connected via the dock show up as a single monitor in Displays, and the monitors are mirrored === zombie_pigman is now known as DetectiveTaco [04:46] Could someone help me with my gpu drivers please? I have an RX 570 but Steam's system information says Video Card: [04:46] Driver: X.Org AMD RAVEN (DRM 3.27.0, 5.0.0-25-generic, LLVM 9.0.0) [05:01] hellow world! [05:39] Setting up vim (2:8.0.1453-1ubuntu1.1 Whoo hooo!!!! [05:39] sudo dpkg --remove --force-depends python3.6 libpython3.6-minimal ... thank you https://askubuntu.com/questions/1066823/how-can-i-remove-python-3-6-installed-from-deadsnakes-ppa-after-upgrade-to-ubunt [05:40] I had that PPA [05:50] Could someone help me with my gpu drivers please? I have an AMD RX 570 but Steam's system information instead says Video Card: [05:50] Driver: X.Org AMD RAVEN (DRM 3.27.0, 5.0.0-25-generic, LLVM 9.0.0) [05:50] and so, I don't think it's finding my graphics card [05:58] "docker.io" is the package to get Docker? [05:58] yes [05:59] Thank you. [06:08] Anyone here familiar with wp cli ? [06:10] is it ubuntu related freespirit-girl ? [06:11] well it is a command line tool [06:11] freespirit-girl: ask your question to the channel please, perhaps volunteers might know what to do [06:14] I am trying to check WordPress plugins 100% compatibility using wp-cli .. anyone have any ideas? [06:24] freespirit-girl, it think better to ask here #wordpress-cli [06:25] there is 4 people in that channel [06:26] Is it possible to prevent some specific threads of a process from being scheduled? [06:30] Sakara: "man nice" [06:33] Is there a nice value that will mean never be scheduled? [06:34] max is 19 and it mentions "east favorable to the process" which means it will still be scheduled is the machine isn't saturated [06:42] EriC^^: I think I can run a yes(1) per CPU then setting nice of 19 for my thread might actually do the trick. I will try that now thanks. [06:43] freespirit-girl, you could try the #ubuntu-offtopic channel but this is mainly for the Ubuntu OS [06:44] EriC^^: nope didn't work. even with a nice of 19 and a yes(1) piping to null for every CPU on my system the thread I want to test what happens when it doesnt do anything still runs [06:45] I'm honestly surprised I can't find a simple way to do this. [06:56] Is there a simple way to take a snapshot of my system before a software upgrade that may break my system? [07:11] Aavar: there is with zfs or btrfs [07:14] ducasse, Can i use LVM? I guess I have to reinstall before doing anything anyway... [07:14] Ext4 now. [07:15] Aavar: i think so, but i have no experience with that [07:16] ducasse, ok :) [07:16] I guess I'll have to just try to do the update and hope for the best :P [07:56] hello, All! Please answer to me. Is this possible to setup dns server which i must use when i connected to some vpn? I use native ubuntu 16.04 vpn client [07:58] hey, after switching(soft&update>>additional drivers) from nvidia drivers(390) to nouveau, all im getting is console, no gui...any suggesttion?u18.4 [08:14] is your card a 20xx or 16xx series card? [08:18] sonOfRa ye,sry...forgot to mention...its gt555m [08:18] hm, shouldn't be a problem then, no idea [08:45] I'm having a small issue. [08:45] I'm trying to update stuff, and now rpcbind is complaining that "Unit -.mount is masked". [08:45] I have literally no clue how to solve this. [08:46] No related or referred-to service unit seems to have any references to .mount. [08:46] Only actual references to non-systemd files are to a related service? to itself (rpcbind.socket), but that's it [08:48] ...apparently, closing gparted fixed it. [08:49] Hi. When I install ubuntu server and do apt upgrade for the first time - it asks whether I want to automatically (without prompts) restart dependent services upon upgrading some packages like libssl. How to later change that decision? Where is that decision stored? [08:56] pomeha: The answer is stored through debconf. You can modify it using debconf-set-selections, and you can get decisions stored using debconf-get-selections. You may have to install debconf-utils though. Pastebin the output of debconf-get-selections. [08:58] This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: debconf-i18n [10:17] hi there guys [10:17] could some one help me on a config of nextcloud please_ [10:17] x server no longer starts automatically after a reinstall(always have to manually execute startx)….systemctl get-default returns graphical.target. Any suggestions? [10:17] ? [10:19] ringonsp: nextcloud is so-so [10:19] right... [10:19] i-m tryibng to get help about that and other question [10:20] joint a domain [10:20] that too is getting me nuts... [10:20] don't ask to ask [10:20] you got problem -> post it [10:20] ok [10:21] so [10:21] i followed the most common steps to join a domain in ubuntu [10:22] but it keeps retrivieng the error that it cant reach the domain, and i can ping it [10:27] hi, I just upgraded from ubuntu 18.04 to Disco Dingo. After the upgrade i rebooted, and now I can't login. I put in my password i see it loading, i see the cursor on a black screen and then i'm back to login (login loop). Tried went on console and check for .xsessions-errors but the file isn't even there [10:34] ok, /var/log/syslog show a gnome crash with signal 6. Gjs:ERROR: ..... [10:35] this is the error https://www.gitmemory.com/issue/petres/gnome-shell-extension-extensions/17/485691333 [10:39] I looked at the error more closely, it was an extension causing the crash, fixed it with gnome-shell-extension-tool -d extensions@abteil.org [10:40] i'm really really really disgusted by the fact that an extension is not automatically disabled after a crash and that put an user into a login loop instead [10:40] I know my way around but most user wouldn't... this is not acceptable [10:44] Hallo. Is there an ETA for the kernel 5.0.0. without the mdadm rebuild bug? [10:59] Hi folks [11:14] hello! [11:17] if there's a package on a repository, how do I download it with wget? [11:18] zzarr: why would you want to? [11:19] zzarr: if you have apt at hand on the box, use the --download-only parameter instead [11:19] if you don't: yes, you can, you just need to figure out the Url, which might depend on whether the package is for a specific architecture etc. [11:19] true, but I don't have a ubuntu disco armhf installation and I need the armhf version of glibc (2.29) for a raspberry pi (raspbian) [11:20] I wish to compose a url to the glibc package for disco from ports.ubuntu.com [11:24] I found it :) it's http://ports.ubuntu.com/pool/main/g/glibc/libc6_2.29-0ubuntu3_armhf.deb [11:29] zzarr, uh, you're going to install the disco glibc on raspbian? [11:30] there is no glibc 2.29 for raspbian and to compile it takes forever [11:32] why do you need 2.29? [11:32] a software project [11:33] aha [11:33] well, i doubt that glibc will work on raspbian [11:33] but i guess you're about to find out [11:33] I have decided to debootstrap a disco install [11:33] I have found out [11:34] zzarr, what pi model? [11:34] 3 [11:34] ok, good [11:35] debian version is buster, but no matter what version there's no newer glibc then 2.28 [11:35] ubuntu/debian armhf code cannot run at all on the 1 [11:35] indeed [11:38] how do I get the signature for ports.ubuntu.com? [11:39] (so I can use the repos) [11:41] I tried to run the line sudo debootstrap --arch=armhf disco /ubuntu https://ports.ubuntu.com/ [11:41] but I get this warning "W: Cannot check Release signature; keyring file not available /usr/share/keyrings/ubuntu-archive-keyring.gpg" [11:42] apt install ubuntu-archive-keyring? [11:43] or ubuntu-keyring [11:46] I thought that would not work on debian (raspbian)... but it did [11:46] zzarr, good :) [11:46] :) [11:46] thanks [12:03] Hey all, I cant seem to get QtCreator to display in spanish [12:04] Is there some package I'm missing? [12:24] Hey there, heads up that archive.canonical.com is down. [12:25] Elliria, do you mean archive.ubuntu.com ? [12:26] Nope. It's archive.canonical.com that's down. You can't run sudo apt-get update right now because it hangs at it. I then went to downforeveryoneorjustme.com and checked and it's not me - it's down. === dANdARE is now known as DanDare [12:27] 0% [Connecting to archive.canonical.com (91.189.92.191)] [12:27] Elliria, i get Hit:7 http://archive.canonical.com/ubuntu eoan InRelease [12:28] Are you able to complete a sudo apt-get update on your machine? [12:28] Ah, it's working now. Yay. Thanks. [12:28] I'm waiting to find out (slow internet down under) [12:29] It's all better now. It was down earlier. [12:30] (finally I'm at full-upgrade step.. _) [13:00] Hi all [13:00] hello [13:01] How I do switch applications, but without select a group and after go to one app that group. I would like many applications select liek as in the past. [13:01] I'm using ubntu 18.4 [13:01] example: I have many chrome, so on ALT+TAB show just one chrome. [13:02] plm: https://askubuntu.com/questions/1036248/how-to-separate-opened-windows-in-alttab-switcher-in-ubuntu-18-04 [13:02] after I switch do that crhoome ghroup, show me all, but I would like slways all [13:02] EriC^^: thanks [13:02] plm: no problem [13:06] Is there a way to monitor if a kernel module stops working? My puzzle is this, I have a asus c202sa that is running ubuntu. the touchpad stops working at times and only solutions to fix it are to reboot, or to modprobe -r and then add it again. I have built other scripts for servers that would check to see if something is running and if it is do nothing else start it. but not sure this is possible with kernel modules [13:08] EriC^^: more one think, I have more window, how I add. I have just 3 [13:08] EriC^^: that windows that we change with CTRL + ALT + keys (-> <-, etc) [13:11] maszlo: did you check "dmesg" for any errors about the module? [13:11] plm: i'm not sure what you mean [13:12] ctrl+alt+ doesnt do anything for me [13:12] EriC^^: that all virtual window that you change with CTRL + ALT + (-> <-, etc) [13:12] EriC^^: that is where I first looked.. oddly I didn't see anything. I was wondering if there was some command that would test a modules status or something like that to write into the script [13:12] EriC^^: no number, [13:13] I do not have the device with me at the moment. [13:13] EriC^^: that key below of 'End' key [13:15] EriC^^: ohh, I see here that it expand automatically, but just for down, not for right [13:17] plm: oh ok, the arrow keys [13:17] EriC^^: yes, the workspaces [13:17] EriC^^: I would like do add for the right too [13:21] maszlo: if you just wanted the status if it's loaded you could check with lsmod i guess, not sure about any real time info or output kinda stuff about it though === Flexman is now known as Guest55658 [13:23] EriC^^: yea I looked at that but not sure that will help since it would technically be loaded. or else the modprobe -r command would just yell at you :) [13:33] does anyone know how to set the terminal in ubuntu 18.04 to not go to current working directory when opening a new tab? i want all new tabs to open in my home directory [13:41] Does the Ubuntu installer allow for disk encryption? [13:42] LambdaComplex: yes, Ubuntu will offer one of two options... you can encrypt the entire disk, or you can encrypt only the user's home directory, or both [13:42] sorry, that was three [14:02] wgwz1: you could modify your ~/.bashrc i guess to do that [14:04] ( add PWD=$HOME ) to the bottom of it [14:08] wgwz1: actually if you edit your profile for the terminal, there's a "run command instead of shell" you can put "bash -i" there and it would give you a login shell with your home dir set === Napsterbater is now known as Guest93798 === Napsterbater_ is now known as Napsterbater [14:15] thanks EriC^^ i'll give that a try [14:34] Is Xenial the latest LTS? [14:39] What's the generally-recommended VM software to use on Ubuntu? I'm used to VirtualBox but people have told me it's not so good. [14:40] !kvm | jfcaron [14:40] jfcaron: kvm is the preferred virtualization approach in Ubuntu. For more information see https://help.ubuntu.com/community/KVM [14:42] Thank you. [14:43] ok [14:43] Oh, I'm looking to run a virtual GUI desktop on an Ubuntu desktop, so that page recommends VirtualBox anyways. [14:44] ^_^ [14:56] I have a modem with broken PPPoE. It has option "forward external IP over DHCP," so I use this. It allow 1 client to get external IP. Great, this did work, and works on Windows. But now on Ubuntu with netplan, I get assigned a 192.168.1.x address and not the external. On Windows this happens also, but after a few seconds it changes to the external IP by itself. [14:57] I am using netplan [14:57] basically I just set enp30s0 to ipv4 and dhcp [15:02] hi! I'm a bit worried about the temperatures smartd reports in syslog: "smartd[962]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 187 to 181" smartctl --all reports "181" in the VALUE and WORST columns as "33 (Min/Max 11/51)" in the RAW column, and english Wikipedia says the lower byte is the actual temperature, but then I wonder, what's the VALUE and why would smartd report that instead of RAW? [15:03] there's also a wide variety of VALUEs accross some machines I queried: http://paste.debian.net/plainh/8397babd [15:03] what should i click if i want timezone UTC+0 ? https://i.imgur.com/7GD7aFT.png [15:04] hans_, try to scroll down with arrow keys, there should be UTC somewhere [15:04] hm, does EXT4 really limits file names to 255 bytes? :( Even NTFS allows 255 characters and iirc there is an option to increase it [15:04] I have some files in google drive with non-English names that exceed this limit (mostly screenshots with the active window name) [15:04] nope, the only alternatives are "Newfoundland", "Atlantic", "Eastern", "Central", "East Saskatchewan", "Saskatchewan", "Mountain", Pacific" and "" [15:05] Sven_vB, ^ [15:05] i don't get more options if i scroll down [15:05] this is the 18.04 network installer, btw [15:05] hans_, I'd try central, and hope there will still be a Back button if it's not in there. ;) [15:05] you can probably change it later anyways [15:06] when i said Central, it went all the way to "partition disks" [15:06] dunno what Central means but yeah can probably change it latert [15:07] AlexP11223: Seems like it does. I always figured there was no limit. But, file name is 255, path size is 4096. [15:07] These are kind of small [15:07] AlexP11223, dunno, I'd just rename them anyway. or you could create a virtual disk, i.e. a file with a(nother) filesystem in it. [15:08] AlexP11223: Consider this, though https://en.wikipedia.org/wiki/Comparison_of_file_systems#Limits [15:08] hans_, the installer may have limited your options based on the country you chose. (I assume you did, and picked USA). [15:08] I guess way you deal in Linux is same as Windows. Create soft loopback mount point. [15:09] So /mnt/long/path/.../over/4096 -> /mnt/long [15:09] Sven_vB, actually i chose physical location "Canada" because the server is physically located in Canada, and i chose en_US.UTF-8 keyboard layout, for what that's worth [15:11] AlexP11223: Only 3 filesystem type allow >255, and of those only UniFS is one I aware of [15:13] yeah my issue is with the file name itself, not path. 255 bytes can be much less than 255 characters if the name is not in English, e.g. 255/2 for Russian [15:23] true, I think Thai is the worst [15:23] workaround I guess is don't do that [15:26] ok.. could someone explain this. Every time i start fresh on my install. I install windows, and then ubuntu. Every time i install ubuntu. Windows is no longer functional. at all [15:27] subcool, BIOS or EFI? What Windows version, Ubuntu version, and Ubuntu install method? [15:28] lordcirth, bios - i dont have much luck with efi. Windows 7 - ubuntu 18.04 - ubuntu graphical install [15:28] subcool, and what partitioning option do you choose in the installer? [15:28] just down, i heard the Chime of windows starting- but the graphics were jacked. [15:29] Oh, I thought you meant it just didn't boot [15:29] lordcirth, ? what do you mean? [15:29] lordcirth, sometimes - it doesnt even boot. [15:29] subcool, so Windows does boot, but the graphics are broken? Are you sure this doesn't also happen if you *don't* install Ubuntu, and just reboot? [15:29] i just re-imaged a usb to reinstall. [15:29] lordcirth, im sure. [15:30] That doesn't sound like any issue I've seen. [15:30] lordcirth, i stopped installing all the drivers to make windows work, because it pointless. i spend a couple hours and reboots making it operational. just for debian or ubuntu to kill it. (kinda, i still blame windows) [15:31] Hi. Since many things broke with python3.7 i wanted to remove it from Ubuntu 19.04, and install 3.6. So i ran "sudo apt-get remove python3.7". This uninstalled many things, and now when i open the terminal, it is all black (I had gnome-terminal, oh my zsh before). Any tips what to do? I ran "sudo apt-get install python3.7" to try and revert, to no avail [15:31] Ok, is there a successful way to fix grub if i install windows second? every time i do it. grub-fix erros about a package manager being open. [15:32] fromBeyond, yeah, don't uninstall critical system packages. Look in /var/log/apt/ for all the dependent packages that also got removed, and reinstall them. [15:32] subcool, you could boot the Boot Repair ISO [15:33] lordcirth: i did not know it was system critical. Big mistake on my part [15:33] fromBeyond, you said "This uninstalled many things". That's why apt shows you the list of packages and asks if you are sure. [15:33] is there a way to tell X to leave my notebook display's backlight off even though I point and type via VNC? [15:34] lordcirth, is there a iso where i dont need 4 usbs? 1 for windows, 1 for ubuntu, 1 for boot repair. i need a damn keychain] [15:35] subcool, don't use Windows? :P [15:35] lordcirth, yeah, i know- i usually dont. it for just in case. - like i have a ODB2 program for my BMW. and it REQUIRES windows. :/ [15:36] lordcirth: is there a way to "fix" this, without manually reintsalling everything? [15:36] * Sven_vB tried to use xrandr instead, but xrandr --display … --off makes VNC black out as well and his terminal emulator even crashes. [15:36] lordcirth: and thank you for the help [15:36] hi, I use netplan but it does not bring if up [15:36] would something like sudo apt-get install ubuntu-desktop work? === nemith_ is now known as nemith [15:36] fromBeyond, well, installing ubuntu-desktop will probably get most of it. [15:36] lordcirth, fromBeyond it doesnt. [15:37] @lordcirth, I have been looking for that for ever. multiboot-usb almost worked -- I dont think its maintained anymore, though [15:37] lordcirth, fromBeyond - there is a page one the web that give the full line of stuff you'd need. Using just that will piss it off. [15:37] fromBeyond, tbh, I'd probably just reinstall and save the trouble. But it should be fixable. [15:38] subcool: which page, if you know [15:39] Could someone help me with my gpu drivers please? I have an AMD RX 570 but Steam's system information instead says Video Card: [15:39] Driver: X.Org AMD RAVEN (DRM 3.27.0, 5.0.0-25-generic, LLVM 9.0.0) [15:39] fromBeyond, sorry, i dont. i run across it occasionally when i want to install a desktop without doing a full install. but - usually if i do it wrong, it screws everything up and i start from scratch. [15:39] bug_sniper, what Ubuntu version? Did you install any drivers, ad if so, how? [15:40] wow, looks like it wasn't my terminal emulator that crashed, but instead it was the GNU screen inside. then my terminal emulator closed normally. usually I use screen to make stuff survive terminal disconnects. such fail. :-( [15:41] indeed, if just the TE had crashed, my remote SSH session would have survived. [15:44] lordcirth: i am now manually reinstalling all removed packages [15:44] will report if it works [15:49] lordcirth: seems to be working [15:49] thank you [15:49] I did it using --- awk '!/^Start|^Commandl|^End|^Upgrade:|^Error:/ { gsub( /\([^()]*\)/ ,"" );gsub(/ ,/," ");sub(/^Install:/,""); print}' /var/log/apt/history.log --- [15:50] How I add the datetime on the top side of my ubuntu? [15:51] bug_sniper: are you running SteamOS or the steam client? [15:55] ok, odd one. Maybe its my USB, maybe its the hardware of the computer. Every time i try to install debian or ubuntu to my computer, it fails at installing the software. [15:56] ive reimaged the USB a few times. [15:58] I'm running ubuntu [15:58] bug_sniper: then it should just be a straight forward install of the driver, have you tried googling it? there is a lot of Ubuntu and linux related posts on how to do this [15:58] the LTS version I downloaded 1 week ago [16:00] I tried the proprietary driver and got the error "Failed to connect to lvmetag" error at every boot and it failed to boot [16:01] subcool: how does it specifically fail? [16:01] let me see if I can post a picture [16:01] plm: its normally there by default. what version you running? [16:01] dStruct, failed to install packages. doesnt really give a real error. [16:01] subcool: interesting, is it a really old system, or do you maybe have something hardware related going on? [16:02] dStruct, not really. new ram. new HDD. [16:02] https://drive.google.com/open?id=1-DkDePyPwnUZGAmdFMffWqFi6upAclqA [16:02] cant say much for the system itself. - it installs windows without a problem [16:02] subcool: did you checksum the USB image before you wrote it to the USB, maybe it's a bad stick or bad download? [16:03] dStruct, nah. i didnt. im trying a new USB now. i thought it might be the USb's too. [16:03] just getting a second opinion while they format [16:04] then after reinstalling ubuntu, I followed the guide at https://askubuntu.com/questions/1094443/ubuntu-18-04-1-lts-r9-390x-amdgpu-guide-testing-summary and nothing appears to have happened [16:05] I mean, it shows the mesa drivers, but I don't have 4Gb of video memory and graphics aren't any better and I still don't have 8GB of ram [16:06] subcool: you know that part under the download page that says verify your download? If you're writing the USB image from a linux machine use that command, or if on windows you can download something like sha256.exe to make sure it's valid [16:07] k [16:07] Hello. I am on 18.04 LTS. I wonder if you have firefox developer edition in ubunt? [16:09] !info firefox-dev [16:09] firefox-dev (source: firefox): Safe and easy web browser from Mozilla - development files. In component main, is extra. Version 68.0.2+build1-0ubuntu0.18.04.1 (bionic), package size 14 kB, installed size 235 kB [16:09] No, that's just the dev packages in ubuntu [16:09] mozilla.org/en-US/firefox/developer/ this guy [16:09] Firefox for web developers [16:09] dStruct, lordcirth, need any more info? [16:10] mandude: I'm not sure if there's an Apt package somewhere already for firefox dev edition, but I've used it on Ubuntu just by installing it from the website if that helps [16:10] mandude: I don't do much web dev any more though, but I used to have a company back in the day [16:10] Ok thanks [16:10] mandude: Ubuntu does not provide the Developer Edition of Firefox in it's default software repositories. You can add the PPA, however, support is limited for PPA installed software here. Issues with PPAs must be directed at the maintainer [16:10] I work at Initech [16:10] I make finance software. [16:10] [16:11] ok thanks [16:11] I will download it and make it installed myself [16:11] put it in a shortcut in /usr/local/bin/firefox-dev [16:11] bug_sniper, when you say "I tried the proprietary driver", how did you install that? [16:11] mandude: Please don't, use the PPA as it will create far less issues for you in the long run: https://launchpad.net/~ubuntu-mozilla-daily/+archive/ubuntu/firefox-aurora [16:12] Oh ok [16:12] bug_sniper: well if you just want to install the AMD drivers, I would recommend going to the AMD website, and downloading/installing their package. Unfortunately that is 3rd party software so it cannot really be supported here [16:12] sure [16:13] mandude: This is a really well written article that can help you with the whole process. It offers the different installation methods and what the author needed to do to get things up and running on their system: https://askubuntu.com/a/548005 [16:13] Thanks [16:13] Oh yeah no I don't use ubuntu [16:13] Well I do but I don't. [16:13] #fired [16:13] by reinstall ubuntu, I mean a fresh restart. I'm trying both proprietary and mesa drivers [16:13] So that's not helpful to me. Thanks though [16:13] I am on 18.04 but I did a minimal netinsta and built my Xmonad minimal desktop from scratch [16:14] I don't use any gui stuff really. [16:14] lordcirth, I downloaded the tar from amd's website and ran "sudo amdgpu-pro-install" [16:15] bug_sniper, that's generally not a good idea [16:15] bug_sniper, try 'ubuntu-drivers autoinstall' [16:15] bobjunga: ubuntu 18.4 [16:15] bobjunga: the datetime do not show here [16:17] lordcirth, No drivers found for installation. [16:19] !details | plm [16:19] plm: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [16:20] bug_sniper: what graphics card are you specifically running? [16:22] I'm using the RX 570 === Gilfoyle- is now known as aleoh- [16:33] I have installed ubuntu desktop 18.4. On teh center of de top show the day of week and hour. How I configure that to show the month day for example? [16:38] I'll deal with this more later. Thanks for trying to help. [16:39] bug_sniper: for later, have you seen this? https://help.ubuntu.com/community/AMDGPU-Driver [16:39] plm: This should help: https://askubuntu.com/a/968955 [16:43] Hi :) [16:43] What's a good IRC client for ubuntu please? [16:45] plm: also Installing and running "gnome-tweaks" gives you some control on how the date and time are displayed in its "top bar" section [16:45] e|f, HexChat (GUI) [16:45] is HexChat similar to Xchat (that's what i'm using right now)? [16:45] yes it is [16:45] ok [16:46] try it [16:46] HexChat is better than Xchat? [16:47] also I'm trying to do a bit of scripting for Xchat (I know a bit of Perl) but can't seem to get scripts to work when doing "use Xchat" [16:48] e|f: Xchat is no longer in active development. Hexchat was a fork to offer a compiled version without charging a price [16:49] fl-int: just installed hexchat. can it auto register your nick when you connect? I did not see a config for that [16:50] pragmaticenigma: ok [16:50] brb [16:51] bobjunga: In the Network dialog, select the IRC service ,then click edit button [16:54] ok, i'm back and am on HexChat [16:54] i wanted a GUI-based IRC client for ubuntu. Are there any others worth considering aside from Xchat and Hexchat? [16:55] pragmaticenigma: got it, thanks. [16:57] e|f: Hexchat is the most widely supported and used. If you want to seek recommendations, it would be better to ask in #ubuntu-offtopic. This channel focuses more on support of the applications you have already installed (provided through official Ubuntu software channels) on your machine. [16:59] ok [17:01] Hey. I am trying to configure an OpenVPN in ubuntu (as a client) [17:01] I have my ovpn file, and I can use it running sudo openvpn --config file.ovpn [17:02] and it works, so far so good. But I want to import that file so it can be toggled in the network menu at the top of the screen [17:02] (where the wifi appears and all) [17:03] So if I go to the network settings, I cannot import from file because "Error: the plugin does not support import capabilities" [17:04] woenx: "sudo apt install network-manager-openvpn network-manager-openvpn-gnome" [17:04] So instead, i run "sudo nmcli connection import type openvpn file file.ovpn", to make it appear in the network menu. [17:04] and it appears, it connects to the network... but not with the same settings [17:05] particularly, it is ignoring the option: "redirect-gateway def1 block-local", where the remote network has priority over the local one in case of conflicting subnets [17:05] (again, running it as sudo openvpn --config file.ovpn works) [17:07] any ideas? [17:08] nevermind, I think I found it: https://ubuntuforums.org/showthread.php?t=1668165 [17:11] nop, it's not that [17:16] the routing table is quite different depending on which option you use... === Simon_NL is now known as SimonNl === SimonNl is now known as SimonNL [18:52] hi [19:35] hey [19:36] does any of u know kdocker for docking random appz? [19:44] n8w: I think I have, didn't like it, or didn't need it [19:47] bprompt: i just "docked" by accident one of my plasma panels and cant find a way to "undock it":)))...it is just gone [19:49] you can always just restart kwin [19:51] bprompt: ye well thats right...thx [21:36] Hi. Can anyone help explain to me some issues I have with microk8s networking? I fail to see why nodePort does not work, but containerPort does on the cbr0 interface. [21:42] What would you recommend for a VNC client for ubuntu [21:44] Sorry I meant server [21:44] I wanna connect to ubuntu from MacOS [22:10] vnc as in remotedesktop? [22:11] btw i have problems with a dell s2240t touchscreen [22:12] around the middle of the screen my touches are offset in the x coordinate [22:32] I get no HDMI audio option even when the HDMI cable is plugged in. I get a picture through HDMI but no audio signal and no option to select HDMI audio output. === Flexman is now known as Guest65408