has changed recently. I've
removed that IP range from the blacklist which may fix the issue
for you.
- todd
, I added and removed a user (same way as before), then got the checksums
> with sha256. The checksums didn't change, so whatever the "corruption" is,
> it's consistent.
That is because "pwd_mkdb -c" is meant to check /etc/master.passwd,
not the .db files.
- todd
wever, when you run "ls -l", it is unable to stat(2) the individual
files in the directory (to get the size, owner, mode, etc) and so
does not display them.
You can use ktrace(1) and kdump(1) to see the system calls used by
ls (or other programs) and compare what happens for "ls" vs. "ls -l".
- todd
I bought a new firewall appliance that has 4 igc network interfaces.
The interface works during the install when running from install75.img
After rebooting into the 7.5 installation, the igc devices are not working.
The dmesg output for the device is:
igc0 at pci1 dev 0 function 0 "Intel I226-V
I installed OpenBSD 7.5 on a new firewall appliance.
I did not have any trouble setting up the network during the installation
igc0 was detected and configured to use dhcp.
The installer was able to download the installation sets and correctly set
the time via NTP.
After rebooting into the instal
use the other form of
for() where you iterate over the array with keys in ascending (or
descending) order.
- todd
On Mon, 15 Apr 2024 14:17:10 +0200, =?utf-8?B?0KHRgtGA0LDRhdC40ZrQsCDQoNCw0LTQu
NGb?= wrote:
> Just to clarify, this particular instance of this issue seems to be related t
> o
> terminfo.
>
> In general, as I stated earlier, the log message
>
> ... [program_name]: vfprintf %s NULL in "[for
It's certainly possible that some of the relayd hardening changes
are to blame. Would you be able to rebuild relayd with some of
those commits reverted to see if one of them is to blame?
- todd
This thread is now closed, please don't try to continue it.
- todd
rue of ssh.
- todd
ne this (often for all senders, not just those with published
> DMARC policy) and, after a period of adjustment to get used to it,
> it's not so bad.
That's certainly possible and I think it would elininate the problem
of not being able to easily reply to the sender.
- todd
list administrator.
- todd
an author messages on the command line instead of through a web
> interface, but there have been no new replies on my original message
> since I subscribed, so I still don't have a message to reply to.
I just re-sent the original messages to your new address so you
should now have a copy to reply to.
- todd
On Wed, 13 Mar 2024 11:54:14 -0600, Todd C. Miller wrote:
> I've just added support to our majordomo for rewriting the From:
> header when the sender's domain has a DMARC policy. Messages from
> domains using DMARC will now have a From: header like:
>
> From: "
senders (for example gmail.com) use a policy of
"none" but receivers may still enforce SPF. I could relax this but
I worry that doing so will lower the IP or domain "reputation" in
Google's eyes (something that is already a black box).
- todd
r "Removing
scratch and junk files" and see if that fixes your problem.
- todd
Make sure the device is not muted.
https://man.openbsd.org/sndioctl.1
On Fri, Feb 2, 2024, 9:02 AM Manfred Koch wrote:
> Hi all,
>
> I'm a newbie in openbsd. I use the xfce Desktop but without sound. I
> have enabled sndiod_enable=YES
> in /etc/rc.conf.local. Further I tried pulseaudio without
x27;t. What are the alternatives? Is there really no way to do this?
The normal way to do this is to mark the socket non-blocking, use
something like poll(2) for the event loop and handle partial
read/write appropriately. Many of the system daemons use libevent
to help abstract this.
- todd
nto.edu but other
servers are fine. So it does appear to be a problem on
obsdacvs.cs.toronto.edu itself.
- todd
That looks like a problem on the cvs server, not the client.
What cvs server are you trying to checkout from?
- todd
ansparent
See the description of "transparent" in the unbound.conf manual for
more info.
- todd
it more
restrictive on your system?
- todd
nds.list?
> it is a requirement for the time part of the stdlib to work.
>
> [1]: https://harelang.org/
Yes, that should be possible. I'll need to update the Makefile
to support this.
- todd
https://www.tiltedwindmillpress.com/product/httpd-and-relayd-mastery/
An older book, but it has detailed setup of php applications on OpenBSD
On Thu, Nov 9, 2023 at 5:40 AM soko.tica wrote:
> Hello,
>
> I have a task to launch from scratch one site web hosting google cloud
> instance.
>
> I kno
sending the email.
>
> Do you have an idea how to work around it? Or do I need to patch and
> recompile smtpd?
I just committed the fix but I don't think there is a workaround.
You will need to patch and recompile smtpd.
- todd
onfirm each post, just subscribe to the list.
You can disable message delivery in your majordomo settings if you
don't actually want to receive any messages.
- todd
The minimum size for /usr has changed recently. If you used auto
partitioning when you installed 6.5, /usr is probably too small for 7.3.
On Fri, Sep 8, 2023 at 6:52 AM Zé Loff wrote:
> On Fri, Sep 08, 2023 at 10:01:45AM +0200, Alessandro Baggi wrote:
> > Hi list,
> > I've a problem. I need t
to write an OpenBSD driver but this is no small
undertaking.
Your best bet may be to replace the onboard wireless with a card
that is supported by OpenBSD.
- todd
first to see if either of those are the cause.
- todd
ou might just edit /etc/daily
and pass the -r option to mail to set the from address.
- todd
y have to chalk this up to a learning experience lol.
Sounds like you need to reboot into single user mode (-s at the
boot prompt) and change root's shell back to /bin/ksh ;-)
- todd
gdb package instead.
- todd
pub/OpenBSD/7.3/packages/amd64/: no such dir
You need to use "pkg_add -Dsnap" when using a snapshot that is close
to release. That will force pkg_add to use, for example,
https://mirror.ihost.md/pub/OpenBSD/snapshots/packages/amd64/
- todd
u
can't really tell.
> Is this sane? is it safe to attempt to read all the blocks
> on an entire 'c' partition of a disk that's doing "other
> things" at the same time, including a layers of softraid?
Just reading should be fine, it will simply slow down other operations.
- todd
8
It looks like there are more status codes defined by the draft
specification(s). For example:
SSH_FX_WRITE_PROTECT 12
But that is not currently supported by OpenSSH. I don't know whether
there is interest in supporting other sftp v3 error codes in OpenSSH.
- todd
The default root crontab on OpenBSD sets a more limited PATH:
PATH=/bin:/sbin:/usr/bin:/usr/sbin
Perhaps that is what you are talking about? We might want to
consider removing PATH from root's crontab and just use the value
from login.conf.
- todd
:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbi
n
If you have PATH set in the crontab file that will override the
default.
- todd
"140 GB; size on disk 204 GB" for both
> the original "49 GB" Maildir and the 188 GB copy.)
That is because Windows is summing the file sizes which include the
holes whereas du doesn't count the holes (since they take up no
space on the disk).
- todd
ump through hoops before they'll grant that - see recent posts on
> the mailop list for more. It is quite astonishing.)
At least they provide a way to contact them, unlike Google which
just rejects my mail with no way to contact a human being.
- todd
is safest to assume that
some data may have been written and use explicit_bzero() to clear
the buffer.
- todd
type that is only passed as a pointer to libkvm.
The actual struct definition is in src/lib/libkvm/kvm_private.h but
the definition is intentionally not in the public headers.
- todd
destination IP address) to identify the security association
<https://en.wikipedia.org/wiki/Security_association> of the receiving party
I could not find any information that relates specifically to ipsec traffic
Thanks Again.
On Sun, Aug 7, 2022 at 3:59 AM Stuart Henderson
wrote:
> On 2022-08
n 2022-08-06, Todd Carpenter wrote:
> Hi all,
>
> I've been trying to get relayd up and running on my configuration and had a
> couple of questions I could not find answers for.
>
> As I understand it, relayd is capable of making a "protocol" where you
> could es
Hi all,
I've been trying to get relayd up and running on my configuration and had a
couple of questions I could not find answers for.
As I understand it, relayd is capable of making a "protocol" where you
could essentially take connection details and call it whatever you like,
then create rules i
? (Because i
> can't find him on github repo T-T)
> .
That is because auth_session_t is an opaque type, you are not meant
to modify it. Usually, all you need is something like a call to
one of the simplified auth APIs like auth_userokay().
Take a look out how BSD auth is used in lock(1) and xlock(1).
- todd
effect on the devices."
How does this look? I couldn't resist making some other minor
tweaks while there.
- todd
Index: libexec/getty/ttys.5
===
RCS file: /cvs/src/libexec/getty/ttys.5,v
retrieving revision 1.13
diff -u -p
On Sun, 24 Jul 2022 23:50:11 -0700, Kastus Shchuka wrote:
> Apparently, restarting getty on tty00 was not enough.
> After reboot, I got login prompt on tty00 line.
Running "ttyflags -a" as root would probably also fix it without
the need for a reboot.
- todd
ch is probably what you want.
> Luckily, I am young and can build a nice repository myself!
You can access the archives from lists.openbsd.org as long as you
are subscribed to the list (and thus have a password).
https://lists.openbsd.org/cgi-bin/mj_wwwusr?user=&passw=&func=lists-long-full&extra=misc
- todd
at can quickly overwhelm
the destination and get the mail server banned as a spam source.
Unfortunately, there isn't currently a way to download the
archives in mailbox format, which is probably what you want.
- todd
= rcpt=<-> source="10.1.1.1"
relay="142.250.138.27 (142.250.138.27)" delay=4s result="Ok" stat="250 ok
1654617630 qp 52476"
smtpd[8486]: 09b3582e47599342 mta disconnected reason=quit messages=1
I've changed the addresses in the log but you get the idead (gmail
has a real certificate).
- todd
o:
cd /usr/src/usr.sbin/cron/
make obj && make depend && make DEBUG=-g && make install
- todd
root's crontab and then
somehow gets into a cpu loop. I don't see how that can happen from
code inspection. What would be most useful is to get a stack trace
of cron when this occurs but that will require rebuilding cron from
source with debug symbols.
- todd
I like ncdu when searching for what is using disk space.
ncdu -x /
https://openports.se/sysutils/ncdu
On Wed, Feb 16, 2022 at 4:32 AM Lourens wrote:
> Hello to Everyone,
>
> Thank you for your time and expertise.
>
> This is my first OpenBSD installation**so I am an obsd greenhorn, this
> is 7
#x27;m not sure the reason for the gaps in numbering on some AMDs, but the
> documentation just talks about IDs and doesn't imply that they have to
> be contiguous. (https://www.amd.com/system/files/TechDocs/24594.pdf
> page 629).
I'd guess that the gaps represent cores present on the chiplet that
have been disabled.
- todd
I use https://www.passwordstore.org/
pkg_add password-store
On Fri, Jan 7, 2022 at 2:03 PM wrote:
> Hello. I hope this these types of questions are okay for an mailing list..
> I completely understand if they are not..
>
> There's password-store, but it does need some shitty dependencies..
> Th
the input I sure hope this rm is not being run in a privileged context.
- todd
the information is probably being
cut off. I'm guessing your interactive terminal is wider than 80
columns. You can add 'w' a few times to your ps options to extend
the width but you are much better off using pgrep for this.
- todd
n booted in single user mode with only the root partition
mounted the /tmp, /home, /var, /usr and /backup directories should
be empty.
- todd
the box to get it back.
This may be due to a memory leak. You could monitor the output of
"netstat -m" and also "vmstat -m" and watch for memory use increasing
over time. The number of mbufs in use reported by "netstat -m"
should be relatively stable.
- todd
You are expected to know that ^I (control-I) is the tab character.
Using ^I instead of a literal tab character in the manual was
supposed to make it clear that this is a tab and not a series of
spaces but maybe it is not so obvious...
- todd
Syntax error: "do" unexpected
AT&T ksh:
$ while do done
ksh: syntax error: `do' unexpected
bash:
bash-5.1$ while do done
bash: syntax error near unexpected token `do'
zsh:
% while do done
[CPU loop like OpenBSD ksh]
I think the proper fix here is to reject the empty while in OpenBSD's
sh/ksh.
- todd
ld ;-)
What one person finds clear and obvious may seem obfuscated to
someone else. We try to use a consistent style so that everyone
can read and understand the code once they are familiar with that
style and common idioms.
- todd
There is some guidance for installing Home Assistant on FreeBSD.
Probably the most useful piece of the article is the init script that
starts Home Assistant from a virtual env. I bet with minor tweaks, you
could get this to work on OpenBSD.
https://community.home-assistant.io/t/installation-of-h
your kernel messages (dmesg) to see if there is
an error like "No valid PPP-Max-Payload tag received in PADO". If
you see this, then the ISP or telco's equipment probably doesn't
support RFC 4638 and you can't do baby jumbos with pppoe.
- todd
had any problems with a VDSL connection with
100 down / 11 up. My config is very similar to yours:
queue outq on em2 flows 1024 bandwidth 10M max 10M qlimit 1024 default
where em2 the underlying interface used by pppoe0. Without queueing
I have major problems when utilizing the upstream bandwidth, probably
due to dropped ACKs.
- todd
d behavior. Shared memory segments are not garbage
collected when a process exits (or when the last reference to them
is removed). They need to be explicitly removed, either by one of
the processes that is using them or manually using ipcrm(1).
- todd
t; me the "recommended" or "best practice" way of doing this.
The recommended way to increase a limit is to add a new login class
with the same name as the daemon. For example:
nginx:\
:openfiles=4096:\
:tc=daemon:
This will be used automatically by the rc.d startup script. See
the rc.d man page for more details.
- todd
ors, thin
That is not an NVME SSD, it is an M.2 SATA SSD. You need a different
adaptor.
- todd
ply starting a new shell or opening a
new xterm is not sufficient.
- todd
r BIOS settings and make sure all the SATA
channels are configured to use AHCI and not legacy ATA.
- todd
don't
support alternation.
- todd
uot;?
See the CAPTURES section in pattern(7) for details.
- todd
is good. There are obsolete file removal instructions
in the Upgrade Guide, e.g.
http://www.openbsd.org/faq/upgrade68.html#RmFiles
http://www.openbsd.org/faq/upgrade67.html#RmFiles
Once you have the obsolete files removed, do a manual upgrade from
the 6.8 bsd.rd and it should fix things.
- todd
c/reorder_kernel runs and your /usr
is full. If you have upgraded the system multiple times there is
probably cruft in /usr you can remove such as old shared libraries
and obsolete binaries.
Your removal of /usr/X11R6 probably is what "fixes" it after
sysupgrade.
- todd
Typically, this kind of thing is done in /etc/login.conf.
- todd
I have been using the sshguard package for the last several releases.
Following the upgrade to 6.8, rcctl is reporting that sshguard fails to
start.
rcctl check sshguard
sshguard(failed)
Below is the relevant information I can think of to provide.
Are there additional troubleshooting
On Mon, 19 Oct 2020 21:19:26 -0600, "Raymond, David" wrote:
> I tried putting a filter that drives an HP Deskjet printer (works with
> lprng on linux) as an output filter in printcap and it didn't work.
> Would it be more proper to put it as an input filter? I am still on
> version 6.7 of the OS.
ile they are not visible in the main namespace.
You can't really print a time_t via printf(3) without a cast. On
OpenBSD we generally print it with %lld and cast the argument to
long long.
- todd
like it. The other idea I had was to simply declare that mounts
under a certain directory (such as /mnt) would not be checked, but
I think this is a more elegant approach.
- todd
the options field.
- todd
> same results.Basically rsync never exits and when I use four Vs for
> verbosity the last line is 'client_run waiting on..." rsync locally works
> fine.
Are you using WSL 1 or WSL 2? If possible, I'd suggest testing with WSL 2.
You can convert between WSL 1 and 2 pretty easily.
- todd
it, you can find such bracket
> (usually with one DB-9 and one DB-25 port) on old (very old!) PCs.
> I found mine many years ago in some old 486 waiting to be recycled.
Yes, this was fairly common in pre-ATX machines. I have a few
harvested from old machines before I recycled them.
- todd
pen
on a file system. E.g.
$ fstat -f /tmp
This won't tell you how big those unlinked files are, but it will
give you a list of suspects. You can restart them and see which
one releases the space.
- todd
ld dare remove the line in tunefs(8) due to the curse
listed in the man page source:
.\" Take this out and a Unix Demon will dog your steps from now until
.\" the time_t's wrap around.
You can tune a file system, but you can't tune a fish.
- todd
e days they are allowed. I didn't have any problem
reading the attached dmesg.
- todd
383807532b5
> 9
> but ksh's builtin glog still has the issue.
At the very least we should collapse consecutive stars. This is a
separate issue from making gmatch() iterative.
- todd
Index: bin/ksh/misc.c
===
RCS file:
ciphers as
expected. The log message:
smtpd: process pony socket closed
makes it sound like the smtpd pony express process crashed.
- todd
n
index into an array, resulting in a negative index. Once debugged,
the fix is simple.
- todd
diff --git a/b.c b/b.c
index c167b50..f7fbc0e 100644
--- a/b.c
+++ b/b.c
@@ -684,7 +684,7 @@ bool fnematch(fa *pfa, FILE *f, char **pbuf, int *pbufsize,
int quantum)
s is actually a bug. Historic behavior is to not descend
into directories that begin with a '.'. Our existing ls code looks
like it is written to support that behavior but is missing one
thing.
- todd
Index: bin/ls/ls.c
n theory, the on-device cache can still cause
issues when you lose power though.
- todd
o fix this upstream:
https://github.com/onetrueawk/awk/pull/80
- todd
On Sat, 06 Jun 2020 18:16:39 -0900, Philip Guenther wrote:
> Todd, are we up to date with upstream, or is this latent there too?
We are not up to date but upstream (https://github.com/onetrueawk/awk)
exhibits the same bug.
- todd
goes down during reboot before the pppoe disconnect message
can be sent to the ISP.
I'm not sure it is needed anymore, though I still have it in my own
rc.shutdown file.
- todd
On Wed, 22 Apr 2020 21:21:28 -0600, "Todd C. Miller" wrote:
> That's fine with me. Those interfaces appeared in SunOS 4.0 according
> to tzcode (which is where we got them from). They did *not* originate
> in NetBSD. I've verified that they were present in SunO
rs so it seems likely that they are here to stay...
Note that we also provide timeoff() but don't document it.
- todd
1 - 100 of 500 matches
Mail list logo