/srv/irclogs.ubuntu.com/2019/08/21/#ubuntu.txt

chronofireI 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?00:04
=== J_C is now known as J-C
texlaHow do we upgrade to Ubuntu 18.04.300:30
Bashing-omtexla: from what ?00:32
texla18.04.200:37
texlaBashing-om, It is not available in update manager at the moment00:38
texlaBashing-om, or software updater in lts catagory00:39
chronofire@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 accident00:41
texlaHow do we upgrade to Ubuntu 18.04.3 from 18.04.200:50
OerHeksjust apt full-upgrade/dist-upgrade00:50
OerHekscat /etc/issue00:51
OerHeksUbuntu 18.04.3 LTS \n \l00:51
OerHeksor what happens when you hit the update button?00:52
texlaOerHeks,  Invalid operation full-upgrade/dist-upgrade00:52
Bashing-omchronofire: That is something to think about . what shows ' journalctl -f ' Where you (f)ollow what gets written to the log file ?00:59
Bashing-omtexla: Show us in a pastebin ' sudo apt update ; sudo apt upgrade ; sudo apt full-upgrade ' .01:00
chronofirei actually had to stop the process because it did not appear to be working correctly01:02
Bashing-omchronofire: Better luck next time :P01:04
texlaBashing-om, https://pastebin.com/aj5NiZND01:07
Bashing-omtexla: Looking,01:08
Bashing-omtexla: Looks sane to me .. what shows ' lsb_release -a ' ?01:11
texlaBashing-om, https://pastebin.com/982fi04z01:14
Bashing-omtexla: "Description:    Ubuntu 18.04.3 LTS" you are setting pretty :P01:16
texlaBashing-om, why no lab_release01:18
texla^lsb01:19
texlaBashing-om, Thanks for the help01:19
Bashing-omtexla: Linux Standard Base -- from debian - means what it says, there are none present in the ubuntu install :)01:21
Bashing-omtexla: See: apt show lsb-core .01:25
=== DetectiveTaco is now known as zombie_pigman
=== zbenjamin_ is now known as zbenjamin
lucas_aiI'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:35
roothorickI 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
roothorickMy goal is to issue a shutdown command to a UPS over the network01:44
roothorickNUT won't work, as I'm turning off outlet groups, not the whole UPS, and this requires custom SNMP OIDs01:45
roothorickWhy? Load shedding. Killing off a power hungry server so the firewall and WAP get more run time01:46
matydis there anyone that can assist with livepatch? internal error and it's not patching, i've refreshed it but no luck02:48
k_szeThere's a command line tool that takes stdin and puts it in the GNOME clipboard, right?02:58
k_szecan't remember the name02:58
Bashing-omk_sze: xclip ?03:00
lucas_aiit seems ffmpeg cannot decode h264... only mp403:03
=== viv`d is now known as vivid
k_szeBashing-om, got it, thanks.03:04
k_szehad to add `-sel clip` arguments to it.03:05
k_szebut I have no idea why that's not documented in the man page at all.03:05
k_szeOr rather, the man page mentions XA_PRIMARY, etc without explaining what they are.03:07
Bashing-omk_sze: Pat on the back for figuring it out :P03:10
=== 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
canadajcan 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 mirrored04:30
=== zombie_pigman is now known as DetectiveTaco
bug_sniperCould someone help me with my gpu drivers please? I have an RX 570 but Steam's system information says Video Card:04:46
bug_sniper    Driver:  X.Org AMD RAVEN (DRM 3.27.0, 5.0.0-25-generic, LLVM 9.0.0)04:46
gvsa123_hellow world!05:01
CarlFKSetting up vim (2:8.0.1453-1ubuntu1.1  Whoo hooo!!!!05:39
CarlFKsudo 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-ubunt05:39
CarlFKI had that PPA05:40
bug_sniperCould 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
bug_sniperDriver:  X.Org AMD RAVEN (DRM 3.27.0, 5.0.0-25-generic, LLVM 9.0.0)05:50
bug_sniperand so, I don't think it's finding my graphics card05:50
CrtxReavr"docker.io" is the package to get Docker?05:58
geirhayes05:58
CrtxReavrThank you.05:59
freespirit-girlAnyone here familiar with wp cli ?06:08
lotuspsychjeis it ubuntu related freespirit-girl ?06:10
freespirit-girlwell it is a command line tool06:11
lotuspsychjefreespirit-girl: ask your question to the channel please, perhaps volunteers might know what to do06:11
freespirit-girlI am trying to check WordPress plugins 100% compatibility using wp-cli .. anyone have any ideas?06:14
MrCrackPotfreespirit-girl, it think better to ask here #wordpress-cli06:24
freespirit-girlthere is 4 people in that channel06:25
SakaraIs it possible to prevent some specific threads of a process from being scheduled?06:26
EriC^^Sakara: "man nice"06:30
SakaraIs there a nice value that will mean never be scheduled?06:33
Sakaramax is 19 and it mentions "east favorable to the process" which means it will still be scheduled is the machine isn't saturated06:34
SakaraEriC^^: 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:42
MrCrackPotfreespirit-girl, you could try the #ubuntu-offtopic channel but this is mainly for the Ubuntu OS06:43
SakaraEriC^^: 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 runs06:44
SakaraI'm honestly surprised I can't find a simple way to do this.06:45
AavarIs there a simple way to take a snapshot of my system before a software upgrade that may break my system?06:56
ducasseAavar: there is with zfs or btrfs07:11
Aavarducasse, Can i use LVM? I guess I have to reinstall before doing anything anyway...07:14
AavarExt4 now.07:14
ducasseAavar: i think so, but i have no experience with that07:15
Aavarducasse, ok :)07:16
AavarI guess I'll have to just try to do the update and hope for the best :P07:16
dimmhello, 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 client07:56
n8whey, after switching(soft&update>>additional drivers) from nvidia drivers(390) to nouveau, all im getting is console, no gui...any suggesttion?u18.407:58
sonOfRais your card a 20xx or 16xx series card?08:14
n8wsonOfRa ye,sry...forgot to mention...its gt555m08:18
sonOfRahm, shouldn't be a problem then, no idea08:18
CheetahPixieI'm having a small issue.08:45
CheetahPixieI'm trying to update stuff, and now rpcbind is complaining that "Unit -.mount is masked".08:45
CheetahPixieI have literally no clue how to solve this.08:45
CheetahPixieNo related or referred-to service unit seems to have any references to .mount.08:46
CheetahPixieOnly actual references to non-systemd files are to a related service? to itself (rpcbind.socket), but that's it08:46
CheetahPixie...apparently, closing gparted fixed it.08:48
pomehaHi. 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:49
EoflaOEpomeha: 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:56
pomehaThis may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: debconf-i18n08:58
ringonsphi there guys10:17
ringonspcould some one help me on a config of nextcloud please_10:17
n8wx server no longer starts automatically after a reinstall(always have to manually execute startx)….systemctl get-default returns graphical.target. Any suggestions?10:17
ringonsp?10:17
pomeharingonsp: nextcloud is so-so10:19
ringonspright...10:19
ringonspi-m tryibng to get help about that and other question10:19
ringonspjoint a domain10:20
ringonspthat too is getting me nuts...10:20
pomehadon't ask to ask10:20
pomehayou got problem -> post it10:20
ringonspok10:20
ringonspso10:21
ringonspi followed the most common steps to join a domain in ubuntu10:21
ringonspbut it keeps retrivieng the error that it cant reach the domain, and i can ping it10:22
mastrohi, 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 there10:27
mastrook, /var/log/syslog show a gnome crash with signal 6. Gjs:ERROR: .....10:34
mastrothis is the error https://www.gitmemory.com/issue/petres/gnome-shell-extension-extensions/17/48569133310:35
mastroI looked at the error more closely, it was an extension causing the crash, fixed it with gnome-shell-extension-tool -d extensions@abteil.org10:39
mastroi'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 instead10:40
mastroI know my way around but most user wouldn't... this is not acceptable10:40
huberpHallo. Is there an ETA for the kernel 5.0.0. without the mdadm rebuild bug?10:44
BluesKajHi folks10:59
zzarrhello!11:14
zzarrif there's a package on a repository, how do I download it with wget?11:17
Fuchszzarr: why would you want to?11:18
Fuchszzarr: if you have apt at hand on the box, use the --download-only  parameter instead11:19
Fuchsif 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
zzarrtrue, 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:19
zzarrI wish to compose a url to the glibc package for disco from ports.ubuntu.com11:20
zzarrI found it :) it's http://ports.ubuntu.com/pool/main/g/glibc/libc6_2.29-0ubuntu3_armhf.deb11:24
Habbiezzarr, uh, you're going to install the disco glibc on raspbian?11:29
zzarrthere is no glibc 2.29 for raspbian and to compile it takes forever11:30
Habbiewhy do you need 2.29?11:32
zzarra software project11:32
Habbieaha11:33
Habbiewell, i doubt that glibc will work on raspbian11:33
Habbiebut i guess you're about to find out11:33
zzarrI have decided to debootstrap a disco install11:33
zzarrI have found out11:33
Habbiezzarr, what pi model?11:34
zzarr311:34
Habbieok, good11:34
zzarrdebian version is buster, but no matter what version there's no newer glibc then 2.2811:35
Habbieubuntu/debian armhf code cannot run at all on the 111:35
Habbieindeed11:35
zzarrhow do I get the signature for ports.ubuntu.com?11:38
zzarr(so I can use the repos)11:39
zzarrI tried to run the line sudo debootstrap --arch=armhf disco /ubuntu https://ports.ubuntu.com/11:41
zzarrbut I get this warning "W: Cannot check Release signature; keyring file not available /usr/share/keyrings/ubuntu-archive-keyring.gpg"11:41
Habbieapt install ubuntu-archive-keyring?11:42
Habbieor ubuntu-keyring11:43
zzarrI thought that would not work on debian (raspbian)... but it did11:46
Habbiezzarr, good :)11:46
zzarr:)11:46
zzarrthanks11:46
ZeuZHey all, I cant seem to get QtCreator to display in spanish12:03
ZeuZIs there some package I'm missing?12:04
ElliriaHey there, heads up that archive.canonical.com is down.12:24
guivercElliria, do you mean archive.ubuntu.com ?12:25
ElliriaNope. 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.12:26
=== dANdARE is now known as DanDare
Elliria0% [Connecting to archive.canonical.com (91.189.92.191)]12:27
guivercElliria, i get Hit:7 http://archive.canonical.com/ubuntu eoan InRelease12:27
ElliriaAre you able to complete a sudo apt-get update on your machine?12:28
ElliriaAh, it's working now. Yay. Thanks.12:28
guivercI'm waiting to find out (slow internet down under)12:28
ElliriaIt's all better now. It was down earlier.12:29
guiverc(finally I'm at full-upgrade step.. _)12:30
plmHi all13:00
EriC^^hello13:00
plmHow 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
plmI'm using ubntu 18.413:01
plmexample: I have many chrome, so on ALT+TAB show just one chrome.13:01
EriC^^plm: https://askubuntu.com/questions/1036248/how-to-separate-opened-windows-in-alttab-switcher-in-ubuntu-18-0413:02
plmafter I  switch do that crhoome ghroup, show me all, but I would like slways all13:02
plmEriC^^: thanks13:02
EriC^^plm: no problem13:02
maszloIs 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 modules13:06
plmEriC^^: more one think, I have more window, how I add. I have just 313:08
plmEriC^^: that windows that we change with CTRL + ALT + keys (-> <-, etc)13:08
EriC^^maszlo: did you check "dmesg" for any errors about the module?13:11
EriC^^plm: i'm not sure what you mean13:11
EriC^^ctrl+alt+<number> doesnt do anything for me13:12
plmEriC^^: that all virtual window that you change with CTRL + ALT + (-> <-, etc)13:12
maszloEriC^^: 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 script13:12
plmEriC^^: no number,13:12
maszloI do not have the device with me at the moment.13:13
plmEriC^^: that key below of 'End' key13:13
plmEriC^^: ohh, I see here that it expand automatically, but just for down, not for right13:15
EriC^^plm: oh ok, the arrow keys13:17
plmEriC^^: yes, the workspaces13:17
plmEriC^^: I would like do add for the right too13:17
EriC^^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 though13:21
=== Flexman is now known as Guest55658
maszloEriC^^: 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:23
wgwz1does 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 directory13:33
LambdaComplexDoes the Ubuntu installer allow for disk encryption?13:41
pragmaticenigmaLambdaComplex: 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 both13:42
pragmaticenigmasorry, that was three13:42
EriC^^wgwz1: you could modify your ~/.bashrc i guess to do that14:02
EriC^^( add PWD=$HOME ) to the bottom of it14:04
EriC^^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 set14:08
=== Napsterbater is now known as Guest93798
=== Napsterbater_ is now known as Napsterbater
wgwz1thanks EriC^^ i'll give that a try14:15
rapidwaveIs Xenial the latest LTS?14:34
jfcaronWhat'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:39
ioria!kvm | jfcaron14:40
ubottujfcaron: kvm is the preferred virtualization approach in Ubuntu. For more information see https://help.ubuntu.com/community/KVM14:40
jfcaronThank you.14:42
ioriaok14:43
jfcaronOh, I'm looking to run a virtual GUI desktop on an Ubuntu desktop, so that page recommends VirtualBox anyways.14:43
jfcaron^_^14:44
bernyrdI 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:56
bernyrdI am using netplan14:57
bernyrdbasically I just set enp30s0 to ipv4 and dhcp14:57
Sven_vBhi! 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:02
Sven_vBthere's also a wide variety of VALUEs accross some machines I queried: http://paste.debian.net/plainh/8397babd15:03
hans_what should i click if i want timezone UTC+0 ? https://i.imgur.com/7GD7aFT.png15:03
Sven_vBhans_, try to scroll down with arrow keys, there should be UTC somewhere15:04
AlexP11223hm, does EXT4 really limits file names to 255 bytes? :( Even NTFS allows 255 characters and iirc there is an option to increase it15:04
AlexP11223I have some files in google drive with non-English names that exceed this limit (mostly screenshots with the active window name)15:04
hans_nope, the only alternatives are "Newfoundland", "Atlantic", "Eastern", "Central", "East Saskatchewan", "Saskatchewan", "Mountain", Pacific" and "<Go Back>"15:04
hans_Sven_vB, ^15:05
hans_i don't get more options if i scroll down15:05
hans_this is the 18.04 network installer, btw15:05
Sven_vBhans_, I'd try central, and hope there will still be a Back button if it's not in there. ;)15:05
Sven_vByou can probably change it later anyways15:05
hans_when i said Central, it went all the way to "partition disks"15:06
hans_dunno what Central means but yeah can probably change it latert15:06
bernyrdAlexP11223: Seems like it does. I always figured there was no limit. But, file name is 255, path size is 4096.15:07
bernyrdThese are kind of small15:07
Sven_vBAlexP11223, 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:07
bernyrdAlexP11223: Consider this, though https://en.wikipedia.org/wiki/Comparison_of_file_systems#Limits15:08
Sven_vBhans_, the installer may have limited your options based on the country you chose. (I assume you did, and picked USA).15:08
bernyrdI guess way you deal in Linux is same as Windows. Create soft loopback mount point.15:08
bernyrdSo /mnt/long/path/.../over/4096 -> /mnt/long15:09
hans_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 worth15:09
bernyrdAlexP11223: Only 3 filesystem type allow >255, and of those only UniFS is one I aware of15:11
AlexP11223yeah 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 Russian15:13
bernyrdtrue, I think Thai is the worst15:23
bernyrdworkaround I guess is don't do that15:23
subcoolok.. 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 all15:26
lordcirthsubcool, BIOS or EFI? What Windows version, Ubuntu version, and Ubuntu install method?15:27
subcoollordcirth, bios - i dont have much luck with efi. Windows 7 - ubuntu 18.04 - ubuntu graphical install15:28
lordcirthsubcool, and what partitioning option do you choose in the installer?15:28
subcooljust down, i heard the Chime of windows starting- but the graphics were jacked.15:28
lordcirthOh, I thought you meant it just didn't boot15:29
subcoollordcirth, ? what do you mean?15:29
subcoollordcirth, sometimes - it doesnt even boot.15:29
lordcirthsubcool, 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
subcooli just re-imaged a usb to reinstall.15:29
subcoollordcirth, im sure.15:29
lordcirthThat doesn't sound like any issue I've seen.15:30
subcoollordcirth, 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:30
fromBeyondHi. 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 avail15:31
subcoolOk, 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:31
lordcirthfromBeyond, 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
lordcirthsubcool, you could boot the Boot Repair ISO15:32
fromBeyondlordcirth: i did not know it was system critical. Big mistake on my part15:33
lordcirthfromBeyond, you said "This uninstalled many things". That's why apt shows you the list of packages and asks if you are sure.15:33
Sven_vBis there a way to tell X to leave my notebook display's backlight off even though I point and type via VNC?15:33
subcoollordcirth, 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:34
lordcirthsubcool, don't use Windows? :P15:35
subcoollordcirth, 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:35
fromBeyondlordcirth: 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
fromBeyondlordcirth: and thank you for the help15:36
bernyrdhi, I use netplan but it does not bring if up15:36
fromBeyondwould something like sudo apt-get install ubuntu-desktop work?15:36
=== nemith_ is now known as nemith
lordcirthfromBeyond, well, installing ubuntu-desktop will probably get most of it.15:36
subcoollordcirth, fromBeyond it doesnt.15:36
bobjunga@lordcirth, I have been looking for that for ever. multiboot-usb almost worked -- I dont think its maintained anymore, though15:37
subcoollordcirth, 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
lordcirthfromBeyond, tbh, I'd probably just reinstall and save the trouble. But it should be fixable.15:37
fromBeyondsubcool: which page, if you know15:38
bug_sniperCould 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
bug_sniperDriver:  X.Org AMD RAVEN (DRM 3.27.0, 5.0.0-25-generic, LLVM 9.0.0)15:39
subcoolfromBeyond, 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
lordcirthbug_sniper, what Ubuntu version? Did you install any drivers, ad if so, how?15:39
Sven_vBwow, 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:40
Sven_vBindeed, if just the TE had crashed, my remote SSH session would have survived.15:41
fromBeyondlordcirth: i am now manually reinstalling all removed packages15:44
fromBeyondwill report if it works15:44
fromBeyondlordcirth: seems to be working15:49
fromBeyondthank you15:49
fromBeyondI did it using --- awk '!/^Start|^Commandl|^End|^Upgrade:|^Error:/ { gsub( /\([^()]*\)/ ,"" );gsub(/ ,/," ");sub(/^Install:/,""); print}' /var/log/apt/history.log ---15:49
plmHow I add the datetime on the top side of my ubuntu?15:50
dStructbug_sniper: are you running SteamOS or the steam client?15:51
subcoolok, 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:55
subcoolive reimaged the USB a few times.15:56
bug_sniperI'm running ubuntu15:58
dStructbug_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 this15:58
bug_sniperthe LTS version I downloaded 1 week ago15:58
bug_sniperI tried the proprietary driver and got the error "Failed to connect to lvmetag" error at every boot and it failed to boot16:00
dStructsubcool: how does it specifically fail?16:01
bug_sniperlet me see if I can post a picture16:01
bobjungaplm: its normally there by default. what version you running?16:01
subcooldStruct, failed to install packages. doesnt really give a real error.16:01
dStructsubcool: interesting, is it a really old system, or do you maybe have something hardware related going on?16:01
subcooldStruct, not really. new ram. new HDD.16:02
bug_sniperhttps://drive.google.com/open?id=1-DkDePyPwnUZGAmdFMffWqFi6upAclqA16:02
subcoolcant say much for the system itself. - it installs windows without a problem16:02
dStructsubcool: did you checksum the USB image before you wrote it to the USB, maybe it's a bad stick or bad download?16:02
subcooldStruct, nah. i didnt. im trying a new USB now. i thought it might be the USb's too.16:03
subcooljust getting a second opinion while they format16:03
bug_sniperthen 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 happened16:04
bug_sniperI 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 ram16:05
dStructsubcool: 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 valid16:06
subcoolk16:07
mandudeHello. I am on 18.04 LTS. I wonder if you  have firefox developer edition in ubunt?16:07
ioria!info firefox-dev16:09
ubottufirefox-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 kB16:09
mandudeNo, that's just the dev packages in ubuntu16:09
mandudemozilla.org/en-US/firefox/developer/ this guy16:09
mandudeFirefox for web developers16:09
bug_sniperdStruct, lordcirth, need any more info?16:09
dStructmandude: 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 helps16:10
dStructmandude: I don't do much web dev any more though, but I used to have a company back in the day16:10
mandudeOk thanks16:10
pragmaticenigmamandude: 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 maintainer16:10
mandudeI work at Initech16:10
mandudeI make finance software.16:10
mandude</office space>16:10
mandudeok thanks16:11
mandudeI will download it and make it installed myself16:11
mandudeput it in a shortcut in /usr/local/bin/firefox-dev16:11
lordcirthbug_sniper, when you say "I tried the proprietary driver", how did you install that?16:11
pragmaticenigmamandude: 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-aurora16:11
mandudeOh ok16:12
dStructbug_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 here16:12
mandudesure16:12
pragmaticenigmamandude: 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/54800516:13
mandudeThanks16:13
mandudeOh yeah no I don't use ubuntu16:13
mandudeWell I do but I don't.16:13
dStruct#fired16:13
bug_sniperby reinstall ubuntu, I mean a fresh restart. I'm trying both proprietary and mesa drivers16:13
mandudeSo that's not helpful to me. Thanks though16:13
mandudeI am on 18.04 but I did a minimal netinsta and built my Xmonad minimal desktop from scratch16:13
mandudeI don't use any gui stuff really.16:14
bug_sniperlordcirth, I downloaded the tar from amd's website and ran "sudo amdgpu-pro-install"16:14
lordcirthbug_sniper, that's generally not a good idea16:15
lordcirthbug_sniper, try 'ubuntu-drivers autoinstall'16:15
plmbobjunga: ubuntu 18.416:15
plmbobjunga: the datetime do not show here16:15
bug_sniperlordcirth, No drivers found for installation.16:17
pragmaticenigma!details | plm16:19
ubottuplm: 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:19
pragmaticenigmabug_sniper: what graphics card are you specifically running?16:20
bug_sniperI'm using the RX 57016:22
=== Gilfoyle- is now known as aleoh-
plmI 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:33
bug_sniperI'll deal with this more later. Thanks for trying to help.16:38
pragmaticenigmabug_sniper: for later, have you seen this? https://help.ubuntu.com/community/AMDGPU-Driver16:39
pragmaticenigmaplm: This should help: https://askubuntu.com/a/96895516:39
e|fHi :)16:43
e|fWhat's a good IRC client for ubuntu please?16:43
bobjungaplm: also Installing and running  "gnome-tweaks" gives you some control on how the date and time are displayed in its "top bar" section16:45
fl-inte|f, HexChat (GUI)16:45
e|fis HexChat similar to Xchat (that's what i'm using right now)?16:45
fl-intyes it is16:45
e|fok16:45
fl-inttry it16:46
e|fHexChat is better than Xchat?16:46
e|falso 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:47
pragmaticenigmae|f: Xchat is no longer in active development. Hexchat was a fork to offer a compiled version without charging a price16:48
bobjungafl-int: just installed hexchat. can it auto register your nick when you connect? I did not see a config for that16:49
e|fpragmaticenigma: ok16:50
e|fbrb16:50
pragmaticenigmabobjunga: In the Network dialog, select the IRC service ,then click edit button16:51
e|fok, i'm back and am on HexChat16:54
e|fi wanted a GUI-based IRC client for ubuntu.  Are there any others worth considering aside from Xchat and Hexchat?16:54
bobjungapragmaticenigma: got it, thanks.16:55
pragmaticenigmae|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:57
e|fok16:59
woenxHey. I am trying to configure an OpenVPN in ubuntu (as a client)17:01
woenxI have my ovpn file, and I can use it running sudo openvpn --config file.ovpn17:01
woenxand 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 screen17:02
woenx(where the wifi appears and all)17:02
woenxSo if I go to the network settings, I cannot import from file because "Error: the plugin does not support import capabilities"17:03
pragmaticenigmawoenx: "sudo apt install network-manager-openvpn network-manager-openvpn-gnome"17:04
woenxSo instead, i run "sudo nmcli connection import type openvpn file file.ovpn", to make it appear in the network menu.17:04
woenxand it appears, it connects to the network... but not with the same settings17:04
woenxparticularly, it is ignoring the option: "redirect-gateway def1 block-local", where the remote network has priority over the local one in case of conflicting subnets17:05
woenx(again, running it as sudo openvpn --config file.ovpn works)17:05
woenxany ideas?17:07
woenxnevermind, I think I found it: https://ubuntuforums.org/showthread.php?t=166816517:08
woenxnop, it's not that17:11
woenxthe routing table is quite different depending on which option you use...17:16
=== Simon_NL is now known as SimonNl
=== SimonNl is now known as SimonNL
B|ack0phi18:52
n8whey19:35
n8wdoes any of u know kdocker for docking random appz?19:36
bpromptn8w:   I think I have, didn't like it, or didn't need it19:44
n8wbprompt: i just "docked" by accident one of my plasma panels and cant find a way to "undock it":)))...it is just gone19:47
bpromptyou can always just restart kwin19:49
n8wbprompt: ye well thats right...thx19:51
NeepuHi. 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:36
bray90820What would you recommend for a VNC client for ubuntu21:42
bray90820Sorry I meant server21:44
bray90820I wanna connect to ubuntu from MacOS21:44
Fuseteamvnc as in remotedesktop?22:10
Fuseteambtw i have problems with a dell s2240t touchscreen22:11
Fuseteamaround the middle of the screen my touches are offset in the x coordinate22:12
BlackDalekI 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.22:32
=== Flexman is now known as Guest65408

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