Separate names with a comma.
Works now with Desktop 12.2.1 update. Removed the kernel exclude from dnf.cnf and even upgraded to 4.11.7... that works too. Looks like we're back...
Culprit is a prlfs_getattr in prl_fs/inode.c on lines 762, 783, and 800: CC [M]...
[ATTACH] Regarding the kerneloops: Think this started with kernel 4.9.x on F24, but not really sure when. It's only annoying because it builds up...
...Now if it would stop the kerneloops on bootup and the desktop icons were stable we'd be 100%.
Heh.. forgot about the "Gnome Classic" part, but "Gnome on Xorg" option works just as well without modifying gdm.
There's an update available for Parallels (12.2.0 (41591)) that works with F25 requiring no code modifications. This should specifically be...
Cheers.
I'm a little confused at the order you've done things as they don't seem the same as what I laid out. It's quite possible you may have overwritten...
1. Boot into Linux as root. 2. Ctrl-Opt the cursor back into Parallels, and select the "cdrom" icon up top. Make sure it's pointing to...
Postscript... this also needs to be done for F24 as it just went to kernel 4.10.6 as well.
Here's what's happening: the dkms build process actually works from prl_mod.tar.gz, not the already expanded source. Recommend doing the...
All credit goes to rkulikov, who provided the info.
From a related thread: Isolating the line in prl_fs/inode.c: .readlink = generic_readlink, then doing: dkms build...
ok... wrapped that line as follows: #if LINUX_VERSION_CODE < KERNEL_VERSION(4,10,0) .readlink = generic_readlink, #endif retarred...
initial issue: .../prl_fs/inode.c:767:14: error: *generic_readlink* undeclared here (not in a function) .readlink = generic_readlink
Check that... Never mind the 4.9.x issues. I'd focus on 4.10.x, since Parallels Tools are yet again dead in the water.
Never mind 4.9.x. F25 now updates to 4.10.5, which completely breaks Parallels Tools.
Unrelated, but there's another issue with F25, which is actually a problem with the 4.9 kernel in general. Not sure anyone's reported it, but it...
Is there any timeline on when the 4.9 issues will be fixed, rkulikov?
I've not run into those issues here, in fact 24 runs like a champ (25, not so much, because having to run in Xorg). Just a thought, but you might...