httpd txt files display - remove Byte-Order Mark problem ?

2025-01-30 Thread sylvain
I have a folder with several standalone .txt files on my webserver. I expect these to be displayed as such. But when opening them in the browser, either locally (from the same machine) or from  remote, several characters such as accents and em dashes get replaced by other characters. Where could

Re: remote ssh login fail "Authenticator provider $SSH_SK_PROVIDER did not resolve" (macOS)

2024-12-29 Thread Sylvain Saboua
o the latest available macOS Sequoia 15.2, two days ago. -- Sylvain Saboua www.saboua.xyz

httpd (does not) delivers (obsolete) html file

2024-12-09 Thread Sylvain Saboua
Regularly I make minor [ae]d?ditions to my static html files. Afaik the browser needs to manually refresh the file in order to display the latest version. Am I doing something wrong or is there a workaround ? This is also annoying when editing the style sheets. Thank you -- Sylvain Saboua

Files on external drive randomly deleted ? Yet still show up on df command

2024-11-04 Thread Sylvain Saboua
recover the (apparently still present) files ? -- Sylvain Saboua www.saboua.xyz

Re: Apple Macbook Air (M1) lost bwfm

2024-10-21 Thread Sylvain Saboua
l, you're not at the point where firmware would be used anyway. dmesg might be useful if you've got some way to transport it (usb stick, usb ethernet, etc) Also, I have lost hw.sensors.aplsmc, not sure how that would happen ... I'll try another upgrade once I get a USB-C stick I can use. Worth a try. -- Sylvain Saboua www.saboua.xyz

Re: sftp server empty password login

2024-03-26 Thread Sylvain Saboua
24-03-26 13:26, Darren Tucker a écrit : You could run sshd in debug mode to be sure ("/usr/sbin/sshd -ddd -p ", then connect with "sftp -oport="), but... On Tue, 26 Mar 2024 at 22:10, Sylvain Saboua wrote: [...] # useradd -g media -s /sbin/nologin -u 2000 -v media

sftp server empty password login

2024-03-26 Thread Sylvain Saboua
Ideally this would be done via passwordless/empty password login. I have done some research (manpages) and configuration but still fail to connect from another machine on the same local network. obsd configuration : # useradd -g media -s /sbin/nologin -u 2000 -v media # usermod -G media sylvain

Re: plasmashell crashes when typing in the applications menu search bar

2024-01-26 Thread Sylvain Saboua
Le 2024-01-25 07:58, Rafael Sadowski a écrit : On Wed Jan 24, 2024 at 09:52:10PM +0100, bi...@iscarioth.org wrote: Hello Sylvain ! If my assumption is correct (KDE open a huge number of files during the query), So you had to increase the number of files open with > sysctl kern.maxfi

Solved: QKqueueFileSystemWatcherEngine::addPaths: open: Too many open files

2024-01-26 Thread Sylvain Saboua
Conveniently solved by adding openfiles-max and openfiles-cur parameters for the staff class in /etc/login.conf, as well as defining the kern.maxfiles to 102400 in /etc/sysctl.conf See https://marc.info/?l=openbsd-misc&m=170616598000793&w=2 Le 2024-01-18 16:25, Sylvain Saboua a écri

Re: mpv won't play video : "Consider fixing your graphic drivers"

2024-01-20 Thread Sylvain Saboua
12 bytes/sector, 524287472 sectors softraid0: volume sd1 is roaming, it used to be sd0, updating metadata softraid0: roaming device wd0a -> sd0a root on sd1a (97cd9ad0abbe5364.a) swap on sd1b dump on sd1b WARNING: / was not properly unmounted inteldrm0: 1366x768, 32bpp wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0 wsdisplay0: screen 1-5 added (std, vt100 emulation) drm:pid52781:intel_pipe_update_start *ERROR* [drm] *ERROR* Potential atomic update failure on pipe B -- Sylvain Saboua linktr.ee/Sylvain

Re: any terminal emulator will default to root folder instead of $HOME

2024-01-20 Thread Sylvain Saboua
Le 2024-01-20 11:53, Rafael Sadowski a écrit : On Thu Jan 18, 2024 at 03:33:48PM +0100, Sylvain Saboua wrote: I have been using KDE/Plasma on openbsd since last week-end. Amongst other bugs, mostly minor, which I should also report, there is this one : when opening an new instance of konsole

Re: any terminal emulator will default to root folder instead of $HOME

2024-01-20 Thread Sylvain Saboua
Le 2024-01-20 11:59, hahahahacker2...@airmail.cc a écrit : On 2024-01-18 21:33, Sylvain Saboua wrote: I have been using KDE/Plasma on openbsd since last week-end. Amongst other bugs, mostly minor, which I should also report, there is this one : when opening an new instance of konsole, Plasma&#

QKqueueFileSystemWatcherEngine::addPaths: open: Too many open files

2024-01-18 Thread Sylvain Saboua
s subject as an error multiple times (caught using a terminal). Dolphin also crashes when trying to open "/home/media/B - Musithèque" $ls /home/media/B\ -\ Musithèque/ | wc -l 624 $lla -R /home/media/B\ -\ Musithèque/ | wc -l 11643 $ Thank you -- Sylvain Saboua linktr.ee/Sylvain

plasmashell crashes when typing in the applications menu search bar

2024-01-18 Thread Sylvain Saboua
way, as well as on the desktop), and I type some application's name which I want to launch, the whole desktop will disappear (I can still use yakuake or a terminal to doas rcctl restart xenodm) $ll plasmashell.core -rw--- 1 sylvain sylvain 303875616 Jan 18 15:52 plasmashell.core $ The

any terminal emulator will default to root folder instead of $HOME

2024-01-18 Thread Sylvain Saboua
/home/sylvain). How to reproduce to bug : open a new konsole instance and type : $pwd / $ This also happens when using (suckless') st or (default) xterm. I did not have this problem with st and (openbsd's) cwm on the same openbsd installation (before upgrading to kde packages) Thank

Re: mpv won't play video : "Consider fixing your graphic drivers"

2023-12-20 Thread Sylvain Saboua
Le 2023-12-21 04:55, Anthony J. Bentley a écrit : Sylvain Saboua writes: [vo/sdl] Using opengl [vo/sdl] Warning: this legacy VO has bad performance. Consider fixing your graphics drivers, or not forcing the sdl VO. This message is specific to the sdl and xv outputs. The mpv manpage says

mpv won't play video : "Consider fixing your graphic drivers"

2023-12-20 Thread Sylvain Saboua
hat it would only be that my computer isn't powerful enough. I have tried different --vo arguments without success. -- Sylvain Saboua linktr.ee/Sylvain

Re: (video) obsd install initial boot process slowed down

2023-01-04 Thread Sylvain Saboua
csi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets sd1 at scsibus3 targ 1 lun 0: sd1: 255999MB, 512 bytes/sector, 524287472 sectors root on sd1a (0d8d2dbcd2829dcb.a) swap on sd1b dump on sd1b inteldrm0: 1366x768, 32bpp wsdisplay0 at inteldrm0 mux 1: co

Re: obsd install initial boot process slowed down

2023-01-04 Thread Sylvain Saboua
Le 04/01/2023 14:22, Stuart Henderson a écrit : On 2023-01-04, Nick Holland wrote: On 1/4/23 01:13, Sylvain Saboua wrote: Hi, my openbsed (encrypted) install is functionning really well, apart from one thing, that would signal a bug or smth: The initial boot process, right after I type the

Re: (dmesg) obsd install initial boot process slowed down

2023-01-04 Thread Sylvain Saboua
0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets sd1 at scsibus3 targ 1 lun 0: sd1: 255999MB, 512 bytes/sector, 524287472 sectors root on sd1a (0d8d2dbcd2829dcb.a) swap on sd1b dump on sd1b inteldrm0: 1366x768, 32bpp wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using

obsd install initial boot process slowed down

2023-01-03 Thread Sylvain Saboua
install. It is the second time I managed to install an encrypted obsd. The several installs I did, this used to happen at times, other times not. Now this is so frustrating because it prevents my obsd driver and computer to be PERFECT . Any help ? -- Sylvain Saboua PS this is posted to both lists

Geomant - Would you review my first C project ?

2022-08-06 Thread Sylvain Saboua
-geomanteia.html https://en.wikipedia.org/wiki/Geomantic_figures -- Sylvain Saboua from webmail/*/ /* Geomant : a basic implementation */ /* of the geomanteia intended as a first*/ /* C training project */ /* copyright © Sylvain Saboua

creating new partition has corrupted the disklabel ("bad super block")

2022-04-30 Thread Sylvain Saboua
is is on an install before the last openbsd 7.0 release. I don't know how I can upgrade an encrypted install using the usb medium, but perhaps if I would this would be a way to solve my problem? Thanks, -- Sylvain Saboua from webmail

My take

2021-10-28 Thread Sylvain S
First of my requirement: merge fingers with your keys, to type afayc. twitter.com/batlaizanpa

Attempting to use Brother DCP-L2510D printer on BSD

2021-02-24 Thread Sylvain S
s not rely on CUPS (nor any spooler). Complete documentation can be found at: https://wiki.linuxfoundation.org/openprinting/database/nospoolerdocumentation I would gladly do that, but am still clueless as of now Thanks to anyone who would help -- Sylvain S from webmail

[net/rtorrent] no manual page (manpage) for rtorrent.

2021-02-15 Thread sylvain . saboua
Ever since I've used this software, which must get back to 6.4 or so, the manual page has been missing. I had found a fix for this on the FreeBSD commits back then. In the meantime, here is the webpage I've used as a reference : https://linux.die.net/man/1/rtorrent

Re: kernel relinking error

2020-11-16 Thread sylvain . saboua
- Mail original - > De: "sylvain saboua" > > After a full upgrade following the FAQ, > and running the usual syspatch, pkg_add -u, pkg_check : > > dmesg highlights : > > random: boothowto does not indicate good seed > > cpu at mainbus0: not conf

6.7 > 6.8 upgrade log

2020-11-16 Thread sylvain . saboua
m:pid23547:cpt_set_fifo_underrun_reporting *ERROR* [drm] *ERROR* uncleared pch fifo underrun on pch transcoder A drm:pid23547:intel_pch_fifo_underrun_irq_handler *ERROR* [drm] *ERROR* PCH transcoder A FIFO underrun Sylvain S dmesg.68 Description: Binary data

Linux OME laptops compatibility ?

2020-09-06 Thread sylvain . saboua
/ 2nd is https://www.ubuntushop.be/index.php/fr/ (and many derivatives) (looking for information on the IME) Is anyone aware of these laptop's compatibility with OpenBSD ? Sylvain

Re: deep web cookie

2020-08-08 Thread sylvain . saboua
The pre-bigbang would not have "wanted" the universe to happen > > I find the equation in the end : > c = λ/2 * ( 1 - λ/2 ) > is a good explanation for the origin > of "light" if λ is taken to mean the > "first moment." > > Sylvai

[no subject]

2020-07-15 Thread sylvain . saboua
https://rubedo.press/ Sylvain emails by spamgourmet.com

Re: deep web cookie

2020-03-19 Thread sylvain . saboua
I find the equation in the end : c = λ/2 * ( 1 - λ/2 ) is a good explanation for the origin of "light" if λ is taken to mean the "first moment." Sylvain emails by spamgourmet.com - Mail original - > De: "sylvain saboua" > À: misc@openbsd.org > En

dmesg OBSD 6.6 - only a few bugs

2019-11-03 Thread sylvain . saboua
so very twitchy and seem to be heavy on the system resources, which used not to be the case. I use xfce4-desktop on an independently assembled Linux laptop. Sylvain S OpenBSD 6.6 (GENERIC) #353: Sat Oct 12 10:45:56 MDT 2019 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC real m

Re: BACK TO BASICS

2019-10-11 Thread Sylvain
ome so divided first splitting into three >> *BSD communities, and then further diluted efforts with GNU and the >> Linux kernel... >> >> That's all I was trying to say. > >That's right, because monopolies always serve the public better! Rhetorically this answer sounds actually right... Sylvain Saboua K9 Mail sur Android

UNIX Fare well

2019-10-07 Thread Sylvain
are being bullied You want an improvement of school grades Someone wants to be accepted for what he is. You need to patch things up with the people who are close to you. You need to distress. Sylvain sur K9 mail Android mails by spamgourmet.com

SunBlade 150 to take at Lyon, France and ideas about 3 T1000 to replace, if possible.

2018-03-20 Thread Sylvain Maurin
will most probably will run smoothly most of the time.  My only request then would be acceptance for your dev to respect our RENATER chart[1] and let me keep an admin access to her ALOM.  I will do basic hardware maintenance cannibalizing spare T1000. Sylvain Maurin [1]-https://www.renater.fr/IMG

Network card EM not recognized

2011-03-30 Thread Sylvain Desveaux
keyboard, using wsdisplay0 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 lpt0 at isa0 port 0x378/4 irq 7 wbsio0 at isa0 port 0x2e/2: W83627HF rev 0x41 lm2 at wbsio0 port 0xa00/8: W83627HF mtrr: Pentium Pro MTRR support umass0 at uhub0 port 1 co

can't NAT from tunnel to ext

2009-07-30 Thread Sylvain Bertrand
Hi Misc, I have an OpenBSD 4.5 amd64 as a VPN server (OpenVPN) connected to Internet on em0 through the gateway 192.168.1.1. VPN Users connect from the outside and get a tun0 interface with an address on 10.8.0.0/24. I want VPN users to access Internet through my VPN server, so I have the proper

Installing packages using install.site

2009-03-02 Thread Sylvain Lapendry
Hi everyone, I'm building a custom OpenBSD 4.4 thanks to site44.tgz & install.site. In my install.site, I use pkg_add to install the apache-httpd package (which is, with his depedencies, in the site44.tgz). It seems to work, but during the installation, I've got this error : "/var/run/ld.so.hints:

PCI-Express Crypto Hardware

2008-10-31 Thread Sylvain MAURIN
1K EUR to purchase some crypto hardware next week and I think my lab could support[3] your project. Thanks for any help, Sylvain MAURIN 1. Soekris 1401 on SunBlade 150 http://www.isc.cnrs.fr/informatique/public_notice/OpenBSD-sshchrooted 2. Sun T1000, sparc64 arch. 3. Aka hosting and opening

Re: OpenBGPd max-prefix

2006-04-28 Thread Sylvain Coutant
> well, your 2 plus the 5 from your other customers plus the > $max-prefix The 5 is the $max_prefix. We have just only one BGP customer. Total is 7. I should never have announced more than 7 routes in any case. -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/ Te

OpenBGPd max-prefix

2006-04-28 Thread Sylvain Coutant
. How could I have reached 10 announced prefixes ? What I imagine is that for a few seconds I did announce all the routes I received from my customer before the max-prefix did cut the session ? Would this be possible that max-prefix is not synchronously checked ? BR, -- Sylvain COUTANT AD

[Update] OpenBGP crashes

2006-04-12 Thread Sylvain Coutant
I forgot to see it but just before, there is also : Apr 12 16:48:29 x bgpd[31105]: neighbor x.x.x.x (x): prefix limit reached -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

OpenBGP crashes

2006-04-12 Thread Sylvain Coutant
. Usually where bgpd has some work to do or when the box has more traffic ... Any idea ? BR, -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

Re: OpenBGP nexthop

2006-04-12 Thread Sylvain Coutant
sessions. Would that fit most of "usual" cases ? BR, -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

OpenBGP nexthop

2006-04-12 Thread Sylvain Coutant
as nexthop was declared invalid, routes to this AS were not installed. I think this could have created a loop : our upstream provider was sending packets for this customer's routes. As we hadn't routes installed for customer's prefix, we were sending back the packets to upstream

Interrupts handling in SMP

2006-03-05 Thread Sylvain Coutant
migrate to mp kernel with 2 or 4 CPUs ? Thanks for tips. BR, -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

CPU usage monitoring

2006-03-05 Thread Sylvain Coutant
Hi all, Is there any way to monitor CPU usage (preference through snmp) on an OpenBSD box ? LoadAverage is reported through netsnmp, but this does not report real CPU usage. As a newbie, I didn't find an easy way to do this. Thanks for tips. BR, -- Sylvain COUTANT ADVISEO

Re: pf/carp load balancing on 4 firewalls

2006-03-02 Thread Sylvain Coutant
firewalls, but I would like to keep server<=>firewalls traffic as much local as possible. > If you have a relationship with the vendor, ask them. Not still sure of the vendor. Should be 3COM. > Or simply try > it out and report back! I don't have the hardware, I must

pf/carp load balancing on 4 firewalls

2006-03-02 Thread Sylvain Coutant
SRV2 Once again, how will spanning tree handle this case with the same MAC announced from the 4 firewalls ? My guess is packets from SRV1 will be dispatched to FW1* because the cost will be lower. Same for SRV2/FW2*. Could some help me understand how this setup could behave in real ... BR,

Re: OpenBGPd-current & memory

2006-02-13 Thread Sylvain Coutant
0 references 3670 BGP attributes entries using 143K of memory and holding 167371 references 3669 BGP attributes using 24.1K of memory RIB using 66.2M of memory > Any idea about how I should handle this ? ... ;) BR, -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ h

Re: OpenBGPd-current & memory

2006-02-12 Thread Sylvain Coutant
e this ? BR, -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

Re: OpenBGPd-current & memory

2006-02-12 Thread Sylvain Coutant
> that indeed smells like a bug somewhere. How could I try to track this down ? BR, -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

Re: OpenBGPd-current & memory

2006-02-12 Thread Sylvain Coutant
d one iBGP ! At some point, I'll reset the sessions or restart the server to try to approx. the amount of memory lost due to fragmentation. BR, -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

Re: OpenBGPd-current & memory

2006-02-12 Thread Sylvain Coutant
ep it turned on, what will be the memory overhead ? Currently my memory load goes up every hour (between 1 and 2 MB per hour). Will this stop at some point and how could try to approximate the final load ? Thanks for your help. BR, -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

OpenBGPd-current & memory

2006-02-12 Thread Sylvain Coutant
to 6 communities attributes ;-) Any guess what cause such a high memory load on my first box ? BR, -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

OpenBGPd-current & IPv6

2006-02-12 Thread Sylvain Coutant
re installed to the kernel while more than 600 are received. BTW, there is a zebra daemon running. It is not problem for IPv4, could it be for IPv6 ? BR, -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

Re: OpenBGP Communities manipulations

2006-02-09 Thread Sylvain Coutant
> There is a "feature" in 3.8 that let you only set one community per AS. > This is fixed in -current. OK. BTW, how one could remove community tags ? BR, -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

OpenBGP Communities manipulations

2006-02-09 Thread Sylvain Coutant
t previous communities. Is there a way to *add* a new community to the path without wiping previous ones ? BTW, does someone have a complex community manipulation conf file to send me (in private) so I can learn tips from it ? BR, -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

Re: 3.8/64 bits/snmp

2006-01-19 Thread Sylvain Coutant
is less than 4 GB but our monitor rejects larger values ... > The problem is with net-snmp. Beyond this I haven't chased it down. But not on all platform. Netsnmp 5 works great with OpenBSD i386 or Ubuntu amd64. BR, -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

3.8/64 bits/snmp

2006-01-18 Thread Sylvain Coutant
counters in 32 bits OIDs. It looks it's long time known problems but we were unable to find a workaround. Any idea ? BR, -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

Re: OpenBGPd and TTL Security Check (RFC 3682)

2006-01-18 Thread Sylvain Coutant
P MD5 or IPSec... IPsec is not widely supported and md5 causes timeout detection problems. TTL security check is a way to have a small but quite efficient protection. Obviously, everyone will prefer one or the other way, but there are arguments for TTL check as for others. BR, -- Sylvain COUTAN

Re: OpenBGPd filters

2006-01-10 Thread Sylvain Coutant
ed ... I didn't try to delete the neighbour, reload and add back. BR, -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

Re: OpenBGP & IPv6

2006-01-10 Thread Sylvain Coutant
nexthop which does not exist. Its IPv4 address is nothing I know about (and is not the first 32 bits of a v6 address). -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

Re: OpenBGP & IPv6

2006-01-10 Thread Sylvain Coutant
clear), IPv4 is always the only capability announced. I believe I need to kill bgpd and restart it for the change in the configuration to take effect. I can't for now. BR, -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

Re: OpenBGP & IPv6

2006-01-10 Thread Sylvain Coutant
> Both Cisco based equipmentthere must be something else wrong in the > configuration... Any idea what could be "else" ? ;-) BR, -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

Re: OpenBGPd filters

2006-01-10 Thread Sylvain Coutant
> Yes they need the session up/down to be applyed I'm not sure, but some of them (I think localpref defined in a group) require the whole daemon to be restarted. Regards, -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

Re: OpenBGP & IPv6

2006-01-10 Thread Sylvain Coutant
Hi, > Try: > > announce IPv4 unicast > announce IPv6 unicast Nothing does :( -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

Re: OpenBGPd filters

2006-01-07 Thread Sylvain Coutant
session and restarted it, they were then dropped. BTW, all tags (localpref, etc.) manipulations require to clear the session and even to restart bgpd itself. Could this be included in the doc so one wouldn't have to search for hours on some settings change ? Thanks for your reply. -- Sylvain

Re: OpenBGP & IPv6

2006-01-07 Thread Sylvain Coutant
} } Any idea what I've done wrong again ? BR, -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

OpenBGP Communities

2006-01-07 Thread Sylvain Coutant
Hi again, How can one see community tags associated to a route ? BR, -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

OpenBGPd filters

2006-01-03 Thread Sylvain Coutant
. ! If someone can explain me what I'm missing - any help welcome ;-) -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

Re: OpenBGP+CARP : OpenBGP does not see CARP going into master state

2005-12-28 Thread Sylvain Coutant
and have even better failover ... Best wishes ;=) -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

Re: OpenBGP+CARP : OpenBGP does not see CARP going into master state

2005-12-28 Thread Sylvain Coutant
> * Sylvain Coutant <[EMAIL PROTECTED]> [2005-12-26 11:29]: > > OpenBGPd looks fine for eBGP and iBGP links as long as it does not > > "depend on carp". > > definately "works for me" Good. I was not very it was used in production somewhere ;-) I

Re: OpenBGP+CARP : OpenBGP does not see CARP going into master state

2005-12-27 Thread Sylvain Coutant
're in a *failover* case. Session going down for 10 seconds is better than session going down until someone brings it back up ... Regards, -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

OpenBGP+CARP : OpenBGP does not see CARP going into master state

2005-12-26 Thread Sylvain Coutant
t;depend on carp3" for one eBGP neighbour in this case. Is this kind of a bug or do I miss something ? It's my first round with this configuration, I could have forgot one important thing ... Thanks in advance for any help. Regards and happy Xmas. -- Sylvain COUTANT ADVISEO http://www.adviseo.fr/ http://www.open-sp.fr/

Why packets from local interface to local interface get in lo0?

2005-09-15 Thread Sylvain Falardeau
help. Sylvain Falardeau