Package Details: bashhub-server-git 0.2.5.r13.c49226d-2

Git Clone URL: https://aur.archlinux.org/bashhub-server-git.git (read-only, click to copy)
Package Base: bashhub-server-git
Description: a private cloud alternative for bashhub-client with some added features like regex search.
Upstream URL: https://github.com/nicksherron/bashhub-server
Licenses: Apache
Conflicts: bashhub-server
Provides: bashhub-server
Submitter: fuero
Maintainer: fuero
Last Packager: fuero
Votes: 1
Popularity: 0.000003
First Submitted: 2022-07-29 14:43 (UTC)
Last Updated: 2023-05-11 09:25 (UTC)

Latest Comments

fuero commented on 2023-05-11 09:28 (UTC)

@zwastik Thanks for reporting this, I've updated the PKGBUILD.

About the service unit: As this is the server part for bashhub-client, it doesn't make sense to start this per-user on a multiuser system.

It's supposed to run somewhere else than the box you are sending history infro from and be used by multiple clients at once.

So I don't see the use case for a user systemd service.

zwastik commented on 2023-05-11 02:32 (UTC)

It seems the service file is not working properly. Also is it necessary to run it system wide? Cannot it be run with systemctl --user?

systemd[1]: bashhub-server.service: Main process exited, code=exited, status=1/FAILURE
systemd[1]: bashhub-server.service: Failed with result 'exit-code'.
systemd[1]: bashhub-server.service: Scheduled restart job, restart counter is at 5.
systemd[1]: Stopped private cloud alternative for bashhub-client.
systemd[1]: bashhub-server.service: Start request repeated too quickly.
systemd[1]: bashhub-server.service: Failed with result 'exit-code'.
systemd[1]: Failed to start private cloud alternative for bashhub-client.

zwastik commented on 2023-05-11 01:18 (UTC)

It seems the -i flag is deprecated: https://stackoverflow.com/questions/67573771/what-is-the-i-option-for-go-tool-arguments-in-golands-run-debug-configurat

zwastik commented on 2023-05-11 01:11 (UTC)

==> Extracting sources...
  -> Creating working copy of bashhub-server git repo...
Cloning into 'bashhub-server'...
done.
==> Starting prepare()...
==> Starting pkgver()...
==> Starting build()...
flag provided but not defined: -i
usage: go build [-o output] [build flags] [packages]
Run 'go help build' for details.
==> ERROR: A failure occurred in build().
    Aborting...