Re: still loosing connections

2014-11-03 Thread Peter J. Philipp
On Sun, Nov 02, 2014 at 08:41:44PM +0100, Stefan Wollny wrote: > > I think so. Your message is a million lines long, but I have no idea > > what the problem is. > > > > > Hi Ted, > > thank you for taking your time to reply. > > Long story short: "Sometimes" (=not deliberately repeatable) when

uvm_wait_pla() infinite loop

2013-12-04 Thread Peter J. Philipp
Hi, My brand new sparkling OpenBSD VPS is currently in crisis. Unfortunately there is no reset function to it and I forgot to set the "break to ddb" function. The vps admin staff is probably already asleep so I'll have to wait a few hours. On console it says repeatedly: pagedaemon: wait_pla dea

Re: uvm_wait_pla() infinite loop

2013-12-05 Thread Peter J. Philipp
> I wish I had a dmesg for you but I didn't save one offline from this > vps. I can tell you this much. It's virtualbox'ed, has 2 cpu's and > since yesterday has some memory intensive application that may cause > some things to be moved to swap. I'm gonna have to see to reduce the > memory on th

resolver question

2013-12-23 Thread Peter J. Philipp
I'm trying to track down the code in the libasr that causes this behaviour: Whenever I go to a IPv4 site and IPv6 query is made for domain+mydomain like a search. So with logging turned on, on my nameserver I get this: pjp@americas$ grep canoe.ca.centroid.eu /var/log/all Dec 20 17:00:37 americas

Re: resolver question

2013-12-24 Thread Peter J. Philipp
On Tue, Dec 24, 2013 at 10:25:06AM -0500, Kenneth R Westerback wrote: > On Mon, Dec 23, 2013 at 02:37:47PM +0100, Peter J. Philipp wrote: > > I'm trying to track down the code in the libasr that causes this behaviour: > > > > Whenever I go to a IPv4 site and IPv6 query i

Re: resolver question

2013-12-24 Thread Peter J. Philipp
wrong and someone might come over and kick my > dog to teach me a lesson > ~Jeff > > > > On Tue, Dec 24, 2013 at 9:33 AM, Peter J. Philipp wrote: > > > On Tue, Dec 24, 2013 at 10:25:06AM -0500, Kenneth R Westerback wrote: > > > On Mon, Dec 23, 2013 at 02:37:4

Re: resolver question

2013-12-26 Thread Peter J. Philipp
On 12/24/13 22:08, Andres Perera wrote: > i think further investigation is due on OP's part OK. I first removed the domain keyword out of the /etc/resolv.conf and updated /etc/resolv.conf.tail. Then I stuck "search centroid.eu" in there instead so that it looked like this: # Generated by r

Re: resolver question

2013-12-26 Thread Peter J. Philipp
On 12/26/13 20:34, Andres Perera wrote: >> OK. I first removed the domain keyword out of the /etc/resolv.conf and >> updated /etc/resolv.conf.tail. >> >> Then I stuck "search centroid.eu" in there instead so that it looked >> like this: >> >> >> # Generated by re0 dhclient >> search centroid

Re: Request for Funding our Electricity

2014-01-15 Thread Peter J. Philipp
ed the package. So if my time was used it would say: # pkg_add somepackage ... This package's buildtime was generously donated by Peter J. Philipp. # or # pkg_add someotherpackage ... This package's buildtime was generously donated by Scary Corporation. # The programming for this is pr

sd0 not detected, AHCI_DEBUG option turned on

2014-04-22 Thread Peter J. Philipp
Hi developers, I have a new computer. Well sd0 (AHCI mode) doesn't get detected and wd0 (IDE mode) is really really slow (it takes 10 minutes writing bsd kernel via upgrade, on an SSD!). The computer physically is a Xeon E3-1275v3 with 32 GB RAM. The motherboard is a ASUS Z87-WS. I have pr

Re: sd0 not detected, AHCI_DEBUG option turned on

2014-04-23 Thread Peter J. Philipp
On Wed, Apr 23, 2014 at 12:23:56AM +, Peter J. Philipp wrote: > Hi developers, Hi all, This has been fixed (on the pciide side), thanks to Chris Cappuccio. I'm not sure if the patches will be committed soon, but there was one technicality with them that I didn't let Chris kno

SIGBUS but no coredump?

2014-05-01 Thread Peter J. Philipp
Hi, I recently bought a new computer and it runs OpenBSD (latest snapshot, -current) natively. Everything is fine except a program I develop on and it crashes according to gdb with a SIGBUS. When I run this program on another amd64 computer (vmware fusion on mac, OpenBSD 5.5-stable), I do not ge

SIGBUS but no coredump [SOLVED]

2014-05-01 Thread Peter J. Philipp
Hi list, earlier I sent an email to the list complaining about SIGBUS's in a program of mine. With the generous help from Otto Moerbeek I was able to isolate the problem to the queue(3) SLIST_FOREACH() macros in my program that caused the SIGBUS's. Basically using SLIST_FOREACH() and removing

question about pppoe(4) and IPv6

2014-05-02 Thread Peter J. Philipp
Hi, I supposedly have an IPv6 capable connection but it doesn't negotiate IPv6 for some reason. I'm inquiring if I need to turn on any sysctl's or something... #net.inet6.ip6.accept_rtadv=1 # 1=Permit IPv6 autoconf (forwarding must be 0) This one seems logical but my gateway is a soekris and

Re: question about pppoe(4) and IPv6

2014-05-02 Thread Peter J. Philipp
On 05/02/14 16:13, Stefan Sperling wrote: > OpenBSD doesn't support IPv6 autoconf on routers (i.e if forwarding > is enabled). Some ISPs have started using autoconf to assign a > global prefix for use on the WAN link. This violates early IPv6 RFCs > which said that a router cannot do autoconf. Ther

Re: question about pppoe(4) and IPv6

2014-05-02 Thread Peter J. Philipp
On 05/02/14 16:13, Stefan Sperling wrote: Hi again, I just had a few more questions... > OpenBSD doesn't support IPv6 autoconf on routers (i.e if forwarding > is enabled). Some ISPs have started using autoconf to assign a > global prefix for use on the WAN link. This violates early IPv6 RFCs > w

Re: question about pppoe(4) and IPv6

2014-05-02 Thread Peter J. Philipp
On 05/02/14 20:57, Stefan Sperling wrote: > As Brad suggested, have you tried wide-dhcpv6 from ports? > > You can probably use dhcp6c to put the dynamically assigned prefix > on your internal LAN interface. In the dhcp6c.conf man page there's > an example using ppp0 and ne0 which you could try ad

Re: Problems with PPPoE, VLAN, 5.5 (amd64)

2014-05-03 Thread Peter J. Philipp
On 05/02/14 23:18, Thorsten Bonck wrote: > On Fri, May 02, 2014 at 08:14:40PM +0000, Peter J. Philipp wrote: >> On Fri, May 02, 2014 at 09:14:16PM +0200, thors...@bonck.net wrote: >>>> maybe you could try to put pppoe0 on rl0, untag vlan10 on switch port >>>> whe

Re: Problems with PPPoE, VLAN, 5.5 (amd64)

2014-05-03 Thread Peter J. Philipp
On Sat, May 03, 2014 at 12:20:24PM +0200, Peter J. Philipp wrote: > > 12:02:18.008513 48:01:09:03:04:07 ff:ff:ff:ff:ff:ff 8100 36: 802.1Q vid > 10 pri 3 PPPoE-Discovery > code Initiation, version 1, type 1, id 0x, length 12 > tag Service-Name, length 0 >

Re: getaddrinfo(3) & chroot(2) with root

2014-05-14 Thread Peter J. Philipp
On 05/14/14 18:57, Denis Fondras wrote: > Hello all, > > I am burning my last neurons with a behavior I can't explain. I wonder > why getaddrinfo() fails when called after chroot() with root user. > > > I have this piece of code : > > /*--- test.c ---*/ > #include > #include > #include > #in

interested in this patch?

2014-05-16 Thread Peter J. Philipp
Hi, While working on putting notify (RFC 1996) support into my DNS server, I came across this puzzling output (with OpenBSD's tcpdump): 10:14:48.292789 192.168.34.5.26837 > 192.168.35.1.53: [udp sum ok] 48054 notify [b2&3=0x2400] SOA? centroid.eu. (29) (ttl 64, id 4395, len 57) Notice the b2&3=0

Re: interested in this patch?

2014-05-16 Thread Peter J. Philipp
On 05/16/14 17:35, Stuart Henderson wrote: > On 2014-05-16, Peter J. Philipp wrote: >> Hi, >> >> While working on putting notify (RFC 1996) support into my DNS server, I >> came across this puzzling output (with OpenBSD's tcpdump): >> >> 10:14:48.29278

literature on tmux

2021-08-12 Thread Peter J. Philipp
I have looked this up and I only saw something from 2014. Any recommendations on a guide for tmux? It's been too often I accidentally pressed a key sequence and got a weird screen, only to be able to get out of it with escape or control-c? I'd like to learn this program better. I prefer some

Re: Raspberry Pi 4 Model B

2021-09-25 Thread Peter J. Philipp
On Fri, Sep 24, 2021 at 03:07:12PM -0600, Andrew Klaus wrote: > Have you read the Raspberry Pi instructions from > https://ftp.openbsd.org/pub/OpenBSD/6.9/arm64/INSTALL.arm64 ? > > What does your UART output show after it boots? > > Andrew Apologies I lost the OP's mail. But this is what helped

Re: Raspberry Pi 4 Model B

2021-09-28 Thread Peter J. Philipp
On Tue, Sep 28, 2021 at 10:04:25AM -0700, Joseph Olatt wrote: > I tried the following snapshot: > > https://cdn.openbsd.org/pub/OpenBSD/snapshots/arm64/miniroot70.img > > Build date: 27-Sep-2021 20:10 > Size: 45088768 > > Didn't have much luck. The install process rebooted after the follow

Re: Raspberry Pi 4 Model B

2021-10-04 Thread Peter J. Philipp
[inline below] On Mon, Oct 04, 2021 at 11:40:30PM +0530, Sandeep Gupta wrote: > Some progress. Thank you. Still stuck though. Post network > configuration, The boot installer asks for > HTTP Server? (hostname or 'done'). hostname. > Server Directory? [pub/OpenBSD/7.0/arm64]. > > It fails at this

Re: traceroute losses

2021-10-13 Thread Peter J. Philipp
On Wed, Oct 13, 2021 at 08:02:35AM +0200, Michael Hekeler wrote: > Hello list, > > I have question regarding network/routing. However it is not directly > openbsd related (I can see the same even on windows machines) I decided > to ask here because I know that there are many experienced admins her

Re: NSD exit status 11 on 7.0

2021-10-15 Thread Peter J. Philipp
On Fri, Oct 15, 2021 at 08:05:08PM +0200, Otto Moerbeek wrote: [ some cut ] > > Anything else I can collect. > > You might want to compile and install nsd wit debug symbols info: > > cd /usr/src/usr.sbin/nsd > make -f Makefile.bsd-wrapper obj > make -f Makefile.bsd-wrapper cle

Re: NSD exit status 11 on 7.0

2021-10-16 Thread Peter J. Philipp
On Fri, Oct 15, 2021 at 08:39:16PM -, Stuart Henderson wrote: > On 2021-10-15, Peter J. Philipp wrote: > > On Fri, Oct 15, 2021 at 08:05:08PM +0200, Otto Moerbeek wrote: > > [ some cut ] > > > >> > Anything else I can collect. > >> > >>

Successfully upgraded RPIv4 to 7.0

2021-10-21 Thread Peter J. Philipp
Hi, I just wanted to say that I successfully upgraded my RPIv4 to OpenBSD 7.0. I want to share my experience: 1. Wasn't sure if I should hold off or not and after seeing so many FAIL reports I learned off them. Thank you to all those who failed and all those who tri

nested virtualization with vmm on hyper-v

2021-10-30 Thread Peter J. Philipp
Hi, I'm a little confused by this. I have an old Xeon e3-1275v3 computer that runs windows server 2019 essentials natively. It shares half it's RAM and 2 cores with OpenBSD as a hyper-v guest. So after a long time of not looking into this I asked someone how they did virtualization nesting and

Re: nested virtualization with vmm on hyper-v

2021-10-30 Thread Peter J. Philipp
On Sat, Oct 30, 2021 at 08:56:53PM -0700, Mike Larkin wrote: [cut] > I told Microsoft years ago that their implementation of legacy event injection > was broken. This is how we inject interrupts in vmm(4). They either didn't > understand, or didn't care. Since hyper-v doesn't deliver our injected e

Re: debugging 500 Internal error in httpd+gunicorn setup

2021-11-22 Thread Peter J. Philipp
On Mon, Nov 22, 2021 at 05:18:42PM +0530, Sandeep Gupta wrote: > Below is my simple httpd.conf entry: > > server "www.example.com" { > listen on * port 80 > root "/htdocs/www.example.com/" > location "/app" {fastcgi socket "/run/gunicorn.sock"} > } > > In the background gu

odd shutdown message

2021-11-29 Thread Peter J. Philipp
I have a VPS at openbsd amsterdam that shutdown with the message that _unbound shut it down when it was my user OR root. sky# zgrep unbound /var/log/authlog*gz /var/log/authlog.0.gz:Nov 26 08:59:04 sky shutdown: reboot by _unbound: It was recorded in the logs as such. I haven't totally figured

odd bc -l output

2021-11-29 Thread Peter J. Philipp
In fact it's not just bc -l, but also when I calculate the following in C (linked with -lm) C = (180.0 - A) - B; a = (double)(c / sin(C)) * sin(A); b = (double)(c / sin(C)) * sin(B); Some may recognize this as parts of the Law of Sines. pjp@neptune

Re: odd bc -l output

2021-11-29 Thread Peter J. Philipp
Sorry about this, I forget sin() takes radians not degrees! On Tue, Nov 30, 2021 at 08:38:27AM +0100, Peter J. Philipp wrote: > In fact it's not just bc -l, but also when I calculate the following in C > (linked with -lm) > > C = (180.0 - A) - B; >

Re: how to recover a corrupted disk

2021-12-01 Thread Peter J. Philipp
Sandeep, go ahead reformat your disk.  Do keep in mind the structure of a BSD disk though a partition - is usually / b partition - is usually swap c partition - is always the entire disk including a, and b, and it goes on.../var, /usr, /usr/local, /home etc etc Best Regards, -peter On 12/1

Re: NSD: Could not tcp connect to X Operation timed out

2022-01-19 Thread Peter J. Philipp
On Wed, Jan 19, 2022 at 11:31:07AM +, Laura Smith wrote: > Hi > > OpenBSD NSD slave is driving me nuts with the following message in the logs > "Could not tcp connect to X Operation timed out". > > The answer sounds obvious, but I can: > > - Ping the IP > - Do a "dig @$auth_server_ip $auth_

Re: Considering a Raspberry Pi 4 Model B, but a bit lost...

2022-02-01 Thread Peter J. Philipp
On Tue, Feb 01, 2022 at 09:42:30PM -0800, Steve Williams wrote: > Hi, > > I currently have a PC Engines APU2 that's been my central workhorse for > quite a few years now. > > I want to delve into cheaper systems for OpenBSD so I can have more of them > around my house :D > > I was considering a

Re: NXDOMAIN on unbound with local TLD

2022-02-06 Thread Peter J. Philipp
Hi Laura, Hey, that's quite the advanced config, it's too advanced for me. Though I'd do this setup a bit different. I program a program called delphinusdnsd and it can do forwarding but is otherwise authoritative. I would put it on port 53 with a zone for bar.corp and a forwarder to unbound at

Re: Kernel fails to execute a.out

2022-02-06 Thread Peter J. Philipp
On Sun, Feb 06, 2022 at 03:36:49PM +0100, Gabriele Pelissetto wrote: > Hi, I'm having problems running a program I wrote. > I wrote this program that should just exit with exitcode 44: > > // prog.S > #include > .text > .globl _start > _start: > subl $8, %esp > pushl $44 > movl $SYS_exi

trick to get sound recording and playing under -current?

2022-03-19 Thread Peter J. Philipp
Hi, I see some code changed, but I also lost my working configuration after rebuilding my workstation. I have: pjp@polarstern$ env | grep -i audio AUDIORECDEVICE=rsnd/1 AUDIOPLAYDEVICE=rsnd/0 pjp@polarstern$ ps auxww|grep sndiod _sndiop 44358 0.0 0.0 2656 952 ?? IpU 8:32AM0:00.00

Re: Question about /etc/resolvd.conf and local resolver

2022-03-27 Thread Peter J. Philipp
Hello J Doe/general, Some comments inline... On Sat, Mar 26, 2022 at 09:58:01PM -0400, J Doe wrote: > Hi, > > I had a question regarding configuring: /etc/resolvd.conf for use with a > local caching resolver (using BIND), on the loopback address on OpenBSD 7.0. > > This server is a mail server

Re: 7.1 & nsd - failed writing to tcp: Permission denied

2022-04-22 Thread Peter J. Philipp
On Fri, Apr 22, 2022 at 04:03:17PM +, Laura Smith wrote: > Hi, > Am seeing some odd nsd log entries crop up in /var/log/messages.?? Any cause > for concern ? Anyone else seen these ? > > Apr 22 15:08:46 nsd[99760]: failed writing to tcp: Permission denied > > No problems with IPv4 or IPv6 co

clang 13 space issues with KARL

2022-04-25 Thread Peter J. Philipp
Hi, I have an openbsd amsterdam vps and KARL is using up so much RAM that it causes the system to swap. I recently upgraded it to 7.1 and it's the first time I had a problem with this (that I noticed). I have tried to put KARL into a login.conf'ed (32 MB data limit) user but ld doesn't like tha

Re: clang 13 space issues with KARL

2022-04-27 Thread Peter J. Philipp
On Wed, Apr 27, 2022 at 11:32:06AM -0400, Nick Holland wrote: > On 4/25/22 1:23 PM, Peter J. Philipp wrote: > > Hi, > > > > I have an openbsd amsterdam vps and KARL is using up so much RAM that it > > causes the system to swap. I recently upgraded it to 7.1 and it&#

Re: clang 13 space issues with KARL

2022-04-28 Thread Peter J. Philipp
On Thu, Apr 28, 2022 at 10:44:09AM -0600, Theo de Raadt wrote: > If people built properly sized machines there would be no problem. That's a little condescending don't you think? -peter

Re: clang 13 space issues with KARL

2022-04-28 Thread Peter J. Philipp
On Thu, Apr 28, 2022 at 11:47:14AM -0600, Theo de Raadt wrote: > >On Thu, Apr 28, 2022 at 10:44:09AM -0600, Theo de Raadt wrote: > >> If people built properly sized machines there would be no problem. > > > >That's a little condescending don't you think? > > Not at all. > > If you don't use a too

AES-256 ist sicher wie AES-128 im brute force

2024-05-06 Thread Peter J. Philipp
The title says "AES-256 is as safe as AES-128" for a translation. Hi, Dear everyone who I contacted and haven't contacted so far. I have run a test program against a practiced attack against AES-256. While trying to restore the key with just 1 guessed t0 value (I have almost given up) But in sp

Re: AES-256 ist sicher wie AES-128 im brute force

2024-05-09 Thread Peter J. Philipp
On Mon, May 06, 2024 at 10:51:05PM +0200, Peter J. Philipp wrote: > The title says "AES-256 is as safe as AES-128" for a translation. Just an update: with this method the key can be recovered with a complexity of 2^96, working on a complexity of 2^64 now. Please help if you have f

Re: Localnet Hacking

2024-05-10 Thread Peter J. Philipp
Hi Lux, In my opinion if you want to study networking load up on every distfile in /usr/ports/net as these tools will help you. ipcalc is valuable even pros use it because doing CIDR and netmasks in your head is possible but not practical in all scenarios. That said you should look into bridgin

Re: Localnet Hacking

2024-05-10 Thread Peter J. Philipp
On Sat, May 11, 2024 at 02:52:32AM +, Lucretia wrote: > Book recommendations are most welcome! > > Lux of the Agony > 720077 Bishkek > Altyn Kazyk 31A > KYRGYZSTAN > l...@openbsdgirl.com If you want some used books, I'm moving across the Atlantic soon and I can't take my books along. In tota

Re: Localnet Hacking

2024-05-11 Thread Peter J. Philipp
On Sat, May 11, 2024 at 08:45:45AM +0200, Peter J. Philipp wrote: > Contact me privately if you would like a batch with what you like. I'll > make note on that webpage of what's given away. Offer ends July 1st of this > year. Three books have already been given away. T

Re: Localnet Hacking

2024-05-11 Thread Peter J. Philipp
On Sat, May 11, 2024 at 08:45:45AM +0200, Peter J. Philipp wrote: > If you want some used books, I'm moving across the Atlantic soon and I can't > take my books along. In total the new value of them was 8000 odd EUR. If > I send three books to kyrgystan and it's under

Re: Localnet Hacking

2024-05-11 Thread Peter J. Philipp
On Sat, May 11, 2024 at 05:55:11PM +, Lucretia wrote: > I would love some used books but don't have 1000???. I will have $750 around > beginning of June if you want to send me a Paypal invoice to my Apple email: > openbsd.g...@icloud.com I was going to buy my second laptop but books are > pr

Re: Localnet Hacking

2024-05-13 Thread Peter J. Philipp
On Sat, May 11, 2024 at 10:35:38AM +0200, Peter J. Philipp wrote: > On Sat, May 11, 2024 at 08:45:45AM +0200, Peter J. Philipp wrote: > > Contact me privately if you would like a batch with what you like. I'll > > make note on that webpage of what's given away. Of

Re: Localnet Hacking

2024-05-13 Thread Peter J. Philipp
On Tue, May 14, 2024 at 01:54:52AM +0200, Peter J. Philipp wrote: > Hi, > > A few more people responded, I'm falling behind on priorities though because > I am very close to cracking AES-128 I have reduced it to a complexity of > 2 ^ 64. However I have some old code to g

Re: viomb0 unable to allocate256 physmem pages, error 12

2024-05-14 Thread Peter J. Philipp
On Tue, May 14, 2024 at 01:58:18PM -0400, F Bax wrote: > Recently installed 7.5 amd64 in qemu VM (8G RAM) under proxmox. See this > message many times on console and dmesg. > > viomb0 unable to allocate 256 physmem pages, error 12 > > What does this mean? How to resolve this issue? Hi, When you

Re: Localnet Hacking

2024-05-14 Thread Peter J. Philipp
On Tue, May 14, 2024 at 01:54:52AM +0200, Peter J. Philipp wrote: > Hi, > > A few more people responded, I'm falling behind on priorities though because Hi again, https://mainrechner.de/Buecher2024/batch1.png Here is the first batch that will be mailed out on Friday at the la

unknown USB vendor

2024-05-24 Thread Peter J. Philipp
Hi, I got a "are you a human?" on google so I switched to qwant.com for searching but the search is not as good. I'm looking for the USB vendor of this USB vendor id. 0x02d0, and the device id is 0xa9a6. Afaict this is a ure(4) device with a builtin usb hub. But there is no other markings on t

Open Source / BSD License Copyright infringements

2024-06-04 Thread Peter J. Philipp
Hi, I have been made aware of hearsay that someone took my open source code protected under the same license as OpenBSD and sold it for a lot of money. I have no proof of this personally but I ask you to help me find evidence of this. There is not much I can do about this, except if the person or

Re: Open Source / BSD License Copyright infringements

2024-06-05 Thread Peter J. Philipp
On Wed, Jun 05, 2024 at 08:04:49AM -, Stuart Henderson wrote: > On 2024-06-05, Peter J. Philipp wrote: > > I have been made aware of hearsay that someone took my open source code > > protected under the same license as OpenBSD and sold it for a lot of money. > > There

Re: Open Source / BSD License Copyright infringements

2024-06-05 Thread Peter J. Philipp
On Wed, Jun 05, 2024 at 10:59:01PM +0100, Kirill A. Korinsky wrote: > On Wed, 05 Jun 2024 06:08:23 +0100, > "Peter J. Philipp" wrote: > > > > I have been made aware of hearsay that someone took my open source code > > protected under the same license as Open

Re: Open Source / BSD License Copyright infringements

2024-06-06 Thread Peter J. Philipp
On 6/6/24 13:10, Kirill A. Korinsky wrote: On Thu, 06 Jun 2024 03:33:53 +0100, "Peter J. Philipp" wrote: This isn't about Patents, this is about Copyright. And that's the sole interest of mine, and Lawyers are there for a reason. It should interest OpenBSD in one for

Re: Open Source / BSD License Copyright infringements

2024-06-06 Thread Peter J. Philipp
On Thu, Jun 06, 2024 at 03:47:41PM +0200, Mizsei Zolt??n wrote: > Have you thought about what if they paid not for the software but for the > support? This is fine, this is within the bounds of the license. I'm *only* interested if someone messed with the license, and I think if we as open sourc

Re: Open Source / BSD License Copyright infringements

2024-06-06 Thread Peter J. Philipp
On Thu, Jun 06, 2024 at 10:39:30PM +0700, hahahahacker2009 wrote: > > It should interest OpenBSD in one form or another since i used the same > > Copyright and License as them, > > > > No, as many people already said. > Sure. I can see how it would not interest you if you are a lazy sysadmin wi

Re: Open Source / BSD License Copyright infringements

2024-06-07 Thread Peter J. Philipp
On Fri, Jun 07, 2024 at 10:32:42AM +0200, Jan Stary wrote: > > The company who bought the scam sell, really bought something worthless > > because there is an open source version and possibly better than what they > > have as time goes forward (in my perspective). > > That's what I don't understan

Re: Offline syspatch

2024-06-29 Thread Peter J. Philipp
On Sat, Jun 29, 2024 at 01:42:15PM +0200, Anders Andersson wrote: > > Any suggestions to mitigate the zero-click exploit with fileless malware > > attacks. Please advise. In the firewall rules, one of the main purposes of > > block all rule is to make the attacker completely blind of the system b

Re: Spoofing MAC address

2024-07-03 Thread Peter J. Philipp
On Wed, Jul 03, 2024 at 01:11:46AM -0400, openbsd_fr...@mail2tor.com wrote: > HI. How do I set up autoamtic spoofing on openbsd? > HOw do I use random or lladdr lladdress to spoof my mac address > automatically. I.e. for airport use. > > Thanks. > John Hi John, In my opinion you're better off no

Re: To the Mailing List

2024-07-14 Thread Peter J. Philipp
On Sun, Jul 14, 2024 at 05:50:33AM -0400, openbsd_fr...@mail2tor.com wrote: > Peter J. Philipp does make OpenBSD usable. I'm flattered, well... see you around. -pjp -- ** all info about me: lynx https://callpeter.tel, dig loc delphinusdns.org **

xwd -name how to use?

2024-07-31 Thread Peter J. Philipp
Hi, I tried getting the contents of a window with xwd -name "xearth" -out file.png but it never finds it..what am I doing wrong? (Yes, I'm aware of the -ppm and -gif output, it doesn't allow markerfile's) Alternatively, if everything is supposed to be right here. I have a suggestion to replace

failing to boot amd64 macbook pro

2024-08-04 Thread Peter J. Philipp
Hi, kern.version=OpenBSD 7.5-current (GENERIC.MP) #121: Sat Jun 8 18:02:54 MDT 2024 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP This is the last working kernel for me. I tried to upgrade last week as well and it failed as well. Looking for Best Current practice on

audio clangs without aucat

2009-06-17 Thread Peter J. Philipp
Hi, When I use mplayer I noticed that since OpenBSD 4.5 that the audio clangs unless I use aucat -l then it sounds alright. The drawback of this is that mplayer thinks the audio driver is too slow and it seriously messes up watching video. Anyone know what settings I should use in mplayer to li

Re: audio clangs without aucat

2009-06-17 Thread Peter J. Philipp
On Wed, Jun 17, 2009 at 08:10:08PM +0200, Alexandre Ratchov wrote: > > listen with it writing directly to /dev/audio, without this robotic clang > > voice that I get? > > the "clang" happens when the resampling quality is low. But > i don't see why resampling is involved. Could you send the > ou

Re: audio clangs without aucat

2009-06-19 Thread Peter J. Philipp
> > bios0: VMware, Inc. VMware Virtual Platform > > hmmm Yeah, I need vmware for development on a slew of operating systems, it's a necessary evil for me. > > PS: I didn't say anything at first with the hope that perhaps someone else > > has > > the same problem. OpenBSD 4.4 sounds alrig

Re: audio clangs without aucat

2009-06-19 Thread Peter J. Philipp
On Fri, Jun 19, 2009 at 09:23:59AM +, Jacob Meuser wrote: > I know nothing about vmware. is your actual hardware an eap(4) device > or is that just what vmware represents it as? The actual hardware is an auich(4), but vmware has its own emulated sound device which is an eap(4). > > Just tr

ping6 bug or feature?

2011-12-04 Thread Peter J. Philipp
I'm writing some NAT/redirect stuff for IPv6 (don't ask why) and I've come across this packet manglery: dione$ ping6 2a01:4f8:d13:1980::1000 PING6(56=40+8+8 bytes) 2001:a60:f074::30 --> 2a01:4f8:d13:1980::1000 16 bytes from 2001:a60:f074::25, icmp_seq=0 hlim=64 time=20.019 ms ^C --- 2a01:4f8:d13

youtube works, thanks!

2012-01-20 Thread Peter J. Philipp
Hi, I noticed today by accident that the videos on Youtube work. They are HTML5. The sound I made happen by by starting "aucat -l". Is this old news or am I dreaming? -peter

5.1-beta compiler warning confuses me

2012-01-26 Thread Peter J. Philipp
Hi, I have a vm that I upgraded to 5.1-beta last week some time. One of my software's is getting a compiler warning now that it didn't get in 5.0. --- cc -Wall -g -I/usr/local/include/db4 -c reply.c reply.c: In function 'create_anyreply': reply.c:2975: warning: array size (2) smaller than bou

Re: 5.1-beta compiler warning confuses me

2012-01-26 Thread Peter J. Philipp
On Thu, Jan 26, 2012 at 07:03:39PM +0100, Otto Moerbeek wrote: > > > > http://wildcarddns.cvs.sourceforge.net/viewvc/wildcarddns/wildcarddnsd/reply.c?view=log > > Which revision are you using? > > -Otto Hi Otto, I'm at HEAD with this, it requires berkeley db 4.6 (or higher) if you are wa

Re: 5.1-beta compiler warning confuses me

2012-01-26 Thread Peter J. Philipp
On Thu, Jan 26, 2012 at 07:22:37PM +0100, Otto Moerbeek wrote: > > cc -Wall -g -I/usr/local/include/db4 -c reply.c > > reply.c: In function 'create_anyreply': > > reply.c:2975: warning: array size (2) smaller than bound length (4) > > reply.c:2975: warning: array size (2) smaller than bound leng

Re: Help to compile

2012-04-07 Thread Peter J. Philipp
On Sat, Apr 07, 2012 at 06:13:07PM +, Morten B. Christensen wrote: > Dear OpenBSD friends, > > Is somebody (with programming experience) willing to compile a small DNS > server for me? > > The source code is a single .c file but my lack of skills is annoying :-( > > The link to Microdns is h

keyboard question

2012-05-07 Thread Peter J. Philipp
Hi, I have a USB Keyboard that when I unplug it and plug it back in it doesn't come back as recognized by the system. So I have to log in from the net- book and reboot. Is this common to all OpenBSD workstations or just mine? Here is some info: jupiter$ dmesg|grep -i nova uhidev0 at uhub6 port

Looking for readers of RFC's

2007-06-08 Thread Peter J. Philipp
Hi, I'm looking for up to 4000+ readers to read one RFC out loud and record it. Please contact me to be handed a number to read. I'm looking to give these to OpenBSD as a community effort. Please read my blog at http://centroid.eu for more information. -peter

Re: Looking for readers of RFC's

2007-06-09 Thread Peter J. Philipp
On Fri, Jun 08, 2007 at 01:13:49PM +0200, Peter J. Philipp wrote: > Hi, > > I'm looking for up to 4000+ readers to read one RFC out loud and record it. > Please contact me to be handed a number to read. I'm looking to give these > to OpenBSD as a community effort. Pl

General Answers about OpenBSD

2007-06-09 Thread Peter J. Philipp
Yes I've been using BSD since 1994/95. Yes, I've been using OpenBSD since 1998/1999. I've been buying CD's since 2000. Yes it has come a long way. Yes security is an ongoing effort. It runs firefox now, which is nice. There is always issues with shit in this box. It's a constant drain on nerves, bu

Odd errors

2007-06-09 Thread Peter J. Philipp
I keep getting these illegal instructions bugs when compiling the sources.. (make build)... anyone know what I may have to do here? from /usr/src/lib/libssl/src/crypto/asn1/a_strex.c:62: /usr/include/openssl/bn.h:474: internal compiler error: Illegal instruction Please submit a fu

Re: New tcp stack attack

2008-10-01 Thread Peter J. Philipp
Fernando Gont wrote: According to a podcast I listened to, this is not what they try to do. And even then, brute force attacks against SYN cookies have already been discussed in the past. (although I agree that it usually requires hard googling to spot the right documentation) Kind regards,

Re: New tcp stack attack

2008-10-01 Thread Peter J. Philipp
Fernando Gont wrote: At 01:56 p.m. 01/10/2008, Peter J. Philipp wrote: I listened to the podcast and got the idea that the socket is in ESTABLISHED state (so after 3 way handshake) and they mention that a packets PCB resources have timers, and that is what they exploit. That was just an

weird diffs in cvsweb

2008-10-08 Thread Peter J. Philipp
I'm not just seeing this wrong I hope. Let me explain: http://www.openbsd.org/cgi-bin/cvsweb/src/sys/net/if_tun.c when looking at the top seeing the change 1.95 done by brad@, but when selecting to see diffs with 1.94 the change in $OpenBSD$ tag reflects damien and mpf who were the committers

Re: mfs memory exaustion

2008-10-26 Thread Peter J. Philipp
Federico Giannici wrote: As you can see, there aren't 400MB of files in the "/tmp" partition! Is this a bug or a known problem of the "mfs" driver? Thanks. Try to use fstat to find any descriptors to files in /tmp, the method of keeping a filedescriptor on a deleted file is common which w

Re: ikev2 between openbsd and windows

2012-05-16 Thread Peter J. Philipp
On Mon, May 14, 2012 at 12:53:34PM +0200, Mike Belopuhov wrote: > 4) Install the server certificate on the server: > >ikectl ca vpn certificate 10.1.0.1 install > > 5) To export the client certificate in a ZIP'ed PFX format, you need >to install zip utility (pkg_add -i zip). > >ikect

Re: More bgpd problems

2012-05-29 Thread Peter J. Philipp
On Tue, May 29, 2012 at 04:21:12PM +, Matt Hamilton wrote: > I will happily supply what I can. Just let me know how. Hello, I've never used BGPd personally but perhaps I can help you get a backtrace. There is quite possibly two ways to get a backtrace. 1. Make BGPD dump core Recompile the

Re: ikev2 between openbsd and windows

2012-05-31 Thread Peter J. Philipp
On Tue, May 29, 2012 at 01:55:45PM +0200, Mike Belopuhov wrote: > On Wed, May 16, 2012 at 17:30 +0400, Pavel Shvagirev wrote: > > 2. Doesn't work EAP mode - Windows stops on "Checking username and > > password" error. Then #13803, 1931... > > Hi, > > Just to mention it for those not following sou

Re: ikev2 between openbsd and windows

2012-05-31 Thread Peter J. Philipp
On Thu, May 31, 2012 at 12:28:47PM +0200, Mike Belopuhov wrote: > > My iked config looks like this: > > > > do you have a "user" specification in your iked.conf? > which user are you trying to authenticate as? > "user" specification occupies a separate line and looks > like that: > > user "usern

setsockopt question

2012-06-10 Thread Peter J. Philipp
Hi, I was reading through the ip6(4) manpage and I thought it'd be a cute idea to put the example code into my dns daemon. So I took my latest source found at http://wildcarddns.cvs.sourceforge.net/wildcarddns/ and applied this patch: --- main.c.orig Sun Jun 10 17:13:31 2012 +++ main.c S

Re: setsockopt question

2012-06-11 Thread Peter J. Philipp
On Mon, Jun 11, 2012 at 12:16:28PM -0400, Simon Perreault wrote: > On 2012-06-10 11:26, Peter J. Philipp wrote: > >+if (setsockopt(udp[i], IPPROTO_IPV6, > >+IPV6_HOPLIMIT,&on, sizeof(on))< 0)

Re: OpenBSD forked

2012-06-17 Thread Peter J. Philipp
On Sun, Jun 17, 2012 at 12:24:38PM -0600, Theo de Raadt wrote: > make of it what you will. > > it's too stressfull. perhaps i should become an ex-OpenBSD > developer too, those people seem to have much more glamourous > lives... Having followed OpenBSD for quite some time I noticed that good deve

macppc will it survive?

2012-06-21 Thread Peter J. Philipp
Hi, Since deraadt mentioned the names of people who left to bitrig and I'm wondering what will happen to the macppc port? Is it going to go the route of the mac68k port too? I saw some commits earlier on it so that got my hopes up... I have a G4 Cube running OpenBSD/macppc and it has a lifetim

Re: Learning C Programming

2012-06-22 Thread Peter J. Philipp
On Fri, Jun 22, 2012 at 07:55:18AM +0200, Otto Moerbeek wrote: > > Yes, it's a very tough book. > > I have had a similar experience. > Wel, reading an answers book does not really help. Arriving at the > answers yourself (wich requires effort indeed) is much better. Agreed, the answer book is che

<    1   2   3   4   5   >