Package Base Details: asf

Git Clone URL: https://aur.archlinux.org/asf.git (read-only, click to copy)
Submitter: Gilrain
Maintainer: Gilrain
Last Packager: Gilrain
Votes: 22
Popularity: 0.43
First Submitted: 2016-04-02 13:31 (UTC)
Last Updated: 2024-04-03 08:36 (UTC)

Pinned Comments

Gilrain commented on 2022-11-03 08:45 (UTC)

Potential breaking change: the service file security has been tightened. If you altered it any way on your machine, you might not be able to start ASF.

You can debug the problem introduced with SystemCallFilter, by following https://unix.stackexchange.com/a/681075

Gilrain commented on 2021-10-02 14:02 (UTC)

Starting with 5.1.4.0-1, the custom service files provided with this package have been replaced with the one upstream.

It uses a EnvironmentFile in /etc/asf to point to the right dir (remember, you want n-1 from asf config folder).

It also serves to populate the user and home folder for the daemon.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

Faalagorn commented on 2020-12-16 22:25 (UTC)

It seems that Token Dumper is not being build, with STEAM_TOKEN_DUMPER_TOKEN not being set.

Gilrain commented on 2020-07-07 16:48 (UTC)

Sorry about that, I swapped the BINARY_DIR with the BINARY_PATH variable in the sed expression.

mysbeario commented on 2020-07-07 13:49 (UTC)

Got this error when launched ASF:

ERROR: /usr/bin/out/result could not be found!

Gilrain commented on 2020-06-28 07:39 (UTC)

@ptanmay143 You need to use the input command as stated in the manual: https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Commands#input-command

<deleted-account> commented on 2020-06-26 04:39 (UTC)

I started ASF using the systemd service and doing systemctl status asf shows that it is stuck at asking for Steam 2FA key. How do I STDIN to my 2FA key in the systemd service?

Lucki commented on 2020-04-09 16:21 (UTC)

I'm sorry for causing trouble. A plugin seems to need an update though I'm not sure why that stops the IPC interface. I'm going to remove it for the time being which makes the UI working again.

Gilrain commented on 2020-04-09 14:13 (UTC)

@Lucki: did you update the asf-ui package to the lastest git commit r1101.c51133a?

Lucki commented on 2020-04-09 13:30 (UTC)

Since the latest update to 4.2.0.1-1 asf-ui isn't working anymore for me. I'm reporting this here because it already fails at the IPC initialization and asf had some recent changes with their html thing.

File name: 'HtmlAgilityPack, Version=1.11.17.0, Culture=neutral, PublicKeyToken=asdtokenasd'
System.IO.FileNotFoundException: Could not load file or assembly 'HtmlAgilityPack, Version=1.11.17.0, Culture=neutral, PublicKeyToken=asdtokenasd'. The system cannot find the file specified.
    at ArchiSteamFarm.IPC.ArchiKestrel.Start()

Gilrain commented on 2020-03-18 09:49 (UTC) (edited on 2020-03-18 09:50 (UTC) by Gilrain)

@licensed How do you launch asf? The different service files expect the conf in the folders you listed, but /usr/bin/asf doesn't. The latter needs either "--path yourconfdir" passed as an argument or to set "ASF_PATH=yourconfdir".

https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Command-line-arguments

licensed commented on 2020-03-18 00:22 (UTC)

I had build today in my archlinux-arm, but i am getting this error every time.

WARN|ASF|RegisterBots() No bots are defined. Did you forget to configure your ASF?

I tried to put my json in /var/lib/asf/config and ~/.config/asf and ~/.config/asf/config but same error.

I use same json files on my archlinux on desktop and its working.