Search Criteria
Package Details: zramd 0.9.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zramd.git (read-only, click to copy) |
---|---|
Package Base: | zramd |
Description: | Automatically setup swap on zram ✨ |
Upstream URL: | https://github.com/maximumadmin/zramd |
Keywords: | compcache deflate free htop lz4 lzo modprobe swap swapfile swapoff swapon sysfs systemd systemd-swap top zram zram-generator zramctl zstd zswap |
Licenses: | MIT |
Conflicts: | systemd-swap, zram-generator, zram-generator-git, zramswap |
Submitter: | maximumadmin |
Maintainer: | maximumadmin |
Last Packager: | maximumadmin |
Votes: | 15 |
Popularity: | 0.000226 |
First Submitted: | 2021-02-26 12:08 (UTC) |
Last Updated: | 2021-07-22 06:34 (UTC) |
Dependencies (3)
- util-linux (busybox-coreutilsAUR, util-linux-selinuxAUR, util-linux-aesAUR)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
- earlyoom (earlyoom-gitAUR) (optional) – userspace oom daemon
Latest Comments
glitsj16 commented on 2023-08-03 00:05 (UTC) (edited on 2023-08-03 00:05 (UTC) by glitsj16)
After the recent
systemd
upgrade to254-1
I noticed that swapon output changed my /dev/zram0 into /zram0, even tough it still resides under /dev/zram0 on the filesystem. Nothing broke, besides my expectations... I've opened an issue about this upstream.Antiz commented on 2022-11-01 20:53 (UTC)
Hi!
This package should not use
any
in thearch
array as this is reserved for architecture-independent packages which this package is not (it contains compiled code). You would need to list all supported architectures inarch
.See https://wiki.archlinux.org/title/PKGBUILD#arch
kronikpillow commented on 2021-12-05 22:21 (UTC)
permission issue still exists
rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-arg@v1.4.2/.github/banner.jpg': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-arg@v1.4.2/.github/workflows/go.yml': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-arg@v1.4.2/.gitignore': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-arg@v1.4.2/LICENSE': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-arg@v1.4.2/README.md': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-arg@v1.4.2/doc.go': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-arg@v1.4.2/example_test.go': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-arg@v1.4.2/go.mod': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-arg@v1.4.2/go.sum': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-arg@v1.4.2/parse.go': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-arg@v1.4.2/parse_test.go': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-arg@v1.4.2/reflect.go': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-arg@v1.4.2/reflect_test.go': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-arg@v1.4.2/sequence.go': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-arg@v1.4.2/sequence_test.go': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-arg@v1.4.2/subcommand.go': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-arg@v1.4.2/subcommand_test.go': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-arg@v1.4.2/usage.go': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-arg@v1.4.2/usage_test.go': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-scalar@v1.0.0/.gitignore': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-scalar@v1.0.0/.travis.yml': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-scalar@v1.0.0/LICENSE': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-scalar@v1.0.0/README.md': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-scalar@v1.0.0/go.mod': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-scalar@v1.0.0/go.sum': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-scalar@v1.0.0/scalar.go': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-scalar@v1.0.0/scalar_test.go': Permission denied rm: cannot remove 'zramd/src/go/pkg/mod/github.com/alexflint/go-scalar@v1.0.0/vendor/modules.txt': Permission denied
mrhariseldon commented on 2021-11-23 02:18 (UTC) (edited on 2021-11-23 02:19 (UTC) by mrhariseldon)
I seem to be getting the same permission issue eh8 had here:
https://aur.archlinux.org/packages/zramd/#comment-808022
(I'm using paru on linux-zen if it matters at all)
Tjuh commented on 2021-07-06 22:24 (UTC)
Apologies, forgot to mention had to disable lto to build properly.
maximumadmin commented on 2021-06-12 23:20 (UTC)
@Tjuh I can not reproduce the issue, could you please give more information like the build command you are running and if using ArchLinux? (e.g. Arch with yay -S zramd)
Tjuh commented on 2021-06-05 15:00 (UTC)
Cannot build;
maximumadmin commented on 2021-05-17 12:13 (UTC)
@eh8 permission issue has been fixed as of version 0.8.9, remember to remove ~/.cache/yay/zramd/src/go if you still have it
eh8 commented on 2021-05-16 18:36 (UTC) (edited on 2021-05-16 18:36 (UTC) by eh8)
Looks like there is some permissions issue with the latest pkgrel and the usage of
GOPATH
?