https://bugs.kde.org/show_bug.cgi?id=468132
--- Comment #9 from nickl <[email protected]> --- Still haven't gotten around to restart again ``` $ uptime 11:10:54 up 7 days, 17:13, 6 users, load average: 2.42, 2.13, 2.25 ``` (In reply to Andrius Štikonas from comment #7) > (In reply to nickl from comment #5) > Thanks for attaching full table. It does seem like only exfat is affected > (this excludes some of the possible failure scenarios but still leaves me a > bit puzzled). Wait till you see this... it actually finds 3 of the 5 exfatprogs commands > As for setting PATH, there is a fine point. For security reasons partition > manager restricts PATH further. Ahh of course, that would be too easy =) > Anyway, it looks like your exfatprogs are in /usr/sbin, so you should be > fine. That appears to be correct yes. ``` $ apt-file list exfatprogs exfatprogs: /usr/sbin/dump.exfat exfatprogs: /usr/sbin/exfatlabel exfatprogs: /usr/sbin/fsck.exfat exfatprogs: /usr/sbin/mkfs.exfat exfatprogs: /usr/sbin/tune.exfat exfatprogs: /usr/share/doc/exfatprogs/changelog.Debian.gz exfatprogs: /usr/share/doc/exfatprogs/copyright exfatprogs: /usr/share/man/man8/dump.exfat.8.gz exfatprogs: /usr/share/man/man8/exfatlabel.8.gz exfatprogs: /usr/share/man/man8/fsck.exfat.8.gz exfatprogs: /usr/share/man/man8/mkfs.exfat.8.gz exfatprogs: /usr/share/man/man8/tune.exfat.8.gz $ apt list exfatprogs Listing... Done exfatprogs/kinetic,now 1.1.3-1 amd64 [installed] ``` > > I think at this point it would be useful to see if there are any error > messages in the terminal when you run > KPMCORE_DEBUG=y partitionmanager Added output see above and attachments. What do you know 3 of the 5 commands are actually listed: ``` "Command: /usr/local/sbin/mkfs.exfat " "Command: /usr/local/sbin/fsck.exfat " "Command: /usr/local/sbin/tune.exfat " ``` Ahh so that might be the problem, why is there another location? They are also different: ``` $ ll /usr/local/sbin/mkfs.exfat -rwxr-xr-x 1 root root 112416 Nov 28 2021 /usr/local/sbin/mkfs.exfat* $ ll /usr/sbin/mkfs.exfat -rwxr-xr-x 1 root root 31112 Nov 17 2021 /usr/sbin/mkfs.exfat* ``` -- You are receiving this mail because: You are watching all bug changes.
