You are not logged in.
Why build oneself an AUR package_name-version-architecture.pkg.tar.zst instead of directly download it or install it by pacman?
E.g. following https://wiki.archlinux.org/title/Arch_U … g_packages https://aur.archlinux.org/packages/filezilla-server gaves me filezilla-server-1.9.4-1-x86_64.pkg.tar.zst (after several minutes...), why not this file directly downloadable?
I can do it on my Google Drive...
Or better: why not [aur] etc in /etc/pacman.conf , AUR packages directly installable by pacman?
I'm suprised I'm the 1st to ask this question.
Last edited by jebez (2025-02-23 12:55:51)
Arch Linux KDE, my config https://bbs.archlinux.org/viewtopic.php … 5#p2221235
Offline
Are you interested in why people upload/maintain an aur package or the reason why aur packages are provided as recipes to build stuff yourself instead of installable binaries ?
The thread title suggests the first question, but your opening post suggests the second.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
you create PKGBUILD for yourself and aur package for others that likes what's in it
ezik
Offline
why not this file directly downloadable?
https://www.bleepingcomputer.com/news/s … epository/
Be sure to read those PKGBUILDs before installing.
Jin, Jîyan, Azadî
Offline
Seems confusion in my 1st post, I'm french sorry, I edited, the 2nd Lone_Wolf.
So because of a potential malware in an AUR package_name-version-architecture.pkg.tar.zst ? In my filezilla-server-1.9.4-1-x86_64.pkg.tar.zst ? But same question for a regular repo, e.g. extra... Someone can just check...
Last edited by jebez (2025-02-22 15:02:19)
Arch Linux KDE, my config https://bbs.archlinux.org/viewtopic.php … 5#p2221235
Offline
The user checks by reading the PKGBUILD. The developers are all busy with the repository packages. Those are checked.
Jin, Jîyan, Azadî
Offline
E.g. I'm noob in programming, so I'll learn C++ etc to check a potential malware? I ask ChatGPT? Mmmm...
Just also add [aur] etc in /etc/pacman.conf, so the user has the choice to install or build...
Arch Linux KDE, my config https://bbs.archlinux.org/viewtopic.php … 5#p2221235
Offline
https://deepl.com/ speaks english and french.
There're 3rd party repos that offer pre-built AUR packages, see eg. https://wiki.archlinux.org/title/Unoffi … haotic-aur
You've to understand that the AUR is the wild west, almost everybody can add stuff there, the PKGBUILDs and sources are largely unvetted and everyone is on their own.
See it as inspiration for your own efforts to extend the system beyond the official repos, NOT as an existing extension of them.
Blurring the lines between the repos and the AUR is the main sin of pacman wrapping AUR helpers for exactly that reason.
I'm suprised I'm the 1st to ask this question.
Me to. Mostly because you aren't.
Everyone who simply skipped RTFW asks that…
Offline
Better than Google Translate?
Interesting your link, it's my [aur] suggestion but there isn't FileZilla Server...
Now I googled "why build oneself AUR package", indeed I only found https://bbs.archlinux.org/viewtopic.php?id=281104, https://bbs.archlinux.org/search.php gaves nothing...
Last edited by jebez (2025-02-22 17:09:14)
Arch Linux KDE, my config https://bbs.archlinux.org/viewtopic.php … 5#p2221235
Offline
Better than Google Translate?
*Much* better.
Now I googled "gibberish"
https://www.google.com/search?q=why+are … t+prebuilt
Interesting your link, it's my [aur] suggestion but there isn't FileZilla Server...
Do you understand the implications of this being a 3rd party repo automatically packaging completely unvetted stuff from the AUR?
*You* will have to justify the trust in
1. the AUR package as before
2. in addition the 3rd-party repo
The AUR is a platform for arch users to share stuff. It is NOT part of archlinux.
Read the AUR wiki I linked.
Offline
https://aur.chaotic.cx/about they seem good guys, not malware creators
I requested FileZilla Server https://github.com/chaotic-aur/packages/issues/3523.
Arch Linux KDE, my config https://bbs.archlinux.org/viewtopic.php … 5#p2221235
Offline
E.g. I wanna FTP serve a partition of my PC, read-only except for a writable folder, possible with FileZilla Server but not with vsftpd.
man mount
cd /tmp
mkdir foo
mkdir bar
mkdir foo/snafu
touch foo/locked
touch foo/snafu/open
sudo mount -o ro,bind foo bar
ls bar
echo fuck > bar/locked
echo fuck > bar/snafu/open
sudo mount -o rw,bind foo/snafu bar/snafu
echo fuck > bar/snafu/open
cat foo/snafu/open
Do not post the outputs, it's for you to wrap your head around only.
Offline
?
@seth:
Please remember our Code of Conduct and to treat other users with respect (me too https://bbs.archlinux.org/viewtopic.php … #p2227100).
Arch Linux KDE, my config https://bbs.archlinux.org/viewtopic.php … 5#p2221235
Offline
The commands literally explain how to get a writeable location in a write-only mount ie do what you want filezilla to do completely generally in the filesystem
Jesuschrist.
Offline
Sorry see my edited https://github.com/chaotic-aur/packages/issues/3523.
Arch Linux KDE, my config https://bbs.archlinux.org/viewtopic.php … 5#p2221235
Offline
That edit doesn't seem to change anything about the task description, but just change some grammar?
You can bind-mount anything into /srv read-only and then bind-mount anything (incl. a directory inside the first mount source) into that writable.
Ie. what you want to do is possible regardless of any server protocol or implementation.
Offline
I understand your technique, but I prefer the FTP server to take care of it rather than fiddle with mount.
Last edited by jebez (2025-02-22 23:05:56)
Arch Linux KDE, my config https://bbs.archlinux.org/viewtopic.php … 5#p2221235
Offline
Two fstab lines are hardly "fiddling", also there's https://aur.archlinux.org/packages/filezilla-server-bin a precompiled AUR package for filezilla anyway?
Have you considered https://packages.ubuntu.com/oracular/filezilla? Maybe archlinux isn't for you.
Offline
https://aur.archlinux.org/packages/filezilla-server-bin seems the translation from FileZilla_Server_1.9.4_x86_64-linux-gnu.deb https://filezilla-project.org/download.php?type=server to filezilla-server-1.9.4-1-x86_64.pkg.tar.zst, I prefer https://aur.archlinux.org/packages/filezilla-server.
Have you considered https://packages.ubuntu.com/oracular/filezilla? Maybe archlinux isn't for you.
What the duck? I've AdBlock on Falkon web browser but you... See https://forums.debian.net/viewtopic.php … 39#p815939. Ubuntu, based on Debian, just wanna make money with free & open source https://ubuntu.com/pricing/pro.
Last edited by jebez (2025-02-23 12:19:16)
Arch Linux KDE, my config https://bbs.archlinux.org/viewtopic.php … 5#p2221235
Offline
jebez commented on 2025-02-22 09:36 (UTC)
It is now 11:55:06 UTC on Sunday, 23 February 2025 , so the aur maintainer has had just under 26 hours to respond . Please have some patience.
Moderator Note :
Please edit the thread title to reflect the real question.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
No, it's the real question, FileZilla Server is just an example.
Arch Linux KDE, my config https://bbs.archlinux.org/viewtopic.php … 5#p2221235
Offline
I wasn't referring to filezilla, but the confusion between the title and your opening post (thanks for editing that) .
Something like 'Why do aur packages not provide *.pkg.tar.zst binaries ?' would be better.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
The duck implied that you're apparently more interested in a distro presetting and doing everything around you - ubuntu is just a popular example for that.
The binary AUR package ships the binary provided by upstream, yes.
If you want to build the sources yourself, wtf is this thread about?
Offline
I'm interested by the technically best distro: Arch Linux.
I ideally wanna install, not build (anyway I'm not going to check a potential malware in the source code of https://aur.archlinux.org/packages/filezilla-server), your link https://wiki.archlinux.org/title/Unoffi … haotic-aur is the answer.
Arch Linux KDE, my config https://bbs.archlinux.org/viewtopic.php … 5#p2221235
Offline