Search Criteria
Package Details: perimeter81 10.0.1.88-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/perimeter81.git (read-only, click to copy) |
---|---|
Package Base: | perimeter81 |
Description: | Perimeter81 agent application |
Upstream URL: | https://support.perimeter81.com/docs/downloading-the-agent |
Licenses: | custom:LICENSE |
Submitter: | mikeroll |
Maintainer: | ttrmw |
Last Packager: | ttrmw |
Votes: | 4 |
Popularity: | 0.22 |
First Submitted: | 2021-10-01 15:02 (UTC) |
Last Updated: | 2025-03-11 15:00 (UTC) |
Dependencies (2)
- netcat (nmap-netcatAUR, openbsd-netcat-gitAUR, gnu-netcat-svnAUR, gnu-netcat, openbsd-netcat)
- systemd (systemd-chromiumosAUR, systemd-fmlAUR, systemd-selinuxAUR, systemd-gitAUR)
Latest Comments
1 2 3 4 Next › Last »
ShaiAvr commented on 2025-04-11 14:02 (UTC)
I am also having issues with this package. For starters, the network configuration gets messed up after killing the service, so the network service must be restarted. But more importantly, if I try to reboot my system while the service is running, it gets stuck on a black screen saying "The system will reboot now!", which forces me to physically power off the computer and power it back on. I added @ufo_driver's code to
perimeter81helper.service
, but the problems persist.sgrue commented on 2025-04-03 07:07 (UTC)
Another remark: Once started I cannot stop the perimeter81helper service anymore, I need to kill it. Afterwards the network (DNS) configuration seems to be messed up, as no network connections work anymore until the network service is restarted.
sgrue commented on 2025-03-20 08:13 (UTC) (edited on 2025-03-20 08:14 (UTC) by sgrue)
Nice, this time it works for me (using Manjaro)! I just installed the package and had to start the perimeter81helper service:
thx!
ufo_driver commented on 2025-03-18 22:45 (UTC) (edited on 2025-03-18 22:46 (UTC) by ufo_driver)
Added the following into
perimeter81helper.service
under[Service]
section and was able to use it without problems.What it does: hides user home folders from services; mounts /usr as read only; hides any other mounted disks
ufo_driver commented on 2025-03-18 21:14 (UTC)
Got the same problem as other user had with 100% CPU of process named
p81daemonhelper
after starting service on this version. Startedstrace
on it and looks like this piece of code tries tolstat
my whole filesystem. I have a BTRFS with snapshots so I have a lot of files and since service is launched as root - it tries to enumerate all of that, eats CPU and doesn't allow to make connections. We need to somehow restrict perimeter services permissions - maybe launch under a restricted user?sergeykish commented on 2025-01-28 20:24 (UTC)
GUI displayed after
I have not executed
/opt/Perimeter81/after-install.sh
, briefly checked content.It copies binaries
that monitors sleep
/usr/lib/systemd/system-sleep/perimeter81
and network
/etc/NetworkManager/dispatcher.d/50-perimeter81
:And it adds wireguard kernel modules for some old kernels (3.10, 4.18). These modules definitely not needed for Arch:
sergeykish commented on 2025-01-28 12:02 (UTC)
Update required
Peremiter downloads list sha256 checksum
We should use it:
panther666 commented on 2025-01-19 21:46 (UTC)
Hello,
my perimeter tells me, 10.0.1.885 is the new version.
But the update-Button does not work.
Can you give me some hints on the topic please?
sgrue commented on 2025-01-15 15:11 (UTC) (edited on 2025-01-15 15:24 (UTC) by sgrue)
I am getting the same error like @pliavi after calling "after-install.sh":
No idea, how to fixe that missing script "weak-modules".
@lukashenko: What exactly did you do? Just calling the demon as you said, does not change at least anything on my side :-(
pliavi commented on 2024-11-22 15:02 (UTC) (edited on 2024-11-22 15:03 (UTC) by pliavi)
I'm trying to make it work without success, the app does not open, the process is running but nothing appears in the screen. No error in the logs, but if I try to run the
after-install.sh
I get this:Tried to install kmod, but still happening.
1 2 3 4 Next › Last »