Re: Lenovo Thinkpad T14 Gen3 very slow on MP kernel, faster on GENERIC

2023-10-19 Thread Comète
Hi, so I rebuild with your patch applied but it is still very slow with the bsd.mp kernel. Thanks for you help Morgan 18 octobre 2023 10:43 "Stuart Henderson" a écrit: > On 2023-10-17, Comète wrote: > >> Hi, >> >> Wow ! you're absolutely right ! I

Re: Lenovo Thinkpad T14 Gen3 very slow on MP kernel, faster on GENERIC

2023-10-17 Thread Comète
Hi, Wow ! you're absolutely right ! If I unplug, no lagg anymore. So the solution should be to apply your patch and rebuild the kernel ? Thanks a lot ! Morgan 17 octobre 2023 14:24 "Stuart Henderson" a écrit: > On 2023-10-16, Comète wrote: > >> Hello, >> >&

Lenovo Thinkpad T14 Gen3 very slow on MP kernel, faster on GENERIC

2023-10-16 Thread Comète
Hello, I'm experiencing big slowdowns on a LENOVO Thinkpad T14 Gen3 when using MP kernel (on 7.3 and 7.4) but strangely not on GENERIC. For example, starting LibreOffice on GENERIC takes 7 seconds but 35 seconds on MP kernel. It's even lagging when typing some text in an editor or a mail.

Re: Webcam support on Lenovo Thinkpad T14 Gen3 (Intel)

2023-10-08 Thread Comète
$ ffmpeg -f v4l2 -list_formats all -i /dev/video1 ffmpeg version 4.4.3 Copyright (c) 2000-2022 the FFmpeg developers built with OpenBSD clang version 13.0.0 configuration: --enable-shared --arch=amd64 --cc=cc --enable-debug --disable-stripping --disable-indev=jack --disable-outdev=sdl2

Re: Webcam support on Lenovo Thinkpad T14 Gen3 (Intel)

2023-10-07 Thread Comète
encodings >> >> $ video -s 1920x1080 -f /dev/video1 >> video: /dev/video1 has no usable YUV encodings > > What does video -g -f /dev/video0 do? > > (The -g flag being of interest here). > > This error: > >> On 2023 Oct 07 (Sat) at 12:53:12 + (+

Re: Webcam support on Lenovo Thinkpad T14 Gen3 (Intel)

2023-10-07 Thread Comète
I thought that the webcam was broken but I've tested it with a live Debian 12 usb key and it works. 7 octobre 2023 21:02 "Comète" a écrit: > Hello, > > $ video -q -f /dev/video1 > video: /dev/video1 has no usable YUV encodings > > $ video -s 1920x1080 -f /dev

Re: Webcam support on Lenovo Thinkpad T14 Gen3 (Intel)

2023-10-07 Thread Comète
Hello, $ video -q -f /dev/video1 video: /dev/video1 has no usable YUV encodings $ video -s 1920x1080 -f /dev/video1 video: /dev/video1 has no usable YUV encodings thanks for your suggestion Morgan 7 octobre 2023 18:56 "Marcus MERIGHI" a écrit: > Hello, > > com...@geek

Re: Webcam support on Lenovo Thinkpad T14 Gen3 (Intel)

2023-10-07 Thread Comète
. Can you switch it to the other and try again? > > -peter > > On 2023 Oct 07 (Sat) at 12:53:12 + (+), Comète wrote: > :Hi, > : > :$ video -f /dev/video0 > :video: ioctl VIDIOC_DQBUF: Invalid argument > : > :the LED lights up near the camera and a black window is displa

Re: Webcam support on Lenovo Thinkpad T14 Gen3 (Intel)

2023-10-07 Thread Comète
Not better with libv4l package installed... Thanks Morgan Le 7 octobre 2023 15:10:18 GMT+02:00, Thomas Frohwein a écrit : >On Sat, Oct 07, 2023 at 12:53:12PM +0000, Comète wrote: >> Hi, >> >> $ video -f /dev/video0 >> video: ioctl VIDIOC_DQBUF: Invalid argument &g

Re: Webcam support on Lenovo Thinkpad T14 Gen3 (Intel)

2023-10-07 Thread Comète
Hi, $ video -f /dev/video0 video: ioctl VIDIOC_DQBUF: Invalid argument the LED lights up near the camera and a black window is displayed... I've strictly followed https://www.openbsd.org/faq/faq13.html#webcam then to answer Crystal: $ ffplay -f v4l2 -input_format yuyv422 -video_size 960x540

Webcam support on Lenovo Thinkpad T14 Gen3 (Intel)

2023-10-07 Thread Comète
Hello, I've tried to used the integrated webcam on my brand new Thinkpad T14 on OpenBSD 7.3 without success. I've followed the FAQ. The webcam seems well detected but no image is displayed... This is what I get: # uname -a OpenBSD hyperion.my.domain 7.3 GENERIC#1072 amd64 # usbdevs -v

rsync repo for firmwares

2020-01-29 Thread Comète
Hi, is there any rsync mirror for firmwares ? thanks. Morgan

Re: Blocking users who change their IP address

2017-10-06 Thread Comète
6 octobre 2017 05:40 "Eric Johnson" a écrit: > On Fri, 6 Oct 2017, Mihai Popescu wrote: > >> I'm at a small Wireless ISP in a small town and have only a Class C block >> of addresses. >> >> [...] >> >> [...] >> >> Very romantic, indeed, but it has nothing to do

Re: relayd TLS load balancer for multiple websites

2017-09-29 Thread Comète
28 septembre 2017 15:50 "mabi" a écrit: > Thanks for the pointer regarding SNI not being supported in relayd. I will go > on and find another > solution, probably HAproxy. > >> Original Message >> Subject: Re: relayd TLS load balancer for multiple websites

Re: OpenBSD as a non-routing access point

2017-06-12 Thread Comète
Hi, I had the same problem with 6.1 on Alix 2D13 boards, I've created a bridge0 interface with vr0, vr1, vr2 and athn0 (the wireless one configured in hostap mode) but no ip address was given to any of the wifi connected devices by my dhcp server. However, all the computers linked with an

pf: pfi_kif_unref: rules refcount <= 0

2017-05-11 Thread Comète
Hi, I run OpenBSD 6.0 GENERIC.MP#4 amd64 on a firewall and I recently discovered lots of these messages in dmesg: pf: pfi_kif_unref: rules refcount <= 0 do you know what it is ? Thanks Morgan

Re: strange behaviour with etherip bridge over IPSEC and UDP queries

2017-05-11 Thread Comète
but host google.com 8.8.8.8 (UDP > DNS lookup) does not. > > On 03/28, Comète wrote: > >> Hi, >> >> I'm trying to build an IPSEC encrypted tunnel that works as a bridge. For >> this, I use isakmpd and etherip, vether, bridge interfaces. On each VPN >> serv

Re: strange behaviour with etherip bridge over IPSEC and UDP queries

2017-04-05 Thread Comète
2 avril 2017 11:49 "Comète" <com...@daknet.org> a écrit: >> On 03/28, Comète wrote: > > Hi, > > I'm trying to build an IPSEC encrypted tunnel that works as a bridge. For > this, I use isakmpd and etherip, vether, bridge interfaces. On each VPN server

Re: strange behaviour with etherip bridge over IPSEC and UDP queries

2017-04-02 Thread Comète
> On 03/28, Comète wrote: > >> Hi, >> >> I'm trying to build an IPSEC encrypted tunnel that works as a bridge. For >> this, I use isakmpd and etherip, vether, bridge interfaces. On each VPN server >> (Host A and B), I've got PF running on the external interf

Re: strange behaviour with etherip bridge over IPSEC and UDP queries

2017-03-28 Thread Comète
.com 8.8.8.8 (UDP DNS lookup) does not. > > On 03/28, Comète wrote: > >> Hi, >> >> I'm trying to build an IPSEC encrypted tunnel that works as a bridge. For >> this, I use isakmpd and etherip, vether, bridge interfaces. On each VPN server >> (Host A and B), I've got

strange behaviour with etherip bridge over IPSEC and UDP queries

2017-03-28 Thread Comète
Hi, I'm trying to build an IPSEC encrypted tunnel that works as a bridge. For this, I use isakmpd and etherip, vether, bridge interfaces. On each VPN server (Host A and B), I've got PF running on the external interface (em2). Both hosts run OpenBSD 6.0 stable amd64. Host A is my main server and

Re: jme0: watchdog timeout

2017-02-10 Thread Comète
9 février 2017 18:40 "Daniel Bolgheroni" <dan...@bolgh.eng.br> a écrit: > On Wed, Feb 08, 2017 at 10:04:04AM +, Comète wrote: > >> Hi, >> >> I use OpenBSD 6.0 amd64 (stable) on a Shuttle XS35v2. I've installed >> "ushare" but same pro

jme0: watchdog timeout

2017-02-08 Thread Comète
Hi, I use OpenBSD 6.0 amd64 (stable) on a Shuttle XS35v2. I've installed "ushare" but same problem with "minidlna" and I don't think the problem comes from these apps... When I try to read a big file (ex.: a 1Go video) from my DLNA player, nothing starts playing and the jme driver on the Shuttle

strange behaviour with route-to, default route, and ping -I

2016-11-21 Thread Comète
Hello, I use route-to in my pf.conf to route packets from my LAN through 4 non-equal WAN links (multipath routing is disabled). It works nicely, but if I try to send pings from the firewall itself through a specific WAN interface with ping -I or traceroute -s commands, it's always the default

Re: OSPFD over IPSEC

2016-11-15 Thread Comète
14 novembre 2016 22:50 "Remi Locherer" <remi.loche...@relo.ch> a écrit: > On Mon, Nov 14, 2016 at 04:50:21PM +, Comète wrote: > >> 14 novembre 2016 14:50 "Remi Locherer" <remi.loche...@relo.ch> a écrit: >> On >> 2016-11-14 12:48,

Re: OSPFD over IPSEC

2016-11-14 Thread Comète
14 novembre 2016 22:50 "Remi Locherer" <remi.loche...@relo.ch> a écrit: > On Mon, Nov 14, 2016 at 04:50:21PM +, Comète wrote: > >> 14 novembre 2016 14:50 "Remi Locherer" <remi.loche...@relo.ch> a écrit: >> On >> 2016-11-14 12:48,

Re: OSPFD over IPSEC

2016-11-14 Thread Comète
14 novembre 2016 14:50 "Remi Locherer" <remi.loche...@relo.ch> a écrit: > On 2016-11-14 12:48, Comète wrote: > >> Hi, >> I'm trying to run OSPFD over IPSEC with OpenBSD 6.0 stable, so I first >> start looking at > http://undeadly.org/cgi?action=article=

Re: OSPFD over IPSEC

2016-11-14 Thread Comète
14 novembre 2016 14:50 "Remi Locherer" <remi.loche...@relo.ch> a écrit: > On 2016-11-14 12:48, Comète wrote: > >> Hi, >> I'm trying to run OSPFD over IPSEC with OpenBSD 6.0 stable, so I first >> start looking at > http://undeadly.org/cgi?action=article=

OSPFD over IPSEC

2016-11-14 Thread Comète
Hi, I'm trying to run OSPFD over IPSEC with OpenBSD 6.0 stable, so I first start looking at http://undeadly.org/cgi?action=article=20131105075303 Now that etherip has it's own interface in 6.0, I tried to replace gif with etherip like this: On one host: -=>> cat

Re: low bandwidth results with IPSEC enabled between two PC Engines APU2C2

2016-11-10 Thread Comète
10 novembre 2016 12:50 "Stefan Sperling" a écrit: > Yes, that is worth trying as a workaround if you don't have > clients that require IKEv2. If you control both ends of the > tunnel then there's absolutely no reason not to try IKEv1. > > I have never seen such a problem with

Re: low bandwidth results with IPSEC enabled between two PC Engines APU2C2

2016-11-10 Thread Comète
10 novembre 2016 11:00 "Stefan Sperling" <s...@stsp.name> a écrit: > On Thu, Nov 10, 2016 at 09:00:07AM +, Comète wrote: > >> Oh, should I understand that IKEv2 is unusable on production ? > > This question is counter-productive because it demot

Re: low bandwidth results with IPSEC enabled between two PC Engines APU2C2

2016-11-10 Thread Comète
9 novembre 2016 16:40 "Stuart Henderson" a écrit: > On 2016-11-09, =?utf-8?B?Q29tw6h0ZQ==?= wrote: > >> Hi, >> >> I've made some bandwidth tests (on 6.0 stable - amd64) between two APU2C >> boxes connected with an Ethernet cable and an IPSEC VPN using

Re: low bandwidth results with IPSEC enabled between two PC Engines APU2C2

2016-11-10 Thread Comète
9 novembre 2016 16:40 "Christian Weisgerber" <na...@mips.inka.de> a écrit: > On 2016-11-09, "Comète" <com...@daknet.org> wrote: > >> I've made some bandwidth tests (on 6.0 stable - amd64) between two APU2C >> boxes connected with an Ethernet cable

low bandwidth results with IPSEC enabled between two PC Engines APU2C2

2016-11-09 Thread Comète
Hi, I've made some bandwidth tests (on 6.0 stable - amd64) between two APU2C boxes connected with an Ethernet cable and an IPSEC VPN using IKEDv2. I get a maximum bandwidth of 66 Avg Mbps when IPSEC is enable which is, I think, very low for an AES-NI enabled processor. And about 30 seconds after

Re: httpd (+ relayd ?) URL redirection, anyone?

2016-07-26 Thread Comète
26 juillet 2016 12:20 "Miles Keaton" a écrit: > Sorry to bother the list with this, but still stumped after two days. > > Trying to switch from nginx to httpd, but there's just one thing left: > > Having the webserver pass some URLs to another port: > > # working nginx

rsync mirror for firmware.openbsd.org

2016-02-25 Thread Comète
Hi, i would like to make an internal mirror but didn't find any rsync url to mirror firmware.openbsd.org, is there any ? Thanks. Morgan

Re: OpenBSD 5.8 on VMware 5.5

2015-12-02 Thread Comète
2 décembre 2015 13:00 "Felipe Gomes" a écrit: > I just wanted to thank everyone for their feedback. Thanks a lot! > > You guys are amazing. > > Best regards, > Felipe Gomes > > On Wed, Dec 2, 2015 at 4:03 AM, Bruno Flueckiger wrote: > >> On 01.12.2015

Re: Intel I211 NIC not working on Shuttle DS57U with latest snapshot

2015-05-12 Thread Comète
12 mai 2015 05:20 Jonathan Gray j...@jsg.id.au a écrit: On Mon, May 11, 2015 at 10:24:27PM +, Comète wrote: 27 mars 2015 11:30 Brad Smith b...@comstyle.com a écrit: On 03/27/15 06:19, Comète wrote: Hi, i've just installed the latest snapshot on this new fanless little machine

Re: Intel I211 NIC not working on Shuttle DS57U with latest snapshot

2015-05-11 Thread Comète
27 mars 2015 11:30 Brad Smith b...@comstyle.com a écrit: On 03/27/15 06:19, Comète wrote: Hi, i've just installed the latest snapshot on this new fanless little machine with 2 NICs (one I218-LM and another with I211 chipset) and the I211 is not detected, dmesg returning: EEPROM Checksum

Re: tls with relayd (on 5.7) and key without password

2015-05-03 Thread Comète
That works ! Thanks a lot ! 3 mai 2015 20:50 mxb a écrit:   Try to create symlink in /etc/ssl/private. ln -s mydomain.org (http://mydomain.org).key 1.2.3.4.key, where “1.2.3.4” is your address in $ext_addr.   //mxb     On 3 maj 2015, at 13:04, Comète wrote:  Hi, my tls key

tls with relayd (on 5.7) and key without password

2015-05-03 Thread Comète
Hi, my tls key has no password and i already use it for other stuff, so i try to enable TLS with relayd like this: http protocol http_tls { tls tlsv1 tls ca key /etc/ssl/private/mydomain.org.key password tls ca cert /etc/ssl/mydomain.org.crt } relay transptls { listen on

Intel I211 NIC not working on Shuttle DS57U with latest snapshot

2015-03-27 Thread Comète
Hi, i've just installed the latest snapshot on this new fanless little machine with 2 NICs (one I218-LM and another with I211 chipset) and the I211 is not detected, dmesg returning: EEPROM Checksum is not valid. I've looked at man em and saw I211 was supported. Any idea ? Thank you. Morgan

em0 watchdog timeout on Thinkpad T440 laptop

2015-01-29 Thread Comète
Hi, I use OpenBSD 5.6 GENERIC.MP (amd64) on a Thinkpad T440. I often use the suspend state and i've noticed that after each suspend, in the next 5 minutes after resuming, my network interface (em0) looses connection during about 1 or 2 minutes and then reconnect and so on, many times... As you

Re: em0 watchdog timeout on Thinkpad T440 laptop

2015-01-29 Thread Comète
29 janvier 2015 14:30 Jonathan Gray j...@jsg.id.au a écrit: On Thu, Jan 29, 2015 at 12:54:34PM +, Comète wrote: Hi, I use OpenBSD 5.6 GENERIC.MP (amd64) on a Thinkpad T440. I often use the suspend state and i've noticed that after each suspend, in the next 5 minutes after resuming

Re: pkg_add update checker?

2014-11-21 Thread Comète
21 novembre 2014 23:00 John Merriam j...@johnmerriam.net a écrit: Hello. I am trying to write a script to check for updates to the binary packages by checking the output of pkg_add then sending an e-mail if something is found. My very simple script is this: #!/bin/ksh NEWPKGS=`pkg_add

Re: poor network performance after wake from suspend

2014-10-22 Thread Comète
22 octobre 2014 09:30 Mike Larkin mlar...@azathoth.net a écrit: On Fri, Sep 26, 2014 at 11:46:04AM +0400, Кирилл wrote: Hello. After apm -z and wake by wol (re0) sometimes machine becomes very slow on network operations (even ssh!) Help, please. Here is dmesg and ifconfig: ... snip ...

Re: poor network performance after wake from suspend

2014-10-22 Thread Comète
22 octobre 2014 10:40 Peter Hessler phess...@theapt.org a écrit: On 2014 Oct 22 (Wed) at 08:31:29 + (+), Com??te wrote: :22 octobre 2014 09:30 Mike Larkin mlar...@azathoth.net a ??crit: : On Fri, Sep 26, 2014 at 11:46:04AM +0400, wrote: : : Hello. : After apm -z and

strange behaviour with pkg_add -z

2014-03-06 Thread Comète
Hi, i need to script some packages install, so i tried to use pkg_add -z option like this: pkg_add -vzI python-idle-2 python-idle-2.7.5p0: ok --- +python-idle-2.7.5p0 --- If you want to use this package as your default system idle, as root create symbolic links like so

Re: OpenBSD 5.4 under ProxmoxVE 3.1 / KVM 1.4: problems so far

2013-12-29 Thread Comète
Yes, i confirm that i have this problem too with vio network drivers with proxmox VE 2.x and OpenBSD 5.3 and 5.4. Nics stop receiving and transmitting. I also switched back to em driver. Morgan Le 29/12/2013 20:55, Adam Thompson a écrit : Just an FYI at this time for anyone else searching

OpenBSD server for diskless thinclients

2013-11-29 Thread Comète
Hi, after reading these articles about Mtier experience (http://www.undeadly.org/cgi?action=articlesid=20110420080633 and http://undeadly.org/cgi?action=articlesid=20121026064602), i'm trying to set up a server to allow any client (diskless or not) on my network to be used as a thinclient

Re: Kernel panic with jme driver

2013-11-11 Thread Comète
Hi, In March, i reported this bug on jme driver and hopefully Brad Smith answered with the following patch which work nicely, many thanks to him ! Now two releases later, this patch is still not included. I sent him 2 or 3 mails to ask why but didn't get any answer. Do you know any particular

Re: Kernel panic with jme driver

2013-11-11 Thread Comète
; } + enq++; #if NBPFILTER 0 Le 11/11/2013 18:22, Comète a écrit : Hi, In March, i reported this bug on jme driver and hopefully Brad Smith answered with the following patch which work nicely, many thanks to him ! Now two releases later, this patch is still not included

Re: nvidia driver what do you recommend

2013-11-02 Thread Comète
Hello, I've tried vesa too and it works but it is limited to 1024x768... if you have any tips to allow 1440x900 with vesa, i take it... Thanks Morgan Le 02/11/2013 16:10, Gilles Cafedjian a écrit : Hello, Indeed, switching to vesa driver in xorg.conf removed all the windows lags. I don't

Re: OpenBSD maintenance compared to FreeBSD

2013-10-30 Thread Comète
Take a look at this page too (https://stable.mtier.org/). This is a great help to follow stable without compiling. I use it with all my servers. Morgan Le 30/10/2013 03:44, David Noel a écrit : I started playing around with FreeBSD back in the 2.2.7 days. I'd describe myself as a casual

Re: Notifies on CARP failover

2013-10-24 Thread Comète
I use ifstated for that. This is my config file: init-state auto carp_up = carp3.link.up carp10.link.up carp101.link.up carp100.link.up carp254.link.up carp2.link.up carp7.link.up carp4.link.up carp_down = carp3.link.down carp10.link.down carp101.link.down carp100.link.down

Re: open bsd router

2013-10-04 Thread Comète
Yes, we use a lot of ALIX 2D13 as routers on many sites since 2 or 3 years (nearly 20 ALIX boxes now). It works like a charm with a good compact flash card, no problem at all ! And i've recently discovered they even included a watchdog ;) Morgan Le 04/10/2013 23:45, Loïc BLOT a écrit :

Re: font weight changing

2013-03-29 Thread Comète
Le 29/03/2013 07:40, Ted Unangst a écrit : In the latest snapshots, I've noticed something a little strange. In both firefox and chrome, every once in a while a line of text will be a little darker than usual. Like all the gray pixels that make up the smooth antialiased edges are black. It

Re: Kernel panic with jme driver

2013-03-25 Thread Comète
Le 25/03/2013 05:59, Brad Smith a écrit : On Sun, Mar 24, 2013 at 03:46:38PM +0100, Com??te wrote: Hello, i own a Shuttle XS35v2 and actually run OpenBSD 5.2 amd64 (SMP) on it. I run OpenBSD on this hardware since 4.9 and i always encountered the following problem, sorry for the late report it

Kernel panic with jme driver

2013-03-24 Thread Comète
Hello, i own a Shuttle XS35v2 and actually run OpenBSD 5.2 amd64 (SMP) on it. I run OpenBSD on this hardware since 4.9 and i always encountered the following problem, sorry for the late report it took me some time to identify it: The NIC uses the jme driver which run in a kernel panic each

Re: serial over USB

2013-01-02 Thread Comète
Hi, Is anybody using an USB-to-serial connection to an ALIX? Yes i am. We have many Alix 2D13 boards that we use as routers running OpenBSD 5.2 on many sites. I use a USB-to-serial cable to configure them without problem but i've never used anything else than screen or minicom. You could

Re: spamd-setup in crontab

2011-11-15 Thread Comète
Thanks for the tips but does anyone know where this problem come from ? Le 14/11/2011 10:13, Manuel Giraud a C)crit : Hi, I've just set up a mail server with 5.0. I have put spamd in front (in default greylisting mode). It works great following the man pages but when I activate the

Re: spamd-setup in crontab

2011-11-14 Thread Comète
Same error message since one week on an old 4.6 install. But i didn't find the origin yet... Le 14/11/2011 10:13, Manuel Giraud a C)crit : Hi, I've just set up a mail server with 5.0. I have put spamd in front (in default greylisting mode). It works great following the man pages but when I

dhcrelay and rc.d in OpenBSD 5.0

2011-11-09 Thread Comète
Hi, In 4.9, i used to start dhcrelay using /etc/rc.local like this: /usr/sbin/dhcrelay -i vlan2 10.0.45.11 /usr/sbin/dhcrelay -i vlan5 10.0.45.11 /usr/sbin/dhcrelay -i vlan7 10.0.45.11 /usr/sbin/dhcrelay -i vlan100 10.11.1.8 10.22.1.8 /usr/sbin/dhcrelay -i vlan101 10.11.1.8 10.22.1.8 but now

Re: dhcrelay and rc.d in OpenBSD 5.0

2011-11-09 Thread Comète
On Wed, Nov 09, 2011 at 05:36:54PM +0100, Comhte wrote: Hi, In 4.9, i used to start dhcrelay using /etc/rc.local like this: /usr/sbin/dhcrelay -i vlan2 10.0.45.11 /usr/sbin/dhcrelay -i vlan5 10.0.45.11 /usr/sbin/dhcrelay -i vlan7 10.0.45.11 /usr/sbin/dhcrelay -i vlan100 10.11.1.8 10.22.1.8

Re: Control of OpenBSD through a web interface

2011-06-15 Thread Comète
Without the need of a web interface, if your goal is to automate some boring tasks, you can have a look at Fabric (http://fabfile.org). I use it with a lot of servers everyday and it's very easy to script whatever you want. Morgan Le 15/06/2011 20:36, Jean-Frangois SIMON a icrit : Hi, I

Re: Problems with 4.5 as a KVM guest

2009-07-05 Thread Comète
same problem for me too. Michiel van Baak a icrit : On 10:36, Sun 05 Jul 09, stan wrote: I am trying to get OpenBSD 4.5 working as a guest OS using KVM on Linux. I have been able to get 4.4 to install and run fine, but 4.5 never gives me a login prompt. The last message I see is about setting

Re: random crashes on a firewall with OpenBSD 4.5-stable

2009-06-26 Thread Comète
Well i have tested the RAM with memtest, no error. maybe another idea ? Thanks Daniel Gracia Garallar a C)crit : Oh and maybe bad RAM; I've hit some nasty errors with these faulty DIMMs... :/ ComC(te escribiC3: Hi, we are using the last OpenBSD 4.5-stable release on an old Compaq

random crashes on a firewall with OpenBSD 4.5-stable

2009-06-25 Thread Comète
Hi, we are using the last OpenBSD 4.5-stable release on an old Compaq Proliant ML350 as a firewall with spamd. But we encounter randomly some system crashes (once a week or two weeks). The system always displays the same message: uvm_fault (0xd080d9e00x0,0,1) - e kernel: page fault trap,

Problem with binat and ftp-proxy

2008-09-30 Thread Comète
Hi, i run an OpenBSD 4.3 firewall with 3 network interfaces : 1 LAN, 1 WAN and 1 DMZ I use ftp-proxy to allow ftp client connexions from my LAN and it works well. On my DMZ, i have multiple servers (web,dns,smtp,etc...) and they have all one different public IP. So, i use binat rules to nat them

Re: Problem with binat and ftp-proxy

2008-09-30 Thread Comète
Indeed, this doesn't work either. I think i will try what Stuart proposed whereas i don't really see how to do... thanks Calomel a icrit : See if this works for you. Using the ftp proxy with binat probably will not work. Lets say 100.20.30.40 is the external ip. # cat /etc/rc.local

Re: Problem with binat and ftp-proxy

2008-09-30 Thread Comète
This was a good advice Stuart ! Thanks ! I used a pair of nat and rdr rule to replace my binat rule and it works as expected ! thanks again guys. Stuart Henderson a icrit : On 2008-09-30, Comhte [EMAIL PROTECTED] wrote: I use ftp-proxy to allow ftp client connexions from my LAN and it works

Re: security fixes for packages

2008-05-14 Thread Comète
uh uh ! Don't be so nervous guy ! I just would like to know the reason why these fixes weren't provided. I can understand now as you tell me (so gently...) that there isn't enough people to work on it. Ok i know the time such projects can take and it would have been easier to tell things like

Re: security fixes for packages

2008-05-14 Thread Comète
So i make a proposal to avoid clueless guy like me to ask this question which seems to cause so many troubles: What do you think about posting a message on this page: http://www.openbsd.org/pkg-stable.html which could say in a better english as mine :) : OpenBSD -stable packages are not

Re: security fixes for packages

2008-05-13 Thread Comète
Ok, so does it mean that -stable or -release are useless ??? and people buy useless CDs every 6 monthes ? I can't believe it. I really don't understand why these fixes are not provided anymore. i don't want to go back to Debian... ;) Stijn a icrit : Check the archives. This question has been

Re: About Squid port for OpenBSD 4.2

2008-03-30 Thread Comète
Thanks but that doesn't help me, could you explain please ? Alexander Schrijver a icrit : openldap includes are installed in /usr/local/include/ and libraries in /usr/local/lib/.

About Squid port for OpenBSD 4.2

2008-03-29 Thread Comète
Hi, i'm trying to recompile SQUID 2.6-STABLE13 port for OpenBSD 4.2 with LDAP auth helpers and ldap_group helpers support and get errors during the compilation. This is what i modified in the Makefile: ... CONFIGURE_ARGS+=--datadir=${PREFIX}/share/squid \ --enable-auth=basic

ACLs in CUPS with users/groups in a LDAP directory

2008-01-29 Thread Comète
Hi, i would like to use the ACLs in CUPS to give access to users and groups from a LDAP directory. I already did this on a linux machine with pam-ldap and nss-ldap, but on OpenBSD, pam and nss are not supported. So i wonder if it was possible to do this another way ? thanks Comete