Re: Potential bgpd.conf parsing bug?

2023-05-19 Thread Jordan Geoghegan
- it facilitated me overcoming some serious adversity when I first went out on my own and has given me the ability to earn a respectable living, and for that I thank you. Regards, Jordan On 5/19/23 06:33, Theo de Raadt wrote: Many of our daemons (and a few non-daemon tools) contain a a

Potential bgpd.conf parsing bug?

2023-05-17 Thread Jordan Geoghegan
SN=$ASN1 In short, it appears that having a numerical value for macro2=$macro1 breaks something in the config parser, or at the very least the behaviour is undocumented. Any insight or advice would be much appreciated. Regards, Jordan

Re: passing environment variables to daemons in rc.d scripts

2023-04-24 Thread Jordan Geoghegan
everything worked and I didn't even end up actually needing to set any environment variables. With that said, I'll put together a bug report for the Airflow folks. Thank you muchly for the pointers. Regards, Jordan

passing environment variables to daemons in rc.d scripts

2023-04-20 Thread Jordan Geoghegan
t looks in /dev/null for everything and fails to function. I'm probably missing something obvious, but hoping the fine folks here can point me in the right direction. Regards, Jordan # Airflow scheduler rc.d script: #!/bin/ksh # daemon="/usr/local/bin/airflow scheduler -D&quo

Re: Using gzip-static with httpd location

2023-03-13 Thread Jordan Geoghegan
Mar 2023 01:27:53 GMT Last-Modified: Fri, 10 Mar 2023 00:53:26 GMT Server: OpenBSD httpd Is this an expected behaviour? Regards, Joel C. Can confirm - I recently stumbled over this confusing behaviour as well. Curious if this is a bug or a man page issue. Regards, Jordan

Re: some simple way to serve videos?

2022-10-04 Thread Jordan Geoghegan
only problem I encountered was an FFmpeg issue where subtitle burn-in options didn't work. Regards, Jordan

Re: calling all PFsync users for experience, gotchas, feedback, tips and tricks

2022-05-19 Thread Jordan Geoghegan
e manpage. Regards, Jordan

HP Probook audio only playing on left speaker

2022-01-09 Thread Jordan Geoghegan
Hello, I have an HP Probook (dmesg below) that is only playing audio from the left headphone speaker. No matter how I try I cannot get any audio to play over the right side speaker. I have very little experience debugging audio issues on OpenBSD as everything has largely "just worked" for me

Re: relayd unable to get local issuer certificate

2021-12-08 Thread Jordan Geoghegan
On 12/8/21 00:10, Anthony J. Bentley wrote: Jordan Geoghegan writes: I generated a TLS cert with acme-client and  tested and confirmed it worked with httpd. Do curl/wget/ftp behave the same with httpd? If so that would imply the problem is with the certificate. I then configured relayd to

Re: relayd unable to get local issuer certificate

2021-12-08 Thread Jordan Geoghegan
On 12/8/21 00:10, Anthony J. Bentley wrote: Jordan Geoghegan writes: I generated a TLS cert with acme-client and  tested and confirmed it worked with httpd. Do curl/wget/ftp behave the same with httpd? If so that would imply the problem is with the certificate. I then configured relayd to

relayd unable to get local issuer certificate

2021-12-07 Thread Jordan Geoghegan
ng something obvious. I've certainly put some legwork into figuring this out, I spent all day futzing with this to no avail. Everything here is bog standard, so I'm curious what I'm doing wrong. As usual, any insight or advice would be greatly appreciated. Regards, Jordan

Re: nvme boot

2021-10-15 Thread Jordan Geoghegan
t your motherboard / bios support it. It sounds like you're machine does not support it. I know OpenBSD supports NVME boot as I'm writing to you on an AMD Ryzen machine with B350 motherboard/chipset booting off of a 2TB NVME drive. Most modern laptops these days also boot off of NVME etc. Regards, Jordan

Re: pkg_info -m: libraries and dependencies marked as manually installed

2021-09-20 Thread Jordan Geoghegan
On 9/19/21 3:21 PM, Stuart Henderson wrote: > On 2021-09-19, Jordan Geoghegan wrote: >> Hello, >> >> I recently decided to clean up my desktop machine of unused packages etc. >> I've been running release/stable on this machine since around the OpenBSD

pkg_info -m: libraries and dependencies marked as manually installed

2021-09-19 Thread Jordan Geoghegan
Hello, I recently decided to clean up my desktop machine of unused packages etc. I've been running release/stable on this machine since around the OpenBSD 6.2 era. The machine has been upgraded over the years all the way to 6.9. I'm not sure that it's relevant, but I've regularly run sysclean i

Re: ssh authlog: Failed none for invalid user

2021-08-10 Thread Jordan Geoghegan
On 8/10/21 1:30 AM, Darren Tucker wrote: > On Tue, 10 Aug 2021 at 09:06, Jordan Geoghegan <mailto:jor...@geoghegan.ca>> wrote: > > Hello, > > I was hoping somebody could set me straight here. On one of my machines I > have a number of entries in my /var/log/

ssh authlog: Failed none for invalid user

2021-08-09 Thread Jordan Geoghegan
noticed that "Failed none" entry popping up frequently. What exactly does "Failed none" mean here in this in this context? Any insight would be greatly appreciated as my Google-fu has failed me in my search for an answer. Regards, Jordan

Re: Another potential awk or xargs bug?

2021-04-16 Thread Jordan Geoghegan
On 4/15/21 7:49 AM, Otto Moerbeek wrote: > On Thu, Apr 15, 2021 at 04:29:17PM +0200, Christian Weisgerber wrote: > >> Jordan Geoghegan: >> >>> --- /tmp/bad.txt  Wed Apr 14 21:06:51 2021 >>> +++ /tmp/good.txt  Wed Apr 14 21:06:41 2021 >> I'll not

Another potential awk or xargs bug?

2021-04-15 Thread Jordan Geoghegan
NR==FNR { A[$1]=1 ; next } $1 in A && $2 == "asn" { printf("AS%s\n", $3) }' cc.txt | sort | md>     9ab3dbfbff5746f059cdb35221ff73b1 $ find . -type f -name "[12].txt" -print0 | xargs -0 -n 1 -P 1 -- ~/go/bin/goawk -F '|' 'NR==FNR { A[$1]=1 ; next } $1 in A && $2 == "asn" { printf("AS%s\n", $3) }' cc.txt | sort | md     9ab3dbfbff5746f059cdb35221ff73b1 I've racked my brain and the internet for hours, I've tested and toiled, and I'm left thoroughly perplexed. I now humbly ask the fine folks here in OpenBSD Land for guidance, insight or suggestions. As always, is this a bug, or am I holding it wrong? Regards, Jordan 1.txt.gz Description: application/gzip 2.txt.gz Description: application/gzip

Re: 6.9 Current amd64 xfce seems to freeze and not respond to mouse clicks or keystrokes

2021-04-10 Thread Jordan Geoghegan
expected -- if not, switching terminals with ctrl+alt+f1 and back with ctrl+alt+f5 seems to do the trick once the screen saver has been unlocked with my users password, with no need to kill the screen saver process. Regards, Jordan

Re: blacklistd analogue

2021-03-24 Thread Jordan Geoghegan
an additional URL. Something like this should work to include his lists:     $ pf-badhost -O openbsd -l 'https://www.bsdly.net/~peter/bruteforcers.txt' I intend to include this among the default lists in the next release -- the only reason it wasn't included in v0.5 was because I discovered it too late. Happy bot blocking! Regards, Jordan

Re: Attempting to use Brother DCP-L2510D printer on BSD

2021-02-24 Thread Jordan Geoghegan
printer setup on the network like this, then you can move forward into broad sunlit uplands. Printing truly can be as easy as '$ lpr mydoc.ps' Regards, Jordan

Re: relayd + pfsync

2021-02-03 Thread Jordan Geoghegan
On 2/1/21 8:20 PM, Kapetanakis Giannis wrote: > On 02/02/2021 05:18, Jordan Geoghegan wrote: >> Hello, >> >> I had a question about using relayd with pfsync. >> >> I have a small gateway/load-balancer set up with relayd, carp and pfsync >> plus BGPd for

relayd + pfsync

2021-02-01 Thread Jordan Geoghegan
r would that also catch the traffic I'm trying to load balance as well? Any insight or advice would be much appreciated. P.S  Sorry for the wall of text Regards, Jordan

Re: File this bug, or not?

2021-01-18 Thread Jordan Geoghegan
everal different pieces of hardware, on several different arches. I have no solution to offer, just thought I'd share my experience with hot swapping drives on OpenBSD. Regards, Jordan

pf-badhost and unbound-adblock v0.5 released

2021-01-10 Thread Jordan Geoghegan
7;s working quite nicely. Thank you to everyone in the the OpenBSD community who have on many occasions, kindly assisted with development in one way or the other -- I am truly grateful. Regards, Jordan Geoghegan

Re: cmp(1) '-s' flag ignoring byte offset argument?

2021-01-10 Thread Jordan Geoghegan
On 1/9/21 1:59 AM, Otto Moerbeek wrote: > On Sat, Jan 09, 2021 at 12:05:31AM -0800, William Ahern wrote: > >> On Fri, Jan 08, 2021 at 07:09:01PM -0800, Jordan Geoghegan wrote: >>> Hey folks, >>> >>> I've noticed some surprising behaviour from cmp

cmp(1) '-s' flag ignoring byte offset argument?

2021-01-08 Thread Jordan Geoghegan
eturn code = %s\n' "$?" cmp -s /tmp/1.txt /tmp/2.txt "$offset1" "$offset2" printf '\nReturn code with "-s" = %s\n' "$?" As you can see, 'cmp -s' returns an exit code of '1', unlike cmp without the '-s' which returns '0'. Not sure what to make of this, I noticed this same behaviour on DragonflyBSD and FreeBSD, so maybe I'm just missing something obvious. This certainly caused some frustration before I figured out what was going on. Regards, Jordan

An ode to OpenBSD

2020-12-22 Thread Jordan Geoghegan
as well as much of my httpd cluster. Even while Zabbix was blowing up my phone with alerts, thanks to the magic of CARP+pfsync+relayd, all my services remained available, and a disaster was largely turned into a non-event. Thank you for creating the greatest software project of all time. Regards, Jordan

Re: OpenBSD Monitor Sleep No Response

2020-12-20 Thread Jordan Geoghegan
and then switching back to the xorg console with CTRL+ALT+F5. Not sure what the cause is, but I've always assumed it was an issue the the radeon driver. Regards, Jordan

Re: Potential dig bug?

2020-12-17 Thread Jordan Geoghegan
On 12/16/20 11:19 PM, Otto Moerbeek wrote: On Wed, Dec 16, 2020 at 02:37:19PM -0800, Jordan Geoghegan wrote: Hi folks, I've found some surprising behaviour in the 'dig' utility. I've noticed that dig doesn't seem to support link local IPv6 addresses. I've g

Re: Potential dig bug?

2020-12-16 Thread Jordan Geoghegan
On 12/16/20 2:37 PM, Jordan Geoghegan wrote: Hi folks, I've found some surprising behaviour in the 'dig' utility. I've noticed that dig doesn't seem to support link local IPv6 addresses. I've got unbound listening on a link local IPv6 address on my rout

Potential dig bug?

2020-12-16 Thread Jordan Geoghegan
as specifying source IP/interface with '-I' to no avail. It seems dig really doesn't like the 'fe80::%em0' notation, as  '@' and '-I' worked fine when used without a link-local address. Is this a bug or a feature? Am I just doing something stupid? Any insight would be appreciated. Regards, Jordan

Re: Another potential ksh bug?

2020-12-11 Thread Jordan Geoghegan
Hi Vadim, Thanks for looking into this, all I ever wanted was an ancient pdksh bug fix for Christmas. Regards, Jordan On 12/7/20 10:47 AM, Vadim Zhukov wrote: For me, this is a definite bug. I've opted my students to fix this bug, so unless there's a hurry, there must be a fi

Re: Another potential ksh bug?

2020-12-11 Thread Jordan Geoghegan
On 12/7/20 10:14 PM, Noth wrote: On 07/12/2020 05:41, Jordan Geoghegan wrote: Hello again, I was playing around with ksh array syntax and its behaviour when set as read-only. In my testing I noticed that ksh will allow you to overwrite the first element of a read-only array. Example snippet

Another potential ksh bug?

2020-12-06 Thread Jordan Geoghegan
, but it would be nice if someone could confirm its behaviour. I was just hoping someone could confirm if this is intended behaviour, or if it's a bug. Regards, Jordan

Re: Potential ksh bug?

2020-11-16 Thread Jordan Geoghegan
On 11/16/20 10:36 PM, Bodie wrote: On 17.11.2020 05:04, Jordan Geoghegan wrote: Hello, I'm not sure if this is a bug, or if it's just a pdksh thing, but I stumbled upon some interesting behaviour when I was tinkering around with quoting and using a poor mans array: test=$(ca

Potential ksh bug?

2020-11-16 Thread Jordan Geoghegan
urus here can determine whether this is a bug or if I'm just doing something annoying. Any insight that can be provided would be much appreciated. Regards, Jordan

Re: APU4 hardware network interfaces tied together

2020-11-15 Thread Jordan Geoghegan
that using a single interface would also lend itself to maximally effective interrupt coalescing. Regards, Jordan

Re: OBSD 6.8 vlan communication issues

2020-11-12 Thread Jordan Geoghegan
e parent interface (em0 etc) into promiscuous mode by running tcpdump on that interface. Give it a shot and see if traffic will pass, if so, then we know we've entered the vipers nest. Jordan

Re: home printer

2020-09-17 Thread Jordan Geoghegan
p by enabling lpd and adding a single line in my /etc/printcap file: lp|remote line printer:\ :lp=:rm=192.0.2.5:rp=lp:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs: So far this setup has been totally bulletproof and has yet to fail me after over 5000 scanned pages and a couple thousand print jobs. Regards, Jordan

Re: Very slow clock in Debian vmm guest

2020-08-29 Thread Jordan Geoghegan
If you check the mailing list archives, you will see that this issue has been discussed extensively. Dave Voutila has written a linux vmm kernel driver to work around some of the issues: https://github.com/voutilad/virtio_vmmci Regards, Jordan On 2020-08-28 20:48, Aaron Miller wrote: I

Re: Installation Media Self Integrity Check

2020-08-14 Thread Jordan Geoghegan
On 2020-08-12 21:30, Dan Peretz wrote: Hello, the FAQ states this: "The installXX.iso and installXX.fs images do not contain an SHA256.sig file, so the installer will complain that it can't check the signature of the included sets [...] This is because it would make no sense for the installer

Re: Adding more syspatch platform.

2020-08-13 Thread Jordan Geoghegan
On 2020-08-13 02:39, Sebastian Benoit wrote: Jordan Geoghegan(jor...@geoghegan.ca) on 2020.08.12 10:32:21 -0700: On 2020-08-12 02:08, Stuart Henderson wrote: The only proxy we have for "what is really used" is dmesg submissions. Since 6.7 release: amd64 62 i3865 arm64 3

Re: Adding more syspatch platform.

2020-08-12 Thread Jordan Geoghegan
spatch related as I'm not a dev, but I'd at least like it to be known that there are people who care about the octeon port and who are willing make an effort for it. Regards, Jordan

Re: How many IPs can I block before taking a performance hit?

2020-08-12 Thread Jordan Geoghegan
On 2020-08-12 05:11, Alan McKay wrote: Hey folks, This is one that is difficult to test in a test environment. I've got OpenBSD 6.5 on a relatively new pair of servers each with 8G RAM. With some scripting I'm looking at feeding block IPs to the firewalls to block bad-guys in near real time

Re: Adding more syspatch platform.

2020-08-11 Thread Jordan Geoghegan
On 2020-08-11 20:35, Theo de Raadt wrote: Jordan Geoghegan wrote: On 2020-08-11 15:50, Theo de Raadt wrote: Predrag Punosevac wrote: Theo de Raadt wrote: No, it is a question of which additional platform, you avoided that didn't you octeon is the only one I can think of.

Re: Adding more syspatch platform.

2020-08-11 Thread Jordan Geoghegan
me on Not that it matters, but I have well over 100 users of OpenBSD on octeon for the different client sites I manage. I'd love to see syspatches for octeon, but I have no business telling you guys what to do. Regards, Jordan

Re: Way to find most active IPs for rate limiting with pf

2020-08-06 Thread Jordan Geoghegan
grep "^all tcp" | grep -Fc "192.0.2.4" Regards, Jordan

Re: CPU usage of httpd+slowcgi

2020-07-27 Thread Jordan Geoghegan
numerous low power cores. Regards, Jordan

Re: video capture / streaming

2020-07-25 Thread Jordan Geoghegan
port some USB cameras using the V4L2 protocol, but you may need to play around with formats and resolutions to get the optimal experience/performance. I've done this extensively, as I'm currently working on a CCTV project that will run natively on OpenBSD. Regards, Jordan

Re: Potential grep bug?

2020-07-11 Thread Jordan Geoghegan
Hi Demi, On 2020-07-10 22:42, Demi M. Obenour wrote: On 2020-06-23 22:29, Jordan Geoghegan wrote: Hello, I was working on a couple POSIX regular expressions to search for and validate IPv4 and IPv6 addresses with optional CIDR blocks, and encountered some strange behaviour from the base

PF-BadHost Patch

2020-07-10 Thread Jordan Geoghegan
Hi everybody, I don't want to spam the list here, but I figured this was important enough to warrant an announcement considering several hundred people downloaded the script last week. tl;dr: Bugs found, patch your stuff A couple bugs have been reported by users, one in RipGrep and another i

Re: sysupgrade failure due to boot.conf

2020-07-10 Thread Jordan Geoghegan
On 2020-07-10 15:37, Alfred Morgan wrote: Please, I have had this problem for several versions now and it still isn't working right. I have this on all three of my servers: echo boot > /etc/boot.conf I have this boot.conf because openbsd fails to boot (on all three servers) because it hangs o

Re: Unbound Configuration

2020-07-10 Thread Jordan Geoghegan
On 2020-07-10 14:29, ken.hendrick...@l3harris.com wrote: --- I asked: What I would like to do now is make the *simplest possible* unbound.conf file and get it working. Thinking that an absolutely empty unbound.conf file would be the simplest, I tried it. It doesn't work. Can anybody help m

pf-badhost + unbound adblock v4 released

2020-07-01 Thread Jordan Geoghegan
Hey folks, just thought I'd share with you that I've released the latest versions of pf-badhost and unbound-adblock. pf-badhost webpage: https://www.geoghegan.ca/pfbadhost.html unbound-adblock webage: https://www.geoghegan.ca/unbound-adblock.html Key pf-badhost changes: * pf-badhost goes porta

Re: How do I get the man page for a package I haven't installed yet?

2020-06-26 Thread Jordan Geoghegan
On 2020-06-26 20:03, Theo de Raadt wrote: Jordan Geoghegan wrote: On 2020-06-26 18:45, Theo de Raadt wrote: Jordan Geoghegan wrote: On 2020-06-26 13:43, Marc Espie wrote: On Tue, Jun 23, 2020 at 12:20:35PM -0600, Theo de Raadt wrote: Ottavio Caruso wrote: Hi, Unless I've g

Re: How do I get the man page for a package I haven't installed yet?

2020-06-26 Thread Jordan Geoghegan
On 2020-06-26 18:45, Theo de Raadt wrote: Jordan Geoghegan wrote: On 2020-06-26 13:43, Marc Espie wrote: On Tue, Jun 23, 2020 at 12:20:35PM -0600, Theo de Raadt wrote: Ottavio Caruso wrote: Hi, Unless I've got it all wrong, <https://man.openbsd.org/> will only display ma

Re: How do I get the man page for a package I haven't installed yet?

2020-06-26 Thread Jordan Geoghegan
On 2020-06-26 13:43, Marc Espie wrote: On Tue, Jun 23, 2020 at 12:20:35PM -0600, Theo de Raadt wrote: Ottavio Caruso wrote: Hi, Unless I've got it all wrong, will only display man pages for programs and commands in base. Is there a way to display the man page fo

Potential grep bug?

2020-06-23 Thread Jordan Geoghegan
user 0m50.08s system # See the counter overflow/reset:     jot 4294967350 | grep -c "^[[:digit:]]"     54 All testing was done on a Ryzen desktop machine running 6.7 stable. The grep counting bug can be reproduced with this command:    jot 4294967296 | nice grep -c "^[[:digit:]]" Regards, Jordan

Re: Any idea/suggestion for old Cisco router to be use running OpenBSD current for WG?

2020-06-23 Thread Jordan Geoghegan
86 routing solutions, then the Edgerouter is one of the best bets. Regards, Jordan On 2020-06-23 09:01, Daniel Ouellet wrote: Hi, This might be a bit weird question, but I saw the wireguard being put in the kernel in the last few days and I am very existed abut it oppose to use the package

Re: Potential awk bug?

2020-06-13 Thread Jordan Geoghegan
On 2020-06-13 05:14, Stuart Henderson wrote: On 2020-06-12, Jordan Geoghegan wrote: On 2020-06-08 11:29, Todd C. Miller wrote: On Sun, 07 Jun 2020 17:02:03 -0700, Jordan Geoghegan wrote: Thanks for the quick response. I certainly wasn't expecting to find an ancient bug like this. S

Re: Potential awk bug?

2020-06-12 Thread Jordan Geoghegan
On 2020-06-08 11:29, Todd C. Miller wrote: On Sun, 07 Jun 2020 17:02:03 -0700, Jordan Geoghegan wrote: Thanks for the quick response. I certainly wasn't expecting to find an ancient bug like this. Should I be reporting this bug upstream, or are you planning on upstreaming a diff?

Re: OpenBSD alternatives to Pi-Hole

2020-06-12 Thread Jordan Geoghegan
se be spent mapping each domain to a black hole address. I run unbound-adblock on many Edgerouter Lites and havent had any issues. Regards, Jordan Geoghegan

Re: Potential awk bug?

2020-06-07 Thread Jordan Geoghegan
Hi Philip, Thanks for the quick response. I certainly wasn't expecting to find an ancient bug like this. Should I be reporting this bug upstream, or are you planning on upstreaming a diff? Regards, Jordan On 2020-06-06 20:16, Philip Guenther wrote: On Sat, Jun 6, 2020 at 5:08 PM Zé

Potential awk bug?

2020-06-06 Thread Jordan Geoghegan
atest.txt 2>/dev/null | md5     40c28b8ebfd2796e1ae15d9f6401c0c1 Example of the differences: --- mawk.txt    Sat Jun  6 18:43:30 2020 +++ awk.txt Sat Jun  6 18:43:38 2020 @@ -29,7 +29,7 @@  9.64.0.0/10  9.128.0.0/9  11.0.0.0/8 -12.0.0.0/8 +12.0.0.0/30  13.0.0.0/11  13.32.0.0/12  13.48.0.0/14 @@ -415,7 +415,7 @@  23.90.64.0/20  23.90.80.0/21  23.90.88.0/22 -23.90.92.0/22 +23.90.92.0/30  23.90.96.0/19  23.91.0.0/19  23.91.32.0/19 @@ -545,8 +545,8 @@  23.133.224.0/24  23.133.240.0/24  23.134.0.0/24 -23.134.16.0/24 -23.134.17.0/24 +23.134.16.0/30 +23.134.17.0/30 Any insight or advice would be much appreciated. Regards, Jordan [1] https://ftp.arin.net/pub/stats/arin/delegated-arin-extended-latest

Re: Filling a 4TB Disk with Random Data

2020-06-01 Thread Jordan Geoghegan
On 2020-06-01 06:58, Justin Noor wrote: Hi Misc, Has anyone ever filled a 4TB disk with random data and/or zeros with OpenBSD? How long did it take? What did you use (dd, openssl)? Can you share the command that you used? Thank you so much I've used OpenBSD to overwrite up to 8TB disks.

Re: 10Gbps X520 network adapter only passing 3.5Gbps

2020-05-06 Thread Jordan Geoghegan
On 2020-05-06 04:04, Stuart Henderson wrote: On 2020-05-06, Jordan Geoghegan wrote: On 2020-05-04 06:42, Kalle Kadakas wrote: Greetings OpenBSD community, I am running into severe bandwidth limitations whilst passing traffic through an OpenBSD firewall. The NIC in use is an Intel 10Gb

Re: 10Gbps X520 network adapter only passing 3.5Gbps

2020-05-06 Thread Jordan Geoghegan
On 2020-05-04 06:42, Kalle Kadakas wrote: Greetings OpenBSD community, I am running into severe bandwidth limitations whilst passing traffic through an OpenBSD firewall. The NIC in use is an Intel 10Gb 2-port X520 adapter from which I would hope to pass through at least 7Gbps+, yet the be

Re: SpeedTest-cli results accuracy ?

2020-05-05 Thread Jordan Geoghegan
locations (I usually spin up a few vultr VPS in various locations to confirm my speeds for example). Also, I'm sure you already know this, but you also should never run the benchmarking program on your router, as that will obviously skew the results. Cheers, Jordan On 2020-05-05 17:47,

Re: More than 16 partitions

2020-04-23 Thread Jordan Geoghegan
completely missed the content of merecent responses. Weird, isn't it? Anyway, as this would appear to be quite OT, me'd suggest we continue this (if at all) in private mail... Jan Take care, --zeurkous. Say Hi to Boss Nass for me next time you're in Otoh Gunga. Jordan

Re: Back to the Future

2020-04-19 Thread leroy jordan
We are all a little bunkers and that's okay thanks guys On Sun, Apr 19, 2020, 8:26 PM leroy jordan wrote: > nevermind I got the book you guys need to lighten up a little I > understand that a lot of people on here and highly intelligent and > everything some people is in

Re: Back to the Future

2020-04-19 Thread leroy jordan
st saying don't make people want to turn away that may be able to get gold vital help like maintaining packages or either bringing new packages like B complex if necessary Bluetooth cheers George's On Sun, Apr 19, 2020, 8:01 PM leroy jordan wrote: > Iowa > > Hey I need to go ba

Back to the Future

2020-04-19 Thread leroy jordan
Iowa Hey I need to go back in time I got to disable I know I got a boot and soup and single user mode I'm just not sure where to put my dis label at if you don't want to put it out there and public can you please privately email me and give me instructions I really appreciate it but grammar fuk y'

Re: Openbsd mirrors in Kazakhstan?

2020-04-10 Thread Jordan Geoghegan
On 2020-04-10 10:11, Nikita Stepanov wrote: Openbsd mirrors in Kazakhstan? The Russian mirror is hosted by Yandex. Moscow is likely the closest mirror to Kazakhstan, otherwise I would recommend trying one of the CDN options

Re: Hosting a CDN question

2020-03-16 Thread Jordan Geoghegan
On 2020-03-16 03:26, Flipchan wrote: Hey all, My company needs to put up a cdn for fast hosting of javascript, images and css for websites, and then i would need something faster then httpd. Does anyone here run a cdn for static website content? If so what software did u use to set it up

Re: Jitsi on OpenBSD

2020-03-16 Thread Jordan Geoghegan
to hear what tweaks they had to do. Could be that the jitsi server is overloaded. Thanks You may also want to try out talky.io, its treated my me well over the years and has a very similar concept to jitsi. Jordan (ps sorry for sending you this twice, forgot to cc misc on my first attempt)

Re: riscv

2020-03-15 Thread Jordan Geoghegan
On 2020-03-14 23:19, Mike Larkin wrote: On Sat, Mar 14, 2020 at 11:18:11PM -0700, Mike Larkin wrote: On Fri, Mar 13, 2020 at 02:12:19PM -0700, Jordan Geoghegan wrote: On 2020-03-13 09:50, Christian Weisgerber wrote: On 2020-03-13, "Peter J. Philipp" wrote: Any developer wo

Re: experience setting up a low memory machine

2020-03-13 Thread Jordan Geoghegan
On 2020-03-13 18:31, Stuart Henderson wrote: On 2020-03-13, Jordan Geoghegan wrote: I wouldn't get too excited about running on low memory machines. The more RAM you can throw at something, the better, as this allows more cache room as well as improving function of ASLR and other m

Re: experience setting up a low memory machine

2020-03-13 Thread Jordan Geoghegan
On 2020-03-11 19:20, Aaron Mason wrote: On Wed, Mar 11, 2020 at 6:47 PM Jordan Geoghegan wrote: On 2020-03-11 00:13, Stuart Longland wrote: On 15/2/20 6:43 pm, Dumitru Moldovan wrote: [SNIP] [SNIP] Sometimes it's better to realise when something has past its prime. A year or tw

Re: riscv

2020-03-13 Thread Jordan Geoghegan
On 2020-03-13 09:50, Christian Weisgerber wrote: 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,

Re: pf-badhost-0.3 released

2020-03-11 Thread Jordan Geoghegan
On 2020-03-11 12:41, Anders Andersson wrote: On Tue, Mar 10, 2020 at 10:53 PM Jordan Geoghegan wrote: pf-badhost and unbound-adblock are both now at version 0.3, released earlier today. Links to the scripts can be found here: www.geoghegan.ca/pfbadhost.html www.geoghegan.ca/unbound

Re: experience setting up a low memory machine

2020-03-11 Thread Jordan Geoghegan
On 2020-03-11 00:13, Stuart Longland wrote: On 15/2/20 6:43 pm, Dumitru Moldovan wrote: Not really, about 21 years ago I was learning to get XFree86 working, to break free from the console on a desktop with 24MB of RAM. It's all relative… I can recall years ago experimenting with operating s

pf-badhost-0.3 released

2020-03-10 Thread Jordan Geoghegan
egan.ca/unbound-adblock.html Regards, Jordan

Re: Time jumping forward issue under OpenBSD 6.6 VMM

2020-03-03 Thread Jordan Geoghegan
On 2020-03-03 07:43, mabi wrote: Hello, I am running an OpenBSD 6.6 VMM server with a few virtual machines also running 6.6 and noticed that one of them which is running Dovecot 2.3.9 package outputs the following warning every few 10-15 seconds: dovecot: imap: Warning: Time jumped forward

Re: suggestions for USB printer (maybe even with scanner)?

2020-02-19 Thread Jordan Geoghegan
On 2020-02-18 21:28, Stuart Longland wrote: On 6/2/20 7:26 am, Adam Thompson wrote: I don't know what you need in a printer, and I don't know what you mean by cheap, so... YMMV. However, I've found Brother **LASER** printers to be very good, and most of them support PCL6 and/or PS3. For exam

Re: rspamd stop rc script doesn't work in OpenBSD 6.6

2020-02-09 Thread Jordan Geoghegan
On 2020-02-09 11:46, aisha wrote: You need to use pkill -9 to kill rspamd, which i think should be added to the stop part of the rspamd daemon. At least this is what I have been using, any other methods would be nice to know. You dont need to restart rspamd if you're just modifying a co

Re: Low throughput with 1 GigE interface

2020-01-30 Thread Jordan Geoghegan
On 2020-01-30 14:29, Christian Weisgerber wrote: On 2020-01-30, Jordan Geoghegan wrote: All you're doing is benchmarking the speed of iperf on that machine. I vaguely remember a thread somewhere that concluded that one of these network benchmark tools degenerated into a benchma

Re: Low throughput with 1 GigE interface

2020-01-30 Thread Jordan Geoghegan
On 2020-01-30 13:14, Jordan Geoghegan wrote: On 2020-01-30 10:06, livio wrote: @KatolaZ and @remi Thank you for your inputs on iperf2 vs. iperf3. After all the tests I needed a clean setup again and reinstalled both OpenBSD and Window 10. With the new notebook (Dell vs Lenovo) I have

Re: Low throughput with 1 GigE interface

2020-01-30 Thread Jordan Geoghegan
On 2020-01-30 10:06, livio wrote: @KatolaZ and @remi Thank you for your inputs on iperf2 vs. iperf3. After all the tests I needed a clean setup again and reinstalled both OpenBSD and Window 10. With the new notebook (Dell vs Lenovo) I have different results. Dell: ~ 200Mbit/s Lenovo: ~ 145Mbit

Re: dig -p 5353 foo.bar core dumped

2020-01-21 Thread Jordan Geoghegan
On 2020-01-21 11:32, Paul de Weerd wrote: On Tue, Jan 21, 2020 at 11:25:33AM -0800, Jordan Geoghegan wrote: | dig doesnt core dump for me, it just prints this warning: ";; Error, | only port 53 supported". I wonder why the error isnt being printed | for OP. Interesting. Are you o

Re: dig -p 5353 foo.bar core dumped

2020-01-21 Thread Jordan Geoghegan
On 2020-01-21 11:05, Paul de Weerd wrote: On Tue, Jan 21, 2020 at 06:58:02PM +0100, Dieter Rauschenberger wrote: | Hi misc, | | on my intranet i have unbound and nsd running, both on the same | machine. unbount is listening on port 53, nsd is listening on port | 5353 on 127.0.0.1. If i run | |

Re: Can't locate OpenBSD/Quirks.pm in @INC

2020-01-17 Thread Jordan Geoghegan
On 2020-01-17 18:10, myml...@gmx.com wrote: HI, I downloaded the install66.fs snapshot today, 20200117, and did a fresh install.  Even though I got the full install set, i used http from ftp.openbsd.org as the install source. Installation went fine but when I tried to install packages I get

Re: OpenBSD's extremely poor network/disk performance?

2020-01-09 Thread Jordan Geoghegan
On 2020-01-09 06:22, Hamd wrote: Joe, are you a joke? Please stop insulting me, this is not my/your_personal_fancy_forum. This will be my last post here in misc. Default setups, no config. changes. Just patches installed. Same hardware. FreeBSD: freebsd@test:~ # time sh -c "dd if=/dev/zero

Re: Odd /tmp behavior

2020-01-07 Thread Jordan Geoghegan
On 2020-01-07 11:06, Karel Gardas wrote: On 1/7/20 7:38 PM, Jordan Geoghegan wrote:  > Using softdep on /tmp is a silly idea. > Why? To naive eyes it may look like a natural solution: e.g. before temp file is even created (on drive), it may be deleted which means there is no met

Re: LibreSSL performance issue

2020-01-07 Thread Jordan Geoghegan
Is there a specific reason you're running i386 instead of amd64? And why are you testing this on FreeBSD? Wrong mailing list On 2020-01-07 08:26, Joe Greco wrote: On Tue, Jan 07, 2020 at 09:33:46AM -0600, Edgar Pettijohn wrote: In reality, when you dig down, often you find that there's another

Re: Odd /tmp behavior

2020-01-07 Thread Jordan Geoghegan
On 2020-01-07 09:16, Raymond, David wrote: On an AMD-64 workstation /tmp fills up to 105% according to df, apparently as a result of UNIX pipes in a shell script passing a whole lot of moderately big files. Examination of /tmp with du and ls -gal on /tmp shows no big files and trying to delete

Re: Traffic prioritization inside VPN

2020-01-02 Thread Jordan Geoghegan
On 2020-01-02 11:13, Radek wrote: what about working directly on rsync side, specifying the maximum transfer rate? (--bwlimit option) Setting the hard transfer rate/limit on the rsync side is not what I need. I want my boxes to be able to use whole available bandwidth anytime. I mean if oth

Re: OpenBSD pf - redirect all DNS queries to local DNS server

2019-12-17 Thread Jordan Geoghegan
s to a particular address causes unbound to eat up a ton of memory, wheras returning NXDomain uses almost no memory. Cheers, Jordan

Re: unbound network optimizations

2019-12-12 Thread Jordan Geoghegan
u may have a better time than you are now by using the VirtIO drivers. The intel nic emulation can sometimes have issues. Better to use an interface designed for virtualized environments. Cheers, Jordan

Re: Can't select files to upload in a browsers

2019-12-06 Thread Jordan Geoghegan
On 2019-12-06 02:56, dmitry.sensei wrote: Firefox and Chromium browser, in the file selection window for upload, does not show the contents of directories other than the Downloads directory OpenBSD 6.6-current OpenBSD 6.6 GENERIC.MP#509 amd64 openbox-3.6.1p7 small, fast & usable window

  1   2   3   >