Re: [arch-general] New cron hourly messages as of 8/1 - Usage: /usr/sbin/run-cron crondir ??

2011-08-02 Thread Milos Negovanovic
On Tue, Aug 02, 2011 at 09:44:54AM -0500, David C. Rankin wrote:
> Guys,
> 
>   Beginning 8/1 at 01:59, I began getting emails regarding "cron for
> user root job sys-hourly" that contain:
> 
> Usage: /usr/sbin/run-cron crondir
> 

mkdir /etc/cron.hourly

Regards
-- 
Milos Negovanovic
milos.negovano...@gmail.com


Re: [arch-general] postfix rc.d script

2011-05-18 Thread Milos Negovanovic
On Thu, May 12, 2011 at 11:18:57AM +0200, Gaetan Bisson wrote:
> [2011-05-12 09:45:55 +0100] Milos Negovanovic:
> > On my workstation I have LXC (linux containers) setup and postfix
> > rc.d script does not work on the host. I think reason for this is the
> > way it gets the PID of the master process:
> > 
> > PID=$(pidof -o %PPID /usr/lib/postfix/master)
> 
> Using pidof is standard, but we could switch to extracting the PID from
> 
>   /var/lib/postfix/master.lock
> 
> (It's just one option that I can think of right now.)
> 
> Could you open a bug report for this issue?

Sorry for the late reply ... done:

https://bugs.archlinux.org/task/24340

Regards
-- 
Milos Negovanovic
milos.negovano...@gmail.com


[arch-general] postfix rc.d script

2011-05-12 Thread Milos Negovanovic
Hi all,

On my workstation I have LXC (linux containers) setup and postfix
rc.d script does not work on the host. I think reason for this is the
way it gets the PID of the master process:

PID=$(pidof -o %PPID /usr/lib/postfix/master)

On my host this value is:

pidof -o %PPID /usr/lib/postfix/master
29187 27623 881

As you can see it catches all master processes running in all LXC
containers! Needless to say rc.d script doesn't work. Whats the idea
behind using pidof? Storing the PID in /var/run is not an option?

-- 
Milos Negovanovic
milos.negovano...@gmail.com


Re: [arch-general] How often kernel26-lts updated?

2011-03-25 Thread Milos Negovanovic
On Fri, Mar 25, 2011 at 05:24:37PM +0100, Cédric Girard wrote:
> No. But what I understood from what Thomas said is: as you need to reboot
> your server anyway from time to time to apply security updates, you may
> decide to switch to an even more often updated kernel, if your architecture
> permit it (reboot != service interruption).

For most people running arch on their servers reboot == service interruption

Am I wrong here?

-- 
Milos Negovanovic
milos.negovano...@gmail.com


Re: [arch-general] How often kernel26-lts updated?

2011-03-25 Thread Milos Negovanovic
On Fri, Mar 25, 2011 at 05:07:19PM +0100, Karol Babioch wrote:
> Am 25.03.2011 16:42, schrieb Thomas S Hatch:
> > which is why I use the latest kernel on my
> > servers and reboot them a lot becaus
> 
> As I'm about to set up some new servers I was thinking about this in the
> past few days. How does it work out for you?
> 
> Because I don't think that rebooting is an option on servers. If there
> are running http, mail, dns, etc. service(s) its not that great to
> reboot the system.
> 
> Could you elaborate on the point you tried to make? Why is a feature
> frozen kernel/software a potential security issue? As far as I know
> major security issues get updated, so you just need to reload the
> modules, don't you? Or am I missing a point here? Because this is what
> most long term distributions do.
> 
> As you don't expect a server to be in desperate need of new features and
> new supported hardware I personally don't think that the latest kernel
> is needed.
> 
> What do the others think about it?

minimize the reboots++

Regards
-- 
Milos Negovanovic
milos.negovano...@gmail.com


Re: [arch-general] where did /etc/conf.d/mysqld go?

2010-04-23 Thread Milos Negovanovic
On Fri, Apr 23, 2010 at 11:42:32AM -0400, dave reisner wrote:
>On Fri, Apr 23, 2010 at 11:37 AM, Milos Negovanovic
><[1]milos.negovano...@googlemail.com> wrote:
> 
>  Hi,
> 
>  on last update my /etc/conf.d/mysqld was packsaved and no new version
>  was installed. Now my non default MYSQLD_ROOT DB doesnt start any more!
>  Is this config file no longer supported?
> 
>  Regards
>  --
>  Milos Negovanovic
>  [2]milos.negovano...@googlemail.com
> 
>This was in the news 5 months ago.
>[1]�[3]http://www.archlinux.org/news/473/

No ... after this update my mysql was working.

Regards
-- 
Milos Negovanovic
milos.negovano...@googlemail.com


[arch-general] where did /etc/conf.d/mysqld go?

2010-04-23 Thread Milos Negovanovic
Hi,

on last update my /etc/conf.d/mysqld was packsaved and no new version
was installed. Now my non default MYSQLD_ROOT DB doesnt start any more!
Is this config file no longer supported?

Regards
-- 
Milos Negovanovic
milos.negovano...@googlemail.com


[arch-general] random bug report

2010-02-06 Thread Milos Negovanovic
Hi all,


r...@mighty ~ # grep -r cron.pid /etc/
/etc/logrotate.d/crond:kill -HUP `cat /var/run/cron.pid`


If I am not mistaken this should be crond.pid

Regards
Milos Negovanovic


[arch-general] firewire_net, 2.6.32.2-2

2009-12-29 Thread Milos Negovanovic
Hi all,

after last kernel update my ethernet over firewire doesn't work any more.
Module, firewire_net, is correctly loaded and new interface firewire0
shows up. I can ping other hosts but I can not establish any connections
(http, irc, anything).

Are new firewire drivers complete? Anyone else seeing this? Box in
question is x86_64.

Regards
-- 
Milos Negovanovic
milos.negovano...@googlemail.com


Re: [arch-general] introducing kernel26-lts

2009-08-26 Thread Milos Negovanovic
On Tue, Aug 25, 2009 at 01:34:32AM +0200, Andreas Radke wrote:
> Today I've added a 2nd kernel to our svn called "kernel26-lts". It
> should help to make you less caring about kernel updates. The intention
> is to

Does this kernel have PAE support compiled in?

Regards
Milos