Re: lcamtuf on the recent xz debacle

2024-04-04 Thread Christian Weisgerber
o because no typical editing glitch will leave a '.' character there. I'm not aware of any clearly malicious commit before 2024-02-23. I'll conclude this brain dump by pointing out that much of the emerging narrative about this backdoor that you can read all over the net is based on idle speculatio

Re: Entry in the list of UNIX and OpenBSD providers

2024-02-06 Thread Christian Weisgerber
"Theobald, Gerd": > C Germany > P Baden-Wuerttemberg > T Nuremberg > Z D-90411 Nuremberg is not in Baden-Wuerttemberg. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: cvs revert specific commit

2024-01-18 Thread Christian Weisgerber
Hrvoje Popovski: > I would like to revert only if_em.c rev. 1.369, but would like to leave > TSO stuff if_em.c rev. 1.370 and if_em.h rev 1.81. > > is this somehow possible? $ cd /sys/dev/pci $ cvs diff -kk -r1.369 -r1.368 if_em.c | patch -p0 -- Christian "

Re: time keeping fallback mechanics during reboot on octeon

2024-01-15 Thread Christian Gut
g anymore, but IIRC, I had a cron > job poking the root fs to"resolve" this. > > Sth like "mkdir /bump && rmdir /bump && sync". > > /Alexander > > On January 12, 2024 2:35:47 PM GMT+01:00, Christian Gut > wrote: >> Hi, &g

Re: time keeping fallback mechanics during reboot on octeon

2024-01-13 Thread Christian Gut
> On 13. Jan 2024, at 10:03, Christian Gut wrote: > > > >> On 13. Jan 2024, at 00:58, Theo de Raadt wrote: >> >> I suspect this is due to how powerpc64 and octeon boot. Their bootblocks are >> a special kernel called BOOT which mounts the ffs filesyst

Re: time keeping fallback mechanics during reboot on octeon

2024-01-13 Thread Christian Gut
know. Maybe I would need to “touch” or update that filesystem on shutdown? I did try to mount, change and unmount it. But I had no luck. Kind Regards, Christian

Re: time keeping fallback mechanics during reboot on octeon

2024-01-13 Thread Christian Gut
> On 12. Jan 2024, at 19:39, Otto Moerbeek wrote: > > On Fri, Jan 12, 2024 at 07:15:43PM +0100, Christian Weisgerber wrote: > >> Otto Moerbeek: >> >>> http://man.openbsd.org/octrtc seems to suggest EdgeRouter does not have >>> an RTC. A dmesg

Re: time keeping fallback mechanics during reboot on octeon

2024-01-12 Thread Christian Weisgerber
before the reboot (so only a minute or so is lost), and that this value is transported by a time stamp on the root filesystem. Apparently that doesn't happen. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: time keeping fallback mechanics during reboot on octeon

2024-01-12 Thread Christian Gut
Hi Otto, > On 12. Jan 2024, at 15:52, Otto Moerbeek wrote: > > On Fri, Jan 12, 2024 at 02:35:47PM +0100, Christian Gut wrote: > >> Hi, >> >> Could somebody point me to documentation or tell me where OpenBSD gets the >> time from, when the system has no R

time keeping fallback mechanics during reboot on octeon

2024-01-12 Thread Christian Gut
metadata the information really comes from. It seems to me, that either my system is broken or something on octeon does not work correctly for this fallback to happen correctly. Kind Regards, Christian

Re: 7.4 pfsync possible state update loop?

2023-12-04 Thread Christian Gut
> On 4. Dec 2023, at 10:59, Stuart Henderson wrote: > > On 2023-12-01, Christian Gut wrote: >> Hi List, >> >> I just updated two carp/pfsync firewalls from 7.3 to 7.4. After updating the >> second box I see a massive increase in traffic on the syn

7.4 pfsync possible state update loop?

2023-12-01 Thread Christian Gut
ink they might see some kind of loop updating the states between each other. Could someone point me to how I could diagnose further? Kind Regards, Christian

Re: Why is BRE still around? (Re: Porting shell scripts from Tiny Tools)

2023-11-17 Thread Christian Weisgerber
Marc Chantreux: > I the same mood: I realized recently that no implementation of awk > seems to implement quantifiers which is really desapointing. Awk uses EREs, so if by quantifiers you mean {n,m}, then awk most certainly supports this. -- Christian "naddy&

Re: Why is BRE still around? (Re: Porting shell scripts from Tiny Tools)

2023-11-17 Thread Christian Weisgerber
d BREs and EREs into one and the same feature set in their implementation, just with different syntaxes, causing a great deal of confusion. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: Reptar aka CVE-2023-23583

2023-11-15 Thread Christian Weisgerber
technical/software-security-guidance/advisory-guidance/redundant-prefix-issue.html -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: ETA for 7.4 packages-stable for aarch64?

2023-10-17 Thread Christian Weisgerber
se of a problem with the machine building them, but they are available now... I just need to sign them. There, done. They'll hit the mirrors soon. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: SSH from old Mac fail to login via ssh rsa key

2023-10-08 Thread Christian Weisgerber
penSSH 6.5: $ ssh-keygen -t ed25519 -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: Problem with nsd not being reloaded.

2023-08-12 Thread Christian Weisgerber
WATANABE Takeo: > I am using nsd, which runs by default on OpenBSD 7.2 amd64. > To update the zone file after changes have been made. > > As far as I could find, restarting the host seems to be > the only way to update the zone information. nsd-control(8) -- Christian &qu

Re: Feedback on redesigned OpenBSD.org

2023-08-09 Thread Christian Groessler
On 8/9/23 23:02, mich...@mlpdesign.com wrote: Child Pages. I'd like to draw peoples attention to the child pages of my redesign. Does your redesign work well on text mode browsers? regards, chris

Re: sysctl ddb.trigger

2023-05-30 Thread Christian Weisgerber
thods: > +is set to 1 and > +.Va kern.securelevel > +is set to 0 or -1, using any of the following methods: But your problem appears to be that you are invoking it not from the console. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: hw RNG on APUs

2023-04-23 Thread Christian Weisgerber
NABLES); + reg |= 0x3d; + pci_conf_write(pc, pa->pa_tag, CCP_PSP_BAR_ENABLES, reg); ccp_attach(sc); } -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: curl-8.0.1 exists in two non-comparable versions (Someone forgot to bump a REVISION)

2023-04-22 Thread Christian Weisgerber
urrent on the way to 7.3 but not to 7.2-stable. I should have kept -current at a higher REVISION than -stable, but although I _know_ about this problem, I somehow failed to realize that it applied in this case. Too many things to keep track of. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: hw RNG on APUs

2023-04-21 Thread Christian Weisgerber
Christian Weisgerber: > I built a kernel with an instrumented driver. Unfortunately, no > entropy is provided: FWIW, it appears to work on the SoftIron OverDrive 1000: ccp: rng 058f9dad ccp: rng f0a495ba ccp: rng a757bdf7 ccp: rng 31b21d19 ccp: rng d1ce1c78 ccp: rng 863c9199 -- Chr

Re: hw RNG on APUs

2023-04-19 Thread Christian Weisgerber
Christian Weisgerber: > ccp(4) attaches, so presumably it is used as a source of entropy. > Whether the hardware actually provides random output, I don't know. I built a kernel with an instrumented driver. Unfortunately, no entropy is provided: ccp: rng ccp: rng cc

Re: hw RNG on APUs

2023-04-19 Thread Christian Weisgerber
Jan Stary: > Does OpenBSD use any hardware RNG on the PC Engines APUs? ccp0 at pci0 dev 8 function 0 "AMD 16h Crypto" rev 0x00 ccp(4) attaches, so presumably it is used as a source of entropy. Whether the hardware actually provides random output, I don't know. -- Christian "

Re: disabling horizontal scroll in ksh

2023-03-19 Thread Christian Weisgerber
ine so it could be implemented with backspace/carriage return and overprinting, without requiring arbitrary cursor positioning and termcap(3). -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: xsnow bitmap include in base?

2023-02-11 Thread Christian Weisgerber
David Rinehart: > After 7.2  install, I see this include file: > >     /usr/X11R6/include/X11/bitmaps/xsnow > > Just curious - With xsnow removed, is this file used for anything? Well, you could use it for something, e.g.: $ xsetroot -bitmap /usr/X11R6/include/X11/bitmaps/xsnow

Re: Some NFS clients won't mount

2022-12-29 Thread Christian Weisgerber
"vitmau...@gmail.com": > My /var/log/daemon regarding the issue: > mountd[91001]: Refused mount RPC from host 192.168.1.4 port 57264 The client's mount request didn't come from a reserved port, i.e. <1024. OpenBSD's mountd(8) does not accept this. -- Christian

Re: less prints superfluous characters with --no-init

2022-11-20 Thread Christian Weisgerber
ve man pages: https://www.freebsd.org/cgi/man.cgi?query=builtin It's an attempt to do something about this problem, but I think the result isn't that great. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: less prints superfluous characters with --no-init

2022-11-18 Thread Christian Weisgerber
t reproduce this. $ printf foo | less --no-init | hexdump -C 66 6f 6f |foo| 0003 -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: sndio and bit perfect playback

2022-10-25 Thread Christian Weisgerber
spare bits in the frame, which can optionally be used to transport 24 bits. If an audio source provides only 16 bits per sample, those are fit into the 20 bit frame with the remaining bits unused. DTS and AC3 encodings for S/PDIF only use 16 bits. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: dump(8) is slow

2022-08-11 Thread Christian Weisgerber
device? The data sheet claims 237 MB/s typical sustained transfer rate. # dd if=/dev/rsd0c of=/dev/null bs=64k count=1m 1048576+0 records in 1048576+0 records out 68719476736 bytes transferred in 270.039 secs (254479653 bytes/sec) -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: dump(8) is slow

2022-08-09 Thread Christian Weisgerber
, yeah, the dump(8) side is the bottleneck. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: cdio(1): cdplay with next and prev

2022-08-09 Thread Christian Weisgerber
ld have to be redesigned from scratch for a consistent user experience. Nobody has stepped forward to do this, even when CD drives were still common, so I don't expect it to ever happen. -- Christian "naddy" Weisgerber na...@mips.inka.de

dump(8) is slow

2022-08-09 Thread Christian Weisgerber
, median 2.1 GB. Both NetBSD and FreeBSD have in different ways added some kind of caching to dump. Has anybody looked into this? -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: "set -o multiline" in ksh?

2022-08-08 Thread Christian Weisgerber
trary cursor positioning and thus the need to bring in termcap/terminfo. Admittedly, after some 35 years that design decision is feeling rather outdated. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: iwn0: fatal firmware error after sysupgrade to 7.1

2022-06-14 Thread Christian Schulte
an issue with OpenBSD after an upgrade. A driver backed by a firmware blob no one can debug. Thank you all for this amazing system! Seems I am going to unsubscribe from misc@ for the next 20 years to come. Wow! Best regards, -- Christian syncing disks... done rebooting... OpenBSD 7.1-stable

Re: iwn0: fatal firmware error after sysupgrade to 7.1

2022-06-12 Thread Christian Schulte
On 12.06.22 13:22, Stefan Sperling wrote: On Sun, Jun 12, 2022 at 01:16:00PM +0200, Stefan Sperling wrote: On Sun, Jun 12, 2022 at 10:28:33AM +0200, Christian Schulte wrote: Please see attached dmesg and pcidump. There has been a similar issue with the if_iwm.c driver. Maybe this one

Re: iwn0: fatal firmware error after sysupgrade to 7.1

2022-06-12 Thread Christian Schulte
Please see attached dmesg and pcidump. There has been a similar issue with the if_iwm.c driver. Maybe this one is related. Best regards, -- Christian OpenBSD 7.1-stable (GENERIC.MP) #3: Sun Jun 12 10:08:50 CEST 2022 schu...@x500.schulte.it:/sys/arch/amd64/compile/GENERIC.MP real mem

iwn0: fatal firmware error after sysupgrade to 7.1

2022-06-12 Thread Christian Schulte
Please CC me. I am not subscribed to the list. Hello, after upgrading from 7.0 to 7.1, the iwn0 interface cannot be used anymore, stating iwn0: fatal firmware error. I then checked out 7.1 stable, build the GENERIC.MP kernel, the system and xenocara. Issue remains. Here's what dmesg contains

Re: bsdtar -O | --to-stdout

2022-05-26 Thread Christian Weisgerber
1) or pax(1) can't do this. I use bsdtar or gtar when I need this. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: Please put vi in base

2022-03-12 Thread Christian Weisgerber
Ian Darwin: > It doesn't take that long to learn ed from the "bottom line" of vi, ed(1) is much like an interactive version of sed(1). Which is no coincidence. If you know the basics of sed(1), ed(1) is straightforward. -- Christian "naddy" Weisgerber

Re: Please put vi in base

2022-03-12 Thread Christian Weisgerber
i...@tutanota.com: > I know how to use vi, but ed just draws the line. Here's just the book for you: Michael W. Lucas, Ed Mastery https://mwl.io/nonfiction/tools#ed -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: 12-hour vs. 24-hour clock format

2022-02-23 Thread Christian Groessler
On 2/23/22 17:58, Laura Smith wrote: a lot of peole don't do 24 hour clocks well. For almost everyone outside North America, 24 hour clocks is the *only* thing they do. A bit like the weird American affection for m/d/y. ;-) Here in Germany, Bavaria at least, most people are using 12h

Re: Who is responding to my audio volume keys?

2021-12-19 Thread Christian Weisgerber
the volume of the audio0 device. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: lpr woes printing a broken pdf

2021-11-02 Thread Christian Weisgerber
is to view to file with xpdf and print from there, which sends a PostScript conversion to the printer. So, yes, there are definitely malformed PDFs that a PDF viewer might cope with but a printer might not. (FWIW, my M252 prints your document correctly according to your description.) -- Christian

Re: Snapshot generation stalled?

2021-09-01 Thread Christian Weisgerber
eck the date of the lastest available snapshot: ftp -MVo- https://ftp.openbsd.org/pub/OpenBSD/snapshots/$(uname -m)/BUILDINFO > So let me ask is snapshot generation stopped for whatever reason for now, Yes. Base snapshots are not being built at the moment. -- Christian &qu

Re: Run a command on "last day of month"

2021-09-01 Thread Christian Weisgerber
- usage: date [-aju] [-f pformat] [-r seconds] [-z output_zone] [+format] [[cc]yy]mm]dd]HH]MM[.SS]] -- Christian "naddy" Weisgerber na...@mips.inka.de

scp -M sftp

2021-08-03 Thread Christian Weisgerber
ould take care of it: ---> #!/bin/sh sftp='-M sftp' while getopts :12346ABCTdfpqrtvD:F:J:M:P:S:c:i:l:o: name; do case $name in [3M]) sftp='' ;; esac done exec /usr/bin/scp $sftp "$@" <--- -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: nmea/udcf recommendation

2021-08-03 Thread Christian Weisgerber
On a real serial port, those will trigger an interrupt. That shouldn't be too bad. I see that we also have code for timestamping on ucom(4), but since USB devices cannot directly generate interrupts and are in fact polled by the host controller, that will give poor results. -- Christian &quo

Re: nmea/udcf recommendation

2021-08-02 Thread Christian Weisgerber
e". Basically, OpenBSD does not support any useful sensor devices unless you are desperate and need to keep time in a remote mountain cabin without Internet access. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: DHCP non-issues

2021-07-19 Thread Christian Weisgerber
(4) actually--needs to learn the nameserver information and send it to the routing socket. umb(4) should provide a template. -- Christian "naddy" Weisgerber na...@mips.inka.de

DHCP non-issues

2021-07-19 Thread Christian Weisgerber
nameservers to /etc/resolv.conf unless unwind(8) is running. If you don't want that to happen for some other reason, you turn off resolvd(8). And that's it. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: Adding Password Protection to Single User Mode

2021-07-06 Thread Christian Groessler
On 7/6/21 2:27 PM, Valdrin MUJA wrote: Hi Folks, I want to add a small password protection mechanism to "boot -s" (single-user mode). Therefore, I'm working on /sys/stand/boot/boot.c, I've written some code in boot.c, and run "make", "make obj", "make install" in /sys/. However, I couldn't

Re: reposync:host key verification failed

2021-06-06 Thread Christian Weisgerber
SSH host keys protect against. THIS IS APPROXIMATELY NEVER THE CASE. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: MANPAGER

2021-05-30 Thread Christian Groessler
On 5/29/21 11:18 PM, Allan Streib wrote: Heinrich Rebehn writes: I noticed that OpenBSD 6.8 switched to using less(1) for the manager. While this seems to offer many new useful options, I really dislike the clrscreen upon exit. Have a look at -X argument to less(1): -X | --no-init

Re: Firefox: glxteset:libpci missing

2021-05-04 Thread Christian Weisgerber
e). FWIW, I see the same warning on FreeBSD. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: default Offset to 1MB boundaries for improved SSD (and Raid Virtual Disk) partition alignment

2021-04-21 Thread Christian Weisgerber
lign a 1MB file on an 1MB border within the filesystem. That is not case. That 1MB file will be aligned on a blocksize border (16/32/64 kB, depending on filesystem size). Aligning the partition on n*blocksize has no effect on this. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: default Offset to 1MB boundaries for improved SSD (and Raid Virtual Disk) partition alignment

2021-04-20 Thread Christian Weisgerber
arge partitions at 128 sectors, but what purpose would larger multiples serve? > Is there a down side to moving the default offset to 2048 ? Not really. It wastes a bit of space, but that is rather insignificant for today's disk sizes. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: Another potential awk or xargs bug?

2021-04-15 Thread Christian Weisgerber
s is default stdio behavior. Output is written in block-size increments (16 kB in practice) without regard to lines. So, yes, you can end up with a fragment from a line written by process #1, followed by lines from process #2, followed by the remainder of the line from #1, etc. -- Christian "

Re: Help with ssh(1) between OpenBSD and iSH/Alpine on iOS

2021-02-06 Thread Christian Weisgerber
hat. Any help is appreciated. I don't think it's anything obvious. Smells like an interop problem at a level above SSH to me. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: libreoffice package broken in -current 3.509

2021-01-17 Thread Christian Weisgerber
On 2021-01-17, "Nicola Dell'Uomo" wrote: > after upgarding packages from 3.507 to 3.509 in -current, libreoffice > crashes when it starts. This should be fixed with the next amd64 packages snapshot, which will appear sometime on Monday (UTC). -- Christian &q

Re: phonetics on OpenBSD: IPA transcription

2021-01-08 Thread Christian Weisgerber
fonts and be done with it. Even the "fixed" font that xterm uses by default covers IPA for all practical purposes. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: help needed with httpd.conf and rewrite directive

2021-01-07 Thread Christian Weisgerber
On 2021-01-07, John McGuigan wrote: > httpd's regex is based on Lua's, the following site will help you figure it > out: Or, you know, the patterns(7) man page. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: -current amd64 packages not updated? Impatient or broken?

2021-01-07 Thread Christian Weisgerber
f all goes well. -- Christian "naddy" Weisgerber na...@mips.inka.de

6.8 hppa build problem

2020-10-30 Thread Christian Groessler
I want to build "screen" from ports (/usr/ports/misc/screen). I'm getting an error because of undefined '__sync_val_compare_and_swap_4': libtool: link: ar cru .libs/libgettextsrc.a libgettextsrc_la-message.o libgettextsrc_la-po-error.o libgettextsrc_la-po-xerror.o

Re: UNIX printing demystified

2020-10-24 Thread Christian Weisgerber
means that print-to-lpr is going to become available again in GTK applications. On OpenBSD that will most likely happen with the next x11/gtk+3 update. Are there still any GTK+2 applications with a print menu in the ports tree? Let me know, and I'll take a look at what's up there. -- Christian

Re: Router advertisements for dynamic IPv6 prefix

2020-10-15 Thread Christian Weisgerber
rivacy address for all long-running ssh sessions, otherwise they die when the privacy address they're using is forcefully expired after a week or so. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: time_t

2020-10-05 Thread Christian Weisgerber
. */ typedef __int32_t __time_t; There's an #ifdef __LP64__ ... -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: time_t

2020-10-05 Thread Christian Weisgerber
On 2020-10-05, "Peter N. M. Hansteen" wrote: > I hadn't looked in a while, but it amazes me that FreeBSD still has > 32-bit time_t. Only on FreeBSD/i386. On all other architectures, time_t is int64_t. See src/sys/*/include/_types.h. -- Christian "naddy" Weisgerber

Re: iwm0: fatal firmware error on Dell Latitude E5570

2020-09-24 Thread Christian Weisgerber
it's worse, and I don't think it correlates well with commits or firmware updates. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: Understanding of keydisk backup for FDE

2020-08-28 Thread Christian Weisgerber
label with the same size (even if the USB sticks differ in size), the same label, the same "unique" disk ID. That won't matter for their use as keydisk, but if you ever re-use them for something else later, you'll need to remember to recreate the disklabel or weird things may h

Re: i386, parallel port permission error?

2020-08-20 Thread Christian Weisgerber
the port. Apparently there is some newer upstream code available, but there is no port maintainer, nobody cares, it won't fix the fundamental problems, and so the rotting carcass just languishes. No, no, don't remove it, it might still work for somebody somewhere... Oh well, then

Re: gcc not on new OpenBSD 6.7 machine, clang problems

2020-08-17 Thread Christian Weisgerber
33: ccconftest.c >&5 > ld: error: cannot open crt0.o: No such file or directory Your OpenBSD installation is incomplete. The "comp" set was not installed. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: scp host:file* /tmp/nonexistent

2020-08-01 Thread Christian Weisgerber
You can look it up. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: Upgrade old 6.2 but 6.3 SHA256.sig on mirror different

2020-07-22 Thread Christian Weisgerber
t; way back then. You are hitting that issue. Sorry, no, the file is corrupted. I just downloaded https://ftp.openbsd.org/pub/OpenBSD/6.3/amd64/SHA256.sig and it contains only nul bytes. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: Cleaning system's old ibraries/files after update to next -release or -current

2020-07-14 Thread Christian Weisgerber
are old copies of libraries that no longer exist and header files that no longer exist. OpenBSD hasn't retired a base library in a long time, so that isn't an issue. I recommend cleaning up /usr/include, though. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: hostname.pppoe0, !/bin/sh when reconnecting

2020-06-17 Thread Christian Weisgerber
Is the culprit here something along the lines of not (re)configuring the > interface with ifconfig up/down (in which case the script would run), Note that ifconfig down/up will not run /etc/hostname.* either. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: Filling a 4TB Disk with Random Data

2020-06-05 Thread Christian Weisgerber
cooktop? I always keep a vat of molten steel at hand so I can easily dispose of old disk drives, killer robots from the future, etc. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: Issues expanding partition to grow disk

2020-06-02 Thread Christian Weisgerber
) as described (although I don't know if this > fits description of "ports with fdisk(8) partition tables where..."): It fits the unmentioned case of a labeled disk later growing. Actual drives don't do that. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: Filling a 4TB Disk with Random Data

2020-06-01 Thread Christian Weisgerber
the command that you used? # dd if=/dev/random of=/dev/rsd1c bs=64k# random data # dd if=/dev/zero of=/dev/rsd1c bs=64k # zeros Take care to pick the proper device corresponding to the drive you want to overwrite. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: Convert ffs1 to ffs2?

2020-05-20 Thread Christian Weisgerber
On 2020-05-20, Christer Solskogen wrote: > Is that possible? umount, dump, newfs, mount, restore -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: OpenBSD insecurity rumors from isopenbsdsecu.re

2020-05-11 Thread Christian Weisgerber
On 2020-05-11, Stuart Longland wrote: > BSD came from the US (University of California), but most of today's > implementations have been very significantly changed since then. BSD built on top of AT UNIX, which came from Bell Labs in New Jersey. -- Christian "naddy&

Re: More than 16 partitions

2020-04-24 Thread Christian Weisgerber
ld try to tweak the disklabel and set the type to floppy, because floppies don't have MBR partitions. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: More than 16 partitions

2020-04-23 Thread Christian Groessler
On 4/23/20 7:57 PM, zeurk...@volny.cz wrote: theo wrote: You made it all up. That's an easy accusation, with an easy response: No, medid not make any of it up Could you refrain from using your idiotic "me.."-words? Thanks

Re: Wine for OpenBSD?

2020-04-11 Thread Christian Weisgerber
On 2020-04-11, Nikita Stepanov wrote: > Wine for OpenBSD? At hackathons, we typically ask the French developers to pick out a wine from the menu, but they are pretty reluctant to take on this responsibility. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: riscv

2020-03-13 Thread Christian Weisgerber
On 2020-03-13, "Peter J. Philipp" wrote: > Any developer working on a riscv port and willing to share their unofficial > work for possible future collaboration? I think I'd have heard by now if somebody was, so I'll go out on a limb and say no, nobody's working on a RISC-V port

Re: man to render pure text? (or a pipe in vi macros ?)

2020-03-02 Thread Christian Weisgerber
On 2020-03-02, Marc Chantreux wrote: > i felt dumb reading this as i gave a try to the mandoc man. but i just > double checked: > > man mandoc|col -b|grep -w col > > gives me nothing. $ man mandoc|col -b|grep -w col to col(1) -b instead. -- Christian

Re: man to render pure text? (or a pipe in vi macros ?)

2020-03-02 Thread Christian Weisgerber
character1-backspace-character2 with character2 is more of a lucky coincidence. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: man to render pure text? (or a pipe in vi macros ?)

2020-03-02 Thread Christian Weisgerber
Marc Chantreux: > * is there a way to ask man to deliver pure (non-formatted) text ? Pipe its output through "col -b". > * is there a way to introduce a | in vi macros? Yes, by prefixing it with a ^V character. To enter ^V in vi's input mode, press control-V twice. --

Re: Same result (Re: build error on octeon, 6.6)

2020-02-27 Thread Christian Groessler
time of the failure the /usr was about 50% full, I have had no problems in building the kernel and patches. -pekka- On 16.11.2019 2.22, Christian Groessler wrote: Hi, On 2019-11-11 12:18, Christian Groessler wrote: Now I'm going to rebuild again, capturing the "make" output, and

Re: setxkbmap cannot completely set compose key

2020-02-20 Thread Christian Weisgerber
t QT_IM_MODULE="scim" > scim -d I suspect it works as intended for xterm. The compose key handling is a simple input method built into libX11. You are swapping out this default IM for the SCIM one. This area of X11 seems to be virtually undocumented. See XSetLocale

Re: VLAN or aliases or? best way to isolate untrustable hosts in a small network

2020-02-05 Thread Christian Weisgerber
e generally, though, any AP in the business segment has support for multiple SSIDs that can be assigned to different VLANs on the Ethernet side. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: VLAN or aliases or? best way to isolate untrustable hosts in a small network

2020-02-05 Thread Christian Weisgerber
Denis, I suspect the fundamental problem is that you don't understand what VLANs are. There should be a lot of articles about this topic on the net; maybe somebody here can recommend a good one. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: VLAN or aliases or? best way to isolate untrustable hosts in a small network

2020-02-04 Thread Christian Weisgerber
vices on all of them and has a small pf(4) ruleset to enforce the restrictions above about who can start talking to whom. [1] A SIP phone that is not allowed to talk to the outside may seem surprising, but it only needs to talk to siproxd on the gateway, and siproxd is required for NAT tra

Re: Low throughput with 1 GigE interface

2020-01-30 Thread Christian Weisgerber
nux and not cheap on OpenBSD. So you end up measuring the performance of this system call. I don't remember whether it was iperf... -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: Low throughput with 1 GigE interface

2020-01-30 Thread Christian Weisgerber
190410-texmf.tar.xz partoc:/dev/null texlive-20190410-texmf.tar.xz 100% 2714MB 31.8MB/s 01:25 I can't help you, I'm just posting this in the service of squashing rumors. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: Odd /tmp behavior

2020-01-08 Thread Christian Weisgerber
On 2020-01-08, Nick Holland wrote: > Weird stuff happens when Softdeps are working as designed. To put it simply: Meta-data writes are delayed. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: possible SSH algorithm issues?

2020-01-08 Thread Christian Weisgerber
On 2020-01-08, "lu hu" wrote: > are these real issues? No. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: thank you for 6.6 and bsd.rd

2019-12-20 Thread Christian Weisgerber
On 2019-12-20, "Theo de Raadt" wrote: > well you missed out > > for 6.5 onwards, all you had to was type > > sysmerge > sysupgrade I think that was intended to read syspatch sysupgrade > for 6.6 onwards you'll only need sysupgrade -

  1   2   3   4   5   6   7   8   9   10   >