Alex figured out that the libmozjs-17.0.so is responsible for the polkitd issue. He patched the libmozjs-17.0.so. Fedora 25 works really better with Alex's patched libmozjs-17.0.so.

Cheers,
Christian
Code: Select all
dd if=/dev/zero of=fedora25.img bs=1024k count=6000Code: Select all
mkfs ext4 -F fedora25.imgCode: Select all
mount -o loop -t ext4 fedora25.img /mntCode: Select all
cd /media/christian/c87fa493-6827-4072-af93-7175972daf64Code: Select all
rsync --stats --progress --numeric-ids -axAhHSP . /mntCode: Select all
cdCode: Select all
umount /mntCode: Select all
gzip fedora25.imgOf course yesxeno74 wrote:Are you interested in Fedora 25 Server ppc64? Shall I upload an image?
I am uploading the image.zappa2009 wrote:Of course yesxeno74 wrote:Are you interested in Fedora 25 Server ppc64? Shall I upload an image?
Code: Select all
gunzip fedora25.img.gzCode: Select all
mount -o loop -t ext4 fedora25.img /mntCode: Select all
cd /mntCode: Select all
rsync --stats --progress --numeric-ids -axAhHSP <in the mounted img> <new empty partition>Code: Select all
rsync --stats --progress --numeric-ids -axAhHSP . /media/christian/c87fa493-6827-4072-af93-7175972daf64Code: Select all
dnf install alsa*Code: Select all
usermod -aG audio amigaoneCode: Select all
usermod -aG video amigaoneThank you for testing Fedora 25.zappa2009 wrote:Thanks.
I put Fedora25 on my USB3-Stick with Kernel4.8rc6
It runs acceptable because its Alpha.