[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-relays] [PATCH] debian package upgrade restart issue



> When upgrading, all running tor instances are stopped (not restarted, as expected)

This might be your root-cause as well?

https://github.com/nusenu/ansible-relayor/issues/72

I'm generating instance names based on IP addresses_ORport (so they
contain "." and "_") and are therefore filtered by the generator.

Is it acceptable to add "." and "_" to the whitelist?

(patches attached)
23c23
<     if echo "x$name" | grep -q '[^a-zA-Z0-9]' ||
---
>     if echo "x$name" | grep -q '[^a-zA-Z0-9._]' ||
63c63
< if echo "x$name" | grep -q '[^a-zA-Z0-9]' ||
---
> if echo "x$name" | grep -q '[^a-zA-Z0-9._]' ||

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
tor-relays mailing list
tor-relays@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays