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

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