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

CrazyLikeAFoxOh blah, I broke that install, that's rather strange though00:11
CrazyLikeAFoxI removed a drive that would be mounted as /storage, and had no info of any consequence on it, and replaced it with another drive00:12
CrazyLikeAFoxGrub still works fine as expected, but the system will ony boot into a recovery shell now00:12
CrazyLikeAFoxI seem to recall older versions would just give me the option to skip mounting non-extant, but not needed for the os, drives/partitions instead of refusing to proceed00:13
rigel_I'm having some trouble printing to my HP DeskJet 2130 with the command `lpr -P DeskJet_2130 -o page-set=all <filename>` which exits with non-error code 0, but /var/log/cups_error_log has this line00:14
rigel_E: [Job id] Unable to send raster data to the driver00:15
CrazyLikeAFoxIs there an easy method to force it to ignore the missing drive?00:17
Bashing-omrigel_: Update the driver ? Is the printer on this list: http://ubuntuhandbook.org/index.php/2019/06/hplip-3-19-6-more-hp-printers-scanners-support/ ?00:17
rigel_Bashing-om: no, it's not00:19
rigel_HPLIP shows  HP Linux Imaging and Printing System (ver. 3.17.10)  and  HP Device Manager ver. 15.000:19
Bashing-omrigel_: Well, was a thought .. as then to the error. I am not qualified to give an opinion :(00:20
rigel_sucks. thanks for trying, Bashing-om :/00:20
Bashing-omrigel_: Await those here who do have that experience :)00:20
rigel_i'd like it noted that the printer works perfectly in conjunction with a windows 10 laptop00:34
fleabeardwill using dd to copy one hdd to another require me to partition/format that 2nd hard drive? Or will using dd to copy the image over wipe the drive for me?00:36
rigel_the second thing, fleabeard00:37
fleabeardthanks, rigel_00:37
rigel_dd writes directly over the raw stream of the disk, including it's partition tables and whatever there is00:38
rigel_but i think it also changes depending on whether you write to something like /dev/sdb (a device) or /dev/sdb1 (a partition)00:38
fleabeardgood to know!00:43
fleabeardso, how would I expand this dd image to fit the 2nd; larger hard drive once I dd it over?00:58
fleabeardthat's a bit word salad of me..01:04
=== gabkdlly_ is now known as gabkdlly
StupidLikeAFoxHow do I go about removing the drive mounted as /storage from my fstab so the sytem doesn't flip when I unplug it again?01:31
Bashing-omStupidLikeAFox: Works for me ' sudo umount /mnt/storage/ ' where the mount point is in the "/mnt" directory .01:38
=== zbenjamin_ is now known as zbenjamin
StupidLikeAFoxBashing-om: it's just as '/storage', but my problem is the sytem is looking for it at boot and not finding it01:39
StupidLikeAFoxFor some reason, I never received an option to skip the missing partition and it was refusing to do anything besides a recovery shell01:40
Bashing-omStupidLikeAFox: "at boot" suggests mounting is done in /etc/fstab . Paste the file and we have a look at how to manually UN-mount :)01:41
StupidLikeAFoxBashing-om: yeah, I setup the drive's mount point when installing xubuntu01:42
StupidLikeAFoxI just find it really odd it won't let me procede anyways- one of machines had that error for a long time after I purged windows from it01:42
Bashing-omStupidLikeAFox: Depends on what the kernel is looking for when the partition (file system) is non-existent.01:45
StupidLikeAFoxunmounted it, used gparted to figure out what /dev/ it was, got the uuid eee79c45-e59f-432c-9b07-38c2019f59ee01:47
fleabeardso I just cloned my 500gb hdd to my 1tb hdd. Any ideas how I can expand the remaining fs on that 1tb drive so it's usable space?01:48
StupidLikeAFoxnow to find that in my fstab..01:48
DUKENUKEMhas anyone ever used one of those AOC usb monitors?01:48
DUKENUKEMso frustrating, it works with xfce, but on awesomewm i cant figure out why it doesnt work. it shows up in xrandr and all that jazz01:48
DUKENUKEMwould anyone have any ideas off the top of their head to check regarding xfce doing everything for you vs awesome you do everything yourself that i may be forgetting?01:49
DUKENUKEMthe monitor comes on and mirrors fine, but setting it to a side of my actual screen shows a blank screen. can move my mouse to it, but the image is stuck as blank. i know this question is highly specific, just wondering if anyone had any ideas01:50
Bashing-omStupidLikeAFox: " cloned my 500gb " You are aware that a UUID is meant to be a Unique identifier, If both drives are mounted then the UUIDs are no longer unique, and the kernel is going to have serious issues :P01:52
StupidLikeAFoxBashing-om: I'm removing a drive from my system, and not trying to mount a different one where it was01:53
StupidLikeAFoxone last thing to clean up, the /storage folder being used as it's mount point is now ...pointless01:54
fleabeardBashing-om, I think that was meant for me? :) Here was my fdisk -l prior to using dd > https://pastebin.ubuntu.com/p/YBg9s28pWz/01:55
Bashing-omfleabeard: Yeah . looking :)01:56
fleabeardBashing-om, I used sudo dd if=/dev/sda1 of=/dev/sdb1 -and- sudo dd if=/dev/sda2 of=/dev/sdb2 respectively01:57
StupidLikeAFoxOhh, disregard01:57
StupidLikeAFoxI'm using two computers and some beer at once <.<01:57
fleabeardI've been partaking in the devil's lettuce myself, StupidLikeAFox ;)01:59
Bashing-omfleabeard: As of now the system partition on the 2nd hard drive is taking up all the available space "/dev/sdb2  1050624 1953523711 1952473088  931G". Waayyy too much space just for the OS. What is it that you have in mind ?02:02
fleabeardBashing-om, the sda 500gb is my plex media server02:03
fleabeardso it's nearly full of media02:03
fleabeardthis new 1tb drive (sdb) used to have another distro on it but I didn't care to lose it since I wanted the bigger drive for my media server02:04
fleabeardI was told to clone the 500gb with dd, then resize the image to fit the bigger drive, then re-install grub02:05
Bashing-omfleabeard: Presently then, I do not see an issue with sdb, Is it mountable as is ( with sda NOT connected ) ?02:15
mplsjokerI think I may have 'rm -rf' the wrong thing on accident cause now applications like steam wont connect to the internet. When I did sudo apt reinstall steam it returned this 'dpkg: error: unable to create new file '/var/lib/dpkg/info/format-new': No such file or directoryE: Sub-process /usr/bin/dpkg returned an error code (2)02:20
Bashing-ommplsjoker: ' ls -al /var/lib/dpkg/info/ ' has a positive output ?02:23
fleabeardchange of plans, I used gparted to wipe my 1tb drive and it's showing up in ubuntu as /dev/sdb1 and is formatted as ext4. Do I have to like, mount it or something in order to start transferring files to it?02:51
SwedeMikefleabeard: yes.02:51
fleabeardSwedeMike, thanks, I'll look into how to do that now :)02:52
SwedeMikefleabeard: ubuntu might automount it under /media though02:54
fleabeardit didn't, I managed to mount it though :)02:55
rigel_how do i fix `E: [Job id] Unable to send raster data to the driver` in /var/log/cups/error_log ?02:59
deltabrigel_: that's a somewhat vague message; you probably need more detail than that to fix it03:04
deltabanything else in the log about it?03:04
deltabif not, is there a config setting to increase the verbosity?03:05
=== CodeLyoko is now known as ZombieLyoko
deltabif that doesn't help, my tendency would be to attach strace and look for error codes03:06
=== [b0b] is now known as b0b
rigel_hang on, deltab03:09
rigel_https://paste.ubuntu.com/p/Rtn7BSdqx6/03:12
rigel_i connect with the backend through lp, and lp exits successfully, adding it to the print queue03:13
deltabnotice the line before03:14
deltab"prnt/backend/hp.c 824: ERROR: open device failed stat=12" etc.03:14
rigel_but scanning from the same device works03:14
deltabtry a search for that message03:22
rigel_deltab: i found a bug report on launchpad from 2011 that's still unassigned and marked in progress03:49
Karthahi05:37
Karthai am on windows currently05:37
Karthaif i install .iso file, how do I run it?05:40
Karthai don't have any storage devices05:40
SpookanDo you want to keep Windows?05:43
ryuoKartha: you don't actually install this ISO... it's intended to be booted. it needs to be burnt to optical media or written to an external USB drive.05:44
ryuoKartha: if none of those are options...05:45
=== morphis9464 is now known as morphis
Bashing-omKartha: Make up a DVD/USB: https://help.ubuntu.com/community/BurningIsoHowto - http://www.ubuntu.com/download/desktop/burn-a-dvd-on-window .05:45
KarthaSpookan It's genuine windows I can't afford to lose it05:47
Karthamy laptop does not have dvd drive05:48
Karthai do not have spare usb stick05:48
Karthaany application to boot iso on windows? not sure where to ask.05:48
ryuoKartha: then you're pretty much out of options. that's the standard options for reinstalling windows as well.05:48
ryuoanything else requires specialty devices like my iodd2531...05:49
SpookanKartha: Use a VM then..05:49
KarthaSpookan is ubuntu on vmware less featureful than if i do actual install?05:51
august_9000vm = virtual machine (a software computer). an operating system would operate as expected06:02
elias_aKartha: No it is not. Only the possible limitations of virtualization platform (eg vmware) may set limitations.06:02
blackflowKartha: and by that they mean you probably won't get equal gaming experience due to virtualized GPU hardware, but otherwise it's the same.06:03
=== panorain is now known as popgreen
=== popgreen is now known as panorain
Karthablackflow no games on ubuntu better than pc, but how much space i need give?06:08
Kartharam 1gb and storage 1 gb enough?06:08
elias_aNo, definately not. Is this a joke?06:11
elias_aDepends on what you do and whether you use dynamical virtual disk partition or not.06:12
=== jmcgnh_ is now known as jmcgnh
blackflowKartha: I wouldn't go below 20GB storage and 4GB RAM, but it depends on what you're gonna use it for.06:19
Karthablackflow I just want php, is 4gb ram enough?06:21
blackflowKartha: sure, and probably more than enough. But it being RAM, you can always adjust it later. For server edition and "just PHP", I'd start with 2GB and reconfigure for more later should it become needed.06:25
blackflowKartha: and this assumes you're installing the server edition. For desktop edition, no matter what you use, I'd still recommend at least 4G. Default GNOME installation tends to be memory hungry, especially if you start using desktop applications in it.06:26
Karthablackflow has anyone ever tried to strip ubuntu to its basic functions.06:28
Karthalike i imagine take all the gui out of windows, the remaining would be ms-dos bare bones06:28
OerHeksKartha, there is a minimal option in the installer06:28
KarthaOerHeks how big is that?06:28
OerHeks*desktop installer06:29
Karthais there any version in the 100mb range?06:29
OerHeksyou want the smallest server, i just read back .. no, kernel 2.6 was larger than that, 437 mb06:31
blackflowKartha: sure, I install Ubuntu only like that -- from debootstrap -- which is most minimal as it can get, the build up on it.06:31
Karthablackflow thank you for your understanding, I will try loading that into oracle vm virtualbox06:32
blackflowKartha: debootstrap? No, you'll need a running debian based distro ideally, to do that. debootstrap is a package you use for chroot based installations.06:33
blackflowjust use the regular installer. use server edition if you don't need the desktop.06:33
Karthawhich is the lightest distro?06:33
blackflowKartha: lightest in what way? Also note that lightest = fewest functions by default, which almost always translates to expert systems you need skills to set up and us.06:34
blackflow*use06:34
Karthalol, obviously least storage space and memory requirements06:35
Karthai would love to be expert06:35
Karthalol06:35
blackflowfrankly I don't know how small you can get with storage space for default installations these days, with disks in two-digit terabyte ranges these days I'm not paying attention. For Ubuntu you'll need at least 2GB for non-desktop edition, but I'd never go below 5G, if anything then due to default inode-to-size ratio for the default ext4 filesystem. That's storage. For RAM, start with 512MB for server06:38
blackflowedition and see if you'll need to up that number later. You can adjust RAM, but not storage space easily.06:38
cupcake90How can I install it in 2GB minimal install also asking atleast 8GB even vagrant boxes are 6GB or more06:42
blackflowcupcake90: what is asking at least 8G06:44
cupcake90kvm06:44
blackflowyou'll have to be more precise than that. kvm is a kernel module06:44
cupcake90No its default settings I think06:44
cupcake90Yeah I mean ubuntu minimal install on kvm asking for 8G on my system as default06:45
blackflowcupcake90: desktop edition?06:45
cupcake90blackflow: No its minimal no gui06:47
blackflowcupcake90: So the installer for the server edition is refusing to install on less than 8GB of disk space?06:48
cupcake90blackflow: No it is asking for the space, I mean never tried lower than that to be honest06:50
blackflowBasic debootstrap'd installations I do on the servers end up at ~1.6GB, so 2GB is like the hard lowest limit, but I wouldn't go below 5G anyway due to inode count.06:51
cupcake90blackflow: well thanks I will try 5G :)06:51
blackflowcupcake90: with qemu virtualization you can create dynamic disks and give it 10, 20GB if you want. the actual filesize will be only what's actually used by the guest.06:53
blackflowI'm pretty sure Virtualbox and VMWare can do the same, I just don't have that much experience with those.06:54
cupcake90blackflow: Yeah i use dynamic disks most of the time but sometimes need actual space allocation06:57
blackflowcupcake90: not sure what you mean. the guest has no idea the underlying disk image is dynamic. it sees only the storage space "promise" made creating the dynamic disk image.06:58
cupcake90ok06:59
elias_ablackflow: Virtualbox can handle dynamic disks.07:16
=== imsurit_ofc is now known as imsurit
=== imsurit_ofc is now known as imsurit
exportokay i'm officially back, no more reboots to do.07:49
exportthe pi has successfully updated, doing quite well07:52
=== dac73_ is now known as dac73
ace_mecreating a large zip file fail on server but works locally... any hint please ?08:35
TuorFree space left, filesystem (example fat has max 4GB file size)08:44
=== imsurit_ofc is now known as imsurit
=== imsurit_ofc is now known as imsurit
baakohi guys anyone know of any browser whicb VPN for ubuntu desktop?09:33
spinningCati supoosed there is off topic channel ubuntu-offtopic09:42
OrbstheoremHello ! I wonder why pdftk was never ported to bionic but is present in xenial and cosmic...09:49
=== Kartha3 is now known as Kartha
baakoUser::all(['first_name']); this returns has a json format e.g. {"first_name":"Mark"} i am just expecting Mark09:57
geirhaOrbstheorem: It was probably no longer maintained. I see the cosmic package is a java port, where the one in xenial was written in C09:57
OrbstheoremOh09:59
Orbstheoremvery well09:59
OrbstheoremSo I'd be okay if I backport the java package to bionic ?10:00
geirhaOrbstheorem: Hm, not quite. I see the latest sources, from 2013, is a mix of c++ and java. I'm guessing someone decided to port it to pure java, and maintain it too10:00
OrbstheoremSo I should get in contact with the cosmic maintainer ?10:01
=== imsurit_ofc is now known as imsurit
OrbstheoremIt's the same person ^^10:02
geirhaOrbstheorem: They have a ppa for older releases: https://gitlab.com/pdftk-java/pdftk10:02
acebrianjuanHi folks10:10
acebrianjuanWhere are the libraries installed in Ubuntu?10:11
acebrianjuanLike where are the libraries header files stored?10:12
acebrianjuanThank you10:12
acebrianjuanI found this: https://askubuntu.com/questions/17545/where-does-ubuntu-store-its-library-files10:15
=== Wryhder is now known as Lucas_Gray
ryoubahi!10:19
ryoubais there a way to have ubuntu offer a DHCP server on the ethernet port? i don't need connection sharing, just that another computer connected to the ethernet port can get an IP and i can see somewhere which one it got.10:19
tdm4hi - is it possible for keys in /etc/apt/trusted.gpg to have different "trust" levels? I have two 18.04 machines.. one constantly wants to import a repo key (host A), and the other doesn't (host B). If I copy Host B's /etc/apt/trusted.gpg to Host A.. problem goes away. How do I look at the trusted status of keys in that file? apt-key adv doesn't seem to let me do anything useful.10:36
tdm4apt-key list on both hosts shows the key to be in /etc/apt/trusted.gpg but no extra info beyond that10:38
=== imsurit_ofc is now known as imsurit
tdm4anyone know how I do a gpg --export-ownertrust on keys in /etc/apt/trusted.gpg ?11:18
willksmtdm4, apt-key list11:19
tdm4willksm: yeah the key's listed in /etc/apt/trusted.gpg11:20
tdm4but there's not really enough useful info11:20
willksmtdm4: what do you want to know?11:21
tdm4I wanted to run --export-ownertrust on the key11:21
tdm4so I could check the trust settings11:22
tdm4--check-sigs is identical on both machines11:22
=== imsurit_ofc is now known as imsurit
ace_mewhere should I find in logs whom or when a process was killed by something on the machine... I suspect php run by apache is killed after a certain amount of time11:43
BluesKajHey folks11:50
tdsace_me - for oom kills, dmesg11:59
ace_metds: what firewall should I look for under redhat ?12:07
ace_meI know on csf was something which killed user whatever if process took longer than xx seconds12:08
wasanzyI have upgraded a package that I think the version is not comptible with some of my apps. I want to revert to the old version but I forgot the previous version, how do I do that?12:26
ioriawasanzy, maybe if you tell us what's the pkg, the ubuntu version and how did you upgrade it, we might help12:30
wasanzyubuntu 18.08, nginx12:31
wasanzyI did apt-get install nginx12:31
ioriawasanzy, apt-cache policy nginx  | nc termbin.com 999912:31
wasanzyhttps://termbin.com/zxwn12:32
wasanzyI did this first  add-apt-repository ppa:nginx/stable12:33
ioriawasanzy, if yo uwant the repo version, you need to purge the ppa and install again from the official repository12:33
wasanzyI want to remove it12:34
wasanzyhow do I purge the ppa?12:34
ioria!info ppa-purge | wasanzy12:34
ubottuwasanzy: ppa-purge (source: ppa-purge): disables a PPA and reverts to official packages. In component universe, is optional. Version 0.2.8+bzr63 (bionic), package size 6 kB, installed size 24 kB12:34
ioriawasanzy, http://www.ubuntubuzz.com/2012/02/newbie-guide-how-to-use-ppa-purge.html12:35
wasanzyapt-add-repository --remove this works as well right?12:36
ioriawasanzy, probably12:37
ioriawasanzy, but remove the pkg, first12:38
wasanzyok12:38
wasanzyI hope that will not delete my configs12:38
wasanzyapt-get remove package12:38
pragmaticenigmawasanzy: It would be wise to back those up... no?12:39
wasanzyI did anyway12:39
=== Wryhder is now known as Lucas_Gray
wasanzythank you all. problem solved12:48
=== fginther is now known as fginther`
=== fginther` is now known as fginther
=== Exterminador- is now known as Exterminador
howudodatI have a question about network manager UIs.  I suspect I am running into an issue where different network managers are actually being used for my config, my config is simple 3 interfaces vnet0, vnet1 and en2  they are all part of vbridge1.  the gnome system tray only shows en02 with a ?.  Network settings doesn't show any of the interfaces.  nm-connection-manager shows the cards and an older bridge that I'm not using anymore, /netw13:17
howudodatork/interfaces shows everything as does brctl  (btw, is there a pastebin for images?)13:17
pragmaticenigma!paste | howudodat13:20
ubottuhowudodat: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.13:20
howudodathere's a screenshot that shows all the different managers looking at the interfaces: https://imgur.com/a/pctZZGH13:24
ice9whats the best ubuntu 18.04 repo for php71?13:37
tdm4Anyone know how to fix constantly dropping wifi on 18.04 + ath10k + QCA9377? (Kernel 4.15.0-54-generic)13:37
pragmaticenigmaice9: PPA's are not recommended. This channel focuses its support on only the official Ubuntu repositories that are installed from the ISO's provided from Canonical13:37
tdm4wifi drops between seconds & minutes at a time.. I guess ath10k driver is buggy as hell :(13:38
ice9pragmaticenigma, yeah but i need specific php version that's why13:38
lotuspsychjetdm4: did you test previous kernels yet?13:38
pragmaticenigma!latest | ice913:38
ubottuice9: 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.13:38
tdm4lotuspsychje: I'm not sure when/where it started breaking13:39
lotuspsychjetdm4: thats what you can try to find out, do some testing13:39
tdm4lotuspsychje: would help if I knew which kernel versions to try13:39
tdm4and when/if someone changed something in the driver13:39
lotuspsychjetdm4: if you are now on -54 just try a previous one as a test at grub13:40
pragmaticenigmaice9: If you're writting an application to target a version of PHP, you should consider development targeting a version that most people will have available. If you are trying to use an already built application, see if that project already exists in the Ubuntu repositories. Or contact the developer to find out if there is a version taht supports an earlier version of PHP13:40
tdm4lotuspsychje: only previous one I have is -5213:40
lotuspsychjetdm4: that would be a test already13:41
jwalphi , i have ubuntu server , and i mount other os , how can install it using the terminal ?13:42
tdm4lotuspsychje: well I can't test it now.. machine is currently remote :)13:44
lotuspsychjetdm4: its reccomended if you have issues with ubuntu, you have direct access to it, so volunteers can try to help you a better way13:45
tdm4lotuspsychje: linux-image-4.15.0-54-generic corresponds to which 4.15 release?13:46
tdm44.15.18 seems to be the latest 4.15 release13:47
tdm4(19th April 2018?)13:47
lotuspsychje!info linux-image-generic bionic13:48
ubottulinux-image-generic (source: linux-meta): Generic Linux kernel image. In component main, is optional. Version 4.15.0.54.56 (bionic), package size 2 kB, installed size 15 kB13:48
lotuspsychjecurrent^13:48
lotuspsychjetdm4: something else you could try, is to install the HWE kernel 4.18 and see if your wifi performs better there13:49
tdm4that's from bionic?13:50
tdm4or a later one?13:50
lotuspsychje!hwe | tdm413:50
ubottutdm4: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack13:50
lotuspsychjetdm4: if i was you, i would test systematic, first different 4.15 kernels to compare as tests13:50
lotuspsychjetdm4: investigate your dmesg etc13:51
tdm4thanks I'll give that a shot13:52
tdm4I'll try previous 4.15 kernels first13:52
tdm4then try 4.1813:52
tdm4thanks lotuspsychje :)13:52
howudodaton ubuntu 18.04, there appears to be at least 4 ways to create bridge interfaces: interfaces, nmcli, nm-connection-editor, systemd-networkd.  Is there a discussion of advantages of one over another?  There seem to be major UI incompatibilities (ie: brctl doesn't show what nm-connection-editor shows)14:23
howudodatis there a preferred way that integrates with gnome-shell including network status indicators?14:35
RealjuanIs it recommended to switch to 19.04 now? I just started, and thought the 18.04 would be better.14:37
RealjuanI just started with linux/ubuntu. Windows user here, and the easiest version14:38
lotuspsychjeRealjuan: the users choice between lts & non-lts14:38
Realjuanlotuspsychje I am just trying it out, so not exactly committed to long term relationship. 9months of 19.04 would be okay, if its better experience than 18.04.14:40
RealjuanI been having problem setting 2 displays in 18.04 and I was told to switch to 19.04 because it has more features. I was not expecting something so "normal" would give me this problems.14:41
lotuspsychjeRealjuan: better is kind of relative, lts is more stable, non-lts newer14:41
Vuurdraakhi everybody, i have an entry for a drive in my fstab that mounts it as accisible only for root, but ubuntu somehow auto mount it in a 2nd place as accible for everybody which is not what i want , i dont understand why its mounted a 2nd time under /media14:42
lotuspsychjeRealjuan: what kind of graphics card do you have?14:42
Realjuanintegrated i7-4710HQ or something like that. Its a lenovo y50-70 (the nvidia stop working a while ago)14:43
lotuspsychjeRealjuan: what do you mean stop working?14:43
RealjuanNever found the answer. Had to switch it off from BIOS, did all possible updates, re-installs of drivers, and after a few seconds of login into windows I would get a blue screen error.14:45
RealjuanIts been a few years already, and the error was really annoying since it was hard to even get into windows to disable the graphics card.14:46
lotuspsychjeRealjuan: is it an optimus nvidia/intel?14:46
Realjuanwhat do you means with optimus? Its an intel i7 with an NVIDIA graphic cards + the integraded one.14:47
lotuspsychjeRealjuan: sudo lshw -C video please?14:47
Realjuan-display                        description: VGA compatible controller       product: 4th Gen Core Processor Integrated Graphics Controller       vendor: Intel Corporation       physical id: 2       bus info: pci@0000:00:02.0       version: 06       width: 64 bits       clock: 33MHz       capabilities: msi pm vga_controller bus_master cap_list rom14:48
Realjuan      configuration: driver=i915 latency=0       resources: irq:32 memory:b0000000-b03fffff memory:a0000000-afffffff ioport:4000(size=64) memory:c0000-dffff14:48
lotuspsychjeRealjuan: do you dualboot? uefi settings block your nvidia perhaps?14:50
RealjuanI only used windows before.14:51
RealjuanSomeone block that cards from the bios, because if I started the computer with it. I would get an error saying instruction error, and then I would have to restart.14:51
lotuspsychjeRealjuan: can you pastebin your dmesg please?14:53
Realjuanlotuspsychje We talking about the graphic cards? It used to be stop code; VIDEO_SCHEDULER_INTERNAL_ERROR on windows, but like I said I disable it a year or more ago. I just have a picture of it.14:56
lotuspsychjeRealjuan: you saying it break?14:57
RealjuanNo, it just stop working once. We open the computer, clean vents, and didnt see anything that look burn or anything. still couldnt get it back to work. it used to be a GeForcce GTX860M and got error code from lenovo diagnostics WVC000000-HN0Y9K14:58
RealjuanIt doesnt matter. I will switch computer in the near future. I just wanted to be able to use 2 displays with the integrated graphic cards only. You think this is not possible?15:01
lotuspsychjeRealjuan: your gtx is an optimus, so i wouldnt be surprised your dual screen issue is due to that, reccomended is to install the nvidia driver on an optimus card15:01
Realjuandoes it matter if the graphic card is not enable from the BIOS?15:02
lotuspsychjeRealjuan: that installs nvidia-prime so you can switch the settings from intel (powersaving) to nvidia(performance mode)15:02
Realjuanlotuspsychje my computer will not detected the nvidia since its not enable from the motherboard.15:09
RealjuanI suppose I could enable it and see, but normally it will just crash my computer. either just after reboot or few seconds after.15:10
Realjuanbe right bback15:11
tomreynrealjuan: i would expect the nvidia chip not to get in the way if it's disabled in bios and linux doesn't detect it, which seemed to be the case when you posted the lspci command output.15:25
tomreynyou're saying that you'd like to run the intel integrated graphics with multiple monitors. are there any external ports which are wired to the internal (not the nvidia chipset), though?15:26
realjuantomreyn That what I would expect. I am able to use 2 displays in windows, so I thought it wouldnt be a problem in linux. Can I paste a url to my post in askubuntu?15:26
tomreynyes15:26
realjuanhttps://askubuntu.com/questions/393400/is-it-possible-to-have-different-dpi-configurations-for-two-different-screens15:26
SysifossHello, I am trying to dual boot my win10 system. I have two harddrives. The first has windows OS and the rest is used for storage I made a small partition for linux on the second drive and installed there but the BIOS doesnt recognize the second drive as bootable and when booting the first drive grub doesnt show up.15:27
SysifossI figure I made some rookie mistake doing this like neglecting to tell grub to insall on the first drive but is there a way to get in and fix this?15:27
tomreynrealjuan: that's about ubuntu 12.04, which certainly worked very differently to 18.0415:27
realjuanI maybe wrong, but I think the HDMI plug is not connected to the NVIDIA since I am using it now. I can have both display connected, but one start flickering. If i have the resolutions and scaling I want15:27
realjuanoopps wrong post15:28
realjuansorry15:28
realjuanhttps://askubuntu.com/questions/1155226/blinking-mouse-after-trying-to-configure-2-displays15:28
realjuanagain wrong one15:28
realjuanokay, thats the correct one.15:29
tomreynrealjuan: try either the !hwe -edge stack (including xserver-xorg-hwe) or the 19.04 live iso, see if it works better there. it should have better support for hidpi configurations.15:32
realjuanOkay, i may try the 19.04. The flickering seems to be different depeding on which apt I got selected. Worst is notepad++ and the best is firefox (none) Terminal flickers every 1/3 of a second15:34
crimson_kingThere is a snap by Canonical called "Docker" in the store. So, does it come with docker-compose as well? It seems to be a modified version of Docker. What are the differences?15:40
tomreynrealjuan: the "!hwe -edge" option i mentioned would be to install packages    linux-generic-hwe-18.04-edge xserver-xorg-hwe-18.04    and reboot15:41
realjuanokay, i will try the 19.04. Since more than one already recommended it.15:43
realjuanbrb15:43
pragmaticenigmacrimson_king: The "Docker" snap is provided as is. Something to note is that you will be running a container environment inside of another container environment. I suspect the real purpose of the Docker snap is to provide an environment for testing Docker, but not production use.15:44
pragmaticenigmacrimson_king: If the tool docker-compose is part of the build (default set of utilities,) then it should be included with the snap15:45
crimson_kingpragmaticenigma, thanks for the info.15:46
rigel_my hp usb printer has a device communication error (5012) on hp-toolbox15:49
realjuanOn terminal, I ask to show difference between two files and now I want to exit the view but not exit the installation. What do I do that?16:04
realjuanctrl+c doesnt work16:04
ioriarealjuan, q16:06
realjuanthx16:07
ioriaok16:07
activedecayare there any ubuntu 16.04 users that can recommend a place to get ninja 1.5+? i can't seem to find a ppa for it anywhere16:08
ioriaactivedecay, i see 1.7.1-1~ubuntu16.04.1 in xenial-backports16:11
activedecayyou're my hero16:12
ioriaok16:12
realjuanWell seems like my flickering problem was not solve with 19.04 :(  It does seem to be less. When I move the mouse to the main display and click, it flicker a second or two, and then stops.16:20
tomreynrealjuan: try the other approach then, just boot normally from your 18.04.2 installation again (i.e. remove the 19.04 live boot media) and install the packages i listed.16:26
tomreynif you'll later want to revert that, you can uninstall the packages listed when you run    apt list --installed *-edge*16:27
realjuanokay, will try it. Thanks tom.16:28
tomreynyou may also be missing some newer intel firmware, though i wouldn't expect this with a 4th gen graphics core16:28
Kon-I'm trying to install a very simple library I compiled and when I "make install" I get "sudo: error while loading shared libraries: libaudit.so.1: failed to map segment from shared object"16:37
Kon-I noticed with "ldd $(which make)" that make looks for very few libraries. Is this the problem?16:37
pragmaticenigmaKon-: This channel is for support of Ubuntu as provided through official channels. Support for development and compiliation of programs is not supported here. Please use !alis to find a more appropriate channel for your question.16:39
pragmaticenigmaKon-: You can also try asking in: #ubuntu-app-devel16:40
Kon-Okay, I came here because I thought there might be an issue with library linking in my installation. Probably the issue is simpler, though16:40
Th3MafiaWhat package can I install for this python module? "import lib.cli"17:02
pragmaticenigmaTh3Mafia: There isn't... that is code probably from the original developer and you should contact them for more information17:45
User4114Hello all. I have a a problem with a new server that I've built. I have three HDDs with a combined total of 6TB that are all listed in a folder /disks. This is shared and everything works apart from: when I access the share from a client it shows only 108GB free space, this is actually the amount of free space available on the / drive rather than the storage drives. As a result I can't copy anything (well, anything >108GB) to the server.17:47
User4114Can someone help please?17:47
leftyfb!ask | User411417:54
ubottuUser4114: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience17:54
User4114Thanks bots, but I did ask a question. Can someone please help with why I'm getting the incorrect free space and why I therefore can't copy? I just thought the backstory may help anyone kind enough to help and it would save them asking some very basic questions.17:56
sarnoldUser4114: what does it mean for a drive "to be listed in a folder'?18:00
User4114thanks, sarnold. I created a folder /disks, with 3 subfolders inside of it /vault, /videos /backup, fstab mounts the 3 storage drives to the matching folders. I did, in fact, mean to type 'mounted', not sure how 'listed' ended up there.18:01
sarnoldaha18:02
User4114I also tried creating subfolders in each /disks/* folder just in case there was a problem with sharing the bare metal, but it didn't help18:02
sarnoldhow much free space did you expect each filesystem to have?18:03
User4114they're essentially empty drives, so the binary equivalent of 2tb, 2tb and 1.5tb18:03
rfmUser4114, how are you sharing it?   NFS, Samba?   I suspect if you try to share /disks you'll get the directory on the root file system shared... you probably need to share /disks/vault, /disks/videos and /disks/backup iseparately18:05
User4114and fwiw, this is correct both in gparted and if you use a file browser to access the folder on the server iteself, it's purely the sharing that reports the wrong info.18:05
User4114that's obviously doable, but then 3 lots of samba, 3 lots of password and 3 lots of icons. would prefer to avoid if possible. It's a samba share setup via webmin. I have to confess that despite being windows-free since Fiesty, I've never quite got the hang of samba.18:08
User4114As you can likely tell, so thanks for persevering!18:08
sarnoldUser4114: hah, samba's a real beast :/18:23
sarnoldUser4114: so, you browse to /disks/vault, and explorer is still telling you only free space of 108?18:25
User4114on the server it shows the correct amount of space in each folder, it's just when accessing via samba18:29
sarnoldUser4114: alright, so I've got a few guesses: first, check /proc/sambapid/mount and make sure that the mounts are actually visible to samba18:33
sarnoldUser4114: if samba is in its own namespace for whatevre reason, those mounts may not be visible18:33
sarnoldUser4114: the second theory is that if you've got a single *export* from samba, rather than three exports from samba, it may only be able to report the filesystem free space on the one filesystem at the top18:37
User4114ok, first problem. No such file as /proc/sambapid18:37
User4114folder*18:37
sarnoldUser4114: .. in which case, doing three exports, rather thanjust one, would work out fine18:37
sarnoldUser4114: ah, sorry, that was short hand for doing pidof sambad or whatever the process name is18:37
User4114my bad18:37
sarnoldUser4114: /proc/`pidof sambad`/ may work18:37
User4114sorry I assumed it was a folder structure18:38
sarnoldor maybe it won't, it's been ages since I've used samba; and perhaps it has a top-level supervisor process that may or may not be different from children, so you might need to check several18:38
tomreynsmbd, IIRC18:39
sarnoldoh yeah, sambad didn't feel right :)18:41
User4114hmmmmm, I've got a gvfsd-smb-browse, but other than that there's nothing there that looks sambaish18:43
User4114even checking using the gui system monitor (set to all processes)18:43
User4114Thanks for help so far but I need to shoot, maybe I'll be along to bother you folks some more soon. Cheers again.19:01
=== akem__ is now known as akem-hp
sarnoldUser4114: bummer, well we can try to make this go later :)19:06
sarnoldUser4114: if my second guess is correct, then there may not even need to be anything to fix, so long as you don't mind incorrect free space numbers :)19:07
fred1807can I specify another path to NetworkManager, other than /etc/NetworkManager/system-connections ?19:36
fred1807if true, how?19:37
ioriawhy ?19:37
fred1807read-only rootfs19:38
ioriafred1807, sy, i don't get you19:39
fred1807I dont get you too, do you know the flag on networkmanager.conf to change this path? I am looking for it on manual, cant find19:41
ioriafred1807, https://developer.gnome.org/NetworkManager/stable/NetworkManager.conf.html19:47
fred1807I was reading and could not find it, but I found, thx19:48
p0aHello20:29
p0aI tried installing texlive-full but I'm getting errors20:30
p0aI've tried `apt-get update --fix-missing' and `dpkg --configure -a' and `apt --fix-broken install'20:30
p0anone have worked20:30
CodeMouse92p0a: Can you put the errors into paste.ubuntu.com? Hard to work from "getting errors"20:31
p0aCodeMouse92: sure20:32
p0aCodeMouse92: https://paste.ubuntu.com/p/2zkZk7tQxc/20:34
tomreyni don't think you combine '--fix-missing' with 'update', rather with 'install' (but be sure you know what it does if you use it)20:34
p0aCodeMouse92: I installed texlive-full in an earlier session so I do not have the original error messages20:34
p0atomreyn: I just installed this OS (18.04) so if it doesn't work I'll reinstall it20:35
CodeMouse92Okay, it's not really a dependency issue when you come down to it. It DOWNLOADED 'texlive-luatex', but it can't unpack it. Something is borked20:36
CodeMouse92!info texlive-luatex bionic20:36
tomreynp0a: okay, but that's not what i was talking about - i was just making a general remark.20:36
ubottutexlive-luatex (source: texlive-base): TeX Live: LuaTeX packages. In component universe, is optional. Version 2017.20180305-1 (bionic), package size 6972 kB, installed size 17061 kB20:36
p0aCodeMouse92: the errors started with the command `apt-get install texlive-full' from yesterday20:37
p0adownloading texlive-luatex was me trying to fix it20:37
CodeMouse92p0a: I understand that, but the other errors all refer back to its inability to install texlive-luatex20:37
tomreyn"fmtutil failed. Output has been stored in /tmp/fmtutil.XuglBz2y"20:37
CodeMouse92At least I can rule out weird PPAs. There's only one, and its unrelated (I use it on Bionic too for the latest gcc)20:38
p0afmtutil complains it couldn't build lautex/pdfcsplain20:38
p0athe first error is [ERROR]: running `luatex -ini -jobname=pdfcsplain -progname=pdfcsplain -etex csplain.ini < /dev/null' return status 120:39
p0aCodeMouse92: Yeah I also wanted gcc 9.1 :D20:40
p0aweve come a long way20:40
CodeMouse92p0a: Y'know, it may be unrelated, but what version of GCC is currently being used by default? (Run `gcc --version`)20:40
p0aCodeMouse92: that's weird. I got 7.4.020:41
* CodeMouse92 always leaves the 'gcc' and 'g++' aliases alone and only uses 'cc' and 'c++' with update-alternatives20:41
p0aI had 9.1 installed ..20:41
CodeMouse92p0a: It's not weird. That's what it SHOULD be20:41
tomreynmaybe related: bug 174686520:41
ubottubug 1746865 in tex-common (Ubuntu) "package tex-common 6.09 failed to install/upgrade: installed tex-common package post-installation script subprocess returned error exit status 1" [Undecided,Confirmed] https://launchpad.net/bugs/174686520:41
CodeMouse92p0a: You have multiple gcc versions installed. You should ALWAYS leave gcc at its default unless you know what you're doing, since that's used for installing stuff, working with kernal, etc.20:42
CodeMouse92Otherwise you can really get yourself in a hash20:42
CodeMouse92p0a: You can still invoke gcc 9 with `gcc-9` ;)20:42
p0ayeah20:42
p0aI know it's just that I had gcc-9 installed20:42
p0aand somehow apt decided to replace it later20:42
CodeMouse92tomreyn: I second that; looks related20:42
p0awell, okay, not going to bother with what gcc defaults to. that's not the point20:43
p0aI dont know how to understand tomreyn's message20:43
CodeMouse92tomreyn, p0a: BINGO! That's it...the same error message is mentioned in the comments20:43
p0aokay... :(20:43
tomreynhmm i'm not sure, those people reporting it say they upgraded from 16.04 to 18.04, but p0a says this is a fresh 18.04 installation20:43
p0ayes it is :D20:44
CodeMouse92p0a: Okay, basically tomreyn found a bug report for this issue. It's not you, it's not fixable by you, and it'll be resolved eventually.20:44
p0aah...20:44
CodeMouse92tomreyn: Honestly, I think the "upgrade" is just noise to the core issue20:44
p0aokay here's another question20:44
p0amy ubuntu partitioned my installations20:44
CodeMouse92If there are issues installed this on Bionic, it'll show up regardless20:44
tomreynthat's certainly possible, CodeMouse9220:44
CodeMouse92*installing20:44
p0aso 18.04 is one partition. can I just erase it and replace it with something else (arch, gentoo, etc) ? will that work?20:44
tomreynp0a: please post /tmp/fmtutil.XuglBz2y20:44
p0atomreyn: okay20:45
p0atomreyn: it's a huge file20:45
tomreynto a pastebin20:45
CodeMouse92p0a: Absolutely, but make sure you backup. If you erase it, you're blowing away your files.20:45
tomreynp0a: how large is this file?20:45
CodeMouse92Any partition can be replaced.20:45
tomreynhmm if the default gcc version was changed, this may explain the fmtutil errors20:48
p0ahttps://paste.ubuntu.com/p/B2jjhrhq5m/20:48
p0athat's the fmtutil log file20:50
tomreynp0a: thanks. did you introduce those line breaks or were they there before?20:50
tomreynlooks like lines are wrapped at 80 characters20:51
p0aI think they are there20:51
p0ayeah they are20:51
tomreynhow did you upload the file?20:51
p0aI just checked on a fullscreen terminal with `less'20:51
p0athe line breaks are there. I uploaded by using emacs `C-x h' to select all, then `M-w' to copy20:52
p0ayou're bothered by line braaks?20:52
tomreynit makes it harder to read, but it's ok.20:52
p0a:( sorry20:52
tomreynno worries, especially if it's how it is on the log file!20:52
tomreynyou can just run "pastebinit /path/to/filename" btw.20:53
tomreyn!pastebinit20:53
ubottupastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit20:53
p0aah okay 20:53
tomreynline 2512: "! I can't find file `luatex85.sty'."20:55
p0a:(20:57
tomreynp0a: can you run:      locale -a | nc termbin.com 999920:57
p0atomreyn: not going to run the nc line but i can paste it for you, https://paste.ubuntu.com/p/KqZ4wgg3pj/21:00
tomreyn /usr/share/texlive/texmf-dist/tex/generic/luatex85/luatex85.sty is part of texlive-luatex, which is not yet installed on your system21:00
p0ayeah i don't get why its complaining. it seems that it got stuck with luatex and czechslovak stuff21:00
tomreynokay your localers look fine21:01
tomreyni assume that if you can manually download and install (using dpkg -i) texlive-luatex first of all, then run    dpkg --configure -a     this should resolve the dependency issues.21:01
tomreynp0a: you can wget it from one of the mirrors listed here: https://packages.ubuntu.com/bionic/all/texlive-luatex/download21:03
Thr0rubottu: screenshot21:04
ubottuScreenshots can be made with the [PrtScr] button. Want to show us a screenshot of your problem? Upload an image to http://imgur.com/ and link the created page here.21:04
tomreynthen verify its sha256 checksum using     sha256sum texlive-luatex_2017.20180305-1_all.deb    and comparing the output to that on this website.21:04
p0adependency problems: luatex depends on texlive-common but texlive-common is not configured yet21:04
p0athis is from `dpkg -i texlive-luatex....deb'21:04
tomreynp0a: hmm thist's not enough output to understood what happened21:06
p0athats all really21:07
p0aI can paste21:07
p0ahttps://paste.ubuntu.com/p/9bnGhzyKnn/21:07
tomreynp0a: hmm okay. now what was it about you changing your gcc? what did you do exactly?21:09
p0atomreyn: here is my full bash history https://paste.ubuntu.com/p/ykyZ9XkTg721:11
p0atomreyn: see line 107 etc21:11
p0aactually there's line's missing from it but w/e. you can see exactly what happened with gcc21:12
p0atomreyn: i have to go but please memoserv me any ideas I would appreciate it21:13
p0aI am thinking of reinstalling 18.04 at this point21:13
p0athank you for your time21:14
Thr0rtomreyn:  https://github.com/tomreyn/scripts - A very useful and good web-page.. Thanks21:17
tomreynThr0r: glad it helps, but note i don't make not promises that what you'll find there is good code or won't make your hardware explode.21:22
Thr0rtomreyn: Really? -No warranty!? wow..  I can live well with that.. I'm learning Linux and read whatever I find :)21:26
Thr0rThe latest command I found was this: " fallocate -l 5G example.file" - it creates a file with size of 5GB, but I don't understand how it does that... Just an example..21:31
Thr0rMaybe Ubutto can help..21:32
EriC^^Thr0r: type "man fallocate" it explains how21:34
fullstackhi, is there a quick way to change back from a new kernel basic to the original ubuntu one? I checked /etc/default/grub and it isn't listed there21:34
fullstackgrub.cfg -- how do I easily set the default back to 4.15 without having to do some major editing to this file21:35
EriC^^fullstack: type "grep menuentry /boot/grub/grub.cfg | nc termbin.com 9999" and paste21:36
Thr0rEriC^^ : Thanks - I tend to forget "man"... It's useful in many ways21:38
chietawhat's the snap rather than apt?21:38
fullstackhttps://termbin.com/uyym21:39
fullstackmenuentry 'Ubuntu, with Linux 4.15.0-54-generic'  <--- I think I want this one21:40
fullstackAre these suppose to be in incremental order? Does the first one default? I forgot about this stuff21:41
chietamany kernel collections fullstack21:42
fullstackI am issues crashing21:42
fullstackWith what I think is amdgpu, so I tried 4.20. Now I guess I want to go back21:42
fullstackanyway, is there a quick way to set this? probably not right?21:43
EriC^^fullstack: ok type "sudo nano /etc/default/grub" then modify GRUB_DEFAULT="Advanced options for Ubuntu>Ubuntu, with Linux 4.15.0-54-generic"21:43
EriC^^fullstack: then sudo update-grub21:43
EriC^^fullstack: do you want it permanent or just this one time?21:44
EriC^^fullstack: you could use GRUB_DEFAULT=saved and then it would remember the last one you booted i think21:45
EriC^^if you dont want the hassle of editing /etc/default/grub each time i guess21:46
fullstackEriC^^, thanks, I will use DEFAULT=saved21:46
fullstackI forgot21:46
akikyou can also use the boot option labels for GRUB_DEFAUlt21:46
fullstackabout that21:46
=== Sven_vB_ is now known as Sven_vB
EriC^^fullstack: also add GRUB_SAVEDEFAULT=true i think that's required21:46
=== SirNate is now known as SignalsOut
fullstackyup thanks21:47
* SignalsOut does the Mc Hammer dance through the room.21:47
fullstackohhhhhh-ooooooo-ohhhh-oooooo o o21:47
SignalsOut;)21:48
=== rkta_ is now known as rkta
iratedWhat apt flags to i need to bypass this during packer image creation?22:16
iratedvmware-iso: Configuring libssl1.1:amd64 vmware-iso: --------------------------- vmware-iso: vmware-iso:22:16
sarnoldwhat are you trying to do?22:17
iratedapt upgrade during image build.22:18
sarnoldwhat's an image build?22:19
sarnoldare you trying to build the image with the original release packages?22:19
sarnoldwhy do you not want updated packages?22:19
iratedI want the updated packages, packer builds images to be used with things like vmware, aws, openstack etc,22:20
iratedI just need it to auto configure there.22:20
sarnoldso you want each guest system to do the updates post-boot, rather than getting updates into the image?22:20
iratednah, The issue is my image build process is stuck at apt upgrade waiting for that.22:23
sarnoldOH22:25
sarnoldirated: try running your commands with the env variable DEBIAN_FRONTEND=noninteractive22:26
iratedI thought i had that in my scripteroni22:28
iratedLet me double check22:28
starfox64I'm sorry but did my last message send? I'm not sure I was logged in properly.22:29
deltabstarfox64: no22:29
starfox64Alright, thank you!22:30
starfox64Earlier today I was at work trying to install the following onto a VM with Ubuntu Server on it "sudo apt install krb5-user" and got an error message for it - which I sadly didn't copy or save. It basically said that the package is not available anymroe but might be available in another package. Now I did just try the same thing at home, also in a VM running Ubuntu Server and the thing installed without an issue.22:31
starfox64The only difference with the two VMs is the language from what Ican tell. So does anyone know what I can do to install it on the former?22:31
brimestoneis there a way for me to migrate my Ubuntu 14 LTS. Running OpenVPN server to AWS?22:32
jeremy31brimestone: do you have ESM?22:34
brimestoneESM?22:34
jeremy31!esm | brimestone22:34
ubottubrimestone: Canonical offers paid extended security support for end-of-life LTS releases through the Ubuntu Advantage program. For more information, see https://ubuntu.com/esm . ESM is not an Ubuntu community offering; please direct questions about it to Canonical directly.22:34
brimestoneOh, no I don't22:34
jeremy31brimestone: Ubuntu 14.04 is EOL, no longer supported without ESM22:35
brimestoneSo it can't be spun up on AWS?22:35
Bashing-omstarfox64: ' apt show krb5-user22:35
starfox64Do I run that on the vm that won't let me install it or the one that installed it fine?22:36
Bashing-om' shows the package in the universe repo. On the other box is the universe repo enabled ?22:36
jeremy31brimestone: I have no clue about AWS, but you are running a server that likely has unfixed security flaws22:37
brimestonei know..22:37
brimestoneI'am upgrading it to 18.04.. but need to keep 14 up and running until switch over.22:38
starfox64But given the repo installed fine on one machine I would assume it is there?22:42
Thr0rWhy would one "upgrade" to 18,04 when 19,04 is available. And you DO  support 19,04 until it goes into LTS? And soon there will be 19,10 and 20,10?22:46
SpiritHorse1. because 18.04 is LTS.  2. plenty of bugs in 19.04, filed 4 today.22:46
SpiritHorse19.10*22:47
SpiritHorseI guess once it goes LTS it becomes more attractive22:47
Thr0rSpiritHorse: Ok - Give me a link to those bugs in 19,10 please22:48
Bashing-omstarfox64: Best I recall the universe repo is not enabled by default in a server.22:48
sarnoldSpiritHorse: what do you mean by "it goes into LTS"?22:51
SpiritHorse"when there is a LTS release" I think is the proper way to phrase it22:51
SpiritHorsesorry, English is not my first language22:52
Tom012Hello people. How can I install Synergy on Ubuntu 19.04?22:53
sarnoldSpiritHorse: aha, okay :) I just wanted to make sure that you know that 19.04 will never be an LTS release :)22:54
Bashing-om!info synergy disco22:54
ubottuPackage synergy does not exist in disco22:54
Bashing-om!info synergy bionic22:55
ubottusynergy (source: synergy): Share mouse, keyboard and clipboard over the network. In component universe, is optional. Version 1.8.8-stable+dfsg.1-1build1 (bionic), package size 870 kB, installed size 3915 kB22:55
SpiritHorsesarnold: yes! thank you for making the distinction22:55
SpiritHorseI don't want to confuse people lol22:55
Bashing-om!ppa22:56
ubottuA 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-purge22:56
Thr0rsarnold:  What!? I have this now on my system: "Kernel: 5.0.0-20-generic x86_64 bits: 64 compiler: gcc v: 8.3.0 Desktop: KDE Plasma 5.16.2 Distro: Ubuntu 19.04 (Disco Dingo)" -- Are you telling me that IT wil not go into LTS and fullsupport soon?23:01
=== Mr-Potter_ is now known as Mr-Potter
sarnoldThr0r: you'll need to update to 19.10 somewhere around january 2020 to continue receiving updates https://wiki.ubuntu.com/Releases23:02
OerHeks9 months support, for non-lts..23:02
Thr0rsarnold: OerHeks: Ok - why keep it simple.. Thanks23:04
sarnoldThr0r: hehe, it's a balance between trying to ship something new every six months for the enthusiasts vs keeping something stable for people who just want to get their work done23:04
jeremy31actually Ubuntu 19.10 should be supported until August 202023:05
sarnoldjeremy31: Thr0r is on 19.04 now23:06
grymi've `apt install xfce4` on 19.04; now whenever my workstation isn't touched for 15 minutes or so the monitors turn off and won't turn on and i have to remote in and `sudo service lightdm restart` and log back into a new user session23:06
grymwhat xfce packages am i missing23:06
OerHeksbeyond 20.04 lts indeed, and i think it matches 20.04.123:06
jeremy31sarnold: misread your post23:07
JimBuntuTom012, You'll probably want to download it and install that.  Good software, btw.23:08
Tom012JimBuntu: OK I will try that.23:09
JimBuntuTom012, last I read, the new version was bad, stick to legacy or make sure to read the site information23:10
Thr0rsarnold: Ok - I will manage. I am fine with 19,04 now - And will upgrade as soon as 19,10 is available.. It's not critical for me since I have several computers to use.23:10
sarnoldThr0r: you'll have roughly three months overlap when both 19.04 and 19.10 are supported; just be sure to upgrade somewhere in that time :)23:11
Bashing-omgrym: Gui: Do you have settings -> Power manager ?23:11
grymBashing-om: yes, but i had to install it separately23:11
Thr0rsarnold: I will -thanks for helping23:12
JimBuntu!cookie sarnold23:14
JimBuntu!cookie > sarnold23:14
ubottusarnold, please see my private message23:14
grymBashing-om: i've now set 'blank after', 'put to sleep after' and 'switch off after' sliders to "never", but i'm not sure if that's going to change much23:16
sarnoldJimBuntu: a cookie! woot!23:16
JimBuntusarnold, You have been helping, deserve that cookie23:17
sarnold:D thanks JimBuntu :)23:18
JimBuntuYou are very welcome... and, thank you!23:18
Bashing-omgrym: Well,, time will tell I do not use it, so do not have the experience to say.23:19
JimBuntugrym, I don't experience that with 16.04, *might* be a 19.04 thing, please check for known bugs23:21
sarnoldprobably those sliders control xset dpms, check with xset q  if it is what you expect23:23
Thr0rThe only distro these power-setting things works ok is in Kubuntu - all other distros either lack choises or if they exists - they don't work correctly...23:31
sarnoldirated: jfyi comment number six on https://bugs.launchpad.net/ubuntu/+source/ansible/+bug/183301323:36
ubottuLaunchpad bug 1833013 in ansible (Ubuntu) "Interactive prompt during non-interactive install" [Undecided,Incomplete]23:36
Thr0rHave any of you Mods here ever worked with OS/2? ..Or has it been Linux/Unix all the time?   ..>> #ubuntu-offtopic23:42
Thr0rNew York: 19:48 - Washington: 19:48 LA: 16:49 Oslo where I live: 01:50...23:50
sarnoldbetter go with utc instead :) only 23:50:3023:51
Thr0rsarnold: Ok - I expect I will soon be banned from this channel - But I don't mean no harm...23:53

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