Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: Can not run sshguard as a service
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17728@inbox.vuxu.org>
@ 2019-12-29 11:16 ` voidlinux-github
  2020-01-02 17:42 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-12-29 11:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 400 bytes --]

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/issues/17728#issuecomment-569495831

Comment:
From `/usr/bin/sshguard`:

```
eval $tailcmd | $libexec/sshg-parser | \
    $libexec/sshg-blocker $flags | $BACKEND &
```

does runit allow nesting log dirs within log dirs? if so you may be able to get runit to set those pipes up on your behalf.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can not run sshguard as a service
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17728@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-01-02 17:46 ` voidlinux-github
@ 2020-02-02 19:56 ` voidlinux-github
  4 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-02-02 19:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by kotoko on void-packages repository

https://github.com/void-linux/void-packages/issues/17728#issuecomment-581170769

Comment:
I don't know if I'm right, but I guess that because runit does not have a concept of dependencies `iptables check` was waiting until service `iptables` is started.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can not run sshguard as a service
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17728@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-01-02 17:43 ` voidlinux-github
@ 2020-01-02 17:46 ` voidlinux-github
  2020-02-02 19:56 ` voidlinux-github
  4 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-02 17:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 552 bytes --]

New comment by kotoko on void-packages repository

https://github.com/void-linux/void-packages/issues/17728#issuecomment-570283008

Comment:
I fixed my problem. It turned out that `iptables` (service in runit) was not running. When deleted check for it from `/etc/sv/sshguard-socklog/run`, sshguard run successfully. 

In my opinion the biggest fail was that runit did not show any useful information. I would expect to see some kind of tip that dependency was at fault here. By the way, somehow check for iptables timed out?

You can close issue.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can not run sshguard as a service
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17728@inbox.vuxu.org>
  2019-12-29 11:16 ` Can not run sshguard as a service voidlinux-github
  2020-01-02 17:42 ` voidlinux-github
@ 2020-01-02 17:43 ` voidlinux-github
  2020-01-02 17:46 ` voidlinux-github
  2020-02-02 19:56 ` voidlinux-github
  4 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-02 17:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

New comment by kotoko on void-packages repository

https://github.com/void-linux/void-packages/issues/17728#issuecomment-570283008

Comment:
I fixed my problem. It turned out that `iptables` (service in runit) was not running. When deleted check for it from `/etc/sv/sshguuard-socklog/run`, sshguard run successfully. 

In my opinion the biggest fail was that runit did not show any useful information. I would expect to see some kind of tip that dependency was at fault here. By the way, somehow check for iptables timed out?

You can close issue.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can not run sshguard as a service
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17728@inbox.vuxu.org>
  2019-12-29 11:16 ` Can not run sshguard as a service voidlinux-github
@ 2020-01-02 17:42 ` voidlinux-github
  2020-01-02 17:43 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-02 17:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 541 bytes --]

New comment by kotoko on void-packages repository

https://github.com/void-linux/void-packages/issues/17728#issuecomment-570283008

Comment:
I fixed my problem. It turned out that `iptables` (service in runit) was not running. When deleted check for it from `/etc/sv/sshguuard-socklog/run`, sshguard run successfully. 

In my opinion the biggest fail was that runit did not show any useful information. I would expect to see some kind of tip that dependency was at fault here. Somehow check for iptables timed out?

You can close issue.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-02-02 19:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17728@inbox.vuxu.org>
2019-12-29 11:16 ` Can not run sshguard as a service voidlinux-github
2020-01-02 17:42 ` voidlinux-github
2020-01-02 17:43 ` voidlinux-github
2020-01-02 17:46 ` voidlinux-github
2020-02-02 19:56 ` voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).