From sradms0 at openmailbox.org Mon May 1 13:35:47 2017 From: sradms0 at openmailbox.org (Scott Adams) Date: Mon, 1 May 2017 08:35:47 -0400 Subject: [Assist] sudo and pacman broken... Message-ID: <97419134-6392-fdb3-45be-164499c587e4@openmailbox.org> Hi, all. So I have been dealing update issues, too. I went by Ben's last reply about fixing the keys, and that seemed to resolve some issues. But, I have been needing to install the 'java-openjfx' package, and this won't work since there conflicting files: 'libcrypto.so.1.0.0' and 'libssl.so.1.0.0' So, I then just ran 'pacman -S java-openjfx --force' out of frustration.... Now, when trying to use sudo or pacman: 'sudo: error in /etc/sudo.conf, line 0 while loading plugin "sudoers_policy" sudo: unable to load /usr/lib/sudo/sudoers.so: libssl.so.1.0.0: cannot open shared object file: No such file or directory s udo: fatal error, unable to load plugins' 'pacman: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory' I know, this was probably a dumb rookie move.. Could anyone help me resolve this? In the meantime, I'll keep reading for how I can fix this. I really appreciate any help. From jc_gargma at iserlohn-fortress.net Mon May 1 16:56:17 2017 From: jc_gargma at iserlohn-fortress.net (jc_gargma) Date: Mon, 01 May 2017 08:56:17 -0700 Subject: [Assist] sudo and pacman broken... In-Reply-To: <97419134-6392-fdb3-45be-164499c587e4@openmailbox.org> References: <97419134-6392-fdb3-45be-164499c587e4@openmailbox.org> Message-ID: <2015129.1VPMlYL9UI@iserlohn-fortress.net> > and this won't work since there conflicting files: 'libcrypto.so.1.0.0' > and 'libssl.so.1.0.0' I ran into this myself the other day. I had to boot from a Parabola LiveDVD I had laying around to repair it. If you don't have one already made, you may need to find someone to burn you a copy either to USB or DVD depending on your hardware. For a LiveUSB, it's a quick sudo dd if=/location/of/Parabola/ISO of=/location/of/USB/Drive (Don't flash to a USB partition. Ex. Use /dev/sdb not /dev/sdb1 where /dev/sdb is the mount point of the USB drive.) Once you have a LiveDVD/USB: Boot into the LiveDVD/USB mount /your/root/drive/location /mnt mount /your/home/drive/location /mnt/home pacstrap /mnt openssl-1.0 arch-chroot /mnt pacman -Syyu exit umount /mnt/home umount /mnt reboot This should repair it. Other issues I ran into: pacman was unable to pull packages from https repos, as sync via https would cause pacman to segfault. I had to set the topmost repos in /etc/pacman/mirrorlist to http After a full sudo rm /var/lib/pacman/db.lock sudo pacman -Scc sudo pacman -Syyu that was fixed. Originally, I tried a full pacstrap /mnt base openssl-1.0 which also necessitated repairing the initramfs using arch-chroot /mnt mkinitcpio -p linux-libre Until everything is rebuilt using openssl 1.1, the openssl-1.0 compatibility package will likely be required. -jc -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: This is a digitally signed message part. URL: From jc_gargma at iserlohn-fortress.net Mon May 1 18:23:12 2017 From: jc_gargma at iserlohn-fortress.net (jc_gargma) Date: Mon, 01 May 2017 10:23:12 -0700 Subject: [Assist] sudo and pacman broken... In-Reply-To: <2015129.1VPMlYL9UI@iserlohn-fortress.net> References: <97419134-6392-fdb3-45be-164499c587e4@openmailbox.org> <2015129.1VPMlYL9UI@iserlohn-fortress.net> Message-ID: <1693691.WCt44UNnUk@iserlohn-fortress.net> I quoted the wrong part. This is the part I meant to lead with. > 'sudo: error in /etc/sudo.conf, line 0 while loading plugin > "sudoers_policy" > sudo: unable to load /usr/lib/sudo/sudoers.so: libssl.so.1.0.0: > cannot open shared object file: No such file or directory > s udo: fatal error, unable to load plugins' > > 'pacman: error while loading shared libraries: libcrypto.so.1.0.0: > cannot open shared object file: No such file or directory' -jc -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: This is a digitally signed message part. URL: From sradms0 at openmailbox.org Mon May 1 18:32:38 2017 From: sradms0 at openmailbox.org (Scott Adams) Date: Mon, 1 May 2017 13:32:38 -0400 Subject: [Assist] sudo and pacman broken... In-Reply-To: <1693691.WCt44UNnUk@iserlohn-fortress.net> References: <97419134-6392-fdb3-45be-164499c587e4@openmailbox.org> <2015129.1VPMlYL9UI@iserlohn-fortress.net> <1693691.WCt44UNnUk@iserlohn-fortress.net> Message-ID: <36d4de4e-bcc7-1112-805f-6054d1518daa@openmailbox.org> No problem,I figured. Thanks for this. I should have thought of something like that right away, but being frustrated and panicking got in the way. I'll give it a go when I have a moment. On 05/01/2017 01:23 PM, jc_gargma wrote: > I quoted the wrong part. This is the part I meant to lead with. > >> 'sudo: error in /etc/sudo.conf, line 0 while loading plugin >> "sudoers_policy" >> sudo: unable to load /usr/lib/sudo/sudoers.so: libssl.so.1.0.0: >> cannot open shared object file: No such file or directory >> s udo: fatal error, unable to load plugins' >> >> 'pacman: error while loading shared libraries: libcrypto.so.1.0.0: >> cannot open shared object file: No such file or directory' > > -jc > > > _______________________________________________ > Assist mailing list > Assist at lists.parabola.nu > https://lists.parabola.nu/mailman/listinfo/assist -------------- next part -------------- An HTML attachment was scrubbed... URL: From sradms0 at openmailbox.org Tue May 2 04:06:28 2017 From: sradms0 at openmailbox.org (Scott Adams) Date: Mon, 1 May 2017 23:06:28 -0400 Subject: [Assist] sudo and pacman broken... In-Reply-To: <36d4de4e-bcc7-1112-805f-6054d1518daa@openmailbox.org> References: <97419134-6392-fdb3-45be-164499c587e4@openmailbox.org> <2015129.1VPMlYL9UI@iserlohn-fortress.net> <1693691.WCt44UNnUk@iserlohn-fortress.net> <36d4de4e-bcc7-1112-805f-6054d1518daa@openmailbox.org> Message-ID: <33546a69-15af-980a-557f-2ec7eb0c90e6@openmailbox.org> You saved me jc_gargma. Thanks a bunch. On 05/01/2017 01:32 PM, Scott Adams wrote: > > No problem,I figured. > > Thanks for this. > > I should have thought of something like that right away, but being > frustrated and panicking got in the way. I'll give it a go when I have > a moment. > > > On 05/01/2017 01:23 PM, jc_gargma wrote: >> I quoted the wrong part. This is the part I meant to lead with. >> >>> 'sudo: error in /etc/sudo.conf, line 0 while loading plugin >>> "sudoers_policy" >>> sudo: unable to load /usr/lib/sudo/sudoers.so: libssl.so.1.0.0: >>> cannot open shared object file: No such file or directory >>> s udo: fatal error, unable to load plugins' >>> >>> 'pacman: error while loading shared libraries: libcrypto.so.1.0.0: >>> cannot open shared object file: No such file or directory' >> -jc >> >> >> _______________________________________________ >> Assist mailing list >> Assist at lists.parabola.nu >> https://lists.parabola.nu/mailman/listinfo/assist > > > > _______________________________________________ > Assist mailing list > Assist at lists.parabola.nu > https://lists.parabola.nu/mailman/listinfo/assist -------------- next part -------------- An HTML attachment was scrubbed... URL: From jc_gargma at iserlohn-fortress.net Tue May 2 04:51:08 2017 From: jc_gargma at iserlohn-fortress.net (jc_gargma) Date: Mon, 01 May 2017 20:51:08 -0700 Subject: [Assist] sudo and pacman broken... In-Reply-To: <33546a69-15af-980a-557f-2ec7eb0c90e6@openmailbox.org> References: <97419134-6392-fdb3-45be-164499c587e4@openmailbox.org> <36d4de4e-bcc7-1112-805f-6054d1518daa@openmailbox.org> <33546a69-15af-980a-557f-2ec7eb0c90e6@openmailbox.org> Message-ID: <2060750.lYtDjUzzo9@iserlohn-fortress.net> > You saved me jc_gargma. > > Thanks a bunch. I'm glad to hear it worked out for you. Happy hacking. ^_^ -jc -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: This is a digitally signed message part. URL: From edgar at openmail.cc Fri May 12 06:39:11 2017 From: edgar at openmail.cc (edgar at openmail.cc) Date: Fri, 12 May 2017 05:39:11 +0000 Subject: [Assist] custom live environment (usb) Message-ID: <4196c1a9047568909209bdfaec8581ef@openmail.cc> Hello, I am planning to give a small course on GNU/Linux in my university, and I would like to do it using Parabola. I have never used Parabola, but I like the described philosophy. Call me crazy, if you want. I would like to know if someone can help me to customize a Live USB iso. I have a long list of programs that I would like to include (see below [1]), and I think that I can find my way on how to install them, but I don't know how the process of customizing a desktop environment of Parabola goes. I have previously customized other GNU/Linux distributions, but they are all Debian- or Ubuntu-based. With this I mean: I know how to do a chroot and use aptitude to install programs, and I can follow instructions. I hope that someone can help me with this. My plan is to give the course by the first week of August. My time frame is two or four hours every week. Thank you all. Edgar [1] List of programs: Inkscape, Emacs (with a lot of packages), Gmsh, Gimp, LibreOffice, Git, Python 3, Matplotlib, Scipy, Numpy, Maxima, Code Saturne, R, netgen, elmer, mupdf, sed, awk and other utilities. ------------------------------------------------- ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands! $24.95 ONETIME Lifetime accounts with Privacy Features! 15GB disk! No bandwidth quotas! Commercial and Bulk Mail Options! From megver83 at openmailbox.org Fri May 12 23:23:08 2017 From: megver83 at openmailbox.org (Megver83) Date: Fri, 12 May 2017 19:23:08 -0300 Subject: [Assist] custom live environment (usb) In-Reply-To: <4196c1a9047568909209bdfaec8581ef@openmail.cc> References: <4196c1a9047568909209bdfaec8581ef@openmail.cc> Message-ID: In fact, it is very easy to make custom ISOs, there's an article in the wiki about that --> https://wiki.parabola.nu/Remastering_the_Install_ISO If you need more help or you have questions, no not doubt about asking ;) El 12/05/17 a las 02:39, edgar at openmail.cc escribi?: > Hello, > > I am planning to give a small course on GNU/Linux in my university, > and I would like to do it using Parabola. I have never used > Parabola, but I like the described philosophy. Call me crazy, if > you want. > > I would like to know if someone can help me to customize a Live USB > iso. I have a long list of programs that I would like to include > (see below [1]), and I think that I can find my way on how to > install them, but I don't know how the process of customizing a > desktop environment of Parabola goes. I have previously customized > other GNU/Linux distributions, but they are all Debian- or > Ubuntu-based. With this I mean: I know how to do a chroot and use > aptitude to install programs, and I can follow instructions. > > I hope that someone can help me with this. My plan is to give the > course by the first week of August. My time frame is two or four > hours every week. > > Thank you all. > > > Edgar > > [1] List of programs: Inkscape, Emacs (with a lot of packages), > Gmsh, Gimp, LibreOffice, Git, Python 3, Matplotlib, Scipy, Numpy, > Maxima, Code Saturne, R, netgen, elmer, mupdf, sed, awk and other > utilities. > > ------------------------------------------------- > > ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email > out of the NSA's hands! $24.95 ONETIME Lifetime accounts with > Privacy Features! 15GB disk! No bandwidth quotas! Commercial and > Bulk Mail Options! _______________________________________________ > Assist mailing list Assist at lists.parabola.nu > https://lists.parabola.nu/mailman/listinfo/assist -- SIP: megver83 at sip.linphone.org XMPP: megver83 at diasp.org Tox: megver83 at toxme.io GPG: 0x227CA7C556B2BA78 GNUSocial: @megver83 at quitter.cl Diaspora*: David P. (same XMPP ID) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature URL: From megver83 at openmailbox.org Thu May 18 16:08:00 2017 From: megver83 at openmailbox.org (Megver83) Date: Thu, 18 May 2017 15:08:00 +0000 Subject: [Assist] [Pacman] [ARMv7h] error: segmentation fault Message-ID: Hi everyone, I'm having and issue here with pacman in my SoC. I posted about here --> https://unix.stackexchange.com/questions/365873/error-segmentation-fault So just letting you know, thanks. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature URL: