Package Details: saleae-logic2 2.4.14-1

Git Clone URL: https://aur.archlinux.org/saleae-logic2.git (read-only, click to copy)
Package Base: saleae-logic2
Description: Debug hardware like a pro
Upstream URL: https://discuss.saleae.com/c/logic-2-0-software/7
Licenses: unknown
Conflicts: saleae-logic, saleae-logic-beta
Provides: saleae-logic, saleae-logic-beta
Submitter: tugyan
Maintainer: tugyan
Last Packager: tugyan
Votes: 12
Popularity: 0.49
First Submitted: 2021-05-12 20:55 (UTC)
Last Updated: 2024-02-27 00:05 (UTC)

Latest Comments

tugyan commented on 2023-11-22 18:01 (UTC)

@kjkent I updated the PKGBUILD to set the permission of chrome-sandbox to 4755. Let me know if the issue is fixed.

kjkent commented on 2023-11-21 14:02 (UTC) (edited on 2023-11-21 14:32 (UTC) by kjkent)

Hi there. The PKGBUILD doesn't seem to be correctly configuring permissions, leading to Logic crashing upon opening:

[23338:1121/135634.354958:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /opt/saleae-logic2/chrome-sandbox is owned by root and has mode 4755.
[1]    23338 trace trap (core dumped)  saleae-logic2

Looking at the perms, the specified file was set to 0755. chmod to 4755 fixed the issue.

Edit: The reason this might not have come up before is that I have kernel.unprivileged_userns_clone=0 set, in which case sandboxes like bwrap and, apparently, chrome-sandbox, require SUID to run

MystikReasons commented on 2023-01-20 21:18 (UTC)

New Version of AppImage is available: 2.4.4 Please update the package. Thanks!

lsigma commented on 2022-05-26 12:46 (UTC)

Wouldn't https://www.saleae.com/downloads/ be a better upstream URL?

simonmysun commented on 2022-05-17 14:46 (UTC)

It crashes several seconds after starting on my device. Anyone experiencing the same?

Here's my log:

$ saleae-logic2 
Environment
  Executable path: /opt/saleae-logic2/Logic
  Executable directory: /opt/saleae-logic2
  Original working directory: /home/mysun/Downloads/ctf
  Current working directory: /opt/saleae-logic2
[57481:0517/164633.610134:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process.
[2022-05-17 16:46:34.526364] [C] [tid  57536] [main] [saleae_log.cpp:224] Global logging level is set to: info
[2022-05-17 16:46:34.526380] [I] [tid  57536] [main] [saleae_log.cpp:226] Logfile path set to: /home/mysun/.config/Logic/logs/graphio-2022-05-17--16-46-33.log
[2022-05-17 16:46:34.725264] [I] [tid  57554] [main] [graph_server.cpp:732] DeleteGraphData SeesionId: -2
[2022-05-17 16:46:34.725274] [I] [tid  57554] [main] [graph_server.cpp:756] DeleteGraph( -2 ) called
--2022-05-17 16:46:35--  https://submit.backtrace.io/saleae-logic/c9a7b8f5e55b8b7532cd59bb95c5dde46b91b6665da46ffa3a2920cd3eb260fa/minidump
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving submit.backtrace.io (submit.backtrace.io)... 192.46.238.27, 192.46.238.25, 139.162.140.250
Connecting to submit.backtrace.io (submit.backtrace.io)|192.46.238.27|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 65
Saving to: ‘/dev/fd/4’

/dev/fd/4           100%[===================>]      65  --.-KB/s    in 0s      

Failed to get crash dump id.

Report Id: {"response":"ok"

runecaster commented on 2022-03-24 10:32 (UTC)

New Version of AppImage is available: 2.3.47-2 Please update the package. Thanks!

tugyan commented on 2022-02-18 18:27 (UTC)

@tannewt Thanks for catching the problem! I did not realize the issue, because I manually installed libxcrypt-compat to fix another broken package. Adding the dependency ASAP.

tannewt commented on 2022-02-18 18:19 (UTC)

Thanks for bumping the package quickly!

I was having trouble getting it to launch and it turns out a dependency was missing. Please add a dependency on libxcrypt-compat. It was moved out of glibc.

We debugged it here: https://discuss.saleae.com/t/launch-2-3-44-failure-on-arch/1421/6

felipebalbi commented on 2021-07-07 13:54 (UTC)

Hi, do you mind updating this package to 2.3.30? If you want, I can try sending a patch. Cheers