SSHD: banner line contains invalid characters

2024-07-17 Thread misc
Hi, I am running SSHD over Tor in a VPS in openbsd.amsterdam. In all my other setups, in other providers, I do not see this problem happening. Upon connecting for the first time, I do get a "banner line contains invalid characters" error, and the connection is terminated. (MSG1) Upon

Re: Confusion about hw.cpuspeed

2024-03-15 Thread Christer Solskogen via misc
On Fri, Mar 15, 2024 at 2:02 PM Zé Loff via misc wrote: > > Hope this clears things up. > Ah, now I understand. Thank you! :-) -- chs

Re: Confusion about hw.cpuspeed

2024-03-15 Thread Zé Loff via misc
On Fri, Mar 15, 2024 at 01:07:22PM +0100, Christer Solskogen via misc wrote: > On Fri, Mar 15, 2024 at 11:43 AM Zé Loff via misc wrote: > > > Your cpu*.frequency lines show you that it does. > > In that case, what does hw.cpuspeed mean? > Jonathan

Re: pf nat64 rule not matching

2024-03-15 Thread Stuart Henderson via misc
On 2024-03-15, Tobias Fiebig via misc wrote: > > Moin, >>     # perform nat64 (NOT WORKING) >>     pass in to 64:ff9b::/96 af-to inet from ($wan:0) > > Can you try if the same happens with a more specific rule (for > testing)? > > i.e.: > > pass in on igc

Re: USB peripherals hang, nothing in messages

2024-03-15 Thread Dan via misc
Interesting.. Laurence Tratt via misc : > This sounds to me like it might be due to USB stack performance problems, > though you'll at least want to give `dmesg` output so that those who better > understand this have a chance of helping. > > FWIW, there seem to be notable dif

Re: USB peripherals hang, nothing in messages

2024-03-15 Thread ofthecentury via misc
urious how it's possible to debug this on OpenBSD. Is there a way to enable debug level verbosity on drivers? /var/log/messages is so bareboned, almost spartan I would dare to put forth. On Fri, Mar 15, 2024 at 5:11 PM Laurence Tratt via misc wrote: > > On Wed, Mar 13, 2024 at 05:12:29PM +05

Re: USB peripherals hang, nothing in messages

2024-03-15 Thread Laurence Tratt via misc
On Wed, Mar 13, 2024 at 05:12:29PM +0500, ofthecentury wrote: > My USB mouse and keyboard hang intermittently. > > Very weird things happen, i.e. my mouse's red LED > light begins to flicker in a very weird fashion, or my > keyboard stops responding and my sound output > is suddenly muted by

Re: Confusion about hw.cpuspeed

2024-03-15 Thread Christer Solskogen via misc
On Fri, Mar 15, 2024 at 11:43 AM Zé Loff via misc wrote: > Your cpu*.frequency lines show you that it does. In that case, what does hw.cpuspeed mean?

Saving UKC> list output

2024-03-15 Thread ofthecentury via misc
When you want to turn off a device on OpenBSD you can do it at boot time with manual `boot -c` command. (Can also be automated) After entering entering `boot -c` you get UKC> configuration prompt. I type `list` and get a nice list of all drivers I can disable with `disable mei` or disable `lpc`.

Re: pf nat64 rule not matching

2024-03-15 Thread Tobias Fiebig via misc
Moin, >     # perform nat64 (NOT WORKING) >     pass in to 64:ff9b::/96 af-to inet from ($wan:0) Can you try if the same happens with a more specific rule (for testing)? i.e.: pass in on igc3 inet6 from "put actual v6 prefix here" to 64:ff9b::/96 af-to inet from "actual IP on igc0"/32 I am

Re: Confusion about hw.cpuspeed

2024-03-15 Thread Zé Loff via misc
On Fri, Mar 15, 2024 at 10:09:37AM +0100, Christer Solskogen via misc wrote: > On Fri, Mar 15, 2024 at 10:00 AM Jonathan Gray wrote: > > > > On Fri, Mar 15, 2024 at 08:49:14AM +0100, Christer Solskogen via misc wrote: > > > On Fri, Mar 15, 2024 at 1:15

Re: Confusion about hw.cpuspeed

2024-03-15 Thread Christer Solskogen via misc
On Fri, Mar 15, 2024 at 10:00 AM Jonathan Gray wrote: > > On Fri, Mar 15, 2024 at 08:49:14AM +0100, Christer Solskogen via misc wrote: > > On Fri, Mar 15, 2024 at 1:15 AM Jonathan Gray wrote: > > > > > > > > The 1MHz higher is the turbo setting. When speed

Re: Confusion about hw.cpuspeed

2024-03-15 Thread Christer Solskogen via misc
On Fri, Mar 15, 2024 at 1:15 AM Jonathan Gray wrote: > > The 1MHz higher is the turbo setting. When speedstep speeds are shown > in dmesg it is the highest. > > The sensors use cpu_hz_update_sensor(). > I don't understand. dmesg says this: cpu0: Intel(R) N95, 2693.79 MHz, 06-be-00, patch

Re: Dell Poweedge 750 Mellanox ConnectX-6 LX with 1G SFP SX

2024-03-14 Thread Jonathan Matthew via misc
On Thu, Mar 14, 2024 at 10:13:52AM +0100, Joerg Streckfuss wrote: > > Hi misc, > > I am trying to connect a 1GE SFP of type 1G SFP SX (Flexoptix S.8512.02.D) > to a Power Edge R750 with a Connect Mellanox ConnectX-6 Lx. > > The mellanox driver supports the corresponding mo

pf nat64 rule not matching

2024-03-14 Thread Evan Sherwood via misc
Hello, I'm trying to get a basic OpenBSD NAT64 router setup. I'm following along with these instructions: - https://blog.obtusenet.com/dns64-nat64-on-openbsd/ My unbound instance looks like it's correctly configured and returning correct IPv6 addresses, so that's good. # dig

Re: Looking for a well supported wireless card

2024-03-14 Thread Stefan Moran via misc
On Thu, 14 Mar 2024 11:41:22 +0100 Stefan Sperling wrote: > On Thu, Mar 14, 2024 at 12:01:40AM -0400, Stefan Moran via misc wrote: > > On Wed, 13 Mar 2024 20:58:12 +0100 > > Stefan Sperling wrote: > > > > > ... > > > > > > iwm should work just

Confusion about hw.cpuspeed

2024-03-14 Thread Christer Solskogen via misc
I've got a hold of two iKOOLCORE R2 today and installed OpenBSD(latest amd64 snapshot) on them, but I can't seem to wrap my head around if it's running at full speed or not. hugs# sysctl hw hw.machine=amd64 hw.model=Intel(R) N95 hw.ncpu=4 hw.byteorder=1234 hw.pagesize=4096

Re: Is this a security issue?

2024-03-13 Thread jslee via misc
Hi, On Thu, 14 Mar 2024, at 00:25, ofthecentury wrote: >. And I was under the impression there would be no graphics > errors week 1 of me using OpenBSD due to the way OpenBSD was > centered around code auditing and only releasing something very > stable and tested, especially something so

Re: Looking for a well supported wireless card

2024-03-13 Thread Stefan Moran via misc
On Wed, 13 Mar 2024 20:58:12 +0100 Stefan Sperling wrote: > ... > > iwm should work just fine. I don't doubt it. I did some more research on my device (Intel AC 7260, should have put it in my original message but I forgot to), and it doesn't support MU-MIMO, which the router in the residence

Re: [TUHS] Re: SunOS 4 in 2024

2024-03-13 Thread Dan via misc
Prepare yourself,I feel Jan is around searching to bit anyone.. :-/ "Alexis via misc" wrote: > > Sorry for accidentally sending this here, rather than to the TUHS > list. :-/ > > Alexis writes: > [snip] >

Re: [TUHS] Re: SunOS 4 in 2024

2024-03-13 Thread Alexis via misc
Sorry for accidentally sending this here, rather than to the TUHS list. :-/ Alexis writes: [snip]

Re: [TUHS] Re: SunOS 4 in 2024

2024-03-13 Thread Alexis via misc
Henry Bent writes: Now, I find that there is a fragmentation happening. There are those of us who still cling to mailing lists - like this one! - and those who are willing to navigate the realms of increasingly compartmentalized other forms of community, Discord included. The fact that there

Re: Badwolf and LC_CTYPE

2024-03-13 Thread Dan via misc
For the same reason.. Looking to my dev env tcl/tk utilities..also tcl/tk renders textbox's text in different way causing text or windows'objects to overlap too. Dan wrote: > Hello, > > Setting LC_CTYPE to zh_CN.UTF-8 in .xinitrc makes Badwolf (webkit) > opening websites in chinese

Badwolf and LC_CTYPE

2024-03-13 Thread Dan via misc
Hello, Setting LC_CTYPE to zh_CN.UTF-8 in .xinitrc makes Badwolf (webkit) opening websites in chinese language by default while Firefox remains in English. Thxs! -Dan

Re: DMARC/DKIM and OpenBSD Mailinglists

2024-03-13 Thread Tobias Fiebig via misc
Moin, On Wed, 2024-03-13 at 11:54 -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: Awesome, thanks! > I could relax this

webGL viewer, networkload without proper session, burning bun..

2024-03-13 Thread Dan via misc
Hello, After some hours my station was unused shell messages appeared from Badwolf: [...] ERR: Display.cpp:1038 (initialize): ANGLE Display::initialize error 12289: Could not dlopen native EGL: File not found ERR: Display.cpp:1038 (initialize): ANGLE Display::initialize error 12289: Could not

Looking for a well supported wireless card

2024-03-13 Thread Stefan Moran via misc
I'm looking for a new M.2 wireless card for my Framework laptop (no bios restrictions), and I'm wondering what would be the best supported for use on OpenBSD. Currently I'm using an old intel device with the iwm(4) driver, and I'm finding it's having trouble (lots of dropped packets (even with a

Re: DMARC/DKIM and OpenBSD Mailinglists

2024-03-13 Thread Josh Grosse via misc
On March 13, 2024 1:54:14 PM EDT, "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: > > Fr

Re: certbot in cron - best way?

2024-02-21 Thread misc
On 2/21/24 10:07, Stuart Henderson wrote: You might like to investigate ~ in crontab(5), e.g. "~ 0,12" and lose the "sleep". Wouldn't it be better to have certbot write files into a directory served by httpd so you don't need the "rcctl stop" though? Yes, it would be better. Today had a

Re: certbot in cron - best way?

2024-02-20 Thread misc
Thanks. Worked like a charm. Cheers, --fm On 2/20/24 12:54, Odhiambo Washington wrote: On Tue, Feb 20, 2024 at 6:47 PM wrote: Hi misc, Usually am updating certificates manually this way: rcctl stop httpd ; certbot certonly --standalone -d DOMAIN.org -m notifyc...@domain.org ; rcctl start

certbot in cron - best way?

2024-02-20 Thread misc
Hi misc, Usually am updating certificates manually this way: rcctl stop httpd ; certbot certonly --standalone -d DOMAIN.org -m notifyc...@domain.org ; rcctl start httpd but recently saw newer certificates being deployed as 0001,0002,0003 etc, like: /etc/letsencrypt/live/DOMAIN.org-0002

Re: OT: SSH3 proposal

2024-02-05 Thread misc
I liked the ability to forward UDP packets as well, but that can be implemented in SSH itself, instead of adding another unnecessary layer. On 2/5/24 04:26, Carlos Lopez wrote: Hi all, https://blog.apnic.net/2024/02/02/towards-ssh3-how-http-3-improves-secure-shells/ Uhmm ... ssh over http/3?

Re: Upgrading from 7.3 to 7.4 with sysupgrade

2023-11-18 Thread misc
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. The files under /usr take up about 8 GB and I've installed gnome and what not. Just get a

How to print using Samsung ML-1670

2023-11-15 Thread misc
I want to print using my Samsung ML-1670. Started up cupsd and set it up using Samsung_ML-1670_Series.ppd. It doesn't print, status complains about "rastertospl" which I think is a linux(R) binary, and the linux emulation is gone now right? Cups status message: Idle - "File

Re: OpenBSD FDE: Protect with keydisk + passphrase

2023-11-06 Thread misc
? I don't think so: softraid's on-disk volume key can be encrypted with a keydisk or with a passphrase. Not both of them. See this recent explanation written by Stefan Sperling: https://marc.info/?l=openbsd-misc=168500028802972=2 @https://marc.info/?l=openbsd-misc=168500028802972=2

OpenBSD FDE: Protect with keydisk + passphrase

2023-11-05 Thread misc
Hi misc, In the past, I used to mount a secondary drive into /mnt/, the keydisk protected by a password. Now I use FDE with a keydisk, but would like to protect the bootable system with a keydisk + passphase (something you have + something you know). Any chance doing this directly using

Re: OpenBSD 7.4 released -- Oct 16, 2023

2023-10-18 Thread misc
Same. Preparing to upgrade. On 10/16/23 10:42, Claudio Miranda wrote: Congratulations to Theo and everyone involved in making OpenBSD 7.4 a reality and for this awesome project altogether! I also love the artwork (big thanks also to the artist that created it). so I'll be getting some 7.4 merch

mail.openbsd.org behaviour

2023-10-16 Thread misc
Hi misc, Recently am receiving this lines from mail.openbsd.org: 2023-10-16 16:34:06 no MAIL in SMTP connection from (mail.openbsd.org) [199.185.178.25] D=11s X=TLS1.3:TLS_AES_256_GCM_SHA384:256 CV=no C=EHLO,STARTTLS,EHLO,QUIT Is that normal? Any misconfiguration from my side? Regards

Re: openFPGAloader successfully built, but can't flash with ftdi error

2023-10-05 Thread misc
This subject interests me a lot. Can you tell us which model of FPGA have you bought / are you using? On 10/5/23 21:01, S V wrote: Good Day, List! This mail is call for help, advice and to stir interest. While playing with open source workflow for FPGA chips I found with pleasure that not

Re: keepassxc-2.7 + Hardware Key

2023-10-02 Thread misc
ping On 9/30/23 07:39, m...@phosphorus.com.br wrote: Hi, anyone using keepassxc-2.7.4p2 with a hardware dongle - preferably opensource or DIY type - succesfully in OpenBSD? -- Fabio

keepassxc-2.7 + Hardware Key

2023-09-30 Thread misc
Hi, anyone using keepassxc-2.7.4p2 with a hardware dongle - preferably opensource or DIY type - succesfully in OpenBSD? -- Fabio

Re: Panic during 7.3 installation on VM

2023-09-26 Thread misc
Also got a lot of these trying to install 7.3 in Virtualbox, under Linux. Then installed in tmpfs (memory) and later moved the virtual disk (.vdi) to the SATA disk, then it booted properly. SATA disk isnt corrupted, must be something related to disk access / read / write speed, while under

Re: OpenBSD FUD with Contributing

2023-09-24 Thread misc
On 9/24/23 15:56, Christoff Humphries wrote: ... (Theo still has some of the best quotes on the Internet.) Used this one, for quite some time, as my email signature a few years ago: “You've been smoking something really mind altering, and I think you should share it.” (Theo de Raadt)

Re: Correct donation page

2023-09-11 Thread misc
On 9/11/23 07:40, Stuart Henderson wrote: That page probably just needs updating. Used to be done via bitpay, but not any more. I see coingate being used by a few companies, and some sites say it is good for companies/organizations outside the USA. Transaction fee is 1% and supports 70+

Correct donation page

2023-09-08 Thread misc
Hi misc, Trying to donate some BTC. In the donation page "https://www.openbsd.org/donations.html; There is a mention to cryptocurrencies being accepted. The OpenBSD Foundation collects donations by Cheque, Bank Draft, PayPal, PayPal recurring, or Bitcoin. <https://www.openbsdfounda

AR9485 on Lenovo G505 not configured.

2023-08-17 Thread misc
n-2 SMBus" rev 0x3a: SMBus disabled azalia1 at pci0 dev 20 function 2 "AMD Hudson-2 HD Audio" rev 0x02: apic 4 int 16 azalia1: codecs: Conexant/0x5115 audio0 at azalia1 pcib0 at pci0 dev 20 function 3 "AMD Hudson-2 LPC" rev 0x11 pchb2 at pci0 dev 24 function 0 "AMD 16h L

Re: xenodm + Xvfb + x11vnc = virtual display for vmm(4) OpenBSD guests

2023-07-18 Thread misc
Thanks, will test. Will be useful. On 7/18/23 20:09, Morgan Aldridge wrote: I'm maintaining an OpenBSD X11 window manager (WM) port, but try to keep my primary workstation on -stable, so do most of my development there and test in Xephyr. I test & submit patches from an OpenBSD -current VM

Re: Encrypted softraid - Operational question

2023-05-01 Thread misc
Thanks man. Will use it. On 2023-05-01 11:39, Thomas Bohl wrote: Hi In a server with an encrypted root - server boots with key in USB stick, not passphrase. Can I remove the USB stick with the key, after the server is up and running? Yes Will I have any problems doing that? No.

Encrypted softraid - Operational question

2023-05-01 Thread misc
Hi misc, In a server with an encrypted root - server boots with key in USB stick, not passphrase. Can I remove the USB stick with the key, after the server is up and running? Will I have any problems doing that? I know that in the case of a reboot, it will be necessary to go and re-insert

Re: acme-client fails to renew certificate

2023-04-12 Thread misc
I do not know about acme-client, but certbot works pretty well: mwavetorture# rcctl stop httpd ; certbot certonly --agree-tos --standalone -d web.XXX.com.br On 2023-04-12 10:36, rea...@catastrophe.net wrote: I started having some problems with cert renewal using acme-client after

Re: Cannot connect to iked, authenticate fails

2023-04-08 Thread misc
inline On 2023-04-08 04:33, Stuart Henderson wrote: On 2023-04-07, m...@phosphorus.com.br wrote: ikev2 "vpn" passive esp \ from dynamic to 185.21.22.23/32 \ that should definitely be "from ... to dynamic", though that's not the problem you're running into yet. (that /32 you have

Re: Cannot connect to iked, authenticate fails

2023-04-07 Thread misc
Hi, Thanks for replying. answer below. On 2023-04-07 16:45, Thomas Bohl wrote: Hello, ikev2 "vpn" passive esp \     from dynamic to 185.21.22.23/32 \     local egress peer any \     ikesa enc aes-256 prf hmac-sha2-256 auth hmac-sha2-256 group modp2048 \     childsa

Re: Cannot connect to iked, authenticate fails

2023-04-07 Thread misc
answer inline On 2023-04-04 20:35, Stuart Henderson wrote: On 2023-04-04, m...@phosphorus.com.br wrote: ikectl ca VPN create ikectl ca VPN install ikectl ca VPN certificate 33.33.33.33 create server ikectl ca VPN certificate 33.33.33.33 install ikectl ca VPN certificate p6.local create client

Cannot connect to iked, authenticate fails

2023-04-04 Thread misc
Hi misc, Cannot get the iphone to connect to an iked server with ikev2 using certificate exported by ikectl. Logs below. I imported p6.local.pfx cert from the zip generated by: #ikectl ca VPN certificate p6.local export into the iPhone profile. But iked fails with: spi=0xe71692de490589ab

cron sh script fork

2021-11-15 Thread misc
I have one script (sleeploop.sh) running in background and second (check.sh) to test if sleeploop is running and if not then start it. [/opt/bin]$ cat sleeploop.sh #!/bin/sh while true do sleep 5 done [/opt/bin]$ cat

KVM vlan-per-user guest

2021-11-02 Thread misc
Hello My VPS provider uses KVM with vlan-per-user network environment. They oficially dont support openbsd but they allow to boot from custom iso. Im trying to install 7.0 release. Network interface name appears as vio0. To set up networking they suggest to do the following: # ifconfig if_name

Re: OpenSMTPd: Ignoring /etc/hosts file?

2021-09-13 Thread misc
do you have "lookup file bind" record in your /etc/resolv.conf file? On Mon, Sep 13, 2021 at 10:20:30AM +0200, Simon Hoffmann wrote: > > > > Has been reported previously - > > https://github.com/OpenSMTPD/OpenSMTPD/issues/1115 > > Thanks for the link, this did not come up in my searches. > >

Re: Why is tmpfs not working on OpenBSD?

2021-09-05 Thread misc
just put the line swap/ramfs mfs rw,nodev,nosuid,-s=300m 0 0 into /etc/fstab (-s means size) and run # mount /ramfs On Sun, Sep 05, 2021 at 07:59:26AM +, iio7 wrote: > # mount -t tmpfs tmpfs /home/foo/tmp/ > mount_tmpfs: tmpfs on /home/foo/tmp: Operation not supported > >

Re: Question regarding queueing in pf.conf(5) and WireGuard

2021-06-14 Thread misc
You should apply queue on interface attached to network you want to limit banwidth from. For example if your home network attached to 1GB em1 and you want to limit web for certain ip addresses, perhaps something like this will work ... table { ip addrs list } queue lanq on em1 bandwidth 950M

Re: trying to add auth to specific location in httpd.conf

2021-06-03 Thread fm+obsd+misc+list
My bad. Just plain authenticate with "/path/to/the/htpasswd/file" above the fastcgi line did the trick. Regards, Fabio

trying to add auth to specific location in httpd.conf

2021-06-02 Thread fm+obsd+misc+list
Hi misc, Am trying to add HTTP Basic auth to an specific location in httpd.conf (a1). Is it possible? The other locations I want to mantain unprotected. usually can be done to the entire site with: authenticate "HTTP Basic" with "/htdocs/dev/.htpasswd" bu

Re: LLDB step over command

2021-05-14 Thread misc
Just set recent snapshot in parallel to release. Next function works properly in this version. Thank you. On Fri, May 14, 2021 at 05:02:28PM +0900, Masato Asou wrote: > From: misc@abrakadabra.systems > Subject: LLDB step over command > Date: Wed, 12 May 2021 21:58:31 +0300 >

LLDB step over command

2021-05-12 Thread misc
Hello Im on 6.9 release amd64. Switched to clang and lldb since gcc and gdb are not in base anymore. My problem is during debugging for some functions command "next/step-over" behaves like "step/step-in". example code (just for illustration purpose): #include #include int main() { int

Re: umount at boot possible?

2021-02-03 Thread misc nick
It worked exactly as you explained it and i learned how to use ed on the way. A million thanks Paul! > Sent: Tuesday, February 02, 2021 at 2:38 PM > From: "Paul de Weerd" > To: "misc nick" > Cc: "misc" > Subject: Re: umount at boot possible? >

Re: umount at boot possible?

2021-02-02 Thread misc nick
Thanks for the prompt reply. I will do what you suggested and report back. > Sent: Tuesday, February 02, 2021 at 2:38 PM > From: "Paul de Weerd" > To: "misc nick" > Cc: "misc" > Subject: Re: umount at boot possible? > > On Tue, Feb 02, 2

umount at boot possible?

2021-02-02 Thread misc nick
Hello I have a separate disk that i was mounting as a nfs partition. That disk crashed (it was very old). Now that OpenBSD 6.7/i386 release system cannot boot because it can't mount the disk. Is it possible to umount the partition or somehow skip mounting it at boot time and continue booting

using webcam with webex

2021-01-17 Thread misc nick
Greetings I can't use my webcam while hosting a webex session from Chrome. Specifically, when i start my session the webcam turns on for an instant and then shuts down. When i try to start the video stream again the webcam flickers on and off a couple of times and then i get a message from

Re: Impact of 002_icmp6.patch

2020-10-30 Thread js-openbsd-misc
> Honestly, as one of the devs involved with this security fix, I can tell > you that I don't know. It is a use-after-free in some situations. > Is it reachable from remote? I don't know. > Is it reachable from local? Maybe. > Is the use-after-free exploitable? Damn hard to tell, it is for sure

Re: Impact of 002_icmp6.patch

2020-10-30 Thread js-openbsd-misc
To close this thread, I found this: https://twitter.com/m00nbsd/status/1321524807473782784 > Am 30.10.2020 um 11:15 schrieb js-openbsd-m...@webkeks.org: > >> Am 30.10.2020 um 01:28 schrieb Theo de Raadt : >> >> js-openbsd-m...@webkeks.org wrote: >> >>> I just saw >>>

Re: Impact of 002_icmp6.patch

2020-10-30 Thread js-openbsd-misc
> Am 30.10.2020 um 01:28 schrieb Theo de Raadt : > > js-openbsd-m...@webkeks.org wrote: > >> I just saw >> https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/002_icmp6.patch.sig, >> however, it's unclear from the description and the context around the >> patch if this is a read after free or

Impact of 002_icmp6.patch

2020-10-29 Thread js-openbsd-misc
Hi! I just saw https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/002_icmp6.patch.sig, however, it's unclear from the description and the context around the patch if this is a read after free or write after free (or both). In the case of a write after free, would this change "Only two

How to open new window/pane in the current working directory in tmux?

2019-12-13 Thread openbsd-misc-nospam
I have next options in tmux.conf: bind '"' split-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}" But it doesn't work anymore. And I can't find working options in Google. I tried all suggestions from stackexchange and

Bad fonts in pdf

2019-09-19 Thread openbsd-misc-nospam
Here is screenshot: https://screenshots.firefox.com/LyKbRyGMRT3sDHbu/null I had this problem in the past, but can't remeber what font should I install? Thanks!

Re: Secondary monitor switches off when inteldrm switches on

2019-07-02 Thread Misc User
On 7/2/2019 2:45 PM, Henry Jensen wrote: Greetings, to keep it short: - older Fujitsu Esprimo PC, Core2Duo, Integrated Intel Graphics - 2 monitors, connected at VGA and DVI - during installation both monitors were on all the time. - Computer switched on, both displays on, boot begins -

Re: OT: hardware war with manufacturers (espionage claims)

2019-07-02 Thread Misc User
On 7/2/2019 12:43 AM, John Long wrote: On Tue, 2 Jul 2019 10:07:59 +0300 Mihai Popescu wrote: Hello, I keep finding articles about some government bans against some hardware manufacturers related to some backdoor for espionage. I know this is an old talk. Most China manufacturers are under

Re: Ansible install Re: Reboot and re-link

2019-06-21 Thread Misc User
On 6/21/2019 1:08 PM, Frank Beuth wrote: On Fri, Jun 21, 2019 at 12:36:22PM -0700, Misc User wrote: I use PXE + install.conf + siteXX.tgz + siteXX-%hostname%.tgz for my installs.  I also have an rc.firsttime to download and install the required packages. Thanks, but neither this nor

Re: Ansible install Re: Reboot and re-link

2019-06-21 Thread Misc User
On 6/21/2019 11:02 AM, Frank Beuth wrote: On Wed, Jun 19, 2019 at 11:29:32PM +0200, Maxim Bourmistrov wrote: Installing via NOT RECOMMENDED WAY(following upgrade65.html) - scripting on steroides (ansible). I don't want to re-open the hostilities, but installing OpenBSD via Ansible is very

Re: The su manual doesn't mention use root account by default

2019-06-13 Thread Misc User
On 6/13/2019 9:42 AM, Adam Thompson wrote: On 2019-06-12 03:55, Ingo Schwarze wrote: During initial system installation & deployment, before doas is configured, and assuming you haven't [yet] added your SSH keys to ~root/.ssh/allowed_keys, it's quite impossible to avoid using su. (AFAIK.  If

Re: single user question

2019-05-10 Thread Misc User
On 5/10/2019 1:28 AM, cho...@jtan.com wrote: Misc User writes: It is theoretically possible to do that, but you'd have to do -a lot- of work to get it to do so. It'd be much easier finding a proper way to accomplish what you want without running single-user. I wouldn't recommend using single

Re: single user question

2019-05-09 Thread Misc User
On 5/9/2019 9:21 AM, James Huddle wrote: If the following questions trigger a sense of road rage, you may safely assume they are not directed to you. Is anyone running in single-user mode regularly? Is anyone running a web server, for instance, in single-user mode? Many thanks in advance.

Re: trackpad reversed scrolling broken on -current

2019-03-25 Thread lists+misc
On Mon, Mar 25, 2019 at 10:53:08PM +0100, Ulf Brosziewski wrote: > You can make that permanent with an entry in wsconsctl.conf. However, > please note that the "param" field is for debugging and development, > there are no guarantees about its future. Thanks yet again, Ulf. For long term plans,

trackpad reversed scrolling broken on -current

2019-03-25 Thread lists+misc
Hello all - On the latest snap of -current, my reversed trackpad scrolling seems to have broken. My xorg.conf is as follows: Section "InputClass" Identifier "ws pointer" MatchIsPointer "true" Option "AccelerationProfile" "2" Option "AccelerationNumerator" "5" Option

Re: setup authoritative DNS for myself with nsd + unbound

2019-01-18 Thread Misc User
On 1/18/2019 11:10 AM, Kaya Saman wrote: It really depends on what you want/need. If you would like to host your own DNS servers, then multi location is a good idea: Example: Master NS1 in LA and Slave NS2 in Miami. I have no idea about GoDiddy but my US based domain hosting company

Re: Where can I find X server's core files?

2019-01-16 Thread Misc User
On 1/16/2019 12:44 PM, Leonid Bobrov wrote: X server crashes and I can't find its core file for debugging purposes. #find / -name '*.core'

Re: Blocking "shodan.io" - What are my options?

2019-01-08 Thread Misc User
On 1/8/2019 3:16 PM, Aaron Mason wrote: On Sat, Jan 5, 2019 at 5:46 AM Misc User wrote: On 1/3/2019 11:20 PM, Radek wrote: A little ncat, sed, pfctl, and a dash of cron are able to do the job just fine. cron is just there to start the ncat processes at boot and run an hourly script to do

Re: vultr

2019-01-07 Thread lists+misc
On Mon, Jan 07, 2019 at 08:44:03AM -0500, Nick Holland wrote: > Use their install ONLY to put your own bsd.rd in root (everyone seems to > obsess over loading an ISO. Who cares? Just use a -current bsd.rd!), > boot off that, reinstall exactly as you want it. The Vultr console > works great on

Re: vultr

2019-01-05 Thread Misc User
On 1/5/2019 2:22 PM, ed...@pettijohn-web.com wrote: I was thinking about spinning up a new instance on vultr to play with. They have an option to install OBSD 6.3/4. Has anyone tried these? I attempted the FBSD one in the past, but the default install was all whacked out and I had to start over

Re: Blocking "shodan.io" - What are my options?

2019-01-04 Thread Misc User
On 1/3/2019 11:20 PM, Radek wrote: A little ncat, sed, pfctl, and a dash of cron are able to do the job just fine. cron is just there to start the ncat processes at boot and run an hourly script to do a pfctl -T expire 86400 to keep the table clean of old attackers. Sounds good. Could you

Re: Blocking "shodan.io" - What are my options?

2019-01-03 Thread Misc User
On 1/3/2019 3:06 PM, Jordan Geoghegan wrote: Hello, I wrote a small script called 'pf-badhost' to block shodan and other annoyances via pf firewall. Check out www.geoghegan.ca/pf-badhost.html to see the script. pf-badhost also blocks ssh bruteforcers and other annoyances by loading a list

Re: mount_ffs Permission denied as root

2019-01-02 Thread Misc User
On 1/2/2019 4:21 PM, myml...@gmx.com wrote: On 1/1/19 10:02 PM, Philip Guenther wrote: On Tue, Jan 1, 2019 at 6:27 PM myml...@gmx.com mailto:myml...@gmx.com>> wrote:     I just did a new install of current AMD64 from the 12/31/2018     snapshot     and having some

Re: Experiences with single mode fibre on OpenBSD ?

2019-01-02 Thread Misc User
On 1/2/2019 12:12 PM, Rachel Roch wrote: Hi, I see the man pages mention the odd SM fibre NIC, which is a good start. However I could do with some real-world feedback from people in terms of the SM NICs they're using and any other experiences with SM on OpenBSD. Thanks ! Rachel There

Re: Advice on Security Cameras

2019-01-02 Thread Misc User
On 1/1/2019 9:46 AM, Elias M. Mariani wrote: Hi list, I'm thinking in installing some cameras in my private home, I have been looking for solutions, my concern is that I wish to be able to look the videos from outside the house and I'm a little paranoid about the quality of the software that the

Re: syspatch, relink and kernel version/date

2018-12-20 Thread lists+misc
I can't confirm, but I think I noticed this on a box that was using the MP kernel even though it was an SP machine. On Thu, Dec 20, 2018 at 12:14:14PM +0200, Kapetanakis Giannis wrote: > Hi, > > I'm a bit confused about syspatch and kernel updates. One of machines after > latest syspatch (009)

Re: Thinkpad T430 random power off while sleeping

2018-12-06 Thread Misc User
On 12/4/2018 2:12 PM, Charles A Daniels wrote: Closing the lid on the T430 causes OpenBSD to suspend, as per my setting for machdep.lidaction=1. This usually works as expected, but occasionally I take my laptop out of my bag to find it sitting on the xenodm login screen, not suspended, with the

Re: With all this CPU/hardware mess, any advice on what to use for an organization?

2018-11-22 Thread Misc User
On 11/22/2018 12:56 PM, Chris Bennett wrote: On Thu, Nov 22, 2018 at 09:55:35AM -0600, Boris Goldberg wrote: Hello Chris, There is something extremely weird going on around lately. People are easily take offense where no offense where intended (and hard to find anyway). Nick was just

Re: Supermicro X7SPA-HF D510 and OpenBSD

2018-11-22 Thread Misc User
On 11/22/2018 6:13 AM, Stuart Henderson wrote: On 2018-11-22, Radek wrote: Hello, does anybody run OpenBSD 6.3/amd64 or 6.4/amd64 on SUPERMICRO X7SPA-HF D510? Does it work well together? I need to build a backup server (rsync only) with 2-3x 4TB HDD, 3U/4U Rack case for better cooling. RAID

Re: With all this CPU/hardware mess, any advice on what to use for an organization?

2018-11-20 Thread Misc User
On 11/20/2018 8:43 AM, Chris Bennett wrote: I am almost certainly going to be replacing with a new server for an organization I am a member of. With all of this mess with Meltdown, Spectre, insecure motherboard chips,etc. I am pretty clueless on exactly what is going to be a secure set of server

Re: Missing LVM (Logical Volume Manager)

2018-11-18 Thread Misc User
On 11/18/2018 2:54 AM, Stuart Henderson wrote: On 2018-11-17, Misc User wrote: I concur, software raid is a bug, not a feature, especially since if you truly need RAID, hardware cards are fairly cheap. Never had a RAID controller die? I've had plenty die, but the number of HW raid chips

Re: Missing LVM (Logical Volume Manager)

2018-11-17 Thread Misc User
On 11/17/2018 10:53 AM, Predrag Punosevac wrote: On Sat, Nov 17, 2018 at 01:35:05AM +0100, Willi Rauffer wrote: Hello, we want to make one logical volume out of several physical volumes, but there is no \ LVM (Logical Volume Manager) in OpenBSD! Will there be a LVM in OpenBSD in the future?

Re: Cannot mount install.fs disk image to create custom auto_install.conf based USB flash drive

2018-11-11 Thread Misc User
On 11/11/2018 1:28 PM, Andrew Lemin wrote: Hi list, I really need some help mounting an install.fs disk image, and hope someone can help :) I have been trying and failing to create an auto-installing USB flash drive for OpenBSD. All of the below steps are being performed using an existing

  1   2   3   >