Re: Q: Problems forwarding traffic using pf ...

2024-05-24 Thread Why 42? The lists account.
Hi Guys, Thanks for the feedback, to address your points: 1> Possibly stupid question, but did you set the sysctl(s) to enable forwarding? Yes I tried this pf rule change with version 4 forwarding (net.inet.ip.forwarding) both enabled and disabled. Either way the pf "pass out tagged" rule is

Q: Problems forwarding traffic using pf ...

2024-05-23 Thread Why 42? The lists account.
Hi All, I need to quickly create a solution for forwarding multicast traffic between two systems, so I though perhaps I could use pf to do just that by writing some rules along the lines of: 1. pass in on iface A proto UDP ... tag mcast 2. pass out on iface B tagged mcast And

Re: 7.5 /var/log/messages - vfprintf %s NULL in "%.*s"

2024-04-09 Thread Why 42? The lists account.
On Sat, Apr 06, 2024 at 02:42:25PM +0200, Eivind Eide wrote: > After upgrading to 7.5 amd64 -stable (and all ports updated) I get > these messages in /var/log/messages. This is with bash from ports > inside tmux over SSH: > > tmux: vfprintf %s NULL in "%.*s" > bash: vfprintf %s NULL in "%.*s"

Re: ***UNCHECKED*** Re: Post (snap) update emails: fsck errors and (in)security output

2023-12-28 Thread Why 42? The lists account.
On Thu, Dec 21, 2023 at 08:20:37AM -0300, Crystal Kolipe wrote: > > login.conf used to allow unlimited datasize for the 'daemon' class. That was > > changed to cap at 4G > > Actually the value is an architecture dependent setting. > > On amd64 it is indeed 4G, but typically 1024 Mb on the

Re: Post (snap) update emails: fsck errors and (in)security output

2023-12-20 Thread Why 42? The lists account.
On Wed, Dec 20, 2023 at 10:57:41AM -0500, Nick Holland wrote: > the ROOTBACKUP process is making an image of a live file system; fsck > grumblings ARE expected. It's just one of those things you aren't supposed > to do (but I do it regularly, because normally, you can get away with it). > >

Re: XFCE Thunar filemanager core dumps ...

2023-12-20 Thread Why 42? The lists account.
On Wed, Dec 20, 2023 at 03:23:52PM -, Stuart Henderson wrote: > > ... > > When I started gdb (no expert) I noticed this "Dwarf error": > > mjoelnir:/tmp 20.12 12:04:38 % gdb -e /usr/local/bin/Thunar -c thunar.core > > GNU gdb 6.3 > > https://www.openbsd.org/faq/ports/ports.html#Backtrace

XFCE Thunar filemanager core dumps ...

2023-12-20 Thread Why 42? The lists account.
Hi All, I'm running XFCE on OpenBSD 7.4 GENERIC.MP#1535 amd64 I pressed Control+h in thunar thinking that it would toggle the display of hidden files ( .dot files), but instead thunar core dumps: -rw--- 1 robb robb 20656304 Dec 19 21:02 thunar.core Would this be an OpenBSD

Post (snap) update emails: fsck errors and (in)security output

2023-12-20 Thread Why 42? The lists account.
... Reply-To: Hi All, A couple of questions ... I have "ROOTBACKUP=1" in /etc/daily.local to replicate my root partition as described in the FAQ (https://www.openbsd.org/faq/faq14.html#altroot) I noticed after an update to a new snapshot via sysupgrade that the next daily output email

Scanning (documents) no longer works: scanner not found?

2023-12-04 Thread Why 42? The lists account.
Hi All, I just noticed that "simple-scan" no longer works, it cannot find my scanner. This used to work just fine. I'm running the latest (installed today) snapshot, but I don't know when this stopped working - I try not to do much scanning :-) The scanner is a Canon Pixma "Multi Function"

daily insecurity output (emails) end with: mtree special: exit code 2

2023-07-07 Thread Why 42? The lists account.
Hi All, FYI, I noticed this in the last couple of daily insecurity output emails: > From: "Charlie Root @ mjoelnir_aa1667" > Date: Fri, 7 Jul 2023 01:32:09 +0200 (CEST) > > Running security(8): > > Checking special files and directories. > Output format is: > filename: >

Re: Question regarding pf rules: block in on em0: ...

2023-07-07 Thread Why 42? The lists account.
I have no idea how I could make my question any clearer: > My question is not about how to disable pf, but rather why the packets > are see as "in" when coming from my own address, and, why they are > blocked i.e. ... On Thu, Jul 06, 2023 at 11:09:27AM -0600, Zack Newman wrote: > For added

Re: Question regarding pf rules: block in on em0: ...

2023-07-06 Thread Why 42? The lists account.
On Tue, Jul 04, 2023 at 10:42:39AM -0600, Zack Newman wrote: > ... > I am guessing you didn't flush the rules after disabling pf since > clearly pf rules are still being used. Run pfctl -F all after disabling > pf. Run pfctl -s all to verify there are no active rules. Hi, I see that I was not

Question regarding pf rules: block in on em0: ...

2023-07-04 Thread Why 42? The lists account.
Hi All, I just noticed that "simple-scan" no longer discovers my scanner. While trying to debug the issue, it occurred to me that it could be a network / pf problem. This doesn't seem to be the issue though, even after I disable pf (pfctl -d), the scanner is still not seen. However, running

Re: error when pkg_add'ing

2023-06-27 Thread lists
> Having A LOTS of problems in pkg_check usually means something in your > process is REALLY BAD. > > As the guy who wrote (most of) pkg_add/pkg_check, I don't need pkg_check > all that often. Just wanted to say: thanks for writing pkg_add. Don't know if it was by you, but also really

Re: After update, vim reports undefined symbols in libruby32.so

2023-06-18 Thread Why 42? The lists account.
On Tue, Jun 13, 2023 at 09:37:32AM +0200, Theo Buehler wrote: > ... > That's because libruby32 did not link explicitly against libc++abi, which > is now needed on aarch64 and amd64 for the Rust-based YJIT compiler. > > Fixed in this commit: >

After update, vim reports undefined symbols in libruby32.so

2023-06-11 Thread Why 42? The lists account.
Hi All, FYI, After running "sysupgrade -s" + "pkg_add -u" earlier today, I now see these messages when I exit vim: mjoelnir:awk 11.06 18:42:45 % vi substrtest.awk ... vim:/usr/local/lib/libruby32.so: undefined symbol '_Unwind_Backtrace' vim:/usr/local/lib/libruby32.so: undefined symbol

7.2 panic and "reorder_kernel: failed" ...

2023-04-30 Thread Why 42? The lists account.
Hi All, Our 7.2 system just paniced again in pmap_page_remove / uvm_fault: > ddb{1}> show panic > *cpu1: uvm_fault(0xfd818b0ca560, 0x7f817ca74cb0, 0, 2) -> e > ddb{1}> trace > pmap_page_remove(fd8109c56480) at pmap_page_remove+0x21d > uvm_anfree_list(fd804a0e7e40,800022eab518)

Re: Creating a "multicast bridge"?

2023-04-09 Thread Why 42? The lists account.
On Thu, Apr 06, 2023 at 04:17:26PM +0200, Martin Schröder wrote: > > I'd like to create a "bridge" between two IP networks which will pass > > only multicast info. / traffic. > > So it should only route FF00::/8? I'm not exactly sure of the siginificance of that address range, but in the

Creating a "multicast bridge"?

2023-04-06 Thread Why 42? The lists account.
Hi All, I'd like to create a "bridge" between two IP networks which will pass only multicast info. / traffic. Is that something that I could do using OpenBSD and pf? I don't see anything specific to multicasting in the pf.conf man page but I suppose it should be possible to define a set of

Re: Q: Error: mount_mfs: mmap: Cannot allocate memory

2023-02-15 Thread Why 42? The lists account.
On Mon, Feb 13, 2023 at 01:50:13PM -, Stuart Henderson wrote: > ... > It maybe worth checking whether mfs is actually helping - > it's easy to assume that because it's in RAM it must be fast, > but I've had machines where mfs was slower than SSD >

Re: Q: Error: mount_mfs: mmap: Cannot allocate memory

2023-02-12 Thread Why 42? The lists account.
On Sun, Feb 05, 2023 at 02:50:44PM -0300, Crystal Kolipe wrote: > On Sun, Feb 05, 2023 at 06:05:22PM +0100, Why 42? The lists account. wrote: > ... > > The fstab file contains this mount entry for tmp: > > swap /tmp mfs rw,nodev,nosuid,-s=16777216 0 0 > > This is 8 Gb, w

XFCE screensaver strangeness ...

2023-02-05 Thread Why 42? The lists account.
Hi All, Recently I have noticed some XFCE screensaving weirdness e.g. The XFCE desktop seems to ignore my preference for xscreensaver, but rather always starts the xfce4-screensaver instead. Currently I think I have disabled both in my settings and yet the xfce saver is still getting started

Q: Error: mount_mfs: mmap: Cannot allocate memory

2023-02-05 Thread Why 42? The lists account.
Hi All, After an update to a recent snapshot on my desktop system, I noticed these mount_mfs messages at boot time: /dev/sd0h (7a1775fef773535e.h): file system is clean; not checking /dev/sd1j (281ef747da03afe7.j): file system is clean; not checking /dev/sd1k (281ef747da03afe7.k): file system

Re: sysupgrade fails with "FAILED" when "verifying sets"?

2022-12-14 Thread Why 42? The lists account.
On Tue, Dec 13, 2022 at 11:12:18AM -, Stuart Henderson wrote: > On 2022-12-12, Why 42? The lists account. wrote: > > Today sysupgrade failed for me, but I'm not sure why? Here's the output: > > As the various mirrors get updated, this should be coming back to normal now.

Re: sysupgrade fails with "FAILED" when "verifying sets"?

2022-12-14 Thread Why 42? The lists account.
On Mon, Dec 12, 2022 at 11:11:24PM -0500, Nick Holland wrote: > On 12/12/22 07:22, Why 42? The lists account. wrote: > > > > Hi All, > > > > Today sysupgrade failed for me, but I'm not sure why? Here's the output: > [ ... ] > > There is a problem wit

Re: sysupgrade fails with "FAILED" when "verifying sets"?

2022-12-12 Thread Why 42? The lists account.
On Mon, Dec 12, 2022 at 07:39:49AM -0600, Amit Kulkarni wrote: > retry, and all should be ok. What's the basis of your statement, did something change? It still fails for me (now @16:15 CET). I also tried a different mirror, same failure (below). @Stuart: Although sysupgrade output says that

sysupgrade fails with "FAILED" when "verifying sets"?

2022-12-12 Thread Why 42? The lists account.
Hi All, Today sysupgrade failed for me, but I'm not sure why? Here's the output: > # sysupgrade -s -n > Fetching from http://ftp.fau.de/pub/OpenBSD/snapshots/amd64/ > SHA256.sig 100% >

sysupgrade fails after reboot with: The directory '/home/_sysupgrade/' does not exist.

2022-11-08 Thread Why 42? The lists account.
Hi All, I seem to have a sysupgrade problem ... sysupgrade fails after reboot with an error: The directory '/home/_sysupgrade/' does not exist. Sometime ago I had a similar issue due to my having "/home" as a sub-directory of a filesystem "/space". My mistake apparently. Never the less, I had

guide: scanning on openbsd with sane, as non-root user

2022-08-31 Thread lists
SCANNING ON OPENBSD WITH SANE, AS NON-ROOT USER foreword: wanted to put this guide somewhere install sane: # pkg_add sane plug in the scanner, and immediately after, run this command: # dmesg | tail -20 ugen0 at uhub0 port 3 "" the output should appear as above now take a note of the

unwind problems e.g. validation failure ... while building chain of trust

2022-02-19 Thread Why 42? The lists account.
Hi All, I thought I would try running unwind on my desktop at home. Reading the manual page, it doesn't seem to require any specific configuration, so I started it via rcctl and everything seemed to work as expected e.g. it found the address of my router/DHCP server, resolv.conf was updated and

pkg_add python errors ...

2021-11-29 Thread Why 42? The lists account.
Well, errors related to the python package ... After updating to the latest snapshot and rebooting I ran "pkg_add -vu" to update all my packages, which I think is the right thing to do. I noticed some strange errors related to python scroll past i.e. > ... > Update candidates: p7zip-16.02p6 ->

Re: Thinkpad T400 temperature sensors

2021-11-19 Thread Why 42? The lists account.
On Fri, Nov 19, 2021 at 01:58:20PM +0100, Jan Stary wrote: > This is current/amd64 on a Thinkpad T400 > (full dmesg and sysctl hw below). > > It provides various sensors reporting temperatures, > but I don't really know what temperatures these are. > > $ sysctl hw | grep temp > >

Re: pf and tap interfaces

2021-10-31 Thread tech-lists
On Sun, Oct 31, 2021 at 10:13:06AM -0600, Theo de Raadt wrote: you are asking a freebsd question on an openbsd mailing list. come on You may have missed my response to Sebastian: In-Reply-To: On Sun, Oct 31, 2021 at 03:59:40PM +, tech-lists wrote: [...] All I'm really asking

Re: pf and tap interfaces

2021-10-31 Thread tech-lists
On Sun, Oct 31, 2021 at 09:33:54AM -0600, Theo de Raadt wrote: tech-lists wrote: I'm asking this here because I'm trying to do this with FreeBSD but their pf has diverged a lot from OpenBSD's that is incorrect history. It is hard to see how 'absolutely minimal maintainance' can result

Re: pf and tap interfaces

2021-10-31 Thread tech-lists
Hi, On Sun, Oct 31, 2021 at 04:23:58PM +0100, Sebastian Benoit wrote: Maybe you could describe a bit more what you are trying to do. I'm trying to protect, with pf, a freebsd host running bhyve guests. The guests use tap interfaces. They are in the same network as the host (but with

pf and tap interfaces

2021-10-31 Thread tech-lists
Hello misc@ Generically, can OpenBSD [7.0] apply rules to *just* the ethernet interface, ignoring the bridge and tap interfaces? Can it do this natively or is a VLAN required as well? Or something else? I'm asking this here because I'm trying to do this with FreeBSD but their pf has diverged a

Re: sysctl hw.sensors.lm1 shows only one fan

2021-09-27 Thread lists
Mon, 27 Sep 2021 17:15:28 +0200 Jan Stary > On Sep 26 15:35:25, a23s4a2...@yandex.ru wrote: > > This works for me, now I see all of my fans. > > Some of them look funny, because they are really not connected and > > show -2560RPM, Status Critical. > > That means the fan is rotating in the

Re: 6.9 regression: opensmtpd complains "smtp cert-check result=\"no certificate presented\""

2021-06-21 Thread naib+lists
You wrote: > since the upgrade to 6.9 at the weekend opensmtpd complains > smtp cert-check result="no certificate presented" > for incoming EMails. Again, this is just a notification from the server, that no client certificates were sent in case of client tls authentication. This has nothing to

Re: Q: dmesg: dt: 443 probes

2021-05-04 Thread Why 42? The lists account.
On Mon, May 03, 2021 at 12:59:27AM +0200, Patrick Wildt wrote: > > ... > > But when I do (as root): "sysctl kern.allowdt=1" it returns this error: > > sysctl: kern.allowdt: Operation not permitted > > Similarly to kern.allowkmem, you can only set it when the securelevel is > still 'low'.

Re: Typo/Oversight?: upgrade69.html

2021-05-03 Thread Why 42? The lists account.
On Sun, May 02, 2021 at 03:08:12PM -0700, cal wrote: > > ... > If you would click on it, you would notice that it was a link to the > page with upgrade instructions from 6.7 to 6.8. ... And that is what I found confusing. Cheers, Robb.

Q: dmesg: dt: 443 probes

2021-05-02 Thread Why 42? The lists account.
Actually I do notice one thing, having just upgraded to: kern.version=OpenBSD 6.9-current (GENERIC.MP) #492: Sat May 1 17:37:28 MDT 2021 I checked the output from dmesg and I have a new boot time message: dt: 443 probes man dt tells me that dt is dynamic tracing and that I can enable it by

Typo/Oversight?: upgrade69.html

2021-05-02 Thread Why 42? The lists account.
The second item (right after the separator) on this page: https://www.openbsd.org/faq/upgrade69.html Reads: "[FAQ Index] | [6.7 -> 6.8]" Probably that should be 6.8 -> 6.9 ? Otherwise looking good, just sysupgraded from a snapshot, everything seems to be working perfectly so far. Thanks

Q: pkg_add fails with: TLS handshake failure: ocsp verify failed: Undefined error ...

2021-03-19 Thread Why 42? The lists account.
Hi All, What would cause pkg_add -u to report this error? > https://ftp.fau.de/pub/OpenBSD/snapshots/packages/amd64/: TLS handshake > failure: ocsp verify failed: Undefined error: 0 > https://ftp.fau.de/pub/OpenBSD/snapshots/packages/amd64/: empty > Couldn't find updates for ... a long list of

Re: Quick Q: proc: table is full ?

2021-01-19 Thread Why 42? The lists account.
On Tue, Jan 19, 2021 at 05:56:16PM -, Stuart Henderson wrote: > > What causes "proc: table is full", or better asked, what limit might I be > > hitting? > Perhaps kern.maxthread; check kern.nthreads. Hi Stuart, Aha. I think you have nailed it: > mjoelnir:/etc 19.01 21:13:02 # sysctl kern |

Quick Q: proc: table is full ?

2021-01-19 Thread Why 42? The lists account.
Hi All, What causes "proc: table is full", or better asked, what limit might I be hitting? I wrote a quick loop to check how many processes are running i.e. > while true > do > DATE=`date +'%Y.%m.%d %H:%M:%S'` > echo -n "${DATE}: " > ps -AHk | wc -l > sleep 90 > done > 2021.01.19

really pleased with openbsd68/rpi4 8GB installation/performance

2021-01-09 Thread tech-lists
Thank you to everyone who helped make openbsd work on the rpi4. Although I won't be needing xorg/x11 on this particular machine, I tried installing it anyway out of curiosity and was surprised how easy it was to get it all working. I thought firefox might bog it down but no. Very smooth.

Re: msdos partition is too small in arm64/miniroot68.img

2021-01-07 Thread tech-lists
On Thu, Jan 07, 2021 at 09:55:28AM -0700, Theo de Raadt wrote: tech-lists wrote: On Wed, Jan 06, 2021 at 09:25:01AM -0700, Theo de Raadt wrote: >The miniroot is 33MB because it contains many install firmwares, and >it is 97% full. > >I suggest you find another way o

Re: msdos partition is too small in arm64/miniroot68.img

2021-01-07 Thread tech-lists
On Thu, Jan 07, 2021 at 02:20:54PM +, a...@sdf.org wrote: On Thu, Jan 07, 2021 at 01:01:53PM +, tech-lists wrote: On Wed, Jan 06, 2021 at 09:01:19PM +, a...@sdf.org wrote: [...method...] thanks for that, I'll let you know how I get on. I think your problem with spontaneous crashes

Re: msdos partition is too small in arm64/miniroot68.img

2021-01-07 Thread tech-lists
On Wed, Jan 06, 2021 at 09:01:19PM +, a...@sdf.org wrote: [...method...] thanks for that, I'll let you know how I get on. I think your problem with spontaneous crashes might be down to swapfile, sdcard is unsuitable for this. I've had good results with arm64/freebsd-current/swapfile on

Re: msdos partition is too small in arm64/miniroot68.img

2021-01-07 Thread tech-lists
On Wed, Jan 06, 2021 at 09:25:01AM -0700, Theo de Raadt wrote: The miniroot is 33MB because it contains many install firmwares, and it is 97% full. I suggest you find another way of installing. Is there a technical (or some other reason I'm not seeing) why miniroot68.fs has been made as

msdos partition is too small in arm64/miniroot68.img

2021-01-06 Thread tech-lists
Hi, I'm trying to install openbsd 6.8 on a raspberry pi 4/8GB. The files I need to add to the msdos partition are, in total, too large to fit (the partition is only 4MB) Is there some method of increasing the msdos partition size of the miniroot.fs image? I'd be doing this from either a

Re: sysupgrade with latest snapshot: The directory '/home/_sysupgrade/' does not exist.

2020-10-05 Thread Why 42? The lists account.
> ... > > 2. Figure out how to tell sysupgrade the right answers in advance i.e. > > via the auto_upgrade.conf mechanism > > This is fairly easy: > > sysupgrade -s -n > vi /auto_upgrade.conf, edit "Pathname to the sets" > reboot > ... FYI, or for the record, I just tried the above and it

Re: sysupgrade with latest snapshot: The directory '/home/_sysupgrade/' does not exist.

2020-09-29 Thread Why 42? The lists account.
On Mon, Sep 28, 2020 at 08:25:34AM -0600, Theo de Raadt wrote: > ... > So we are at an impasse. The recommended solution is for people to stop > making sysupgrade-incompatible layouts in the future, and to consider > repairing their incompatible layouts from the past. > > if sysupgrade doesn't

Re: sysupgrade with latest snapshot: The directory '/home/_sysupgrade/' does not exist.

2020-09-28 Thread Why 42? The lists account.
Theo de Raadt wrote: > Your system is layed out strangely and sysupgrade cannot handle all > absurd layouts. And: > The correct proposal is: > > Install your machines in a normal way. > > It is not unreasonable. Hi, You are right, that is a reasonable requirement. This system was

Re: sysupgrade with latest snapshot: The directory '/home/_sysupgrade/' does not exist.

2020-09-27 Thread Why 42? The lists account.
On Sun, Sep 27, 2020 at 04:25:58PM -0400, Ian Darwin wrote: > > ... > > after the download of the new sets and the reboot, I would have been > > prompted as to what to do i.e. Install, Upgrade, or Shell. Then for a > > keyboard layout (e.g. de) and for the name of the disk containing OpenBSD >

sysupgrade with latest snapshot: The directory '/home/_sysupgrade/' does not exist.

2020-09-27 Thread Why 42? The lists account.
Hi All, I am running: kern.version=OpenBSD 6.8-beta (GENERIC.MP) #69: Tue Sep 15 12:34:41 MDT 2020 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP I just tried to use sysupgrade and I notice that its behaviour has changed a bit since my last upgrade. Previously (last

Re: OpenDNSSEC signer engine: Bus error: How to get debug information?

2020-09-23 Thread Why 42? The lists account.
Hi All, By the way, I just wanted to say how great this is. I have problem, I ask for help, I get (good) help. With relative easy I can build the necessary debugging tool and use it to find out that the OS has helped to identify a problem in the application. Pretty nice and not necessarily my

Re: OpenDNSSEC signer engine: Bus error: How to get debug information?

2020-09-22 Thread Why 42? The lists account.
On Tue, Sep 22, 2020 at 07:12:47AM -, Stuart Henderson wrote: > Sounds like they are trapping sigbus themselves but the handler isn't > giving useful information. > > Try just running it under gdb: > pkg_add gdb > egdb ods-signerd > set args -dv > run > > and see if you can get a

OpenDNSSEC signer engine: Bus error: How to get debug information?

2020-09-21 Thread Why 42? The lists account.
Hi All, I am attempting to setup secure DNS on an OpenBSD 6.7 system using NSD, Unbound and a package called Opendnssec. I seem to have arrived at a point where one of the Opendnssec daemons, "ods-signerd", crashes on startup i.e. > # ods-signerd -dv > OpenDNSSEC signer engine version 2.1.6 >

Browser (Gtk?) issue after sysupgrade to latest snapshot

2020-08-12 Thread Why 42? The lists account.
Hi All, I just used sysupgrade (followed by pkg_add -u) to update my desktop system to: OpenBSD 6.7-current (GENERIC.MP) #22: Tue Aug 11 21:29:51 MDT 2020 All is working quite well but I noticed some issue with the iridium browser. When I tried to export my bookmarks, iridium crashed. As an

Re: Logging in/out on console while logged in in X removes hardware acceleration

2020-08-02 Thread lists
Fri, 31 Jul 2020 17:36:53 +0200 Nils Reuße > Hi Theo, > > thank you for your reply. Well then, I guess I just stop switching > around between different login sessions ;) > > Nils > > > Am 31.07.2020 um 16:08 schrieb Theo de Raadt: > > I'm not sure what can be done about it. > > > >

Re: iXorg / xenodm logs fill with errors: "_XSERVTransSocketUNIXAccept: accept() failed"

2020-07-16 Thread Why 42? The lists account.
On Sat, Jul 11, 2020 at 07:38:58PM +0200, Caspar Schutijser wrote: > > > [501037.408] _XSERVTransSocketUNIXAccept: accept() failed > > > ... > > This message may be of interest: > https://marc.info/?l=openbsd-misc=155787066627780=2 Hi, I must have missed that message - thanks for pointing it

iXorg / xenodm logs fill with errors: "_XSERVTransSocketUNIXAccept: accept() failed"

2020-07-10 Thread Why 42? The lists account.
Hi All, I'm running 6.7 snapshot (6.7 GENERIC.MP#302 amd64) as my main desktop with Xfce. Two or three times now I've noticed that these two files in /var/log have become unexpectedly huge: > mjoelnir:log # du -sh xenodm.log Xorg.0.log > 378M xenodm.log > 487M Xorg.0.log Apart from the

Re: Suggestions re error: "USB read failed" accessing Infinite Noise TRNG?

2020-07-01 Thread Why 42? The lists account.
Hi Again, Sorry about the delay in responding. I disabled the uftdi using config as described. (also added it to /etc/shutdown.rc as mentioned by Chris Bennett. Seemed like a good idea.) It does now seem to be disabled, the boottime message has changed to show "ugen" rather than "uftdi" i.e. >

Re: Suggestions re error: "USB read failed" accessing Infinite Noise TRNG?

2020-06-25 Thread Why 42? The lists account.
On Wed, Jun 24, 2020 at 09:55:05AM -, Stuart Henderson wrote: > > > > Disable uftdi in your kernel config (boot -c, disable uftdi, quit) and > > see if that works. The device is attaching as a serial port, but libftdi > > probably wants it attaching to ugen. If that helps maybe we can add a

Re: XFCE menu does not load with keyboard shortcut

2020-06-23 Thread Why 42? The lists account.
On Tue, Jun 23, 2020 at 07:33:20PM +0100, Ed Gray wrote: > I have an issue with XFCE on OpenBSD 6.6 and current on an amd64 system. > XFCE works fine except for accessing the applications menu with the Alt + > F1 keyboard shortcut. Instead of loading the menu it gets highlighted in > grey and

Suggestions re error: "USB read failed" accessing Infinite Noise TRNG?

2020-06-23 Thread Why 42? The lists account.
Hi All, Has anyone ever tried the Infinite Noise TRNG hardware random number generator with OpenBSD? It's a USB stick that contains hardware to generate random numbers. See: https://github.com/13-37-org/infnoise I had a couple of these working with ArchLinux and would like to try using them

FYI: Intel 300 PCH termperature sensor now recognised

2020-06-23 Thread Why 42? The lists account.
Hi All, Just FYI, I noticed that with the newest OpenBSD versions (e.g. I currently have 6.7 GENERIC.MP#273 amd64) a bit more of the Intel Platform Controller Hub (PCH) is now recognised. At boot time the kernel logs: > pchtemp0 at pci0 dev 18 function 0 "Intel 300 Series Thermal" rev 0x30

X/xenodm logs: '_XSERVTransSocketUNIXAccept: accept() failed'

2020-06-23 Thread Why 42? The lists account.
Hi All, I'm running 6.7 snapshot version (6.7 GENERIC.MP#273 amd64) as my main desktop with XFCE. A couple of time now I've noticed that these two files in /var/log have become unexpectedly huge: mjoelnir:log 23.06 09:44:15 # du -sh xenodm.log Xorg.0.log 378Mxenodm.log 487MXorg.0.log

Problems with clementine music player with 6.7

2020-06-04 Thread Why 42? The lists account.
Hi All, My preferred music player application is (was) clementine. But with a 6.7 snapshot (GENERIC.MP#213 amd64) and clementine-1.4.0rc1p0 the application seems to have problems opening files. For example the file open dialog opens a blank dialog box and a series of assertion failures/errors

Re: rc.conf.local sorted?

2020-05-26 Thread Why 42? The lists account.
On Mon, May 25, 2020 at 04:51:51PM +0200, Antoine Jacoutot wrote: > > ... > > It looks as if the file has been sorted e.g. > Did you use rcctl(8) ? Hi Antoine, You are correct, that does it. I checked the history and after the upgrade I had run rcctl to enable sensorsd. Just tested it again

6.7 feature: dt(4), a driver and framework for Dynamic Profiling ...

2020-05-25 Thread Why 42? The lists account.
Hi Again, Couple of points regarding this new feature: > Imported dt(4), a driver and framework for Dynamic Profiling, and an > accompanying bug tracer that speaks the dt(5) language. What is this "bug tracer" executable called? So far I have been unable to find it :( Could it be that this

rc.conf.local sorted?

2020-05-25 Thread Why 42? The lists account.
Hi All, After running sysupgrade to update from 6.6 (snapshot) to the newest version I noticed that the comments I added to /etc/rc.conf.local no longer made sense (if they ever did :)). It looks as if the file has been sorted e.g. > ... > # Also increase the number of -b(uffer) frames so as

sysupgrade confused by additional disk?

2020-05-25 Thread Why 42? The lists account.
Hi All, I use sysupgrade to update to new snapshot versions (of 6.6). Brilliant! At some point I added a second (larger) disk to hold my user data (i.e. home). It seems that this new disk took over the name sd0 and the OpenBSD system disk itself became known as sd1. The OpenBSD OS still boots

Re: S3 Virge support on IBM T23 for 6.6

2020-04-15 Thread lists
Wed, 15 Apr 2020 23:26:44 +0200 Paolo Aglialoro > Thank you for the explanation, Otto. > > Is this a hint that soon i386 architecture will be deprecated? Hello Paolo, Considering that it's worth reading the reply without misinterpreting anything, it is here quoting this again: "What other OS

Re: [/ is full] How to delete junk in /dev ?

2020-04-08 Thread Why 42? The lists account.
On Sun, Apr 05, 2020 at 10:19:30AM +0200, Olivier wrote: > > Please, how to identify junk to remove in /dev below : > ... > +---> doas find -x / -size +1 -exec du -h {} \; > 17.9M /bsd > 9.8M /bsd.rd > 848K /dev/sdXc > 884M /dev/sd3 I know you found it already, but this used to happen

Re: How to test for FORTIFY_SOURCE?

2020-03-18 Thread lists
Wed, 18 Mar 2020 11:55:53 -0400 Jeffrey Walton > On Wed, Mar 18, 2020 at 11:25 AM Andreas Kusalananda Kähäri > wrote: > > > > On Wed, Mar 18, 2020 at 10:59:21AM -0400, Jeffrey Walton wrote: > > > On Wed, Mar 18, 2020 at 4:26 AM Stuart Henderson > > > wrote: > > > > > > > > On 2020-03-18,

Re: Help: System hang/Lockup using snapshots on Intel i5 NUC?

2020-03-17 Thread Why 42? The lists account.
On Thu, Mar 05, 2020 at 11:45:30PM +0100, Why 42? wrote: > ... > When this happens the mouse is frozen, the capslock LED on the (USB) > keyboard doesn't light up and the system doesn't respond to ssh. To > recover I have to hold down the power switch to shutoff the system, then > turn it on again,

Help: System hang/Lockup using snapshots on Intel i5 NUC?

2020-03-05 Thread Why 42? The lists account.
Hi All, We've been running OpenBSD on a server for several years now and its been reliable with minimal issues, so I thought I would also like to try it as a desktop system. Thus I've been experimenting with an Intel NUC 8i5BEH running OpenBSD current snapshots and with XFCE as the Windowing

Re: Web documentation available offline by default?

2020-02-28 Thread lists
Fri, 28 Feb 2020 07:54:49 + Frank Beuth > On Fri, Feb 28, 2020 at 07:24:50AM +0100, Ingo Schwarze wrote: > >Hi Frank, > > > >Frank Beuth wrote on Fri, Feb 28, 2020 at 04:22:27AM +: > > > >> Is the web documentation (FAQ etc) included in the base system by > >> default anywhere, > > >

Re: 4GB RAM too little for Firefox?

2019-07-05 Thread lists
Fri, 5 Jul 2019 08:09:26 -0700 "Heppler, J. Scott" > Richard Ulmer wrote: > > Hi all, > > after having Firefox running for some time (ca. 30min to 2h) my > > system seems to become slow. I get frequent freezes for several > > seconds, mpv instances start crashing and things like switching tabs >

Re: Future of X.org?

2019-07-02 Thread lists
Tue, 2 Jul 2019 10:31:21 -0700 John Brahy > Thanks for the Wikipedia link. I never researched sentence spacing before. Of course, and to reward the patience of reading to the end of the noise: Template: X Window System https://en.wikipedia.org/wiki/Template:XWinSys > On Tue, Jul 2, 2019 at

Re: Future of X.org?

2019-07-02 Thread lists
Tue, 02 Jul 2019 12:09:01 +0300 cho...@jtan.com > li...@wrant.com writes: > > Worthless thread, worthless comments, annoying Matthew.. STOP spamming. > > Well you're not wrong so there's no need to keep the public involved. It's best discussed in public or not discussed at all, so list

Re: Future of X.org?

2019-07-02 Thread lists
Tue, 02 Jul 2019 11:19:17 +0300 cho...@jtan.com > > Matthew Worthless thread, worthless comments, worthless Matthew. STOP spamming.

Re: Future of X.org?

2019-07-02 Thread lists
Tue, 02 Jul 2019 08:40:35 +0300 cho...@jtan.com > > Also I don't need to fix your email system's inability to classify spam. YOUR mail server reputation is negative, fix your setup.. STOP spamming. > Matthew >

Re: Future of X.org?

2019-07-01 Thread lists
Mon, 1 Jul 2019 12:52:56 -0700 Michael Forney > On 2019-07-01, Roderick wrote: > > Namely, the only free implementation of EGL is Mesa 3D. And EGL is > > needed by Wayland. > > I'm not an OpenBSD user, just an interested bystander, but I want to > point out that the second part of this

Re: Future of X.org?

2019-07-01 Thread lists
Mon, 01 Jul 2019 20:52:24 +0300 cho...@jtan.com > li...@wrant.com writes: > > Mon, 01 Jul 2019 07:09:41 +0300 cho...@jtan.com > > > > > > I don't think I'll be relying on software from such confused individuals > > > any time soo > > n. > > > > Since when? Make a note: your long lines will

Re: Future of X.org?

2019-07-01 Thread lists
Mon, 1 Jul 2019 17:56:18 +0200 Juan Francisco Cantero Hurtado > On Mon, Jul 01, 2019 at 06:39:01PM +0300, li...@wrant.com wrote: > > Mon, 1 Jul 2019 17:13:44 +0200 Juan Francisco Cantero Hurtado > > > > > On Mon, Jul 01, 2019 at 05:20:20PM +0300, li...@wrant.com wrote: > > > > Mon, 1 Jul

Re: Future of X.org?

2019-07-01 Thread lists
Mon, 1 Jul 2019 17:13:44 +0200 Juan Francisco Cantero Hurtado > On Mon, Jul 01, 2019 at 05:20:20PM +0300, li...@wrant.com wrote: > > Mon, 1 Jul 2019 00:46:33 +0200 Juan Francisco Cantero Hurtado > > > > > On Sun, Jun 30, 2019 at 09:09:08PM +, Roderick wrote: > > > > > > > > On Sun, 30

Re: Future of X.org?

2019-07-01 Thread lists
Mon, 01 Jul 2019 07:09:41 +0300 cho...@jtan.com > > I don't think I'll be relying on software from such confused individuals any > time soon. Since when? Make a note: your long lines will never fit on a punch card. > Matthew >

Re: Future of X.org?

2019-07-01 Thread lists
Mon, 1 Jul 2019 02:22:02 +0300 Leonid Bobrov > I make a mistake by writting this mail, but: > > X Window System is just a shit windowing system while Wayland is a simple, > fast and secure display server protocol. > (Well, almost simple, this XML dependance is overkill.) > > You people

Re: Future of X.org?

2019-07-01 Thread lists
Mon, 1 Jul 2019 00:46:33 +0200 Juan Francisco Cantero Hurtado > On Sun, Jun 30, 2019 at 09:09:08PM +, Roderick wrote: > > > > On Sun, 30 Jun 2019, Juan Francisco Cantero Hurtado wrote: > > > > > Nope, you misunderstood the text. > > > > No. It is *you* that do not understand what X11

Re: Installing OpenBSD on Supermicro A2SDi-4C-HLN4F

2019-06-16 Thread lists
Sun, 16 Jun 2019 05:23:36 +0200 ms > "It looks like at least the reengineering of the firmware > > and the analysis of the code could increase the security, to avoid > security wholes" > ^^ Your clock is off. Wrong time is a serious reliability & security flaw. Before you look

Re: Installing OpenBSD on Supermicro A2SDi-4C-HLN4F

2019-06-15 Thread lists
Sat, 15 Jun 2019 23:52:18 +0200 ms > Now a day backdors are already on the silicon level (inside chips). They > are declared as debugging interfaces.. Must have happened around the time when school dropouts went to business. > It looks like at least the reengineering of the frimware an it is

Re: Security of OpenBSD

2019-06-04 Thread lists
Mon, 3 Jun 2019 22:32:16 + Josef Pospisil > Hey, thank you all for this mailing list. > > I have a question regarding the security of OpebBSD. See https://www.openbsd.org/security.html

Re: Good options for SAS HBA or SATA expansion cards?

2019-04-15 Thread lists
Thu, 11 Apr 2019 07:50:36 + John Long > [...] > but they can be slow. They also have a card based on the Silicon Image > SiI3114 chipset. I didn't find much info on this one except for Windows > victims claiming it was great or sucked. Hi John, Don't get this. I have a controller of this

Re: trackpad reversed scrolling broken on -current

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

trackpad reversed scrolling broken on -current

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

Re: Keeping track of MAC addresses

2019-03-04 Thread SJP Lists
On Thu, 21 Feb 2019 at 07:15, wrote: > > > did you take a look at net/arpwatch? > > Too many emails; email to root is not a useful mechanism for me. arpwatch could be configured to send emails to an address other than root. At the time I was using it, the --help showed a command line option for

Re: snapshots files timestamps

2019-03-01 Thread lists
Tue, 26 Feb 2019 08:37:04 +0200 Mihai Popescu > Hello, > > I am trying since a while to figure out the master site / mirrors > files timestamps. Hi Mihai, Most probably, you need the file named BUILDINFO, see for example these: https://ftp.openbsd.org/pub/OpenBSD/snapshots/amd64/BUILDINFO

  1   2   3   4   5   6   7   >