Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] iwd: stderr spam to tty1
@ 2020-04-12 10:05 aajonusonline
  2020-04-13 21:26 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: aajonusonline @ 2020-04-12 10:05 UTC (permalink / raw)
  To: ml

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

New issue by aajonusonline on void-packages repository

https://github.com/void-linux/void-packages/issues/20912

Description:
Same behavior as [#11928](https://github.com/void-linux/void-packages/issues/11928)

### Proposed change
Adding `> /dev/null` to the last line of `iwd`'s `run` script sovles the problem

from
`exec /usr/libexec/iwd ${OPTS}`
to
`exec /usr/libexec/iwd ${OPTS} > /dev/null`

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

* Re: iwd: stderr spam to tty1
  2020-04-12 10:05 [ISSUE] iwd: stderr spam to tty1 aajonusonline
@ 2020-04-13 21:26 ` ericonr
  2020-04-13 21:28 ` aajonusonline
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-04-13 21:26 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/20912#issuecomment-613106172

Comment:
Does this still allow logging?

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

* Re: iwd: stderr spam to tty1
  2020-04-12 10:05 [ISSUE] iwd: stderr spam to tty1 aajonusonline
  2020-04-13 21:26 ` ericonr
@ 2020-04-13 21:28 ` aajonusonline
  2020-04-18  7:01 ` ericonr
  2020-04-26 16:52 ` NeelChotai
  3 siblings, 0 replies; 5+ messages in thread
From: aajonusonline @ 2020-04-13 21:28 UTC (permalink / raw)
  To: ml

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

New comment by aajonusonline on void-packages repository

https://github.com/void-linux/void-packages/issues/20912#issuecomment-613106918

Comment:
No idea, but that's what they do in NetworkManager. Is there a solution that will allow logging? I personally don't care about logging, I just don't want the tty to be spammed.

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

* Re: iwd: stderr spam to tty1
  2020-04-12 10:05 [ISSUE] iwd: stderr spam to tty1 aajonusonline
  2020-04-13 21:26 ` ericonr
  2020-04-13 21:28 ` aajonusonline
@ 2020-04-18  7:01 ` ericonr
  2020-04-26 16:52 ` NeelChotai
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-04-18  7:01 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/20912#issuecomment-615638404

Comment:
That's fair. I will take a look at my setup to see how it works.

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

* Re: iwd: stderr spam to tty1
  2020-04-12 10:05 [ISSUE] iwd: stderr spam to tty1 aajonusonline
                   ` (2 preceding siblings ...)
  2020-04-18  7:01 ` ericonr
@ 2020-04-26 16:52 ` NeelChotai
  3 siblings, 0 replies; 5+ messages in thread
From: NeelChotai @ 2020-04-26 16:52 UTC (permalink / raw)
  To: ml

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

New comment by NeelChotai on void-packages repository

https://github.com/void-linux/void-packages/issues/20912#issuecomment-619584177

Comment:
Submitted a pull for this (#21353), definitely preferable to changing the run file every update.

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

end of thread, other threads:[~2020-04-26 16:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-12 10:05 [ISSUE] iwd: stderr spam to tty1 aajonusonline
2020-04-13 21:26 ` ericonr
2020-04-13 21:28 ` aajonusonline
2020-04-18  7:01 ` ericonr
2020-04-26 16:52 ` NeelChotai

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).