/srv/irclogs.ubuntu.com/2019/06/09/#ubuntu.txt

superbootOh, I figured it out. I needed an interface name below ethernets:  thanks. :)00:03
jayjoare there other scripts in a repository other than the rpm that is built for the correct architecture? Eg when I run `apt-get install docker`, is there a way to look through this repo and was it installed?00:46
OerHeksubuntu does not use rpm, but deb, and apt is usefull to to look into cache, or dpkg00:49
alazyI need to install two python modules for the system interpreter, dokuwikixmlrpc & xmlrpclib. I tried apt install python-pip python3-pip, but {pip,pip3} install {dokuwikixmlrpc,xmlrpclib} both start 'collecting' then return an error message: Could not find a version that satisfies the requirement... What do?00:50
jayjoso can there be additional bash scripts and configurations or is it just binaries?00:53
=== zbenjamin is now known as Guest51901
=== zbenjamin_ is now known as zbenjamin
tdsjayjo: dpks allows for post-install hook scripts to be run01:06
stonedHello I need to setup static ip address for my machine01:06
stonedWhich file do I need to edit. is it still /etc/network/interfaces?01:06
stonedI need to have dynamic ip and gateway and subnet mask from dhcp, but custom dns servers01:07
AnnoyedNo, they changed things up with something called netplan.01:07
jcottonwait so you don't need static ip?01:08
jcotton(also for the record DHCP reservations is usually a better solution stoned)01:08
AnnoyedWhether or not he needs a static is up to him. I think he's asking how to set his external NIC to use it01:08
AnnoyedYou used to be able to do that manually fairly easily, but as of 18.04, the rebuilt networking with something called netplan. A royal PITA in comparison with what it replaced, in my opinion.01:10
stonedI figured it out01:13
stonedConfigure network options, and then to the wifi card, and then select ipv4 tab01:13
AnnoyedOh, you must be running a desktop install01:14
stonedthere are two methods for automatic01:14
stonedi use the 2nd option, address only01:14
stonedThen there is a DNS option under that01:14
stonedI wondr if this is it01:14
stonednope that's not it.01:15
stonedI'm trying to run pihole on ubuntu01:15
stonedIt says it needs a static ip address01:15
stonedI'm on open public wifi, I can't have a static ip address01:16
AnnoyedI'm not familiar with the GUI on Ubuntu. Haven't seen it in years. I use Ubuntu as a head end server, command line only. || No, you can't.01:16
jayjotds: can i look easily into what those post-installation scripts are?01:16
candidathello01:17
tdsjayjo: yup, they're just files like /var/lib/dpkg/info/apache2.postinst01:23
jayjohmm ok, I can see that script then docker docker. At what stage would users and groups be added? Doesn't seem to be in this script for docker (or I don't see it) but I get a docker gorup01:35
neilduganI am trying to develop some C code, if I did this is a VM would that protect the main OS etc. from incorrect pointers, i.e. overwriting other programs memory in from the code I am developing?01:39
akemneildugan, You should ask in #C in or some dev channel, but the memory between processes is protected normally.01:42
jcottonthe OS won't let you touch other programs memory in most casesx01:42
jcottonexceptions exist like debugging and shared memroy01:42
jcottonbut you have to explicity do that01:42
neilduganakem, jcotton, ok thanks for the info.01:43
Lokimonhello01:50
Lokimonhow can i make a frugal install of ubuntu?01:50
leftyfbLokimon: https://www.omgubuntu.co.uk/2018/02/ubuntu-18-04-minimal-install-option01:51
Bashing-omLokimon: Several - how frugal do you want to go ? from bare bones, core or simplistic ?01:51
jcottondefine "frugal"01:52
Lokimoni want to make a squashfs install on my hdd (or even a usb stick) (squashfs will be the root filesystem)01:54
Lokimoni also want to utilize tempfs ramdisk to load the whole system on memory, and possible overlays with aufs or something similar01:54
Lokimoni cant find any guides online, for ubuntu or any other distro actually01:55
Lokimon(wanted minimal from bare bones)01:55
jcottonyou could start from ubuntu server i guess01:56
jcottonthat's cli only01:56
Bashing-om!minimal | Lokimon This ?01:56
ubottuLokimon This ?: The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want.  The installer is text based (rather than graphical as used on the Desktop DVD). See https://help.ubuntu.com/community/Installation/MinimalCD01:56
LokimonBashing-om, actually i wanted the same format the persistent live usb uses01:56
Lokimonit uses squashfs for its root filesystem, a kernel with support for overlays and casper, tempfs load the system to ram01:57
Bashing-omLokimon: Out of my experience range there - can no longer advise :(01:57
Lokimoni wanted exactly that basically but a guide so i can do it manually01:57
Lokimonnoone knows dont worry, even on gentoo or archlinux they have no clue01:58
sorin-mihaiit beats me why, but you could just modify whatever sripts are being used to generate the ISO image. or just dd that image to the hdd/sdd01:58
Lokimonmy only option is to understand how the build scripts for the isos work01:58
Lokimonand replicate it01:58
Lokimonsorin-mihai, yeah thats what i will do if i cant understand how the scripts work01:58
Lokimoni tried that before but i got some kernel panics and it didnt boot01:59
Lokimoni probably needed to rebuild some kernel modules or something. it isnt very straightforward01:59
sorin-mihaiit would be interesting (for me) to know why you want to use that combination of filesystems02:00
Lokimoni want to make a custom live usb for myself02:00
Lokimonthere is some info on an ubuntu guide i found on remastering the iso, it tells you how to unpack it, make changes and repack it02:01
Lokimonmight read that one again02:01
OerHekscubic ..02:01
OerHekshttps://askubuntu.com/questions/741753/how-to-use-cubic-to-create-a-custom-ubuntu-live-cd-image02:01
Lokimonwell i am not sure that would work if i wanted to use a different init system02:02
OerHeksbut downside is: you have no updated kernel and such.02:02
Lokimonit stops being ubuntu after some point02:02
OerHeks.. different init system?02:02
Lokimoni dont like systemd that much02:02
OerHeksyeah, that is beyond the scope of this channel02:02
Lokimonopenrc/runit is what i would prefer02:02
Lokimonwell theoretically you can do that, but i cant find any concrete guide02:03
OerHeksi just pasted, good luck02:03
Lokimonthanks02:03
alazyI need to install the python module dokuwikixmlrpc for the system interpreter (dunno if py2/3, trying both). It returns this error message: Could not find a version that satisfies the requirement dokuwikixmlrpc (from versions: 2010-07-19).      What do?02:04
alazypip search dokuwiki returns a line with dokuwikixmlrpc so it looks like the module still exists, and I found it on pypi.org02:05
OerHeksalazy, try XML-RPC ? i think it is a typo, dokuwikixmlrpc02:09
stonedcan you have an animated background in xorg desktop02:16
sorin-mihaistoned, you can, haven't used it in ages02:21
stonedwondering how02:27
stonedgoogle isn't helping much02:27
stonedit returns lots of sophisticated stuffs02:27
stonedI'm just looking to set some animated background in xorg nomatter the wm02:27
stonedso that it shows up behind my terminal window with transparency02:27
stoned:D02:27
stonedcurrently using 'feh'02:28
stonedbut that can't do animation02:28
stonedand urxvt transparency works and displays the background set by feh02:28
akemI think with mplayer or vlc with the correct option you can play a video on the background.02:29
akemstoned, https://www.linuxquestions.org/questions/blog/neonsignal-165166/playing-video-on-the-desktop-background-3865/02:34
alazyOerHeks: no typo. I'm really trying to use the dokuwikixmlrpc python library between the vim plugin called dokuvimki and dokuwiki's xmlrpc interface. I installed the library by bypassing pypi and downloading the lib directly from the project's github url with pip, but turns out it's python2 only. Now trying to figure out how to make neovim use python2 for this specific plugin.02:39
jayjoI've downloaded the docker binary and extracted it to my bin, but I can't connect to the daemon when running docker currently. It works if I use apt-get install. What extra side-effects does the apt-installation do that I can replicate to run from a binary?03:13
solidfoxhello, when i try to use my wacom tablet with krita, it crashes when i hover over the drawing area03:21
solidfoxi'm not sure if this is a krita error or an ubuntu error03:21
solidfoxi'm on ubuntu 19.0403:21
solidfoxit doesnt happen in gimp03:29
solidfoxso i guess maybe its krita03:29
solidfoxthat has the issue03:29
juanschwartzI'm in 18.04 and am using the nvidia drivers. I have a 4k monitor to my left and an ultrawide(3440x1440) to my right. In the nvidia x server settings, I have the 4k set to 2460x1440(scaled) and the ultrawide set to 3440x1440 with an abs position of +2560+235. After my machine locks and the screen goes black, it resets the offset to the native ubuntu display settings so the offset is +3840+235 and sets the resolution of03:53
juanschwartzthe 3440x1440 to 2460x1440.03:53
=== [b0b] is now known as b0b
juanschwartzis there a way to prevent the nvidia x server settings and native ubuntu display settings from fighting for control of my display configuration when i unlock?03:53
anibicDoes M.2 SATA SSD has same performance level as SATA III SSD? Can anyone guide me ?04:01
coz_anibic,  if you google that eact question you may come up with something like yhis  https://www.online-tech-tips.com/computer-tips/sata-3-vs-m-2-vs-nvme-overview-and-comparison/04:06
coz_exact04:06
the2048So today is the day I have to reinstall because I broke something, and now I'm not sure which option to choose for the installer05:05
the2048I have three choices05:07
the2048I can either erase Ubuntu 18.04.2 and reinstall, install Ubuntu alongside Ubuntu, or erase the whole disk and install05:08
the2048Which one would save me time05:09
jayjois it possible to get a secondary ip address to be recognized by ubuntu automatically in aws when I associate it? anyone ever done something like this where it has 2 ip addresses?05:11
the2048Are there any performance losses to encrypting my Ubuntu install05:22
blackflowthe2048: it's negligible especially if you have AESNI capable CPU and are talking about FDE with LUKS05:30
blackflowjayjo: I don't know about AWS but yes, you can configure multiple IP addresses on a NIC05:33
=== jstein_ is now known as jstein
=== ianychoi_ is now known as ianychoi
cfhowlett!ping07:11
ubottupong!07:11
=== the2048 is now known as the2048_tower
qwebirc44130I am not able to change the brightness level, the level of brightness is stuck at (20% to 30%, assumption form GUI).07:39
qwebirc44130anyone?07:42
=== qwebirc44130 is now known as puneet
=== puneet is now known as puneet07
puneet07I am not able to change the brightness level, the level of brightness is stuck at (20% to 30%, assumption form GUI).07:44
Synapticmorning07:56
the2048It's 2 am for me, good ???07:58
the2048I don't know what to call this time07:58
cfhowlett"greetings" works 24/707:58
Synapticanyway after midnight is morning....07:59
lotuspsychjepuneet07: details would help, ubuntu version, computer brand, kernel version, error logs,..08:06
puneet07I am not able to change the brightness level, the level of brightness is stuck at (20% to 30%, assumption form GUI).08:07
lotuspsychjepuneet07: this is not going to help, its the third time you repeat the same question08:08
puneet07Ubuntu 18.04 LTS, Dell, 4.15.0-51-generic08:08
lotuspsychjepuneet07: do you have an Fn + F key combo to higher/lower brightness?08:09
puneet07No, I guess, How do I check it?08:09
lotuspsychjepuneet07: you could press the combo08:09
puneet07nothing happens08:09
lotuspsychjepuneet07: what about brightness in your gnome systemsettings?08:11
puneet07lotuspsychje: I'm changing it but doesn't the affect the screen brightness08:11
lotuspsychjepuneet07: is your graphics card driver installed correctly?08:11
puneet07any command to check it?08:12
lotuspsychjepuneet07: sudo lshw -C video08:12
lotuspsychjepuneet07: that would show a driver= at bottom08:13
puneet07lotuspsychje: I'm receiving this response "*-display                         description: VGA compatible controller        product: HD Graphics 5500        vendor: Intel Corporation        physical id: 2        bus info: pci@0000:00:02.0        version: 09        width: 64 bits        clock: 33MHz        capabilities: msi pm vga_controller bus_master cap_list rom        configuration: driver=i915 latency=0        resources: irq:50 08:13
lotuspsychjepuneet07: could you pastebin your dmesg please?08:14
cfhowlettpuneet07= did it ever work correctly or is this new behavior??08:14
puneet07cfhowlett: This is the first time08:14
puneet07lotuspsychje: Here you go, https://paste.ubuntu.com/p/3zK4sjm8P9/08:15
lotuspsychje!dmesg | puneet0708:15
ubottupuneet07: dmesg is a console command which outputs the kernel ring buffer - an important log for diagnosing problems in  Linux. Often when something errors with hardware it will result in additional lines reported which can be seen by running dmesg in a console.08:15
puneet07lotuspsychje: It's a large response, should I pastebin it?08:18
lotuspsychjepuneet07: yes please08:18
puneet07lotuspsychje: https://paste.ubuntu.com/p/GxvK5m5jwJ/08:19
lotuspsychjepuneet07: did you add a kernel line acpi_backlight?08:20
puneet07tried from the internet | lotuspsychje08:21
puneet07I did08:21
lotuspsychje!acpi | puneet07 start here08:21
ubottupuneet07 start here: to debug ACPI issues on ubuntu make sure your bios is up to date and follow the procedure here: https://wiki.ubuntu.com/DebuggingACPI08:21
lotuspsychjepuneet07: you might wanna check your ram too, problems there too08:23
puneet07lotuspsychje: I'll read the docs and see what I can do.08:24
puneet07lotuspsychje: one more thing, I've added the acpi_backlight in the grub, should I remove it?08:25
lotuspsychjepuneet07: well you say it doesnt work properly, so the kernel boot line seems not working right?08:25
lotuspsychjepuneet07: in your case, i would try booting kernel vanilla, and bios update first (if needed)08:26
lotuspsychjepuneet07: if bios update did not fix, you can start playing with acpi lines,08:26
puneet07lotuspsychje: I get BIOS is upgradeable, should I do it?08:27
lotuspsychjepuneet07: its always adviced to have up to date bios yes08:27
lotuspsychje!biosupdate | puneet0708:27
ubottupuneet07: To see how to update your bios on Ubuntu visit the community collected methods here: https://help.ubuntu.com/community/BIOSUpdate08:27
puneet07lotuspsychje: I'm in learning stage, so I don't much about it, updating bios will not flush the data and stuff, right?08:28
lotuspsychjepuneet07: a bios update normally does not influence data on your harddisk, still always reccomended to have backups of your system08:29
puneet07lotuspsychje: So here08:29
puneet07lotuspsychje: So here's my situation, My laptop is provided by the company with linux ubuntu (bionic) pre-installed08:30
puneet07lotuspsychje: and ubuntu has multiple user accounts including mine as "admin"08:31
akikthat DebuggingACPI page is last updated in 2011-03-03...08:31
akikit doesn't even contain the acpi_osi parameter08:32
lotuspsychjeakik: we have been searching for the best wiki, but there are none better then this08:32
lotuspsychjeakik: feel free to contribute in -discuss :p08:32
puneet07lotuspsychje: I don't want to mess anything other than my user account, because I don't know what data other user accounts have08:32
lotuspsychjepuneet07: a biosupdate will not influence your users08:33
akiklotuspsychje: TJ- has that page about configuring acpi08:33
lotuspsychje!kernelparm08:34
ubottuTo add a one-time or permanent kernel boot parameter see https://wiki.ubuntu.com/Kernel/KernelBootParameters08:34
lotuspsychjewe also have this akik08:34
akikhere's the one i had bookmarked http://iam.tj/prototype/enhancements/Windows-acpi_osi.html08:35
lotuspsychjeakik: i will propose it, tnx08:39
lotuspsychjeakik: wanna join #ubuntu-discuss please?09:47
o-bitHello, I was trying a apt-get dist-upgrade, then power cut occured, When it came back, I can't do anything with apt, I keep getting:....09:57
o-bitdpkg: error processing package libfdisk1:amd64 (--configure):09:57
o-bitand I can't remove it09:57
lotuspsychjeo-bit: could you pastebin the whole output please09:57
o-bitHelp, can't use apt-get or even dpkg, keep getting error: https://paste.ubuntu.com/p/J4Y5pFJJ8t/10:02
o-bitHappend after I just got a power cut, while in process of doing an apt-get dist-upgrade, now that error at the end is what I keep getting.10:03
o-bitdpkg: error processing package libfdisk1:amd64 (--configure):10:04
lotuspsychjeo-bit: you could try: sudo dpkg --purge --force-all libfdisk110:04
lotuspsychjeo-bit: maybe you have external ppa's in your system?10:07
o-bitlotuspsychje: No external PPA's, I just installed Kubuntu like 2 hours ago.10:08
lotuspsychjeo-bit: ok10:08
lotuspsychjeo-bit: dpkg forced working?10:10
=== lotus|i5 is now known as lotuspsychje
=== kostkon_ is now known as kostkon
davidystephensonI am having trouble booting. I am running 19.04 with kernel 5.0.0-16-generic. I have a Nvidia 1070 graphics card. After an update, I was unable to boot after "bpfilter started". The only solution I could find was to remove all nvidia drivers (after trying 430, 418, 410, and 390) use only X. I am aware of the "disable wayland in gdm" fix, which I believe I have already implemented in /etc/gdm3/custom.conf with no success. Is11:53
lotuspsychjedavidystephenson: try to get in your system back again with !nomodeset11:54
lotuspsychjedavidystephenson: for GTX cards we often reccomend the ubuntu graphics ppa11:55
lotuspsychje!nvidia | davidystephenson11:55
ubottudavidystephenson: For nvidia and matrox graphics cards, see https://help.ubuntu.com/community/VideoDriverHowto . For AMD/ATI graphics cards, see « /msg ubottu ati » and « /msg ubottu fglrxmissing » For the latest Nvidia drivers see https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa11:55
davidystephensonThanks for the response lotuspsychje. I am using the graphics ppa, but cannot get any version, including the auto installed Nvidia 430, to boot. I can only boot with all Nvidia drivers uninstalled.11:57
davidystephensonI'm not sure how I should use nomodeset. I can add it to my grub during start, right? Won't that just disable my graphics driver's which is where I am now?11:58
lotuspsychjedavidystephenson: you can enter your system with disabled nvidia?11:59
davidystephensonYes, it works fine with just x drivers. Just no HDMI or gaming is possible.11:59
davidystephensonAs I am a game developer this is a bit of an issue.12:00
lotuspsychjedavidystephenson: does apt give you errors when trying to install an nvidia driver?12:00
davidystephensonNo, installation seems successful12:00
davidystephensonAs far as I can tell.12:00
lotuspsychjedavidystephenson: at wich point does it go wrong then?12:00
rud0lfhello.. because i have no usb stick, i'd like to place windows iso image on one of partition of my external usb disk, and boot from there12:01
rud0lfis it doable? mksusb or dd cloning will overwrite entire disk12:01
davidystephensonWhen I reboot is just freezes with a blinking curse12:01
davidystephensonCursor*12:01
lotuspsychjedavidystephenson: hmm, sounds more like an uefi issue12:01
lotuspsychjedavidystephenson: you dualboot?12:01
rud0lfi googled it but it all says "make liveusb" irregardles what i look for12:01
jeremy31rud0lf: you may be able to boot the iso with grub12:02
rud0lfbut how to place it on partition? mount iso, rsync/cp it to partition and use uefi boot?12:02
rud0lfi don't install stuff to often, hence no knowledge about it12:03
davidystephensonI only have Ubuntu installed. It is an efi system. I did disable secure boot and I see the 'starting in insecure mode" on start.12:03
lotuspsychjedavidystephenson: your dmesg might tell you, kernel locked due to uefi settings, can influence graphics12:04
lotuspsychjedavidystephenson: as a test try, secureboot=off and fastboot=off12:04
davidystephensonlotuspsychje: where and how?12:05
lotuspsychjedavidystephenson: in your bios12:05
jeremy31rud0lf:  https://superuser.com/questions/1355604/boot-win10-from-an-iso-image-on-a-certain-partition-using-grub212:06
rud0lfthank you :)12:07
rud0lfjeremy31: but the question lasts: how do i put iso from file into partition, not whole disk?12:08
rud0lfafaik, iso contains whole disk image12:08
davidystephensonlotuspsychje: in the bios it says secure boot disabled. I see nothing about fast boot, any idea what else it might be called?12:08
jeremy31rud0lf: use cp12:08
rud0lfoh that simple, thanks :)12:08
lotuspsychjedavidystephenson: legacy or uefi12:08
davidystephensonSo I should set uefi boot to disabled12:09
lotuspsychjeyeah12:09
davidystephensonWill try12:09
davidystephensonlotuspsychje: with uefi boot disabled it hangs immediately on blinking cursor after bios screen, can't even get to grub.12:12
sdcleecan anyone answer a simple newbie question regarding using a live ubuntu 18.04 setup to install from where I want to retain existing partitions? i.e. I want to preserve /home and so on (which is on its own partition) - the other issue is that I have raided drives but my ubuntu upgrade from 14 => 16 creapped out, hence the need to reinstall the OS - thanks in advance12:18
sdcleethe raided drives match up ok (madam)12:19
davidystephensonlotuspsychje: I believe my current boot partition is efi but I'm not sure if that's relevant.12:20
sdcleewell ok, putting the raid setup to one side for now, I guess the simple question is can I not off a USB (I have but am in LIVE mode) and install ubuntu without overwriting all petitions?12:21
sdclees/petitions/partitions/12:22
strang3quarksdclee, I think you can do that in the manual partition mode12:22
sdclee(apologies for the typos - I have increased the font size now)12:23
strang3quarkyou can map the partition to /home and untick the format option, but you should do a backup anyway12:23
sdcleeok good stuff, so I'll get a choice at the beginning of the install12:23
sdcleeI have partition backups (two full sets) but they have been done with acronis and whilst I have restored many things in the past for customers I haven't restored full linux partitions12:24
sdcleeI am currently backing up manually critical folders to a 256GB mounted USB12:24
sdcleeso long since I used IRC that I've forgotten almost every command - still googling - it used to show users in the channel at the RH side - what's the command to see users please anyone?12:31
sdclee(looks like more homework for me)12:32
akiksdclee: it's always good to test partition restore before you actually need to do it :)12:32
akiksdclee: you can use either /names #ubuntu or /who * while you are on a channel12:34
sdcleeThe trouble is that acorns software doesn't have that facility as such though it does validate the overall image and partitions within it12:34
akik/who #ubuntu seems to work too12:34
sdcleeoh I tried those commands but nothing worked (let me go again)12:34
sdcleeoh but outside the channel itself, not whilst I am in it I presume?12:35
akiksdclee: i just tested those in irssi while on the #ubuntu channel12:36
sdcleewho does nothing (maybe because I am in a web client12:36
sdcleenever mind, I'll give more time to IRC itself once I have my ubuntu box back up and running12:37
The_LoudSpeakerHey! I have ubuntu 19.04 installed. I also ran 'sudo apt install unity' to install unity desktop. Everything's fine. I can select unity on log in screen and log into unity desktop. But when lock it. It goes to ubuntu 16.04 ish lock screen. I.e unity-greeter. Wheras when I log out, it goes to gnome's greeter. How do I set unity-greeter as default?12:52
The_LoudSpeakerIf I am in gnome session and lock it then I go to normal gnome's greeter. Not unity-greeter.12:52
The_LoudSpeakerDuring power up also, default is gnome's greeter. I would like to have unity-greeter there.12:52
The_LoudSpeakerAny help is appreciated.12:52
__raven_how to fix apt dependency problems? seems like dependencies are not resolved any more on any package installation13:43
EriC^^__raven_: paste "sudo apt-get -f install"13:44
EriC^^!paste | __raven_13:44
ubottu__raven_: 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:44
padanis there a way to specify default mount options for nfs client? can't find docu on /etc/defaults/nfs-common13:45
__raven_EriC^^: i tried already. it tells me the same as without13:45
EriC^^__raven_: yeah i want to see the output13:45
padani'm trying to do inline volume mounts in k8s but i need to specify nfs options, but you can only do that on pvs, so i'd like to just set the defaults for the server13:45
EriC^^__raven_: we dont have crystal balls here unfortunately, as you'll soon discover13:45
__raven_EriC^^: https://pastebin.com/Yh9D7Ty213:52
EriC^^__raven_: paste "sudo apt-get install ubuntustudio-controls"13:56
EriC^^__raven_: are you using any ppas?13:56
__raven_https://pastebin.com/0wce4J6Q13:57
__raven_no13:57
lotuspsychje!nfs | padan13:57
ubottupadan: nfs is the network file system. See https://help.ubuntu.com/community/SettingUpNFSHowTo for information on installing and configuring NFS.13:57
EriC^^__raven_: ok, type "sudo apt-get install jackd2"13:57
EriC^^__raven_: it's kinda like a rabbit hole, but hopefully we're closer13:57
__raven_https://pastebin.com/dTqLvMFH13:58
EriC^^__raven_: which ubuntu version is it?14:01
__raven_19.0414:01
__raven_xubuntu14:02
EriC^^!info libjack-jackd2-014:02
ubottulibjack-jackd2-0 (source: jackd2): JACK Audio Connection Kit (libraries). In component main, is optional. Version 1.9.12~dfsg-2 (bionic), package size 283 kB, installed size 1145 kB14:02
EriC^^__raven_: type "apt-cache policy libjack-jackd2-0"14:02
__raven_as i said this is not studio/jack specific but denies any software install operation  which has dependencies14:03
padanlotuspsychje: there doesn't seem to be anything in there that talks about how to set default mount options, or what the possible values are in /etc/defaults/nfs-common14:03
padanthere isn't a manpage for nfs-common either14:03
EriC^^__raven_: ah i see14:03
EriC^^maybe this will give us a clue to it14:04
EriC^^__raven_: also pastebin "tail -v -n+1 /etc/apt/sources.list /etc/apt/sources.list.d/*"14:05
__raven_https://pastebin.com/s8c91uL914:07
EriC^^__raven_: also the apt-cache policy ... command14:08
=== jstein_ is now known as jstein
__raven_https://pastebin.com/76qp8F1014:13
__raven_hm it still references the kxstudio repos but i purged those14:15
EriC^^__raven_: try purging using ppa-purge14:16
EriC^^!ppa-purge14:16
ubottuTo disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:<repository-name>/<subdirectory> » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html14:16
__raven_EriC^^: also no change :/14:18
EriC^^__raven_: is the package still installed?14:21
__raven_EriC^^: no. purged every list and reference14:21
EriC^^try apt-cache policy again14:21
__raven_i did. still kxstudio repo14:21
EriC^^are you sure you used ppa-purge on the right repo?14:22
__raven_yes14:22
EriC^^hmm14:22
EriC^^__raven_: try manually removing it using apt-get remove -s as a dry run and paste14:23
__raven_https://pastebin.com/MtxV6n9H14:24
EriC^^__raven_: no i mean the libjack pacakge14:24
__raven_it would remove xubuntu-desktop too14:25
EriC^^__raven_: can you paste please?14:32
__raven_https://pastebin.com/1xVtpMyn14:33
EriC^^__raven_: well that sucks, i wonder what would happen if you remove and reinstall in the same command14:34
EriC^^__raven_: also how many packages are actually of the repo, type "dpkg -l | grep kxstudio" and paste14:35
EriC^^__raven_: also try 'sudo apt-get -s remove libjack-jackd2-0 libjack-jackd2-0+" and see if something happens14:35
EriC^^__raven_: also please make sure that apt-cache show libjack-jackd2-0 version is the repo one not the kxstudio one14:36
davidystephensonI cannot boot on 19.04 with 5.0.0-16-generic (no dual boot). I have a Nvidia 1070. After an update, boot freezes on a blinking cursor after "bpfilter started". I can boot if I remove all nvidia drivers and use only X. I tried every version from the ppa but all freeze during boot.14:36
davidystephensonIts similar to this: https://askubuntu.com/questions/1084550/ubuntu-18-10-stuck-on-started-bpfilter-while-booting, which says to disable wayland in /etc/gdm3/custom.conf, but that didn't help. I have secure boot disabled. I tried disabling UEFI boot but then it freezes right after the bios screen.14:36
__raven_EriC^^: hey it indeed just was this single package. problem solved ^^14:39
__raven_tnx a lot14:39
=== SimonNL is now known as SimonNL_Afk
EriC^^__raven_: np.. did you remove the package?14:47
__raven_yes14:48
EriC^^__raven_: did you remove it with the depedencies  on it? such as xubuntu-desktop etc?14:49
__raven_no it just removed the package. nothing else14:50
EriC^^ah using the last command sudo apt-get -s remove libjack-jackd2-0 libjack-jackd2-0+ ?14:50
EriC^^anyways if you're sure nothing else got removed great14:51
EriC^^(apt-cache policy xubuntu-core should confirm)14:53
=== ben_r_ is now known as ben_r
fastfreshI've got myself a new ssd, and want to make a clean install - ssd for /, old hdd for /home.15:27
fastfreshWhat is the optimal way to do this?15:27
=== transfusion3 is now known as transfusion
sarashinaI'm trying installing Ubuntu 19.04 on HP Pavilion x360 14-dh0003tx. Everything looks good except for Wifi said "No Wi-Fi Adapter found"15:37
sarashinaSecureBoot is enabled, and I've checked "install 3rd-party drivers", and enter the set password + enter password in MOK after finishing installation of Ubuntu & rebooting15:38
TJ-sarashina: can you show us "pastebinit <( lspci -nnk )"15:39
sarashinaNo network currently, so pastebin should not work currently...orz15:39
sarashinaWait a second15:40
TJ-sarashina: OK, lets' try it more manually. I want to know the [????:????] at the end of the line shown by this: "lspci -nn -d ::280"15:40
sarashina10ec:c82115:41
TJ-sarashina: thanks; give me a minute or so15:41
sarashinaThanks!15:42
TJ-sarashina: seems the linux kernel, up to and including v5.l, doesn't know about that device15:43
sarashinaRTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821]15:43
sarashinaTJ-: Aaaaah.......15:43
TJ-sarashina: I'll do some more digging15:43
jeremy31tomasphino github for rtl8821ce15:47
TJ-sarashina: strange; I see some out-of-tree kernel builds adding that module source going back to 2017, but no sign of it being proposed or added to mainline15:47
TJ-jeremy31: any ideas why its not even in staging?15:48
jeremy31TJ-: did you find something in an OEM kernel?15:48
jayjoI'm trying to get nginx on an ubuntu instance to listen on two public IP adresses. I've associated a second IP address with my box in aws, but no traffic is currently routing. I'm using 18.04, is netplan the current way to adjust the routes for the OS? I see an AWS guide but trying to get a better grasp at the procedure15:49
jeremy31sarashina: See https://forums.linuxmint.com/viewtopic.php?p=1607856#p160785615:49
TJ-jeremy31: not Ubu OEM, just something from endlessm15:50
sarashinaTJ-: I found some solutions for RTL8821CE after hours of Googling, however most of them ask me to disable Secure Boot...15:50
TJ-sarashina: if the HP has no network at all you need to put the files on a USB Flash storage device and transfer them across15:50
jeremy31sarashina: what result from terminal for> mokutil --sb-state15:50
TJ-sarashina: because the module is not in the linux mainline kernel it cannot be signed, so S-B would have to be disabled in order to use it *if* you don't have your own Machine Owners Key set up so you can sign the module yourself15:51
sarashinajeremy31: `SecureBoot enabled`15:51
jeremy31TJ-: I don't know where endlessm got that code.  They did have a complete kernel on github15:51
TJ-jeremy31: it says in their repo; from the RTL tar.gz :)15:52
jeremy31sarashina: No ethernet or USB tether to smartphone to get internet?15:52
TJ-"From Realtek official release rtl8821CE_WiFi_linux_v5.2.5_23431.20170824_COEX20170310-1212.tar.gz"15:52
sarashinajeremy31: No...15:52
jeremy31sarashina: What kernel are you using?15:53
TJ-sarashina: I'd suggest your first task is to download the source DKMS files from github onto a USB Flash, transfer them into the HP at /usr/src/rtl8821ce-5.2.5/ and make sure it'll build. With that out of the way you can either 1) disable SecureBoot (maybe just to test it) or 2) use mokutils to sign the module15:54
sarashinajeremy31: Just the ubuntu 19.04 out-of-box, 5.0.0-13-generic15:54
jeremy31sarashina: I would compile it for you but I do not have the 5.0 kernel15:55
* TJ- is compiling it now15:56
TJ-sarashina: however, I've got the -16-lowlatency  kernel :)15:57
sarashina-16-lowlatency ?15:57
TJ-sarashina: if it builds I can pull the headers for -13-generic and build against that and let you have the .ko file. Then if you can boot with Secure-Boot disabled at least once, you can get network15:57
TJ-sarashina: my 5.0.0-..... kernel version (different to what you have)15:58
sarashinaOooh...15:58
TJ-sarashina: OK, it build, so I'll pull the headers you need and rebuild for that15:58
jeremy31TJ-: you might be able to use sed on the compiled module to change the vermagic from lowlatency to generic15:58
sarashinaOh my God thanks you both so much...15:59
=== andrex is now known as anderx
TJ-jeremy31: not worth it; easier to build against the correct headers and not suffer later :)16:02
jeremy31-16 isn't available to me yet on Mint 19, must only be for Ubuntu 19.04 at this time or in bionic-proposed16:03
sarashinaOr maybe I just buy a USB RJ45 adaptor and build by myself...16:03
TJ-sarashina: building now, be ready in a minute16:04
jeremy31sarashina, I don't imagine dkms or build-essential is installed by default on 19.0416:05
TJ-sarashina: whilst we wait you prepare the HP. Do "sudo mkdir -p /lib/modules/5.0.0-13-generic/updates/dkms  "16:05
sarashinaTJ-: Ok done16:09
jeremy31-13?  TJ-16:09
sarashinajeremy31: Yes dkms is not installed by default16:10
jeremy31Whoops, that is correct16:10
TJ-sarashina: now download the built kernel module on your current PC from https://iam.tj/projects/ubuntu/8821ce.ko16:10
TJ-sarashina: put the module on a USB Flash, transfer it to the HP, copying it to the directory you created16:10
TJ-sarashina: you'll need 'sudo' for that of course16:11
TJ-sarashina: then finally do "sudo depmod -a"16:11
TJ-sarashina: then you'll need to reboot with Secure Boot disabled OR go through the mokutil process so you can sign it yourself16:11
sarashinaOh my God system totally freeze (even Ctrl+Alt+F1 cannot enter tty) as long as I click reboot......16:21
=== SimonNL_Afk is now known as SimonNL
TJ-sarashina: The wonders of HP :)16:24
sarashinaNow my computer (it seems Windows) is trying recovering itself, I guess it's because I force shutdown via hold power button...XDD16:25
sarashinaHoly sh... Windows is broken XDDDDDDD16:26
sarashinaTJ-: I'm so sorry for that I have to sleep right now because I've go to work tomorrow and it's midnight in my timezone. I will try tomorrow (or maybe days later) if I have time and will report in this channel to you, thanks you again!16:27
TJ-sarashina: good luck with it16:27
ahi2 getting - cups.service: Failed with result 'start-limit-hit'    - ubuntu 18.04 - can anyone help?16:43
samthewildoneis it possible to take a screenshot from one screen if you have two ?16:44
samthewildoneas in two separate monitors16:44
=== lempis is now known as emilsp
samthewildonewhen I hit 'print screen' is outputs the full spread of screens16:44
jeremy31sam have you tried ALT or CTRL + printscreen?16:45
samthewildonejeremy31, thank you spicy boi, that's what I was messing up on16:46
jayjoI'm trying to configure a secondary ip, does my secondary interface need to show the address as well or is it ok if it does not? https://bpaste.net/show/0e744206edcb16:49
jayjothe first interface (ens5) correctly shows inet 10.0.10.37  netmask 255.255.255.0  broadcast 10.0.10.255, but ens6 does not show that.16:49
oceanquakeHi all.  I'm experiencing hard lock-ups on 18.04.  System is a laptop, passes memory and motherboard diags.  Magic SysReq works when it locks up and I can reboot that way.  Since Magic SysReq works, is there a way I can get any useful debug information to help in diagnosing lockup cause?17:08
jeremy31oceanquake: check out the kern.log files in /var/log look for the date/time stamp of when the lock-up occurs17:11
oceanquakejeremy31: thanks, I didn't realized this info was logged.  As I'd suspected, it looks like an issue with amdgpu.  I'm on hwe kernel - any recommendations as to best way to see if there is an update that might help?17:17
jeremy31oceanquake: google some of the error lines from the log and see if any fixes are found.  I don't know much about amdgpu17:18
illuminated_where does "archive mounter" mount things?  Where's its mount point17:25
ayekatilluminated_: findmnt might help to find out17:32
illuminated_hmm that doesn't seem to be helping17:34
illuminated_but thanks tho17:34
illuminated_ahh it did help.. thanks17:35
afidegnumsudo apt-get install ia32-libs-multiarch18:08
afidegnumE: Unable to locate package ia32-libs-multiarch18:08
afidegnumwhere can i get it ?18:08
afidegnumusing ubuntu 16.0418:08
ioriaafidegnum, maybe you want gcc-multilib18:09
afidegnumit didn't solve the problem18:13
afidegnumioria: emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure KVM is properly installed and usable. CPU acceleration status: /dev/kvm is not found: VT disabled in BIOS or KVM kernel module not loaded More info on configuring VM acceleration on Linux: https://developer.android.com/studio/run/emulator-acceleration#vm-linux General information on acceleration:18:13
afidegnumhttps://developer.android.com/studio/run/emulator-acceleration.18:13
Ben64the error message seems pretty clear18:15
ioriaafidegnum, the ia32-libs-multiarch it's not available18:16
ioriaafidegnum, skip it ?18:16
ioriaafidegnum, or go with this : sudo apt-get install qemu-kvm libvirt-bin virtinst bridge-utils cpu-checker18:16
ioriaafidegnum, the run 'kvm-ok'18:17
afidegnumok18:17
=== westor{off} is now known as westor
illuminated_I want to modify /usr/share/applications/file-roller.desktop and comment out NowShowIn=KDE, but I figure if I make a change there, it'll get overwritten in an upgrade or something.  Is there anything wrong with copying it to $home/.local/share/applications and making the change there?18:32
TJ-illuminated_: you could do that if you only want it to affect you, or you can use dpkg-divert18:38
ausjkerunning ubuntu 18.04 GDM3 by default, question: can I switch user from command line(i.e. that will force GDM returns to login screen while keep all sessions open for the just-logged-out-user18:39
illuminated_thanks TJ18:39
TJ-illuminated_: e.g. "sudo dpkg-divert --divert /usr/share/applications/file-roller.desktop.divert --rename /usr/share/applications/file-roller.desktop "18:39
TJ-illuminated_: from then on any package affecting that file will write to the .divert version leaving the original that you've edited alone18:40
illuminated_thanks m8.  that's a new command for me.18:41
maxzorHello I am using recordmydesktop, and the sound volume is really low, how can I raise it?18:43
jimTheRobotAre you using audacity?18:44
maxzorjimTheRobot, dunno, but nvm the ubuntu entry sound setup worked...18:45
maxzorty18:45
gallomimia_did it work? Am I SASL'd?18:53
gallomimia_pretty glad i tried before i buy'd. visual LVM won't work on nested containers18:57
gallomimia_.18:58
gallomimia_oh. who is stealing my nickname!? this other computer..18:58
jeremy31gallomimia_: Shows using a Secure Connection18:59
=== gallomimia_ is now known as Gallomimia
jeremy31Gallomimia: you might want to /nickserv set enforce on19:00
Gallomimiathought i had that. it's been a few years since i have freenoded19:01
TJ-Gallomimia: Coincidentally, I was looking at visuallvm and decided to design/write a GUI, but using an HTML5/CSS/Javascript front-end to a backend that uses the lvm shell. (HTML/CSS since it's easy to style and easily cross-platform)19:02
Gallomimiaanyway. open to suggestions on working with my LVM setup. i quite badly need to examine how my LV's are arranged on the PV, which is actually a crypto volume19:02
Gallomimiareally? are you still working on it?19:03
TJ-Gallomimia: "lsblk; lvdisplay -m"19:03
TJ-Gallomimia: I haven't started yet; I was only looking at visuallvm earlier today when I decided !!19:03
Gallomimiagosh i'd love to get my hands dirty on that19:04
Gallomimiabut, i still struggle to play with any kind of CVS. the manuals are so vague to me when executing a complex merge19:04
TJ-Gallomimia: I got to thinking the quickest way of creating something that is maintainable AND can support all the complexities of LVM. That made me think of a backend that interfaces to the lvm shell itself, driven by a Javascript front-end19:04
Gallomimiathat would be a highly extensible system19:04
Gallomimiasince you could rig it to run remotely19:05
TJ-Gallomimia: I just want to minimise the amount of learning/work/maintaining I'd have to do19:05
TJ-Gallomimia: right, I was taking a leaf out of the CUPS admin on http://localhost:631/19:05
TJ-Gallomimia: if you want to talk about it more /join #ubuntu-discuss19:05
Gallomimiai would hope that it uses keys19:05
kinghatdoes ubuntu have a native dark mode?19:26
lotuspsychjekinghat: i use adwaita dark theme on gnome19:26
kinghatya i was using that on KDE as well. is there a native one?19:26
kinghatim testing out ubuntu 19 and its pretty smooth19:27
kinghatmight switch over19:27
lotuspsychjekinghat: adwaita dark is native19:27
kinghat?19:27
lotuspsychjekinghat: install gnome-tweak-tool so you can switch themes easy19:27
lotuspsychjekinghat: for dark themes, there's adwaita dark and high contrast19:28
kinghatthat doesnt sound very native. 😛19:29
lotuspsychjekinghat: with native i mean, the theme doesnt need to be installed, its there in the list19:29
lotuspsychjekinghat: firefox has also a dark read mode in settings19:30
kinghatim talking about the system ui being dark19:30
lotuspsychjeyes19:31
=== thewaspsknees1 is now known as thewaspsknees
kinghatinstall gnome-tweaks or tweak-tool?19:36
kinghatnvm you already said that19:36
kinghatsorry19:36
kinghati thought gnome used yaru?19:37
kinghator switched to it?19:37
lotuspsychjekinghat: im on 18.04 here, check in gnome-tweak-tool wich theme is default for your release19:38
lotuspsychjekinghat: on 18.04 its adwaita19:39
kinghatlooks like it on 19 as well19:39
lotuspsychjekinghat: the icons for 19.04 are changed19:40
M_aD19.04 uses the new theme afaik19:40
kinghati have 3 monitors and i set my primary to the middle one but the login screen is still showing up on a different monitor than primary.19:40
kinghatnew theme as in adwaita?19:40
M_aDYaru iirc19:41
M_aDthey said they would switch, i know it's a dark theme so i guessed it was that19:42
M_aDkinghat:  https://www.omgubuntu.co.uk/2019/04/how-to-try-the-new-adwaita-theme-on-ubuntu-19-0419:46
b1ack0phi19:48
b1ack0pi am having error about ubuntu livepatch19:49
b1ack0pCanonical Livepatch has experienced an internal error. Please refer to https://wiki.ubuntu.com/Kernel/Livepatch#CommonIssues for further information.19:49
b1ack0peverytime i login to ubuntu19:49
b1ack0phow can i fix this problem?19:49
kinghat M_aD so they are getting rid of yaru and switching to adwaita?19:50
M_aDno19:51
TJ-b1ack0p: you'd have to ask Canonical support for that; they control it, we have little insight into it19:51
M_aDkinghat:  just wanted to point out that Ubuntu switched to Yaru in 19.0419:51
M_aDbut that you can try the new Adwaita theme19:52
kinghatthats what i thought. just wondering why adwaita is listed as default?19:52
kinghator is it just default for gnome but not gnome on ubuntu?19:53
M_aDdunno, could be19:54
kinghatfrom article: "Adwaita is the default theme of the GNOME Shell desktop."19:54
Snooberall teh cool kids user Pop!_OS anyways :P19:57
jeremy31Snoober: Can Pop exist without Ubuntu?19:59
Snooberno lol20:00
Snooberi'ts basically ubuntu20:00
Snooberbut you guys were talking about icon themes so I brought it up20:00
NetTerminalGeneall cool people use debian20:04
wondowson macOS I can press Command+backspace to delete everything on the left of the cursor in any text editor. Is it possible to do that on Ubuntu somehow?20:05
b1ack0pTJ-: how can i contact canonical?20:05
TJ-b1ack0p: how and where would depend on what the actual fault is I think -if it is their servers for example20:06
b1ack0pTJ-: i dont know but everytime i login i am facing same error20:07
b1ack0psecurity icon on top bar with "!" symbol20:07
b1ack0pwhen i click it is written " Canonical Livepatch has experienced an internal error. Please refer to https://wiki.ubuntu.com/Kernel/Livepatch#CommonIssues for further information.20:07
TJ-b1ack0p: I don't use it so can't help you there20:10
b1ack0pok20:11
=== lempis is now known as emilsp
jackquestion: where the heck is pkg-config??20:19
jcottonyou may need to install it20:20
jackbuild-essential?20:20
jcottonprobably just pkg-config20:20
jcottonbuild-essential would include it20:20
jcottonprobably20:20
jackok, thx20:21
kinghathmm tried a few things to get the login screen onto the correct(primary) display but no dice.20:21
Vampierqq (I hope) I have a touch pad with no buttons - lower left corner and lower right corner are left and right mouse buttons presses - however it comes pretty precise and I mostly hit the 'middle' button which will paste stuff or open a new window. Is there a way to disable the middle button forever (ubuntu 19.04)20:22
CheaplogicHello, Does anyone know if it is possible to join ##Linux while using a Tor connection?20:22
TJ-Cheaplogic: if I recall no, due to it being abused20:23
jeremy31Cheaplogic: try /mode ##linux +b20:23
jayjoI have added a second ip address to my primary interface, I see some conflicting ways to do it here: https://askubuntu.com/questions/313877/how-do-i-add-an-additional-ip-address-to-etc-network-interfaces when I'm using ubuntu 18.04. should I use `up ip addr...`?20:24
=== im0nde_ is now known as im0nde
VampierI already tried it with gsettings set org.gnome.desktop.interface gtk-enable-primary-paste false / gsettings set org.gnome.desktop.peripherals.touchpad  middle-button-enabled false and xinput set-button-map 12 1 0 320:25
Cheaplogic* ##linux: *!*@*tor-sasl* on Sun Jan 13 16:20:16 2019 by sauvin!~sauvin@about/linux/staff/sauvin20:25
CheaplogicD:20:25
TJ-jayjo: is that on a server with no GUI ?20:25
CheaplogicJeremy31: thanks for the help20:25
jayjoTJ-: yes it is20:25
TJ-jayjo: usually expected it'll be using systemd-networkd on 18.04, possibly via netplan YAML20:26
Vampierso this channel is support on how to join ##linux now? :D20:26
jackgot it. pkg-config pulled build-essential ;)20:26
* jack hugs jcotton 20:26
jayjook, I thought the netplan yaml was for additional interfaces. Is it for additional addresses on the same interface as well?20:27
TJ-jayjo: https://netplan.io/examples#using-multiple-addresses-on-a-single-interface20:28
jayjothis is what it looks like now: https://bpaste.net/show/188d188daccc is it ok to just add the addresses or will I have to configure the gateway4 like the example on netplan.io?20:33
TJ-jayjo: it's using DHCP now , so are you wanting to have DHPC *and* a manal address?20:34
TJ-s/manal/manual/20:34
jayjoI believe the first address (10.0.10.37) is using DHCP and I can see it on the interface from ifconfig: https://bpaste.net/show/90a32584b23f, but I assigned a secondary address to the interface through the aws console. Would I then just add this static address in the 'adresses' section of the yaml? so one is static one is dhcp?20:37
TJ-jayjo: I'm not sure if netplan caters for that (or systemd-networkd for that matter).20:40
jayjobut they could both be static with netplan?20:40
kinghatfound a fix for the login location here: https://askubuntu.com/a/1149872/96434520:41
TJ-jayjo: not sure if you need this, but the AWS docs suggest you should use a separate NIC for the additional addresses https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/MultipleIP.html#StepTwoConfigOS20:43
jayjook, I can do that if it's the best way. So I've added an additional NIC (an ENI in aws) and allocated an address. They have this netplan yaml for the separate nic configuration: https://aws.amazon.com/premiumsupport/knowledge-center/ec2-ubuntu-secondary-network-interface/ what is the '/20' cidr block on the addresses?20:46
jayjootherwise I should be able to test this, wasn't able to figure out how to get it to work on the same ENI20:46
jayjoon ubuntu 18.04lts20:47
TJ-jayjo: I don't use AWS so can't really help much on the speficics20:50
kinghatdoes chrome continue where you left off if you have an installed PWA running?20:59
kinghatits not for me, im wondering if someone can check if its the same for them.20:59
kinghatthe PWA has to be installed and running when you close your main chrome browser, leave the PWA open, and open chrome again. for me its not remembering the tabs/session i had.21:00
=== thewaspsknees1 is now known as thewaspsknees
jayjoeven in this configuration from netplan: https://netplan.io/examples#using-multiple-addresses-with-multiple-gateways should these addresses be these large cidrs? shouldn't it just be the /32?21:28
styles_I have a 100 GB text file I need to modify, does anyone have any tools that I can open, seek to a very specific line and the modify/fix? On windows EmEditor does the trick21:28
gallomimiamore should handle that. cut? line editors21:30
styles_So I can sed to the line, but I can't modify it21:30
styles_I thought about writing a sed to modify the line, but I'm going to have to do this like 100 times and it feels error prone21:30
gallomimiajust that line? should be able to write it back out21:30
gallomimiasounds like something you'll want to write a script for21:31
wondows100 gb text file :o21:31
gallomimiaare all the modifications different?21:31
styles_It's a CSV file. I've been catting the file through csvtool to validate it... and once it detects a failed line, I want to just go to that line in an editor, look through it and see whats wrong21:31
styles_yeah21:31
styles_99% of the time there's a missing " somewhere21:31
gallomimiauh..... grep21:31
styles_yeah grep will give me the line out, but how do I modify or update that s pecific line haha21:31
styles_sed #p works great, but yeah that only lets me find the line to figure out the error, not update it21:32
TJ-styles_: "sed -i '5235 s/changethis/tothis/' path/to/file21:32
gallomimiacertain i've seen a script for this in the past21:33
gallomimiayou might even google for a script that does exactly what you want21:33
TJ-styles_: that assumes you know the line number is 5235, presumably using "grep -n changethis path/to/file"21:34
styles_sed -sed -i 1551113 s/,",/,"",/ file.csv21:34
styles_ignore the first sed-21:34
gallomimiaoh dear21:34
styles_but something like that21:34
gallomimiachanging " to "" is gonna be dangerous21:34
styles_yep lol21:34
styles_that's the problem21:34
gallomimiaone mistake and you'll have it triple up21:34
gallomimiamaybe.... can you search for single quotes21:35
gallomimialike. quote marks that are on their own, not already doubled21:35
gallomimiayeah. did that before. hope you got a backup21:35
styles_of course lol21:35
styles_I have the raw files, a workspace folder where it's all coped to21:36
gallomimiacool21:36
gallomimiaand maybe a few intermediates with progress made21:36
gallomimiathat's a lot of gigabytes21:36
styles_113G in size (1 of 4 files)21:37
gallomimiaso, the changes you want to make are ALL double up the quotes?21:38
styles_I need to find a way to process the csv file fast and find errors (so I was cating through csvtool) and once a failed line is found, I need to find a way to modify the line w/ a fix, re-test and once all of this is done.. import into postgres21:38
styles_no, sometimes there's just a chunk of data missing for w/e reason and we just remove the whole line21:38
gallomimiaa bash script is for you21:38
styles_haha cat the line, test it w/ csvtool if it takes check for a single quote if not, remove line? :P21:39
styles_Might be easier to just cat it all out to a new file21:40
gallomimiayou've got the part where you identify the line and the error down21:40
gallomimiagrab the line number, execute a subroutine with that as an arg21:41
gallomimiaa different sub for each type of fix21:41
styles_yeah lol problem is csvtool fails once it finds an error, so w/o a setting we'd restart the process21:41
gallomimiaone sub for remove, one sub for double quote21:41
gallomimiaone for anything else you find....21:41
gallomimiaand restart the tool at the given line number. +1 if it was a fix, +0 if it was a delete21:41
gallomimiatest21:46
* OerHeks watching a test in progress21:57
EriC^^OerHeks: shhhhh21:57
EriC^^it's about to get to the good part21:57
* EriC^^ passes OerHeks some popcorn21:57
gallomimiai didn't disconnect? how odd....22:02
TJ-styles_: is what you're trying to do is ensure there's " " around all text strings in a string field?22:17
styles_TJ-, yeah, and sometimes there's just missing data on lines22:19
styles_It seems like a failed concat of multiple files22:19
styles_I ultimately would just ignore these lines22:19
* extor is looking at the power settings and much to his amazement he sees no way to "suspend laptop when at 5% battery power". Just "suspend after X minutes of inactivity". 22:24
extorI just wanted to leave an installation/update running on battery for a couple of hours and let it suspend near the end.22:25
gallomimiahours??22:26
OerHeksinstall dconf-editor, org.gnome.settings-daemon.plugins.power gives some options22:27
OerHekspercentage is standard 2%22:28
extorYes hours because the files for android studio are taking so so long to download over my saturated wifi link22:29
cnnxI just ran nvidia-xconfig --coolbits=31 and rebooted and since then i dont get my desktop, I've also tried to reset the xorg.conf with nvidia-xconfig22:31
cnnxwhat can I try?22:31
cnnxIk was trying to get a program to work called tuxclocker for my gpu22:31
cnnxim in console mode now22:31
extorNo luck but very nice editor OerHeks22:34
OerHekschanges need logout/login, usually22:36
cnnxanyone?22:36
cnnxhow can ireset my desktop22:36
Svetacnnx, i'd suggest to ask #nvidia, and get more patience (the scale of 12 hours of leaving the chat open)22:36
cnnxso i get a gui again22:36
cnnxoh ok22:37
duckycnnx, whats your DE?22:37
akikcnnx: did it write some changes in your home dir? .nvidia*22:37
Svetacnnx, i would be curious if you can uninstall nvidia and maybe things start working, but i am not sure this will work22:37
Svetathanks akik22:37
cnnxSveta: i will try22:37
Ben64don't uninstall22:37
cnnxducky: default DE22:38
cnnxfrom 18.0422:38
cnnxill try apt remove nvidia then?22:38
Ben64check the logs first, see what's happening22:38
duckyoh i thought you were asking only about restarting the desktop. didnt see the whole nvidia deal, sorry22:38
Ben64then see what changes happened to xorg.conf22:38
OerHeksare those 'coolbits' written to xorg.conf?22:38
Ben64fix the problem instead of randomly doing things22:38
cnnxnot anymore22:38
Svetacnnx, Ben64 suggests not uninstalling, better follow his/her advice22:38
cnnxi ran nvidia-xconfig22:38
cnnxto reset it22:38
cnnxbut still no desktop gui22:38
cnnxwheni reboot22:38
OerHeksplease stop the enter for  attention seeking, thanks22:39
personnameherehey all, I need help with the onscreen keyboard, caribou I think. Essentially, it is awful. Unusable in many situations. I would like to disable it when I am logged in (though I do need it at the login screen). Can anyone help?22:42
coz_personnamehere, not sure however you could try california22:43
cnnxthanks guys22:43
coz_no sorry22:43
cnnxI re-installed nvidia and im back in the gui22:43
coz_personnamehere, wrong app22:44
OerHekssystemsettings > universal access > enable 'Menu' so you can easily turn keyboard of22:44
OerHeksc/off22:44
personnamehereOerHeks, unfortunately it does not respect that setting, which is apparently intentional behavior22:47
personnameherewhen you click on a text entry field from a touchscreen the keyboard comes up, regardless of whether that setting is on or off22:48
samthewildoneanyone uses keepassx ?22:48
Svetacnnx, nice22:48
OerHekspersonnamehere, oke, then you need to have a keyboard attached, i guess..22:48
personnameherewhat I want to do is use another virtual keyboard app (onboard) OerHeks22:49
personnamehereunfortunately right now I get both showing up if I turn on onboard22:50
personnamehereso I really need to disable caribou somehow when I am logged in22:50
OerHeksthere is a gnome extention;  Block Caribou https://askubuntu.com/questions/1102798/ubuntu-18-10-cannot-disable-on-screen-keyboard-on-touch-screen-laptop22:52
OerHeksthe switch only works when an other keyboard device is present.22:53
personnamehereno OerHeks, it does not work period... I have another keyboard right now and if I use the touchscreen with that setting off caribou still pops up. I will probably give that extension a try, though22:54
personnamehereI am on 18.04 though, it could be different in 18.1022:55
OerHeksno, this was the most recent post about disabling caribou, it is an issue since 11.1022:56
OerHeksit should have the latest apple feature, swipe it to the side22:56
personnameherethen perhaps what I am experiencing is a bug rather than intended behavior, but I can verify it will not stay disabled23:01
personnamehereOerHeks, however that extension works. :-)23:11
OerHeks:-)23:12
OerHekshave fun!23:12
personnameherewill do. personnamehere out23:12
mo_feezyhi, all. I'm having an issue with my fb install on ubuntu 18 anyone available to help?23:14
mo_feezymenu appears when I click, but doesn't disappear. then each click adds a new menu (old ones not functional)23:14
mo_feezyonly the first selected submenu will work, once I move to a different submenu the whole menu stops responding to clicks, but remains on the screen23:15
mo_feezynot sure if there's a name for this issue, so I can only describe it23:15
mo_feezyubuntu 18.04, nvidia 418.43 driver23:15
Bashing-ommo_feezy: "fb install" means what ?23:16
mo_feezyfluxbox, my mistake23:16
akemI run nearly the same configuration as mo_feezy on 2 machines and i don't have this problem, difference is the nvidia-drivers version, i use 390...23:17
akemmo_feezy, did you set anything special manually regarding the xorg configuration? or maybe with nvidia-setting or is it all default?23:20
=== thewaspsknees1 is now known as thewaspsknees
mo_feezyit was all default for most of the time, but since I haven't been able to get fb to work correctly i've played with a few things (overclocking related) but those settings reset whenever I reboot23:21
TJ-mo_feezy: have you examined the logs? "journalctl -b -p warning" for example23:22
mo_feezyTJ-, no, wasn't sure what to look for.23:26
akemmo_feezy, You installed fluxbox with apt right?23:28
mo_feezyyeah23:28
akemOk.23:28
mirakhi23:28
mirakanyone knows well the boot process with efi ?23:28
mirakwith grubx64.efi and such23:29
TJ-mirak: what is your real question?23:29
Bashing-ommirak: See TJ-'s tutorial: https://iam.tj/kb/pc/boot/#a_bootloader .23:30
* TJ- grins23:30
TJ-Bashing-om: yurk, that's on old not-supposed-to-exist link!23:31
TJ-mirak: see https://iam.tj/prototype/guides/boot/23:32
TJ-Bashing-om: update your bookmark, I'll stick a 301 redirect on the link you have though23:32
Bashing-omTJ-: Will do !23:33
gallomimiaholy.... shnikeys23:33
akemmo_feezy, i would check the nvidia drivers - but if you prefer you can try to boot the live USB which should use Nouveau i think and tryout fluxbox from there - see if you have the same issue.23:35
mo_feezymight give it a go later tonight23:36
mo_feezyTJ-, nothing in there that I found related to fluxbox or nvidia23:36
mirakTJ-, the real question is how to multiboot multiple different ubuntu installations23:37
=== mnemonic is now known as Guest56730
gallomimiavery nice guide TJ23:37
gallomimiai like... almost understand.... some of it.23:37
mirakTJ-, the issue I have is that "/msg NickServ identify23:40
miraksorry23:40
gallomimiayeah don't type the password here23:40
mirakhaha23:40
mirakit was an old past, my password is already in23:41
mirakTJ-, the issue I have is that even if I have a "efibootmgr -v" that gives  oot0007* @dingoHD(2,GPT,de6f5e22-4805-4a1d-9a4e-a7328b3cb901,0xe1800,0x32000)/File(\EFI\@DINGO\SHIMX64.EFI)  then it seems it always endup loading the file in "/boot/efi/EFI/ubuntu/grub.cfg"23:42
TJ-mirak: multiboot with EFI?23:42
mirakTJ-, yes, I have LVM, with different ubuntu versions. I want to be able to choose them from uefi23:43
mirakor from grub,23:43
mirakbut it's really painfull to do23:43
gallomimiareally? happens automagically for me23:43
mirakgallomimia, what is your setup ?23:44
TJ-mirak: in theory from the UEFI boot manager is going to be easier *if* you can tell GRUB to use different install paths, which at present is , I think, your problem23:44
gallomimiaraid5 with crypto and lvm inside that23:44
TJ-mirak: you've multiple installs all writing into /EFI/ubuntu/23:44
gallomimiai installed 19.04 on a separate drive, and once i got it all running, it gave me boot options for my very old 14.04 install23:44
TJ-gallomimia: that's from GRUB via its os-prober search though23:45
TJ-gallomimia: if you, in 14.04, did a update-grub or grub-install it'd over-write the 19.04 GRUB files - this is the kind of problem mirak is facing23:45
gallomimiayes. it didn't do it until i ran apt-get dist-upgrade whilst it was crypto unlocked.23:45
mirakTJ-, not if I modify /etc/default/grub  and replace "GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`" with something like "GRUB_DISTRIBUTOR=@dingo"23:46
gallomimiai see23:46
TJ-GRUB assumes there's only one of it on a drive (only 1 OS controls the boot-loader)23:46
mirakTJ-, yes basically, so I found what controls the /EFI/$GRUB_DISTRIBUTOR23:47
mirakbut then after it seems always redirect to /boot/efi/EFI/ubuntu/grub.cfg  like if it was hardcoded23:47
mirakin some binary like SHIMX64.EFI23:47
mirakor  grubx64.efi23:48
mirakbecause it doesn't want to take /EFI/$GRUB_DISTRIBUTOR/grub.cfg23:49
TJ-mirak: yes, there's somewhere else it has to be changed. I hack on GRUB but can't recall where the additional Ubuntu wrappers do it, give me a mo23:49
mirakTJ-, looks to me it's hardcoded in the binary, or it's in BOOTX64.CSV I don't know23:51
TJ-mirak: grub-install --bootloader-id=XXXX23:52
mirakTJ-, this is what I did already23:53
mirakit would make sense, but it doesn't seems to be enough23:53
mirakI will try again though23:53
TJ-mirak: that is set by default to the Distributor ID, from util/grub-install.c:: "if (!bootloader_id && config.grub_distributor)"23:55
TJ-mirak:  oh hang on! You said shimx64.efi - are you using Secure Boot ?23:58
TJ-mirak: because for the grub-signed packages the paths will be hard-coded because the core image is pre-built and signed by Canonical23:59

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