/srv/irclogs.ubuntu.com/2021/09/17/#ubuntu.txt

[itchyjunk]hm, it tells me it is already installed. :: https://bpa.st/2D2A00:00
[itchyjunk]but `qemu-system-riscv32` returns a `command not found`00:00
sarnoldahhhhh00:01
sarnoldit must have been added to our packages after bionic00:01
[itchyjunk]ah :<00:01
HeeeeelpHi. I can't install a package from PPA. I'm new to PPAs, not sure if I'm missing something. I'm on Ubuntu 20.04 and want to install qt4-x11 from https://launchpad.net/~rock-core/+archive/ubuntu/qt4/ . This link says that they have a package called  qt4-x11 for focal. I used the commands given to add this ppa repository, I can confirm this PPA is in00:23
Heeeeelp/etc/apt/sources.list.d/ too,  but after running apt update, I still can't install it. There's no qt4-x11. https://paste.debian.net/plain/121205700:23
Heeeeelpis launchpad updated manually or something? is it possible the ppa page is out of sync with the actual packages served?00:24
dbungertHeeeeelp: qt4-x11 looks to be the source package name.  You'll want to install one of the binary packages listed here.  https://launchpad.net/~rock-core/+archive/ubuntu/qt4/+packages00:27
Bashing-omHeeeeelp: Looks to be suspect as "Sylvain Joyeux (2020-05-10)" indicates has had no love in some time.00:29
HeeeeelpI see...you have to click View Package Details to be taken to that page that then lets you expand the package names. Thanks!00:29
Heeeeelphe's in Brazil, I'm sure he can find love in the wrong places if he wanted00:30
sarnoldhonestly, for qt4, it probably hasn't had any chances in years anyway, right?00:35
sarnolds/chances/changes/00:35
sarnoldI think upstream was done with qt4 something like five years ago00:36
sarnoldI'm not good with time, that's a guess :)00:36
Heeeeelpyou're correct, probably 5 years ago. but I have an old app that still uses it and wanted to run it on Ubuntu 20.04.00:37
Heeeeelpthe alternative wouldnt be updating the code, it would be having to run a VM00:39
sarnoldor maybe lxd container / snap / etc kind of thing00:40
HeeeeelpI would have thought apt-file (to list/search contents of packages) would include any apt package, including PPA. But after apt installing libqtcore4, then running "sudo apt-file update" and "apt-file list libqtcore4" I get nothing00:42
Heeeeelpyeah, well the 1st step to run it in a snap would be to get my hands on those libraries :)00:42
Heeeeelpoh, locate gives me the same thing. Those packages might just be broken00:45
sarnoldhrm. I kinda expected apt-file to work with ppas too, but now I realize I'm not sure..00:46
Heeeeelpnm, I see files with "dpkg -L libqtcore4".00:46
sarnoldlocate only works if you've got the packages installed and there's been a updatedb run after it was installed00:46
Heeeeelpso it's only apt-file and locate that dont. Perhaps a manifest or whatever is missing from the PPA packages.00:46
Heeeeelpsarnold: you're right, I see something when I run updatedb manually. I thought it would've run automatically after an apt install00:47
Heeeeelp*i see something in "locate libqtcore4"00:48
sarnoldHeeeeelp: normally it runs overnight.. it can take hours to run, so it's best it doesn't run after every apt install / upgrade / purge :)00:49
Heeeeelpreally, hours? it took less than a second for me00:50
sarnoldyeah, I've got a system with a few hundred million files on it00:51
sarnoldmaybe billions? I forget. it takes an eternity to count them :)00:51
HeeeeelpI'm afraid to  ask :)00:55
Heeeeelpbut I will. What kind of files?00:55
sarnoldI've unpacked all the source packages for everything in ubuntu00:56
Heeeeelpare you trying to do Ubuntu development?00:58
Unit193updatedb has a cron or timer entry, but I'd recommend plocate over mlocate as it's much faster.01:02
sarnoldHeeeeelp: sort of; I usually use it to search for vulnerabilities01:03
sarnoldplocate is magic goodness01:03
HeeeeelpI see. good luck01:03
sarnoldd'oh. I wanted to find out how long plocate takes to output something, and the first thing I searched for was taking forever because it was too common and flooding my ssh connection..01:04
Heeeeelpwow, 6GB of RAM wasnt enough to compile the old app. I used to build it on a desktop with 4GB . I guess gcc improvements need more memory01:04
sarnoldthe second thing I searched for went *way* faster because the database had already been loaded in memory. kinda wrecked my attempt to time it :)01:04
sarnoldHeeeeelp: yeah :/ it's usually useful to reduce parallelism during builds01:05
Heeeeelpfirst thing I did, even with a singular "make" it ran out of RAM on one file01:05
sarnoldanyway, I think locate doesnotexist would take something like a minute and a half on that system; plocate doesnotexist runs in seconds on a cold database and nearly instantly on a hot one01:05
HeeeeelpI have more RAM normally but I'm in the middle of an RMA for my 2nd memory stick which died on me. Guess I'll wait a few days.01:06
sarnold$ time locate doesnotexist | wc -l01:06
sarnold26301:06
sarnoldreal0m0.022s01:06
sarnoldHeeeeelp: ouch :(01:06
Heeeeelpappreciate the help, I'm gonna go eat!01:08
sarnoldenjoy :)01:08
=== M4he is now known as mahe
=== powerhiker1 is now known as powerhiker
wroatheIs there a straightforward way to install just a single packages man pages without unminimizing?02:01
wroatheI've got a docker container here, and I'm installing tcpdump to to do some debugging, and getting access to the man page for this system required running unminimize, which takes like 5 minutes02:02
Guest17This exists: https://manpages.ubuntu.com02:03
wroatheYeah, I suppose. It always seems like there's a mismatch between web man pages and the man pages that correspond to a package for a particular version though02:04
wroatheBut I see that Ubuntu now has it by distro version02:05
wroatheSo thanks for the recommendation, Guest1702:05
sarnoldWrathOfAchilles: I very much like the 'dman' program02:07
sarnoldWrathOfAchilles: sigh. sorry. you already know about dman :)02:07
=== XV8 is now known as xv8
Unit193sarnold: Yes, though I don't think it's common to know of it, or the other tools in debian-goodies.02:51
=== RaGE_Syria3 is now known as RaGE_Syria
pycuriousI want to run a program (server listening at port) on bootup ? What is the right place to put this server?03:37
Hashpycurious: systemd service04:03
TolkiHello there05:07
TolkiI have a quick question. I have an issue with Gnome Terminal where the window gets smaller and smaller every time I alt tab to it/click it. I'm not finding any solution to it online.05:08
TolkiWhat would be a well maintained and very stable terminal emulator alternative?05:08
Tolki(with tabs)05:08
alkisgTolki: sudo adduser user2; logout; login as user2; check if the problem happens there; if yes, it's a system problem, if not, it's a user settings problem => which means you could get rid of it by restoring some settings05:17
alkisgOr, mate-terminal :)05:18
TolkiClose enough, just tried Konsole and I don't have this problem with it05:18
=== unknown__ is now known as mybalzitch
TolkiI just want something stable and well maintained so I think Konsole should fit the bill05:19
Tolkialkisg it's definitely likely a settings problem, I'm using gTile with a few other extensions and that might be causing an issue05:20
Tolkistill, I don't have this issue with other terminal emulators (tested Alacrity and Konsole)05:20
alkisgmate-terminal is gtk3 based => less library dependencies for your setup05:20
obbyHey05:44
bittinhi05:45
obbyI have a ubuntu 20.04 LTS Desktop install that I use as a server that has a LUKS for the main drive and I had to clear its CMOS to clear up some GPU problems but this erased my EFI settings05:45
obbyis there an easy way to restore the proper efi?05:45
obbyit used to boot into this ubuntu imaged thing and ask for the decryption key and then go to a ubuntu login but now it loads GRUB and then just fails to boot never asking for decrypt key05:46
TJ-obby: yes, there is a way to fix it, starting from booting a LiveISO and using the 'Try...' option07:28
=== Abrax- is now known as Abrax
Nicho1asHello, I'd like to build a program on Ubuntu 21.04 with a couple of optional libraries but the dependencies are conflicting.. libvulkan-dev depends on libvulkan1 (= 1.2.162.0-1) but qtbase5-private-dev eventually depends on libvulkan1 (>= 1.2.131.2)\08:07
Nicho1asShould I file a ticket on an issue tracker?08:08
Nicho1asShould I just upgrade to 21.10?08:11
toddcNicho1as: stick around till someone better than me can answer08:13
Nicho1astoddc: Okay, Thank you toddc08:13
locsmifDoes Ubuntu 21.04 (Hirsute) support different font scaling setting per monitor already?08:19
locsmifHmm, I should be asking this in #kubuntu, my apologies08:22
raddyHello08:47
raddyI am finding that ubuntu becoming more and more slower upon eacher new version08:50
raddyWould fresh install help ?08:50
Mekaneckraddy: I never experienced Ubuntu, or any other distro, becoming slower in the 14+ years i used them.08:55
=== polymorp- is now known as polymorphic
toddcraddy: If we assume a few things each new version is a bit bigger with more tools bigger and better programs on a older computer08:57
toddca clean install may help a bit or fix a issue --I prefer clean installs08:59
raddyMekaneck: Do you upgrade to newer versions ?09:02
Mekaneckyep09:03
raddyMekaneck: Great09:03
faekjarzhi! Am i doing something wrong? I thought i'm supposed to have 2 storage devices on my new Optane H10. I'm running it on AMD B550, in a PCIe riser/adapter card.10:21
lotuspsychjefaekjarz: can you pastebin inxi -F please?10:27
faekjarzlotuspsychje: i might, one moment please10:28
faekjarzlotuspsychje: are you looking for anything specific? I'm hesitant to publish a fingerprint of my box. In the Drives section, there's only the NAND portion of that H10 listed.10:36
lotuspsychjelets see the whole log please, im curious10:37
Lumpio-The hackers will get you if you "fingerprint your box"?10:37
lotuspsychjesysteminfo wont expose you much10:39
faekjarzi'd like to learn what you are looking for - the composition of hardware, version numbers, mac addresses, that's faily personal data10:40
Lumpio-Hardware revisions are boring ans surely you spoof your MAC id you're security conscious10:41
faekjarzi'd rather not discuss my privacy choices, and focus on debugging Optane H10 on AMD B550 ;)10:43
lotuspsychjeso, how about your dmesg in a paste faekjarz10:49
faekjarzyou obviously desire a troll reputation, lotuspsychje10:50
lotuspsychjefaekjarz: you come here asking for ubuntu help, but refuse to share details of any kind, good luck with that10:51
=== erica is now known as birb
faekjarzthere you go https://pastebin.com/h3aTfkCz i hope that motivates you to tell me what exactly you are looking for, lotuspsychje11:05
lotuspsychjefaekjarz: i see 3 nvme's in there, are you saying your intel one only shows 1 instead of 2?11:07
faekjarzyes, because Optane H10 ist intel - noone else sells Optane11:09
lotuspsychjefaekjarz: did you check gnome-disks to see if its partitioned right?11:10
faekjarzthere's 1 Windows reserved, 1 NTFS, and free space - all summs up to the QLC part of the H10 - the whole visible capacity is NOT 256+16GB ...that tells me that i'm still not seeing the 3dXpoint portion11:13
faekjarzthat's how the H10 came out of the box - a bit odd, that they'd format it with NTFS - usually new storage is blank11:15
faekjarzi've double-checkt the item description - it's new/pulled from working & wiped - SMART reports only 1 whole drive write11:17
=== birb is now known as erica
=== saribro is now known as swinnenb
BluesKajHi all12:28
AikenDrumHi all, Does anyone know the name of the Kubuntu group that is the equivalent of Fedora's lock group ?13:12
AikenDrumHello, anyone there ?13:18
Mekaneck!patience | AikenDrum13:25
ubottuAikenDrum: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/13:25
AikenDrumoes anyone know the Kubuntu equivalent of the Fedora lock group ?13:27
MekaneckAikenDrum: i asked you to be patient13:32
AikenDrumI was also asked to repeat my question quickly. ??13:33
MekaneckNot13:33
Mekaneckand this is not the place to ask imho since it's a Ubuntu support channel13:33
oerhekswell, why would kubuntu have it and ubuntu not?13:34
AikenDrumubottu: AikenDrum: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/  I am using Kubuntu 2.04.113:35
oerheksanyway, i used bing but i think debian/ubuntu does not have the same functionality as fedora lock group?13:35
=== JoelJoel is now known as Joel
AikenDrum@oerheks: I don't know. I'm just trying to fin out this equivalent group in Kubuntu.13:38
MekaneckAikenDrum: take it over to #ubuntu-discuss please13:38
oerheksor #Kubuntu ?13:38
Mekaneckoerheks: not much activity there13:39
Mekaneckmaybe he can ask on askubuntu.com or the forums13:39
AikenDrum@Mekaneck: OK  @oerheks: OK13:40
goddardit apears desktop notifications in firefox don't resolve to your gnome workspace as well?13:56
nuxnoobinstalled mx19 it keeps borking my seperate ntfs drive13:59
nuxnoobwhen i copy files to it i get i/o erros and then i cant read superblock14:00
leftyfbnuxnoob: what is mx19?14:00
nuxnoobboot to winpe chkdsk fixes it or gets no error14:00
leftyfbgoddard: this is as close as it gets https://addons.mozilla.org/en-US/firefox/addon/gnome-download-notifications/14:00
oerheksmx19 is not ubuntu, they have their own channel14:00
nuxnoobmx19 is a debian fork14:01
oerheksso?14:01
leftyfbnuxnoob: ok, please seek support from mx1914:01
nuxnoobthought you might help14:01
oerhekswe don't want to give wrong advise14:01
leftyfbnuxnoob: you are not running ubuntu or even a distro based on ubuntu.14:01
nuxnoobsame filesystem no14:02
leftyfbnuxnoob: please seek support from mx1914:02
HashIs there a way to get redshift to be always on, instead of only night time?14:14
Hasha lot of times I keep my room dark and the monitor light is too bright and burnsmy eyes14:14
Hashand redshift uses long/lat to determine the time of day and turns on/off14:15
HashI want to keep it on all the time14:15
Hashlogically if I set day/night to be the same, then it doesn't matter wht the software thinks the time is14:18
HashI can probably set brightness/temp settings to be the same for night/day in redshift.conf ok hm14:18
=== genii-core is now known as genii
iomari891greetings, my 20.04 installation has iptables legacy running.I also see that iptbles-nft is installed. How can I switch to iptabls-nft and if I do will all my current rules work seemlessly?15:34
oerheksiomari891, install nftables and enable nftables.service16:03
oerhekssome info; https://www.linode.com/docs/guides/how-to-use-nftables/16:04
CapnKernelHello.  I have a server running hirsute.  I'd like to install keycloak, which says "make sure you have OpenJDK 1.8 or newer installed".  What packages do I need to install for this?16:07
CapnKernelapt search openjdk shows me openjdk-17-jre.  How close or far is that to what I need?16:08
oerheks!info  openjdk-8-jdk hirsute16:10
ubottuopenjdk-8-jdk (8u292-b10-0ubuntu1, hirsute): OpenJDK Development Kit (JDK). In component universe, is optional. Built by openjdk-8. Size 3,917 kB / 4,241 kB. (Only available for alpha, amd64, armel, armhf, arm64, i386, ia64, mips, mipsel, mips64, mips64el, powerpc, powerpcspe, ppc64, ppc64el, m68k, sh4, sparc, sparc64, s390x, x32, kfreebsd-i386, kfreebsd-amd64.)16:10
CapnKernelThank you.  What version of OpenJDK will that give me?16:11
CapnKernelAnd why not openjdk-17-jre?  Isn't 17 higher (newer?) than 8?16:12
oerheks17 = 716:13
CapnKernelSo 18 = 8?16:14
oerheksyes?16:16
CapnKernelSo the numbering went 11 15 16 17 8??? https://bpa.st/WTBA16:19
CapnKernelPerhaps it's covered here, sigh.  https://dzone.com/articles/a-guide-to-java-versions-and-features16:27
oerheksoh, openjdk 17 just released,16:32
oerheksdunno about that keycloak, there is a snap version though https://snapcraft.io/keycloak-standalone-spicule16:33
timvisherIs there any way to have apt be more verbose about it's download speeds during updates and installs?16:38
timvisherI'm looking for something similar to what snap currently does by default which is emitting a log message with the current speed periodically.16:38
timvisherapt _does_ emit a summary at the end of the operation but I need it while the operation is ongoing. The summary looks like `Fetched 21.9 MB in 4s (5,622 kB/s)`, for instance.16:41
tieinvFetched 7,332 kB in 6s (1,229 kB/s)16:41
arashHello, when i try apt install it tries to install php7.2 and apache and some other things, how can i install php7.4 with some php modules only and not apache2?16:56
arashI tried apt install php16:57
arashE: Couldn't find any package by glob 'php7.4'16:57
arashwhen i try  apt install php7.4 i see that ^^16:58
toddcarash: apt will try to install any dependcies needed by the program you are trying to install17:02
arashso apache2 is a "dependcies needed by PHP" ?17:03
oerheksarash, for bionic 18.04?17:03
arashisn't it possible to run php with nginx?17:03
oerheksuse the ondrej ppa perhaps? DMP (~textual@django/moderator/EvilDMP) has joined17:03
oerhekserr17:03
oerhekshttps://launchpad.net/~ondrej/+archive/ubuntu/php/+index?field.series_filter=bionic&batch=75&memo=75&start=7517:03
arashoerheks, yes, added that repo and fixed. thank you17:03
a_hi, people.17:22
=== MrA is now known as Ders
a_i'm new at irc.17:23
leftyfb!support | a_17:24
ubottua_: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com17:24
a_any sugestion about irc channels? and where to learn about the commandas?17:25
leftyfba_: this is a support channel. If you have a support question, please explain it in detail here17:25
oerhekssee https://libera.chat/guides/ or join #libera for irc help?17:26
a_sorry! as i said i'm new in irc. if it's no the right place to put the question about irc, please i'm sorry.17:26
leftyfba_: type:    /join #libera17:27
a_thank you very much for your info.17:27
a_i'll try to learn more about the commands and return bacck latter. thanks for your help, people. bye.17:28
ioriaarash, btw, you could also install 'php-fpm' and it will install php7.2 without apache17:42
Kobazwhat would cause a slow ssh login time on a brand new ubuntu server?17:49
Kobazdns?17:50
Kobazmm yeah looks like it17:50
tech_yo17:52
tech_wassuo17:52
GWMHi I'm trying to set crypto policies via crypto-policies package via Ansible and I'm looking for the correct way to do it, if I set future as a policy on Ubuntu I get rid of CBC which is what I want, for RHEL like I have to set a .pmod file in /etc/crypto-policies/policies/modules/, but say I wanted to disable more ciphers in Ubuntu, naturally I set off to create the same policy in Ubuntu but I keep getting "Unknown policy property: ssh_cipher\nErrors found in18:12
GWMpolicy" on Ubuntu when I try to apply it, the manpage haven't been very helpful, I tried creating local.d in /etc/crpyto-policies/ and playing the module there, but I get the same error18:12
GWMThe content of the .pmod file is simply "ssh_cipher = -AES-128-CBC -AES-256-CBC"18:13
GWM(Which works splendidly on RHEL/CentOS/Fedora)18:14
GWMSo my question is really, how do I set custom crypto policies in Ubuntu?18:15
GWMOr is it that just this property is unavailable in Ubuntu?18:16
GWM(Ubuntu Server 20.04.03)18:29
=== gr33n7001 is now known as gr33n7007h
sarnoldGWM: as far as I'm aware there's no crypto-policies support in ubuntu yet. I have to admit I don't understand how we have imported the packages from debian but don't actually support it, but it sure feels like it ought to be possible to do. I just don't know how, learning it has been on my todo list for ages19:06
GWMsarnold, fair enough, I already had what I needed for my homelab, but curiosity piqued my interest19:11
GWMsetting the policy to FUTURE is good enough on 20.04 at least19:11
sarnoldGWM: lol FUTURE :D19:14
GWMThat's what the policy is called19:15
GWMand yes, it has to be in caps19:15
GWM(no, not a joke, the file is called FUTURE.pol and under RHEL at least it exists under  /usr/share/crypto-policies/policies/FUTURE.pol)19:17
GWMI checked Ubuntu Server and it's in the same place with the same name19:17
GWMFor anyone reading this and is curious, I recommend the RH documentation: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/security_hardening/using-the-system-wide-cryptographic-policies_security-hardening19:18
GWMTypical use case is hardening an env from reports from vulnerability scans and security compliances scans, a more practical example is allowing your Linux server to talk to an older Active Directory LDAPS instance, in which case you may have to set LEGACY depending on when it was installed19:20
sarnoldGWM: man that's nice. that's a thousand times nicer than trying to edit the openssl.cnf file.19:22
a_#ubuntu-br19:23
a_#ubuntu-br: sorry. i think it's no the right place.19:25
GWMsarnold, it sure is, it was such an ease of use item that I thought the original source was actually Canonical, but I guess I was wrong!19:29
sarnoldGWM: oh wow :D19:30
ezakimakI have a working system. I'd like to be able to install a base ubuntu image on another system, then update that new system to the exact same package versions on the first system. what's are the best ways to do that?19:31
GWMezakimak, just packages or config too? (thinking XDG compliant)19:32
ezakimakI can handle copying the configs myself, I already know exactly which ones, I have a setup script that does that already19:32
ezakimakmy biggest issue is being able to reproduce a stable set of package versions, there's several upstream repos I'm pulling from for various things19:33
sarnoldezakimak: perhaps dpkg --get-selections on one machine, dpkg --set-selections on the other machine, and then apt install -f19:35
ezakimaklooking at that output I don't see any versions included19:36
GWMHmmm... Getting the list is easier than installing the same list, but I'm not an expert on APT, I'd do dpkg --list and regex the results19:37
=== beaver is now known as pong
ubuntu_userbye, people. be well.20:18
=== martums3 is now known as martums
=== Arsaro is now known as Arsapi
=== sig_9 is now known as bebop
ostensonHey guys, I just installed Google Chrome using the "sudo apt install ./google-chrome-stable_current_amd64.deb"22:20
ostensonI noticed this line on the terminal "N: Download is performed unsandboxed as root as file '/home/user/google-chrome-stable_current_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied"22:20
ostensonEven though Chrome was installed and everything appears to be working fine. I just want to know if this might cause some problems in the future?22:20
sarnoldostenson: it only affects the apt installation step, where it fell back to doing everything as root, same as apt worked for two decades before the new _apt user was introduced22:26
sarnoldostenson: it's pretty harmless22:26
Eickmeyerostenson: To dovetail on what sarnold said, "N:" means Note, "W:" means Warning, and "E:" means error. Notes are harmless and purely informational, warnings are mostly harmless (but should be fixed, usually), and errors mean something broke.22:28
ostensonsarnold Eickmeyer Thanks guys for the help, really appreciate it.22:46
sarnoldyou're welcome ostenson :)22:46
watchcatssejejjs22:59
watchcatsshallo22:59
sarnoldhello22:59
watchcatsswhere you from?22:59
catsssswowww23:01
=== pong is now known as beaver
Nicho1asHello, I'd like to build a program on Ubuntu 21.04 with a couple of optional libraries but the dependencies are conflicting.. libvulkan-dev depends on libvulkan1 (= 1.2.162.0-1) but qtbase5-private-dev eventually depends on libvulkan1 (>= 1.2.131.2). \23:47
Nicho1asShould I file a ticket on an issue tracker or upgrade to 21.10?23:47
sarnoldwhere is the conflict?23:48
Nicho1asdependencies want to install both libvulkan-dev and libvulkan1 but the version requirement from libvulkan-dev about libvulkan1 is not allowing the install23:49
Nicho1asActually, I should try apt update today since the issue occurred yesterday23:49
sarnold1.2.162.0-1 is greater than or equal to 1.2.131.223:50
sarnoldmaybe pastebin the entire command and error message23:50
SintiaHello. Have a problems with ubuntu 21.04 fresh install.23:50
Nicho1asoh you're right. ok I'll make a pastebin23:50
Sintia1st -   su:system error   2nd: user is not i the sudoers file23:51
Sintiaplease help23:51
sarnoldSintia: heh, same thing I guess, pastebin what commands you're running and the errors you're getting..23:52
=== genii is now known as genii-core
Sintiathese are the errors23:52
Sintiathe commands that i write are Su and sudo23:53
Sintia:(23:53
Nicho1assarnold: here is the pastebin https://pastebin.com/HEk0LJ5d23:55
sarnoldSintia: there's no Su command, so that's easy..23:55
sarnoldSintia: there's no Su command, so that's easy.. try 'su' instead23:56
sarnoldSintia: there's also no root password by default, so it'll be good for switching to other users, but not so good for switching to root23:56
Nicho1asit turns out libvulkan1 had already been installed for other packages. I wish I could downgrade it to 1.2.162.0-123:56
Nicho1asI hope I can23:56
Sintiasorry to tell that i know that there is not Su command is Su only in the Irchat23:56
sarnoldSintia: ah. that's why it's a good idea to copy and paste things into a pastebin site :)23:57
Sintiaawweeeehhh23:57
sarnoldNicho1as: I bet an apt-cache policy libvulkan1 libvulkan-dev  will show the issue -- my guess is that you've got a third-party apt source configured that provides a different libvulkan1 etc23:58

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