Actions fail and nltimeout #11242

Closed
opened 2025-11-02 09:31:59 -06:00 by GiteaMirror · 7 comments
Owner

Originally created by @wayneconnolly on GitHub (Jul 17, 2023).

Description

Screenshot_20230717_142617_Brave
My actions succeed as designed but the final complete step fails and I don't understand why.

No message appears to show why.

Gitea Version

1.20.0+rc0

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

No response

Git Version

1.20.0+rc0

Operating System

Linux

How are you running Gitea?

Docker-compose

Database

SQLite

Originally created by @wayneconnolly on GitHub (Jul 17, 2023). ### Description ![Screenshot_20230717_142617_Brave](https://github.com/go-gitea/gitea/assets/4142087/dd168128-af3f-4cba-9511-cd0775b38d80) My actions succeed as designed but the final complete step fails and I don't understand why. No message appears to show why. ### Gitea Version 1.20.0+rc0 ### Can you reproduce the bug on the Gitea demo site? Yes ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version 1.20.0+rc0 ### Operating System Linux ### How are you running Gitea? Docker-compose ### Database SQLite
GiteaMirror added the topic/gitea-actionstype/bug labels 2025-11-02 09:31:59 -06:00
Author
Owner

@techknowlogick commented on GitHub (Jul 17, 2023):

1.20.0+rc0

Are you able to upgrade to the latest stable version (atm it's 1.20.0, it's just been released yesterday so no worries that you haven't upgraded to it yet).

As well, which version of act_runner are you using?

@techknowlogick commented on GitHub (Jul 17, 2023): > 1.20.0+rc0 Are you able to upgrade to the latest stable version (atm it's 1.20.0, it's just been released yesterday so no worries that you haven't upgraded to it yet). As well, which version of act_runner are you using?
Author
Owner

@wayneconnolly commented on GitHub (Jul 17, 2023):

I will upgrade now.

@wayneconnolly commented on GitHub (Jul 17, 2023): I will upgrade now.
Author
Owner

@wayneconnolly commented on GitHub (Jul 17, 2023):

I can't upgrade as it gives the error

Received signal 15; terminating.
Server listening on :: port 22.
Server listening on 0.0.0.0 port 22.
2023/07/17 20:28:37 ...g/config_provider.go:327:deprecatedSettingFatal() [F] Deprecated fallback `[server]` 

As I've observed - once you move off a release you are forever stuck on candidates and there is no way to move towards stable. Maybe someone has a trick?

Act_runners: Latest.

@wayneconnolly commented on GitHub (Jul 17, 2023): I can't upgrade as it gives the error ``` Received signal 15; terminating. Server listening on :: port 22. Server listening on 0.0.0.0 port 22. 2023/07/17 20:28:37 ...g/config_provider.go:327:deprecatedSettingFatal() [F] Deprecated fallback `[server]` ``` As I've observed - once you move off a release you are forever stuck on candidates and there is no way to move towards stable. Maybe someone has a trick? Act_runners: Latest.
Author
Owner

@wayneconnolly commented on GitHub (Jul 17, 2023):

Ok - i found the fix for that. I've upgrade.

@wayneconnolly commented on GitHub (Jul 17, 2023): Ok - i found the fix for that. I've upgrade.
Author
Owner

@wayneconnolly commented on GitHub (Jul 17, 2023):

Now the runners cant communicate with the internet... sigh. Ill be back once i work out this mess.

@wayneconnolly commented on GitHub (Jul 17, 2023): Now the runners cant communicate with the internet... sigh. Ill be back once i work out this mess.
Author
Owner

@earl-warren commented on GitHub (Jul 17, 2023):

Ok - i found the fix for that. I've upgrade.

What fix did you find?

@earl-warren commented on GitHub (Jul 17, 2023): > Ok - i found the fix for that. I've upgrade. What fix did you find?
Author
Owner

@wayneconnolly commented on GitHub (Jul 17, 2023):

image
It's all working now -wonderful!!!

Ok - i found the fix for that. I've upgrade.

What fix did you find?

Edit gitea/conf/app.ini

Delete from the server block
LFS_CONTENT_PATH=/data/git/lfs
and add

[lfs]
PATH=/data/git/lfs

Then refresh the page- no server restart required.

@wayneconnolly commented on GitHub (Jul 17, 2023): ![image](https://github.com/go-gitea/gitea/assets/4142087/5fd56f40-9dae-44a3-a6e2-90607d96a3b7) It's all working now -wonderful!!! > > Ok - i found the fix for that. I've upgrade. > > What fix did you find? Edit gitea/conf/app.ini Delete from the server block `LFS_CONTENT_PATH=/data/git/lfs` and add ``` [lfs] PATH=/data/git/lfs ``` Then refresh the page- no server restart required.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#11242