Search Criteria
Package Details: ventoy-bin 1.0.36-5
Git Clone URL: | https://aur.archlinux.org/ventoy-bin.git (read-only, click to copy) |
---|---|
Package Base: | ventoy-bin |
Description: | A new multiboot USB solution (Binary) |
Upstream URL: | http://www.ventoy.net/ |
Keywords: | boot image iso multiboot usb |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | DuckSoft |
Maintainer: | DuckSoft (KokaKiwi, yochananmarqos, Kr1ss) |
Last Packager: | DuckSoft |
Votes: | 60 |
Popularity: | 11.73 |
First Submitted: | 2020-05-19 06:14 |
Last Updated: | 2021-03-01 01:45 |
Dependencies (6)
- bash (bash-devel-git, bash-devel-static-git)
- dosfstools (dosfstools-git)
- exfat-utils (exfat-utils-autodetect, exfat-utils-nofuse, exfatprogs)
- lib32-glibc (lib32-glibc-linux4, glibc-force-mmap, lib32-glibc-force-mmap, lib32-glibc-minimal-git)
- util-linux (util-linux-nosystemd-minimal-git, util-linux-selinux, util-linux-aes)
- xz (xz-git, xz-static-git)
Latest Comments
1 2 3 4 5 Next › Last »
DuckSoft commented on 2021-03-01 01:52
Fixed my keyboard and I found something interesting - Ventoy is grouping platform-related binaries into
$CARCH
directories, so most of our symlinks to system binaries are missed, which, is expected to be fixed in my latest commit d914b8ff9cd2 bumping pkgrel to 5. The commit also includes one bug patch hunk on VentoyWeb.sh, fixing the usage ofuname
, and a small verbosity recovery of packaging log output.If any strange behaviour happened after this, leave us a message and hopefully we would handle it fast.
DuckSoft commented on 2021-02-28 17:12
@Kr1ss That was impressive! Nice patch!
Kr1ss commented on 2021-02-28 16:57
So I've extended the patch so that both the ventoy CLI and webUI are now logging to
/var/log
instead of/opt/ventoy
. There's also now/usr/bin/ventoyweb
to start the webserver.Unfortunately we do still need root in order to write to the USB storage. I guess we can now remove the
post_install
note though, since permanent filesystem trees aren't touched any more.Kr1ss commented on 2021-02-27 21:16
Ooops. Thanks ! :)
yochananmarqos commented on 2021-02-27 21:15
@Kr1ss: You forgot something. ;)
Kr1ss commented on 2021-02-27 19:25
Okay, I'll push a pkgrel bump and include an install file with a note.
DuckSoft commented on 2021-02-27 18:37
No offense but I think Ventoy author is not aware of that FHS, XDG or anything else. I will write a report to the upstream and hopefully this will improve.
Currently let's just include that WebUI directory and leave everything as-is, @Kriss. Leave a caveats note in install.sh postinstall may also be helpful.
ps: My keyboard is broken and I typed these on my phone...
Kr1ss commented on 2021-02-27 18:27
@DuckSoft @yochananmarqos Any idea why this would need root anyways, besides of writing to
/opt
tree ?That sounds reasonable.
DuckSoft commented on 2021-02-27 18:20
@yochananmarqos inspected the code carefully... a quick and dirty fix is to put
WebUI
directory back then.But there's something awful: it's executed as root, but he's putting crap
log.txt
directly in the binary directory, which is...I'd try hard to fix the package, but if things are going worse, i may want to split the WebUI outside
ventoy-bin
, then patch the source & build that webui as another package.yochananmarqos commented on 2021-02-27 18:09
Does the new Ventoy Web GUI work for anyone else?
https://www.ventoy.net/en/doc_linux_webui.html
I just get a 404 error opening http://127.0.0.1:24680