pkg_add - error while reading header / read short file / gzheader truncated

2023-12-07 Thread Joe B
dd you might need to pkg_delete the partial and then re-run. pkg_add After all that you might need pkg_add -u to see if the new mirror fixes all the other partials Hope this helps ~ Joe B

Adding multilib target for arm-none-eabi-gcc

2023-01-03 Thread Joe Nelson
I'm cross-compiling for an ST Nucleo F411RE, which requires these CFLAGS: -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 On my system, 'arm-none-eabi-gcc -print-multi-directory' can't find a match for them. By comparison, on Debian, it finds 'thumb/v7e-m+fp/hard'. Is there a

cdn.openbsd.org stale bsd.mp for amd64 snaps

2022-07-24 Thread joe
Hello, The amd64 snapshots on cdn.openbsd.org have a stale bsd.mp file, which is making sysupgrades fail. The other files are up-to-date. ftp.openbsd.org has the correct bsd.mp, so it appears to be a caching issue with Fastly. Might need to force a refresh? Thanks, -- Joe Gidi j

MNT Pocket Reform - OpenBSD support "in development"

2022-06-28 Thread joe
to buy one if they are actually contributing to the project. Thanks, -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

Re: OpenBSD and multitasking

2022-04-25 Thread Joe Gidi
0 USD and will be exponentially faster for random read/write and IOPS. Trying to run heavy modern desktop applications like Chromium from a spinning disk is an exercise in masochism. You're also running Chromium with 8 GB of RAM, so it's entirely possible you're running into swap, which will R

syspatch on raspberry pi 3. new kernel?

2021-10-31 Thread Joe Barnett
.@syspatch-70-i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC OpenBSD 7.0 (GENERIC) #1: Fri Oct 29 12:02:41 MDT 2021 r...@syspatch-70-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC Any ideas will be greatly appreciated. Am I missing any steps here? Thanks, Joe Following

Re: httpd(8) - PHP: More details in error log

2021-10-08 Thread Joe Barnett
information you need. -- Joe Barnett

Re: 4K display, teeny-tiny things

2021-08-22 Thread Joe Gidi
ces file to scale things to a usable size and get a mouse pointer I can actually see (I'm using a 4k 27" display as well): Xft.dpi: 144 Xcursor.size: 32 Xcursor.theme: Adwaita Hope this helps! -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

Re: MALLOC_STATS [was: Clang sanitizer support]

2021-07-23 Thread Joe Nelson
Otto Moerbeek wrote: > yeah, MALLOC_STATS is not well maintained... What's the relation between the MALLOC_STATS code currently in -stable, and the code in your mdump [0] project? Are you experimenting with different approaches? BTW, thanks for your work on this. 0:

Re: MALLOC_STATS [was: Clang sanitizer support]

2021-07-23 Thread Joe Nelson
Omar Polo wrote: > not tried, but compiles :) Your patch made it compile for me too. With that change I was able to run through the steps in https://www.drijf.net/malloc/ and detect memory leaks! Thank you. What's the process to get your change applied to -current? Should it be submitted to the

Re: MALLOC_STATS [was: Clang sanitizer support]

2021-07-23 Thread Joe Nelson
Omar Polo wrote: > There's a built-in mechanisms to check for memory leaks: > > https://www.drijf.net/malloc/ > > don't know if it still applies, I tried only once and was like a couple > of years ago (if not more). Thanks for the tip, Omar. I just tried compiling malloc.c with

Re: Clang sanitizer support

2021-07-20 Thread Joe Nelson
On Fri, Jan 8, 2021, at 5:40 PM, Joe Nelson wrote: > Hi all, I'd like to use Clang's AddressSanitizer and ThreadSanitizer > on my OpenBSD development machine. Following up on this, looks like MALLOC_OPTIONS can help me detect use-after-free and double free errors. What I'm missing is

Re: The simplest full cray data core with 3 cpu's and a physics hack that makes it work

2021-04-02 Thread Joe Davis
> On 2 Apr 2021, at 14:17, Benjamin Baier wrote: > > GPT-3 gone wild, or what? Definitely to late for Aprilfools-day. > If it’s GPT-3, it’s slipping.

Installing across two SSDs, encrypted

2021-01-29 Thread Joe Nelson
I'd like to install obsd on a laptop that has one built-in 128GB SSD, and a 1TB SATA SSD added in a separate bay. Was thinking of putting the system files on the small drive, and /home, /var, /tmp, and /usr/local on the big one. I'd like to use full-disk encryption for the big drive. Two

Clang sanitizer support

2021-01-08 Thread Joe Nelson
Hi all, I'd like to use Clang's AddressSanitizer and ThreadSanitizer on my OpenBSD development machine. However, the Clang 10 documentation lists OpenBSD support for only the UndefinedBehaviorSanitizer. Does anyone know how hard it would be to port them? Are they absent because nobody really

Re: AMD Ryzen

2020-06-23 Thread Joe Barnett
of the box with OpenBSD 6.7. *latest Debian, and latest Xubuntu experienced trouble on this machine when in graphical mode, though the latest regular Ubuntu does work nicely with this machine. Good luck, Joe dmesg: OpenBSD 6.7 (GENERIC.MP) #2: Thu Jun 4 09:55:08 MDT 2020 r...@syspatch

Re: OpenBSD Readonly File System

2020-06-09 Thread Joe Barnett
stand this is almost certainly not supported by the project. I have outlined this at the following URL: https://www.mr72.com/readonlyfs.html I hope this helps. Any feedback will be greatly appreciated. Good luck! Joe My partitions like this; vertigo# df -h Filesystem SizeUsed Ava

Re: relayd + httpd + Django/Rails?

2020-04-23 Thread Joe Ansbach
Now I feel dumb. Didn't need relayd at all - just the "fastcgi" option inside a httpd server block. Jesus christ. Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Thursday 23. April 2020 kl. 04:17, Joe Ansbach wrote: > Hi, > > I got this VPS her

relayd + httpd + Django/Rails?

2020-04-22 Thread Joe Ansbach
rward to port 8000   forward to port 7001   forward to port 7002   forward to port 6001   forward to port 6002 } -- # /etc/httpd.conf server "staticsite1.com" {   listen on * port 8000   root "/htdocs/staticsite1.com"   [...] } server "staticsite1.com" {   listen on * tls port 443   root "/htdocs/staticsite1.com"   [...] } [...] -- Thanks, Joe

Re: MITM ?

2020-03-25 Thread Joe Davis
> > What is your opinion ? > > could be a MITM from my router and a kernel 0day on the tcp/ip stack > > implementation ? > > could be MITMed pkg_add ? > > the encryption algorithm (AES_128_GCM) behind https is really secure ? > > Can some code be injected in an encrypted stream ? An internet

amdgpu, Polaris and Firefox

2020-01-25 Thread Joe Gidi
, -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

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

2020-01-08 Thread Joe Greco
nt it out. If you do not like the product, don't use it. Or submit a patch to fix it. ... JG -- Joe Greco - sol.net Network Services - Milwaukee, WI - http://www.sol.net "The strain of anti-intellectualism has been a constant thread winding its way through our political and cultural

Re: LibreSSL performance issue

2020-01-07 Thread Joe Greco
uction to use misc instead. Besides, it came up as a reply to a message posted on misc. ... JG -- Joe Greco - sol.net Network Services - Milwaukee, WI - http://www.sol.net "The strain of anti-intellectualism has been a constant thread winding its way through our political and cultural lif

Re: LibreSSL performance issue

2020-01-07 Thread Joe Greco
On Tue, Jan 07, 2020 at 07:50:37PM +0100, Bodie wrote: > On 7.1.2020 17: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 > >>> reason for t

LibreSSL performance issue (was: Re: OpenBSD's extremely poor network/disk performance?)

2020-01-07 Thread Joe Greco
detection issue. For whatever reason, FreeBSD's openssl gets it right by default. And the fourth run was "just to see." After some more puttering around with it, that's where I got stuck, and I eventually set it aside as it wasn't a pressing issue. If anyone has any insight into this,

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

2020-01-07 Thread Joe Greco
ing AES-NI. I'm not going to blame libressl for that, I just lacked the time to do a deep dive on it to figure out what was (hopefully!) configured wrong. Probably something with ia32cap or whatever the libressl equivalent is. ... JG -- Joe Greco - sol.net Network Services - Milwaukee, WI - http://

Re: heavy CPU consumption and laggy/stuttering video on thinkpad x230

2019-11-16 Thread Joe Davis
This may come across as a strange question, but is the microphone disabled in the BIOS? The azalia driver has(had?) some issues with that before. Cheers, Joe

Re: no keyboard on (I)nstall

2019-11-12 Thread Joe Davis
On Tue, Nov 12, 2019 at 10:12:13AM +0100, Emanuel Berg wrote: > CPU type AMD Athlon 64 X2 Dual Core Processor 3800+ > > Re: BIOS USB options... "USB Legacy Mode > Support" set to "Auto". > > No BIOS USB speed settings what I can see. > > -- > underground experts united >

Re: Tools for writers

2019-11-07 Thread Joe Davis
> Some writers swear on Scrivener. It's proprietary and Mac/Win only, though. Manuskript[1] looks promising as a foss alternative. Haven't attempted to build it on OpenBSD. None of the dependencies look to be a major problem. Cheers, Joe [1]: http://www.theologeek.ch/manuskript/

How to dock laptop more easily

2019-10-13 Thread Joe Nelson
| asleep xx | awakeboth x| asleep x | awakelaptop | asleep -- Joe Nelson https://begriffs.com

Re: Alix 2d13 and OpenBSD 6.5 Problems

2019-10-02 Thread Joe Barnett
On 2019-10-01 22:46, Sean Kamath wrote: Hi. I’m hoping someone either has a cluebat or some helpful suggestions beyond “reinstall”. I had an alix 2d13 running OpenBSD 6.3. I finally got around to upgrading to 6.4 (via https://www.openbsd.org/faq/upgrade64.html), and that seemed to go just

Re: arm on Tinker Board (rk3288) - currently broken?

2019-09-29 Thread Joe Gidi
> On Fri, Sep 27, 2019 at 08:01:53PM -0400, Joe Gidi wrote: >> Hello, >> >> I've seen a number of recent commits for the rk3288 SoC, so I dug out my >> Tinker Board and tried to install the latest snapshot (miniroot dated >> 27-Sep-2019 06:14). >> >> I

arm on Tinker Board (rk3288) - currently broken?

2019-09-27 Thread Joe Gidi
-0600) Trying to boot from MMC1 spl: mmc init failed with error: -110 SPL: failed to boot from all boot devices ### ERROR ### Please RESET the board ### Is this currently known to be broken, or am I doing something wrong? Thanks, -- Joe Gidi j...@entropicblur.com "You cannot buy skill.&quo

unbound/dns issue (malformed packets?)

2019-09-15 Thread Joe Barnett
wledge of DNS and other network services is limited -- I hope I have explained this in a way that can be understood. Thanks, Joe

Re: dhcrelay

2019-08-30 Thread Joe Cook
Hi, You will find the answer in the second paragraph of the description for the dhcrelay(8) manpage. It's fantastic that we don't even need the internet to find the answer. Happy reading. Joe On 30/08/2019 8:21 AM, shadrock uhuru wrote: hiya thanks for the reply hi eveyone if i have

Re: SAD ( pkg_add does linux like stuff ie: not working, no explanation )

2019-08-28 Thread Joe Gidi
content-length: 36405 > [0]-[web]-[/var/www/logs] > # date > Wed Aug 28 04:07:24 CEST 2019 > > LIKE WHY PLEASE ? Maybe because underscores (_) are not the same as dashes (-)? -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

Re: openrsync out of memory

2019-08-16 Thread Joe Davis
-3.1.3/fileio.c: /* This provides functionality somewhat similar to mmap() but using read(). * It gives sliding window access to a file. mmap() is not used because of * the possibility of another program (such as a mailer) truncating the * file thus giving us a SIGBUS. */ Cheers, Joe

Re: Multiple video cards in X?

2019-06-28 Thread Joe M
out how radeondrm works. It took me quite a lot of time to figure out the correct configuration. I was hoping that I could get cwm to work. But, I could not. Only fvwm works. I did not bother to dig through why. joe:10114$ cat /etc/X11/xorg.conf # get the xorg.conf.firstcard

Re: Haskell compilation issues

2019-05-19 Thread Joe Nelson
Matthias Kilian wrote: > I've a really smart solution for the problem: I'll never ever even try > to give some helpful answer to any of the mails on misc@ Sorry, my message must have sounded snarky. I didn't intend it that way. Honestly just wanted to help you with your email setup. It can be

Re: Haskell compilation issues

2019-05-18 Thread Joe Nelson
Matthias Kilian wrote: > ps: please note that I'm not subscribed to misc@ with my 'real' > mail account, only with a crappy gmail account I'm only reading on > my tablet (from which I forwarded your mail to my real address). So > better cc' me if you've any other questions ;-) FYI, the way you

Re: Haskell compilation issues

2019-05-18 Thread Joe Nelson
Omar Polo wrote: > What I think it's required to compile and run haskell program is to > wxallow the partition. If you're using the standard layout the /tmp > and /home should be wxallowed. Yep, GHC creates binaries with W^X violations. The GHC developers are working on this problem in [0], but

_XSERVTransSocketUNIXAccept: accept() failed

2019-05-14 Thread Joe M
Hello, These messages are filling up the Xorg.0.log and xenodm.log to gigabytes and does not allow additional xterm windows to open. I see these messages in /var/log/Xorg.0.log joe:10424$ tail Xorg.0.log [2616181.044] _XSERVTransSocketUNIXAccept: accept() failed [2616181.044

Re: Criteria for errata

2019-05-10 Thread Joe M
> > > That's how I understood the bug too, but when I enabled a debug build of > > > xenocara and examined the core dump after a crash, I had the same > > > "VGAarbiterSpriteMoveCursor" recursive-stack backtrace as in that bug > > > report. > > > > I dont know much about xenocara, but i think

Patch for X crash on 6.4 and 6.5

2019-04-26 Thread Joe M
Hello, I had this same issue with 6.4 and 6.5. Applying this patch has fixed the issue. I am using 2 radeon gpu's. https://patchwork.freedesktop.org/series/28284/ This is the gdb backtrace of the crashed core file. joe:10201$ d gdb /usr/X11R6/bin/X Xorg.core GNU gdb 6.3 Copyright 2004 Free

Re: clocksource tsc sometimes not available within debian vm on OpenBSD 6.4

2019-03-08 Thread Joe M
I have the same issue and have been using this driver. It sets the correct time every 5 seconds. For this purpose, this solution is a hack, but, I could not figure out a better solution. https://github.com/voutilad/virtio_vmmci/issues/1 Also, I noticed that vm clock would be very slow. It loses

Re: HP OfficeJet 5610 Scanner

2019-02-17 Thread Joe M
> I have this exact model. Were you able to get printing to work? I do not use it for printing anymore. So, never tried printing with it.

Re: HP OfficeJet 5610 Scanner

2019-02-14 Thread Joe M
It works fine after installing hplip. For the next person trying this, these commands got it working: doas pkg_add sane-backends hplip dbus doas rcctl enable messagebus doas rcctl start messagebus scanimage should work fine now. Thanks

Re: _XSERVTransSocketUNIXAccept: accept() failed

2019-02-14 Thread Joe M
> What were you trying to do when you got these messages? This happens when I have a bunch of X apps (with windows) open and I try open another xterm. It appears that there is some limit to the number of X windows that can be opened. When I try to open another one after that limit, I get these

_XSERVTransSocketUNIXAccept: accept() failed

2019-02-13 Thread Joe M
Hello, I see these messages in /var/log/Xorg.0.log joe:10424$ tail Xorg.0.log [2616181.044] _XSERVTransSocketUNIXAccept: accept() failed [2616181.044] _XSERVTransSocketUNIXAccept: accept() failed [2616181.044] _XSERVTransSocketUNIXAccept: accept() failed [2616181.044] _XSERVTransSocketUNIXAccept

Re: HP OfficeJet 5610 Scanner

2019-02-13 Thread Joe M
This is from dmesg ulpt0 at uhub5 port 1 configuration 1 interface 1 "HP Officejet 5600 series" rev 2.00/1.00 addr 2 ulpt0: using bi-directional mode ugen1 at uhub5 port 1 configuration 1 "HP Officejet 5600 series" rev 2.00/1.00 addr 2

HP OfficeJet 5610 Scanner

2019-02-13 Thread Joe M
Hello, I have an HP OfficeJet 5610 All-In-One that worked fine with scanimage on linux. On Openbsd, sane-find-scanner recognises the device but scanimage --list-devices cannot find it. Just want to check if anyone has it working on OpenBSD? joe:10362$ d sane-find-scanner # sane-find-scanner

Re: drm bug on Dell Inspiron 3721 (6.4release and 6.4 current)

2019-02-08 Thread Joe Davis
. Cheers, Joe

Xorg crash every few days

2018-12-18 Thread Joe M
/X11R6/bin/X Segmentation fault (core dumped) I am attaching my dmesg. Please let me know if I can provide any more information. Thanks Joe OpenBSD 6.4 (GENERIC.MP) #1: Mon Nov 26 10:18:14 CET 2018 r...@syspatch-64-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 21417054208

Re: alpine linux under vm? freezes

2018-09-04 Thread Joe Davis
> so is there anything I could do to be able to use the console? Try setting a lower baud rate in Alpine’s /etc/inittab. (and in the linux kernel command line) That’s how I worked around the same issue. Regards, Joe

Re: Error adding tunnel to mgre interface

2018-08-05 Thread Joe Cook
up an mgre interface then I would appreciate a little advice. Regards Joe I found the answer in an openbsd-cvs archive. Ref. https://marc.info/?l=openbsd-cvs=151977078027087=2 Example command. >$ doas ifconfig mgre0 tunneladdr 192.0.2.1 >$ ifconfig mgre mgre0: flags=8800 mt

Error adding tunnel to mgre interface

2018-08-01 Thread joe
advice. Regards Joe

pf.conf "reply-to" routing parameter seemingly not working?

2018-05-10 Thread Joe Crivello
is running OpenBSD 6.2. Anyone have any idea why this isn't working the way I want it to? Joe

Re: ICMPv6 Neighbor Advertisement PF Weirdness

2018-04-30 Thread Joe Crivello
not filter on interface. Seems like it is possibly a bug. Joe On Mon, Apr 30, 2018 at 12:31 PM, Joe Crivello <josephcrive...@gmail.com> wrote: > Hello -- > > While configuring a new firewall, I noticed that pflog0 was showing that > some ICMPv6 neighbor advertisement packets wer

ICMPv6 Neighbor Advertisement PF Weirdness

2018-04-30 Thread Joe Crivello
own problems with using VGT on VMware ESXi with vmx(4) and em(4) drivers? I reviewed the 6.2 errata and didn't see anything pertinent. Joe

Re: Plans to port the amdgpu(4) driver? (=to support Radeons made 2014/2015 and after.) Hardware/other donations needed?

2018-04-29 Thread Joe Gidi
> On Wed, Apr 25, 2018 at 10:49:53AM -0400, Joe Gidi wrote: >> >> > On Wed, Apr 25, 2018 at 09:08:12PM +1000, Jonathan Gray wrote: >> >> drivers/gpu/drm/amd in linux has over 1.5 million lines of code. >> Which >> >> is multiple times larger than th

dmesg for ThinkPad T480s

2018-04-19 Thread joe di castro
This is the dmesg for my new ThinkPad T480s. Detailed specs: Intel Core i5-8250U LG 14.0" WQHD (2560 x 1440) IPS 16 GB DDR4 2400MHz Integrated Intel® UHD Graphics 620 IR 720p HD Camera with microphone NO Fingerprint Reader NO NFC Smartcard reader 512 GB SSD Samsung PM981 PCIe-NVMe M.2 3 cell

Re: 4-ports router under $150

2018-04-08 Thread Joe Holden
On 08/04/2018 23:16, Rupert Gallagher wrote: > 963Mbps > > On Sun, Apr 8, 2018 at 18:02, Michael Price wrote: > >> Was it an apu2c4 by any chance? I was thinking about picking one of those up >> and was curious as to what kind of packet rates people were seeing with

frozen clock on Intel NUC

2017-10-15 Thread Joe Gidi
I have tried to submit this to bugs@ twice in the past two days, once directly via sendbug and again by webmail, but as far as I can tell, it has not been accepted. Posting here in the hopes of making some devs aware of this issue... >Synopsis: Recent TSC changes seem to result in frozen

Re: Blocking users who change their IP address

2017-10-06 Thread Joe Holden
On 05/10/2017 22:39, Eric Johnson wrote: On Fri, 6 Oct 2017, Mihai Popescu wrote: I'm at a small Wireless ISP in a small town and have only a Class C block of addresses. [...] [...] Very romantic, indeed, but it has nothing to do with OpenBSD. Are you serious? Since the primary

Re: Yubikey works on gpg1 but not gpg2

2017-08-09 Thread joe di castro
Hi Carolyn, I had the same behavior when I tried this on -current but it was working well as supposed on -stable Thus, my first thought was that the current version of the GnuPG 2 package was the culprit, but to be sure I tried to see if I could access the smartcard to discard first the

KARL broken on arm64?

2017-08-07 Thread Joe Gidi
t? Thanks, -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

Re: Dynamic DNS Client for EasyDNS

2017-08-02 Thread Joe Gidi
> "Joe Gidi" <j...@entropicblur.com> wrote: > >> ddclient should fit the bill. It's Perl, it's in ports, and it supports >> EasyDNS. I've used it for a few years now with no problems. >> >> Joe > > Thanks for the quick response. Althoug

Re: Dynamic DNS Client for EasyDNS

2017-08-02 Thread Joe Gidi
ddclient should fit the bill. It's Perl, it's in ports, and it supports EasyDNS. I've used it for a few years now with no problems. Joe > One of my clients is insisting on using her current ISP with dynamic IP. > On the another hand we decided to use EasyDNS as our managed DNS > pro

Re: octeon port, ubiquity edgerouter

2017-07-26 Thread Joe Holden
On 26/07/2017 00:56, jungle Boogie wrote: > On 25 July 2017 at 15:20, Doggie wrote: >> W dniu 2017-07-25 o 19:39, Peter J. Philipp pisze: >>> >>> Actually I bought the silent fans. So I don't have to write any code, >>> too bad the foxconn fans are a misdesign. I'll

Re: Jumbo frames on Octeon

2017-06-29 Thread Joe Holden
On 29/06/2017 12:06, Visa Hankala wrote: > On Tue, Jun 27, 2017 at 07:57:42PM +0100, Joe Holden wrote: >> It looks like setting the mtu on cnmac interfaces doesn't quite work as >> expected, whatever the mtu is set to the upper limit appears to be 1510 >> as although it will t

Re: Jumbo frames on Octeon

2017-06-27 Thread Joe Holden
On 27/06/2017 19:57, Joe Holden wrote: > Hi guys, > > It looks like setting the mtu on cnmac interfaces doesn't quite work as > expected, whatever the mtu is set to the upper limit appears to be 1510 > as although it will transmit frames of any arbitary size (e.g 2000 > bytes

Jumbo frames on Octeon

2017-06-27 Thread Joe Holden
Hi guys, It looks like setting the mtu on cnmac interfaces doesn't quite work as expected, whatever the mtu is set to the upper limit appears to be 1510 as although it will transmit frames of any arbitary size (e.g 2000 bytes), the reply never makes it back (confirmed from an attached box) unless

Re: DNS hijacking (was Re: Is this an intrusion?)

2017-06-18 Thread Joe Holden
On 18/06/2017 10:59, Stuart Henderson wrote: > On 2017-06-17, Paul Suh wrote: >> Folks,=20 >> >> My understanding of the way that this is done is by returning a CNAME = >> when the ISP's DNS recursive DNS server would otherwise return a = >> NXDOMAIN result, followed by a

Re: Is this an intrusion?

2017-06-16 Thread Joe Holden
like this > > 80.2.249.209 cpc77525-cwma10-2-0-cust208.7-3.cable.virginm.net > > I run most traffic through a vpn but my router is a Virgin SuperHub2, as > they call it. > > > To Dot Yet, > > I've through system logs etc and nothing seems to look suspicious. Can't >

Re: Is this an intrusion?

2017-06-15 Thread Joe Holden
On 15/06/2017 16:47, Dot Yet wrote: > On Thu, Jun 15, 2017 at 9:12 AM Maurice McCarthy > wrote: > >> Hi, >> >> $ xauth list >> ... >> advancedsearch.virginmedia.com:0 MIT-MAGIC-COOKIE-1 >> f3aa08ed0926482c51f5cb386e28a0ea >> >> >> Virgin Media is my ISP. Is this an

Re: Can I bind USB/other interface/device number (e.g. cdceX) to particular MAC, USB serial number or the like?

2017-06-01 Thread Joe Gidi
Good news! You can have this already. Go run Linux. On June 1, 2017 8:42:45 PM EDT, Tinker wrote: >Ah - having an interface name naming scheme that, instead of just being > >a counter, e.g. CDCE + 0 -> 1 -> ... = "cdce0", denoting the physical >slot where the device is

Small patch for vnconfig/mount_vnd to return the first unused vnd device

2017-04-27 Thread Joe Holden
Might be useful, particularly in scripting... Behaves like losetup. Index: sbin/mount_vnd/mount_vnd.c === RCS file: /cvs/src/sbin/mount_vnd/mount_vnd.c,v retrieving revision 1.20 diff -u -p -r1.20 mount_vnd.c ---

Re: Setting rtable 0 from >1 with ping et al

2017-03-18 Thread Joe Holden
On 18/03/2017 08:21, Florian Obser wrote: On Thu, Mar 16, 2017 at 07:59:44PM +, Joe Holden wrote: On 09/03/2017 23:35, Joe Holden wrote: On 09/03/2017 23:02, Joe Holden wrote: Hi, So - it seems that pledge will deny a change of rtable to 0 when using level SOL_SOCKET and the current

bioctl showing "0% done" on apparently healthy softraid

2017-03-18 Thread Joe Gidi
core_check_errors] *ERROR* Unclaimed register before interrupt uhub3 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.05 addr 2 uhub4 at uhub2 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.05 addr 2 vscsi0 at root scsi

bioctl showing "0% done" on apparently healthy softraid

2017-03-18 Thread Joe Gidi
onfiguration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.05 addr 2 uhub4 at uhub2 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.05 addr 2 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets sd4 at scsibus3 targ 1 lun 0: <OPENBSD, SR RAID 1, 006> SCSI2 0/direct fixed sd4: 3815447MB, 512 bytes/sector, 7814036576 sectors root on sd0a (918dcdbb8c221cb4.a) swap on sd0b dump on sd0b -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

Re: Setting rtable 0 from >1 with ping et al

2017-03-16 Thread Joe Holden
On 09/03/2017 23:35, Joe Holden wrote: On 09/03/2017 23:02, Joe Holden wrote: Hi, So - it seems that pledge will deny a change of rtable to 0 when using level SOL_SOCKET and the current rtable is >0, so eg if you're in table 1 and you do ping -V0 it will fail. Can anyone shed any light on

Hey

2017-03-11 Thread Joe Nosay
What's up, people? Compatibility should be equivalent to the architecture being used. Whatever the scenario, there will always be the necessity of creating layers of abstraction for security. One could create a jailed/chroot environment for the compat layer. The next step would be creating a

Re: Setting rtable 0 from >1 with ping et al

2017-03-09 Thread Joe Holden
On 09/03/2017 23:02, Joe Holden wrote: Hi, So - it seems that pledge will deny a change of rtable to 0 when using level SOL_SOCKET and the current rtable is >0, so eg if you're in table 1 and you do ping -V0 it will fail. Can anyone shed any light on why this is restricted? Especially si

Setting rtable 0 from >1 with ping et al

2017-03-09 Thread Joe Holden
Hi, So - it seems that pledge will deny a change of rtable to 0 when using level SOL_SOCKET and the current rtable is >0, so eg if you're in table 1 and you do ping -V0 it will fail. Can anyone shed any light on why this is restricted? Especially since the same can be achieved with route

Re: Bizarre arp entry corruption

2017-03-09 Thread Joe Holden
On 09/03/2017 11:51, Martin Pieuchot wrote: On 07/03/17(Tue) 19:38, Joe Holden wrote: On 12/12/2016 16:55, Joe Holden wrote: On 12/12/2016 10:27, Martin Pieuchot wrote: On 11/12/16(Sun) 00:50, Joe Holden wrote: On 10/12/2016 08:43, Mihai Popescu wrote: seeing some bizarre behaviour on one

Re: Bizarre arp entry corruption

2017-03-07 Thread Joe Holden
On 12/12/2016 16:55, Joe Holden wrote: On 12/12/2016 10:27, Martin Pieuchot wrote: On 11/12/16(Sun) 00:50, Joe Holden wrote: On 10/12/2016 08:43, Mihai Popescu wrote: seeing some bizarre behaviour on one box, on one specific interface: Hello, This looks like some stupid TV game, where

Re: Raspberry Pi 3 booting from USB

2017-03-05 Thread Joe Gidi
I was stuck at that point for a while. Make sure you have everything you need to boot on the DOS partition of your USB drive; mine was missing u-boot.bin. Are you using the bootcode.bin and start.elf files from Raspbian? On March 5, 2017 9:25:59 AM EST, Otto Moerbeek wrote: >On

Re: Raspberry Pi 3 booting from USB

2017-03-05 Thread Joe Gidi
n, Mar 05, 2017 at 08:21:56AM -0500, Joe Gidi wrote: >> >From further tinkering, I discovered that my Pi was only recognizing >128 MB of >> RAM until I switched to using the DTB and fixup.dat files from >Raspbian. Seems >> that those /boot/ files should be kept in sync.

Re: Raspberry Pi 3 booting from USB

2017-03-05 Thread Joe Gidi
han Gray <j...@jsg.id.au> wrote: >On Sun, Mar 05, 2017 at 09:23:13AM +0100, Otto Moerbeek wrote: >> On Sun, Mar 05, 2017 at 07:00:46PM +1100, Jonathan Gray wrote: >> >> > On Sun, Mar 05, 2017 at 08:37:30AM +0100, Otto Moerbeek wrote: >> > > On Sat, Mar

Re: Raspberry Pi 3 booting from USB

2017-03-04 Thread Joe Gidi
Wow, apologies for the horrible line breaks inserted by this mail client... -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried - Original Message ----- From: "Joe Gidi" <j...@entropicblur.com> To: misc@openbsd.org Cc: Sent: Sat, 04 Mar 2

Raspberry Pi 3 booting from USB

2017-03-04 Thread Joe Gidi
to take around 10 seconds for the Pi to reach the OpenBSD bootloader and fire up the kernel. Hope this information is helpful to someone... -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

arm64 Raspberry Pi 3 - no disks available?

2017-03-01 Thread Joe Gidi
ot device: lookup sd0a:/bsd failed WARNING: CHECK AND RESET THE DATE! Is this expected at this point? Should I be trying to install to another device, like a USB hard drive? Thanks for any hints. -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

What is the future of the multicast routing daemons in OpenBSD?

2017-01-01 Thread Joe Crivello
enBSD. I am also troubled by the no error, no warning failure of mrouted on the system I described above -- wouldn't even know where to start with that one. Thanks in advance for any advice on this subject... Joe Crivello

Re: Bizarre arp entry corruption

2016-12-12 Thread Joe Holden
On 12/12/2016 10:27, Martin Pieuchot wrote: On 11/12/16(Sun) 00:50, Joe Holden wrote: On 10/12/2016 08:43, Mihai Popescu wrote: seeing some bizarre behaviour on one box, on one specific interface: Hello, This looks like some stupid TV game, where contesters are given some clues from time

Re: Bizarre arp entry corruption

2016-12-10 Thread Joe Holden
On 10/12/2016 08:43, Mihai Popescu wrote: seeing some bizarre behaviour on one box, on one specific interface: Hello, This looks like some stupid TV game, where contesters are given some clues from time to time and they have to guess what is the real shit. Do post your FULL dmesg and

Re: Bizarre arp entry corruption

2016-12-09 Thread Joe Holden
On 08/12/2016 14:35, Joe Holden wrote: On 08/12/2016 13:56, Joe Holden wrote: Hi guys, I've just updated a couple of boxes to the Dec 7th snapshot and I'm seeing some bizarre behaviour on one box, on one specific interface: The box in question is an OSPF and BGP speaker, and the following

Re: Bizarre arp entry corruption

2016-12-08 Thread Joe Holden
On 08/12/2016 13:56, Joe Holden wrote: Hi guys, I've just updated a couple of boxes to the Dec 7th snapshot and I'm seeing some bizarre behaviour on one box, on one specific interface: The box in question is an OSPF and BGP speaker, and the following happens when booted: After OSPF and BGP

Bizarre arp entry corruption

2016-12-08 Thread Joe Holden
Hi guys, I've just updated a couple of boxes to the Dec 7th snapshot and I'm seeing some bizarre behaviour on one box, on one specific interface: The box in question is an OSPF and BGP speaker, and the following happens when booted: After OSPF and BGP tables load, a couple of minutes later

Re: High loadavg on recent snapshots?

2016-12-02 Thread Joe Holden
On 02/12/2016 12:45, Otto Moerbeek wrote: On Fri, Dec 02, 2016 at 09:55:23AM +, Joe Holden wrote: Hi guys, Is anyone else seeing abnormally high load averages on recent snapshots? Seeing load reported as ~1 on idle machines (both VM and physical, amd64 and octeon): 9:48AM up 34 mins

High loadavg on recent snapshots?

2016-12-02 Thread Joe Holden
Hi guys, Is anyone else seeing abnormally high load averages on recent snapshots? Seeing load reported as ~1 on idle machines (both VM and physical, amd64 and octeon): 9:48AM up 34 mins, 1 user, load averages: 1.21, 1.13, 1.01 (octeon snapshot as of 30th Nov) Another example on KVM guest:

  1   2   3   4   5   >