Funding available for work on OpenBSD as XenU

2015-04-08 Thread Joel
I've raised about $3000 to put towards work on OpenBSD running under Xen. I'm looking for a developer with time and interest in the project. If you're interested, or could direct this to someone who may be interested, I'd be happy to hear back via email. Thanks, --Joel [

Re: how to send email via Mail

2016-02-26 Thread Joel
Unfortunately, it isn't in the ports tree, but there is a slightly updated version of mail called heirloom-mail. It can do IMAP and also authenticate for outgoing mail. I think it would compile on OpenBSD without much effort. --Joel On Thu, Feb 25, 2016 at 11:02:13PM +0100, Jaap Bosman

Votre valeur ajoutée dès l'entrée

2011-12-15 Thread Joel
  Le tapis logo pour mon entrée ? c'est une bonne idée pour moi !   Bonjour, Parce que l'on a rarement l'occasion de faire une deuxième bonne impression, adoptez dès à présent un tapis d'entrée personnalisé avec une belle reproduction. Découvrez sans tarder l'ens

Re: httpd and Curve25519 (X25519)

2017-05-17 Thread Joel Sing
On Sunday 14 May 2017 14:30:55 Bryan wrote: > OpenBSD 6.1 httpd is (according to Qualys SSL Labs) using "Supported EC > Named Curves x25519, secp256r1, secp384r1 (server preferred order)" > when `tls ecdhe "auto"` is used in the server configuration. > > Is it possible to configure httpd to use on

Re: bioctl crypto size limitation ?

2017-05-26 Thread Joel Sing
On Friday 26 May 2017 01:05:59 sharon s. wrote: > On 05/26/17 00:45, Ted Unangst wrote: > > myml...@gmx.com wrote: > >> Steps to recreate: > >> > >> dd if=/dev/random of=/dev/rsd0c bs=1m (took over a week) > >> > >> fdisk -iy -g sd0 (I left off the "-b 960" because this is not a > >> bootable

Re: bioctl crypto size limitation ?

2017-05-26 Thread Joel Sing
On Saturday 27 May 2017 01:56:06 Joel Sing wrote: > On Friday 26 May 2017 01:05:59 sharon s. wrote: > > On 05/26/17 00:45, Ted Unangst wrote: > > > myml...@gmx.com wrote: > > >> Steps to recreate: > > >> > > >> dd if=/dev/random of=/dev/rsd0c

Re: bioctl crypto size limitation ?

2017-05-30 Thread Joel Sing
On Friday 26 May 2017 15:59:18 sharon s. wrote: > On 05/26/17 15:49, sharon s. wrote: > > disklabel: ioctl DIOCWDINFO: Open partition would move or shrink > > disklabel: unable to write label > > Stupid me, I forgot that the softraid device was still attached. > > 12Tb, 14Tb and 15Tb works as wel

Re: Rebuilding a degraded RAID5 softraid array

2017-06-19 Thread Joel Sing
On Friday 16 June 2017 10:11:20 LÉVAI Dániel wrote: > Karel Gardas @ 2017-06-15T09:07:39 +0200: > > On Thu, Jun 15, 2017 at 7:04 AM, LEVAI Daniel wrote: > [...] > > > > Strangest thing is, if I boot with the 'bad' (=failing) drive as > > > part of the array, softraid brings the volume online (alb

Re: A question of lock usage in OpenBSD kernel code

2017-06-24 Thread Joel Rees
ointed to by rwl. The name argument specifies the name of the lock, which is used as the wait message if the thread needs to sleep. which seems to indicate to my naive reading that it might be possible. I note that my understanding of "busy lock" would lead me to think that wou

Re: Bioctl rounds doesn't appear to affect the passphrase time?

2017-07-03 Thread Joel Sing
On Sunday 25 June 2017 22:28:17 Kevin Chadwick wrote: > Doh... Yeah, starting from scratch with -r works. I guess quickly finding > how long rounds take is not quite as easy as bioctl -d and try again. The number of rounds can also be changed when you change the passphrase on an existing volume.

Re: Libressl issue verifying self-signed certs with tls-auth and Openvpn

2017-07-03 Thread Joel Sing
On Tuesday 20 June 2017 23:26:10 Andrew Lemin wrote: > Hi, > > Sadly in my testing it seems that CVE-2017-8301 ( > http://seclists.org/oss-sec/2017/q2/145) is still broken with the > latest LibreSSL > (2.5.4) and OpenVPN 2.4.2. > > Here is someone else reporting the same issue; > https://discours

Re: installboot(8)

2017-07-05 Thread Joel Sing
On Tuesday 04 July 2017 20:34:56 Stefan Wollny wrote: > Hi there! > > Sorry if this may sound like a rather stupid question: > (Referencing the examples section of man installboot(8)) > > Can s.o. verifiy that instead of > # installboot sd0 > > it is equally safe to issue > # installboot > (th

Re: installboot(8)

2017-07-05 Thread Joel Sing
On Tuesday 04 July 2017 20:55:25 Paul de Weerd wrote: > On Tue, Jul 04, 2017 at 08:34:56PM +0200, Stefan Wollny wrote: > | Hi there! > | > | Sorry if this may sound like a rather stupid question: > | (Referencing the examples section of man installboot(8)) > | > | Can s.o. verifiy that instead o

i386 or amd64 from small Cloud instance ?

2017-09-13 Thread Joel Carnat
Hi, My Cloud instances are always small (1 ou 2 vCPU, far less than 4GB of RAM). From what I saw, all the ports I need are available in i386 and amd64. Every Cloud provider I checked are using KVM hypervisor. Regarding OS and ports performance, does it make sense to use i386 rather than amd6

softraid crypto seem really slower than plain ffs

2017-09-15 Thread Joel Carnat
Hi, Initially comparing I/O speed between FreeBSD/ZFS/GELI and OpenBSD/FFS/CRYPTO, I noticed that there were a huge difference between plain and encrypted filesystem using OpenBSD. I ran the test on a 1 vCore/1GB RAM Vultr VPS, running OpenBSD 6.2-beta. I had / configured in plain FFS and /ho

Re: softraid crypto seem really slower than plain ffs

2017-09-18 Thread Joel Carnat
Hello, I was really annoyed by the numbers I got. So I did the testings again. Using a brand new VM. Being really careful on what I was doing and writing it down after each command run. I did the testings using 6.1 and 6.2-current, in case there were some changes. There weren't. First of all

rsa 4096 or ed25519 for ssh keys ?

2017-10-16 Thread Joel Carnat
Hi, If both server and client are ed25519 compatible. When generating (user) SSH keys, is it recommended to use ed25519 rather than rsa 4096bits? Thank you.

Re: rsa 4096 or ed25519 for ssh keys ?

2017-10-17 Thread Joel Carnat
Le 16/10/2017 19:46, Mike Coddington a écrit : On Mon, Oct 16, 2017 at 05:29:34PM +0200, Joel Carnat wrote: Hi, If both server and client are ed25519 compatible. When generating (user) SSH keys, is it recommended to use ed25519 rather than rsa 4096bits? AFAIK, either would be fine. I

Re: iPhone tethering ?

2017-10-22 Thread Joel Carnat
The iPhone can be configured as a wireless AP. Then OpenBSD can connect to it and gain access to the Wild Wild World. -- Envoyé de mon iPhone > Le 23 oct. 2017 à 07:58, SFM a écrit : > > Hi everyone ! > > Does iPhone tethering work with OpenBSD? In other words, is there an > equivalent or al

Re: Clarification re: rebuilding softraid mirror

2018-04-28 Thread Joel Sing
On Friday 27 April 2018 11:17:07 Jordan Geoghegan wrote: > Thanks for the reply, I have rebuilt a softraid mirror before, I was > just hoping for some clarification as the faq wording is a little > ambiguous as to whether drives can be rebuilt in multi user mode or not. Rebuild is a background ker

Re: Installboot uses wrong device for secondary boot loader

2018-04-29 Thread Joel Sing
On Saturday 28 April 2018 22:21:08 Eric Zylstra wrote: > I’m installing 6.3 on a RAID1. Install was fine until ending with an error > message, “invalid boot record signature…”. > I manually ran installboot: > >. installboot -v -r /mnt sd4 > > Hand transcription: > > Using /mnt as root > Installi

Inconsistent stats between snmpd(8) and pfctl(8) ?

2018-05-25 Thread Joel Carnat
Hi, On OpenBSD 6.3/amd64, I'm using snmpd(8) to gather pf(4) statistics. It seems that some stats are not coherent. For example, on egress and vio0 interfaces. Asking snmpd(8), I get : OPENBSD-PF-MIB::pfIfDescr.3 = STRING: "egress" OPENBSD-PF-MIB::pfIfDescr.12 = STRING: "vio0" OPENBSD-PF-MIB::pf

ldap search fails with Let's Encrypt certificate

2018-11-05 Thread Joel Carnat
Hi, I'm using ldap(1) to query a remote Synology Directory Server (OpenLDAP 2.4.x). Unfortunately, it fails saying: TLS failed: handshake failed: error:14004410:SSL routines:CONNECT_CR_SRVR_HELLO:sslv3 alert handshake failure ldap: LDAP connection failed When I use the OpenLDAP ldapsearc

Re: ldap search fails with Let's Encrypt certificate

2018-11-05 Thread Joel Carnat
Le 05/11/2018 13:48, Stuart Henderson a écrit : On 2018-11-05, Joel Carnat wrote: Hi, I'm using ldap(1) to query a remote Synology Directory Server (OpenLDAP 2.4.x). Unfortunately, it fails saying: TLS failed: handshake failed: error:14004410:SSL routines:CONNECT_CR_SRVR_HELLO:

Re: ldap search fails with Let's Encrypt certificate

2018-11-05 Thread Joel Carnat
Le 05/11/2018 16:38, Stuart Henderson a écrit : On 2018-11-05, Joel Carnat wrote: Le 05/11/2018 13:48, Stuart Henderson a écrit : On 2018-11-05, Joel Carnat wrote: Hi, I'm using ldap(1) to query a remote Synology Directory Server (OpenLDAP 2.4.x). Unfortunately, it fails saying:

Re: ldap search fails with Let's Encrypt certificate

2018-11-05 Thread Joel Sing
On Monday 05 November 2018 17:02:50 Joel Carnat wrote: > Le 05/11/2018 16:38, Stuart Henderson a écrit : > > On 2018-11-05, Joel Carnat wrote: > >> Le 05/11/2018 13:48, Stuart Henderson a écrit : > >>> On 2018-11-05, Joel Carnat wrote: > >>>> TLS: >

Re: ldap search fails with Let's Encrypt certificate

2018-11-06 Thread Joel Carnat
Le 05/11/2018 17:07, Stuart Henderson a écrit : On 2018/11/05 17:02, Joel Carnat wrote: Le 05/11/2018 16:38, Stuart Henderson a écrit : > On 2018-11-05, Joel Carnat wrote: > > Le 05/11/2018 13:48, Stuart Henderson a écrit : > > > On 2018-11-05, Joel Carnat

Issues with TP-Link UE300

2020-09-27 Thread Joel Carnat
Hi, I have plugged a TP-Link UE300 on my ThinkPad X260 running OpenBSD -snapshot and it seems I can't get more than 100Mbps. The dongle attaches and get an IP address. But the speed seems limited. Same behaviour when attached to the USB3 port of my APU4D4 (running 6.7). When plugged in a MacBook

Re: Issues with TP-Link UE300

2020-09-27 Thread Joel Carnat
-Original Message- > From: owner-m...@openbsd.org On Behalf Of Joel Carnat > Sent: 27 September 2020 22:43 > To: misc@openbsd.org > Subject: Issues with TP-Link UE300 > > Hi, > > I have plugged a TP-Link UE300 on my ThinkPad X260 running OpenBSD -snapshot > and

Re: Issues with TP-Link UE300

2020-09-28 Thread Joel Carnat
Mbits/sec sender [ 5] 0.00-10.13 sec 618 MBytes 512 Mbits/sec receiver Thank you very much. On Mon, Sep 28, 2020 at 10:30:16AM +0800, Kevin Lo wrote: > On Sun, Sep 27, 2020 at 11:43:13PM +0200, Joel Carnat wrote: > > > > Hi, > > > > I have p

snmpd(8) custom OID names

2019-11-27 Thread Joel Carnat
Hello, I have set custom OIDs in my snmpd.conf(5). When I walk or get those values, using snmp(1) or snmpget(1), the "name" parameters is not listed. I only get values described as OPENBSD-BASE-MIB::localTest.* Is there a straight way to get the configured names from snmp clients? Or do I have to

match two conditions in relayd(8)

2020-01-27 Thread Joel Carnat
Hi, I'm setting up an HTTP(S) Reverse Proxy with relayd(8). I have one listener with multiple FQDN allowed. But I also have a common path that must be treated separately. As for now, I have: http protocol "https" { match request header "Host" value "one.domain.local" forward to match reques

Re: match two conditions in relayd(8)

2020-01-28 Thread Joel Carnat
On Mon, Jan 27, 2020 at 09:22:40PM +0100, Sebastian Benoit wrote: > Joel Carnat(j...@carnat.net) on 2020.01.27 18:21:43 +0100: > > Hi, > > > > I'm setting up an HTTP(S) Reverse Proxy with relayd(8). > > > > I have one listener with multiple FQDN allowed.

OpenBSD on XPS M1330, sound and HTML video issues

2015-09-27 Thread Joel Carnat
Hi, I have installed OpenBSD 5.7/amd64 on my "old" Dell XPS M1330. Everything seem right except sound, only working with headphones and not internal speakers, and HTML5 videos, being very choppy (things like YouTube videos). I've read about those issues but couldn't solve them from what I found

Re: Is OpenSMTPD worthy of OpenBSD inclusion?

2015-10-09 Thread Joel Rees
th occurring in a statically declared function) I'd still want some sort of a pointer to the file it came from, and a pointer to the bug report filed for it and any discussion on the mailing lists that occured concerning the code in question. Otherwise, I'm judging the reporter more severely than whoever wrote the code. Joel Rees Computer memory is just fancy paper, CPUs just fancy pens. All is a stream of text flowing from the past into the future.

Re: Question about core dumps and swap space.

2015-10-19 Thread Joel Rees
2015/10/20 6:29 "Christoph R. Murauer" : > > Hello ! > > I readed the FAQ 4.8 about partioning my drive but have a little problem > of understanding. > > The machine has 32 GB physical RAM, Wow. Way cool. > the disc is a 256 GB SSD That's not shabby, either. > (yes, I know, > I should not use s

1of 3 -- paralel SCSI to USB adaptor, will it drive?

2015-10-20 Thread Joel Rees
dapter" rev 2.00/1.10 addr 3 umass0: using SCSI over Bulk-Only scsibus4 at umass0: 2 targets, initiator 0 umass0: Invalid CSW: status 255 > 2 umass0: Invalid CSW: status 255 > 2 umass0: Invalid CSW: status 255 > 2 umass0: Invalid CSW: status 255 > 2 umass0: Invalid CSW: status 255 > 2 sd1 at scsibus4 targ 1 lun 0: SCSI2 7/optical removable umass0: Invalid CSW: status 255 > 2 [repeats until unplugged] umass0: Invalid CSW: status 255 > 2 sd1 detached scsibus4 detached umass0 detached -- Joel Rees Be careful when you look at conspiracy. Arm yourself with knowledge of yourself, as well: http://reiisi.blogspot.jp/2011/10/conspiracy-theories.html

Re: 1of 3 -- paralel SCSI to USB adaptor, will it drive?

2015-10-20 Thread Joel Rees
On Tue, Oct 20, 2015 at 5:25 PM, Joel Rees wrote: > I have a 3 part problem. > > The first part is the parallel SCSI to USB adapter shown at the end of > this dmesg. Can I expect it to function under some set of appropriate > conditions? Well, I checked with hexdump -C /dev/

anybody besides me trying to compile gpt-fdisk?

2015-10-20 Thread Joel Rees
The project I took a fresh git pull from: http://sourceforge.net/p/gptfdisk/code/ci/master/tree/ My clueless first post to their list: http://sourceforge.net/p/gptfdisk/mailman/message/34557302/ -- Joel Rees Sometimes being an old codger and an newb at the same time is fun. Sometimes, not

Re: anybody besides me trying to compile gpt-fdisk?

2015-10-20 Thread Joel Rees
y continue to use old or deleted partitions.\n" << "You should reboot or remove the drive.\n"; platformFound++; #endif I'm not seeing any equivalent to DIOCGFLUSH in the openbsd headers. grep FLUSH /usr/include/sys/* seems to mostly turn up tty stuff. -- Joel Rees I'm a newbie, such a newbie.

Re: anybody besides me trying to compile gpt-fdisk?

2015-10-21 Thread Joel Rees
(__FreeBSD_kernel__) || defined (__APPLE__) +#if defined (__FreeBSD__) || defined (__FreeBSD_kernel__) || (__OpenBSD__) || defined (__APPLE__) // Darwin (Mac OS) & FreeBSD: disk IOCTLs are different, and there is no lseek64 #include #define lseek64 lseek ----- Very lightly tested, but it seems to be functional, to some degree. -- Joel Rees

Using fsync instead of ioctl(fd, DIOCGFLUSH); (Re: anybody besides me trying to compile gpt-fdisk?)

2015-10-21 Thread Joel Rees
or deleted partitions.\n" << "You should reboot or remove the drive.\n"; platformFound++; #endif On Wed, Oct 21, 2015 at 11:06 PM, Joel Rees wrote: > Okay, here's my current set of diffs for gptfdisk: > - >

Re: Using fsync instead of ioctl(fd, DIOCGFLUSH); (Re: anybody besides me trying to compile gpt-fdisk?)

2015-10-24 Thread Joel Rees
On Thu, Oct 22, 2015 at 11:15 PM, Christian Weisgerber wrote: > On 2015-10-21, Joel Rees wrote: > >> Is fsync an appropriate way to flush writes to the disk device? In the >> FreeBSD code, it is >> >> i = ioctl(fd, DIOCGFLUSH); > > Dunno, but I'd ch

Re: does src include sys ?

2015-10-24 Thread Joel Rees
be thorough until I learn more about things. And have the computer running all night to finish the builds. -- Joel Rees Be careful when you look at conspiracy. Arm yourself with knowledge of yourself, as well: http://reiisi.blogspot.jp/2011/10/conspiracy-theories.html

Re: C Compiler, Clang and Software License

2015-10-25 Thread Joel Rees
stance http://marc.info/?t=14455900961&r=1&w=2 -- Joel Rees

Re: Unbound(8) error: could not set SSL_OP_NO_SSLv2

2015-10-27 Thread Joel Sing
On Monday 26 October 2015 10:42:01 Gerald Hanuer wrote: > Hello misc@, > > Unbound(8) in current errors out, not starting. > > This is not a bug report. > If this is known to devs@ please disregard. > > > /usr/bin/unbound -v > > Version 1.5.4 > linked libs: libevent 1.4.15-stable (it us

Re: Killing Rebound(8) in current hard locks system.

2015-10-29 Thread Joel Sing
On Wednesday 28 October 2015 21:26:16 Ted Unangst wrote: > Gerald Hanuer wrote: > > Hello misc@, > > > > Killing Rebound(8) in current hard locks system. > > Thanks. We've found the cause of the bug. Now we're trying to find the bug. > :) This is fixed with r1.66 of sys/kern/kern_event.c.

Re: Hitting the bootable cylinder limit?

2015-11-23 Thread Joel Rees
error from Lilo about the key file being corrupt and I suspect > it's related to this limit. The original position of the file was > probably OK, the new file got made in an unreachable position. > [...] Joel Rees Computer memory is just fancy paper, CPUs just fancy pens. All is

embarrassing problem with sysmerge

2015-12-05 Thread Joel Rees
ssume that login.conf was the last thing it needed to do? (And maybe that I must have done something other than ctrl-c?) Or can I just cvs up current now and hope that anything that might not have gotten picked up last week gets picked up now, or do I need to do some digging with mtree and/or some other to

Re: embarrassing problem with sysmerge

2015-12-05 Thread Joel Rees
On Sat, Dec 5, 2015 at 5:56 PM, Antoine Jacoutot wrote: > On Sat, Dec 05, 2015 at 05:40:00PM +0900, Joel Rees wrote: >> About a week ago, I was trying to get cvs up to current, and I tried to do >> a sysmerge in my sleep after make build in src. >> >> When I realiz

retrieving pkg_add messages afterwards?

2015-12-05 Thread Joel Rees
ppropriate long information lines just from the last pkg_add . -- Joel Rees Be careful when you look at conspiracy. Arm yourself with knowledge of yourself, as well: http://reiisi.blogspot.jp/2011/10/conspiracy-theories.html

Re: letsencrypt && https && openbsd.org = https://www.openbsd.org/

2015-12-13 Thread Joel Rees
nd there against multiple mirrors. You're going to have to be really valuable to the NSA or some other well-funded group in your area for them to be able to filter every mirror you can find. If you need to, go to a random netcafe or other place and check from there, too. -- Joel Rees Be ca

Re: letsencrypt && https && openbsd.org = https://www.openbsd.org/

2015-12-13 Thread Joel Rees
On Mon, Dec 14, 2015 at 11:00 AM, Michael McConville wrote: > Joel Rees wrote: >> Daniel Ouellet wrote: >> > > Secondly, this whole thread should have ended long ago. >> > >> > So why you keep it going then. >> > >> > Let it die please &

Re: Is a gmail/text-flow dmesg better than no dmesg?

2015-12-30 Thread Joel Rees
ached sd1 detached scsibus4 detached umass0 detached cdce0 at uhub1 port 1 configuration 1 interface 0 "ZTE,Incorporated ZTE WCDMA Technologies MSM" rev 2.10/f0.8b addr 3 cdce0: address 2a:cb:00:c3:27:00 umass0 at uhub1 port 1 configuration 1 interface 2 "ZTE,Incorporated ZTE WCDMA Technologies MSM" rev 2.10/f0.8b addr 3 umass0: using SCSI over Bulk-Only scsibus4 at umass0: 2 targets, initiator 0 sd1 at scsibus4 targ 1 lun 0: SCSI2 0/direct removable serial.19d21405A1ZTED00 -- Joel Rees Be careful when you look at conspiracy. Arm yourself with knowledge of yourself, as well: http://reiisi.blogspot.jp/2011/10/conspiracy-theories.html

Re: Is a gmail/text-flow dmesg better than no dmesg?

2015-12-30 Thread Joel Rees
On Thu, Dec 31, 2015 at 3:19 PM, Joel Rees wrote: > On Thu, Dec 31, 2015 at 3:22 AM, Alexey Suslikov > wrote: >> ropers gmail.com> writes: >> >>> It says here <http://www.openbsd.org/faq/faq4.html#SendDmesg> that one >>> should not send dmesg

Re: segfault with stripped lib, works fine when non-stripped

2016-01-04 Thread Joel Rees
#18 0x1cc5a247d90e in _rthread_start (v=Variable "v" is not available. > ) at /usr/src/lib/librthread/rthread.c:145 > #19 0x1cc53e33649b in __tfork_thread () at /usr/src/lib/libc/arch/amd64/sys/tfork_thread.S:75 > #20 0x in ?? () > > > -- > Jeremie Le Hen > j...@freebsd.org > -- Joel Rees Be careful when you look at conspiracy. Arm yourself with knowledge of yourself, as well: http://reiisi.blogspot.jp/2011/10/conspiracy-theories.html

tsort: pledge: invalid agument (building -current)

2016-01-09 Thread Joel Rees
; *** Error 2 in gnu/usr.bin (:48 'realinstall') > > *** Error 2 in gnu (:48 'realinstall') > > *** Error 2 in . (:48 'realinstall') > > *** Error 2 in /usr/src (Makefile:82 'build') Right now I'm doing a lot of guessing. Was the con

Re: tsort: pledge: invalid agument (building -current)

2016-01-09 Thread Joel Rees
ad and install a snapshot. > Thanks. Glad I didn't need to do the snapshot upgrade this time. (And thanks to Dan for helping me remember what installing a snapshot means. My mind seems to be going south a lot lately.) -- Joel Rees Rants are free: http://free-is-not-free.blogspot.jp/

bc says unimplemented on seemingly normal code

2016-01-10 Thread Joel Rees
ect answers mixed in with the messages about unimplemented (operations?). I get the messages whether I type it in by hand or copy/paste it from my blog. Is this known behavior? -- Joel Rees Be careful when you look at conspiracy. Arm yourself with knowledge of yourself, as well: http://reiisi.blogspot.jp/2011/10/conspiracy-theories.html

Re: bc says unimplemented on seemingly normal code

2016-01-11 Thread Joel Rees
Oh, neverr mind. Sorry about the noise. On Mon, Jan 11, 2016 at 4:23 PM, Joel Rees wrote: > Given the following code, > > > define vc(vs,t,r,c) { > return vs * (1-e(-t/(r*c))); > } > > scale = 5; > vs = 120; > r = 60; > c = .0

Re: bc says unimplemented on seemingly normal code

2016-01-11 Thread Joel Rees
erk. And Stuart reminded me, off list, that I had forgotten to mention that the code depends on calling bc with the "-l" option, for the "library" power of e function I'm using below. I'm just not with it today. On Mon, Jan 11, 2016 at 5:19 PM, Joel Rees wrote:

piping stderr to tee log (so I can have my log and watch it, too)

2016-01-17 Thread Joel Rees
ksh), but a simple test with ls /nonexisting > >(tee mylog) 2>&1 fails with ksh: syntax error: `> ' unexpected Any suggestions appreciated. Cluebats, too. -- Joel Rees Be careful when you look at conspiracy. Arm yourself with knowledge of yourself, as well: http://reiisi.blogspot.jp/2011/10/conspiracy-theories.html

Re: piping stderr to tee log (so I can have my log and watch it, too)

2016-01-17 Thread Joel Rees
Well, after posting this On Mon, Jan 18, 2016 at 10:09 AM, Joel Rees wrote: > Trying to put some scripts together so I can set an update going one > night, check it in the morning, reboot, and finish the update while > I'm at work. > > So I want to do something like > >

Re: piping stderr to tee log (so I can have my log and watch it, too)

2016-01-17 Thread Joel Rees
l; } \ > 2>&3 | tee /var/log/build/buildsys.out.log; } \ > 3>&1 | tee /var/log/build/buildsys.err.log 1>&2 Thanks, Delan (and Nigel, off list, for the parentheses example). -- Joel Rees

Re: bringing degraded softraid online

2016-02-16 Thread Joel Sing
On Saturday 06 February 2016 16:09:53 Johan Huldtgren wrote: > > Not sure. Perhaps these drives don't have good meta data due to the > > crash? > > Can you set sr_debug = SR_D_STATE | SR_D_META and see if that prints > > anything informative? > > well we now get lots more: > > softraid0 at root >

Re: LibreSSL Linux portability and OpenBSD security

2018-02-09 Thread Joel Sing
On Saturday 10 February 2018 00:05:27 Juan Francisco Cantero Hurtado wrote: [snip] > Just in case some libressl dev doesn't want read the full thread in the > Alpine list, they want also a workaround for the lack of time_t for > 32bits platforms on Linux. We've already addressed this - a notafter

Re: LibreSSL Linux portability and OpenBSD security

2018-02-10 Thread Joel Sing
On Saturday 10 February 2018 11:09:04 Kevin Chadwick wrote: > On Sat, 10 Feb 2018 16:24:38 +1100 > > > > Just in case some libressl dev doesn't want read the full thread in > > > the Alpine list, they want also a workaround for the lack of time_t > > > for 32bits platforms on Linux. > > > > We've

OpenBSD as an IKEv2 IPsec client with L/P authent

2018-02-15 Thread Joel Carnat
Hi, My FTTH home-box provides IKEv2 server support. I connected my iPhone, via 3G, to it. I can now access my internal home-LAN. So I know it works. I want to do the same with an OpenBSD server hosted in "the Cloud" ; in transport mode as far as I understood the docs. I've struggled with ipse

Re: OpenBSD as an IKEv2 IPsec client with L/P authent

2018-02-22 Thread Joel Carnat
Hi, Le 22/02/2018 09:35, Stuart Henderson a écrit : On 2018-02-22, Igor V. Gubenko wrote: I am far from an expert; having issues myself at the moment, but maybe if we get all of the iked experimenters together, we can figure it out :) This definitely isn't going to work, iked only supports

net-snmpd extend and doas : a tty is required

2018-04-12 Thread Joel Carnat
Hi, I want net-snmpd to run a script via the extend directive. This script has to run a command using doas to get temporary root permission. The script is run on snmpcmd call but the doas command returns: doas: a tty is required Is there a way to run doas from net-snmpd ? I already have doas

Re: net-snmpd extend and doas : a tty is required

2018-04-12 Thread Joel Carnat
> Le 12 avr. 2018 à 21:10, Stuart Henderson a écrit : > > On 2018-04-12, Joel Carnat mailto:j...@carnat.net>> wrote: >> Hi, >> >> I want net-snmpd to run a script via the extend directive. >> This script has to run a command using doas to get temporary ro

dhcpd and pf table with fixed-address

2020-11-15 Thread Joel Carnat
Hello, I have linked dhcpd(8) and pf(4) using -A, -C and -L dhcpd flags. It seems dhcpd only adds IP for dynamic leases and not for leases configured using fixed-address. Is this expected or is there something I misconfigured? Thanks, Jo PS: configuration extracts rc.conf.local: dhcpd_flags=-A

Issues with Teclast F7 Plus

2020-12-13 Thread Joel Carnat
pcidump, sysctl, usbdevs in case it helps. Thanks for help, Joel OpenBSD 6.8-current (GENERIC.MP) #222: Sat Dec 12 10:30:51 MST 2020 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 8385544192 (7997MB) avail mem = 8116105216 (7740MB) random: good seed from b

Re: Issues with Teclast F7 Plus

2020-12-25 Thread Joel Carnat
On Fri, 2020-12-25 at 00:34 -0500, James Hastings wrote: > On 13 Dec 2020, 13:27:48 +0000, Joel Carnat wrote: > > Hello, > > > > I just got a Teclast F7 Plus laptop and installed OpenBSD 6.8- > > current on > > it. Most things works except apm and touchpad &g

Huawei E3372 loops detaching

2021-02-04 Thread Joel Carnat
Hi, I got a Huawei E3372 LTE USB Stick and plugged it on my T460s running OpenBSD 6.8-stable/amd64. I tried all 3 USB ports and they all act the same way : the stick loops attaching/detaching forever. I also tried current (OpenBSD 6.8-current (GENERIC.MP) #308: Wed Feb 3 20:49:28 MST 2021) b

periodic network access failure when accessing nextcloud via relayd

2021-03-31 Thread Joel Carnat
Hello, I have Nextcloud 21 running with php-7.4, httpd(8) and relayd(8). On my laptop, a script regularly runs nextcloudcmd to synchonize the files with the nextcloud instance. And quite often, nextcloudcmd returns such error: 03-31 23:28:56:089 [ info nextcloud.sync.networkjob.lscol ]:LSCOL

Re: periodic network access failure when accessing nextcloud via relayd

2021-04-01 Thread Joel Carnat
On Thu, Apr 01, 2021 at 01:47:11PM -0600, Ashlen wrote: > On 21/03/31 23:50, Joel Carnat wrote: > > Hello, > > > > I have Nextcloud 21 running with php-7.4, httpd(8) and relayd(8). > > On my laptop, a script regularly runs nextcloudcmd to synchonize the files > >

Bugs running 6.9-CURRENT on MacBook Pro Touchbar 2017

2021-05-21 Thread Joel Carnat
Hi, I went back on testing OpenBSD on my MacBookPro14,3. I just installed 6.9-CURRENT and here's a list of non-working stuff. - keyboard and touchpad don't work. I have to use a USB keyboard/mouse. internal keyboard does work in the boot loader. but stops working after the kernel is loaded. -

Re: Using relayd as a reverse proxy for multiple local servers

2021-05-27 Thread Joel Carnat
, Joel Envoyé de mon iPad > Le 27 mai 2021 à 11:03, Philip Kaludercic a écrit : > listen on * port https tls

Require host-name from DHCP clients

2023-09-26 Thread Joel Carnat
ients to send a client-hostname information in their DHCP request? And if so, can this information be used by dhcpd(8) to apply a fixed-address to those device? Thank you, Joel C.

Re: Donations

2023-10-26 Thread Joel Carnat
rring" for the Fondation coming first made me assume this was the preferred way to donate. But if I understand you properly, using the other PayPal links should rather be used, right? Thanks, Joel C.

relayd fallback when using tag/tagged

2024-02-12 Thread Joel Carnat
garding the fallback server. Is there a way to use both tags and fallback with relayd(8) to mimic Apache's Failover[1] configuration with "ProxyPass" and "BalancerMember (...) status=+H" ? Thank you, Joel C. [1] https://httpd.apache.org/docs/trunk/howto/reverse_proxy.html#failover

Re: relayd fallback when using tag/tagged

2024-02-13 Thread Joel Carnat
curl/7.81.0] GET Le 13/02/2024 à 04:29, l...@trungnguyen.me a écrit : Hi On February 13, 2024 12:20:26 AM UTC, Joel Carnat wrote: Hello, I'm trying to configure relayd(8) to use tags, to allow legit host names only and modify HTTP headers, and fallback. But I can't have

Re: relayd fallback when using tag/tagged

2024-02-13 Thread Joel Carnat
Le 13/02/2024 à 10:07, Manuel Giraud a écrit : Joel Carnat writes: Hello, I'm trying to configure relayd(8) to use tags, to allow legit host names only and modify HTTP headers, and fallback. But I can't have it working properly. Using such a configuration: #-8<--- table

Re: Improve support of Go

2024-02-15 Thread Joel Sing
On 24-02-13 08:17:20, Theo de Raadt wrote: > Stuart Henderson wrote: > > > On 2024/02/13 07:36, Theo de Raadt wrote: > > > Stuart Henderson wrote: > > > > > > > On 2024-02-13, Kirill A Korinsky wrote: > > > > > Good day, > > > > > > > > > > I'm updating go's syscall table to modern OpenBSD (7

Re: relayd fallback when using tag/tagged

2024-02-16 Thread Joel Carnat
the fallback server. Removing tags and using a simple "pass" directive in protocol (as described in the man page) does work as expected regarding the fallback server. Is there a way to use both tags and fallback with relayd(8) to mimic Apache's Failover[1] configuration with "Pr

How to use randon outgoing network aliases?

2024-03-12 Thread Joel Carnat
liases and have several daemon instances run in those domains? Thanks, Joel C.

Re: How to use randon outgoing network aliases?

2024-03-12 Thread Joel Carnat
Le 3/12/24 à 15:40, Stuart Henderson a écrit : On 2024-03-12, Joel Carnat wrote: Hi, I have a server with a single NIC but several IPs configured: # cat /etc/hostname.vio0 inet 192.0.2.10 255.255.255.0 inet alias 192.0.2.11 255.255.255.0 inet alias 192.0.2.12 255.255.255.0 The default

Issue with FDE and bootblocks on 7.2 snapshots ?

2022-09-14 Thread Joel Carnat
gpt) and it also failed. I’ve just run the FDE installation using install71.img and everything went ok. Then I « sysupgrade -s » and everything went ok too. Just saying in case it is a bug in install72.img. Regards, Joel

Question on using !!prog with syslogd(8)

2022-09-24 Thread Joel Carnat
to take several actions inside a !!prog block? Thank you, Joel C.

Re: rrdtool fails to install on 7.2 due to freetype.30.2 not found for cairo

2022-10-23 Thread Joel Carnat
Did you install x* packages? > Le 24 oct. 2022 à 05:12, Jim Anderson a écrit : > > Installed 7.2 and rrdtool will not install due to an error > installing freetype for cairo. > > # pkg_add rrdtool > quirks-6.42 signed on 2022-10-23T09:59:17Z > rrdtool-1.7.2p1:pcre-8.44: ok > rrdtool-1.7.2p1:li

Troubleshooting a spinning fork(2)

2022-11-18 Thread Joel Knight
-on-openbsd [3] https://github.com/knightjoel/s2n-tls/blob/fix/build-on-openbsd/tests/unit/s2n_fork_generation_number_test.c [4] https://www.packetmischief.ca/files/fork_test2.txt.gz .joel

Re: Troubleshooting a spinning fork(2)

2022-11-23 Thread Joel Knight
On Fri, Nov 18, 2022 at 7:42 AM Joel Knight wrote: > > Hi. > > I'm looking for guidance on how to troubleshoot a piece of software > which is spinning after calling fork(2). Hi. I've been digging into this more and think I've found a bug in the threading code. C

Xorg freeze with ThinkPad A485 / ATI Radeon Vega

2022-12-01 Thread Joel Carnat
=19512, emitted seq=19512 [drm] *ERROR* Process information: process pid 0 thread pid I've attached the full dmesg and Xorg logs. Is there something I can do to debug further? Thanks, Joel C. OpenBSD 7.2 (GENERIC.MP) #0: Wed Oct 26 12:01:47 MDT 2022 r...@syspatch-72-amd64.openbsd.org:/

Re: Xorg freeze with ThinkPad A485 / ATI Radeon Vega

2022-12-03 Thread Joel Carnat
Le 02/12/2022 à 10:21, Bodie a écrit : On Fri Dec 2, 2022 at 12:14 AM CET, Joel Carnat wrote: Hi, About once a week, Xorg freezes while I'm using my ThinkPad A485 with OpenBSD 7.2. I've tried switching the window manager (XFCE, Gnome, WindowMaker, cwm) but it still happens. I o

Re: Xorg freeze with ThinkPad A485 / ATI Radeon Vega

2022-12-03 Thread Joel Carnat
Le 03/12/2022 à 21:51, Adriano Barbosa a écrit : On Sat, Dec 03, 2022 at 06:01:38PM +0100, Joel Carnat wrote: Le 02/12/2022 à 10:21, Bodie a écrit : On Fri Dec 2, 2022 at 12:14 AM CET, Joel Carnat wrote: Hi, About once a week, Xorg freezes while I'm using my ThinkPad A485 with OpenBSD

devel/bamf bamfdaemon segmentation fault

2023-01-08 Thread Joel Carnat
e the 4MB full ktrace.out if needed. Kernel is: OpenBSD 7.2-current (GENERIC.MP) #925: Sun Jan 8 09:12:38 MST 2023 Any idea what happens / how to solve this? Thanks, Joel C.

Using gzip-static with httpd location

2023-03-09 Thread Joel Carnat
provide compressed resources. Here's an example of the curl command I used: # curl -I --compressed http://localhost:80/www/index.html HTTP/1.1 200 OK Connection: keep-alive Content-Encoding: gzip Content-Length: 1083 Content-Type: text/html Date: Fri, 10 Mar 2023 01:27:53 GMT Last-Modified: Fri, 10 Mar 2023 00:53:26 GMT Server: OpenBSD httpd Is this an expected behaviour? Regards, Joel C.

Re: Using gzip-static with httpd location

2023-03-10 Thread Joel Carnat
Le 10/03/2023 à 16:41, Marcus MERIGHI a écrit : Hello, j...@carnat.net (Joel Carnat), 2023.03.10 (Fri) 02:31 (CET): I just tried applying gzip compression on a simple test web site using httpd and the gzip-static option ; using OpenBSD 7.2/amd64. As I understood the man page, gzip-static is

Re: Using gzip-static with httpd location

2023-03-23 Thread Joel Carnat
Le 23/03/2023 à 22:22, Jared Harper a écrit : On Thursday, March 23rd, 2023 at 2:15 PM, Jordan Geoghegan wrote: On 3/9/23 17:31, Joel Carnat wrote: Hi, I just tried applying gzip compression on a simple test web site using httpd and the gzip-static option ; using OpenBSD 7.2/amd64. As I

  1   2   3   4   5   6   7   >