On 22.01.2014 21:11, Robert Moskowitz wrote: > > On 01/22/2014 11:55 AM, Michael Schwendt wrote: >> On Wed, 22 Jan 2014 11:24:06 -0800, Robert Moskowitz wrote: >> >>> I need davfs, and did a yum install davfs2 and got: >>> >>> Downloading packages: >>> davfs2-1.4.7-3.fc20.x86_64.rpm | 146 kB 00:00:06 >>> Running transaction check >>> Running transaction test >>> Transaction test succeeded >>> Running transaction >>> error: %pre(davfs2-1.4.7-3.fc20.x86_64) scriptlet failed, exit status 127 >>> Error in PREIN scriptlet in rpm package davfs2-1.4.7-3.fc20.x86_64 >>> Verifying : davfs2-1.4.7-3.fc20.x86_64 1/1 >>> >>> Failed: >>> davfs2.x86_64 0:1.4.7-3.fc20 >>> >>> Complete! >>> >>> =========================================== >>> >>> What is this error saying. What do I do to get it installed. >> There have been several threads about it over the last few days: >> https://fedoraproject.org/wiki/Common_F20_bugs#RPM_scriptlets_fail_during_updates > > Wow. I did not read this thread, as I have been busy with other > things. And did not catch that my problem was reflected on them. > > So the question is how long to wait before trying to do any > update/install. Hopefully there will be an 'all clear' post at some point. > > This is a special script just for you. ;) poma
#!/bin/sh PATH="/usr/bin:/usr/sbin:$PATH" echo Recovering from DISCO SELinux … rm -fv /etc/selinux/targeted/modules/active/modules/unconfineduser.pp rpm2cpio http://kojipkgs.fedoraproject.org/packages/selinux-policy/3.12.1/117.fc20/noarch/selinux-policy-targeted-3.12.1-117.fc20.noarch.rpm | cpio -idv *unconfineduser.pp semodule -v -i etc/selinux/targeted/modules/active/modules/unconfineduser.pp exit 0
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org