Cluster Host-To-Host IPsec

2025-07-29 Thread Robert B. Carleton
This was originally posted to ports. I'm re-posting to misc with some more context. I've started to use IPsec between my OpenBSD hosts. So far, this has been setup manually copying around the local.pub keys and setting up iked. I noticed the ikectl command has the ca sub-command. I'm curious if a

Re: program to indent C code?

2025-07-23 Thread Robert Hyman
omg they have the best man page collection! I like to code there! On Wed, Jul 23, 2025 at 15:04 Paul Wisehart wrote: > Hi!, > > I have been learning to program in C on OpenBSD > and it is super great. I love that you can > just use builtin stuff to write code, like > the man pages are great. >

Re: NAS on OpenBSD?

2025-07-09 Thread Robert B. Carleton
Dain Bentley wrote: > I???ve used OmniOS as well and found it stable and efficient. > > I ran a RAIDZ1 and used rclone to back up and scripted it. It has a > ???back-dir switch which will move files to another folder you can specify > before it overwrites the file. > > It was stable and never

Re: does openbsd support file history?

2025-06-28 Thread Robert B. Carleton
On Saturday, June 28, 2025 8:50:09 AM CDT j...@bitminer.ca wrote: > >> No, but your backup system should give you the ability to recover > >> historic versions of files. Maybe not with the granularity you would > >> like. > > > > that's true. daily would be granular enough, though more often wou

Re: does openbsd support file history?

2025-06-27 Thread Robert B. Carleton
On Friday, June 27, 2025 7:51:04 AM CDT Stuart Henderson wrote: > On 2025-06-26, Robert B. Carleton wrote: > > I haven't tried it, but I contemplated trying the OpenBSD iSCSI initiator > > iscsid(8) and using FreeBSD to provide a ZFS zvol block device as a > > target. &g

Re: does openbsd support file history?

2025-06-26 Thread Robert B. Carleton
On Thursday, June 26, 2025 5:36:31 PM CDT Chris Narkiewicz wrote: > On Thu, Jun 26, 2025 at 10:33:09PM +0100, Ethan Azariah wrote: > > do any openbsd filesystems support any sort of file history, whether > > through snapshots or as a log structured filesystem or any other way? > > No, FFS has no s

Re: ...!?

2025-05-20 Thread Robert Nagy
On 20/05/25 22:14 -0700, Samuel B wrote: > Help me (and anyone else) understand something about the attitudes and > dispositions of the OpenBSD project. > Please, just tell me why this even here. > > Looking in source files for "battlestar" in the default install sets, > (src/games/battlestar/comm

Re: Improper shutdown leads to no-boot situation

2025-05-11 Thread Robert B. Carleton
On Sun, 2025-05-11 at 16:25 +, H. Hartzer wrote: > Lloyd wrote: > > I've run across this a few times, where I've improperly shut down > > a VM (tapped the wrong button for power off vs ACPI shutdown) and > > this lead to an unbootable image with the message before boot: > > > > booting hd0a:/b

Re: OpenBSD on Intel Core m3 MacBook 2017?

2025-05-11 Thread Robert
hen, guess I'll find another use for it. /Robert On Sun, 11 May 2025 17:35:04 +0200 Kirill A. Korinsky wrote: > On Sun, 11 May 2025 17:22:22 +0200, > Robert wrote: > > > > Has anyone successfully installed OpenBSD on a MacBook with Intel Core m3 > > (12" 20

OpenBSD on Intel Core m3 MacBook 2017?

2025-05-11 Thread Robert
the Apple bootloader does not show the USB device. /Robert [1] https://en.wikipedia.org/wiki/12-inch_MacBook#Technical_specifications [2] https://marc.info/?l=openbsd-misc&m=155264152705786

Re: Drag and Drop into browsers

2025-04-25 Thread Robert Palm
Well it always pays to read the any documentation that gets installed. And the firefox package readme (installed in /usr/local/share/doc/pkg-readmes/firefox) says this: """ pledge(2) and unveil(2) Support === Firefox on OpenBSD is secured with pledge(2) and unveil(2)

Drag and Drop into browsers

2025-04-23 Thread Robert Palm
Seems I cannot drag and drop files (.pdf, .txt,...) into FireFox or Chrome any more. Your file couldn’t be accessed It may have been moved, edited, or deleted. ERR_FILE_NOT_FOUND Drag & Drop into Intellij e.g. seems to work. I use XFCE (thunar). Worked before but I did not upgrade for 3 weeks

Re: tr manpage typo?

2025-01-28 Thread Robert Klein
ters [...] in the input) into a single instance of the character" Best regards Robert

Console / DRM display issues with Radeon HD 7750 and Intel C422 / Dell Precision T5820

2025-01-08 Thread Robert
link status failed [drm] *ERROR* clock recovery failed I have also reinstalled OpenBSD, just in case, same results. Any ideas? (dmesg and pcidump below; if a dev wants a pcidump -xxx ping me, 1.5MB) /Robert dmesg: -- OpenBSD 7.6-current (GENERIC.MP) #500: Tue Jan 7 12:43:34 MST 2025

Re: httpd (does not) delivers (obsolete) html file

2024-12-09 Thread Robert
On Tue, Dec 10, 2024 at 01:46:35AM -0300, Sylvain Saboua wrote: > Regularly I make minor [ae]d?ditions to my static html files. > > Afaik the browser needs to manually refresh the file in order to > display the latest version. > Maybe I misunderstood but sounds normal > Am I doing something wro

Re: Firefox Gah. Your tab just crashed.

2024-11-28 Thread Robert Palm
Thanks, Peter. I think there was an update of /etc/login.conf incoming lately and by accepting the default file I did override my settings. Let's see how it works now... Quoting "Peter N. M. Hansteen" : On Thu, Nov 28, 2024 at 12:41:06PM +0100, Robert Palm wrote: FF tabs

Firefox Gah. Your tab just crashed.

2024-11-28 Thread Robert Palm
FF tabs crash from time to time now. Ideas? tron$ firefox ATTENTION: default value of option mesa_glthread overridden by environment. [ERROR wr_glyph_rasterizer::platform::unix::font] Unable to load glyph: 7 [ERROR wr_glyph_rasterizer::platform::unix::font] Unable to load glyph: 7 [ERROR wr_glyph

Re: pax mis-attributing errors to Ustar?

2024-10-29 Thread Robert B. Carleton
Philip Guenther writes: [...] > Yeah, the 'pax' format is "ustar, but with special 'g' and 'x' > records" so it mostly uses the ustar routines when working with pax > archives. > > Maybe those shared routines could look up which format is actually in > use and use that in warning messages. Might

Re: pax mis-attributing errors to Ustar?

2024-10-28 Thread Robert B. Carleton
"Robert B. Carleton" writes: > I think pax(1) may be mis-attributing errors to Ustar when using other > formats. I've been seeing this kind of error when using the pax format: > > "pax: Ustar cannot archive a socket /home/example/.cache/at-spi/bus_0" >

pax mis-attributing errors to Ustar?

2024-10-28 Thread Robert B. Carleton
I think pax(1) may be mis-attributing errors to Ustar when using other formats. I've been seeing this kind of error when using the pax format: "pax: Ustar cannot archive a socket /home/example/.cache/at-spi/bus_0" Otherwise pax seems to be working okay. The file(1) command reports the archive as

Re: unresponsive Wacom tablet CTL-472

2024-10-27 Thread Robert Alessi
On Sun, Oct 27, 2024 at 12:29:19PM +0100, Robert Alessi wrote: > but I can't > get it to work with 7.4. Sorry, I meant 7.6. (Same with -current.) -- R

unresponsive Wacom tablet CTL-472

2024-10-27 Thread Robert Alessi
Hi, I have a Wacom CTL-472 that used to work with openbsd 7.3, but I can't get it to work with 7.4. Here follows the output of dmesg, xinput and wsconsctl. The tablet is there. After searching all morning, I humbly resign myself to asking for help which I would greatly appreciate. -- R

Re: Email Rendering Utility

2024-10-24 Thread Robert B. Carleton
"Robert B. Carleton" writes: > "Robert B. Carleton" writes: > >> Omar Polo writes: >> > [...] >>> (I'm not an heavy user of mail(1) so probably there's a better way to do >>> this.) >>> >>> At thi

Re: Email Rendering Utility

2024-10-18 Thread Robert B. Carleton
"Robert B. Carleton" writes: > Omar Polo writes: > [...] >> (I'm not an heavy user of mail(1) so probably there's a better way to do >> this.) >> >> At this point however switching away from mail(1) and embracing mblaze >> is probably e

Re: "Connection refused" for everything except port 80

2024-10-18 Thread Robert Klein
Hi Qingyao, maybe the machine is blocked by your IT department. (“lying around in our department”) sounds like it may have been missed by monitoring or similar. Best regards Robert On Thu, 17 Oct 2024 19:24:54 -0400 Qingyao Sun wrote: > Dear List, > > I am a Ph.D. student at Cor

Re: Email Rendering Utility

2024-10-17 Thread Robert B. Carleton
Omar Polo writes: > On 2024/10/17 11:56:31 -0500, "Robert B. Carleton" > wrote: >> I've been hunting around for some kind of utility that I can use from >> mail(1) that can be fed emails on the stdin and convert MIME, TNEF, >> HTML, and the like into tex

Email Rendering Utility

2024-10-17 Thread Robert B. Carleton
I've been hunting around for some kind of utility that I can use from mail(1) that can be fed emails on the stdin and convert MIME, TNEF, HTML, and the like into text. I haven't had much luck finding that kind of thing. I'm familiar with mpack from packages, but I'm looking for something that can h

Re: python-tkinter in 7.6

2024-10-14 Thread Robert Alessi
On Mon, Oct 14, 2024 at 09:53:32AM -, Stuart Henderson wrote: > This looks like a build issue with -stable packages, which have copied the > tars from release rather than building fresh when the PKGNAME was unchanged, > so @depend lines were incorrect. (The tgz are different due to being re- >

Re: python-tkinter in 7.6

2024-10-13 Thread Robert Alessi
On Sun, Oct 13, 2024 at 04:39:05PM +0200, bi...@iscarioth.org wrote: > > Have you tried to do `pkg_add -U python-tkinter` ? I just did and it worked, thank you. However, here's what happened: # pkg_add -U python-tkinter quirks-7.50 signed on 2024-10-12T15:08:24Z python-tkinter-3.11.10p0:python-3

Re: python-tkinter in 7.6

2024-10-13 Thread Robert Alessi
On Sun, Oct 13, 2024 at 11:02:29AM +0200, Kirill A. Korinsky wrote: > I just suceffuly installed python-tkinter on 7.6/amd64: > > $ doas pkg_add -a python-tkinter > python-tkinter-3.11.10p0: ok p0? Strange. Thanks, I'll look into it.

python-tkinter in 7.6

2024-10-13 Thread Robert Alessi
Hi, Shouldn't python-tkinter-3.11.10p0.tgz be updated to p1 in 7.6? To date, it can't be installed. Best, -- Robert

Re: PAX Formats

2024-09-10 Thread Robert B. Carleton
Christian Weisgerber writes: > Both OpenBSD's and FreeBSD's pax(1) go back to the one in 4.4BSD, > but they have diverged since. In particular, OpenBSD uses pax as > the base for tar and cpio--they're just different frontends for the > same program--but FreeBSD doesn't, so pax is a bit neglected

Re: PAX Formats

2024-09-09 Thread Robert B. Carleton
"Robert B. Carleton" writes: > Christian Weisgerber writes: [...] >> Those are similarly obsolete as ustar. libarchive-formats(5) >> on FreeBSD mentions limitations: >> "The SVR4 format uses eight-digit hexadecimal values for all >> header field

Re: PAX Formats

2024-09-09 Thread Robert B. Carleton
Christian Weisgerber writes: > "Robert B. Carleton": > >> Unfortunately, the FreeBSD pax command lacks the pax format supported by >> OpenBSD. I'm backing up paths that exceed the limits of ustar, so I'm >> looking at alternatives. > > Use Free

PAX Formats

2024-09-08 Thread Robert B. Carleton
I'm using pax to generate archives of ZFS snapshots on a FreeBSD machine, and restores may be accomplished under OpenBSD. I run both operating systems, along with some Debian and OpenSUSE. It's not an enormous amount of data, running about 350 GB. Unfortunately, the FreeBSD pax command lacks the p

Re: sbcl question

2024-09-03 Thread Robert Palm
Quoting Sebastien Marie : Robert Palm writes: Any idea what's wrong here ? tron$ doas pkg_add sbcl quirks-7.48 signed on 2024-09-01T21:44:41Z .libs-sbcl-2.4.4+.libs-sbcl-2.4.6+.libs1-sbcl-2.4.5->sbcl-2.4.7: ok tron$ sbcl --version SBCL 2.4.7.openbsd.sbcl-2.4.7 tron$ pkg_info | g

sbcl question

2024-09-03 Thread Robert Palm
Any idea what's wrong here ? tron$ doas pkg_add sbcl quirks-7.48 signed on 2024-09-01T21:44:41Z .libs-sbcl-2.4.4+.libs-sbcl-2.4.6+.libs1-sbcl-2.4.5->sbcl-2.4.7: ok tron$ sbcl --version SBCL 2.4.7.openbsd.sbcl-2.4.7 tron$ pkg_info | grep sbcl sbcl-2.4.7 high performance Common Lisp co

Re: MariaDB install any different for OpenBSD 7.5 than 6.4?

2024-08-26 Thread Robert Klein
uh?? I'm not sure what exactly you mean. > > As I understand it, Chamilo-LMS is based on PHP and uses MariaDB, but > Lighttpd > is what manages the internal and Web-facing network side of things? > So, database consumers would only communicate with MariaDB via Chamilo-LMS? > Would Chamilo-LMS need a Unix socket to communicate with MariaDB? > And then Lighttpd would use TCP (listening on 127.0.0.1) between the > Chamilo-LMS > consumer login accounts and the world? Communication is: user/web browser <---> web server(lighttpd) <---> PHP(chamilo-LMS) <---> database(MariaDB) The Admin guide of chamilo-LMS (step 4 of 6) seems to imply it uses UNIX sockets when you supply “localhost” as Database Host. My guess would be, if you use 127.0.0.1 as Database host it will use a TCP/IP connection. Best regards Robert > > Thanks! >

Re: lighttpd in openbsd - cant find devnull

2024-08-21 Thread Robert Klein
ot is and does. Stuart's answers assume you didn't change the file /etc/lighttpd.conf. If you did change it, you might want to send the contents of the changed file, too. Best regards, Robert On Tue, 20 Aug 2024 12:33:57 -0400 David Colburn wrote: > So, I'm at a dead end a

Re: doas tab completion

2024-07-29 Thread Robert Palm
Thanks a lot for sharing all this great solutions! Am 29. Juli 2024, 17:37, um 17:37, Stuart Henderson schrieb: >On 2024-07-29, Robert Palm wrote: >> >> Hi, >> >> wonder how I can get TAB completion in the shell when using doas ... >> >> Do I need to

Re: doas tab completion

2024-07-29 Thread Robert Palm
Quoting Marcus MERIGHI : Hello Robert, develo...@robert-palm.de (Robert Palm), 2024.07.29 (Mon) 09:47 (CEST): wonder how I can get TAB completion in the shell when using doas ... Do I need to add something to .profile ? as I understand your other messages in this thread you are looking

Re: doas tab completion

2024-07-29 Thread Robert Palm
Zitat von Jan Stary : On Jul 29 11:44:32, develo...@robert-palm.de wrote: > On Jul 29 09:47:39, develo...@robert-palm.de wrote: > > wonder how I can get TAB completion in the shell when using doas ... echo $SHELL Different shells do (or don't) this differently. > tab

Re: doas tab completion

2024-07-29 Thread Robert Palm
Zitat von Jan Stary : On Jul 29 09:47:39, develo...@robert-palm.de wrote: wonder how I can get TAB completion in the shell when using doas ... tab completion is not specific to any command. Hm, it does work, e.g. when I start typing $sysu it shows me the commands starting with "

doas tab completion

2024-07-29 Thread Robert Palm
Hi, wonder how I can get TAB completion in the shell when using doas ... Do I need to add something to .profile ? Thank you.

Re: Fwd: "native TeX Live" installation on OpenBSD

2024-06-30 Thread Robert Alessi
On Sun, Jun 30, 2024 at 07:21:33PM +, Roderick wrote: > What would be interesting, is to have a package with the commands and > a minimal texmf-dist., with a working tlmgr. Then I would not need to > compile when upgrading. On the difference between TeX provided by operating systems and "nativ

"native TeX Live" installation on OpenBSD

2024-06-22 Thread Robert Alessi
njoy this little project. All best, -- Robert

Re: Debian 12 Under VMM

2024-06-14 Thread Robert B. Carleton
Manuel Giraud writes: > 04-psyche.tot...@icloud.com writes: > >> Thank you Dave and Bruce. >> >> This worked for me: >> >> boost install gfxpayload=text console=ttyS0,115200n8 >> >> The critical part was that I had to type it and not copy paste it. > > Hi, > > Could you explain how did you entere

Re: Debian 12 Under VMM

2024-06-04 Thread Robert B. Carleton
Dave Voutila writes: > 04-psyche.tot...@icloud.com writes: > >> Hi all, >> >> I am trying to run Debian 12 under VMM. >> >> I can see on the email from 2024-04-02 that Bruce managed to make it work, >> but I don't know how. >> >> The crux of the issue is that the Debian ISO installer does not se

Re: Favorite configuration and system replication tools?

2024-05-11 Thread Robert B. Carleton
Walter Alejandro Iglesias writes: > On Fri May 10 08:36:50 2024 Walter Alejandro Iglesias wrote >> Then I do something like this (simplified for clartiy): >> >> [...] >> >> dirs=$(echo "$files" | grep '/$') >> >> for i in $dirs ; do >> find $source/$i | sed 's#'$source'##' | sort | uniq > $s

Re: gstreamer1 update

2024-05-10 Thread Robert Palm
Quoting Stuart Henderson : On 2024-05-10, Robert Palm wrote: pkg_check is now clean. gstreamer still complaining. Updates are currently broken for gstreamer1-plugins-good, it will need a fix in the port + new set of packages. If you don't want to wait, pkg_delete gstreamer1-plugins

Re: gstreamer1 update

2024-05-10 Thread Robert Palm
I would first run "pkg_info -mz > ~/packages.txt" to bookmark the packages I currently have on my system. Then I would delete all orphaned packages by doing "pkg_delete -a". Do another "pkg_check" and if good, do a "pkg_add -uiv". Then if I lose one of my critical packages I needed, I can jus

gstreamer1 update

2024-05-09 Thread Robert Palm
Hi, any suggestions how to fix this ? tron$ pkg_check Packing-list sanity: ok Direct dependencies: ok Reverse dependencies: ok Files from packages: ok --- consolekit2-1.2.6p4 --- /usr/local/share/polkit-1/rules.d/10-openbsd-consolekit.rules should exist --- dbus-daemon-launch-he

Re: Favorite configuration and system replication tools?

2024-05-07 Thread Robert B. Carleton
Stefan Moran writes: > dump(8) and restore(8) also worth mentioning; I'm particularly fond of > restore(8)'s interactive mode that lets you cherrypick what you want to > import. I agree. My backups are mostly dump(8) and rsync(1). Out of habit, I've used cpio(1) in copy mode (-p) for copying fil

Debian 12 Under VMM

2024-04-02 Thread Robert B. Carleton
I thought I'd share a small success with installing Debian 12 under VMM, in case some might find it useful. The boot parameters are "install gfxpayload=text console=ttyS0,115200n8". I added these boot parameters from the Debian installer after selecting the Help menu using "H", then selecting "Spec

Java question

2024-02-08 Thread Robert Palm
Server VM (build 21.0.1+12-2, mixed mode, sharing Thanks! Robert

Re: Freetype FT_CONFIG_OPTION_USE_PNG

2023-12-29 Thread Robert Palm
Is it possible to go with one of the suggestions? https://github.com/libsdl-org/SDL_ttf/issues/321#issuecomment-1872305906 Thanks! Am 22. Dez. 2023, 14:08, um 14:08, Stuart Henderson schrieb: >On 2023/12/22 07:11, Robert Palm wrote: >> Stuart, thank you. >> >> Is i

Re: Freetype FT_CONFIG_OPTION_USE_PNG

2023-12-21 Thread Robert Palm
Stuart, thank you. Is it possible to builtin / bundle freetype with sdl2 / sdl2-ttf and enable this option? I think op@ did something similar with godot... Am 21. Dez. 2023, 22:29, um 22:29, Stuart Henderson schrieb: >On 2023-12-21, Robert Palm wrote: >> >> I wanted to ask

Freetype FT_CONFIG_OPTION_USE_PNG

2023-12-21 Thread Robert Palm
I wanted to ask if in xenocaras freetype the FT_CONFIG_OPTION_USE_PNG is enabled.

Re: [PossibleSpam] UTF-8 chars

2023-12-16 Thread Robert Palm
like this to your ~/.Xdefaults (and then xrdb -load ~/.Xdefaults dependending on your configuration) XTerm*faceName: xft:DejaVu Sans Mono:pixelsize=10 also... Robert Palm wrote: > > Seems I have no success... > > Did a > > export LC_CTYPE=de_DE.UTF-8 How did you ran

Re: [PossibleSpam] UTF-8 chars

2023-12-16 Thread Robert Palm
Quoting Omar Polo : On 2023/12/15 15:33:44 -0600, "Jay F. Shachter" wrote: Centuries ago, Nostradamus predicted that Robert Palm would write on Fri Dec 15 15:10:58 2023: > > I am playing with UTF-8 characters and try to display, e.g. a lock > symbol https://www.compa

Re: UTF-8 chars

2023-12-15 Thread Robert Palm
nfigured on UTF-8 but it >can use any frontend font like "Monospace Regular 10" and at need seems >to pick up the right font. > >I want to thank everyone worked on the unicode support at system level >for the nice eandover, appreciated. > > >== Nowarez Market >

UTF-8 chars

2023-12-15 Thread Robert Palm
I am playing with UTF-8 characters and try to display, e.g. a lock symbol https://www.compart.com/en/unicode/U+1F512 I use xfce and set the terminal default character encoding to UTF-8 in advanced settings. Still I cannot get it displayed in xterm or emacs, e.g. by simply trying to cop

opening files with midnight commander in 7.4

2023-12-12 Thread Robert Alessi
or other file types, such as .tar.gz, it's much more complicated. Same behavior on -current. Can others reproduce this problem? Thanks, -- Robert

Re: VMs not rebooting

2023-12-10 Thread Robert B. Carleton
Dave Voutila writes: > "Robert B. Carleton" writes: > >> I have a number virtual machines, and I've noticed that they power off >> instead of rebooting when using "shutdown -r now" on the guest. This is >> the general form for a co

Re: VMs not rebooting

2023-12-10 Thread Robert B. Carleton
Mike Larkin writes: > On Sun, Dec 10, 2023 at 03:16:22PM -0600, Robert B. Carleton wrote: >> Mike Larkin writes: >> >> > On Sun, Dec 10, 2023 at 01:03:27PM -0600, Robert B. Carleton wrote: >> >> I have a number virtual machines, and I've noticed that

Re: VMs not rebooting

2023-12-10 Thread Robert B. Carleton
Mike Larkin writes: > On Sun, Dec 10, 2023 at 01:03:27PM -0600, Robert B. Carleton wrote: >> I have a number virtual machines, and I've noticed that they power off >> instead of rebooting when using "shutdown -r now" on the guest. This is >> the general

VMs not rebooting

2023-12-10 Thread Robert B. Carleton
I have a number virtual machines, and I've noticed that they power off instead of rebooting when using "shutdown -r now" on the guest. This is the general form for a configuration in the /etc/vm.conf: vm "batch2" { memory 2G enable cdrom /home/ISO/OpenBSD/7.4/install74.iso

Re: texlive and tlmgr

2023-11-05 Thread Robert Alessi
On Sun, Nov 05, 2023 at 10:44:36AM +0100, Luciano Ribichini wrote: > Hallo openbsd-mailinglist, > > 1) my name is Luciano, I am a long time linux user. > > 2) Currently I keep an eye on openbsd. > > 3) Thanks a lot for your work, really. > > 4) Having plenty of operating systems to choose from

Re: Fwd: install74.iso

2023-10-23 Thread Robert Palm
with bootblocks, etc. At this time I don't know >what >it will take to get it right. > >Robert Palm wrote: > >> Thanks! >> >> Indeed, Dan has a point here as e.g. with hetzner you can easily ask >for an .iso to add for your machine and use that for install

Re: Fwd: install74.iso

2023-10-23 Thread Robert Palm
possible and align with other archs? Am 23. Okt. 2023, 21:08, um 21:08, Ampie Niemand schrieb: >On Mon, Oct 23, 2023 at 07:27:18PM +0200, Robert Palm wrote: >> As this list is not very active I forward your mail to misc@ >> >> Am 21. Okt. 2023, 16:59, um 16:59, Dan >schrieb: &

Fwd: install74.iso

2023-10-23 Thread Robert Palm
As this list is not very active I forward your mail to misc@ Am 21. Okt. 2023, 16:59, um 16:59, Dan schrieb: >Hi folks, > >Is there a technical reason why the project is not providing >installation ISOs for the arm64 architecture? > >The easiest way to install OpenBSD on a new cloud virtual machi

Re: host-to-host encryption with iked

2023-10-03 Thread Robert B. Carleton
Tobias Heider writes: > On October 3, 2023 2:30:54 PM GMT+02:00, "Robert B. Carleton" > wrote: >>Tobias Heider writes: >> >>> On October 3, 2023 1:32:39 AM GMT+02:00, "Robert B. Carleton" >>> wrote: >>>>I'm

Re: host-to-host encryption with iked

2023-10-03 Thread Robert B. Carleton
Tobias Heider writes: > On October 3, 2023 1:32:39 AM GMT+02:00, "Robert B. Carleton" > wrote: >>I'm trying to setup host-to-host encryption using iked with the >>following configuration: >> >>On 10.2.2.10: >> >>ikev2 passive esp from

host-to-host encryption with iked

2023-10-02 Thread Robert B. Carleton
I'm trying to setup host-to-host encryption using iked with the following configuration: On 10.2.2.10: ikev2 passive esp from 10.2.2.10 to 10.2.1.11 srcid 10.2.2.10 On 10.2.1.11: ikev2 active esp from 10.2.1.11 to 10.2.2.10 srcid 10.2.1.11 I exchanged the /etc/iked/local.pub files into /etc/ik

Re: suspend/resume issue on T440p w/ Libreboot

2023-09-05 Thread Robert Alessi
On Sat, Aug 26, 2023 at 07:31:21AM -0600, Theo de Raadt wrote: > There is a change to acpi.c (1.421) regarding wakeup GPEs which > may help, however this is work was done after 7.3 I just tried to suspend this corebooted T440p with -current and I can confirm that everything works just as expected.

Re: suspend/resume issue on T440p w/ Libreboot

2023-08-26 Thread Robert Alessi
On Sat, Aug 26, 2023 at 07:31:21AM -0600, Theo de Raadt wrote: > There is a change to acpi.c (1.421) regarding wakeup GPEs which > may help, however this is work was done after 7.3 So it's in -current. The description given on CVS fits with what's happening to my machine. I'll be able to test th

Re: suspend/resume issue on T440p w/ Libreboot

2023-08-26 Thread Robert Alessi
On Sat, Aug 26, 2023 at 05:58:50AM -0600, Jonathan Drews wrote: > On Sat, Aug 26, 2023 at 01:47:06PM +0200, Robert Alessi wrote: > > On Sat, Aug 26, 2023 at 04:19:23AM -0600, Jonathan Drews wrote: > > > I don't have an /etc/apm directory. Howvere I have this in my &

Re: suspend/resume issue on T440p w/ Libreboot

2023-08-26 Thread Robert Alessi
On Sat, Aug 26, 2023 at 04:19:23AM -0600, Jonathan Drews wrote: > On Sat, Aug 26, 2023 at 11:32:32AM +0200, Robert Alessi wrote: > > Hi, > > > > When I try to suspend my system, my T440p with Libreboot first goes > > into sleep mode alright then resumes spontaneoulsy a

suspend/resume issue on T440p w/ Libreboot

2023-08-26 Thread Robert Alessi
down arp -d -a I add below an extract of /var/log/messages that shows what happens when I do zzz, and of course my dmesg. So far I haven't been able to identify the problem, but I understand it may have nothing to do with OpenBSD. Thanks in advance

Re: Network VF 2

2023-08-01 Thread Robert Palm
Does anyone has the 1.2A version and can provide a .dtb file that works? Try https://download.exigere.com.au/pub/jh7110-starfive-visionfive-2-v1.2a.dtb (built by kettenis@) Below ethernet parts of the two (decompiled) .dtb versions I have. Can anyone make sense out of differences, pleas

Re: Network VF 2

2023-08-01 Thread Robert Palm
Zitat von Matthew Ernisse : On Mon, Jul 31, 2023 at 06:48:42PM +0200, Robert Palm said: Cannot get network working on my VisionFive 2 (ping a different machine). Any ideas? Thanks! Does either side see ARP traffic for the other? (arp -an) Do you see traffic leaving your OpenBSD machine

Re: Network VF 2

2023-08-01 Thread Robert Palm
Zitat von Matthew Ernisse : On Mon, Jul 31, 2023 at 06:48:42PM +0200, Robert Palm said: Cannot get network working on my VisionFive 2 (ping a different machine). Any ideas? Thanks! Does either side see ARP traffic for the other? (arp -an) Do you see traffic leaving your OpenBSD machine

Network VF 2

2023-07-31 Thread Robert Palm
Cannot get network working on my VisionFive 2 (ping a different machine). Any ideas? Thanks! FreeBSD machine: $ ifconfig re0 re0: flags=8943 metric 0 mtu 1500 options=8209b ether a8:a1:59:a2:50:45 inet 192.168.10.20 netmask 0xff00 broadcast 192.168.10.255

Re: Samsung NVMe M.2 SSD 970 EVO Plus fails to attach on VisionFive 2 (JH7110 SoC) board

2023-07-30 Thread Robert Palm
Zitat von develo...@robert-palm.de: Zitat von "Peter J. Philipp" : [tying in misc@ for this resource] On Fri, Jul 28, 2023 at 03:26:54PM +0200, develo...@robert-palm.de wrote: Many thanks! Please, will you commit it so I can test it with the next snapshot version ? I ha

Re: Python 3.10 required by py3-bsddb3 but not supported

2023-06-01 Thread Robert Nagy
ncy, and kopano-core - I think > only a few parts of kopano-core use bsddb3, and AIUI users of kopano should > be migrating to grommunio anyway, I think robert@ was planning to remove the > port sometime. Anyway we either need to remove the dep on py-bsddb3, or > remove kopano-core, befor

Re: Increasing the log level for php

2023-04-23 Thread Robert B. Carleton
daniele bonini writes: > obviously you can set: > > > ini_set('display_errors', '1'); > ini_set(’display_startup_errors’, '1'); > ini_set('error_reporting’, ‘E_ALL’); > > > on the top of the index.php, just after

Increasing the log level for php

2023-04-22 Thread Robert B. Carleton
I'm troubleshooting a post OpenBSD 7.3 upgrade issue with php-8.1.17. I run a phpBB-3.3.9 forum and logins have started to fail with a 500 internal server error after the upgrade. I did do a "pkg_add -u" after the OpenBSD 7.3 upgrade. I'm trying to take a closer look at the fpm/php errors, but I'm

Re: Increasing the log level for php

2023-04-22 Thread Robert B. Carleton
"Robert B. Carleton" writes: > I'm troubleshooting a post OpenBSD 7.3 upgrade issue with php-8.1.17. I > run a phpBB-3.3.9 forum and logins have started to fail with a 500 > internal server error after the upgrade. I did do a "pkg_add -u" after > the OpenBSD

Re: Reference/Citation Manager -- Zotero or JabRef? (+ compilation of Zotero?)

2023-04-04 Thread Robert Alessi
On Tue, Apr 04, 2023 at 01:20:57AM +, Stephan, Corey J wrote: > Fellow OpenBSD Users, > > What are academics and others who require citation management using in > OpenBSD nowadays? I use ‘ebib’ with emacs.[1] ebib is excellent for managing bibtex databases and inserting citations in LaTeX,

OpenBSD Release Art Submissions

2023-04-03 Thread Robert B. Carleton
What is the art submission process for OpenBSD releases? My sister is an artist and she was thinking of creating something for 7.3, or some subsequent release. Thanks, --Bruce

Re: freeradius denies to authentocate with eap-tls

2023-02-26 Thread Robert Klein
freeradius at all. Didn't you at least set up some files in /etc/raddb, e.g. client.conf, users.conf, proxy.conf? No changes in sites and/or modules? Best regards Robert On Sat, 25 Feb 2023 02:18:20 +0400 Mikhael Lialin wrote: > Hi. > > Trying to setup witi with radius eap-tls

Re: how tail waits for file to appear again?

2023-02-17 Thread Robert Klein
Hi, for the OpenBSD version, see kevent(2) and grep the source for kevent, kqueue, and EV_SET. BSD 4.4 used select(2) because it was faster than sleep (you can find the sources e.g. on github). Best regards Robert On Fri, 17 Feb 2023 08:23:13 +0300 Maksim Rodin wrote: > Hello, > Sorr

Re: 7.2 Slow pkg upgrade

2023-01-31 Thread Robert Alessi
I'm unsure why, but I've had timeouts waiting for pkg_add -u to complete. Maybe you should try using pkgupdate, here: https://tildegit.org/solene/pkgupdate I run it manually while watching what is installed on another terminal with 'tail -f /var/log/messages'. The overall process is very fast.

Re: /bsd: uvideo0: could not SET probe request: STALLED

2023-01-07 Thread Robert Alessi
using another device now gives excellent results. Thank you! -- Robert

Re: /bsd: uvideo0: could not SET probe request: STALLED

2022-12-27 Thread Robert Alessi
, quite relevant! So I will try to play with different settings to see what happens. Hopefully, I will succeed. In any case I will report here the results. I am truly grateful for your time. -- Robert

Re: /bsd: uvideo0: could not SET probe request: STALLED

2022-12-27 Thread Robert Alessi
On Tue, Dec 27, 2022 at 06:30:10PM +0100, Bodie wrote: [...] > What does it say in usbdevs(8) output? (with multiple -v) I have this: $ usbdevs -vvv Controller /dev/usb0: [...] addr 06: 2e5a:0b1d , 4K Document Camera high speed, power 500 mA, config 1, rev 1.33, iSerial 01.00.00

/bsd: uvideo0: could not SET probe request: STALLED

2022-12-27 Thread Robert Alessi
I tried hard so far to understand what this message could mean. Could anynone give me some pointer? I would be very grateful. -- Robert

Re: iridium/chromium webcam access

2022-12-26 Thread Robert Alessi
On Tue, Dec 27, 2022 at 12:59:05AM +1100, Alexis wrote: > > I am beginning to think that this issue may not be related to iridium > > or chromium because other browsers on my system fail to access the > > webcam, such as qutebrowser or otter-browser, while firefox always > > succeeds. > > > > Ther

Re: iridium/chromium webcam access

2022-12-26 Thread Robert Alessi
On Mon, Dec 26, 2022 at 03:07:29PM +0300, Maksim Rodin wrote: > What if you just run chromium without all this and try webcammictest? > >ENABLE_WASM=1 chrome --incognito --user-data-dir=/tmp/chrome > > > /dev/video0 rw > > added in both /etc/chromium/unveil.main and > > /etc/chromium/unveil.utilit

Re: iridium/chromium webcam access

2022-12-26 Thread Robert Alessi
prevented access to the device. Try unplugging the device from the computer and plugging it back in. Not much to learn from this... On Mon, Dec 26, 2022 at 11:49:24AM +0100, Robert Alessi wrote: > On Mon, Dec 26, 2022 at 12:03:46PM +0300, Maksim Rodin wr

  1   2   3   4   5   6   7   8   9   >