Bug#678694: preseed_fetch fails with relative url

2019-10-19 Thread Jonathan Leroy - Inikup
This bug is still present in Buster.
Very simple workaround:

d-i preseed/early_command string echo "$(debconf-get preseed/url)" >
/var/run/preseed.last_location

-- 
Jonathan Leroy



Bug#784877: netcfg: Network interfaces are detected twice when d-i auto parameter is specified

2015-05-09 Thread Jonathan Leroy
Package: netcfg
Version: 1.131
Severity: normal
Tags: d-i


I use preseeding to install Debian on several servers, which each have two 
ethernet cards.
The network interfaces seems to be detected twice by Debian Installer, who ask 
me to choose between eth2 and eth3 interfaces. While eth1 and eth2 interfaces 
does not appear during setup, all the network interfaces are duplicated in 
/etc/udev/rules.d/70-persistent-net.rules: 


# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.

# PCI device 0x8086:0x1521 (igb)
SUBSYSTEM==net, ACTION==add, DRIVERS==?*, 
ATTR{address}==0c:c4:7a:4a:53:8e, ATTR{dev_id}==0x0, ATTR{type}==1, 
KERNEL==eth*, NAME=eth0

# PCI device 0x8086:0x1521 (igb)
SUBSYSTEM==net, ACTION==add, DRIVERS==?*, 
ATTR{address}==0c:c4:7a:4a:53:8f, ATTR{dev_id}==0x0, ATTR{type}==1, 
KERNEL==eth*, NAME=eth1

# PCI device 0x8086:0x1521 (igb)
SUBSYSTEM==net, ACTION==add, DRIVERS==?*, 
ATTR{address}==0c:c4:7a:4a:53:8e, ATTR{dev_id}==0x0, ATTR{type}==1, 
KERNEL==eth*, NAME=eth2

# PCI device 0x8086:0x1521 (igb)
SUBSYSTEM==net, ACTION==add, DRIVERS==?*, 
ATTR{address}==0c:c4:7a:4a:53:8f, ATTR{dev_id}==0x0, ATTR{type}==1, 
KERNEL==eth*, NAME=eth3


I use the following boot parameters: 
 auto=true priority=critical interface=eth0 netcfg/dhcp_timeout=30 
url=tftp://XX/preseed.cfg languagechooser/language-name=English 
countrychooser/shortlist=FR debian-installer/locale=en_US.UTF-8 
keyboard-configuration/xkb-keymap=fr  

If I remove auto and locale-related parameters this bug disappears.



-- System Information:
Debian Release: 8.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)


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



Bug#717940: Incorrect description of rsync_numtries in rsnapshot.conf

2013-07-28 Thread Jonathan Leroy
2013/7/28 Guillaume Delacour g...@iroqwa.org:
 The configuration says set this to a non-zero value, what do you
 suggest to be more precise ? (i never use this option, but think it'
 quite clear like this). I agree that the default commented value should
 be 1 instead of 0.

Hi Guillaume,

When rsync_numtries is set to 1, the rsync operation will never be retried.
I suggest to use the following description :

Number of rsync *tries*. If you experience any network problems or
network card issues that tend to cause ssh to crap-out with
Corrupted MAC on input errors, for example, set this to a *value higher
than 1* to have the rsync operation re-tried.

Regards,

-- 
Jonathan Leroy


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



Bug#717940: Incorrect description of rsync_numtries in rsnapshot.conf

2013-07-26 Thread Jonathan Leroy
Package: rsnapshot
Version: 1.3.1-1
Severity: minor
Tags: upstream

Hi,

The description of rsync_numtries setting in rsnapshot.conf seems to
be incorrect:

# Number of rsync re-tries. If you experience any network problems or
# network card issues that tend to cause ssh to crap-out with
# Corrupted MAC on input errors, for example, set this to a non-zero
# value to have the rsync operation re-tried
#
#rsync_numtries 0


According to rsnapshot source code, this value correspond to the total
number of tries, including the first one.
See /usr/bin/rsnapshot, line #170:

# set default for number of tries
my $rsync_numtries = 1; # by default, try once

... and line #3695:

my $tryCount = 0;
$result = 1;
if (0 == $test) {
while ($tryCount  $rsync_numtries  $result !=0) {
# join is Michael Ashley's fix for some filter/space problems
$result = system(join(' ', @cmd_stack));
$tryCount += 1;
}
...
}


As a consequence, this setting never should have value  1.

Thank you,


-- System Information:
Debian Release: 6.0.7
  APT prefers oldstable
  APT policy: (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rsnapshot depends on:
ii  liblchown-perl 1.01-1Perl interface to the lchown() sys
ii  logrotate  3.7.8-6   Log rotation utility
ii  perl   5.10.1-17squeeze6 Larry Wall's Practical Extraction
ii  rsync  3.0.7-2   fast remote file copy program (lik

Versions of packages rsnapshot recommends:
ii  openssh-client1:5.5p1-6+squeeze3 secure shell (SSH) client, for sec

rsnapshot suggests no packages.

-- no debconf information



-- 
Jonathan Leroy


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



Bug#702531: [php-maint] Bug#702531: Bug#702531: php5-common: Non-escaped semicolon in crontab

2013-03-14 Thread Jonathan Leroy
reopen 702531

2013/3/8 Jonathan Leroy jonathan...@inikup.com:
 Reinstall php5-common with dpkg --force-confmiss -i
 php5-common_5.4.4-14_amd64.deb fix the problem. Strange.

Hi,

The problem persists. The crontab file (/etc/cron.d/php5) seems to be
rewritten at each server reboot (file timestamp = now - uptime).
Restarting PHP FPM using /etc/init.d/php5-fpm stop, start, or restart
doesn't override the file.

-- 
Jonathan Leroy


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



Bug#696797: nginx: occasional warnings from kill due to logrotate configuration

2013-03-13 Thread Jonathan Leroy
Hi,

I have the same error with Nginx 1.2.1-2.2 on Debian Wheezy, on a
freshly installed server.

Regards,

-- 
Jonathan Leroy


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



Bug#702531: [php-maint] Bug#702531: Bug#702531: php5-common: Non-escaped semicolon in crontab

2013-03-08 Thread Jonathan Leroy
2013/3/8 Ondřej Surý ond...@debian.org:
 Jonathan, I would suggest reinstalling php5-common, since the problem
 you have described, is for 99% some problem of your local
 installation, since you are the first use who had reported such issue,
 and it is working for the rest (including me).

Reinstall php5-common with dpkg --force-confmiss -i
php5-common_5.4.4-14_amd64.deb fix the problem. Strange.

Thanks for your help !

-- 
Jonathan Leroy


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



Bug#702531: php5-common: Non-escaped semicolon in crontab

2013-03-07 Thread Jonathan Leroy
Package: php5-common
Version: 5.4.4-13
Severity: important

Hi,

This package generate a /etc/cron.d/php5 which returns the following error :

/bin/sh: 1: -delete: not found

Triple backslashs before the last semicolon of command should fix this error :

[...]  find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f
-ignore_readdir_race -cmin +$(/usr/lib/php5/maxlifetime) ! -execdir
fuser -s {} 2/dev/null \\\; -delete

Thx,

Jonathan.


-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.38-xenU-7648-x86_64-grsec (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages php5-common depends on:
ii  dpkg1.16.9
ii  libc6   2.13-38
ii  psmisc  22.19-1+deb7u1
ii  sed 4.2.1-10
ii  ucf 3.0025+nmu3

php5-common recommends no packages.

php5-common suggests no packages.

-- Configuration Files:
/etc/cron.d/php5 changed [not included]

-- no debconf information


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



Bug#702531: [php-maint] Bug#702531: php5-common: Non-escaped semicolon in crontab

2013-03-07 Thread Jonathan Leroy
2013/3/7 Ondřej Surý ond...@sury.org:
 What default shell and cron are you using?

Bash, and Debian's default cron (http://packages.debian.org/wheezy/cron).

Regards,

-- 
Jonathan Leroy


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



Bug#694833: icinga-cgi: Plese remove apache2-utils dependency

2012-11-30 Thread Jonathan Leroy
Package: icinga-cgi
Severity: normal

Hi,

The icinga-cgi package require apache2-utils as a dependency.
Since it's possible to use another webserver for running Icinga CGI
interface, I suggest to move apache2-utils package to Recommends.

Thanks,

-- System Information:
Debian Release: 6.0.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Jonathan Leroy


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



Bug#685343: munin-cron must call munin-graph with --cron option

2012-08-19 Thread Jonathan Leroy - Inikup
Package: munin
Version: 2.0.5-1
Severity: normal
Tags: patch

Hi,

The munin-cron script must call munin-graph with --cron option.
Otherwise, munin-graph will generate graphics files even if
graph_strategy setting is set to cgi in munin.conf.

Upstream munin-cron file doesn't seems to call munin-graph.

Thanks.

   Jonathan Leroy
   http://www.inikup.com/


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages munin depends on:
ii  adduser  3.113+nmu3
ii  cron 3.0pl1-124
ii  libcgi-fast-perl 5.14.2-12
ii  libdate-manip-perl   6.32-1
pn  libdigest-md5-perl   none
ii  libfile-copy-recursive-perl  0.38-1
ii  libhtml-template-perl2.91-1
ii  libio-socket-inet6-perl  2.69-2
ii  liblog-log4perl-perl 1.29-1
ii  librrds-perl 1.4.7-2
pn  libstorable-perl none
ii  liburi-perl  1.60-1
ii  munin-common 2.0.5-1
ii  perl [libtime-hires-perl]5.14.2-12
ii  perl-modules 5.14.2-12
ii  rrdtool  1.4.7-2
ii  ttf-dejavu   2.33-3

Versions of packages munin recommends:
pn  munin-doc   none
ii  munin-node  2.0.5-1

Versions of packages munin suggests:
pn  libnet-ssleay-perlnone
ii  nginx-extras [httpd]  1.2.1-2.2
pn  www-browser   none

-- Configuration Files:
/etc/munin/munin.conf changed:
includedir /etc/munin/munin-conf.d
graph_strategy cgi
cgiurl_graph /munin-cgi-graph
html_strategy cgi
[...]


-- no debconf information


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



Bug#544588: dovecot-antispam: lenny backport doesn't load with either lenny's, or bpo's dovecot

2009-09-02 Thread Jonathan Leroy

I have the same problem here :


Module is for different version 1.2.4: 
/usr/lib/dovecot/modules/imap/lib90_antispam_plugin.so

Couldn't load required plugins


Resolved by a compilation of the last version of this module.

Regards,

--
Jonathan.



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