Re: blacklisted for spam

2025-02-20 Thread Todd C . Miller
has changed recently. I've removed that IP range from the blacklist which may fix the issue for you. - todd

Re: changes in *pwd.db, but not group or *passwd files

2025-02-12 Thread Todd C . Miller
, 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

Re: rw- directory mode : different ls behavior

2024-09-17 Thread Todd C . Miller
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

igc network devices work during install, but not when booted into installed system

2024-08-13 Thread 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

igc device does not work after install "Intel I225-V" rev 0x03: not enough msi-x vectors

2024-07-22 Thread Todd
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

Re: Awk split()/array bug in 7.5

2024-05-30 Thread Todd C . Miller
use the other form of for() where you iterate over the array with keys in ascending (or descending) order. - todd

Re: 7.5 /var/log/messages - vfprintf %s NULL in "%.*s"

2024-04-15 Thread Todd C . Miller
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

Re: OpenBSD 7.5 - relayd -> vaultwarden - websockets payload not working

2024-04-08 Thread Todd C . Miller
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

Re: Security questions: Login spoofing, X11 keylogging, and sandboxed apps

2024-03-31 Thread Todd C . Miller
This thread is now closed, please don't try to continue it. - todd

Re: How to exit cu?

2024-03-29 Thread Todd C . Miller
rue of ssh. - todd

Re: DMARC/DKIM and OpenBSD Mailinglists

2024-03-22 Thread Todd C . Miller
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

Re: replying to mailing list message after subscribing

2024-03-15 Thread Todd C . Miller
list administrator. - todd

Re: replying to mailing list message after subscribing

2024-03-15 Thread Todd C . Miller
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

Re: DMARC/DKIM and OpenBSD Mailinglists

2024-03-15 Thread Todd C . Miller
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: "

Re: DMARC/DKIM and OpenBSD Mailinglists

2024-03-13 Thread Todd C . Miller
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

Re: files are going missing

2024-03-11 Thread Todd C . Miller
r "Removing scratch and junk files" and see if that fixes your problem. - todd

Re: Problem sound

2024-02-04 Thread 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

Re: Asynchronous write()/send()?

2024-01-23 Thread Todd C . Miller
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

Re: GENERIC.MP#1600 last snapshot cvs cant create tmp subdir

2024-01-17 Thread Todd C . Miller
nto.edu but other servers are fine. So it does appear to be a problem on obsdacvs.cs.toronto.edu itself. - todd

Re: GENERIC.MP#1600 last snapshot cvs cant create tmp subdir

2024-01-17 Thread Todd C . Miller
That looks like a problem on the cvs server, not the client. What cvs server are you trying to checkout from? - todd

Re: unbound resolving 10.in-addr.arpa

2023-12-14 Thread Todd C . Miller
ansparent See the description of "transparent" in the unbound.conf manual for more info. - todd

Re: /var/unbound/db/root.key not world-readable, unbound fails to start

2023-12-09 Thread Todd C . Miller
it more restrictive on your system? - todd

Re: include leap-seconds.list?

2023-11-17 Thread Todd C . Miller
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

Re: OpenBSD_one_site_web_hosting_software_recommendation

2023-11-09 Thread 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

Re: Smtpd is not adding message-id

2023-10-09 Thread Todd C . Miller
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

Re: Newbie question

2023-10-05 Thread Todd C . Miller
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

Re: Update from 6.5 to 7.3

2023-09-08 Thread 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

Re: Recognition Of My Wireless Network Device

2023-08-07 Thread Todd C . Miller
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

Re: program compiled with clang from base runs 4 times slower than compiled with gcc-11.2.0p6 from ports

2023-06-04 Thread Todd C . Miller
first to see if either of those are the cause. - todd

Re: mail command - change "from address" for Charlie Root

2023-05-06 Thread Todd C . Miller
ou might just edit /etc/daily and pass the -r option to mail to set the from address. - todd

Re: Can't login after upgrading to 7.3

2023-04-11 Thread Todd C . Miller
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

Re: gdb segfaults setting breakpoint on a Rust test

2023-03-24 Thread Todd C . Miller
gdb package instead. - todd

Re: Fwd: snapshot sysupgrade, /pub/OpenBSD/7.3/packages/amd64/: no such dir

2023-03-21 Thread Todd C . Miller
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

Re: disk integrity checking

2023-02-22 Thread Todd C . Miller
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

Re: scp to an unwritable filesystem - err msg

2023-02-16 Thread Todd C . Miller
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

Re: crontab and /usr/local/{,s}bin

2023-02-14 Thread Todd C . Miller
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

Re: crontab and /usr/local/{,s}bin

2023-02-14 Thread Todd C . Miller
:/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

Re: Weirdness with du/df/my brain (latter more likely)

2023-01-22 Thread Todd C . Miller
"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

Re: smtpd.comf: '... reject "message"' fails

2022-10-21 Thread Todd C . Miller
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

Re: readpassphrase(3) buffer needs explicit_bzero(3) on error?

2022-09-28 Thread Todd C . Miller
is safest to assume that some data may have been written and use explicit_bzero() to clear the buffer. - todd

Re: whither struct __kvm?

2022-09-11 Thread Todd C . Miller
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

Re: Relayd Questions

2022-08-09 Thread Todd Carpenter
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

Re: Relayd Questions

2022-08-08 Thread Todd Carpenter
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

Relayd Questions

2022-08-06 Thread Todd Carpenter
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

Re: [Need help about bsd_auth.h/ question with Rust]

2022-08-01 Thread Todd C . Miller
? (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

Re: serial console works only if system is booted from it

2022-07-28 Thread Todd C . Miller
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

Re: serial console works only if system is booted from it

2022-07-25 Thread Todd C . Miller
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

Re: Getting archived mailing list mail with majordomo

2022-06-24 Thread Todd C . Miller
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

Re: Getting archived mailing list mail with majordomo

2022-06-24 Thread Todd C . Miller
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

Re: smtpd

2022-06-08 Thread Todd C . Miller
= 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

Re: Cron running at 99% CPU for seemingly no reason

2022-05-15 Thread Todd C . Miller
o: cd /usr/src/usr.sbin/cron/ make obj && make depend && make DEBUG=-g && make install - todd

Re: Cron running at 99% CPU for seemingly no reason

2022-05-15 Thread Todd C . Miller
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

Re: disk space issue

2022-02-16 Thread 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

Re: dmesg - cpu, smt, core, package

2022-02-10 Thread Todd C . Miller
#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

Re: What password manager do you recommend?

2022-01-07 Thread 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

Re: type checking/signalling shell and utilities?

2021-11-17 Thread Todd C . Miller
the input I sure hope this rm is not being run in a privileged context. - todd

Re: cron sh script fork

2021-11-15 Thread Todd C . Miller
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

Re: Can't figure out what's taking up space on /

2021-08-04 Thread Todd C . Miller
n booted in single user mode with only the root partition mounted the /tmp, /home, /var, /usr and /backup directories should be empty. - todd

Re: WireGuard host crashes roughly every week

2021-07-30 Thread Todd C . Miller
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

Re: style.9 typos

2021-07-15 Thread Todd C . Miller
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

Re: while do done

2021-07-02 Thread Todd C . Miller
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

Re: C style in OpenBSD

2021-06-30 Thread Todd C . Miller
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

Re: Home Assistant

2021-05-08 Thread 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

Re: PPPoE mtu overwrites/ignores

2021-04-25 Thread Todd C . Miller
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

Re: Bufferbloat, FQ-CoDel, and performance

2021-02-23 Thread Todd C . Miller
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

Re: Shared memory segments are note removed after process exit

2021-02-05 Thread Todd C . Miller
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

Re: Best way to increase openfiles-max and -cur for NGINX/PHP?

2021-01-16 Thread Todd C . Miller
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

Re: M2 SSD in a PCI-E adapter

2021-01-08 Thread Todd C . Miller
ors, thin That is not an NVME SSD, it is an M.2 SATA SSD. You need a different adaptor. - todd

Re: adding user to a group

2021-01-08 Thread Todd C . Miller
ply starting a new shell or opening a new xterm is not sufficient. - todd

Re: Dissing Misks

2020-12-22 Thread Todd C . Miller
r BIOS settings and make sure all the SATA channels are configured to use AHCI and not legacy ATA. - todd

Re: httpd location statement

2020-12-11 Thread Todd C . Miller
don't support alternation. - todd

Re: httpd location statement

2020-12-10 Thread Todd C . Miller
uot;? See the CAPTURES section in pattern(7) for details. - todd

Re: gcc: error trying to exec 'cc1': execvp: no such file or directory

2020-11-19 Thread Todd C . Miller
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

Re: uvn_flush: WARNING: changes to page may be lost

2020-11-11 Thread Todd C . Miller
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

Re: Set environment variable for non-interactive shell

2020-11-06 Thread Todd C . Miller
Typically, this kind of thing is done in /etc/login.conf. - todd

Following the upgrade to 6.8, sshguard is reporting that it fails to start

2020-10-28 Thread 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

Re: filters in OpenBSD in printing

2020-10-20 Thread Todd C . Miller
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.

Re: Installation of 6.7 does not start on Lenovo ThinkPad P1 Gen 3

2020-10-18 Thread Todd Brewster

Re: Installation of 6.7 does not start on Lenovo ThinkPad P1 Gen 3

2020-10-14 Thread Todd Brewster

Re: Installation of 6.7 does not start on Lenovo ThinkPad P1 Gen 3

2020-10-13 Thread Todd Brewster

Re: Installation of 6.7 does not start on Lenovo ThinkPad P1 Gen 3

2020-10-12 Thread Todd Brewster

Installation of 6.7 does not start on Lenovo ThinkPad P1 Gen 3

2020-10-11 Thread Todd Brewster

Re: time_t

2020-10-05 Thread Todd C . Miller
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

Re: Must disable /usr/libexec/security on backup disks

2020-09-14 Thread Todd C . Miller
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

Re: Must disable /usr/libexec/security on backup disks

2020-09-13 Thread Todd C . Miller
the options field. - todd

Re: Troubleshooting rsync

2020-09-06 Thread Todd C . Miller
> 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

Re: Can I boot without GPU ("headless")?

2020-08-31 Thread Todd C . Miller
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

Re: mfs reported full, but empty

2020-08-19 Thread Todd C . Miller
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

Re: Tunefs(8)

2020-08-10 Thread Todd C . Miller
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

Re: Rsync is too slow

2020-07-30 Thread Todd C . Miller
e days they are allowed. I didn't have any problem reading the attached dmesg. - todd

Re: ksh very slow compared to bash when running ghostscript's ./configure script

2020-07-22 Thread Todd C . Miller
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:

Re: OpenSMTPd stops after connection errors

2020-07-17 Thread Todd C . Miller
ciphers as expected. The log message: smtpd: process pony socket closed makes it sound like the smtpd pony express process crashed. - todd

Re: awk segfaults on RS regexp

2020-07-13 Thread Todd C . Miller
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)

Re: ls -R bug?

2020-07-04 Thread Todd C . Miller
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

Re: OpenBSD Readonly File System

2020-06-13 Thread Todd C . Miller
n theory, the on-device cache can still cause issues when you lose power though. - todd

Re: Potential awk bug?

2020-06-08 Thread Todd C . Miller
o fix this upstream: https://github.com/onetrueawk/awk/pull/80 - todd

Re: Potential awk bug?

2020-06-07 Thread Todd C . Miller
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

Re: late pppoe address

2020-06-06 Thread Todd C . Miller
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

Re: timegm()

2020-04-23 Thread Todd C . Miller
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

Re: timegm()

2020-04-22 Thread Todd C . Miller
rs so it seems likely that they are here to stay... Note that we also provide timeoff() but don't document it. - todd

  1   2   3   4   5   6   >