Bug#940987: rdetails fails: TypeError: sequence item 0: expected str instance, bytes found

2019-09-22 Thread Felipe Sateler
Package: apt-xapian-index Version: 0.50 Severity: important Hi, Trying to issue axi-cache rdetails fails: % axi-cache rdetails apt-xapian-index Traceback (most recent call last): File "/usr/bin/axi-cache", line 861, in sys.exit(ui.perform()) File "/usr/bin/axi-cache", line 852, in perfo

Bug#919213: irqbalance: endless loop during configure, system reaches maximum of open files

2019-01-16 Thread Felipe Sateler
On Sun, 13 Jan 2019 18:10:57 +0100 Axel Beckert wrote: > Package: irqbalance > Version: 1.5.0-2 > Severity: serious > > On one of my systems (not the one I'm writing the report on), a > Raspberry Pi 2 with Debian Sid armhf and sysvinit, the terminal which I > ran the upgrade in, looked like this (

Bug#901405: systemd-shim: Please add a sysvinit service to create directories on /run at boot

2018-10-19 Thread Felipe Sateler
> Sorry, copy paste fail. The other directory is /run/systemd/seats/ . -- Saludos, Felipe Sateler

Bug#901405: systemd-shim: Please add a sysvinit service to create directories on /run at boot

2018-06-12 Thread Felipe Sateler
ogind-on-demand-via-libpam-systemd.patch [2] https://salsa.debian.org/systemd-team/systemd/blob/debian/238-1/debian/patches/debian/Make-sd_login_monitor_new-work-for-logind-without-sy.patch Saludos, Felipe Sateler -- System Information: Debian Release: buster/sid APT prefers unstable-debug

Bug#901404: systemd-shim: Please dpkg-divert the dbus services you want dbus-activatable

2018-06-12 Thread Felipe Sateler
eased in the not too distant future. When we do that, we will bump the severity of this bug report to serious. [1] https://salsa.debian.org/systemd-team/systemd/blob/debian/238-1/debian/patches/debian/Make-logind-hostnamed-localed-timedated-D-Bus-activa.patch Saludos, Felipe Sateler -- S

Bug#796630: rdnssd: Has init script in runlevel S but no matching service file

2015-12-22 Thread Felipe Sateler
On 22 December 2015 at 04:30, Andreas Henriksson wrote: > Control: tags -1 + patch > > Hello Felipe Sateler! Hi! > > On Sat, Aug 22, 2015 at 10:42:00PM -0300, fsate...@debian.org wrote: > [...] >> Your package rdnssd has an initscript that is enabled in runlevel S, >

Bug#796588: Bug796588#: adjtimex: Has init script in runlevel S but no matching service file

2015-11-29 Thread Felipe Sateler
ad to mentors, and > ask for sponsor in mentors list. > Environment="TICK=1 FREQ=0" I don't think this works. There should be no quotes there, or systemd might treat TICK variable as containing "1 FREQ=0". > EnvironmentFile=-/etc/default/adjtimex > ExecS

Bug#796588: Bug796588#: adjtimex: Has init script in runlevel S but no matching service file

2015-11-28 Thread Felipe Sateler
e. Unfortunately, that means that to manually re-run the unit, one needs to do a "restart" instead of a "start" to make systemd run the program again. > > Looking forward to your reply. Thank you! Thank you for your contribution! -- Saludos, Felipe Sateler

Bug#796635: Systemd job

2015-11-04 Thread Felipe Sateler
On 3 November 2015 at 20:19, Felipe Sateler wrote: > On 3 November 2015 at 18:15, Bryan Quigley > wrote: >>> You need to remove the -- "$@" part: it is being added twice to the >>> resulting scripts (check debian/nvi/DEBIAN/{pre,post}* after a build): >>&

Bug#796635: Systemd job

2015-11-03 Thread Felipe Sateler
sponsoring? I can do the actual upload. > > I need sponsoring. OK, I will take a look at uploading over the weekend. -- Saludos, Felipe Sateler

Bug#796635: Systemd job

2015-11-03 Thread Felipe Sateler
On 3 November 2015 at 17:48, Bryan Quigley wrote: > On Mon, Nov 2, 2015 at 5:24 PM, Felipe Sateler wrote: >>>>> ++if [ -n "$sessions_found" ] ; then >>>>> ++echo "done." >>>>> ++else >>>>> ++echo &

Bug#796635: Systemd job

2015-11-03 Thread Felipe Sateler
On 2 Nov 2015 18:58, "Bryan Quigley" wrote: > > Thanks for the review Felipe > > > Why did you preserve runlevel S? I don't think this really belongs in > > recovery mode. > Changed > > >> +;; > >> + stop|restart|reload|force-reload) > > > > restart (and force-reload?) should probably re-run

Bug#796635: Systemd job

2015-11-02 Thread Felipe Sateler
debian/nvi.maintscript). 2. This is not really a rm_conffile, but rather a mv_conffile (the script is renamed, not removed). 3. This will not preserve enable/disable modifications by the user. There is no simple solution for this (you need to check in preinst the state if differing from the default, and restore it in postinst for the new script name), so maybe just adding a note to NEWS.Debian suffices? Any modifications made to the init script will be lost anyways when using systemd as then only the service file will be used. Thanks for your work! -- Saludos, Felipe Sateler

Bug#796635: Systemd job

2015-11-01 Thread Felipe Sateler
Hi Bryan, On Thu, 17 Sep 2015 11:45:25 -0400 Bryan Quigley wrote: > Here is a debdiff that implements a systemd unit. > > (This is the first unit I've written, so review definitely needed) Thanks for the patch. I agree with your previous comment that this should maybe be a cronjob instead of boo