Re: [chrony-dev] 1.24 ready?

2010-01-29 Thread Bill Unruh
On Fri, 29 Jan 2010, Bill Unruh wrote: OK, I have compiled the latest version, and do not get the error reports below anymore. No idea what was happening there. I am trying to figure out what the problem below is. I certainly get those error messages below, but have no idea why I am getting t

Re: [chrony-dev] 1.24 ready?

2010-01-29 Thread Bill Unruh
On Fri, 29 Jan 2010, Bill Unruh wrote: Actually I though we had discussed that the place for the configuration files should be in a directory /etc/chrony, and the chrony.rtc and chrony.drift should go into /var/lib/chrony/. The default for chrony.conf is still /etc/chrony.conf, and the document

Re: [chrony-dev] 1.24 ready?

2010-01-29 Thread Bill Unruh
Actually I though we had discussed that the place for the configuration files should be in a directory /etc/chrony, and the chrony.rtc and chrony.drift should go into /var/lib/chrony/. The default for chrony.conf is still /etc/chrony.conf, and the documentation (chrony.texi) still refers to chron

Re: [chrony-dev] 1.24 ready?

2010-01-29 Thread Miroslav Lichvar
On Fri, Jan 29, 2010 at 08:57:41AM -0800, Bill Unruh wrote: > One minor bug report-- the chown of the rtc and drift files leaves hundreds of > messages in syslog I don't see it here, when running under root or chrony user. > Jan 24 04:03:13 info chronyd[4328]: Could not change ownsership of drift

RE: [chrony-dev] 1.24 ready?

2010-01-29 Thread Hattink, Tjalling (FINT)
>Is there anything left to do before 1.24? > >If there are no bugreports, I'd like to make the release next week. I will run chrony on a few systems over the weekend but so far I haven't seen any bugs. I'll let you know my results next Tuesday. -- Tjalling Hattink --- To unsubscribe email chrony

[chrony-dev] 1.24 ready?

2010-01-29 Thread Miroslav Lichvar
Is there anything left to do before 1.24? If there are no bugreports, I'd like to make the release next week. -- Miroslav Lichvar --- To unsubscribe email chrony-dev-requ...@chrony.tuxfamily.org with "unsubscribe" in the subject. For help email chrony-dev-requ...@chrony.tuxfamily.org with "hel

Re: [chrony-dev] shm permissions

2010-01-29 Thread Miroslav Lichvar
On Fri, Jan 29, 2010 at 05:11:29AM +0100, Håkan Johansson wrote: > >In the latest git the permissions can now be specified with :perm=666. > > Great! > > Perhaps and the output of strtol(s, NULL, 8) with 0666 to prevent > the user from setting any other flags by mistake. Good idea. Thanks. --

[chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 1.24-pre1-16-ga123a12

2010-01-29 Thread git
This is an automated email from git. It was enerated because a ref change was pushed to the repository "chrony/chrony.git". The branch, master has been updated via a123a12f593679bfc400ae72155dccee3d21209c (commit) from f261251a9bcee1acc233e7fb96f841a60bb83b2a (commit) Those revisio

Re: [chrony-dev] 1.24 ready?

2010-01-29 Thread Bill Unruh
On Fri, 29 Jan 2010, Bill Unruh wrote: On Fri, 29 Jan 2010, Miroslav Lichvar wrote: Is there anything left to do before 1.24? If there are no bugreports, I'd like to make the release next week. One minor bug report-- the chown of the rtc and drift files leaves hundreds of messages in sy

Re: [chrony-dev] 1.24 ready?

2010-01-29 Thread Bill Unruh
On Fri, 29 Jan 2010, Miroslav Lichvar wrote: Is there anything left to do before 1.24? If there are no bugreports, I'd like to make the release next week. One minor bug report-- the chown of the rtc and drift files leaves hundreds of messages in syslog Jan 24 04:03:13 info chronyd[4328]: Coul

Re: [chrony-dev] shm permissions

2010-01-29 Thread Håkan Johansson
In the latest git the permissions can now be specified with :perm=666. Great! Perhaps and the output of strtol(s, NULL, 8) with 0666 to prevent the user from setting any other flags by mistake. Cheers, Håkan