Skip to content

humanlog service run fails in ubuntu:22.04 LTS arm64 #351

@KevRiver

Description

@KevRiver
Image

journalctl.log

humanlog service run fails with error: opening localstorage

I guess localstorage should have been initialized here(by import init()) but it seems not

// in cmd/humanlog/service.go
        // ...
	"golang.org/x/sync/errgroup"

	// imported for side-effect of `init()` registration
	_ "github.com/humanlogio/humanlog/internal/diskstorage"
)

https://github.com/humanlogio/humanlog/blob/master/cmd/humanlog/service.go#L53

I am currently working on this problem. I'm posting this issue in case there are people experiencing related issues.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions