libera/#devuan/ Monday, 2021-05-10

unixbsdhi guys00:39
unixbsdI made a little devuan live, with BSD on it as well, on small size : https://gitlab.com/openbsd98324/pcmedkit/   it runs devuan ascii.00:39
unixbsd(to ramdisk of course)00:39
unixbsdplease find a minimal devuan to ramdisk, with netbsd as a grub boot loader: https://gitlab.com/openbsd98324/devuan-live-ramdisk/-/blob/master/release/ascii/amd64/devuan-live-ramdisk-amd64-ascii-tiny-stable-v1.img.gz09:50
luser979unixbsd:  no license, all rights reserved??13:05
guest94Hi, can anyone help with installing Nvidia Drivers or compatible ones?13:56
xrogaannouveau?14:01
xrogaanguest94: xserver-xorg-video-nouveau and whatever nvidia blob you need for you hardware14:02
xrogaanor is nouveau the opensource version?14:03
xrogaanI don't know. There's probably a wiki somewhere to help you.14:03
guest94so far I've only found wikis/tutorials for debian, and only some specific problem discussions on devuan14:04
guest94also I can only see this NVIDIA Corporation GP108 through terminal commands, is it enough to find which drivers are needed?14:05
debdogguest94: lspci | grep -i vga14:07
guest94still only this: VGA compatible controller: NVIDIA Corporation GP108 (rev a1)14:08
guest94guess I'll open the pc:p14:08
onefangNouveau the opensource and reverse engineered version.14:09
debdogI'd try package xserver-xorg-video-nvidia first and make sure the module is actually in use (after a reboot)14:11
guest79so just getting nouveau should work?14:16
onefangIf all you want is basic graphics support, yes.14:17
guest79I'd like to run some games, gimp etc14:18
IonicI'd like to use the new predictable network names with eudev, but net.ifnames=1 doesn't seem to help - did I miss anything?14:18
gnarfacedid you forget to re-run update-grub?14:19
IonicThere's no /etc/udev/rules.d/80-net-names... file that might override the default one, so that's not it either.14:19
IonicNo, the kernel parameter is definitely passed14:19
gnarfaceit shows up in /proc/cmdline?14:20
IonicYep14:20
gnarfacei dunno then14:20
gnarfaceit's beowulf, and you're fully updated?14:20
IonicYes and yes :)14:21
IonicAnd yes14:21
guest79what would be more than "basic graphics support"? also, is this the right guide for devuan + nouveau https://nouveau.freedesktop.org/DebianInstall.html ?14:21
IonicI just migrated the machine from Debian Buster to Devuan Beowulf a few hours ago14:22
Ionic(I just guess that this feature is not widely used by Devuan, so it might be broken)14:22
gnarfacevery possible14:24
gnarfaceguest79: no, that's probably not necessary14:24
gnarfaceguest79: if the beowulf-backports kernel doesn't have the support you need it probably won't help to update to their git version14:25
guest79I'm a complete noob here, so this doesn't make much sense14:26
gnarfaceguest79: well, if you look at this chart though, you can figure out what works on your card: https://nouveau.freedesktop.org/FeatureMatrix.html14:26
guest79first time without windows14:26
gnarfaceguest79: run this command and paste me the output:  lspci |grep -i vga14:26
guest7901:00.0 VGA compatible controller: NVIDIA Corporation GP108 (rev a1)14:27
IonicIt's a Pascal-based card, so those should be supported by Nouveau14:27
Ionic(i.e., 10xx series)14:28
guest79it should be geforce gt 10XX yes14:28
gnarfacethe chart says it lacks power management, sli mode, dual-link dvi support and hardware video decoding14:28
IonicIf you want to run games and have proper clocking support, you'll need to use the blob driver14:29
IonicWhich also included power management14:29
gnarfacenouveau also says "WIP" for "compute" which i assume means cuda isn't gonna work either14:29
IonicYeah, likely not14:30
gnarfaceyea, i would use the binary drivers for that card unless you have a principled issue against them14:30
IonicIt shouldn't be difficult to use nvidia's driver anyway14:30
gnarfaceit should be easy but he'll probably need the backports kernel too14:31
Ionic460 within non-backports isn't all that old14:32
gnarfaceguest79: https://wiki.debian.org/NvidiaGraphicsDrivers14:32
IonicErr, 460 is in backports, 418 the non-backports version14:32
guest79I don't mind not having full open source system, at least for now. I like the idea but still filling overwhealmed.. so something that works is acceptable14:32
gnarfaceIonic: it isn't, but it's too old for the 1060 so i assume it's too old for that one too14:32
guest79feeling*14:32
Ionic418 isn't too old for the 10xx series14:33
gnarfaceguest79: well it looks like the biggest risk is games won't work, or at least won't work as fast as they should14:33
gnarfaceIonic: then it's the kernel.  it won't work though14:33
guest79this card should be a 2015 model14:33
gnarfaceguest79: with power management not working, it'll be probably locked into the lowest clock speed14:33
Ionicguest79: did you install the nvidia-driver and firmware-misc-nonfree packages?14:34
Ionicgnarface: nope, highest clock speed, sadly.14:34
IonicSo it'll run hot more often than not14:34
guest79I've installed nothing so far besides headers, build essentials and wine (which I'm not sure is fully working since it lacks an interface (though I can run programs with commands)14:35
gnarfaceIonic: do you know for a fact that's the case with this card?  it's uniformly rare across the model sets.  almost non-existent issue.  i think ONE model from a much earlier generation did that.  the bigger issue is if you manually up the clock speed, the fans don't follow....14:35
Ionicgnarface: I might be off on that one, though I remember that without reclocking support, Pascal cards stayed on the highest clock rate. Might be wrong, In any case, I wouldn't recommend nouveau for any card past Maxwell.14:37
guest79most of my games/software are a bit to very older than the hardware if this helps14:37
gnarfaceguest79: the debian instructions for installing nvidia official binary drivers are still valid for devuan, as is the instructions for using backports if you need them (i do still think you will for the kernel AND the nvidia drivers for that card, but Ionic does not think so)14:38
IonicI definitely have used the 418 version with a 1070 a few years ago. :)14:38
gnarfaceguest79: just make sure you replace their use of "buster" in the examples with "beowulf" obviously, and use the devuan hostnames, etc14:38
gnarfaceIonic: you sure that wasn't on windows?  they do get hardware support in earlier versions frequently14:39
IonicThe thing to do, really, is just to include the "contrib" and "non-free" suites to the sources list and installing the mentioned packages.14:39
gnarfaceIonic: though, now that i'm thinking about it more, it might have been because the 1060 was a 6G version14:39
Ionicgnarface: absolutely, I'm almost never using/booting Windows, other than for updating it every 6 months or so.14:40
Ionic(And today, it finally pays off to be lazy and not clean my nvidia-drivers Gentoo ebuild archive...)14:41
guest79so the commands should be deb http://deb.devuan.org/merged beowulf main contrib non-free14:49
guest79deb http://deb.devuan.org/merged beowulf-security main contrib non-free14:49
Ionicsecurity doesn't have those IIRC14:50
IonicBut otherwise yeah14:50
gnarfacei think it does14:50
gnarfacei always put them down on every line when i'm using them anyway14:51
guest79i found those for ASCII and replaced it with beowulf14:51
gnarfaceshould work but you're missing one14:51
guest79which one?14:51
gnarfacebeowulf-updates14:51
gnarface(previously called "volatile" i think)14:52
guest79like this deb http://deb.devuan.org/merged beowulf-updates ?14:52
gnarface... main contrib non-free14:52
gnarfacejust like the other 214:52
IonicYeah, volatile was renamed to updates14:52
guest79ok let's see14:53
gnarface"apt-get update && apt-get --no-install-recommends upgrade"14:53
guest79it tried the first one and got this bash: deb: command not found14:54
gnarfaceyou're supposed to be editing your /etc/apt/sources.list file with these lines.  these aren't shell commands14:54
guest79oh ok14:54
gnarfaceand that's not different from debian, just fyi14:55
gnarfaceonly thing that was changed was the urls14:55
guest79add new lines or replace the equivalent ones?14:57
gnarfacereplace14:57
IonicYou'll essentially just have to add "contrib non-free" everywhere14:57
IonicFor non-commented out lines, anyway14:58
gnarfacewell, depending on how the install was done we don't know the exact state of that file on his system14:58
gnarfaceguest79: here, to avoid any confusion, just change it to exactly this, remove everything else: https://paste.debian.net/1196996/14:58
guest79my file also includes backports15:00
gnarfaceoh, that's fine15:00
gnarfacewell15:00
gnarfacecomment backports out for now15:00
guest79ok15:00
gnarfaceyou comment a line out by adding a "#" to the beginning of it, just to be clear15:00
IonicBut if he already uses backports, he'll might also have the backports kernel15:01
gnarfacehmm15:01
gnarfaceguest79: what does "uname -a" say?15:01
gnarfaceguest79: you added backports because i mentioned it, right?  you didn't use it yet? or did you?15:01
guest79it either was there or got there by installing headers, essentials or wine15:03
guest79Linux devuan 4.19.0-14-amd64 #1 SMP Debian 4.19.171-2 (2021-01-30) x86_64 GNU/Linux15:03
gnarfaceguest79: well, it isn't something you generally want to pull down everything from.  usually you just want to get one or two things then disable it again15:03
gnarfaceguest79: never fear, you didn't get the backports kernel yet15:03
gnarfaceguest79: maybe it didn't get used15:03
Ionicbackports don't get used unless explicitly selected/installed15:04
gnarfaceguest79: you'll know though if the update fails because you have newer packages already15:04
guest79ok so just comment them out then?15:04
gnarfaceyea, go with that for the first try15:04
IonicYou can safely leave backports enabled. To install packages from backports, you'll need apt-get -t backports ... to actually fetch those packages. Otherwise, they are ignored.15:05
gnarfaceand fyi it is normal for wine to have not GUI; check out the commands: regedit, winecfg, and "wine control"15:05
gnarfaceIonic: until there's a bug in some package like wine15:05
gnarfaceIonic: i've had that go bad on me.  i'd leave it disabled15:05
IonicDid that ever happen?15:05
guest79should i save sources with something else? with mousepad i get permition denied15:06
gnarfaceIonic: it might have been a winehq wine package, and it might have been on debian unstable, but it happened15:06
gnarfaceguest79: you need to be the user root15:06
gnarfaceguest79: it shouldn't matter which text editor you use15:06
gnarfaceIonic: actually i think it had to do with nvidia drivers and colord15:07
gnarfaceIonic: (which i thereafter made sure not to include from contrib)15:08
guest79hmm, do I have to open it as root somehow? because I'm root at terminal atm15:08
IonicThen use a text editor like nano, which should be easy to use15:08
gnarfaceguest79: yea, try nano.  i've never heard of mousepad15:08
Ionicgnarface: yeah, they possibly can conflict15:09
guest79seems read only in both mousepad (default) and libre, the two ones included by default15:11
gnarfaceguest79: well, the bottom line is that it shouldn't use backports until you install the first thing from there manually, but it is safe to try it with backports commented out.  if the update fails just uncomment and try again15:11
gnarfaceguest79: "ls -l /etc/apt/sources.list"15:11
IonicDon't use libreoffice for editing such text files!15:11
gnarfacewhat does it say?15:11
gnarfacewell, it won't matter if you use libreoffice as long as you actually save it as a plain text file.  it has to be a plain text file, not a document format15:12
IonicYeah, but it's easy to overwrite it as an RTF file or such15:12
gnarfaceyea, but i suspect a more fundamental issue here15:12
gnarfaceguest79: did you use the live installer?15:13
guest79libre actually tries to save a new file, and at that step doesn't see the original in the folder.. mousepad says permition denied in a pop up15:13
guest79yup live installer15:13
gnarfaceyou remembered to remove the disk when you rebooted, right?15:13
guest79yup15:13
gnarfacehmmm15:14
guest79should i just get nano and try?15:14
gnarfaceshow me the output of this: ls -l /etc/apt/sources.list15:14
IonicYou won't be able to modify that file with a GUI text editor since you're not root in the GUI15:14
gnarfaceyou should be able to change the file though15:14
guest79-rw-r--r-- 1 root root 506 Mar 26 01:49 /etc/apt/sources.list15:14
gnarfacewith any program launched from a root terminal15:14
gnarfacenothing is weird about that output15:15
IonicYeah, but I guess that he just tries to open it directly in the GUI, not from the root terminal15:15
guest79I did an installation with user/root combined or some equivalent option if this helps15:15
gnarfaceguest79: yes, get nano, try it from the root terminal15:16
gnarfaceguest79: the one where it says "root" when you run the command "whoami"15:16
guest79yeah i'm root already there:)15:18
guest79sudo apt-get install nano?15:18
gnarfacesudo won't be necessary if you're already root15:18
guest79E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)15:19
guest79E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?15:19
gnarfaceyou can only be running one at a time15:20
guest79one of what?15:20
gnarfaceapt-get15:20
fsmithredor synaptic15:20
guest79oh yeah synaptic was open15:21
* fsmithred waits to see if nano installs15:21
fsmithredif so, I want to know how you avoided it15:22
IonicIt's probably already installed15:22
guest79it is15:22
guest79root@devuan:/home/devuan# apt-get install nano15:22
guest79Reading package lists... Done15:22
guest79Building dependency tree15:22
guest79Reading state information... Done15:22
guest79nano is already the newest version (3.2-3).15:22
guest79The following packages were automatically installed and are no longer required:15:22
guest79  mokutil shim-helpers-amd64-signed shim-signed shim-signed-common15:22
guest79  shim-unsigned15:22
guest79Use 'apt autoremove' to remove them.15:22
guest790 upgraded, 0 newly installed, 0 to remove and 98 not upgraded.15:22
fsmithrednononono15:22
fsmithredmultiple lines may get you auto-kicked out of the channel15:22
guest79yeah i got a notice15:23
gnarfaceuse paste.debian.net, there's no ads15:23
gnarfacefor future pastes15:23
guest79ok15:24
gnarfacenano usage instructions are printed at the bottom of the nano window15:24
gnarfaceit will run in the terminal15:24
guest79seems i had nano, is it without interface?15:24
gnarfaceit doesn't have any gui, you have to run it in the terminal15:24
gnarfaceit has a text based interface15:24
fsmithreda lovely one, at that. Instructions are at the bottom of the screen.15:25
guest79ok one question before more on nano:)15:26
guest79when I get such things in terminal:15:26
guest79The following packages were automatically installed and are no longer required:15:26
IonicThat's just packages without a dependency, ignore that for now15:26
guest79should i Use 'apt autoremove' to remove them. ?15:27
gnarfacei like "apt-get --purge autoremove"15:27
IonicYou could, but this set of packages is actually needed for UEFI secure boot15:27
guest79ok.. lazy and useful, i like it15:27
gnarfacehmm, well you wouldn't want to remove anything it needs to boot...15:28
IonicHe's probably not using secure boot, but I wonder what was removed so that the UEFI shim packages are to be uninstalled15:28
IonicI'd say "ignore it for now"15:28
gnarfaceguest79: i dunno if they're actually needed or not.  it's safe to leave it in place for now.15:29
gnarfaceguest79: if you manually install them each the warning would also disappear15:29
fsmithredmaybe grub-efi-amd64-signed was removed.15:29
guest79ok should I now paste the sources.list in nano and save?15:30
gnarfaceyes15:30
IonicModify it there15:30
Ionicnano /etc/apt/sources.list15:30
guest79write all of the above instead of nano in terminal?15:31
gnarface?15:32
guest79i mean this: nano /etc/apt/sources.list15:32
gnarfaceyes, that tells it to open starting with that file15:32
fsmithredFTR, grub-efi-amd64-signed was removed in the build.15:33
gnarfaceis it supposed to be missing?15:33
fsmithredyeah, so you can boot the live iso15:33
fsmithredso you get a grub menu, actually15:33
fsmithred $prefix is wrong15:34
guest79I think i did a efi/esp or whatever it's called installation15:34
fsmithredif you're getting a boot menu, you don't have the problem I'm talking about15:34
guest79you mean the one that auto loads in a few seconds right?15:35
fsmithredyes15:35
fsmithredshould say "Devuan...something"15:36
guest79y15:36
guest79ok now nano reads like this https://paste.debian.net/1197001/15:40
gnarfacelooks right15:41
gnarfacedo an update and upgrade now first to make sure you're current15:41
gnarfacethen it should be safe to proceed with the nvidia driver install and reboot15:41
gnarfaceactually15:42
gnarfaceyou should have done the update before you enabled non-free15:42
gnarfacedon't do it now15:42
guest79first, how to i save/replace the new info from nano?15:42
gnarfaceit should say right in the bottom of the window15:42
gnarfacei think it's ctrl W or something like that15:42
IonicCtrl-O to write out15:43
IonicCtrl-X to exit15:43
guest79so maybe update before doing that?15:43
gnarfacewell15:43
gnarfacehere's what i'd do15:43
gnarfacei'd run an update first with the sources exactly like you have them except without " contrib non-free"15:44
gnarfacethen when i was sure the free parts of the system were fully upgraded, i'd add " contrib non-free" back on to all the lines then install *only* the nvidia-drivers from non-free15:44
gnarfacethat's just me though15:44
gnarfacei like to reduce the amount of bloat that gets tied on15:45
guest79ok apt update right?15:45
gnarfaceupdate then upgrade15:45
gnarfaceadd --no-install-recommends to reduce bloat15:45
gnarfaceoh, apt may have a different syntax15:46
gnarfacehere's the syntax i'm familiar with:  apt-get update && apt-get --no-install-recommends upgrade15:46
gnarfacethere's a bunch of ways to do this15:46
guest79ok finished. Pressing Ctrl-O will update/write out the file in nano nomatter where I have the "cursor"?15:50
gnarfacei don't know that for sure15:51
gnarfacebut nano will tell you if it saved15:51
IonicThe cursor will be on the write-out line15:52
IonicYou'll have to accept the file name by pressing enter15:53
guest79write out line = the last line I want to include?15:53
gnarfacei think you might not be actually reading the bottom of the nano window15:54
IonicNo, if you press Ctrl-O, it'll ask you as what file name to save it, right?15:54
IonicAt the bottom, right15:54
guest79yes15:54
guest79I'm just confused with the terminology15:54
Ionic"File Name to Write: ..."15:54
IonicSo, that should already be /etc/apt/sources.list15:55
IonicThe only thing you have to do is to press enter to accept that15:55
guest79yup, plus new things including format, append/prepend15:55
guest79ok15:55
IonicThat modes that you could toggle, but don't do that15:56
guest79ok it updated correctly:)15:56
IonicAnd once it's written, you can exit via Ctrl-X15:56
guest79so now a new update/upgrade or just the drivers?15:57
gnarfacejust the drivers15:58
gnarfacein theory you should be already upgraded because it is a fresh install...15:58
IonicYou'll have to update the local cache via apt-get update first, then install the drivers15:58
IonicThe "update" operation merely synchronizes the apt cache, it won't update any packages15:58
guest79meaning it checks my system/software status or something?15:59
gnarfaceno it just fetches a fresh packages index from the repos16:00
fsmithred'apt update' will also tell you if there are upgrades available16:00
guest79gnarface you think the drivers might be already downloaded (or installed?) Ionic that I should get them?16:03
IonicWhy would they already be installed? Did you refresh your package index yet?16:04
gnarfacefsmithred: the live installer doesn't include the nvidia non-free drivers, does it?16:04
fsmithrednope. just nouveau16:04
fsmithredsome non-free firmware, too16:05
gnarfaceguest79: it won't install them twice.  if you try, it will just tell you they're already current.16:05
guest79so what should I type to check?16:05
fsmithredfirmware-misc-nonfree is included along with amd-graphics and most of the wireless firmware16:06
IonicJust go ahead and install them via apt-get install nvidia-driver once the package index is updated16:07
fsmithredoh, firmware-linux-nonfree also16:07
fsmithredI take it back, those two are not included. Not sure why I commented them out.16:07
guest79package index = what we did in nano?16:08
IonicNo, package index = what "apt-get update" updates16:08
guest79oh ok16:08
Ionicfsmithred: for legal reasons, I guess?16:08
fsmithredit's not a problem with those16:08
fsmithredjust some of the broadcoms and one intel that requires explicit agreement16:09
fsmithredthe broadcoms require a network connection to get the necessary network drivers16:09
IonicUrgh16:09
fsmithredand the broadcom license says that if I include the drivers, I get to pay their legal expenses if they get sued.16:10
guest79ok it said they conflict with nouveau and easiest fix is reboot, I guess do that and then they shoulod be loaded?16:11
IonicYep, if it actually installed correctly, rebooting will get rid of nouveau16:11
fsmithreddoes nvidia still require xorg.conf?16:12
IonicFrankly, I don't know. I've never not used an xorg.conf16:12
Ionic"Modern Debian packages for the NVIDIA driver should not require you to do anything listed here as they handle this automatically during installation"16:13
fsmithredcool16:13
guest79I think it was mentioned when downloading the nvidia driver files, but now terminal is in package configuration and I can't look back16:13
IonicThe postinstall scripts should have taken care of that16:14
guest79or don't know how:p16:14
guest79anyway I'll reboot and return soon16:14
Ionic+ they also blacklisted nouveau16:14
guest79actually after the package configuration screen16:16
guest79i got those:16:16
guest79WARNING: The initramfs image may not contain cryptsetup binaries16:17
guest79    nor crypto modules. If that's on purpose, you may want to uninstall the16:17
guest79    'cryptsetup-initramfs' package in order to disable the cryptsetup initramfs16:17
guest79    integration and avoid this warning.16:17
guest79W: Possible missing firmware /lib/firmware/nvidia/gv100/acr/ucode_load.bin for module nouveau16:17
guest79Errors were encountered while processing:16:17
guest79 nvidia-persistenced16:17
guest79E: Sub-process /usr/bin/dpkg returned an error code (1)16:17
IonicUh, that's not good16:18
IonicExecute "apt-get install -f", let's see if that gives insights16:18
IonicNot having nvidia-persistenced working isn't a huge problem in itself, but I don't know what other packages may not be fully configured16:19
guest36https://paste.debian.net/1197004/16:21
IonicOh, that's alright, nvidia-persistenced won't be able to start unless you reboot16:22
guest36yeah that's what I was about to ask16:22
IonicYou should run apt-get install -f after a reboot, though, to fully configure this package16:22
ham5urgHas anyone copied email from an imap-server to another one? What is your tool of choice?16:23
guest12still same error after reboot16:26
guest12anyway thanks for all the help so far everyone, I'll return later16:27
debdoghow do I open password (probably userpassword) protected pdf files? I have the password but non of the readers (I've tried so far: evince, xpdf, qpdfview) are able to open it.16:46
debdogfile says: PDF document, version 1.716:46
debdogthe pdf itself seems ok, an older acrobat version on my windows system is able to16:47
debdogand, I need an easy solution so my dad is able to manage it (Beowulf)16:48
debdoghttps://www.cyberciti.biz/faq/removing-password-from-pdf-on-linux/ "Evince is a PDF document viewer capable of displaying password protected files..." hum16:50
Ionicdebdog: in my experience, evince/atril can open password-protected files. Maybe they can't handle the mechanism of your particular file, though.17:53
IonicRegarding my predictable network names issue: net.ifnames=1 should turn that on alright... the problem seems to be that for my virtio_net device, ID_NET_NAME_SLOT isn't set by eudev, so the device is not renamed. systemd's udev does set it (to ens3 on that machine), but I don't feel like debugging why eudev fails to fetch the slot index correctly.17:56
debdogo dice with atril either18:01
debdog*no dice with atril either18:02
IonicYeah, atril is just an evince fork, so that's to be expected18:02
debdogahh18:02
IonicAnd both are descendents from... xpdf, I believe?18:02
debdogno success with AdobeReader_deu-8.1.7-1.i386.deb either.18:03
IonicAdobe stopped distributing Linux versions a long time ago :/18:04
debdogyah, that one is more than 10 years old.18:04
debdogand AdbeRdr9.5.5-1_i386linux_enu.deb also complains18:05
IonicYou might be able to remove the password using qpdf18:08
debdoguhoh, now the browser hangs while opening www.adobe.com; I _really_ hate their shit18:08
IonicOr pdftk18:09
Ionicqpdf -password=... -decrypt file.pdf decrypted.pdf or pdftk file.pdf input_pw ... output decrypted.pdf18:10
IonicIf neither work, your only option seems to be using Adobe Reader through wine :/18:10
debdogthanks, its man page is not as verbouse18:10
debdog-u18:10
debdogwohoo that worked18:12
IonicVia which tool?18:12
debdogqpdf -password=... -decrypt18:12
IonicAh, qpdf18:12
debdognow I just have to find a way to make dadfriendly :P18:12
IonicI would have placed my bets on pdftk18:12
debdognow the question is, why can tools do so but the gui thingies not? don't they use the same libs?18:13
IonicOh no, those are completely different, independent implementations18:14
debdogahh18:14
IonicIt's weird that Adobe Reader wasn't able to decrypt it, but maybe the mechanism is just too new for these old versions18:14
debdogright18:15
debdogstill interesting that qpdf works but qpdfview does not18:16
IonicOh, that's really weird18:16
debdog"Error: Incorrect password"18:17
debdogqpdfview18:17
debdogtried several times18:17
debdogmayhap newer versions of qpdfview will support it properly18:18
IonicThat should indeed use the same internal code, so I can't explain it18:18
fullofquestionshi19:44
fullofquestionsI'm back (the guest noob from earlier)19:45
fullofquestionsso this problem with nvidia drivers still exists even after reboot https://paste.debian.net/1197032/19:46
Wonkawell, your problem is having nvidia hardware :p19:48
rmfullofquestions, what does /var/log/syslog say?19:48
fullofquestionsI'd don't mind trying nouveau or whatever other driver if this is unsolvable. I just want to know, is it possible to do permanent damage to the system or even to hardware by having wrong/not having drivers? Because earlier I did a mess things up a bit. Before knowing if I had any drivers I opened a program with wine (warcraft 3 world editor).19:52
fullofquestionsIt worked mostly fine but I pressed the button to run the base game through the editor interface, and things froze. Since then, the desktop background sometimes gets buggy (before and after nvidia drivers).19:52
fullofquestionsbuggy = full of light colours and sometimes misplaced things from the interface. sometimes I can reset a normal background image, but restart will mess it up again19:54
fullofquestions@rm /var/log/syslog is a location or command?19:55
rmit's a text file at that location19:55
rmshould say something about your issue at the end19:56
rmthis is what the message means by "Check syslog for more details."19:56
fullofquestionshome/devuan/var/log/syslog?19:56
rmnah, just /var/log/syslog19:57
fsmithrednvidia-driver Recommends nvidia-persistenced20:04
fsmithredapt install nvidia-driver --no-install-recommends20:04
fsmithredI guess you might need to remove nvidia-persistenced first20:04
fullofquestionsdevuan nvidia-persistenced: Failed to lock PID file: Resource temporarily unavailable / devuan nvidia-persistenced: Shutdown (3074)20:06
fullofquestionsfound those near the end20:06
fullofquestionsfsmithred what does that command do?20:10
fsmithredyou're not the first one this week to get that error. I think there's a problem with the postinstall script.20:10
fsmithredit installs nvidia-driver with only the packages that it really needs instead of the extra packages that it could use but doesn't absolutely need20:11
fsmithredspecifically nvidia-persistenced which is blocking the driver install20:11
fullofquestionsdid you read a little above? is it possible I messed this up but running programs prematurely?20:11
fsmithredI doubt it.20:11
fsmithredas I said, you're not the first.20:11
fullofquestionsso this command would remove uneeded items without typing something else?20:12
fsmithredno, I don't think it will remove anything20:12
fsmithredI think you might need to remove nvidia-driver and nvidia-persistenced and then reinstall as I showed above20:13
fsmithredwithout recommends20:13
fullofquestionsalso, could my desktop background issue mean some kind of damage (i caused before installing the nvidia drivers)20:13
fsmithredis the nouveau drive unsatisfactory?20:13
fsmithredwhat's the issue?20:14
fsmithredok, I read about the game and the background, but is the bg normal before you try the game?20:15
fullofquestionsyes it was normal20:16
fsmithredgood. So try removing and installing.20:16
fsmithredapt remove nvidia-persistenced20:16
fsmithredapt install nvidia-driver --no-install-recommends20:16
fullofquestionsapt remove nvidia-persistenced only this for remove?20:17
fsmithredthat's the only one that's causing the problem20:17
fsmithredignore the autoremove list it gives you and just install the driver20:17
fsmithredand maybe add nvidia-settings to the install20:18
fullofquestionsI meant that the bg was normal before trying the game though, but I trying the game before checking/installing drivers20:18
fullofquestionsi tried*20:18
fsmithredyeah, the game will probably work better with the nvidia driver20:18
fsmithredbrb20:19
fullofquestionsok, I'll try in the meanwhile20:19
IonicWeird colors and the like most often hint at hardware issues, though, especially if they persist with driver changes20:25
fullofquestionsapt install nvidia-driver --no-install-recommends returned this: 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.20:26
fullofquestionsis that ok?20:26
IonicYou can safely remove nvidia-persistenced. This daemon is essentially for headless compute systems (i.e., as a way to run CUDA software even without a logged in user)20:27
Ionicapt-get remove nvidia-persistenced20:27
fullofquestionsdid this already as per fsmithred 's advice20:27
IonicAh, okay, then you're set up correctly. You might want to install nvidia-settings additionally and run that in your desktop environment to make sure that you're really on the nVidia driver.20:28
fullofquestionsapt-get nvidia-settings?20:29
Ionicapt-get install nvidia-settings20:29
fullofquestionsstill 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. I guess I already had them?20:31
IonicOkay, yeah, was already installed, then just execute it in your desktop environment20:31
fullofquestionsok it runs, any specific recomendations?20:32
IonicCheck the information page. Does it list your card and the 418.xx driver?20:32
IonicDo you see all the OpenGL information (i.e., do you see a long list of capabilities and extensions?)20:33
fullofquestions418.181.07 / geforce gt 1030 / an option menu with OpenGL settings20:34
IonicGreat, so it works :)20:34
IonicBut you're still seeing color issues?20:34
fullofquestionsyes20:34
fullofquestionsbut i didn't restart since removing persisted20:35
fullofquestionslet's see20:35
IonicThat probably won't help :/20:35
IonicAt that point, I'd say that the hardware is broken, probably the video RAM20:35
fullofquestionshmm20:35
IonicIt would be interesting to check if that also happens on Windows, if you still have that OS installed20:36
fullofquestionsnot anymore, a persistent virus finally game me the motivation to switch to linux:p20:37
IonicI've seen quite a lot of VRAM issues and they can range from pixel errors (such as missing color components) to lines and stripes to old data showing up in newly updated locations20:37
fullofquestionsVram is on the graphics card right?20:38
IonicVRAM is the video RAM, yes20:39
fullofquestionsok, i'll be back after a restart ty20:39
fullofquestionsok for the first time since I did that mess up20:41
fullofquestionsit loaded without wierd pixels20:42
fullofquestionsbut i can't find the default backgrounds:p20:42
fsmithredin xfce?20:42
fullofquestions(issue was also there which i had the display bug)20:42
fullofquestionsy20:42
fullofquestionswhile i had*20:42
fullofquestionsalso, the first line while loading the system20:43
fsmithredI'll find it. It's somewhere in desktop-base20:43
fullofquestionsmentioned some nvidia error, but process was too fast for me to read20:43
IonicIn the system firmware or after/while loading the kernel/system?20:43
fullofquestionsI'm confused by the latests msgs by both of you:p20:46
fsmithred I'm looking for the desktop background image20:47
fsmithredassuming you have the cinnabar theme20:47
fsmithred /etc/alternatives/desktop-background20:47
fsmithredor /usr/share/images/desktop-base/your-way_cinnabar...  (there are several)20:48
fsmithredor /usr/share/backgrounds/xfce4/ for the xfce bg images20:48
fullofquestionsoh.. I don't mind for the specific images, just wondering if some parts of the issue are unresolved. Or if as Ionic said, there's some VRAM damage20:49
fsmithredoh, the destkop bg images show up if you right-click on the desktop and go to Desktop Settings20:49
fullofquestionsyeah, it's there that they don't show up. since the mess up20:49
fullofquestionsand sometimes I could load other images and replace the mess up (which would return or restart), other times not20:50
fsmithreddoes the desktop-base folder show up in that screen?20:50
fullofquestionsdevuan (user) / Desktop / File System / My Hard Drives / Backgrounds20:51
fullofquestionsand background appear empty20:51
fsmithredmine are all empty except for the desktop-base folder20:52
IonicGo to the place(s) fsmithred  mentioned20:52
fsmithredI'm just running the desktop-live iso right now20:52
fsmithredso I would guess that desktop-base got removed somehow. You installed from the desktop-live iso, right?20:53
fullofquestionsy20:53
fsmithredif you open that Desktop Settings sceen, click on the Folder menu, go to Other and then navigate to /usr/share/backgrounds/xfce20:55
fsmithredand click Open20:55
fsmithredyou'll see the default xfce backgrounds20:55
fsmithreddpkg -l desktop-base20:56
fsmithredto see if it's installed20:56
fullofquestionsok I found 2 backgrounds there20:56
fullofquestionsbut not the default ones20:56
fsmithredyeah. See if desktop-base is installed.20:56
fsmithredIf it is installed, then there's a problem with it.20:57
fullofquestionsStatus=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend20:57
fullofquestions|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)20:57
fullofquestionsso it got removed somehow it seems20:58
fsmithredyou could reinstall it, but I don't think it's related to your problem20:59
unixbsdhello,20:59
unixbsdwhat is the clone without systemd of Bulleye ?20:59
fsmithredchimaera21:00
unixbsdthx21:00
unixbsdwlp1s0 man, nothing work with systemd21:00
unixbsdFor network, urtwn0, I use BSD, this is far more stable than Linux for networking (wifi especially).21:00
fullofquestionsI don't mind not having it if it doesn't affect other things which i guess not21:01
fsmithredit won't21:01
unixbsdbsd is very easy for networking, alll look the same, small and efficient.21:01
fullofquestionsI'll do a couple of tests to see if weird colours somehow randomly reappear21:02
fullofquestionsbrb21:02
fullofquestionsok no weird colours after a couple of restarts (though the whole interface was light grey for less than a second before loading the desktop, is that normal?)21:05
fullofquestionsalso the nvidia error after loading devuan and before giving username was something like "nvidia error while giving install commands"21:06
IonicThat error message sounds weird, I couldn't make sense of it21:09
fsmithredit's normal for the desktop to load the way you describe21:10
IonicNot sure about the interface changing to light grey, it could be intended if the login is still disabled (becaue the machine didn't boot up fully yet)21:10
fullofquestionsit's at the top of the list of lines that appear at that screen21:10
fullofquestionsit's like getting light grey before loading the normal one21:10
IonicProbably normal, as fsmithred said21:12
fullofquestionsmaybe i also need some monitor drivers?21:12
fullofquestionsor could my vram be dieng but not dead?21:13
IonicNah, displays don't require drivers21:13
IonicThey have their own way of reporting information to the system (called EDID)21:13
IonicRAM rarely suddenly dies. It breaks in subtle ways and issues get worse over time. Also, erratic behavior might be triggered by temperature changes/points21:14
IonicBut if you don't see any problems now, don't worry too much about it.21:15
xinomilodamn iwlwifi21:15
xinomilo2 year old bug : https://bugzilla.kernel.org/show_bug.cgi?id=20370921:15
fullofquestionsyeah things seem pretty normal now. I just wonder what will happen when i run more graffic heavy programs21:16
fsmithredone way to find out...21:16
fullofquestionsyeah:p21:16
fullofquestionsalso, it think gnarface or one of you mentioned some wine related commands (to bring up GUI for it or something, or I got it wrong?)21:18
fsmithrednot me21:18
IonicIs it a bad time to say that my 1070 suddenly broke in a puff of black smoke and funny odors on January 3rd?21:18
IonicHad to fully replace it, which was made difficult by the machine being a laptop, but... things like that happen, sadly21:19
fullofquestionsmine's not very old, I've got it new for like 2 years now but let's see21:19
Ionicwinecfg, wine control, wine regedit, wine uninstaller, ...21:19
IonicMine was about 4 years old at that point21:20
IonicBut you usually won't need any of these commands21:21
Ionicwine doesn't really need a GUI. There are GUIs and wrappers like playonlinux and others, but those are mostly interesting for recipes to install software and quirks. I wouldn't recommend them.21:21
fullofquestionsalso is it damaging to the system to run preistalled windows exes with wine? I've read it's ill advised but I think due to how well they might run21:21
IonicNo, wine stuff is isolated in ~/.wine21:22
fullofquestionsmy mess up involved running exes I already had in my old windows drive:p21:22
IonicThat usually won't work21:23
IonicBut it also shouldn't break anything21:23
fullofquestionsIt worked for 2 out of 3 programs, and I remember it working on my brothers Mac that way21:24
IonicMostly luck *shrug*21:25
fullofquestionscould be i guess21:25
fullofquestionsmaybe the mess up was just involving lack of drivers21:26
fullofquestionsI guess there are no wireless usb wifi adaptor drivers in the packages right?22:43
fullofquestionscause I got errors when trying to extract & install them semi-manualy22:43
golinuxTrying to recreate a lost root passwd using this method: http://forums.debian.net/viewtopic.php?p=300855#p30085523:10
golinuxI have done so in the past but today I seem to be doing something wrong and it's not working.23:11
Akulican you be more specific than "not working"? :)23:12
Akuliah i might know what's wrong23:12
Akuliyou may need to run 'sync' before you reboot23:13
Akulithe kernel doesn't flush your changes to disk when init dies (and it will die if you just exit the bash)23:14
Akulidon't know about other ways to reboot out of that :)23:14
golinuxAkuli: Thanks. Needed <ctrl> x instead of <b> to get to a root prompt.  Then the rest of bluesdog's instructions worked23:33

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!