Re: PF Question/Help

2024-12-29 Thread Jon Fineman
On Tue, Dec 24, 2024 at 06:42:49PM -0400, Ricky Cintron wrote: On 2024-12-24 08:27, Jon Fineman wrote: third sub net ($wired3) (10.0.3.x) I would like to restrict traffic between it and the ISP. Clients on 10.0.3.x should not be able to access the other sub nets. Some notes: - You wrote

Re: PF Question/Help

2024-12-24 Thread Jon Fineman
On Tue, Dec 24, 2024 at 02:26:18AM +0100, Markus Wernig wrote: On 12/23/24 19:31, Jon Fineman wrote: third sub net ($wired3) (10.0.3.x) I would like to restrict traffic between it and the ISP. Clients on 10.0.3.x should not be able to access the other sub nets. Take a look at the rules from

PF Question/Help

2024-12-23 Thread Jon Fineman
So new to PF, first time config. I have my gateway with a connection to my ISP and three sub nets. The third sub net ($wired3) (10.0.3.x) I would like to restrict traffic between it and the ISP. Clients on 10.0.3.x should not be able to access the other sub nets. But I can't keep the requests

Re: Quick question regarding puffy

2024-12-03 Thread Jon Fineman
On Tue, Dec 03, 2024 at 07:40:35AM +, tux2bsd wrote: Hi Gwen Kind of related. The guy called "Solene", another they/them, was quite a fan of OpenBSD but felt it necessary to broadcast why he moved on: https://www.osnews.com/story/141170/ First Solene is a woman.

Re: firefox crashing

2024-11-24 Thread Jon Fineman
On Sun, Nov 24, 2024 at 11:11:34AM +, Stuart Henderson wrote: On 2024-11-23, Jon Fineman wrote: This is what my class has at the moment: :path=/usr/bin /bin /usr/sbin /sbin /usr/X11R6/bin /usr/local/bin /usr/local/sbin:\ :umask=022:\ :datasize-max=infinity:\ :datasize-cur=infinity

Re: firefox crashing

2024-11-23 Thread Jon Fineman
On Sat, Nov 23, 2024 at 09:21:09PM +0100, Otto Moerbeek wrote: On Sat, Nov 23, 2024 at 01:40:31PM -0500, Jon Fineman wrote: I have been experiencing firefox crashing since upgrading to OpenBSD 7.6-current (GENERIC.MP) #431. I am currently on OpenBSD 7.6 GENERIC.MP#440 amd64 and still seeing

firefox crashing

2024-11-23 Thread Jon Fineman
I have been experiencing firefox crashing since upgrading to OpenBSD 7.6-current (GENERIC.MP) #431. I am currently on OpenBSD 7.6 GENERIC.MP#440 amd64 and still seeing the crashes. Any thoughts on how to debug this? Thanks. Jon [Current thread is 1 (process 279477)] (gdb) (gdb) bt #0 thrkil

Re: emacs/w3m cannot retrieve url

2024-09-15 Thread Jon Fineman
tk3 package. > The gtk3 package has issues on my machine. > > > On Sat, Aug 31, 2024 at 02:02:06PM -0400, Jon Fineman wrote: >>In emacs when I try and browse https://lobste.rs via M-x >>w3m-browse-url I get the below error in emacs/w3m: >> >>Location: https://lobst

emacs/w3m cannot retrieve url

2024-08-31 Thread Jon Fineman
In emacs when I try and browse https://lobste.rs via M-x w3m-browse-url I get the below error in emacs/w3m: Location: https://lobste.rs/ Cannot retrieve URL: https://lobste.rs /usr/local/bin/w3m exits with the code 11 Something seems to be wrong with URL or this system. If I try https://news.ycom

soju pinsyscalls issue 7.6 GENERIC.MP#239

2024-08-18 Thread Jon Fineman
Is this a missed sys call or am I doing something wrong? Thanks $: pkg_info -Q soju soju-0.8.1 $: soju soju[73964]: pinsyscalls addr 2e64ecf19 code 253, pinoff 0x (pin 330 20d657000-20d665663 e663) (libcpin 0 0-0 0) error 78 Abort trap (core dumped) OpenBSD 7.5-current (GENERIC.

Re: NFS mounted but shows nothing even df -h has it

2023-05-31 Thread Jon Fineman
What do you get if you run the below commands? OpenBSD defaults to using UDP for NFS. Linux I believe defaults to using TCP. I would have expected a more explicit Portmap error though if it was that. showmount -e hostname rpcinfo -t hostname mountd rpcinfo -u hostname mountd rpcinfo -t hostname n

Re: Problem to set a printer with cups and foo2zjs documentation not up to date for foo2zjs

2023-05-10 Thread Jon Fineman
k with this printer the P1005, that is why I need foo2zjs. The problem is when I download the driver I don't get a ppd file but an img file and I don't know what to  do with it. I tried to mount it but it didn't work.There is no explication in the foo2zjs doc. bye On 09/05/2023 19:16,

Re: Problem to set a printer with cups and foo2zjs documentation not up to date for foo2zjs

2023-05-09 Thread Jon Fineman
I have a HP Office Jet 6970 (ink jet) and all I did was install cups and hplip (which is in ports). To get lpr to work without cups is a little more adventurous. The three scripts below should get you started. They depend on unix2dos (I forget which tools bundle this is from) and gs (which is in g

emacs letter s

2023-03-11 Thread Jon Fineman
I upgraded from #1092 to #1103 and am using Emacs version 28.2, with X and awesomewm. When I launch emacs -q and type lower case s in the scrath window only the bottom part of the s (ie the curve) is displayed. Capital S displays and lower case bolded (I think) displays fine. Any thoughts on how

doas.conf example

2023-02-02 Thread Jon Fineman
I was following the doas.conf example in Specially I added the below: permit nopass setenv { \ FTPMODE PKG_CACHE PKG_PATH SM_PATH SSH_AUTH_SOCK \ DESTDIR DISTDIR FETCH_CMD FLAVOR GROUP MAKE MAKECONF \ MULTI_PACKAGES NOM

Re: mailx in pipeline mode: add fields to the EMail header?

2023-01-03 Thread Jon Fineman
Take a look at sendmail. If you have flexibility in what command you use and the syntax it might work. Though I don't think you can control where the added header ends up. sendmail -f fropm-id j...@example.com X-test: testing Subject: test hello On Tue, Jan 03, 2023 at 08:33:22AM +0100,

how to compile neomutt+gpgme

2022-09-27 Thread Jon Fineman
I wanted to compile neomutt in ports and add gpgme. In the Makefile I set FLAVOR as below. FLAVOR?=gpgme But when I run make it builds /usr/ports/pobj/neomutt-20220429/build-amd64 without gpgme. See neomutt -v below. When I build the FLAVOR for notmuch I get my expected module in: /us

pkg_add issues

2022-01-02 Thread Jon Fineman
Yesterday (1 Jan 2022) I was running pkg_add -u after a sysupgrade and on most of the larger downloads I was getting premature end of file on archive and other networking issues and generally poor performance. This started around 7am and I stepped away around 9am, then continued trying around 1

7.0 upgrade dmesg confusion

2021-10-15 Thread Jon Fineman
I was on 6.9 release, and I did a sysupgrade, which went smooth. Did a sysmerge and pkg_add -u. uuname gives me the expected output: desktop(~/nuc)$: uname -a OpenBSD desktop.xxx.com 7.0 GENERIC.MP#232 amd64 I was preparing the dmesg to send off and I noticed it looks like the old message fr

Base64.c: loadable library and perl binaries are mismatched

2021-05-03 Thread Jon Fineman
I just upgraded from 6.8 to 6.9 and am getting the following error when upgrading my packages. Any thoughts on how to resolve this? Thanks. Jon $: doas pkg_add -u Base64.c: loadable library and perl binaries are mismatched (got handshake key 0xb60, needed 0xec0) $: OpenBSD 6.8 (GENER

Re: X11 VESA Driver Config Question

2020-08-14 Thread Jon Fineman
- Original message - From: Chris Bennett To: Jon Fineman , misc@openbsd.org Subject: Re: X11 VESA Driver Config Question Date: Wednesday, August 12, 2020 4:33 AM On Tue, Aug 11, 2020 at 08:17:01PM -0400, Jon Fineman wrote: > I just upgraded from 6.6 to snapshot via sysupgrade

Re: X11 VESA Driver Config Question

2020-08-11 Thread Jon Fineman
Aug 09, 2020 at 10:02:24PM -0400, Jon Fineman wrote: > > I have an Acer Aspire A315 laptop that freezes every once in a > > while. I think it is GPU related, but have not been able to get any > > logs. In addition a while ago (roughly when 6.7 came out) I tried > > to upgr

X11 VESA Driver Config Question

2020-08-09 Thread Jon Fineman
I have an Acer Aspire A315 laptop that freezes every once in a while. I think it is GPU related, but have not been able to get any logs. In addition a while ago (roughly when 6.7 came out) I tried to upgrade from 6.6 to 6.7 and the laptop would turn off just after getting the log in prompt. Again n

wsmouse0 detached ttyc0

2020-05-24 Thread Jon Fineman
A while back there were several threads going on about wsmouse0 issues on the console port. After installing 6.7 I chose to move away from xfce4 and use Awesome as my window manager. I noticed I don't receive these errors anymore. wsmouse0 detached ums0 detached uhidev0 detached uhidev0 at u

Re: Using a C310 Logitech webcam mic with internal speakers

2020-04-23 Thread Jon Fineman
On 2020-04-23 08:40, Alexandre Ratchov wrote: On Wed, Apr 22, 2020 at 02:17:35PM +, Jon Fineman wrote: Is there a way to set the mic to one channel and the speakers to another? Or merge the speakers from channel rsnd/0 and rsnd/1 together and have them output on rsnd/0? Sorry, two

Using a C310 Logitech webcam mic with internal speakers

2020-04-22 Thread Jon Fineman
I would like to use my webcam and its built in mic with my headphones plugged into the internal audio of my NUC. I don't have a combo headphones + mic. The C310 mic is on rsnd/1. When I change the default to this my speakers on rsnd/0 don't work as they get set to the C310, which doesn't have an

Re: ttyC0 floods with error messages

2019-12-31 Thread Jon Fineman
"Raymond, David" wrote: > I get similar stuff on console 1 but not on the others on all my > OpenBSD machines. As I use X windows and have clean consoles 2-4 > available if necessary, I just ignore it. > > Dave Raymond > > > On 12/16/19, putridsou...@gmail.com wrote: > > The error does not s

Nail viewing HTML messages

2019-12-24 Thread Jon Fineman
I am having trouble viewing an HTML message. Nail natively seems to work with simple HTML messages that I create and email to myself. However commercially created emails with multi-part doesn't render in lynx. I have nail version v14.9.15, 2019-08-17 (built for OpenBSD) and I am working through th

Re: s-nail copying deleted imap messages to trash

2019-12-23 Thread Jon Fineman
Steffen Nurpmeso wrote: > Even better would be > > \copy "$@" /tmp/undelete.mbox > \delete ` > > since the messages are collected only once. > Thanks. I was focused on searching for a built in similiar to the way sent uses "record", that I didn't consider creating a function. Jo

s-nail copying deleted imap messages to trash

2019-12-23 Thread Jon Fineman
For current s-nail is there a way with an imap account to copy messages that I delete to my ISPs trash folder like the set record=+Sent command copies sent message to my sent folder? Currently they are being permanently deleted. Thanks. Jon

Re: After sysupgrade to 6.6 from 6.5, xfce display alternates between desktop and app

2019-11-11 Thread Jon Fineman
"Jon Fineman" wrote: > So I read through the two threads below which both point to the third link > about xfwm4 composter. > I am not sure if I have the exact same issue. While you could say my screen > flickers - what it really > does is randomly (to my eyes) show

After sysupgrade to 6.6 from 6.5, xfce display alternates between desktop and app

2019-10-21 Thread Jon Fineman
So I read through the two threads below which both point to the third link about xfwm4 composter. I am not sure if I have the exact same issue. While you could say my screen flickers - what it really does is randomly (to my eyes) show the desktop and then show any open apps I might have while hi