惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Check Point Blog
美团技术团队
Microsoft Security Blog
Microsoft Security Blog
大猫的无限游戏
大猫的无限游戏
T
Tailwind CSS Blog
G
Google Developers Blog
博客园 - 聂微东
爱范儿
爱范儿
博客园 - 叶小钗
J
Java Code Geeks
月光博客
月光博客
博客园 - Franky
MongoDB | Blog
MongoDB | Blog
The Cloudflare Blog
宝玉的分享
宝玉的分享
博客园 - 【当耐特】
Microsoft Azure Blog
Microsoft Azure Blog
The GitHub Blog
The GitHub Blog
小众软件
小众软件
WordPress大学
WordPress大学
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Vercel News
Vercel News
Y
Y Combinator Blog
量子位

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - autopsy
2026-06-25 · via AUR Newest Packages

l3v11 commented on 2026-06-03 17:34 (UTC)

Autopsy has released version "4.23.1". Please update this package.

jenarch commented on 2026-03-09 22:13 (UTC)

The tag says "postmoterm," I think that's a typo for "postmortem?"

carl-0s commented on 2026-03-03 19:53 (UTC)

Doesn't seem to work:

bash -c 'JAVA_HOME=/usr/lib/jvm/java-17-openjdk PATH=$JAVA_HOME/bin:$PATH /usr/bin/autopsy'
/opt/autopsy/bin/../etc/autopsy.conf: line 18: $'\r': command not found
/opt/autopsy/bin/../etc/autopsy.conf: line 56: $'\r': command not found
/opt/autopsy/bin/../etc/autopsy.conf: line 59: $'\r': command not found
/opt/autopsy/bin/../etc/autopsy.conf: line 64: $'\r': command not found
/opt/autopsy/bin/../etc/autopsy.conf: line 67: $'\r': command not found
Detected KDE; adding awt.useSystemAAFontSettings=on
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
WARNING: Unknown module: javafx.base specified to --add-exports
WARNING: Unknown module: javafx.controls specified to --add-exports
WARNING: Unknown module: javafx.controls specified to --add-opens
java.lang.IllegalStateException: Host module FixedModule:org.openide.filesystems was enabled before, will not accept fragment FixedModule:org.openide.filesystems.compat8
        at org.netbeans.ModuleManager.attachModuleFragment(ModuleManager.java:1104)
        at org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1717)
        at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1640)
        at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1613)
        at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:290)
        at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:326)
        at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:252)
        at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:298)
        at org.netbeans.core.startup.Main.getModuleSystem(Main.java:173)
        at org.netbeans.core.startup.Main.getModuleSystem(Main.java:142)
        at org.netbeans.core.startup.Main.start(Main.java:299)
        at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:98)
        at java.base/java.lang.Thread.run(Thread.java:840)


org.netbeans.InvalidException: StandardModule:org.sleuthkit.autopsy.core jarFile: /opt/autopsy/autopsy/modules/org-sleuthkit-autopsy-core.jar: java.lang.UnsupportedClassVersionError: org/sleuthkit/datamodel/TskCoreException has been compiled by a more recent version of the Java Runtime (class file version 68.0), this version of the Java Runtime only recognizes class file versions up to 61.0

stoked-security commented on 2026-01-05 14:01 (UTC) (edited on 2026-01-05 14:03 (UTC) by stoked-security)

Hi, two improvement suggestions:

1) Could the /usr/bin/autopsy symlink be replaced with a small shell script that sets JAVA_HOME to the JDK17 install directory? This way other applications could use a more modern system wide JRE/JDK version set through archlinux-java, while autopsy continues to run using JDK 17. I used the following script for testing:

#!/usr/bin/env bash
JAVA_HOME="/usr/lib/jvm/java-17-openjdk"
export PATH="$JAVA_HOME/bin:$PATH"
/usr/share/autopsy/bin/autopsy

Changing the Exec value in the .desktop file to point to this scripts works as well.

2) By adding the following line to the .desktop file the autopsy icon will show in the task switcher instead of the default:

StartupWMClass=java-lang-Thread

I hope you want to implement these changes so all could benefit.

stoked-security commented on 2025-12-10 14:58 (UTC)

Solved my own question, sleuthkit-java was compiled with a more modern version of java. Removed the package and cached builds and reinstalled with java 17 enabled. Now autopsy is running without errors.

stoked-security commented on 2025-12-10 14:47 (UTC)

I tried running autopsy with Java 17 as instructed. However, autopsy will display an error message during start as org/sleuthkit/datamodel/TskCoreException throws a class version error requiring at least version 68.0 (java 24). This problem has also been reported here: https://github.com/sleuthkit/autopsy/issues/7977

Not sure if this is something that has to be fixed upstream or has to do with the packaging for Arch?

Mario156090 commented on 2025-02-08 17:30 (UTC)

@ochiruko, you should to move to java 17 and try compile. But is very very slow.

ochiruko commented on 2024-10-08 18:24 (UTC)

Build failed for me, with an exception when building gradle. On line 3528 of build.gradle, "Process 'command 'perl'' finished with non-zero exit value 2". Aside from errno=2 indicating that something was missing, I have no idea where to go from here.

mh4ckwascut commented on 2024-02-28 15:04 (UTC)

You only have to enable java 17 for the build, you can revert it to 21 later and only use java 17 to use autopsy.

Autopsy is developed to work with java 17, they is no official support for java 21 yet.

georgerabus commented on 2024-02-26 00:40 (UTC)

@mh4ckwascut if I enable system wide jre 17 then other applications that use 21 will stop working. Btw is it possible to update the package to jre 21 or it's too much of a hustle?