On 2024-12-30 19:44 -05, Amelia A Lewis wrote:
> acme-client: https://acme-staging.api.letsencrypt.org/directory: bad
> comm
> acme-client: bad exit: netproc(39958): 1
your acme-client.conf is about 5.5 years too old:
https://cvsweb.openbsd.org/src/etc/examples/acme-client.conf#rev1.2
The corre
On 2024-10-22 12:19 +02, Christer Solskogen
wrote:
> I've been using ifstated and dhcpleased for quite some time, and last
> week I figured it was time to try IPv6 as well. I'm a newbie when it
> comes to IPv6 so please bear with my ignorance if I'm using the wrong
> wording.
>
> The setup is qui
On 2024-09-03 16:28 +02, Mike Fischer wrote:
> Note that I am not advocating for slaacd to directly execute arbitrary
> scripts. But maybe an (optional) service that can be notified by
> slaacd would allow slaacd to stay secure, stable and compact while
> still providing proactive notification ins
On 2024-09-02 22:51 -04, Chris Ross wrote:
> Yeah. I see rtsold has a couple scripts it knows how to run, so that is a
> place. But having a hook in slaacd(8) (or somewhere else?) would be nice.
Not going to happen.
engine.c: if (pledge("stdio", NULL) == -1)
frontend.c:
> Do you recommend using a separate, dedicated e-mail address for
> posting in the misc@ list?
I would recommend not reading misc. But that might just be me.
--
In my defence, I have been left unsupervised.
On 2024-08-29 06:24 UTC, Stuart Henderson wrote:
> On 2024-08-28, Kasak wrote:
>>
>>
>>> 28 авг. 2024 г., в 18:28, Jag Talon написал(а):
>>>
>>> On Wed, 2024-08-28 at 16:45 +0300, kasak wrote:
Check your /etc/hosts
>>>
>>> Ah right I forgot to add the hosts file. Here's the full content:
On 2024-07-29 12:05 +02, Jan Stary wrote:
> On Jul 29 11:44:32, develo...@robert-palm.de wrote:
>> complete -cf doas
>>
>> but I cannot figure out how to do this for ksh.
>>
in .kshrc:
set -A complete_doas_1 -- $(ls /sbin /usr/sbin /bin /usr/bin /usr/X11R6/bin \
/usr/local/sbin /usr/local/
On 2024-07-03 12:59 -05, "Brian Conway" wrote:
> On Wed, Jul 3, 2024, at 12:50 PM, Anon Loli wrote:
>> Hi!
>> I've recently compiled OpenBSD in order to change the source code for the
>> better.
>>
>> There is one problem, however.
>> How do you verify the CVS repository that you got from the avai
On 2024-06-07 12:04 +02, "Peter N. M. Hansteen" wrote:
> I tend to summarize along the lines of "BSD licensed means you can do whatever
> you damned well please with the code except claim that you wrote it all
> yourself"
And this is why I get very grumpy when things like copilot steal my
code.
On 2024-04-07 10:27 UTC, Stuart Henderson wrote:
> On 2024-04-06, Florian Obser wrote:
>> Someone with pull at UPC^W ziggo^W vodafone^W liberty global could
>> potentially get that situation improved.
>
> Often on an OpenBSD box using one of these connections, you want
>
Someone with pull at UPC^W ziggo^W vodafone^W liberty global could potentially
get that situation improved.
On 6 April 2024 19:04:52 CEST, Peter Hessler wrote:
>OpenBSD natively supports IPv6 addressing via static configuration and
>SLAAC. We do not have a DHCPv6 client in base, so currently yo
On 2024-03-29 08:12 +01, Evan Sherwood wrote:
> Before I learned about the tilde sequences, I just unplugged the USB
> adapter. That quits cu.
>
> Worked in my case since my device was under its own power. FYI.
>
That's neat, I always just reboot :D Same for quitting vi...
--
In my defence, I h
newfs(8), and restore from backup. Your filesystem is fubar.
Or a hexeditor and a steady hand, but then you are very much on your own and
we'll just watch in amazement.
On 26 March 2024 21:30:14 CET, Peter Fraser wrote:
>The reason why ls -l faulted has been found and is being worked on.
>
>The
On 2024-03-24 23:33 +01, Evan Sherwood wrote:
> I'm not sure how to configure rad (or if rad is the right program) to
> help have my devices autoconfigured ULA addresses in a given prefix
> (generated from https://www.unique-local-ipv6.com).
>
> I am debugging a new ISP and need to switch between
On 2024-03-23 08:47 +01, Dan wrote:
> Florian, thanks a lot for your effort, really appreciable..
>
>> Could you give this a spin please an report back? See release(8) for
>> details.
>
> Unfortunately I'm still on 7.4 stable and I cant screw down any patch for you.
> Maybe having a storagy with c
On 2024-03-23 00:10 +01, Dan wrote:
> Hello,
>
> To avoid prbs with the relinking of the kernel happening in background
> I propose to set a little check during the shutdown to avoid to interrup it..
>
> Thnx!
Could you give this a spin please an report back? See release(8) for
details.
It's not
On 2024-03-21 10:33 +01, Christer Solskogen
wrote:
> Nick Holland reported this with a HP T430 Thin Client already in May
> 2022, and I see the same problem on two of my new firewalls. I was
> hoping a HDMI dummy plug would work as a workaround, but it doesn't.
> I'm not sure when or what marks t
They seem to be using extremely short-lived signatures, probably created
by an online-signer.
$ dig +short ns slack.com
ns-1493.awsdns-58.org.
ns-166.awsdns-20.com.
ns-1901.awsdns-45.co.uk.
ns-606.awsdns-11.net.
$ TZ=UTC dig @ns-1493.awsdns-58.org. +norec +dnssec +multiline +nocrypto
slack.com
You can probably steal the code from slaacd(8).
On 23 February 2024 20:58:59 CET, Claudio Jeker
wrote:
>On Fri, Feb 23, 2024 at 06:25:18PM +0100, Denis Fondras wrote:
>> Hello,
>>
>> I am trying to add IPv6 support for pppd(8) (IPv6CP) and I encounter a
>> blocker
>> when adding a default IPv6
On 15 February 2024 19:12:11 CET, b...@fea.st wrote:
>So I was curious, am I the only one using automatic OS updates
>in cron to keep the fish fresh and the bits dust free?
>
>I think I read somewhere that it's not recommended but I'm not
>running a server so it seems like a good idea to me.
>
>
On 2024-02-03 12:55 -05, "Stefan R. Filipek" wrote:
> For some time, my /var/log/messages has been filled with entries like:
>
> Dec 31 14:03:58 odin slaacd[56869]: last solicitation less then 4 seconds ago
> Dec 31 14:04:08 odin last message repeated 2 times
> Dec 31 15:50:07 odin slaacd[56869]:
On 2023-11-18 15:57 +01, m...@emailgroups.net wrote:
> On Sat, Nov 18, 2023, at 11:57, Mark wrote:
>> "> That will never happen."
>>
>> And some serious reason?
>>
>> It was a great idea indeed. :/
>
> They don't go out of their way to assist with foot shooting.
Oh, we like foot guns as much as
On 2023-11-17 16:06 +01, Odd Martin Baanrud wrote:
> Hello Jan,
>
> Thanks for the tip.
> The upgrade went smoothly.
> I ran “sysupgrade -n”, deleted the game set and the X sets and rebooted.
>
> Perhaps sysupgrade should be enhanced, so one could either choose
> which sets should be upgraded, or
On 2023-09-27 01:01 +02, Joel Carnat wrote:
> Hi,
>
> Because of Apple Private Address feature, my static IP allocations based
> on MAC address (hardware ethernet) doesn't work anymore. Looking at
> dhcpd.leases, some devices provide a client-hostname value ; but not
> every one.
>
> Is there a dh
On 2023-07-13 13:53 -05, "Jay F. Shachter" wrote:
> (Parenthetically, when is OpenBSD going to support ZFS, and join the
> category of operating systems in which I can do serious work, i.e.,
What makes you think that's a goal for the people working on OpenBSD?
An actual, professional clown, who
On 2023-07-04 00:17 +03, Mark wrote:
> Hi there.
>
> I'm getting this one in daemon/messages log files:
>
> Jul 3 20:52:53 unwind[92074]: bad packet: too large: 65552 -
> 1.0.0.127.bl.blocklist.de. IN A
> Jul 3 20:52:53 last message repeated 4 times
>
> What does that mean?
The nameservers for
On 2023-05-17 18:02 UTC, l...@fuji.kuistio.me wrote:
> Hi
>
> I have a desktop machine I recently installed OpenBSD 7.3 on. Everything
> seems to be working fine except that it doesn't obtain a DHCP lease when
> waking up from suspend. I haven't found any docs saying if it even should
> do this.
On 2023-05-11 08:08 +10, David Diggles wrote:
> On Thu, May 11, 2023 at 07:27:22AM +1000, Jonathan Matthew wrote:
>>
>> This looks like the thing I ran into a while ago where I had an overly
>> broad nat-to rule for outgoing traffic that applied to traffic from the
>> host as well as the networks
( this is a good dhcp state diagram to follow along at home:
https://commons.wikimedia.org/wiki/File:DHCP_Client_State_Diagram_-_en.png )
On 2023-05-10 23:07 +10, David Diggles wrote:
> I probably should have done numeric tcpdump output. Here's both again.
>
> tcpdump: WARNING: snaplen raised fr
On 2023-02-21 14:24 +02, Kapetanakis Giannis wrote:
> Yes I'm using default netflow version 5.
>
> is IPFIX better in general or the only one that supports ipv6?
Yes, version 5 is not specified for IPv6 flows, only IPFIX can export
IPv6 flows.
>
> thanks
>
> G
--
In my defence, I have been lef
Yes,
wild guess, you are running with pflowproto 5. It probably works better
with pflowproto 10.
On 2023-02-21 13:12 +02, Kapetanakis Giannis wrote:
> Hi,
>
> Does pflow(4) support export of ipv6 flows?
>
> I see none recorded.
>
> Thanks,
>
> G
>
--
In my defence, I have been left unsupervise
On 2022-12-31 23:54 +01, Ingo Schwarze wrote:
> Hi Alejandro,
>
> Alejandro Colomar wrote on Sat, Dec 31, 2022 at 05:56:27PM +0100:
>
>> I've started auditing the OpenBSD source code after the discussion on
>> arc4random_uniform(3) and my suggestion of arc4random_range() on the glibc
>> mailing
On 2022-12-21 15:04 UTC, Rodrigo Readi wrote:
> Too much innovations, too much daemons ... :)
Things kinda went downhill after CSRG disbanded.
On 2022-10-20 21:38 -07, "Lyndon Nerenberg (VE7TFX/VE6BBM)"
wrote:
> My reading of smtpd.conf says that any reject action should be able
> to take a message parameter. Yet the following line is rejected
> with a syntax error message:
>
> match mail-from rdns regex "\.t-online\.de$" reject "550
Set the password hash to 13 * using vipw(8) or usermod -p.
I wonder if we document that somewhere.
On 26 September 2022 20:27:07 CEST, Federico Giannici
wrote:
>I have a login that I want to be able to access only via ssh with a
>certificate (in ~/.ssh/authorized_keys).
>
>
>So I have disabled
On 2022-09-07 15:09 UTC, Stuart Henderson wrote:
> On 2022-09-07, Lévai Dániel wrote:
>> Doesn't hurt anything really, was just wondering if anyone has seen this and
>> maybe have a tech tale of an explanation for it.
>
> Does it depend on cold/warm boot, or whether it's on battery or plugged i
On 2022-07-13 17:23 -06, "Theo de Raadt" wrote:
> Christer Solskogen wrote:
>
>> This happens every time with dhcpleased and my ISP and it didn't with
>> dhclient, and what I do see now, that I didn't see with dhclient,
>> is that during the negotiation ifconfig says that the interface has
>> "st
On 2022-07-06 21:05 +02, Christer Solskogen
wrote:
> On Wed, Jul 6, 2022 at 4:47 PM Florian Obser wrote:
>
>>
>> Are you comparing the same thing? I.e. did dhcpleased get a lease before
>> and does /var/db/dhcpleased/$IF exist?
>>
>
> Both nodes have /var
On 2022-07-06 10:09 +02, Christer Solskogen
wrote:
> On Tue, Jul 5, 2022 at 9:56 PM Christer Solskogen <
> christer.solsko...@gmail.com> wrote:
>
>> Now that dhclient is soon to be gone, I wanted to switch to dhcpleased.
>> But I do have a hard time understanding how I can get that to work togeth
On 2022-06-24 10:16 +02, Alexandre Ratchov wrote:
> I noticed that most of the spam that spamd(8) doesn't catch comes from
> machines with no valid FCrDNS and that all legitimate mails used valid
> FCrDNS.
>
> Certain [1] recommend to return 550 in case of invalid FCrDNS, but if
> I understand cor
Since my other computer is a datacenter, and my laptop is just a
glorified vt100, I figured how to autosuspend it when it's idle for some
time.
I already at xidle(1) in my .xsession to start xlock(1). I then
discovered -startCmd in xlock(1).
I know have this:
$ cat xlock_zzz
#! /bin/sh
exec /us
On 2022-05-13 19:35 +02, Clemens Gößnitzer wrote:
> When I try to update nextcloud to the next major version, it would not
> let me easily:
>
> # pkg_add -vi nextcloud
> Update candidates: quirks-5.5 -> quirks-5.5
> quirks-5.5 signed on 2022-05-12T23:37:02Z
> Ambiguous: choose package for nextclou
On 2022-05-06 12:00 -04, Nick Holland wrote:
> here's a weird one.
>
> HP T430 Thin Client, reloaded with OpenBSD.
> In it's intended use, it runs Linux in BIOS boot mode. OpenBSD's
> installer will boot that way, but the kernel is unable to see the
> 16g storage device. In UEFI boot mode, OpenB
On 2022-05-06 10:28 -04, Sonic wrote:
> On Fri, May 6, 2022 at 7:18 AM Florian Obser wrote:
>> Also, dhcpd(8) does not even hand out option 3 when option 121 is
>> configured.
>
> That doesn't seem like correct behavior (the ISC version certainly
> offers both). B
On 2022-05-06 08:26 UTC, Stuart Henderson wrote:
> On 2022-05-04, nace...@narwhals.org wrote:
>> https://marc.info/?l=openbsd-tech&m=162652200109398&w=2 I disagree.
>> while its technically correct with the rfc, in practice, not many OSes
>> rigidly enforces not using the router option when 121
On 2022-05-04 07:42 +02, Harald Dunkel wrote:
> Hi folks,
>
> I think the main problem is pretty easy to describe: OpenBSD loses track
> about what it had installed and cannot clean up its own files on a system
> upgrade.
The general case is a hard problem and people who deemed this important
hav
On 2022-04-30 00:49 -04, Josh Grosse wrote:
> On Fri, Apr 29, 2022 at 09:33:50PM -0700, George Morgan wrote:
>> I created a hostname.vlan10 file which has a single line:
>>
>> inet autoconf parent vge0 vnetid 10 lladdr ...
>>
>> At boot the interface fails to configure but after boot I can login
On 2022-04-20 21:42 UTC, Stuart Henderson wrote:
> On 2022-04-20, Florian Obser wrote:
>> You will need a carefully curated /etc/sysclean.ignore file.
>>
>> You decided to put maildirs somewhere on the system, sysclean is not
>> omniscient, you need to tell it to
You will need a carefully curated /etc/sysclean.ignore file.
You decided to put maildirs somewhere on the system, sysclean is not
omniscient, you need to tell it to leave them alone. Same with .git directories.
I don't recall needing to tell it about package config files though, that's a
bit wei
On 2022-03-25 20:07 UTC, Stuart Henderson wrote:
> (I found unwind more trouble than it's worth with rdomains though,
> I killed resolvd and hardcoded a public resolver in resolv.conf
> instead..)
Do we need something simpler for some rdomain setups? A daemon listening
on 127.0.0.1 and only forwa
On 2022-03-25 11:41 +01, Francisco Gaitan
wrote:
> I have setup a WireGuard VPN so I run two instances of unwind, one for
> rdomain 0 (unwind) and another for rdomain 1 (unwind1) this way:
> lrwxr-xr-x 1 root wheel16 Mar 23 13:44 unwind1 -> /etc/rc.d/unwind
>
> $ cat /etc/rc.conf.local
> un
This thread on bugs@ probably has the information to get you started:
https://marc.info/?t=16429322751&r=1&w=2
On 27 January 2022 20:39:11 CET, Jan Stary wrote:
>This is current/arm64 on a Raspberry Pi 4B, dmesg below.
>A sysupgrade -sf has installed GENERIC (not GENERIC.MP) as /bsd.
>How ca
On 2021-12-26 19:43 UTC, mgra...@brainfat.net wrote:
> So my question is, is this expected behavior? When the router advertisement
> does not have a router and
> thus sets the router lifetime to 0 (as it should), should slaacd ignore
> advertisement? Or should
> it still configure an IP address
On 2021-12-06 13:49 +03, Maksim Rodin wrote:
> Hello
> I have the following unwind.conf:
> ```
> cat /etc/unwind.conf
> fwd1=192.168.1.150
> fwd2=192.168.1.1
> forwarder { $fwd1 $fwd2 }
> preference forwarder
> ```
> and an automatically generated resolv.conf:
> ```
> cat /etc/resolv.conf
> namese
Here we go again...
On 23 November 2021 21:00:18 CET, "pas...@pascallen.nl"
wrote:
>I'm trying to upgrade to 7.0 but it fails.
>The upgrade quide shows:
> Check available disk space in /usr. Verify that the /usr partition
> has a size of at least 1.1G. With less space the upgrade may fail
>
On 2021-11-03 11:41 -06, Zack Newman wrote:
> dhcpleased(8) is unable to renew DHCP leases from my ISP,
> Xfinity/Comcast. This in turn is causing leases to expire leading to
> IPv4 drops that last between 15 and 20 seconds until a new lease can be
> binded. Note that lease binding does succeed.
>
On 2021-10-20 07:55 +02, Otto Moerbeek wrote:
> On Wed, Oct 20, 2021 at 07:47:30AM +0200, Mischa wrote:
>
>> Unfortunately our joy was short lived. This morning I noticed a lot of
>> Oct 20 07:44:15 name1 nsd[80814]: server 76410 died unexpectedly with status
>> 11, restarting
>>
>> It looks like
On 2021-10-18 14:38 UTC, tetrahe...@danwin1210.me wrote:
> On Fri, Oct 15, 2021 at 10:14:56PM +, tetrahe...@danwin1210.me wrote:
>>My setup is a little bit unusual, and I'm trying to understand why
>>`uname -a` is still reporting 6.9 after I successfully booted
>>bsd.upgrade and saw the upgrade
mkdir ~/.cache should get you get going again until xterm is fixed.
On 6 September 2021 08:41:38 CEST, henkjan gersen wrote:
>That indeed gives much more output, but not sure it gives more clarity
>as it ends with this:
>
>--
>69930 xterm CALL mprotect(0xf4aab8c6000,0x1000,0x3)
>69930 xterm RET m
On 2021-08-18 12:48 UTC, Olivier Cherrier wrote:
> Hi,
>
> I have a DHCP setup using dhcp-client-identifier option.
>
> On the DHCP server side, i use something similar to this:
> ---8< /etc/dhcpd.conf
> host rex {
> option dhcp-client-identifier "rex";
>
On 2021-05-30 19:55 +02, Theo Buehler wrote:
> On Sun, May 30, 2021 at 01:43:54PM -0400, Daniel Jakots wrote:
>> On Sun, 30 May 2021 17:45:22 +0200, Theo Buehler
>> wrote:
>>
>> > Unsure. If people really think this is useful and necessary, I can be
>> > convinced. It's easy enough to do. And yo
https://xkcd.com/979/
On Sat, Apr 03, 2021 at 05:43:36PM +0200, open...@crw.name wrote:
> Self solved.
>
> Am 02.04.2021 14:02, schrieb open...@crw.name:
> > Hello, I need some help to configure my acme-client the right way.
> >
> > Obtain certificates itself works using OpenBSD -current #434 fr
What are the permissions on the bsd.upgrade that's left behind?
If they are still +x then your issue is with the boot loader, maybe that
boot.conf otto suggested. If they are -x then the boot loader started the
install kernel but something went wrong.
On 14 February 2021 18:02:07 CET, Judah Koch
On 3 January 2021 15:25:13 CET, Ingo Schwarze wrote:
>Hi,
>
>Daniel Jakots wrote on Sat, Jan 02, 2021 at 11:19:07PM -0500:
>> On Sat, 2 Jan 2021 22:57:06 -0500, wrote:
>
>>> I came across a broken link during some pre-install research.
>>>
>>> While browsing URL https://www.openbsd.org/68.htm
I think the only way is to repeat the location statement for each extension :/
You can leave out the socket since that's the default
On 10 December 2020 18:24:20 CET, Alexey Vatchenko
wrote:
>Hello!
>
>I’m migrating from ancient server with OpenBSD’s apache1 to 6.8
>OpenBSD’s httpd.
>In my conf
On Fri, Oct 30, 2020 at 11:58:41AM +0100, Martin Schröder wrote:
> Am Fr., 30. Okt. 2020 um 11:54 Uhr schrieb Denis Fondras
> :
> > Please, fix your tweet. The default install answer for IPv6 is 'none'.
>
> This borders on "switch off v6 for security reasons", which would be just
> wrong.
since
On Tue, Sep 22, 2020 at 04:08:16PM +0200, Why 42? The lists account. wrote:
>
> On Tue, Sep 22, 2020 at 07:12:47AM -, Stuart Henderson wrote:
> > Sounds like they are trapping sigbus themselves but the handler isn't
> > giving useful information.
> >
> > Try just running it under gdb:
> > pkg
On Sun, Sep 20, 2020 at 01:19:17AM -0400, Predrag Punosevac wrote:
>
> Hi Misc,
>
> For number of years I had a very simple scheme to backup my OpenBSD
> infrastructure servers running critical network services for our small
> university lab. Namely, I would put a low profile usb flash drive and
On Tue, Aug 25, 2020 at 09:48:04AM -, Stuart Henderson wrote:
>
> Guesses can be made, but a quick email might get a more accurate
> answer :) "Hi, I see you are padding your announcements at $IX and we
> are seeing you from other peers with the same path length, would you
> prefer we send to
On Wed, Aug 05, 2020 at 07:19:29AM +0200, Peter J. Philipp wrote:
> Hi,
>
> Aug 5 07:09:55 beta unwind[1703]: startup
> Aug 5 07:09:59 beta unwind[62921]: validation failure
> . A IN>: no DNSSEC records from 192.168.177.1 for DS internal.centroid.eu.
> while
> building chain of trust
>
> Le
Wild guess, /home is an nfs mount or mounted read-only? That's not going to
work unfortunately.
On 17 June 2020 22:23:13 CEST, "Raymond, David" wrote:
>I am trying to upgrade a bunch of machines from 6.6 to 6.7 using
>sysupgrade and I get the message
>
>/usr/sbin/sysupgrade[136]: cannot create
On Mon, May 25, 2020 at 12:26:43PM -0400, Nick Holland wrote:
> While OpenBSD itself is great about using duids, those are defined in
> the 'a' partition of the boot disk..which is usually the first disk. But
> in your case, the "first disk" doesn't include the 'a' partitionand the
> /etc/fstab fil
A common problem. :(
I finally got around to improve acme-client's error reporting, it should be
better in -current and 6.8
On 23 May 2020 21:28:23 CEST, Teno Deuter wrote:
>On Sat, May 23, 2020 at 8:22 PM Stuart Henderson
>wrote:
>>
>> On 2020-05-23, Teno Deuter wrote:
>> > acme-client: chall
Please leave, optionally seek professional help and never come back.
--
I'm not entirely sure you are real.
On Tue, Apr 14, 2020 at 06:52:21AM +, Roderick wrote:
> Is that not a little too primitive?
I thought so, too. No context, no explanation just a one-liner.
--
I'm not entirely sure you are real.
The ifconfig option parser is... special.
You must set flowdst as well as pflowproto.
On 4 March 2020 14:02:18 CET, Kapetanakis Giannis
wrote:
>Hi,
>
>Is IPFIX removed from pflow in 6.6?
>
># ifconfig pflow0 pflowproto 10
>ifconfig: SIOCSETPFLOW: Can't assign requested address
>
>pflow(4) still
On Fri, Jan 10, 2020 at 10:06:41AM +0100, Jan Stary wrote:
> It seems it's the SD card that is slow (the machine
> is a BeagleBone Black) - will try with a faster one.
>
> It seems I am missing out on
> http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib/miniroot/install.sub.diff?r1=1.1141&r2=1.1
On Tue, Jan 07, 2020 at 05:35:13PM +0300, Hamd wrote:
> It's 2020 and it's -still- sad to see OpenBSD -still- has the
> lowest/poorest (general/overall) performance ever:
Thank you for your kind and encouraging words.
I will get right on fixing these issues for you.
--
I'm not entirely sure you
On Sat, Jan 04, 2020 at 04:59:40PM +, go...@disroot.org wrote:
> I never read
Please stop wasting our time then.
Thanks,
Florian
--
I'm not entirely sure you are real.
On Tue, Oct 22, 2019 at 09:56:57AM +0100, Daniel Winters wrote:
> Good morning,
>
> > Today acme-client renewed all but 2 of my domains; the two that have
> > "alternative names" in the certificates. I cannot get it to renew
> > those two. This is on amd64 on 6.6-current, updated today.
>
> I ca
On Tue, Sep 17, 2019 at 09:43:20AM +0200, Marc Espie wrote:
> I'm a bit surprised nobody looked at instrumenting what sets are actually
> installed on a machine during install/manual upgrade and cloning that
> into sysupgrade to avoid this kind of surprise...
>
Yeah, I think sysupgrade was a mis
On Thu, Sep 12, 2019 at 12:42:58PM +0200, Henry Jensen wrote:
> Greetings,
>
> A tweet[0]from @romanzolotarev confused some people, including me.
>
> Basically he says, that if you wish co continue to use acme-client you
> have to upgrade to -current, because of the switch to ACME v02 API and
> t
This will only work if you stop upgrading snapshots long before 6.6 is
announced.
Otherwise you will be on 6.6-current by November 1st and -r will wait for 6.7.
On September 2, 2019 1:15:26 PM GMT+02:00, Ian Darwin
wrote:
>> The sysupgrade tool is a nice way to install the newest snapshot,
>nev
On Thu, Aug 29, 2019 at 09:39:40AM +0300, Consus wrote:
> On 19:59 Wed 28 Aug, Steven Shockley wrote:
> > So, many thanks to everyone who put together the new -stable updates for
> > packages. Is there a command I can put in the crontab that will only
> > output if there are updates? Similar to w
On Sun, Aug 18, 2019 at 07:36:55PM +0200, list wrote:
> Hi,
>
> The output of slaacctl show interface vio0 ist the following:
>
> # slaacctl show interface vio0
>
> slaacctl: connect: /dev/slaacd.sock: Connection refused
>
> This is not how it is supposed to be i guess.
it would be interesting
"%lu", __func__, IMSG_DATA_SIZE(imsg));
> >memcpy(&verbose, imsg.data, sizeof(verbose));
> >log_setverbose(verbose);
> >break;
> > @@ -754,6 +754,7 @@ config_new_empty(void)
> >xconf->ra_options.cur_hl =
On Tue, Aug 06, 2019 at 11:17:04PM +0200, Sebastian Benoit wrote:
> Caleb(enlightened.des...@gmail.com) on 2019.08.06 08:05:48 -0700:
> > How do I publish default router preferences as defined in RFC 4191
> > (https://tools.ietf.org/html/rfc4191) using rad in OpenBSD 6.5?
> > I've read the friendly
On Thu, Jun 20, 2019 at 10:47:49PM +0200, mathijs wrote:
> this makes misc@ so much more amusing
It really doesn't. We are not here to have manure tossed at us for the
audience's amusement.
Everytime something like this happens it takes time away from hacking
on OpenBSD. It doesn't matter that it
On Sun, Feb 03, 2019 at 03:43:20PM +, Chris Narkiewicz wrote:
> Hi,
>
> I'm trying to configure Nextcloud on a subdomain. My config has 2
> vhosts and connection max request body is not respected for my subdomain.
this has been fixed in current. Wild guess, you are on 6.4?
This diff should a
On Thu, Dec 13, 2018 at 10:02:45AM +0100, Otto Moerbeek wrote:
> On Thu, Dec 13, 2018 at 09:50:31AM +0100, Florian Obser wrote:
>
> > On Thu, Dec 13, 2018 at 09:25:25AM +0100, Kollar Arpad wrote:
> > > Any creative hints to defend against these kind of threats?
> >
On Thu, Dec 13, 2018 at 09:25:25AM +0100, Kollar Arpad wrote:
> Any creative hints to defend against these kind of threats?
Your system has been compromised. The attacker is able to replace
binaries, you have lost. If your package manager can still tell you
that the sshd binary has been replaced
One possible workaround is putting
-inet as the first line in /etc/hostname.vio4
It will nuke all v4 addresses and re-add them.
Depending on your usecase this might work for you or it might melt
down your whole network ;)
On Thu, Dec 06, 2018 at 10:49:01PM +, Tom Smyth wrote:
> Hello,
>
> Im
On Tue, Nov 13, 2018 at 07:38:04PM +0100, Thuban wrote:
> Hi,
> I use dovecot and smtpd on my personal mail server.
> They both share the same password file.
>
> I works very well, but I'm concerned about permissions on this file :
>
> -rw-r--r-- 1 root wheel passwd
>
> It's world reada
On Thu, Nov 08, 2018 at 09:45:38AM +0100, Stefan Wollny wrote:
> Am 08.11.18 um 09:03 schrieb Stefan Wollny:
> > Hi there,
> >
> > just a little nit with the iridium-browser unveiled:
> >
> > I changed the 'exec' command in /usr/local/bin/iridium like so:
> > - LANG=${_l} exec "/usr/local/iridium
On Thu, Nov 08, 2018 at 10:52:11AM +0200, Dumitru Moldovan wrote:
> On Thu, 8 Nov 2018 09:03:51 +0100, Stefan Wollny wrote:
> >
> > I changed the 'exec' command in /usr/local/bin/iridium like so:
> > - LANG=${_l} exec "/usr/local/iridium/iridium" "${@}"
> > + LANG=${_l} exec "/usr/local/iridium/i
On Thu, Nov 08, 2018 at 12:21:58PM +0100, Solene Rapenne wrote:
> Alarig Le Lay wrote:
> > Hi,
> >
> > I would like to pull my munin node over IPv6, but the process is only
> > listening on IPv4.
> >
> > guinch# grep '^host' /etc/munin/munin-node.conf
> > host *
> > guinch# netstat -af inet | gr
On Tue, Sep 11, 2018 at 04:12:48PM +0200, Peter J. Philipp wrote:
> Hi,
>
> I wasn't going to ask, but the book I have (alternative dns servers - jpm) is
> somewhat outdated on nsd.
>
> If I'm correct, in order to pull the zones to disk on a slave nsd setup, one
> has to manually or crontab "nsd-
During g2k18 I commited rad(8).
The latest amd64 and i386 snapshots should contain it with enough
features to replace rtadvd(8). If you are using rtadvd(8) I'd
appreciate if you could switch to rad(8) and report back if any
features are missing.
The plan is to unhook rtadvd(8) from the build soon
On Sun, Jul 08, 2018 at 08:30:29AM -0500, Edgar Pettijohn III wrote:
>
>
> On 07/08/18 08:09, Florian Obser wrote:
> > On Sun, Jul 08, 2018 at 07:53:41AM -0500, Edgar Pettijohn III wrote:
> > > I am playing around with cgi written in c. I am getting what seems like a
On Sun, Jul 08, 2018 at 07:53:41AM -0500, Edgar Pettijohn III wrote:
> I am playing around with cgi written in c. I am getting what seems like a
> weird error though. I'm starting off with a very basic program:
>
> #include
>
> int
> main(void)
> {
> fprintf(stdout,
> "\n"
1 - 100 of 153 matches
Mail list logo