Bug#963022: quagga-core: zebra static routes tags not sent to clients

2020-06-17 Thread Guillaume Lécroart
quagga-core: zebra static routes tags not sent to clients
Package: quagga-core
Version: 1.2.4-3
Severity: normal

Dear Maintainer,

While testing a route-map in bgpd redistributing static routes with tags,
matching tags did not work.
Running "debug bgp zebra" revealed that whatever tag is set with the static
routes set in zebra, client daemon receives a null tag

Syslog debug excerpt :

Jun 17 21:33:12 jck bgpd[330852]: Zebra rcvd: IPv4 route add static
172.17.56.16/29 nexthop 192.168.39.39 metric 0 tag 0

route in zebra is configured with

ip route 172.17.56.16/29 192.168.39.39  tag 349346 244

RIB check :
# sh ip ro 172.17.56.16
Routing entry for 172.17.56.16/29
  Known via "static", distance 244, metric 0, tag 349346, vrf 0, best, fib,
blackhole
  >* 192.168.39.39, via eth0

  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages quagga-core depends on:
ii  adduser   3.118
ii  dpkg  1.19.7
ii  iproute2  4.20.0-2
ii  libc6 2.29-7
ii  libcap2   1:2.25-2
ii  libpam0g  1.3.1-5
ii  libreadline7  7.0-5
ii  libtinfo6 6.1+20181013-2+deb10u2

quagga-core recommends no packages.

Versions of packages quagga-core suggests:
ii  quagga-bgpd1.2.4-3
pn  quagga-isisd   
pn  quagga-ospf6d  
pn  quagga-ospfd   
pn quagga-pimd
pn  quagga-ripd
pn  quagga-ripngd  
pn  snmpd  

-- no debconf information

Rgds

Guillaume


Bug#859348: resource-agents: none

2017-04-02 Thread Guillaume Lécroart
Package: resource-agents
Version: 1:3.9.7-1~bpo8+1
Severity: minor

Dear Maintainer,

Cloning a dumb heartbeat:LVM resource fails at start with lrmd error
message :
"notice: _start_0::stderr [
/usr/lib/ocf/resource.d/heartbeat/LVM:
415: local: --monitor: bad variable name ]

Seems to me there is some quote missing at line 415 of file
"/usr/lib/ocf/resource.d/heartbeat/LVM". :

--- a/usr/lib/ocf/resource.d/heartbeat/LVM2016-03-14 16:25:20.0
+0100
+++ b/lib/ocf/resource.d/heartbeat/LVM  2017-04-02 14:47:19.653601359
+0200
@@ -414,3 +414,3 @@
 LVM_start() {
-   local vgchange_options=$(get_activate_options)
+   local vgchange_options="$(get_activate_options)"

BR

Guillaume Lécroart

-- System Information:
Debian Release: 8.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect

Versions of packages resource-agents depends on:
ii  cluster-glue  1.0.12-1
ii  libc6 2.19-18+deb8u7
ii  libglib2.0-0  2.42.1-1+b1
ii  libnet1   1.1.6+dfsg-3
ii  libplumb2 1.0.12-1
ii  libplumbgpl2  1.0.12-1
ii  python2.7.9-1

resource-agents recommends no packages.

resource-agents suggests no packages.

-- no debconf information


Bug#743332: Also afects DN mentioned as remote IDs in config file

2014-04-10 Thread Guillaume Lécroart
It is my understanding that the patch supplied only fixes IDs for DNs
extracted from certs.

What about IDs from DNs mentioned as (left|right)id in config file?

As far as I can see, they get scrambled too.

Scenario is a CA-based authentication where each peer is using a CA-signed
cert and leftid=%fromcert. Rightid is set to double-quoted remote peer's
DN, which now shows as a binary (0x) string in 'ipsec auto --status'
whereas it used to be the human-readable before.

O course, this breaks connections too

What should I patch to oevercome this?

Thanks  regards

Guillaume


Bug#743332: Please Ignore my previous message

2014-04-10 Thread Guillaume Lécroart
Sorry, I put too much confidence into make.
Re-applied the patch on a clean apt-get source and rebuilt : fixed the
issue.

patch did not apply automatically though (patch -p1 at the root of the src,
got rejected), I just removed the line myself.

Thanks for your support

BR

Guillaume


Bug#419676: [Pkg-aide-maintainers] Bug#419676: aide's daily cron script fails with etch when using NOISE

2007-04-20 Thread Guillaume Lécroart

OK, done

also realized I now need to escape regex special chars in the NOISE string :
\ /\(var/\(log\|lib\|run\)\|tmp\) fi

and that many more things are left to the operator (sarge version used to
automatically add directory definitions in conf file, tune for well-known
content. This disappeared from Etch's std install or I missed something.

Thanks  Regards,

Guillaume

2007/4/18, Marc Haber [EMAIL PROTECTED]:


On Wed, Apr 18, 2007 at 05:16:11PM +0200, Guillaume Lécroart wrote:
 Patch did not apply.

Probably not cleanly, since it was geared against the cron.daily
script from unstable. It should, however, be quite easy to understand
and to apply manually.

Greetings
Marc

--

-
Marc Haber | I don't trust Computers. They | Mailadresse im
Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621
72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 3221
2323190



Bug#419676: [Pkg-aide-maintainers] Bug#419676: aide's daily cron script fails with etch when using NOISE

2007-04-18 Thread Guillaume Lécroart

Marc,

Patch did not apply.

My /etc/cron.d/aide's line 227 looks like this :
$ARUNLOG sed -n '1,/^Detailed information about changes:/p' | \

other details follow :
# md5sum /etc/cron.daily/aide
3d2f3e09774bb05d5564a2f2d171777f  /etc/cron.daily/aide
# stat !$
stat /etc/cron.daily/aide
 File: `/etc/cron.daily/aide'
 Size: 12686   Blocks: 28 IO Block: 4096   regular file
Device: 806h/2054d  Inode: 92375   Links: 1
Access: (0755/-rwxr-xr-x)  Uid: (0/root)   Gid: (0/root)
Access: 2007-04-18 16:44:50.836752216 +0200
Modify: 2007-04-10 22:32:02.0 +0200
Change: 2007-04-10 22:32:02.0 +0200

are we trying to patch the same version? (Version: 0.13.1-2) from
stable=etch

Thanks  Regards,

Guillaume

2007/4/17, Marc Haber [EMAIL PROTECTED]:


tags #419676 confirmed
thanks

On Tue, Apr 17, 2007 at 01:20:36PM +0200, Guillaume Lécroart wrote:
 Package: aide Version: 0.13.1

This is not a Debian version number. Please consider using the Debian
reportbug tool, which will collect correct version data of package and
dependencies.

 Aide's daily cron script fails with the following message :

 /etc/cron.daily/aide:
 /etc/cron.daily/aide: line 229: /tmp/aidenpcAqTF: cannot overwrite
existing
 file
 run-parts: /etc/cron.daily/aide exited with return code 1

 line 229 contains a redirection to a file creataed at line 227 using the
 'tempfile' utility. Script sets bash's '-G' flag preventing overwriting
an
 existing file.

Confirmed. Looks like nobody (including me) was actually using the
denoise feature. Good catch.

Please try the following patch against the cronjob of aide 0.13.1-5.

--- /etc/cron.daily/aide.orig   2007-04-17 14:12:18.0 +0200
+++ /etc/cron.daily/aide2007-04-17 14:13:55.0 +0200
@@ -277,14 +277,14 @@
 if [ -n ${ARUNLOG:-} ]  [ -s $ARUNLOG ]; then

   if [ -n ${NOISE:-} ]; then
-   NOISETMP=$(tempfile --directory /tmp --prefix aidenoise)
-   NOISETMP2=$(tempfile --directory /tmp --prefix aidenoise)
+   NOISETMP=$(mytempfile aidenoise1)
+   NOISETMP2=$(mytempfile aidenoise2)
 $ARUNLOG sed -n '1,/^Detailed information about changes:/p' |
\
grep '^\(changed\|removed\|added\):' | \
-   grep -v ^added: THERE WERE ALSO [0-9]\+ FILES ADDED UNDER THIS
DIRECTORY  $NOISETMP2
+   grep -v ^added: THERE WERE ALSO [0-9]\+ FILES ADDED UNDER THIS
DIRECTORY  $NOISETMP2

if [ -n $NOISE ]; then
-$NOISETMP2 grep -v
^\(changed\|removed\|added\):$NOISE  $NOISETMP
+$NOISETMP2 grep -v
^\(changed\|removed\|added\):$NOISE  $NOISETMP
printf  $MAILFILE De-Noised output removes everything
matching %s.\n $NOISE
fi


Greetings
Marc

--

-
Marc Haber | I don't trust Computers. They | Mailadresse im
Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621
72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 3221
2323190



Bug#419676: aide's daily cron script fails with etch when using NOISE

2007-04-17 Thread Guillaume Lécroart

Package: aide Version: 0.13.1
Severity: important
--- Please enter the report below this line. ---

Aide's daily cron script fails with the following message :

/etc/cron.daily/aide:
/etc/cron.daily/aide: line 229: /tmp/aidenpcAqTF: cannot overwrite existing
file
run-parts: /etc/cron.daily/aide exited with return code 1

line 229 contains a redirection to a file creataed at line 227 using the
'tempfile' utility. Script sets bash's '-G' flag preventing overwriting an
existing file.

BR

Guillaume