Chris Croome

Results 33 issues of Chris Croome

On a Debian Stretch server the [create key](https://github.com/aioue/ansible-role-aptly/blob/master/tasks/main.yml#L41) task fails with: ``` gpg: agent_genkey failed: Timeout ``` This appears because this command: ```bash gpg2 --batch --gen-key ${HOME}/gpg2_gen_key ``` Prompts for...

bug

I tried using this Ansible role on a Debian Stretch virtual server running on Xen and it failed at [aptly : start rngd for entropy creation](https://github.com/aioue/ansible-role-aptly/blob/master/tasks/main.yml#L26) due to the lack...

bug

Add a link to [May First/People Link](https://mayfirst.org/) — I understand that they are a co-operative but this isn't so clear from their web site which mostly emphasises that they are...

Web-hosting coop/ngo

When editing a `.md` file this text is sometimes displayed: > Changes could not be sent yet However generally this appears: > Saving … Occasionally it displays: > Saved **To...

bug

I was hoping to find an answer to my problem in an issue here or on [the Nextcloud Discourse forum](https://help.nextcloud.com/c/81) but I'm afraid I haven't been able to and after...

I'm experimenting with Prosody and after setting everything up it appears to work, I have lines like this in the `/var/log/prosody/prosody.log` file: ``` May 31 11:09:40 mod_bosh info New BOSH...

I'm looking at upgrading some Nextcloud server which are running version v1.1.0 (code downloaded using a git clone) to v2.0.2 (installed using the .deb package) and it appears to me...

This is probably one for the far back-burner or bin @kellyjonbrazil :smile: ! The configuration of an OpenSSH server can be printed using [`sshd -T`](https://man.openbsd.org/sshd#T), for example: ``` sshd -T...

new-parser

I've a laptop and a desktop both runing Debian Bookworm and both with the same configuration and packages (I haven't checked that they do have exactly the same `.deb` files...

You might need to update your GPG key @jamesls ? Import the key used to sign the binary package checksums: ```bash gpg --keyserver hkps://keyserver.ubuntu.com --search-keys A0BE6CFACEC3BE69CAD146BBCD2646EDDCC1FDB6 ``` Download and check...