Fwd: [packages/nagios] fix $HOME env var

2015-04-23 Thread Elan Ruusamäe
imho we should set nagios user $HOME to be /var/lib/nagios currently it's /usr/lib/nagios on i686 and /usr/lib64/nagios on x86_64 it's first inconsistent (can't share configs) and secondly some plugins require putting files to $HOME, and writing to /usr/lib/nagios by sysadmin/apps is wrong.

rpm -e in deleted directory

2015-04-23 Thread Elan Ruusamäe
this particular dir was removed by rpm itself # poldek -e hwdata-0.275-1.noarch mark hwdata-0.275-1.noarch Processing dependencies... hwdata-0.275-1.noarch marks pciutils-3.3.1-2.x86_64 (req hwdata >= 0.243-2) There are 2 packages to remove (1 marked by dependencies): R hwdata-0.275-1.noarch D pc

Re: python

2015-04-23 Thread Jacek Konieczny
On 2015-04-23 10:04, Mateusz Korniak wrote: On Wednesday 22 April 2015 20:48:51 Jacek Konieczny wrote: Also, pip is the blessed way of installing the modules now, see https://www.python.org/dev/peps/pep-0453/#abstract Yeah… blessed by developers, who don't care about system consistency e

Re: python

2015-04-23 Thread Mateusz Korniak
On Wednesday 22 April 2015 20:48:51 Jacek Konieczny wrote: > > Also, pip is the blessed way of installing the modules now, see > > > > https://www.python.org/dev/peps/pep-0453/#abstract > > Yeah… blessed by developers, who don't care about system consistency > etc. (...) > We could probably m