/srv/irclogs.ubuntu.com/2021/02/11/#ubuntu.txt

ivo_cavalcanteekkis: you could install it, and look at the contents; it gets mounted at /snap/<package>/current00:31
ekkisbut from what I understand there's nothing there because you cannot look at the contents00:34
ivo_cavalcanteyes, you can00:34
ivo_cavalcanteonce installed, they're mounted on the FS00:35
ivo_cavalcantea Snap package is a compressed SquashFS image00:35
ivo_cavalcantewhen installed, it gets mounted on /snap/<package>00:35
ivo_cavalcanteI believe you can mount it even without installing00:36
ivo_cavalcantejust downloading the package and doing some trickery00:36
cjdesnofor ubuntu 20.04 on raspi4, any guidance on getting a custom u-boot running? i tried just building last month's tag with the config i wanted, but it ended up bootlooping00:36
ivo_cavalcantehave to look into it, but it's doable00:36
cjdesnois there an image build repo or something where i can see the exact build process being used for the stock image, so that i can make sure i'm starting from a known good setup?00:38
cjdesno*for u-boot on the 20.04 rpi4 image, i mean00:38
ivo_cavalcantecjdesno: sorry pal, don't know this one....00:39
ekkisivo_cavalcante: as it is, I've read that the snap for the package I'm interested in is untrustable, so I'm abandoning the effort.  but thanks for the help00:39
ivo_cavalcanteekkis: you're welcome00:39
ivo_cavalcanteout of curiosity, what you mean by "untrusted" ?00:40
ekkisI mean that you cannot trust that the binary was produced from a trusted source01:25
nikolamWhy my Intel based LAN card , that is on PCI-E 1x slot does not come back after coming back from the standby? (a1000e module)01:29
nikolamI have one integrated Intel UTP LAN adapter, that is answering under name: I217-LM (rev 04) that gets resets from time to time and also PCI-E Ethernet LAN in the form of PCI-E card, that answers to the Intel 82574L name.01:31
nikolam82574L does not come right from the standby, leaving itself unconfigured in netplan..01:32
mbbsd\quit01:48
=== zbenjamin is now known as Guest74850
=== zbenjamin_ is now known as zbenjamin
=== MICROburst1 is now known as MICROburst
=== vlm_ is now known as vlm
hanasakiwhat directory do you delete to wipe out all the gnome user installed extensions02:20
leftyfbhandlebar: you should use the extension app to remove extensions02:35
bzbusing ubuntu 20.04, pyqt4-dev-tools not found. How to fix this? Thanks02:52
sarnoldbzb: I think all the qt4 was yanked and replaced with qt5 things02:56
sarnoldbzb: what exactly are you trying to do?02:56
CitralHey i have a question. How can i build password protected Zipfiles on ubuntu with hidden files, them you cant see in the zipfolder? I'm using Ubuntu 20.0402:59
sarnoldCitral: "with hidden files"?03:00
bzbi'm trying to compile a bitcoin wallet. armory. https://btcarmory.com/docs/building/03:00
bzbsarnold: i'm trying to compile a bitcoin wallet. armory. https://btcarmory.com/docs/building/03:01
bzbsarnold: requires $ sudo apt-get install git-core build-essential pyqt4-dev-tools swig libqtcore4 libqt4-dev python-qt4 python-dev python-twisted python-psutil automake autotools-dev libtool03:01
CitralI dont know how to describe. i want to hide the filenames inside the protected zip file03:01
Citralbtw the whole content03:02
sarnoldCitral: what do you want to happen when someone decrypts and expands the zip?03:04
sarnoldbzb: wow that website is horrible to use :)03:05
bzbsarnold: so, any suggestions to solve my issue?03:05
CitralI want that the files are then ready2use after input the password... before that i want hide all infos about the content of my archive...03:06
sarnoldbzb: the easy thing to do is install 18.04 into a VM or lxd and build it in that03:06
sarnoldCitral: aha! okay, good, that should be easy03:06
lotuspsychjebzb: pick a bitcoin snap wallet from the store, make your life easy03:06
bzbsarnold: thanks03:07
bzblotuspsychje: thanks, i'll take a look03:07
sarnoldaye, if some other wallet will work, that'll be way faster and easier03:08
sarnoldCitral: man :/ the standard zip utility may only have garbage encryption. :(03:13
Citralsarnold, any alternative solution?03:13
Citralsry for my engish03:14
sarnoldCitral: the 7za tool in the p7zip package shows using a command line flag to set the password, but (a) that's beyond stupid (b) doesn't document if they use good encryption or garbage encryption :(03:14
sarnoldCitral: does it need to be an encrypted zip file because you're working with windows users? or will you be working with linux users who will have access to gpg?03:14
Citralsarnold, it doesnt matter, for my personal use. I want encrypt sensitive Data's into a archive for a longterm storage... If someone else find coincidentally the file, he had not to know whats inside without a password.03:19
sarnoldCitral: excellent :) you can zip files as you're used to, then use gpg -c to encrypt them -- or, if you want to get fancy, generate private/public keys and encrypt the files to the public key. if you've already got the keys, then hooray. if not, gpg -c isn't terrible03:20
CitralOkay thank you very much i will study it now03:21
scraireland_Hey everyone. I'm relatively new to GNU/Linux and I finally I've found an issue I haven't been able to solve for a couple of hours. I use my laptop with an external monitor using "xrandr --output LVDS1 --auto --output VGA1 --auto --right-of LVDS1" I'd like to mirror my monitor instead. I tried with "xrandr --output LVDS1 --output VGA1 --same-as06:31
scraireland_LVDS1" among several different options I found on the internet but all I get is a smaller image n my external monitor and lots of unused space. Any suggestions?06:31
=== PowerTower_121 is now known as PowerTower_120
techmasterhey i cant seem to be able to make a ubunto account08:15
techmasterhey i cant seem to be able to make a ubunto account08:18
p0aHello I installed `xapian-examples' from apt, how can I locate these examples in my system?08:24
p0aI used dpkg -L08:25
ThinkT510!info xapian-examples08:25
ubottuxapian-examples (source: xapian-core): Xapian simple example programs. In component universe, is optional. Version 1.4.14-2 (focal), package size 24 kB, installed size 523 kB08:25
ThinkT510p0a: what happens when you run it from the terminal?08:26
p0aThinkT510: It works, I found out about dpkg -L after asking the question; it's the answer to my question. :)08:27
ThinkT510you can also use whereis or which08:28
p0anice, I didn't know whereis searches for packages08:29
techmasterhey i cant seem to be able to make a ubunto account08:42
psypherHi i'm looking for something to add to the top bar to select audio output interfaces without going through settings, any ideas? thanks08:45
techmasterhow do i make a ubuntu account08:46
p0apsypher: I don't have a solution but I believe that if you could determine a way to select audio output via the console08:56
p0apsypher: then you could just write a script that you could add to the top bar08:56
toffeHi guys, I'd like some pointers. What would be the best way for me to make an automated install where the only option the user gets it to select which HDD to install on. We fully take the disk. When installed they can login with a preset user and they will be greeted with a script for "selecting software to install"09:09
toffeminimal server iso will be used.09:09
p0atoffe: https://launchpad.net/cubic09:17
p0aI think that's a good start09:17
=== mcphail2 is now known as mcphail
john_ramboHi, I am using Lubuntu 20.04. I am looking for an app that will change the wallpaper after a set number if time with a set of images. Is there anything in the default repos ?09:36
p0ajohn_rambo: set number of what?09:40
p0alike, every 15 min? try wallch09:40
john_rambop0a, Is wallch graphical ....Using Google now ...09:41
p0ayeah it is09:43
john_rambop0a, Installed ... Thanks09:46
p0ayou're welcome09:47
toffep0a: Thanks, I'll have a look. I've played around with user-data scripts and customizing the iso by changing the grub and menu.cfg files which works but the user-data is garbage. Not able to add multiple users or anything :/09:48
toffeE: Failed to fetch http://ppa.launchpad.net/wireguard/wireguard/ubuntu/dists/focal/InRelease  403  Forbidden [IP: 91.189.95.85 80]09:49
toffegood start :D09:49
toffeThere it is,lets play :D09:49
toffeSeems like cubic is not the way I'd like. What I'd like is a ISO that installs, user selects which HDD to install on, we chose the partition. They only have SSH and gets login preset with no root then it runs a script to give them options to configure the system (script is bash script premade already)10:01
p0atoffe: this article may help, https://help.ubuntu.com/community/LiveCDCustomization10:10
akkonradmy printer does not print all pages in ubuntu, when I switch to windows it's all ok. I've just now printed document with 3 pages, only 1 and 3 came out...10:15
akkonradnow I can't print anything10:15
ytcalifaxHi, I am having some issues installing Ubuntu Server on an  Intel Atom-based device I have. What should I do so you can help me? Probably give some logs, but which ones?10:20
wyrehow could I boot in emergency target if grub timeout is set to 0?10:31
EriC^^wyre: hold shift while the pc boots, sometimes esc does it10:32
wyreEriC^^, is a VM10:32
schu-rI have a Problem with KDE in 20.10. I want to set German language. but in KDE 'Language -Sprache' in 'Configure Plasma translations' there is a message 'There are no additional languages available on this system' and the 'Add languages ...' button is greyed out. Mostr text are in German but some Text an Programms (Inkscape) cannot be switched. I installed every language-pack-*-de, reconfigured locale, no Idea what to do next...10:32
ytcalifaxI am having some issues installing Ubuntu Server on an  Intel Atom-based device I have. What should I do so you can help me? Probably give some logs, but which ones?10:32
schu-rytcalifax: first of all it is helpful to describe what kind of Problem you have.10:36
EriC^^wyre: same thing, you need to click on the vm window immediately and then shift10:36
wyreEriC^^, esc did the work 😉10:37
EriC^^great :)10:37
sandrolinuxhi10:38
sandrolinuxeveryone10:38
sandrolinuxI am new to irc10:38
ytcalifaxhi10:39
ytcalifaxsame10:39
bibbleTempted to use this repo for PHP 8.0 https://deb.sury.org/ and NginX's official repo for the latest version.10:40
guivercsandrolinux, if you want to chat please use #ubuntu-offtopic, if you want to discuss ubuntu (not support stuff) #ubuntu-discuss, this is a support channel10:46
sandrolinux@guiverc Oh, ok sorry10:48
ytcalifaxIs there anyone that can assist me here?10:53
guivercytcalifax, ask your Ubuntu support question, and if you're patient, people will provide help as they're able.  (try and keep to a single line)10:53
ytcalifaxAlrighty, the issue is that I do not know what to give as logs so they can assist me ':D10:55
ytcalifax(as I am having a problem with the installer crashing)10:55
=== pikapika_lunar_a is now known as pikapika
bibbleytcalifax: could be graphics drivers. have you tried safe mode option ?10:56
guivercytcalifax, start with release details (inc. server, destkop etc), did you verify the ISO?  and write to your installation media?10:56
ytcalifaxThe install procedure itself is erroring out, the installler app works okay. The issue is that I get an error when the installation gets to "cmd-in-target".11:00
ytcalifaxAs for version, it is Ubuntu Server 20.04 LTS, written in DD mode using Rufus to an USB drive.11:01
ytcalifaxThe issue is always at the install part, no matter the Ubuntu version (I have also tried 18.04)11:03
ytcalifaxAnd yes I have verified the SHA256 of the ISO.11:08
lupuloytcalifax, could you describe the point where the installer crash? for example, whe you make the partition?11:08
tuxinatorytcalifax: does a livecd like Knoppix boot? Does Ubuntu Live boot?11:08
ytcalifaxAfter I have told the installer where to install11:09
ytcalifaxMore specifically when the installation gets to "cmd-in-target" as I already said.11:09
bibbleWhat part of that; a package being installed ?11:12
ytcalifaxI can give logs if needed (just tell me which ones I need to give)11:12
ytcalifaxNope, the system itself being installed (more specifically "curtin  cmd-in-target")11:14
catphishwould anyone be able to tell me how the ubuntu installer (specifically the legacy server installer) geolocates ip addresses to determine the default timezone?11:15
bibbleytcalifax: maybe https://askubuntu.com/a/103538611:18
bibblecatphish: does it guess the timezone right without using the internet ? Could it be related to the keyboard...11:20
bibbleHmm, asked at beginning what language. Maybe no guessing at all.11:22
catphishbibble: i'm not sure, i always have the local (UK) keybaord selected and internet access available, today for the first time ever it guessed wrong, i'm wondering why, and i'm keen to make sure there isn't an error in the geo IP database anywhere for my network11:22
ytcalifax@bibble I will try using the askubuntu post you gave me and report back.11:25
ytcalifaxHmm, even after verifying the ISO the integrity verification of the installer finds an error in 1 file.11:27
ytcalifaxHm it seems the problem was in the fact that i used LVM. I disabled LVM and now it goes on with the install. Would this be an issue (the fact that I have LVM disabled)?11:39
vlmis it possible to setup staggered spin up of harddrives in ubuntu 18.04?11:52
vlmor is it possibly a function only for the controller maybe?11:53
ix_hello, after being idle for a few minutes, I'm presented with the LightDM login thing, I would like to stop that but I don't know how11:54
vlmix_, im not sure maybe can check Display settings and the screensaver or so?11:59
vlmix_, also might try check xscreensaver settings if theres anything related12:01
ix_vlm, it's a very barebones install, so no screensaver or settings around, I had XFCE power management, but I deleted it12:05
psypher@p0a prob's was hoping someone had done that :)12:05
vlmix_, oh ok, think i had to deactivate some lock option in display/screensaver setting when i had some of same problem though i think i had full de installed12:09
=== jose- is now known as jose
PoleschAny recommendations for 10 GbE network cards/adapters for use with Ubuntu 20.04 LTS? Anything with good support and compatibility?13:00
BluesKajHowdy folks13:03
catphishPolesch: definitely intel server cards13:11
samba35how to fix modprobe: FATAL: Module pciehp not found in directory /lib/modules/4.15.0-135-generic13:25
TJ-samba35: no such module; you have the name wrong I suspect.13:27
TJ-samba35: that is already built-in to the kernel, you can confirm that using "grep HOTPLUG_PCI_PCIE /boot/config*"13:33
BustinHey there, on a fresh install of Ubuntu 20.10, have an Nvidia RTX 2080 super max-q. Everything seems to be "working" - refresh rate is proper (165hz, 75hz on my other screen, dual external monitors, attached to my laptop, which is closed), but dragging windows around seems to have ghosting and lag. Driver: 450.102.0413:35
eoli3nHi, i installed ubuntu drivers with "ubuntu-drivers autoinstall"13:53
eoli3ni face an issue, i want to downgrade, whats the proper way ?13:53
eoli3ns/ubuntu drivers/nvidia drivers/13:55
tuxinatoreoli3n: first https://askubuntu.com/questions/8720/equivalent-to-yum-history13:55
eoli3ni did this13:55
tuxinatorthen https://www.linuxuprising.com/2019/02/how-to-downgrade-packages-to-specific.html13:55
eoli3nok lets reask better13:55
eoli3ni knwo how to downgrade a specific pacakge13:55
eoli3nbut here, autoinstall installed mannnny packages13:55
eoli3nhttps://x0.at/uVX.txt13:56
eoli3nso what's the meta one ?13:56
eoli3nwhich package should i downgrade13:56
eoli3ncan i just downgrade "nvidia-driver-460" ?13:58
eoli3nor should i downgrade "xserver-xorg-video-nvidia-460" ?13:58
eoli3nboth ?13:58
eoli3nif i downgrade "nvidia-driver-460" i get many dependencies broken14:02
eoli3nis there a way to tell apt to resolve those broken deps ?14:02
eoli3nhttps://x0.at/jRF.txt14:02
zebu1erHi, can someone tell me why .user.ini files are ignored on Ubuntu 20.0.4 (apache 2 + php 7.4) default config (document_root = /var/www/html) ?14:03
zebu1erThe user_ini directive is perfectly well configured as show phpinfo() !14:04
tuxinatoreoli3n: maybe you find your answer if you search the net for an yum history and yum undo Ubuntu/apt equavilent14:06
tuxinatoreoli3n: also look at https://unix.stackexchange.com/questions/79050/can-i-rollback-an-apt-get-upgrade-if-something-goes-wrong/236711#23671114:08
leftyfbeoli3n: are you just trying to use a different driver?14:09
leftyfbeoli3n: are you using a GUI desktop?14:09
eoli3ni do14:09
eoli3nbut i access it remotly14:09
eoli3nto manage it14:09
leftyfbeoli3n: which driver do you want to use?14:10
=== Sven_vB_ is now known as Sven_vB
eoli3nthe same one, but the previous version14:11
leftyfbeoli3n: which version?14:11
eoli3nhttps://x0.at/jRF.txt14:11
eoli3nthat one14:11
eoli3nnvidia-driver-460=460.32.03-0ubuntu0.20.04.114:12
leftyfbeoli3n: oh, you want 460, but a previous version of 460? why?14:13
eoli3nbecause the latest seems broken14:13
eoli3ni have display issues14:13
eoli3nsince the upgraed14:13
=== cree is now known as handlebar
eoli3ntuxinator no apt-history on ubuntu14:13
tuxinatorso downgrading that package should also downgrade it's dependencies if i remember, however it's a long time since i used downgrading on Ubuntu14:15
quakloHey. My Logitech wireless mouse runs on ubuntu plug and play with the ubuntu drivers - but this causes some annoying issue: Because I use rechargable batterys, the voltage is permantly low in the mouse - triggering ubuntu notification to pop up and claim its 10% left. I tried to go for the Gnome settings to deactivate notifications for the mouse -14:15
quaklobut the mouse is not listed as anything. Because I dont use dedicated software or drivers, I have no GUI option to deactivate notifications triggered by this process. Trying to solve the issue with a bit of research just let me to no result: I only find how to deactivate notfications systemwide, which obvious is not my intent. Anyone knows the14:15
quakloproper process, and if there is some setting I can change - or any idea inside notifications settings I could try?14:15
eoli3ntuxinator it does nto : https://x0.at/jRF.txt14:15
eoli3nnot14:15
tuxinatoreoli3n: well first remove all those and then install the required versoin14:17
tuxinatorand also check my previous link14:17
leftyfbeoli3n: sudo apt install nvidia-driver-460=460.32.03-0ubuntu0.20.04.1 nvidia-dkms-460=460.32.03-0ubuntu0.20.04.1 nvidia-kernel-common-460=460.32.03-0ubuntu0.20.04.1 nvidia-kernel-source-460=460.32.03-0ubuntu0.20.04.1 libnvidia-compute-460=460.32.03-0ubuntu0.20.04.1 libnvidia-extra-460=460.32.03-0ubuntu0.20.04.1 nvidia-compute-utils-460=460.32.03-0ubuntu0.20.04.1 libnvidia-decode-460=460.32.03-0ubuntu0.20.04.1 libnvidia-encode-460=460.32.03-0ubuntu014:19
leftyfb.20.04.1 nvidia-utils-460=460.32.03-0ubuntu0.20.04.1 xserver-xorg-video-nvidia-460=460.32.03-0ubuntu0.20.04.1 libnvidia-cfg1-460=460.32.03-0ubuntu0.20.04.1 libnvidia-ifr1-460=460.32.03-0ubuntu0.20.04.1 libnvidia-fbc1-460=460.32.03-0ubuntu0.20.04.114:19
leftyfbeoli3n: mind you, it will all get upgraded again the next time you run updates. You should probably work with people here to resolve the issue as opposed to rolling back the version14:20
leftyfbeoli3n: unless you disable the proposed repository which the 39 version is from14:20
eoli3ni manage 800 nodes, remotly14:20
eoli3nso i can't try and fix, graphical problems remotly :)14:20
leftyfbhttps://pastebin.ubuntu.com/p/RvRZT6ZYtk/14:21
leftyfbeoli3n: you more than likely can14:21
ogradoesnt that just mean you have 799 tries ?14:21
eoli3nwith luck yes14:21
leftyfbeoli3n: you use 1 machine to troubleshoot and resolve the issue. The issue can more than likely be resolved using the command-line once you figure out what the fix is14:21
eoli3nwhat i mean is that i can't "see" the problem14:22
leftyfbeoli3n: then use something like ansible to roll out the fix14:22
eoli3ni use ansible14:22
eoli3nthat's not the problem here14:22
eoli3nmy eyes are not remote14:22
leftyfbeoli3n: sure you can, use VNC or teamviewer or something14:22
eoli3n...14:22
leftyfbeoli3n: either way, I gave you a command to try and roll back14:24
eoli3nyep, i should mark hold too14:24
leftyfbeoli3n: or just remove the proposed repo. Do you really need that for 800 production machines?14:27
eoli3nuniversity so yes14:27
eoli3nstudents are coming back14:27
quakloHey. My wireless mouse runs on ubuntu plug and play with the ubuntu drivers - but this causes some annoying issue: Because I use rechargable batterys, the voltage is permantly low in the mouse - triggering ubuntu notification to pop up and claim its 10% left. I tried to go for the Gnome settings to deactivate notifications for the mouse - but the14:39
quaklomouse is not listed as anything. Because I dont use dedicated software or drivers, I have no GUI option to deactivate notifications triggered by this process. Trying to solve the issue with a bit of research just let me to no result: I only find how to deactivate notfications systemwide, which obvious is not my intent. Anyone knows the proper14:39
quakloprocess, and if there is some setting I can change - or any idea inside notifications settings I could try?14:39
leftyfbquaklo: which model mouse?14:40
quaklologitech G700 - but I dont use dedicated drivers/software for it14:40
leftyfbquaklo: is there a reason you don't?14:41
quaklojust bloatware. plug and play is enaugh14:41
leftyfbquaklo: obviously it's not enough for it to function properly14:41
leftyfbquaklo: installing the proper drivers for your hardware is hardly considered bloatware14:42
quaklo... you dont get the issue. the mouse works fine - all features work fine. Still, I have to alter the process or notification process itself - and this is a general question and nothing hardware specific14:42
leftyfbquaklo: did you try everything here? https://askubuntu.com/questions/985963/disable-mouse-battery-low-spam-notification14:44
=== mambang is now known as rnm
quakloleftyfb: Well, their solution is to alter the Power Notifaction in general. But I like my Laptop Battery Power Notifications. Most other solutions suggested in there are workarounds to close the popup notification, or to set the threshold level lower. My question would be how to disable all notifications by the "Mouse" Categorie of the System14:48
quakloProcesses?14:48
leftyfbquaklo: if you set it lower, and your broken drivers keep the power level at 10%, then it will never notify you14:49
quakloleftyfb no, even setting it to 0% triggers it, because 0% is still >1.2V, which is the cut off voltage of NiMh Chemstys.14:50
leftyfbquaklo: https://wrgms.com/disable-mouse-battery-low-spam-notification/14:53
quakloI will read that and report back - what where the terms you searched for, and what search engine did you use?14:55
leftyfbquaklo: I actually read through the link I gave you originally which lined to a bug which linked to that workaround14:57
leftyfblined/linked14:57
Nobunabout kernels: I saw, in dpkg -l | grep linux that there are linux-headers-VERSION, linux-headers-VERSION-generic, linux-modules-VERSION-generic, linux-modules-extra-VERSION-generic14:59
Nobunit is normal that only "headers" has both VERSION-generic and VERSION while image, modules and modules-extra having onlu VERSION-generic?15:00
Nobunit is the same in all ubuntu installs?15:00
leftyfbNobun: yes, that is normal15:01
lotuspsychjeNobun: did you play around with kernels yourself, or mainline you asking?15:02
waltmanI've been having this issue where every once in a while I'll run `apt upgrade` and gnome will crash. It just happened on February 9. Looking through /var/log/apt/history.log, it looks like the most likely culprit is snapd.15:03
waltmanThat has me wondering -- should I be updating snapd via apt, or will it update itself?15:03
lotuspsychjewaltman: snaps have an auto update mechanism15:04
leftyfbwaltman: yes, snapd gets updated from apt15:04
waltmanBy "crash", I mean I'll get a blank screen, and in about 15-20 seconds I'll be back at the login prompt.15:04
waltmanThen about 24 hours later I'll start noticing networking issues and have to restart NetworkManager.15:04
quakloleftyfb: okay, good to know. I missed that. Thanks for your time, I will report later if the wrgms.com solution worked. Bye15:05
ograwaltman, on ubuntu snapd will always run from the snapd snap (or the core snap if you have an older install), the deb only ships a few profile files and a snapd binary to jumpstart into the snap15:05
waltmanSince a bunch of gnome stuff is installed as snaps, I was wondering if restarting snapd kills gnome.15:05
ograit shouldnt ... and if you can track it down to that, please file a bug15:06
waltmanI'm not even sure how to track it down to that.15:06
waltmanIt's hard to tell what's happening when gnome dies.15:06
ograwell, if you feel it comes from that, file a bug regardless and let the devs walk you through15:07
waltmanOK.15:07
waltmanWould I file it against snapd?15:07
ograyeah15:07
waltmanogra: That comment about snapd running from the snapd snap is what I find confusing.15:08
ograif you feel like discussiong it forst, there is the snapd category in https://forum.snapcraft.io15:08
waltmanSo should it NOT be updated from apt?15:09
ograit should ...15:09
ograthe actual binary that is executed will run from the snap15:09
waltmanOn my box the parent process of /usr/lib/snapd/snapd is 1.15:09
ograbut there are bits and pieces in the snapd deb that you want to have available on the system15:10
ograsure, systemd (pid 1) starts it15:10
shinobiElectrum doesn't seem to have an icon under Activities. I launch it through the command line, but when the UI appears there is an icon in the docker. I see no option to mark it as a favorite. Is there a way to get that icon into the Activities menu and mark it a favorite?15:10
ogra(like all snaps)15:10
waltmanThen what does "run from the snapd snap" mean?15:11
lotuspsychjeshinobi: some apps still lack icons15:11
ograbut if the deb-installed binary detects the snapd snap is there it will re-exec into that15:11
waltmanSo should I try installing the snapd snap?15:11
waltman`snap list` doesn't list it.15:12
shinobilotuspsychje: I had one in my Debian install. :)  Is it a complicated process to do manually?15:12
=== Moyst_ is now known as Moyst
ograyou will get updates to new versions and fixes faster if you install teh snapd snap ... technically it should not make a difference though, the deb gets updated in sync15:13
ogra(but has a longer turnaround time due to the .deb SRU process)15:14
Nobunlotuspsychje: not properly working around kernels. For some reason it seems that sudo apt -y autoremove --purge does not remove old kernels in my ubuntu 20.0415:15
waltmanogra: Thanks. I'll try to post a question to that forum tonight.15:15
ogra👍15:16
lotuspsychjeNobun: these days ubuntu cleans older kernels automatic15:16
Nobunso I am writing a script for myself that explicitly calls sudo apt purge for every old kernel component. But this script does a lot of checks before doing its job and I originally assumed that also linux-image, linux-modules and linux-modules-extra had both VERSION and VERSION-generic but seems they have only VERSION-generic15:17
Nobunlotuspsychje: I know15:17
lotuspsychjeNobun: feel free to share your kernel list with the volunteers, so they have a look15:17
Nobunbut for some reasons in my case not15:17
Nobunlotuspsychje: I have kubuntu 20.04 and not an actual reason why sudo apt autoremove does not remove old kernels15:18
Nobuncurrently I have removed old kernels one-by-one with help of another person15:18
Nobunbut with new updates I will probably face the same issue because my kubuntu doesn't clean old kernel by itself nor with autoremove15:19
lotuspsychjeNobun: is your system up to date?15:20
Nobunlotuspsychje: I think so. I launched sudo apt update and sudo apt upgrade yesterday when I finished to remove old kernels15:22
NobunI am under kubuntu 20.0415:22
Nobunnot sure if related with the issue, but I have a /boot partition separated from /15:24
Nobun/ and /home are lvm partitions15:24
Nobun(on /dev/sda1)15:24
Nobunsorry15:24
NobunI mean boot is on /dev/sda115:25
quakloleftyfb still up?15:44
leftyfbquaklo: ?15:51
=== denningsrogue3 is now known as denningsrogue
quakloleftyfb dont want to bother your time with noob stuff, but regarding the solution you hinted on https://wrgms.com/disable-mouse-battery-low-spam-notification/ It seems like I have no clue what to because I lack of understanding the basic commands. I would be glad if you can confirm my trys: I never used the cli patch command, so I was naiv,16:10
quaklodownloaded the code from https://gist.github.com/guiambros/f2bf07f1cc085f8f0b0a9e04c0a767b4 and put it into some file I called "up-device.patch". Quickly checked the patch --help tried to execute it, but as there is no up-device.c my trys to patch the upowerd was obvious to fail. So I git clone https://gitlab.freedesktop.org/upower/upower and I16:10
quaklowget https://gist.githubusercontent.com/guiambros/f2bf07f1cc085f8f0b0a9e04c0a767b4/raw/ef90dfcfa2489bab577bd984a6082abacdf8b0b1/up-device.patch and now im stuck. I understand that I have the raw code to compile infront of me - I know I have to now run the patch and alter the original upower code. So I patch < up-device.patch in my git clone folder,16:10
quakloand the CL wasnt prompting any errors, so I guess that was right. I may check manually the file. Now im stuck: I need to make compile that stuff and replace my original stuff with it. If you look on the wrgms website again, and scroll down, you see a step by step CL. So, I am stuck with the "#Download and patch upowerd" section. I read the ubuntu16:10
quaklowiki for the make command, and understand that I need the essentials for it. Installed them, and looked up the make --help in CLI, and understand the syntax of make [options] [target]. What I dont understand is my clear next step: How to reproduce what the Step by Step example at wrgms website states "./autogen.sh ./configure make". I understand16:10
quaklothese lines prior to make, but I dont get "why" i should just "dial" these commands, like opening the file in a text editor or as executable. What I somehow want to do is, run the make and include the autogen.sh and configure, but dont know how - and Im doubting myself if thats necessary, as the make command for sure will "dial" the autogen.sh and16:10
leftyfbquaklo: that's not something I can help with right now. You are better off just installing the proper drivers/software for your mouse and be done with it16:11
quakloleftyfb its okay that you have no time for that - but damn, you dont understand that this has nothing to do with other drivers or software!16:12
leftyfbquaklo: if you install the proper drivers/software, then the notifications go away, problem solved16:13
quakloleftyfb just because you can have this simple minded assumption, doesnt make it any true :D16:13
ikoniahow is it not true16:13
ikoniahave you used the official software and confirmed it doesn't work ?16:14
quaklobecause there is nothing wrong with anything! the code works like expected. the code of upower is just stupid and assumes hard coded values: The voltage of the battery is at 1.2V = upower thinks the battery is drained and prompts notifications. But the battery isnt drained, because this chemistry is supposed to be at 1.2V when its still full. Thats16:15
quaklothe whole deal. So I try to hack into upower to just shut up about it16:15
quakloikonia there is no alternative software!16:16
ikoniaquaklo: so would it not be prudent to just disable upower ?16:16
ikoniaif it's adding no value16:16
ikoniaI believe (but would need to check as I've not touched upowwer for a long time as it normally works) you can exclude device ID's from it16:17
quakloikonia no, because upower manages more than only the mouse battery.16:17
ikoniaso you don't have to shut the whole service down if it's giving you value from other devices being monitored16:17
leftyfbquaklo: if there is "nothing wrong with anything" then everything works as intended and you don't need help. The reality is, there's a reason for the proprietary drivers. Everything does not in fact work properly without them. The proper drivers will more than likely resolve your issue but you refuse to install them because "everything works" and "bloatware"16:17
ikoniadoes the mouse have a propritary module for it ?16:20
quakloleftyfb man, now you start to annoy me. 1.) you refuse to read the arguments - not only by me, but by the links you provided. What in the world is so hard to understand that the software works as intended, but the software is badly coded and does not include the case for other voltages! 2.) you are ignorant claiming your opinion is the right one16:21
quaklo3.) there is not even a driver, so all you do is turning the words in my mouth! I wouldnt use logitech software for beeing bloatware has NOTHING to do, NOTHING with upower!16:21
ikoniaquaklo: is there a propritary logitech module for it ?16:21
quakloikonia follow the links I posted already. There is nothing "special" about logitech, or the mouse. And no, there is no dedicated device for notifications. It is all managed within upower, and upower does not allow for any altering like excluding/deactivating parts of it16:22
ikoniaquaklo: I've not seen any links, hence why I'm asking16:23
ikoniais there a logitech module for it at all ?16:23
ikoniawhich mouse model is it ?16:23
quakloikonia this guy sums it up pretty nice https://wrgms.com/disable-mouse-battery-low-spam-notification/ in the way that you see other suggested solutions and why they dont work. Again: No, there is no "logitech module" that simply could be deactivated. There is no "mouse module" at all. And again, it doesnt matter what mouse model it is! It is about16:25
quakloUpower receiving a Voltage Sensor Input and misinterpreting it. You will have no benefit by knowing Im stuck with a Logitech G700, because you could have a Razor Mouse or whatever, it is all about the Voltage Sensor, nothing more.16:25
ikoniaI'm not asking about a module to deactivate16:26
ikoniaI'm asking if there is a logitech kernel module or xorg module for it16:26
ikoniaand what model is it ?16:26
ikoniaahh a g70016:26
ikoniasorry missed that16:26
quakloyou both continue to focus on the wrong part. all my question is, is that im stuck in the make process of a compilation, because I already have some (hopefully working) patch. worse, you both focus on the mouse itself - its a general problem. I could unplug this mouse and take one of my other ones, it stays the same - no matter what brand, no16:28
quaklomatter what chipset the mouse uses. The reason why was mentioned often enaugh already :)16:28
BatoehIf you figure out a way to get those Orange Amp emulations working on opensource software that would be the god damn shit. I hope you dig it16:28
ikoniaI'm not focussing on anything16:28
ikoniaI'm just looking at options16:28
ikoniaBatoeh: tone down the language please16:29
BatoehSorry about that ikonia.16:29
ikoniano issue16:29
Batoehi wish you luck on your issue quaklo.16:31
quakloi wish myself better luck in understanding basic causality :D16:32
ikoniaso the issue with a certain set of logitech mice seems to be the HID presentation and the use of hid-logitech-hidpp16:33
BatoehI always prefer opensource software but at this point in my life I just want GOOD software that works. In reality that means for me that I use as little software as possible and try to KISS. T16:33
ikonialooks like a lot of work has been done testing with the 703 and 800 model mice16:34
ikonia900 uses a different battery identifier16:34
ikoniaif you do a upower --dump what stats does it actually show/know about the battery16:35
quakloikonia: I see the issue with Gnome, and I now read that Gnome 3.34 should receive some patch: https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/issues/10816:35
quaklohttps://paste.ubuntu.com/p/dQCP4ZdDxb/16:36
ikoniaperfect, thank you16:37
quaklo(but thats just a second issue, with the notifications prompting even when disabled)16:37
ikoniaand what kernel are you currently on16:37
quaklonext time i should change my serial :X  Gnome 3.36.8 and 5.8.0-43-generic16:38
ikoniawhat ?16:39
ikoniaI just asked what kernel you're using16:39
ikonia5.8.0-43-generic16:39
ikoniais that what you're currently using ?16:39
quaklothe pastebin contains the serialnumber of the mouse. Like I sayed, linux kernel 5.8.0-43-generic16:39
ikoniaok, let me have a look which parts of the logictech updates made it into that16:39
=== al2o3-cr-tmp is now known as al2o3-cr
quaklonow im confused16:40
ikoniawhy ?16:40
quaklooverwhelming idea to directly go for the roots16:41
ikoniawhat ?16:41
ikoniago for the roots ?16:41
ikoniawhat are you talking about16:41
legonickAny rsync experts here?16:41
ikoniaexperts ?16:41
ikoniajust ask the questions16:42
legonickKk.16:42
quakloyour idea to look up into the kernel and see for the logitech integration feels like some big effort and im overwhelmed you want to look up there, when Im still stuck in my idea that upower should be altered16:42
ikoniaquaklo: I was just looking at what the current status of the support for that device was, then work backward16:42
ikoniayou look at alerting upower though16:42
ikoniaI expect your system to be broke pretty quick, good luck16:42
legonickWhat options do you use with rsync such that it will append/update (based on checksums) files, but also delete from the source directory?16:42
ikonia-d is delete from memory16:43
legonickFor example, if I try to send the same file twice, it won't delete it the 2nd time from the source because it wasn't able to send it because it already exists on the destination.16:43
ikonia-u is update16:43
legonickThis guy frames up a similar issue: https://unix.stackexchange.com/questions/370645/getting-rsync-to-delete-source-files-that-already-exist-on-destination/37072416:44
ikonialook at the -d and -u options16:44
legonickBut I need to keep the --append-verify stuff because the link is not good and transfers can be interrupted.16:45
=== denningsrogue9 is now known as denningsrogue
legonick--delete is destination deleting, not source.16:46
ikoniayou want to delete from the source if the destination is newer ?16:50
legonickI can't rely on timestamps because time on the source is often hosed.  I want to delete from the source if the destination already has the file.16:51
ikoniaa quick way to do it (without looking at the man page again) is to make a list using the -h option of all the files it didn't update because it was newer on the destination then just read that with rm16:52
oerhekscould be helpfull, rsync https://superuser.com/questions/156664/what-are-the-differences-between-the-rsync-delete-options16:57
=== juniorrubyist_ is now known as juniorrubyist
=== BrianG61UK__ is now known as BrianG61UK_
=== hugh_marera17 is now known as hugh_marera
ordosHi all. Ubuntu Server 18.04 LTS. Trying to change resolution of default terminal / CLI. Follow the instructions here to no avail - https://linuxconfig.org/how-to-increase-tty-console-resolution-on-ubuntu-18-04-server - no matter what resolution I try (obviously including those that I know my monitor supports), after I update-grub and reboot it always goes back to the default resolution. It's a 32" 4k display and I'm trying to decrease the resolution so that17:22
ordoswe can see htop lines from a distance.17:22
matsamanordos: why not simply use X17:26
matsamanoh you did say server ... but still, X on the monitor, ssh'd into the server17:27
matsamanalthough if it's got a 4k display hooked up to it, probably you aren't worried about security, so still probably just use X17:27
giacoI need an idea on how to create a 4 display wall with linux to display 4 web pages in fullscreen. I have a computer with 2 nvidia cards in it, each with two DVI output. After some fiddling I tought I found a solution using X+nouveau that enables a huge 4 display wide desktop, problem is that after some days running everything hangs like if there's a leak somewhere and browsers just stop. I need an17:29
giacoalternative solution, but I need your ideas17:29
matsamangiaco: you want to split a single display into four quadrants?17:30
quaklo@giaco noob tipp, but my nVidia Quadro always was running into issues with the X drivers. I didnt like to go with propertary nvidia drivers, but on one machine I stick to them because of stability reasons. Maybe you want to check nvidias drivers17:33
matsamangiaco: offhand I'd say you could just use some iframes or objects, one page, one browser, and the fullscreen button (f11?)17:34
matsamangiaco: https://dpaste.com/6H8PY2Y88.txt17:34
matsamanif you needed each page to be managed by your window manager, well, there are lots of window managers that will break into a quadrant layout (tiling window managers in particular), and even managers you can run on top of regular non-tiling managers to achieve the same effect; most sane browsers can be run without decoratinos, too17:36
giacomatsaman: final result is 4 web pages, one for each display, I don't strictly need a single full giant desktop with mouse scrolling over all them, sure that is easier once setup17:37
matsamangiaco: oh 4 displays?17:38
matsamanI'm sure you can get it working with nouveau, but it's true that the configurator that comes with nvidia's proprietary driver is pretty handy17:39
giacomatsaman: as I said I already have it working with neuveau, problem is that it stops after some days17:40
giacodesktop hangs, I have to reboot17:40
matsamanmmmm, you should probably17:40
matsamanrestart the browser applications occasionally17:40
matsamanbrowsers are not historically well authored software17:41
matsamanthey slowly eat up ram17:41
matsamanjust restarting X once a night would probably do wonders17:41
matsamanand have X/your DE/whatever auto-start your browser stuff you want17:41
giacomatsaman: yeah that would be another idea, cron job to restart17:43
giacoor maybe change browser (using firefox now)17:44
RedNifreI have 8GB RAM and 2GB Swap, when that one gets full, Ubuntu grinds to a halt. Could I just resize the swap partition to 8GB or something?17:47
quakloyou can create and add additional swap files17:48
quaklothe have the benefit that you do not need to alter partitions17:49
RedNifrequaklo: Is altering the partitions problematic?17:59
oerheks!swap17:59
ubottuswap is used to move unused programs and data out of main memory to make your system faster. It can also be used as extra memory if you don't have enough. See https://help.ubuntu.com/community/SwapFaq for more info17:59
oerheksfollow the factoid, see if you have a swapfile or -partition18:00
pavlosRedNifre: your /etc/fstab should show a /swapfile or a partition of type swap18:02
NobunRedNifre: it could be risky if your partitions has data18:02
oerheks'swapon' would show it too18:02
Nobunusually it is suggested to clean partition before resizing them18:02
Nobunor you could destroy data18:02
RedNifre"clean" means defrag and move to the start?18:03
oerheksofcourse one does this from a live-iso18:04
RedNifreMy partition has data, I'm currently using 350 GB of 500 GB and I have a 2GB swap partition.18:04
NobunRedNifre: I assume that you have two partition, one for swap and one for your linux system ok?18:05
Nobunswap can be resized safetly since its data is not intendent to be permanent18:05
RedNifreI also have a live-iso on a usb stick here. How do I make sure that I don't lose data when I shrink my data partition? What does "clean" mean? Does it move the data to the start of the partition?18:05
oerheksif one has no backup, data is unimportant18:05
oerheks:-D18:05
RedNifreI have a dejadup backup on an external drive.18:05
NobunRedNifre: what I said is exactly this: shrinking partition is risky for all data stored there18:06
RedNifreSo there is no way around it? No "move the data to the start of the partition, so you can safely shrink it from the end"?18:06
Nobunso it is better to backup, clean partition and then shrink it18:06
RedNifreDoes "clean partition" mean to delete all data, or something else?18:07
NobunRedNifre: it could be however risky. You can try, but at your risk. You could have no issue, but shrinking is never considered safe18:07
oerheksi never found a neede to clean, it is not ntfs ..18:07
oerheksbut if your current setup is swapfile, forget partitions, recreate it18:08
Nobunoerheks: he probably is having RAM issues since he is planning to give more size to swap18:08
RedNifreyes18:09
oerheksNobun, ram issues...18:09
oerheksinteresting, where do you get that from?18:09
Nobunhowever swap is not so performant, so probably increasing swap could not have those benefits you could expect18:09
oerheksswapfile is still on disk18:09
RedNifre...and the linked article says that a swap file might not be continuous, so resizing the swap partition seems like the better option.18:09
Nobunoerheks: is there any other reason in order to increase swap?18:09
RedNifreNobun: when my 2 GB swap partition fills up, Ubuntu just halts. Anything would be better than that.18:10
NobunRedNifre: however don't think that you could have a better performance with swap. Swap is not the same as actual RAM18:10
NobunRedNifre: how many RAM you have?18:11
RedNifreNo better performance than no performance at all? I would assume that the SSD should at least keep the machine responding.18:11
RedNifre8 GB RAM, 2 GB Swap.18:11
NobunWith SSD it could be good, but I don't know it. I never tested swap on SSD18:11
Nobun8GB is not so bad. So I can't understand why Ubuntu halts18:12
Nobunit is quite strange18:12
RedNifreWell, Android Studio and Intellij, plus several Electron apps and browsers, for video conferencing etc.18:12
oerhekshe wants more swap..i see no reason either18:12
Nobunoerheks: yes I agree with you in this moment18:13
RedNifreI don't want more swap, I want my computer to not become unresponsive. If you have any other idea I'm all ears.18:13
rfmRedNifre, if you're putting the swap on SSD, then it doesn't matter if its contiguous or not, so a swapfile should be fine18:13
NobunAndroid Studio (expecially Android emulator) requires a lot of resources, not only on RAM side but also processor and CPU18:13
NobunI wouldn't run Android Emulator + other processes in the same time18:13
Nobunprobably increasing swap will not be able to solve anything18:14
RedNifrerfm: ah, nice. Then I guess I'll try the swap file then.18:14
RedNifreNobun: okay, so what would solve anything?18:14
NobunI don't know, and my is a speculation, not a thing that I can assert for sure18:14
oerhekssome do open 25 firefox tabs :-D18:15
oerheksreally, get sensitive about your demands18:15
Nobunbut I have an idea about how much resources could require Android Emulator (the heaviest part of Android Studio) so I have this feeling you are requiring too much to your PC18:16
Nobunyou are requestig*18:16
Nobunhowever... can't say anything for sure, tbh18:17
oerheksi am doing fine, 8 gb/2 core i3 without HT ..18:17
tdmainiachi18:18
lordcirth_tdmainiac, hi18:19
RedNifreYeah, I'm saving for a better machine, relying on swap is just a temporary solution.18:20
ThinkT510RedNifre: sounds like you might want to re-evaluate your workflow to suit your current resources in the meantime18:21
matsamanchances are you can increase from merely 8GB ram18:23
RedNifreThinkT510: I'm already doing manual memory management by closing apps when I'm not using them, but I sometimes forget, so the larger swap file might safe me in those situations.18:23
sneakyimpCan anyone tell me if/when Ubuntu 18.04 LTS will have an install package for php 7.3 or 7.4 or php 8? PHP 7.2 (the only option) is EOL https://www.php.net/supported-versions.php18:37
sneakyimpLet me try that again: will Ubuntu 18.04 LTS ever offer an APT package for PHP 7.3 or higher? PHP 7.2 is EOL. https://www.php.net/supported-versions.php18:42
lordcirth_sneakyimp, It most likely won't. But as long as the LTS is supported, the php package should get critical security backports.18:43
nemoHeh.  My mom was looking for support because she couldn't get her zoom session to work on her laptop18:43
nemoApparently it's because the browser in Ubuntu 12.04 was out of date 😃18:43
nemoI told her she should stop ignoring the update prompts18:43
sneakyimplorcirth_: thanks for the response. that's very disappointing. PHP frameworks are abandoning PHP 7.2. PHPUnit requires 7.3, for example.18:44
lordcirth_sneakyimp, 20.04 is easy to upgrade to18:44
lordcirth_nemo, oof. I would backup and reinstall with 20.04 rather than trying to do-release-upgrade several times18:44
sneakyimplordcirth_: i run half a dozen web servers running a dozen sites. OS upgrades can be painful what with dbms, postfix, etc.18:45
lordcirth_sneakyimp, you might also try the ppa: https://launchpad.net/~ondrej/+archive/ubuntu/php18:45
nemolordcirth_: I'm on the opposite side of the continent and in a country on the opposite side of a closed national border. sooo, seemed doing a bunch of release upgrades was safest for her18:45
lordcirth_sneakyimp, upgrades are a lot easier if you put each service in an LXC container. You can do-release-upgrade or reinstall them individually18:46
sneakyimplordcirth_: does ubuntu 20.04 offer PHP 8?18:46
lordcirth_!info php focal18:47
ubottuphp (source: php-defaults (75)): server-side, HTML-embedded scripting language (default). In component main, is optional. Version 2:7.4+75 (focal), package size 2 kB, installed size 13 kB18:47
sneakyimpPHP 7.4 is EOL next year18:48
nemosneakyimp: huh... what version of ubuntu is still on 7.0?  I checked Debian upstream and 7.0 is marked old-stable18:48
nemosneakyimp: stable is 7.3 as you'd expect18:48
sneakyimpnemo: Ubuntu 18.04 LTS is on 7.2, which is EOL18:48
nemoahhh 18.04. ok.18:48
sneakyimpnemo: 7.3 is EOL *this year* https://www.php.net/supported-versions.php18:49
lordcirth_sneakyimp, EOL by PHP upstream, but not by Canonical.18:49
lordcirth_php8.0 released in november, which would be pretty tight to make it into 20.0418:49
sneakyimplordcirth_: it's really a bummer to have my favorite server OS lag with these PHP versions.18:50
lordcirth_But run a 20.04 LXC container and add the ppa, it should work18:50
nemosneakyimp: yeah.  lordcirth_ has a great point. debian and ubuntu do in fact backport upstream security fixes for exactly this reason18:50
nemosneakyimp: if you don't want to "lag" you shouldn't use LTS - that's what LTS is *for* 😃18:50
nemosneakyimp: kinda wanting to have your cake and eat it too here18:50
lordcirth_Of course, the security fixes don't help with sneakyimp's main problem, that their apps are dropping support for it18:51
nemolordcirth_: eh... some test suite.18:51
sneakyimpnemo: just wondering how hard it is to develop an apt package to install php 8?18:51
lordcirth_But that's what ppas are for18:51
nemolordcirth_: all the apps I use only just deprecated 7.018:51
nemolordcirth_: matomo for example18:51
sneakyimpseems like a small effort by debian/canonical might have a giant payoff for the myriad devs who use ubuntu18:51
nemolordcirth_: for a test suite you probably shouldn't be running that in production anyway18:51
nemolordcirth_: just use 20.04 for the test server ☺18:51
sneakyimp"PHP 7.3 or newer is required". Also true of PHPUnit. https://codeigniter.com/user_guide/intro/requirements.html18:52
lordcirth_Current Nextcloud (20) is the last to support 7.2. So I will need to replace those containers with 20.04 soonish.18:52
nemosneakyimp: I'm guessing PHP 8 will be in the next Debian stable since it was only recently released18:53
nemosneakyimp: and thus probably next ubuntu too - have you checked?18:53
lordcirth_!info php18:53
ubottuphp (source: php-defaults (75)): server-side, HTML-embedded scripting language (default). In component main, is optional. Version 2:7.4+75 (focal), package size 2 kB, installed size 13 kB18:53
sneakyimpnemo: it was released in November. That's a few  months ago.18:53
lordcirth_Groovy is still 7.4 and Hirsuite isn't searchable yet18:54
nemosneakyimp: *late* november18:54
nemosneakyimp: barely 2½ months18:54
nemodebian folks haven't even declared their freeze yet though18:55
nemosneakyimp: https://packages.debian.org/unstable/php8.0  it's in sid, wouldn't surprise me if it makes it in18:55
nemoer18:55
nemolordcirth_:18:55
sneakyimpthank you, for the (somewhat depressing) information, gentlefolks.18:56
lordcirth_sneakyimp, again, PPAs. Preferably with LXC18:56
nemosneakyimp: heh. it's pretty unsurprising info if you use debian/ubuntu - I mean, it's the whole way the distro was designed18:56
lordcirth_https://wiki.ubuntu.com/FocalFossa/ReleaseSchedule - Nov 28th FeatureDefinitionFreeze18:56
nemosneakyimp: you want to be on bleeding edge, you don't want LTS/stable ☺18:56
sneakyimplordcirth_: these concepts are entirely new to me. my development efforts today have been thoroughly torpedoed.18:57
nemosneakyimp: I'm rather shocked at that php framework though. most I use still support 7.218:57
nemoadmittedly I don't use many18:57
sneakyimpnemo: PHPUnit is very widely used18:57
nemosneakyimp: but again. phpunit does NOT have to be deployed in production18:57
nemosneakyimp: put it on your test server18:57
nemokeep production on LTS18:58
nemoyour other framework I've never heard of18:58
lordcirth_sneakyimp, well, don't worry about LXC then. Just "sudo add-apt-repository ppa:ondrej/php" and install php818:58
nemosneakyimp: but I guess lordcirth_'s solution works too18:58
nemosneakyimp: hm. also if I'm reading https://phpunit.de/supported-versions.html  correctly PHPUnit 8 only just left support 6 days ago, you can probably stay on that version for a bit 😃19:01
padani've been going through upgrades from 18.04 to 20.04 and on my forth server i'm seeing do-release-upgrade hang on "setting up friendly-recovery"19:11
padanI can control c / kill the process and re-run the dpkg --configure -a, and it gets stuck at the same point19:11
padanis it safe to try and reboot at this point? or is there something else i can do?19:11
lordcirth_padan, I wouldn't reboot just yet. Are you short on disk space? Any PPAs?19:18
energizerhi i have some questions about installing snap packages. is this a good place to ask?19:20
lordcirth_energizer, go ahead19:25
energizerfor this package https://snapcraft.io/mathpix-snipping-tool how do i get the download url equivalent to the one listed here https://github.com/NixOS/nixpkgs/blob/e937d5db28035b20ed3ce43f052cfab4f110a0eb/pkgs/applications/audio/spotify/default.nix#L8019:27
oerhekshttps://mathpix.com/ points the snap pckage too19:28
oerheksand it is a binairy prop blob.19:28
energizerright, i dont have snap, so i want to try to install it another way19:29
energizerbut i can't even figure out how to download it19:29
oerheksthe only way is to install snapd.19:29
oerheks!snap19:29
ubottuSnaps are containerised software packages similar to flatpaks or appimage. For more info, see https://snapcraft.io19:29
energizerthat file i linked shows that there is a download api19:29
mortHey, what's the libpcre3 packages? The libpcre2 packages make sense, they have version 10.35 which makes sense, PCRE 10.35 is considered "PCRE2", but libpcre3 has version 2:8.39, and PCRE 8.39 is PCRE 1, not PCRE 3...19:30
energizeroh i found it "We don’t make it obvious how to download and install snaps directly from the store, because there’s a bunch of downsides to doing it." https://forum.snapcraft.io/t/download-snap-package/1421219:31
energizerit's https://search.apps.ubuntu.com/api/v1/package/firefox19:31
oerheksthat snippet is about spotify, no way to tell how to do that for your blob19:32
oerheksjust use snapd.19:32
morthttps://packages.debian.org/buster/libpcre3 apparently it's inherited from debian19:33
eoli3nwhat is the binary name of the gui to install nvidia drivers ?19:34
padanlordcirth_: don't seem to be short on space and dont thikn i ahve any ppas on these machines. It does seem to have moved past that step finally and its working on generating grub config... i see some /dev/sdj no such device or address style messages19:34
padanso maybe its issues reading devices on the scsi buses?19:34
padanthere are 10 or so disks in there with md devices and luks devices and vgs/lvs etc19:35
padanbut i wouldn't expect that to be an issue19:35
lordcirth_padan, is dmesg throwing IOErrors from any of the drives?19:35
eoli3nthat one : http://doc.ubuntu-fr.org/_media/pilotesadditionnels.png19:35
padansure is... sd 17:0:0:1: timing out command, waited 180s19:36
energizerok so the answer is, https://search.apps.ubuntu.com/api/v1/package/$packagename returns a json which has an anon_download_url field pointing to https://api.snapcraft.io/api/v1/snaps/download/jnlZEYdmdXGhh6oJTtMsawNGZzEWmMhk_195.snap19:36
padanall my drives are showing as online in mdstat19:36
lordcirth_padan, that's probably hanging grub-install / os-prober19:37
padanhuh, thats really odd, i dont know where those devices came from19:37
padani'll try a rescan scsi bus if it times out again19:37
oerheks!info libpcre219:38
ubottuPackage libpcre2 does not exist in focal19:38
oerhekseoli3n, use the driver tool in software updates?19:39
oerheksor ubuntu-drivers list/autoinstall19:40
JoeBkanyone get google voice working with ubuntu?19:53
oerheksturn it on? https://support.google.com/chrome/answer/2693767?p=ui_voice_search19:55
oerheks* per app19:55
JoeBkI'm looking19:57
donofrionetstat switches to see pids that are taking ports?20:01
donofrioor lsof just forget which one and what switches?20:02
oerheksNetstat -tlnp ?20:02
donofriocanot run p it said20:03
donofriohow do you break into a keystore?  forgot password ;(20:28
matsamanpassword to what?20:31
Batoehdonofrio: you mean like a password manager? Give some details but you might be screwed20:31
donofriojava keystore20:31
donofrio.jks20:32
matsamanif the purpose is to have encrypted data, most likely all you can do is brute force it20:32
donofrio;( k20:33
matsamanif your password was pretty short, that should be no big deal20:33
matsaman(ffr: short passphrases are crap)20:33
donofrioi have no idea but tnx20:33
matsamandonofrio: if you have no idea, then maybe you weren't inputting a password to read this keystore?20:33
matsamanwhich means you might not have much of a problem at all20:34
oerheksnot the channel for braking in a keystore thingy20:34
mrdeathwilderHi lads. Any advice on installing "Crossout"? tried wine but no luck21:33
oerheksfor application/game support join the #winehq channel?21:34
oerheks!wine21:34
ubottuWINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu21:34
mrdeathwilderoerheks: Wine dont work for it21:34
oerheksmaybe it is available on steam?21:36
mrdeathwilderit is, but only for m$21:36
oerheksrun a vm winth windows then21:37
mrdeathwilderi didnt know you could make vm in ubuntu. cheers :-)21:37
oerhekskvm preferably21:38
sarnoldinstall virt-manager, I think that'll pull in everything you need21:38
mrdeathwildersarnold: cheers ill try thanks guys.21:39
giacohow can I shut down logical display manager and use classic DIPLAY=:0/1/2/3 instead?21:43
=== xfnw is now known as vulpine
giacoI want to do this: https://stackoverflow.com/questions/38628354/starting-two-times-firefox-on-different-monitors21:43
matsamangiaco: not sure those are mutually exclusive21:44
matsamangiaco: you should be able to do that without altering your DM config21:45
giacomatsaman: well now I have 4 displays long desktop in gnome (can move windows across all them) but "DISPLAY=:1 firefox www.google.com" returns "Error: cannot open display: :1"21:46
oerheksjust drag one tab to the other screen?21:46
giacooerheks: I need to do that automatically on boot21:46
oerheksoh dear21:46
matsamangiaco: DISPLAY=:1 means X server number 221:52
matsamangiaco: you likely only have one X server, :021:52
matsamangiaco: there are tools to control where windows appear21:52
matsamangiaco: I would look at like, devilspie, or wmctrl, or just xdotool21:52
giacomatsaman: I'm already using "xdotool search --sync --onlyvisible --class "Firefox" windowactivate key F11" to put single firefox window fullscreen on first monitor, but I yet have to find how to do that on multiple different windows and different geometries21:55
matsamanyou will21:55
giaco:)21:57
matsamanyou can definitely run two X servers, without a window manager, and just one iceweasel running in each21:58
matsamanbut you don't have to <shrug>21:58
giacomatsaman: it is way more difficult than you think22:04
giacoI also though that it was easy, but two monitors, two gpus, not so much22:04
giacoI'm seeing glitches everywhere with nvidia drivers, only nouveau works, but also with them sometimes one display glitches and I have to get into display manager to turn it off/on via software to fix22:05
giacoother problem: the display order changes sometimes after reboot22:06
giacoother problem: soemtimes displays appear connected even when off after reboot22:06
giacoother problem: system hangs after being on and working well for some days, so I have to reboot22:07
giacoputting all together and making it automatic is not so easy22:07
giaco(I have to say that with windows worked nicely out-of-the-box, but I want ubuntu)22:08
=== dlam_ is now known as dlam
=== xet7_ is now known as xet7
sneakyimpcan anyone tell me what the size limit is for a tar (i.e., tgz) archive is on Ubuntu 18?22:27
sneakyimpi've seen posts suggesting that 68GB is the limit for a tar archive, but I just created one that's 117GB -- I'm concerned the TGZ file I just created may not be valid22:28
sarnoldsneakyimp: I think that's the largest size file you can fit in the tarball22:30
oerhekshttps://peazip.github.io/rar-zip-file-format-size-limitations.html22:30
oerheksnope22:30
sneakyimpsarnold: ahh so 68GB is the limit for files you want to put *in* the archive. does tar have any limit to the size of the tgz file it can create?22:30
oerheksNo tar file size limit under current POSIX.1 2001 revision specifications22:31
oerheks**8 GB maximum tar archive size for older POSIX.1 1988 standard22:31
sneakyimpoerheks: TYVM!22:31
oerheksit depends on your filesystem, i guess22:31
sneakyimpoerheks: i figured there'd be some file system limit. thanks!22:31
oerhekshave fun!22:31
leftyfbsneakyimp: can I ask why you need such a large tarball?22:49
sneakyimpleftyfb: i am making a backup of the home directory on my ubuntu workstation before upgrading from 18.04 to 20.04 -- JUST IN CASE22:49
leftyfbsneakyimp: is your backup storage limited on space? I would rsync over creating a tarball22:50
sneakyimpleftyfb: it happens to contain a lot of big SQL dumps and TGZ archives from a few dozen clients22:50
sneakyimpleftyfb: as it turns out, copying file-by-file is very slow (e.g., 10MB/sec). the tar approach is must faster because the amount of data copied is much smaller -- and YES i am somewhat limited in backup space.22:51
giacomatsaman: also devilspie solution seems to have fatal flaw: it detects windows name on startup only, and firefox --url "mysite" would set the windows title after boot and so devilspie cannot separate different firefox windows23:08
acagastyaHi, I have a system with Ubuntu 18.04.  Given the latest version of ubuntu is 20.10, how do I update to 20.04 using CLI?23:11
acagastyaDoes `do-release-upgrade` take me to newest LTS by default?23:13
dwigtonFollowed the tutorial to setup vlans. It seems a bit out of date. When I try to edit /etc/network/interfaces it says it has been deprecated in favor of /etc/netplan which in turn is autogenerated from some cloud-init datasource. It lost me there. Any idea where the trail ends or do I just disable cloud-init?23:13
dwigton20.04 btw23:13
tomreynacagastya: yes. but note that if you have unsupported packages or package versions installed, the upgrade can fail. so you may want to use ppa-purge and apt-forktracer to remove any such package, or downgrade them to the version your current ubuntu version provides, before you do-release-upgrade23:18
acagastyaAll right, tomreyn.23:19
tomreyndwigton: "the tutorial" is mighty unspecific. there are certainly hundred if not thousands of ubuntu releated tuorials out there.23:20
WrathOfAchillesI also like LANG=C apt list | grep ed,loc23:20
tomreyndwigton: if this is ubuntu 20.04 server, you should look at https://netplan.io23:20
acagastyaThough I should point tomreyn, it is actually xubuntu (I know, that is just desktop environment, and command will be the same).  But when attempting GUI update, the update caused the login screen to become unresponsive.23:20
acagastyaI am chroot'ed using a live USB.23:21
tomreynacagastya: the same applies: unsupported upgrades can fail in mysterious ways.23:22
acagastyaIt is safe to do a do-release-upgrade when chrooting from a live USB, right?23:22
today911hey there! Anyone would have any idea why hdparm --fibmap filename would give a different LBA_begin (sector) than if I open that file and copy it's beginning 20 bytes lets say and would search for that on that drive with hexedit ?23:22
WrathOfAchillesTo explain a little, that apt command lists packages, and the grep command is checking for 'installed,local' which is packages which can no longer be downloaded.23:23
tomreynacagastya: i don't think i ever tried. if you mounted everything that should be mounted and are running from a compatible live system, this could probably work.23:23
acagastyaOkay.23:23
matsamangiaco: the separate X servers approach is actually incredibly simple, but pretty odd for Ubuntu users I suspect23:25
CarlFKwhere is the code for the tab completion for dd?  (it eats the if= and of=, like dd if=foo<tab> turns into dd foo.txt)23:31
dwigtontomreyn: yes it is 20.04 server. My understanding from the netplan yaml file it that the config is being generated by cloud-init and changes to it won't persist.23:34
sarnoldCarlFK: I don't see that on my 20.04 nor 18.04 systems23:34
acagastyaThanks for the help tomreyn.23:34
sarnoldCarlFK: try /usr/share/bash-completion/completions/dd23:35
CarlFKsarnold: huh.  I'm on 20.04 .. 9 updates.. maybe it got fixed23:35
CarlFKthanks for the path.. ill check there after update23:36
tomreyndwigton: this can be on purpose, on systems where you want to be able to dynamically update this configuration from outside of the system, such as through a (cloud?) hosting providers' web interface23:37
tomreyndwigton: other than that, you can edit the cloud-init configuration files to stop any updates, or uninstall the package.23:38
dwigtontomreyn: thanks. I just found the /etc/cloud/cloud.cfg.d directory23:40
dwigtonI looks like settings there should persist.23:41
tomreyni don't know how well this works for configuring vlans, but ... give it a try.23:41
dwigtonYeah, I fully expect no effect, but hoping for the best. It looks like it uses Netplan config values? crosses fingers.23:43
tomreynnote there is also #ubuntu-server if you have server specific questions (such as these)23:45
disiwhere can i find the modifications made to python2 that are specific to ubuntu?23:46
jasper1378I was hoping that someone could do me a favour. I recently set up an irc server and I was hoping someone could connect to it to help me test if the port forwarding is working. The address is 174.95.160.165, port is 6697. Thanks!23:51
CarlFKsarnold: how is your bash?  like what does line 10 do? cur=${cur#*=}  (of /usr/share/bash-completion/completions/dd23:51
=== Namikaze_ is now known as Namikaze
sarnoldCarlFK: I find these things to be absolutely baffling23:54
sarnoldCarlFK: that bit about string operations on variables is in table b-5 here https://tldp.org/LDP/abs/html/refcards.html23:55
CarlFKsarnold: me too.  if I click that, will I be any less baffled?23:55
sarnoldCarlFK: mmmmmm probably not :)23:56
sarnoldI hate these completion scripts :)23:56
tomreynhttps://mywiki.wooledge.org/BashGuide/Parameters#Parameter_Expansion23:56
tomreynhttps://mywiki.wooledge.org/BashFAQ/07323:56
sarnoldthat's an awesome site23:56
CarlFKsarnold: I clicked.  now I am playing some sort of pattern matching game.. which one looks the most like cur=${cur#*=}23:57
acagastyaAlso, how do I go about fixing this problem?  <https://dpaste.com/72KJKVJYA.txt>23:57
tomreynuse a resolver that works23:58
acagastyaCan i specify in the `apt update`, which mirror to use?23:59

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