Re: [Spacewalk-devel] [PATCH] - BZ#836984 - fixes the permissions on /var/log/osad log file

2012-12-07 Thread Marcelo Moreira de Mello
On 12/07/2012 05:20 AM, Jan Pazdziora wrote: >> Hello Folks, >> > >> >Here follow a better looking patch. Please, ignore the previous one. > [...] > >> > try: >> > -file = open( Logger.logfile, 'a' ) >> > -os.chmod(Logger.logfile, 0600

Re: [Spacewalk-devel] [PATCH] update uptime quickly after reboot

2012-12-07 Thread Michael Calmer
Hi, Am Freitag, 7. Dezember 2012, 09:37:04 schrieb Jan Pazdziora: > On Fri, Oct 19, 2012 at 01:25:31PM +0200, Michael Calmer wrote: > > Hi, > > > > with the new reboot needed feature introduced some month ago, we realized > > a > > small issue. > > > > If a patch or package was installed which r

Re: [Spacewalk-devel] [PATCH] update uptime quickly after reboot

2012-12-07 Thread Jan Pazdziora
On Fri, Oct 19, 2012 at 01:25:31PM +0200, Michael Calmer wrote: > Hi, > > with the new reboot needed feature introduced some month ago, we realized a > small issue. > > If a patch or package was installed which requires a reboot, the system got > the yellow banner on the systems details page.

Re: [Spacewalk-devel] [PATCH] - BZ#836984 - fixes the permissions on /var/log/osad log file

2012-12-07 Thread Jan Pazdziora
On Thu, Dec 06, 2012 at 04:00:52PM -0200, Marcelo Moreira de Mello wrote: > On 12/06/2012 03:42 PM, Marcelo Moreira de Mello wrote: > > Hello Folks, > >Here follow a better looking patch. Please, ignore the previous one. [...] > try: > -file = open( Lo