einsibjarni

Results 9 comments of einsibjarni

Any chance of getting this merged? It's needed to be able to run the server as regular user, and we're currently maintaining the patch locally and running with it for...

+1 this! I'm in the proces of building an ansible playbook to deploy our graylog server, and not being able to set id for streams is a real bummer. I...

Got it to work by adding `"arch": "amd64"` Still seems to be a bug that `vagrant up` manages to do the right thing without it, while vagrant box update requires...

> Yeah, I'm seeing the same thing. When you said you added the `"arch": "amd64"`, were you talking about the manifest file? The [docs ](https://developer.hashicorp.com/vagrant/docs/boxes/box_repository) say to use `"architecture": "amd64",`,...

Removing the quotes around the array in "message" like so: ``` { "type": "INFO_INSTALL_FINISHED", "data": { "pkgname": "php81-sysvsem", "pkgversion": "8.1.17", "message": [{"message":"This file has been added to automatically load the...

> One possibility is to adapt the current script to use `makefs -t zfs`: > Would that work, even if poudriere runs 14.0, but the image created is 13.2? Is...

Yeah, I tried building it myself, and failed miserably. After trying before to build the grafana image renderer on freebsd, this was the last straw and I've migrated my grafana...

I had actually forgotten about that issue, but since then, you've added the tests/ directory to the pypi archive, either deliberately or accidentally. If it was accidental, then so be...

Except I'll need the cli to create the initial token, which I could then use with the API. Unless I'm misunderstanding?