Bug#882141: closed by Scott Kitterman <deb...@kitterman.com> (Re: postfix - systemd generator broken with inet_interfaces)

2017-12-23 Thread Jonathan Michalon
Hello,

On Fri, 15 Dec 2017 02:06:09 -0500 Scott Kitterman
 wrote:
> I plan to.  Can you confirm this fixes it for you?

I'm facing a similar issue in a Stretch LXC, where postmulti returns
nothing at all from generator, no idea why because it works well from a
shell. So always linking the - instance regardless to configuration
as you did in your rewrite seems a good idea in all cases. :)

Thanks,

-- 
Jonathan



Bug#725284: hdparm + systemd: Patch to restore configuration after resume

2014-12-22 Thread Jonathan Michalon
On Wed, 25 Dec 2013 17:33:04 +0100 Ralf Jung p...@ralfj.de wrote:
 adding the attached systemd unit fixes restoring the hdparm
 configuration when systemd is used. I'd appreciate if you could add this
 (or a similar solution) to the package.


I second this (works for me), although I suppose it would be even better with
  Type=oneshot
since it is not starting a daemon (works for me too).

BTW even if the udev-based solution looks smarter, adding this unit would at
least restore the exepected behaviour.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#624977: teeworlds: FTBFS

2011-05-12 Thread Jonathan Michalon
Hi,

Just had a quick look and it seems to be as stated here:
http://wiki.debian.org/qa.debian.org/FTBFS

Packages failing with GCC 4.6
With g++ 4.6, the type size_t is no longer defined by including things like
STL. The correct fix is to explicitly include either stddef.h (for ::size_t)
or cstddef (for std::size_t). 

and indeed there is a size_t in the macro at src/game/server/entity.hpp:56

The best fix would probably be to update the whole package to newer version
(as this is only tagged as wheezy and sid).

Regards

Jonathan Michalon



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org