Re: dwc panic

2017-03-14 Thread Mark Kettenis
> Date: Tue, 14 Mar 2017 11:03:32 +1100 > From: Jonathan Gray > > Maybe this was the sync diff I had, going to drop it. > Hit this right at the end of an non-interrupted make build when it was > doing make install. > > panic: kernel diagnostic assertion "(alignment & (alignment - 1)) == 0" > fa

Re: newsyslog timestamp

2017-03-14 Thread Stuart Henderson
On 2017/03/15 02:19, bytevolc...@safe-mail.net wrote: > Is it worth making newsyslog use the syslog API instead of directly > writing to the top of the file? newsyslog(8) isn't just used for rotating files written by syslogd..

Re: newsyslog timestamp

2017-03-14 Thread bytevolcano
Is it worth making newsyslog use the syslog API instead of directly writing to the top of the file? Perhaps even integrating this functionality into syslogd so it can use the existing infrastructure, and LOG_SYSLOG facility, fork+privsep style: [syslogd]->|->[syslogd:logger] |->[syslog

Re: newsyslog timestamp

2017-03-14 Thread Mike
On 3/13/2017 7:02 PM, Mark Kettenis wrote: >> From: "Todd C. Miller" >> Date: Mon, 13 Mar 2017 16:31:35 -0600 >> >> How about we just eliminate the "logfile turned over" message >> entirely? It's kind of bogus for newsyslog to be writing to the >> log files directly. I don't think that message p

Re: [PATCH] sensorsd - Command line switch for alternative configuration file

2017-03-14 Thread Alexander Bluhm
On Tue, Mar 14, 2017 at 10:45:43AM +0100, Silamael wrote: > @@ -63,6 +64,11 @@ seconds. > The shortest reporting period for state changes > will be three times this value. > The default is 20. > +.It Fl f Ar file > +Read configuration from > +.Ar file > +instead of the default configuration file

[PATCH] sensorsd - Command line switch for alternative configuration file

2017-03-14 Thread Silamael
Hi there, I wrote some patch allowing to specify the path of the configuration file of sensorsd like it's done for other daemons. Greetings, Matthias Index: sensorsd.8 === RCS file: /usr/src/usr.sbin/sensorsd/sensorsd.8,v retrieving