Ansible integration for nosh service management

2017-10-22 Thread Thomas Caravia
Hello, Integration for nosh service management has been added to the "system" modules of Ansible's development branch[1]. The nosh module can set running and enabled state for user or system-wide services[2], in a similar fashion to other service management modules. Testing feedback and suggesti

execlineb's import conflicts with ImageMagick

2017-10-22 Thread Jean Louis
The ImageMagick software has the "import" command that is conflicting with "import" from execlineb package. Jean

Re: execlineb's import conflicts with ImageMagick

2017-10-22 Thread Charles Duffy
Given as GraphicsMagick moves "import" to a subcommand ("gm import"), you might consider using it to avoid any conflict. On Sun, Oct 22, 2017 at 4:12 PM Jean Louis wrote: > The ImageMagick software has the "import" command > that is conflicting with "import" from execlineb > package. > > Jean >

Re: execlineb's import conflicts with ImageMagick

2017-10-22 Thread Guillermo
Hello, 2017-10-22 18:01 GMT-03:00 Jean Louis: > > The ImageMagick software has the "import" command > that is conflicting with "import" from execlineb > package. This is known, see the 'execline-2.3.0.0' section of this announcement: * https://www.skarnet.org/cgi-bin/archive.cgi?2:msp:1687:blbgb

Re: execlineb's import conflicts with ImageMagick

2017-10-22 Thread Jean Louis
Alright, thank you, that is solved. On Sun, Oct 22, 2017 at 07:06:13PM -0300, Guillermo wrote: > Hello, > > 2017-10-22 18:01 GMT-03:00 Jean Louis: > > > > The ImageMagick software has the "import" command > > that is conflicting with "import" from execlineb > > package. > > This is known, see th

Re: execlineb's import conflicts with ImageMagick

2017-10-22 Thread Jean Louis
On Sun, Oct 22, 2017 at 09:32:30PM +, Charles Duffy wrote: > Given as GraphicsMagick moves "import" to a subcommand ("gm import"), you > might consider using it to avoid any conflict. Thank you for the input. I do not use GraphicsMagick (yet), and I have just tried installing skarnet tools int

Re: execlineb's import conflicts with ImageMagick

2017-10-22 Thread Jonathan de Boyne Pollard
Guillermo: This is known, see the 'execline-2.3.0.0' section of this announcement: * https://www.skarnet.org/cgi-bin/archive.cgi?2:msp:1687:blbgbjnpebcmhkmelgjd And these: * https://lists.debian.org/debian-user/2017/10/threads.html#00164 * https://lists.debian.org/debian-devel/2017/10/thr

Re: execline-2.3.0.3 failes with ./configure --prefix=

2017-10-22 Thread Laurent Bercot
./configure --prefix=/package/admin/$(basename `pwd`) If you're using slashpackage, don't use --prefix. Use --enable-slashpackage instead. -- Laurent

Re: execline-2.3.0.3 failes with ./configure --prefix=

2017-10-22 Thread Jean Louis
On Mon, Oct 23, 2017 at 04:39:38AM +, Laurent Bercot wrote: > > > ./configure --prefix=/package/admin/$(basename `pwd`) > > If you're using slashpackage, don't use --prefix. > Use --enable-slashpackage instead. If I understand it well, I am supposed to make the symlinks myself from /packag