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=6000
Code: Select all
mkfs ext4 -F fedora25.img
Code: Select all
mount -o loop -t ext4 fedora25.img /mnt
Code: Select all
cd /media/christian/c87fa493-6827-4072-af93-7175972daf64
Code: Select all
rsync --stats --progress --numeric-ids -axAhHSP . /mnt
Code: Select all
cd
Code: Select all
umount /mnt
Code: Select all
gzip fedora25.img
Of 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.gz
Code: Select all
mount -o loop -t ext4 fedora25.img /mnt
Code: Select all
cd /mnt
Code: 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-7175972daf64
Code: Select all
dnf install alsa*
Code: Select all
usermod -aG audio amigaone
Code: Select all
usermod -aG video amigaone
Thank you for testing Fedora 25.zappa2009 wrote:Thanks.
I put Fedora25 on my USB3-Stick with Kernel4.8rc6
It runs acceptable because its Alpha.