Hi!
I have followings problems with sr_3.0 branch (4.11.2009)
remove_hf("") does not work. Header fields (I tried various ones) are not removed.
record_route(): I call record_route() but the RR header is not added. I tried both, K's and ser's rr module - both do not work.
Any hints how to debug this?
thanks klaus
On Nov 05, 2009 at 19:49, Klaus Darilion klaus.mailinglists@pernau.at wrote:
Hi!
I have followings problems with sr_3.0 branch (4.11.2009)
Could you send me the last part of the version number reported by ser -V, e.g.: version: ser 2.99.99-pre3 (i386/linux) 6fcba9 ^^^^^^^ this one
or the output of git rev-parse HEAD .
(given your previous email I'm not sure that you really are on the sr_3.0 branch and it might be a bug that was already fixed)
remove_hf("") does not work. Header fields (I tried various ones) are not removed.
record_route(): I call record_route() but the RR header is not added. I tried both, K's and ser's rr module - both do not work.
I've tried both ser & k version with latest sr_3.0 and it works for me (I even tried remove_hf in the on_branch route).
Do you have any other special non-default options set?
Andrei
Andrei Pelinescu-Onciul schrieb:
On Nov 05, 2009 at 19:49, Klaus Darilion klaus.mailinglists@pernau.at wrote:
Hi!
I have followings problems with sr_3.0 branch (4.11.2009)
Could you send me the last part of the version number reported by ser -V, e.g.: version: ser 2.99.99-pre3 (i386/linux) 6fcba9 ^^^^^^^ this one
or the output of git rev-parse HEAD .
$ ser -V version: ser 2.99.99-pre3 (i386/linux) ce6296
$ git rev-parse HEAD . ce629634665fee92e5239451283e7ee9632c078f
(given your previous email I'm not sure that you really are on the sr_3.0 branch and it might be a bug that was already fixed)
remove_hf("") does not work. Header fields (I tried various ones) are not removed.
record_route(): I call record_route() but the RR header is not added. I tried both, K's and ser's rr module - both do not work.
I've tried both ser & k version with latest sr_3.0 and it works for me (I even tried remove_hf in the on_branch route).
Do you have any other special non-default options set?
Not that I am aware.
regards Klaus
On Nov 06, 2009 at 09:33, Klaus Darilion klaus.mailinglists@pernau.at wrote:
Andrei Pelinescu-Onciul schrieb:
On Nov 05, 2009 at 19:49, Klaus Darilion klaus.mailinglists@pernau.at wrote:
Hi!
I have followings problems with sr_3.0 branch (4.11.2009)
Could you send me the last part of the version number reported by ser -V, e.g.: version: ser 2.99.99-pre3 (i386/linux) 6fcba9 ^^^^^^^ this one
or the output of git rev-parse HEAD .
$ ser -V version: ser 2.99.99-pre3 (i386/linux) ce6296
You're on master and not on sr_3.0:
$ git branch -a --contains ce6296 * master remotes/origin/master
I've just merged sr_3.0 fixes into it, so it should work now.
Andrei
Works now - thanks!
klaus
Andrei Pelinescu-Onciul schrieb:
On Nov 06, 2009 at 09:33, Klaus Darilion klaus.mailinglists@pernau.at wrote:
Andrei Pelinescu-Onciul schrieb:
On Nov 05, 2009 at 19:49, Klaus Darilion klaus.mailinglists@pernau.at wrote:
Hi!
I have followings problems with sr_3.0 branch (4.11.2009)
Could you send me the last part of the version number reported by ser -V, e.g.: version: ser 2.99.99-pre3 (i386/linux) 6fcba9 ^^^^^^^ this one
or the output of git rev-parse HEAD .
$ ser -V version: ser 2.99.99-pre3 (i386/linux) ce6296
You're on master and not on sr_3.0:
$ git branch -a --contains ce6296
- master remotes/origin/master
I've just merged sr_3.0 fixes into it, so it should work now.
Andrei
Klaus Darilion writes:
I have followings problems with sr_3.0 branch (4.11.2009)
remove_hf("") does not work. Header fields (I tried various ones) are not removed.
record_route(): I call record_route() but the RR header is not added. I tried both, K's and ser's rr module - both do not work.
Any hints how to debug this?
klaus,
i reported these a couple of weeks ago and they were fixed by andrei and now work fine in my setup.
check that you have latest version on sr_3.0.
-- juha