/srv/irclogs.ubuntu.com/2024/03/21/#ubuntu.txt

sarnoldif it were me, I'd copy off the data that I'd want to keep, run cfdisk on it, and try to get it partitioned with GPT. If cfdisk didn't make that easy, I'd probably use dd to zero the thing and then try again.00:00
Mosokhello, i am on linux kernel oem00:04
Mosokhow can i install the normal ubuntu kernel (i am on manic minotaur )00:04
tomreynahc: sooo, MBR is the partition table format (there is also GPT and some others, but only GPT is the other relevant one). you use either MBR or GPT to define what partitions there are on a disk. ext4 is a file system, which you could place on top of a specific partition.so, based on what you wrote, you have this 2 TB disk with an MBR partition table on it. and one of the partitions contains an ext4 file system sized 120 GB (83.6% of which are in00:05
tomreynuse). according to https://www.seagate.com/manuals/one-touch-ssd/optional-formatting/ , those seagate 'one touch' SSDs come preformatted with an exfat (not ext4, not fat) file system.00:05
tomreynhello Mosok00:05
sarnoldMosok: I'd leave it alone. it probably provides drivers you need for a happy system. I understand that on upgrades to new releases you'll be moved to the main kernel if the main kernel has the driver support you need00:06
BCBlooking for some assistance trouleshooting permission errors on Ubuntu22 with Apache/2.4.58 PHP 8.2.17php-fpm8.2.  I had difficulty installing composer (yea, I know) and after I succeessfully installed a package the existing file can not be found.  Any suggestions.00:11
ahctomreyn: OK, but its not an SSD. P/N 3BDAPM-500 to be specific. Yes, I wanted to get rid of that pre-formatted thing, of which exfat was ~99% of the 2TB.00:11
Mosoksarnold what is the latest oem kernel?00:13
Mosokor how can i see available kernels in ubuntu mantic, oem or ubuntu kernel00:13
tomreynahc: i see. it's probably similar then, just hdd. you can use cfdisk (as sarnold suggested, i think because it can cross-format between mbr and gpt) to repartition, but make sure you backup your data first.00:13
ahctomreyn: my thinking then was, format it as ext4 so I could change its Volume name, and enjoy some non Windows Linux only security.00:13
ahctonreyn: am happy to wipe all data, at this stage. In fact have done so.00:14
tomreynahc: sounds like a plan then. so i'd go with what sarnold suggested earlier.00:15
Mosokhelp00:15
ahctomreyn: Okay, will look up cfdisk. Haven't used that before. Disks partitioning seemed a bit of a struggle.00:16
plastikmanyou can use fdisk on the disk, then press "g" that will wipe the drive parts and then you can set up a gpt file system on it00:16
tomreynMosok: this will list installed kernel packages:  apt list --installed linux*00:16
ahctomreyn: might even go back to exfat, Lol, but without its trademark One Touch extra partition00:17
Mosoktomreyn how about available kernels00:17
Mosoknot installed00:17
plastikmanif you use "o" it will make a new msdos label and also wipe the disk00:17
ahcThank you tomreyn: and Mosok: and plastikman:00:18
tomreynMosok: run     sudo apt update    then remove "--installed" from the above command, and run it again. this will list both installed and available (not installed) ones.00:18
Mosokpro00:19
plastikmanJust know that changing this will wipe the drive, either "g" or "o" will cause data loss, so be bareful :)00:19
Mosokthanks fam00:19
=== jesse__ is now known as jesse
sarnoldBCB: what do you mean with "the existing file can't be found"?00:27
oerheksPHP 8.2.17php-fpm8.2 sounds like ondrej ppa00:33
=== amurray_ is now known as amurray
Mosokcanonical is a trash company, putting amazon store ads in search, adding telemetry, removing chrome and firefox as deb and adding them as slow snaps, adding now adds for ubuntu paid in terminal00:47
Mosokthe microsoft of linux, a disgrace. failed project after failed project, and greed.00:47
Mosokjust use opensuse leap or tumbleweed if you want an enterprise backed distro00:47
-Mosok:#ubuntu- ^00:47
BCBsarnold sorry- missed that.  the package files are downloaded to a src folder with in the project directory.  php seems to be looing in the include file even though I've included direct links to the file using require_once.00:50
BCBfiles and directories are readable by the user and the group00:51
BCBfiles exist.00:51
=== chao is now known as stenno
=== pah is now known as pa
=== P1ro_ is now known as P1ro
=== chris14_ is now known as chris14
=== JanC is now known as Guest3733
=== JanC_ is now known as JanC
=== pushkarnk1 is now known as pushkarnk
Your_DogAre the publishers that has check marks in snap human verified? kinda worried after that exodus bitcoin wallet malware scam07:09
=== zzzeee_ is now known as zzzeee
oerheks07:17
oerheksYour_Dog, basicly, for flatpak and snap, trust the ownner07:18
oerheksgrinn07:18
oerhekssome snaps got checked with the snapcraft team07:19
oerheksyou could be a help too07:19
oerheksthanks for asking07:19
=== alucardromero4 is now known as alucardromero
=== pushkarnk1 is now known as pushkarnk
Your_Dogok, i have code, jgraph, kde and jetbrains with checkmarks, so i guess i am good.08:05
Your_Dogofcourse the last one is canonical so no need to doubt that08:05
=== AshKechummm is now known as ash
=== ash is now known as Guest8447
data_cowboywassup08:33
data_cowboy]/clear08:33
=== pushkarnk1 is now known as pushkarnk
=== geirha1 is now known as geirha
=== travisghansen9 is now known as travisghansen
=== stenno is now known as Guest1241
=== chao is now known as stenno
=== lars is now known as Guest8216
=== pah is now known as pa
ahh_g10:31
hugo_lol10:57
hugo_hello10:57
pflanzeI'm starting a VNC server from crontab as the "ubuntu" user. Everythign works fine except I can't start firefox, it says "/system.slice/cron.service is not a snap cgroup".11:47
pflanzeIf I "su - ubuntu" to itself from within the VNC desktop, firefox starts.11:47
pflanzeWhat is the proper solution?11:48
pflanze(I can't "su - ubuntu" from the crontab anyway, as that needs the password.)11:49
Quarkpflanze: start the VNC server as your user maybe?11:53
pflanzeThat's what I do, from the user's crontab.11:53
pflanzeI mean, I still use "ubuntu" as "my user". But that doesn't matter, right?11:54
ogra_pflanze, you are not using a proper session ...11:54
pflanzeThis is on a cloud server, and the VNC server should be started when the server starts.11:54
pflanzeThat's why I use crontab, which is or used to be the normal way to start things.11:55
ogra_(i.e. systemd-logind needs to assign a seat, dbus needs to run and all the other stuff proper session mgmt set up when you log in through some DM like gdm)11:55
pflanzeUsing @start11:55
pflanzeSo, how do I do that on startup of the VPS, then?11:55
pflanzeAnd why is crontab not already doing it?11:56
pflanzecron11:56
ogra_because it doesnt run in context of a desktop session usually11:56
ogra_i'd try something like this https://unix.stackexchange.com/questions/644886/vnc-server-with-gdm-login11:57
pflanzeI'll mention that I already have scripts to set up such VPSes, I need to be able to start such systems scripted.11:58
CosmicDJpflanze: why should cron start a vpn server? cron is for scheduled tasks, not for running a daemon/server/service11:59
pflanzeCosmicDJ, cron has @start.11:59
pflanzeCosmicDJ, what else would you use?11:59
CosmicDJpflanze: systemd service?12:00
pflanzeI guessed that would likely be the answer. I still avoided properly learning systemd.12:00
pflanzeLet's just say, cron was the perfectly fine answer before systemd came up.12:00
ogra_well, the above stackexchange page has a bunch of examples you can start working off12:00
pflanzeI'd want to avoid starting it via gdm, rather from system as the user.12:01
* pflanze reading rest of page12:01
ogra_well, gdm makes sure all needed bits of the session are in place ... you can indeed just turn on autologin for your user in gdm so you wont even see it12:03
pflanzeI'm using Linux to understand what's going on and for composability. So I'd rather not just delegate to gdm.12:03
pflanzeI wish there were a diagram showing how cgroups, systemd, cron, etc. are fit together nowadays.12:04
ogra_well, then read up about how systemd handles sessions, how gnome handles sessions etc etc ...12:04
ogra_trying to stick to 20+y old technology with modern software setup means you will definitely run into issues12:05
pflanzeI mean do you know what you're doing or just using the latest papering over?12:06
pflanzeSorry I'm feeling tired (today, or about complexity).12:06
pflanzeFun thing is, su does the right thing for snap.12:07
pflanzeSo what is su doing that makes it right?12:07
pflanzeAnd why does cron not do it?12:07
ogra_i usually know my way around ... but i'm working on that stuff day by day and have seen what changed in the last decade or two12:07
pflanzeCan you start a service via systemd as non-root on startup?12:08
ogra_sure12:08
CosmicDJpflanze: sure you can, nginx is running as user www-data here for example12:09
pflanzeBut is nginx also running as www-data "properly" (as per cgroup etc.)12:09
ogra_https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#User=12:10
ogra_but you still need to make sure it is integrated with logind and friends to get a proper session12:11
NetSysFirei am going insane with this debootstrapped 18.04 chroot (22.04 host) to run legacy software. certificate validation fails in that one but only in git. curl works, but git clone does not. debootstrap --include=zlib1g-dev,git,build-essential,python,ca-certificates,curl bionic tmwa-base http://de.archive.ubuntu.com/ubuntu/ and the git clone url that is giving me issues, which works just fine12:12
NetSysFireeverywhere else is https://git.themanaworld.org/legacy/tmwa.git/ - git clone to github works though12:12
pflanzeI guess I'll just start my vnc session from root via "su - ubuntu"12:13
ogra_just be careful with su, it mangles paths and environment in a hardcoded way ... (better use sudo -u ...)12:15
pflanzeI just don't understand what happened. Linux was meant to be understood. And I don't understand even whether I'm missing some pieces and then all makes sense or whether it has just grown into a mess.12:17
CosmicDJpflanze: systemd happend ;)12:17
pflanzeYeah, so was it really bad.12:17
pflanzeAnyway, old topic and nobody wants to heat that up I'm sure, I just didn't participate when that was up.12:18
ogra_you could try to go back to 16.04 ... that still used upstart 🙂12:20
pflanzeI'm mostly a Debian user, my vnc stuff still works there, but might not in the upcoming release not sure.12:21
pflanzeAnd sometimes I ponder moving to some simpler distro.12:21
ogra_well, they are all just following suit nowadays ... unless you go to something like devuan12:21
NetSysFireso i managed to find out that git doesnt use curl but git-remote-http - and thats what having the certificate troubles. can i force it to use curl instead or anything?12:22
ogra_NetSysFire, did you think about simply using an lxd container ? way less effort12:22
NetSysFirebecause containers are just way over the top for this use case. it works great except for this issue12:23
ogra_(i think there is also a https transport, git-remote-http might not be enough)12:23
NetSysFirewell, yes i do git clone to a https url and that fails certificate validation12:23
ogra_right12:23
NetSysFirecurl works, git clone to e.g github works, just this host doesnt and only in the chroot12:24
pflanzeNetSysFire, maybe #git has answers?12:24
pflanzeAlso maybe strace shows where it tries to find certificates, and that will point towards a package that's missing?12:24
NetSysFireoh right i forgot about strace, good point12:24
pflanze(Maybe there are recommends for the git package?)12:25
ogra_you could also try setting the GIT_SSL_NO_VERIFY=true env var ... perhaps that is enough12:26
ogra_(will indeed drop security)12:26
NetSysFireRecommends: patch, less, ssh-client - nope. cant clone via ssh either, our gitlab instance doesnt support that12:27
ogra_or without env var: git config --global http.sslVerify false12:27
NetSysFirethat would be my last resort12:27
ogra_also adding openssl or its libs at least to your --include line might be helpful12:28
NetSysFireopenssl is there. curl works, git clone does not12:28
NetSysFireinterstingly it doesnt look like it is accessing any certificate path, but maybe i need to specifically target /usr/lib/git-core/git-remote-https12:29
pflanzeAre you running strace with -f ?12:29
NetSysFireno but i'll do12:30
NetSysFireah yes now i see it is indeed accessing stuff [pid 558469] openat(AT_FDCWD, "/etc/ssl/certs/ca-certificates.crt", O_RDONLY) = 412:30
BluesKajHi all12:31
pflanzeThat file was successfully opened. Question is, what does that contain, how is it built?12:31
NetSysFirei didnt touch it - debootstrap does everything12:31
pflanzeYes, but it is probably generated on package installs.12:32
pflanzeSo, you might still be missing some package(s).12:32
pflanzeWell, dpkg -S "/etc/ssl/certs/ca-certificates.crt",12:32
ogra_ca-ertificates surely does run a postinst script to actually generate the certs12:32
pflanzeNetSysFire, you could try simply copying the file from your host into the chroot.12:33
ogra_(i wonder if debootstrap suppresses that somehow)12:33
pflanzeIIRC debootstrap does leave deb config in basic, non-interactive state.12:34
pflanzeSo, there might have been a question that didn't get a chance to be answered.12:34
ogra_yeah, but the postinst of ca-certificates shouldnt need any interaction12:34
ogra_(normally ... 🙂 )12:35
NetSysFirepflanze: i did, to no avail12:37
NetSysFirehuh wait, both on the host and the chroot it both says dpkg-query: no path found matching pattern /etc/ssl/certs/ca-certificates.crt12:37
pflanzeThat's because it is generated.12:38
pflanzeWhat was expected12:38
NetSysFirewell, you told me to target that path12:38
pflanzeYes, to see if it's a static or generated file12:38
pflanzeI wasn't sure so it paid off checking.12:39
NetSysFireindeed12:39
NetSysFirei copied both /etc/ssl and /usr/share/ca-certs from the host into the chroot and did update-ca-certificates, no changes reported, still no worky with the same error12:39
pflanzehmm update-ca-certifates may have overwritten your copied files12:39
NetSysFirei can do it again without update-ca-certificates12:40
NetSysFirenope, still certificate validation error12:40
pflanzeyes, and it always pays off to compare what you originally had with the after12:40
ioriaNetSysFire, you can do anyway 'dpkg -S /etc/ssl/certs/'   ; you should have a similar output 'ssl-cert, ca-certificates, openssl: /etc/ssl/certs'12:41
NetSysFirethis is where i wish everything was a git repo so you can run git diff12:41
pflanzeYou can run diff -RubBN dir1 dir212:41
NetSysFiretrue12:42
NetSysFireanyways. i think i isolated the issue and it should be with /usr/lib/git-core/git-remote-https - however i fail to manually invoke that and it hangs at read(0 when i give it just the url12:42
pflanzeAnd you can of course check /etc into git, which is what I actually generally do.12:42
pflanzeThat is plumbing. You may really want to ask on #git for such details.12:43
NetSysFireokay12:43
pflanze+I need to go back to work and I'm primarily a Debian not Ubuntu guy. Good luck anyway.12:44
NetSysFiretime runs short though, i'll be afk for some hours so i'll ask in #git later when i can actually respond in a timely manner12:44
=== pah is now known as pa
=== Vercas93 is now known as Vercas9
eneschello13:54
spinningCat_hellanyone here use global protect ?14:06
spinningCat_hellappearently global protect avoid connecting internet with wireless14:07
spinningCat_hellit is fine with ethernet14:07
spinningCat_hellit disconnect and reconnect over and over14:07
pragmaticenigmaWith all wireless networks you connect to, or just your home network?14:08
emmetinfiniteDoes anybody here know if ubuntu 23.10 will shut off my backlit keyboard on shutdown?14:08
spinningCat_helli am at work i didnt try at home14:08
spinningCat_hellbut we also try with hotspot14:09
spinningCat_hellit disconnect and connect again like restarting wireless service14:09
spinningCat_hellwireless icon is gone and come repeatedly14:09
pragmaticenigmaspinningCat_hell, Sounds more like the wireless driver is giving you issues, not the VPN14:18
spinningCat_hellno problem in windows i think14:18
spinningCat_hellhmm14:18
spinningCat_hellbut when i disconnect from global protext everything works fine14:18
pragmaticenigmaspinningCat_hell, probably something in logs, but that gets outside my knowledge base for helping. One thing a google search has recommended is to make sure the power saving mode is disabled for the wireless card.14:21
spinningCat_hellyou mean system log or network log?14:33
=== michel_c14 is now known as michel_c12
=== michel_c13 is now known as michel_c12
GrandPa-GI need to make a display monitor play multiple videos at the same time, some may start later than others. Like what is done in movies with multiple split screens. I need to do this in a python script, but for now I just need what tools might be used.14:43
=== Furai_ is now known as Furai
sahilhi15:15
=== pushkarnk1 is now known as pushkarnk
VoidwarperDoes Ubuntu lts offer snapshot rollback in grub menu?15:27
VoidwarperAfter I install a package for example15:27
addikshi, is it correct that there is no "php8.1-dev" package in ubuntu 20.04? I want to compile a php extension (php-redis) for 8.1 and for that I need phpize in the correct version, that should be part of the -dev package, as far as I understand.15:28
VoidwarperAny idea?15:29
VoidwarperDo I need to setup zfs to have rollback snapshots in Ubuntu from grub15:29
rfmVoidwarper, installing on zfs and running zsys certainly does give rollbacks in the grub menu.  I don't know if it's the only way. I also don't remember which release stopped installing zsys by default on zfs installs, nor if zsys is strictly required.15:38
VoidwarperWithout zfs do I have rollbacks after lts install15:38
Voidwarper?15:39
ravageqcow supports snapshots too15:39
ravageoh you mean with zfs as root15:40
ravagei would not recommend that at all15:40
=== JanC is now known as Guest1790
=== JanC_ is now known as JanC
=== falz_ is now known as falz
=== ericus1 is now known as ericus
ash_worksiif I just do `sudo apt install gist` I'll get the package outlined by `apt search`: gist/jammy,jammy 6.0.0-2 all:  Upload gists to gist.github.com -- correct?17:45
ash_worksi^ Question 117:46
ash_worksiQuestion 2: where does it explain what that package does? Because doing so does not result in a `gist` command. I don't really know where to look for a manual or really anything on how to use that package17:46
ash_worksioh I guess it was gist-paste. Seriously though, how do you know what to run after you find and install a package?17:49
pragmaticenigmaash_worksi, for many things this is a good place to start: https://packages.ubuntu.com/jammy/gist17:59
pragmaticenigmaalso, what lead you to determine that you wanted that installed is likely to have some documentation on its usage18:00
pragmaticenigmaash_worksi, also gist has a naming conflict with a much older application. https://manpages.ubuntu.com/manpages/jammy/en/man1/gist.1.html18:05
pragmaticenigmabut that required some heavy digging18:05
graingertI tried to enroll a new fingerprint but it says failed to enrol fingerprint18:09
graingertis there a way to get the real error message?18:09
graingertok it's working differently now18:11
graingertit says fingerprint device disconnected18:11
graingertit's a laptop hardware though18:11
Mr_07j #linuxmint18:33
Mr_0ops18:33
* Mr_0 hides18:33
pragmaticenigmagraingert, not to discourage too much... but if it doesn't work on its own.... it's probably not going to without a lot of research and building drivers locally18:35
graingertpragmaticenigma: but but but18:36
graingertI have a developer edition Dell laptop it's supposed to just work :p18:36
pragmaticenigmarunning LTS Ubuntu supplied by Dell?18:36
ash_worksipragmaticenigma: my client told me I disconnected; did you get my responses?18:37
graingertNo it's running LTS Ubuntu provided by me. I needed a reinstall18:37
pragmaticenigmaash_worksi, no... I haven't seen any replies since my last comment from 30 minutes ago18:37
pragmaticenigmagraingert, did it work prior to the reinstall?18:38
ash_worksipragmaticenigma: (1) re: good place to start; in this particular scenario, it's even less helpful than apt search18:38
ash_worksipragmaticenigma: (2) yes, this was the thought process: I want to paste from my terminal to gist.github.com; I guess I'll search for a gist program => `apt search gist` (a long list later) => ah here's something with the description: Upload gists to gist.github.com -- perfect. => install => try `gist` => not found. => wtf?18:38
pragmaticenigmaash_worksi, I get it... I had a similar experience with an application called "meld" and managed to really muck up a system in the process18:39
ash_worksipragmaticenigma: like, shouldn't there be some package details that say something along the lines of "installs the following commands" ... I know that some utilies expose multiple commands18:40
graingertpragmaticenigma: it worked fine for many months after the reinstall18:40
pragmaticenigmaI was going to suggest man gist, but that's how I found out another application already used that label18:40
ash_worksipragmaticenigma: the only app I know called 'meld' is a diffing program... was that it?18:40
graingertI booted one day with a tpm failure18:40
graingertAnd it has not worked since then18:41
graingertWell that's not strictly accurate18:41
pragmaticenigmaash_worksi, it wasn't so much another program... I was trying to install the latest version of meld using PyPi... learned the hardway why one should manage packages in a venv for python... and that someone had created a library for python called meld which conflicted with the application of the same name18:41
graingertMy previously enrolled fingerprints failed but I enrolled one new one successfully and that worked once18:42
graingertI cleared all my fingerprints and enrolled my right index finger18:42
pragmaticenigmatpm failure sounds like that might be the source of the problem18:42
pragmaticenigmanot the fingerprint reader18:42
graingertYeah but tpm is working on subsequent boots18:43
graingertI have secure boot enabled and windows bitlocker is happy18:43
pragmaticenigmaash_worksi, This was the culprit of my issues: https://meld-docs.readthedocs.io/en/stable/18:43
pragmaticenigmawonder if windows helpfully installed an update or something to the TPM module firmware18:44
ash_worksipragmaticenigma: I see... so is there no apt command which will give you additional details about a package, eg "what `man` command to run"?18:44
graingertpragmaticenigma: I've been dual booting for a while18:45
pragmaticenigmaash_worksi, it's a situation I haven't encountered, possibly because I'm prolific user of tab completion in the terminal18:45
pragmaticenigmaash_worksi, I am trying to find a resource... was hoping someone might have answer for you in the meantime18:46
pragmaticenigmaash_worksi, I was hoping maybe the "gist" package was a metapackage, which would point to a gist-paste package18:47
ash_worksipragmaticenigma: I forget what it is, but there was a time I was missing a basic package (probably in a slim container) and needed to install some network utility package to expose that command... which was definitely not named after the package. At the time, it wasn't a problem for me to find the command since I already knew the command I wanted to execute... in fact, I had to google what package to18:51
ash_worksiinstall to get it... when I have to rely on google I feel like "there's a better way". In any event, is that considered a meta package?18:52
ash_worksiit was probably `ping` I think18:52
ash_worksiI guess it wasn't much of a problem... it was `iputils-ping`18:57
pragmaticenigmaIt's funny that you can easily figure out what packages provide the application, but not the other direction18:59
ilushkahello everyone19:00
pragmaticenigmaash_worksi, I think if it was me at this point, I would submit a bug ticket for the package and have it updated to include the execution command needed to use the package.19:03
ash_worksipragmaticenigma: re: "easily figure out" -- I mean... like I said, I have to use google and just keep trying packages till I'm confident I got the right one. Fortunately in that case the first hit is pretty legit: "Install ping Command on Ubuntu" [https://learnubuntu.com/install-ping/]19:10
ash_worksipragmaticenigma: but if you know a better way, I am all ears19:10
pragmaticenigmaash_worksi, I really don't have another way. My suggestion is just from the fact that you encountered that issue, others may benefit from the documentation in the package being updated for the benefit of others19:11
pragmaticenigma(sorry for the reiteration of others)19:12
ash_worksipragmaticenigma: that happens to me all the time that happens.19:13
ash_worksipragmaticenigma: sometimes I even make unintelligable typos because I rephrase and don't delete my text correctly19:14
pragmaticenigmafor me it's the single line entry of HexChat usually19:19
ash_worksipragmaticenigma: I don't follow19:21
ash_worksioh19:21
ash_worksiI think I do19:21
ash_worksiyou ran out of space and didn't realize you had typed that already19:21
ash_worksiI didn't realize that that might the cause of the problem for me as well in certain cases19:22
pragmaticenigmaI'm probably moving to a new client anyways with HexChat development ending19:24
pragmaticenigmatext wraping in chat input will be a feature I'm keeping an eye out for19:24
ogra_ash_worksi, to find a package for a command you want installed, type the command into a terminal window and hit enter ... it will suggest packages that provide the command19:36
ogra_$ gist19:36
ogra_Command 'gist' not found, but can be installed with:19:36
ogra_sudo apt install yorick19:36
ogra_$19:36
pragmaticenigmaogra_, the opposite is what we're seeking19:37
ogra_(that indeed only works for commands that are not available on the system yet)19:37
pragmaticenigmawe know what package to install, but do not know what commands it provides19:37
pragmaticenigma(if any)19:37
pragmaticenigmain this case the package was called "gist" but the application the package installs executes with "gist-paste"19:38
ogra_yeah, thats not something to find out easily if the package isnt installed ...19:38
pragmaticenigmaogra_, the package was installed. again the issue is that nothing in the package documentation informs the user that while the package is called "gist" the application it will install is called with "gist-paste"19:39
ogra_if you have it installed, dpkg -L is your friend19:39
ogra_(and then grep for bin/ or something19:40
ogra_)19:40
pragmaticenigmaash_worksi, did you catch that? post installation of the package, run `dpkg -L {package_name}` to see what files were installed. Which could be refined with grep to return what was installed to an executable binary location19:42
pragmaticenigmaash_worksi, quick and dirty `dpkg -L gist | grep -i .*bin.*`19:44
pragmaticenigmaor `dpkg -L gist | grep -i bin`19:44
ash_worksiogra_: yorick is not the correct package19:46
ogra_ash_worksi, it ships the /usr/bin/gist binary19:46
pragmaticenigmaogra_, they weren't looking for that binary19:47
ash_worksiogra_: I tried that first, I don't know what it is, but it doesn't appear to to what I want; `sudo apt install gist` did19:47
ogra_right, since you didnt want the gist binary 😉19:47
ogra_i got that19:48
ogra_(had you typed in gist-paste it would have suggested gist)19:48
pragmaticenigmaash_worksi, but they did suggest the solution you were asking about. You can find out the executable name by using something like `dpkg -L gist | grep -i bin`19:49
pragmaticenigmapost installation19:49
ash_worksipragmaticenigma: yes I was playing with that as we speak19:49
ash_worksipragmaticenigma ogra_ thanks that helps a lot19:52
=== alucardromero5 is now known as alucardromero
=== alex__ is now known as alecsito
=== tech is now known as tech99
tech99hi, i am looking for a good web page on how to install and run docker containers, thanks.22:11
pragmaticenigmatech99, it's probably more beneficial to look at the software that you want to install. The project will usually include their preferred way of manging their docker container. In many cases you will be able to download a docker compose file and with a couple commands be up and running.22:15
tech99i see many pages and dont want the head ache of picking thr wrong page22:16
pragmaticenigmawhat are you looking to install would be the first step to helping22:17
tech99what i am trying to do is not run kvm any longer22:17
pragmaticenigmaplease, what software are you trying to run in docker?22:18
tech99a basic desktop ??22:18
pragmaticenigmatech99, docker isn't for desktop. it's containerization of an application.22:18
tech99i see.22:19
tech99so back to kvm ?22:19
pragmaticenigmaif you're looking to interact with a machine like you would a regular bare metal computer, yes22:20
tech99i was using kvm - was invited to a social medi - where they brought kvm back to a log in - how could that be ??22:20
tech99AND i was using a vpn at that time also22:21
pragmaticenigmadocker would be to install something like NextCloud where you need a web server, database server, and other server software to operate. The docker container manages all the software for you, you just have to configure it so it knows where to store things like user files so they persist between upgrades and restarts.22:22
tech99i see22:22
tech99do you think it was through "X" that they brought my machine back to a login ?22:25
pragmaticenigmaI don't understand what you're asking22:26
tech99how could my machine be brought to a log in status using a browser on the internet22:27
pragmaticenigmaI have no idea, possibly something on a web-page caused a partial crash of your system. I don't know what site you went to, and really don't want to know either. You should never click links or visit web pages you're not familiar with that aren't already well known22:30
tech99it was a social media site called "Gettr"  but, thank you for your time.22:31
tech99have a good day folks.22:33
ash_worksipragmaticenigma: o/22:53
=== chaser4203 is now known as chaser420

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