2020.2 Kali Linux, Parallels Tools Error

Are you also having this issue?

  • No, everything installs correctly!

    Votes: 0 0.0%

  • Total voters
    37
Blame on parallels. (After resolving issues with network adapter on BigSur changing bits while updating Kali and checksum mismatches) I have the same issue with updating parallel-tools.

Thanks community - shitty patch did his work on Kali :
# uname -a
Linux kali 5.10.0-kali4-amd64 #1 SMP Debian 5.10.19-1kali1 (2021-03-03) x86_64 GNU/Linux
# lsb_release -a
No LSB modules are available.
Distributor ID: Kali
Description: Kali GNU/Linux Rolling
Release: 2021.1
Codename: kali-rolling



Ready to send my well-compiled files (nikallass[at]yandex.ru) or just do it yourself:
1) head prl_fs/SharedFolders/Guest/Linux/prl_fs/inode.c
#define USER_DS 1
#define segment_eq(a,b) (b)
/*
* prlfs/inode.c

2) head prl_fs_freeze/Snapshot/Guest/Linux/prl_freeze/prl_fs_freeze.c
#include <linux/blkdev.h>
///////////////////////////////////////////////////////////////////////////////
///

3) head prl_vid/Video/Guest/Linux/kmod/Makefile
KBUILD_EXTRA_SYMBOLS := /usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/Module.symvers
#######################################################
# Copyright (C) 1999-2019 Parallels International GmbH.

4) head prl_fs/SharedFolders/Guest/Linux/prl_fs/Makefile

KBUILD_EXTRA_SYMBOLS := /usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/Module.symvers
#######################################################
# Copyright (C) 1999-2016 Parallels International GmbH.
 
Back
Top