Usb tethering

2024-04-26 Thread Pascal
GM/GA Would like connect to internet with usb tethering on openbsd 7.4  and Phone SM-A426B. After: # ifconfig urndis0 up autoconf I can't : fw_update & syspatch Failed timeout Any idea please? -- Pascal

Re: Usb tethering

2024-04-26 Thread Pascal
https://qsl.net/fr5dh/route.jpg https://qsl.net/fr5dh/ifconfig.jpg Sorry for the format... 26 avr. 2024 15:37:36 Zé Loff : > On Fri, Apr 26, 2024 at 03:19:58PM +0400, Pascal wrote: >> GM/GA >> >> Would like connect to internet with usb tethering on openbsd 7.4  a

Re: Usb tethering

2024-04-26 Thread Pascal
Internet on phone is ok with -70dBm 4G No results when ping to google.com No pf here 26 avr. 2024 19:25:32 Zé Loff : > On Fri, Apr 26, 2024 at 06:53:33PM +0400, Pascal wrote: >> https://qsl.net/fr5dh/route.jpg >> https://qsl.net/fr5dh/ifconfig.jpg >> >> Sorry for

Re: My NIC go to sleep?

2005-05-26 Thread pascal
ou My problem is now resolved. It was the APM of my bios which was turning off my Network Card. I've disabled it in the BIOS configuration tool , and my NIC works well now. I didn't know the command "config -e", I will test it, and see if I have the same result. I thinks, it's a good way for me to understand how the system works (I'm new in OpenBSD). Pascal S.

Re: OpenBSD has bad security

2006-03-06 Thread Pascal
Bryan Irvine schrieb: > For a laugh go here. > > http://wideopenbsd.org/ > > I dunno what his deal is, all I can say is that I've run OBSD since > 2.5, and not one of them has been rooted. Compare that with various > Linuxes I've run that have been rooted/defaced/turned into > zombies/warez/movi

Re: lockups, crashes on a Compaq Presario 5304 (Kernel PANIC, should I report?)

2005-09-12 Thread Pascal
While fooling around with /dev/lpt0, I am able to make the GENERIC 3.7 kernel go into panic mode. Should I fill-in a report or is this a known and accepted behavior (lpt0 is connected to a hp laserjet 1100 which seem to dislike interrupt mode of operation)? Pascal On Sat, 10 Sep 2005 06:56:51

changelog 3.7 -> 3.8 is out of date?

2005-09-14 Thread Pascal
rently, is the cited phrase true or false? Pascal

Re: BIOS/CMOS "Plug and Play OS"

2005-09-18 Thread Pascal
verything. Modern versions of Microsoft Windows expect to handle hardware setup. OpenBSD takes advantage of the BIOS' ability to configure the hardware itself. Many PCI devices will work poorly if you do not set this option!" Pascal Chris Smith wrote: On Sunday 18 September 2005

My NIC go to sleep?

2005-05-25 Thread pascal
#x27;ve verified with tcpdump, when my NIC is sleeping, it don't view anything. Thanks for your help... Excuse me for my bad english PS: My NIC works well with Linux. Pascal S. OpenBSD 3.7 (GENERIC) #50: Sun Mar 20 00:01:57 MST 2005 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/co

relayd tls inspection not working: cannot load certificates

2020-04-27 Thread Pascal Guitierrez
Hi misc@ I am using the example for the TLS inspection from the relayd.conf(5) man page: # openssl req -x509 -days 365 -newkey rsa:2048 \ -keyout /etc/ssl/private/ca.key -out /etc/ssl/ca.crt I set the PEM password to "password123" then have the following relayd.con

Re: relayd tls inspection not working: cannot load certificates

2020-04-27 Thread Pascal Guitierrez
/127.0.0.1.crt On Tue, Apr 28, 2020 at 2:36 PM Pascal Guitierrez < pascal.guitier...@gmail.com> wrote: > Hi misc@ > > I am using the example for the TLS inspection from the relayd.conf(5) man > page: > ># openssl req -x509 -days 365 -newkey rsa:2048 \ >

relayd closing sessions prematurely

2019-09-17 Thread Pascal Guitierrez
I seem to be having the same issue as this post: https://marc.info/?l=openbsd-misc&m=156080861431000&w=2 however even with the suggestion of disabling socket splicing i'm still hitting the same problem, which seems to be an hard timeout where the relayd session is killed and then subsequently the

Re: relayd closing sessions prematurely

2019-09-17 Thread Pascal Guitierrez
> > > at a guess what is your limit states set to in pf.conf > > perhaps you are running out of session states in pf.conf ? > > check what is your current states when you see the issue vs what is > set in your pf.conf / defaults > > the defaults are set quite low (in my humble opinion) > Hope this

Re: Advices for a new laptop

2015-10-29 Thread Pascal Stumpf
On Thu, 29 Oct 2015 18:47:43 +0100, Domovoy wrote: > Thanks for the advices everyone. > That would tend to send me toward a x220 then (even if i'm usually > reluctant to buy second hand laptops). > > Only question remaining: would it allow me to make a comfortable use of > FreeCad/blender? (noth

subscribe

2021-01-12 Thread Pascal Huisman

Re: pf firewall bridge0 vether0 blocks DHCP for bridge interfaces connected to Windows

2021-03-10 Thread Pascal Huisman
Dear David, I encountered the same problem. Somehow the em? interfaces are behind egress after bridging. Just add a rule to udp 67, 68. -- Met vriendelijke groet, Pascal Huisman Two can Live as Cheaply as One for Half as Long. -- Howard Kandel

Re: pf firewall bridge0 vether0 blocks DHCP for bridge interfaces connected to Windows

2021-03-11 Thread Pascal Huisman
opensmtpd, dovecat, rspamd. Geoip blocking and blocklists. Encrypted disc, encrypted emailstorage. GPG EtoE and GPG mailbox encryption. Next I need to host my shared agenda from Google and store automatic backups of phone pictures so I can closedown my Googleaccount. -- Met vriendelijke groet, Pasca

Subadressing sieve

2021-03-12 Thread Pascal Huisman
(subscribed as "ken+mta-filters"). if envelope :detail "to" "mta-filters" { fileinto "inbox.ietf-mta-filters"; } I have: # Catch the encrypted sent BCC message if envelope :detail "to" "sent" { #

Re: Subadressing sieve

2021-03-14 Thread Pascal Huisman
names where the same just as the passwords. In auth-system.conf.ext I commented out # driver = bsdauth With the rights virtuals added the aliasses worked. In 15-lda.conf I needed to uncomment recipient_delimiter = + No problems yet with extensions. -- Met vriendelijke groet, Pascal Huisman

mkdir

2023-11-23 Thread Pascal Deveaux
simple command to create a directories return: $ mkdir test ksh: mkdir: not found I don't understand... OpenBSD 7.4 - fresh install Pascal

Re: mkdir

2023-11-23 Thread Pascal Deveaux
all files are present in /bin/ mkdir. Oddly enough after several attempts I was able to create the directory Cdt, Pascal DEVEAUX From: Zé Loff Sent: Thursday, November 23, 2023 4:57:32 PM To: Pascal Deveaux Cc: misc@openbsd.org Subject: Re: mkdir On Thu, Nov

Re : mkdir

2023-11-28 Thread Pascal Deveaux
Interesting... because I was testing accents on my French keyboard. De : Crystal Kolipe Envoyé : dimanche 26 novembre 2023 22:54 À : Pascal Deveaux Cc : Zé Loff ; misc@openbsd.org Objet : Re: mkdir On Thu, Nov 23, 2023 at 05:14:42PM +, Pascal Deveaux wrote

Re: obfs4proxy-0.0.14 in packages for 7.2 (amd64)?

2022-11-29 Thread Pascal Stumpf
On Tue, 29 Nov 2022 12:31:23 +0100, Raimo Niskanen wrote: > On Tue, Nov 22, 2022 at 08:31:30AM +, Stuart Henderson wrote: > > On 2022-11-22, Raimo Niskanen wrote: > > > Hello > > > > > > I note the updated package in snapshots/packages, and wonder > > > if the "fixes of important obfusction bu

Recent changes in the FAQ.

2023-03-03 Thread Pascal Deveaux
I want to install OpenBSD with full disk encryption. Why these recent changes in the FAQ in the section "Full Disk Encryption": -old- "if you use GPT for UEFI booting, do: # fdisk -iy -g -b 960 sd0" -new- "if you use GPT for UEFI booting, do: # fdisk -gy -b 532480 sd0" Pascal

Re: Recent changes in the FAQ.

2023-03-03 Thread Pascal Deveaux
Thank you 73 de Pascal

Re: DVD Video Ripping Tools

2013-07-13 Thread Pascal Stumpf
On Sat, 13 Jul 2013 11:06:58 +0100, James Griffin wrote: > Hi > > I want to rip some DVD's to my hard disk for viewing later. I've searched and > found some old threads going back a few years which have some good > suggestions and examples. As some of this stuff is a bit dated, can anyone > rec

Re: Default software in the base

2013-07-29 Thread Pascal Stumpf
On Mon, 29 Jul 2013 11:57:42 -0700, Chris Cappuccio wrote: > h...@riseup.net [h...@riseup.net] wrote: > > > > On the other hand XTerm is an old code and memory hog that relies on X > > toolkit and supports features you'll find nowhere thus will never need > > (like Tektronix). > > > > Xenocara i

Re: Hard Freeze with Snapshots After Aug 19 on ThinkPad X1 Carbon

2013-09-02 Thread Pascal Stumpf
On Mon, 2 Sep 2013 12:13:22 +0200, Stefan Sperling wrote: > On Sun, Sep 01, 2013 at 12:52:32PM -0700, Bryan Vyhmeister wrote: > > Yes, I have a Synaptics touchpad and the freeze has only happened under > > X as far as I know but I am pretty much always running X. Thank you. > > > pckbc0: using irq

relayctl host disable doesn't loop through all hosts

2009-03-31 Thread Pascal Lalonde
10.0.1.104 100.00% up 8 host10.0.1.105 100.00% up 9 host10.0.1.106 100.00% up Thanks in advance! -- Pascal

Re: PHP & mini_sendmail problems

2013-03-14 Thread Pascal Stumpf
On Thu, 14 Mar 2013 20:12:52 +0100, Stefan Sperling wrote: > On Thu, Mar 14, 2013 at 06:51:54PM +, Alexey E. Suslikov wrote: > > John Tate johntate.org> writes: > > > > > > > > I've been trying to get PHP to be able to email from a chrooted apache > > > server. Running without chroot is not

Re: OpenBSD 5.5 on mSATA SSD unit in PC Engines APU.1C - "bad dir ino 2 at offset 0: mangled entry" kernel panic

2014-06-20 Thread Pascal Stumpf
On Fri, 20 Jun 2014 11:14:31 +0100, =?iso-8859-1?Q?Z=E9?= Loff wrote: > On Fri, Jun 20, 2014 at 11:40:02AM +0200, Roger Wiklund wrote: > > No problems so far with Intel mSATA 525 30GB. > > > > On a side note I'm a bit worried about the CPU temperate, almost 70 > > degrees C during normal load. >

Re: smtpd outgoing mail configuration

2024-05-16 Thread Pascal Deveaux
; I found this page, but it's out of date I think. >> https://romanzolotarev.com/openbsd/smtpd-forward.html >> >> Tks >> Pascal > > man smtpd.conf, first exmaple > >     -Otto -- Pascal

Re: relayd - Hosts flapping unexpectedly

2009-05-28 Thread Pascal Lalonde
e CVS source for relayd, commented out the SO_REUSEPORT option, recompiled and restarted it. Strangely, now the up/down's are gone. I would expect SO_REUSEPORT to prevent EADDRINUSE errors, so I'm a bit puzzled... Could anyone help shed light on this? Thanks, -- Pascal

state key linking mismatch w/GRE, since 4.5

2009-06-11 Thread Pascal Lalonde
e ruleset being a bit lengthy, I left it out, but can send it on demand. Is there need to worry about those errors? Thanks, -- Pascal

Re: state key linking mismatch w/GRE, since 4.5

2009-06-12 Thread Pascal Lalonde
On Fri, Jun 12, 2009 at 05:56:43AM +0200, Henning Brauer wrote: > * Pascal Lalonde [2009-06-12 00:28]: > > Jun 11 18:08:19 celeborn /bsd: pf: state key linking mismatch! dir=OUT, > > if=bge0, stored af=2, a0: 10.136.192.199:30285, a1: 10.216.8.1:22, > > proto=6, found af=2

Weighted round robin

2009-06-14 Thread Pascal Lalonde
're planning to resort on a scripted solution to generate a ruleset based on our own host checks (using rdr lists, anchors, etc.) . But before taking this path, I was wondering if people on misc@ had found clever ways of achieving the same result without too much scripting. Thanks in advance, -- Pascal

Re: state key linking mismatch w/GRE, since 4.5

2009-06-30 Thread Pascal Lalonde
On Fri, Jun 12, 2009 at 05:56:43AM +0200, Henning Brauer wrote: > * Pascal Lalonde [2009-06-12 00:28]: > > Jun 11 18:08:19 celeborn /bsd: pf: state key linking mismatch! dir=OUT, > > if=bge0, stored af=2, a0: 10.136.192.199:30285, a1: 10.216.8.1:22, > > proto=6, found af=2

spello and grammatical mistake in fortune

2011-12-02 Thread Pascal Stumpf
Even a generalising relative clause takes the indicative in Latin. Romanes eunt domus! ok? Index: fortunes === RCS file: /cvs/src/games/fortune/datfiles/fortunes,v retrieving revision 1.41 diff -u -p -r1.41 fortunes --- fortunes

Re: spello and grammatical mistake in fortune

2011-12-02 Thread Pascal Stumpf
On Fri, 2 Dec 2011 08:08:53 -0600, Carson Chittom wrote: > On Fri, Dec 2, 2011 at 4:53 AM, Pascal Stumpf wrot= > e: > > > Even a generalising relative clause takes the indicative in Latin. > > > > Romanes eunt domus! > > > > ok? > > > > Index: f

Re: vnconfig: /dev/rsvnd0c: Device not configured

2012-01-15 Thread Pascal Stumpf
On Sun, 15 Jan 2012 19:33:33 +0100, "marc" wrote: > Hi everybody, > > I wonder if anybody knows a solution for this: > > I had an encrypted partition working wonderfully in my system. > > my /etc/fstab is: > /dev/sdXX /dev/svnd0c vnd rw,noauto,-k 0 0 > /dev/svnd0c /mnt/ZZ ffs rw,noauto,nodev 0 0

Re: amd64-current GENERIC.MP kernel doesn't boot on ThinkPad SL510

2011-07-24 Thread Pascal Stumpf
On Sun, Jul 24, 2011 at 07:53:00PM +0300, Oleksii Zhmyrov wrote: > Hi, misc@ > > I have discovered that amd64-current SMP kernel doesn't boot on > Lenovo Thinkpad SL510. The boot process stops after string: > > mtrr: Pentium Pro MTRR support > > and laptop becomes unresponsive. GENERIC kernel bo

Re: ext42fs support?

2011-08-22 Thread Pascal Stumpf
On Mon, Aug 22, 2011 at 08:29:47AM +0200, Christian Barthel wrote: > I am not quite sure (not an ext4 user) but you can mount ext4 the same > way, you mount ext3 or ext2. > > mount -t ext2fs > > Maybe, it's dangerous and should be avoided (ext4 is a journaling > filesystem, ext2 not!). So, be

faq8.html

2011-08-28 Thread Pascal Stumpf
FAQ 8.3 needs some updating. Index: faq8.html === RCS file: /cvs/www/faq/faq8.html,v retrieving revision 1.231 diff -u -r1.231 faq8.html --- faq8.html 11 Aug 2011 10:27:03 - 1.231 +++ faq8.html 28 Aug 2011 20:24:27 -000

Re: ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-15 Thread Pascal Stumpf
On Thu, Sep 15, 2011 at 12:06:14PM +, Thorsten Glaser wrote: > Abel Abraham Camarillo Ojeda verlet.org> writes: > > > Some of our shell scripts that work with dates and do something like: > > > > month=`date +%m` > > something && month=$((month-1)) > > month=10#$(date +%m) Is that a mkshis

Re: ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-15 Thread Pascal Stumpf
On Thu, Sep 15, 2011 at 04:24:37PM -0500, Abel Abraham Camarillo Ojeda wrote: > Yep, I did that in some scripts, just > don't know how portable it is... I haven't come across a single ksh that doesn't support that. Even the old ksh88 on AIX 4.3.3 at my university has it.

Re: ksh: bad number (with leading zeroes) should not work for 0 - 7

2011-09-15 Thread Pascal Stumpf
On Thu, Sep 15, 2011 at 09:58:13PM +, Thorsten Glaser wrote: > >> typeset -Z2 month > > That can break as soon as month is made an integer someplace down. And that's very likely to happen ... > Padding is meant for output, not input. You don't know if $month is input or output. > tg@stink

lpd printing problem

2011-10-12 Thread Pascal Stumpf
29820 0.0 0.0 328 912 ?? Is 3:09PM0:00.01 lpd -s pascal8535 0.0 0.0 224 388 p3 R+/0 3:59PM0:00.00 grep lpd ls -l /var/spool/output/lexmark: -rw-rw---x 1 daemon daemon 4 Oct 12 15:10 .seq -rw-rw 1 daemon daemon114 Oct 12 15:09 cfA004aias.local.cubes.de

Re: lpd printing problem

2011-10-12 Thread Pascal Stumpf
On Wed, 12 Oct 2011 17:25:06 +0200, Otto Moerbeek wrote: > On Wed, Oct 12, 2011 at 04:03:57PM +0200, Pascal Stumpf wrote: > > > I have two printers on the local network (laser and lexmark) and I want > > to use lpd(8) to print on them. It seems to me that lpd is having some

Re: lpd printing problem

2011-10-14 Thread Pascal Stumpf
On Fri, 14 Oct 2011 10:24:05 +0200, Otto Moerbeek wrote: > On Wed, Oct 12, 2011 at 05:39:48PM +0200, Pascal Stumpf wrote: > > > On Wed, 12 Oct 2011 17:25:06 +0200, Otto Moerbeek wrote: > > > On Wed, Oct 12, 2011 at 04:03:57PM +0200, Pascal Stumpf wrote: > > > >

Re: lpd printing problem

2011-10-14 Thread Pascal Stumpf
On Fri, 14 Oct 2011 11:37:29 +0200, Otto Moerbeek wrote: > On Fri, Oct 14, 2011 at 11:28:22AM +0200, Pascal Stumpf wrote: > > > On Fri, 14 Oct 2011 10:24:05 +0200, Otto Moerbeek wrote: > > > On Wed, Oct 12, 2011 at 05:39:48PM +0200, Pascal Stumpf wrote: > > > > &

Re: systat colors?

2011-11-10 Thread Pascal Stumpf
On Thu, 10 Nov 2011 13:17:21 -0800, Joe wrote: > Has anyone already modified systat to support colored text? > > Easy: 1. xterm -fg red systat 2. Profit!

Re: Are some packages safer to compile from source?

2011-11-11 Thread Pascal Stumpf
On Fri, 11 Nov 2011 08:02:59 -0800 (PST), James Hozier wrote: > I was just grabbing Tor from the amd64 packages on the ftp server > (ftp://ftp.OpenBSD.org/pub/OpenBSD/) and the version of Tor is 0.2.1.30. > The current version is 2.2.34, which recently had a very important > security update pertain

Re: makewhatis on /usr

2011-11-19 Thread Pascal Stumpf
On Sat, 19 Nov 2011 18:05:42 +0100, Ingo Schwarze wrote: > Hi Marc, > > Marc Espie wrote on Sat, Nov 19, 2011 at 05:40:38PM +0100: > > On Sat, Nov 19, 2011 at 04:31:57PM +0100, Ingo Schwarze wrote: > >> Thomas de Grivel wrote on Sat, Nov 19, 2011 at 03:32:03PM +0100: > > >>> From weekly output :

Broadcast behavior in 4.7 [Was: Re: Trying to set diskless(8) -- hanging in "RPC timeout for server"]

2010-05-11 Thread Pascal Lalonde
nt fix, I am unsure. I don't know of any way other than RARP to do diskless in OpenBSD, at least on i386/amd64. Any thoughts? -- Pascal On Wed, May 12, 2010 at 12:30:39AM +0200, Stefan Unterweger wrote: > * Fred Crowson on Tue, May 11, 2010 at 10:43:09PM +0100: > > What does your

Booting and radeon problems on ThinkPad SL510

2011-02-18 Thread Pascal Stumpf
Hi misc@, I am too experiencing the booting problems described a few days ago for the SL410. With the MP kernel, booting would sometines just stop at mtrr: Pentium Pro MTRR support, forcing a hard reset of the machine. Other times it just works fine, not following any apparent pattern. How can

Re: Booting and radeon problems on ThinkPad SL510

2011-02-18 Thread Pascal Stumpf
On Fri, Feb 18, 2011 at 09:45:22PM +0100, Joachim Schipper wrote: > On Fri, Feb 18, 2011 at 06:41:26PM +0100, Pascal Stumpf wrote: > > I am too experiencing the booting problems described a few days ago for > > the SL410. With the MP kernel, booting would sometines just stop at &g

Re: Radeon HD 4850 and drmRadeonCmdBuffer: -22.

2011-02-28 Thread Pascal Stumpf
On Thu, Feb 24, 2011 at 10:03:06AM -0500, Joe Snikeris wrote: > On Thu, Feb 24, 2011 at 3:09 AM, Andy Bradford > wrote: > > > > Is it going to be possible to get acceleration working with this? If so, > > any pointers? > > +1 > For the record: I've also tried the radeonhd driver instead of rade

Re: Radeon HD 4850 and drmRadeonCmdBuffer: -22.

2011-02-28 Thread Pascal Stumpf
On Mon, Feb 28, 2011 at 10:42:08PM +0300, Alexander Polakov wrote: > * Pascal Stumpf [110228 21:47]: > > On Thu, Feb 24, 2011 at 10:03:06AM -0500, Joe Snikeris wrote: > > > On Thu, Feb 24, 2011 at 3:09 AM, Andy Bradford > > > wrote: > > > > > > >

Re: Nmap and pf

2011-03-07 Thread Pascal Stumpf
On Mon, Mar 07, 2011 at 10:54:09AM +0100, Henrik Engmark wrote: > Is there a way, good or bad, to relax pf enough to let nmap do its > OS detection? > I am on 4.8. > > Try --send-eth.

Re: ATI Radeon HD 3470 problems with X

2011-03-07 Thread Pascal Stumpf
On Mon, Mar 07, 2011 at 06:50:36PM +0100, Tomas Bodzar wrote: > Hi, > > when trying eg. glxgears I'm getting : > > $ glxgears > drmRadeonCmdBuffer: -22. Kernel failed to parse or rejected command > stream. See dmesg for more info. > $ > [...] There's no in-kernel support for 3D on those cards ye

Removing pf_pool

2010-01-12 Thread Pascal Lalonde
ot; once converted to a standard PF table? rdr on em0 inet proto tcp \ from any to 192.168.100.100 port = www -> { 10.0.0.1, 10.0.0.1, 10.0.0.1, \ 10.0.0.2, 10.0.0.2, \ 10.0.0.3 \ } round-robin Is this right? -- Pascal

Re: Removing pf_pool

2010-01-13 Thread Pascal Lalonde
gt; these hacks. But that is still a far ways off, definately after 4.7. Still, I'm very glad to hear that the idea has been floating around. Thanks a lot, -- Pascal

ifstated with multiple CARP interfaces

2009-07-27 Thread Pascal Lalonde
E_UP carp1010 -> LINK_STATE_UP carp1011 -> LINK_STATE_UP # Question is, is it normal that the routing socket doesn't report all changes? Anyone else having similar issues? Thanks in advance, -- Pascal getifinfo.c: #include #include #include #include #include #include #in

Re: ifstated with multiple CARP interfaces

2009-08-04 Thread Pascal Lalonde
uhidev1: iclass 3/1 ums0 at uhidev1: 3 buttons wsmouse0 at ums0 mux 0 uhidev2 at uhub3 port 1 configuration 1 interface 0 "Tangtop USB CAT5" rev 1.10/0.01 addr 2 uhidev2: iclass 3/1 ukbd1 at uhidev2: 8 modifier keys, 6 key codes wskbd2 at ukbd1 mux 1 wskbd2: connecting to wsdisplay0 uhidev3 at uhub3 port 1 configuration 1 interface 1 "Tangtop USB CAT5" rev 1.10/0.01 addr 2 uhidev3: iclass 3/1 ums1 at uhidev3: 3 buttons, Z dir wsmouse1 at ums1 mux 0 uhub6 at uhub1 port 2 "HP Virtual Hub" rev 1.10/0.01 addr 3 softraid0 at root root on sd0a swap on sd0b dump on sd0b WARNING: / was not properly unmounted bnx0: address 00:1b:78:76:16:a0 brgphy0 at bnx0 phy 1: BCM5708C 10/100/1000baseT PHY, rev. 6 bnx1: address 00:1b:78:76:16:9a brgphy1 at bnx1 phy 1: BCM5708C 10/100/1000baseT PHY, rev. 6 Thanks, -- Pascal

Re: ifstated with carp0

2009-09-30 Thread Pascal Lalonde
But in my case it didn't. Would be nice if someone else could confirm the behavior I'm getting. Thanks, -- Pascal

Re: Doesn't work prtsc button on Tex Shinobi keyboard

2024-10-11 Thread Pascal Stumpf
On Tue, 08 Oct 2024 16:59:26 +0200, Kirill A. Korinsky wrote: > misc@ > > I made an assumption that I'm not the only one using Tex Shinobi's keyboard, > and just discovered that the Prtsc button doesn't work. > > Not working means that xev doesn't register an event. When I press it, it > looks li

Re: IPSec MTU woes

2024-11-27 Thread Pascal Stumpf
On Wed, 27 Nov 2024 17:23:53 +0100, Pascal Stumpf wrote: > On Sat, 23 Nov 2024 15:25:15 +0100, Pascal Stumpf wrote: > > On Sat, 23 Nov 2024 13:42:45 - (UTC), Stuart Henderson wrote: > > > On 2024-11-23, Pascal Stumpf wrote: > > > > Scenario: 7.6-stable running

Re: IPSec MTU woes

2024-11-27 Thread Pascal Stumpf
On Sat, 23 Nov 2024 15:25:15 +0100, Pascal Stumpf wrote: > On Sat, 23 Nov 2024 13:42:45 - (UTC), Stuart Henderson wrote: > > On 2024-11-23, Pascal Stumpf wrote: > > > Scenario: 7.6-stable running on a gateway, connected to the internet via > > > pppoe0 over vl

Re: IPSec MTU woes

2024-11-23 Thread Pascal Stumpf
On Sat, 23 Nov 2024 13:42:45 - (UTC), Stuart Henderson wrote: > On 2024-11-23, Pascal Stumpf wrote: > > Scenario: 7.6-stable running on a gateway, connected to the internet via > > pppoe0 over vlan7, several downstream /24 network segments. iked(8) is > > serving sev

IPSec MTU woes

2024-11-23 Thread Pascal Stumpf
Scenario: 7.6-stable running on a gateway, connected to the internet via pppoe0 over vlan7, several downstream /24 network segments. iked(8) is serving several clients, running mostly Mac OS, with policies like this: ikev2 "foo" esp \ from 192.168.100.1 to dynamic \ from 192.168.5

Re: 7.6 on Rasbperry Pi 5

2025-03-02 Thread Pascal Stumpf
On Sun, 02 Mar 2025 16:39:26 +, mabi wrote: > Hello, > > I have been using OpenBSD on Raspberry Pi 4 and it works very nicely. > Now I would like to try it out with the newest Raspberry Pi 5 model. > > Based on the 7.6 install documentation for arm64 > (https://ftp.openbsd.org/pub/OpenBSD/7.6

POWER9 hardware donation

2018-07-24 Thread Pascal de Kloe
I'm offering my brand new IBM 9006-22P with two 16-core 2.9GHZ CPUs to the OpenBSD project for free. Who can make the hardware port happen? Serious attempts only.

Re: POWER9 hardware donation

2018-07-24 Thread Pascal de Kloe
to see if I > or anyone else moves in a positive direction in this area. > > BTW I've been working on a cross-compiler to powerpc64 today. I used > kevlo's riscv cross compiler port and modified it. Unfortunately I started > before sunrise and it's sunset now and i haven&#

Re: ES40 (alpha servers) available for donation in the munich area

2007-03-12 Thread Pascal S. de Kloe
t. It'll be a non-privileged ssh connection to some host that has a serial connection to the ES40. In that way the developers have full access to the firmware and possible root privileges. Cheers, Pascal [demime 1.01d removed an attachment of type application/pgp-signature]