Re: Zabbix: Support for PSK was not compiled in

2023-02-08 Thread Stuart Henderson
On 2023-02-08, Lars Bonnesen wrote: > Installed zabbix-agent > > but when doing "./zabbix_agentd -d start", I get: > > ERROR: value of parameter "TLSConnect" requires support of encrypted > connection with PSK but support for PSK was not compiled in > > How do I add support for Preshared key?

Re: stuck on configuring netboot raspberry pi from an openbsd VM : RPC time for server 192.168.0.255

2023-02-08 Thread j
I have configured "/etc/dnsmasq", "/etc/ethers", "/etc/hosts", and "/etc/exports" and "/etc/bootparams". The PXE boot in UEFI boot is able to contact the tftp/dhcp server and download the bsd kernel and boot up However, just before (or while) mounting nfs shares as root I get the RPC timeout

Re: DBeaver or similar db tool

2023-02-08 Thread Daniele Bonini
Daniele Bonini wrote: > Thanks, I'm just coming from trying to build it I forgot to say that I succeeded to build it by running the process from root. Indeed I managed to overcome my environment problems by some ln to free space.. > NetBeans Ide and the plugins The build created a dir

Re: Suggestion for improving FAQ14: UUIDs

2023-02-08 Thread Ashlen
On 23/02/06 09:35, Thomas Dettbarn wrote: > Hello! > > tl;dr: I would like to suggest adding a line about the virtues of UUID to the > FAQ14. Something along the lines of "Remember to set up the UUID in your > /etc/fstab afterwards." or something. It does outline this problem here.

Re: stuck on configuring netboot raspberry pi from an openbsd VM : RPC time for server 192.168.0.255

2023-02-08 Thread Sandeep Gupta
Yes we do need those. The only change is that instead of dhcpd, I am using dnsmasq which takes care of tftp and dhcp services. I figured out the error was because I had not started the bootparamd. Once I started the bootparamd, the client boots passed that error and panics with nfs mount. I am

Re: How to announce over OSPF only one IP address

2023-02-08 Thread Bradley Latus
Hi, I see a small mistake You need to add that route to vr3 interface when you bring it up, vr0 will most likely be up before vr3 so that is why your route adding in the hostname.vr0 is wrong. Cheers On Thu, 9 Feb 2023, 01:36 Radek, wrote: > Hello Bradley, > thank you, your setup works the

Re: permission denied when writing to mounted directory exported by NFS server

2023-02-08 Thread carsten . reith
On Wed, Feb 08, 2023 at 10:30:17PM +0100, cre...@macbeth.creith.de wrote: > On Wed, Feb 08, 2023 at 09:27:34PM +0530, Sandeep Gupta wrote: > > I have a default installation of openbsd, with portmap, mountd, nfsd > > services started via rcctl. I have following entry in /etc/exports > > > >

athn on a bridge

2023-02-08 Thread Martin Kjær Jørgensen
Hi, I'm experimenting with turning an OpenBSD 7.2 box into a wireless access point (hostap) using a athn, em, bridge, vether devices and dhcpd. Configuring the athn0 interface with IP, hostap and SSID works fine. Other clients connects to it and obtains IP over DHCP. When configuring the

Re: Safely remove USB drive

2023-02-08 Thread NilsOla Nilsson
On Wed, Feb 08, 2023 at 07:15:27PM +0100, Paul de Weerd wrote: > On Wed, Feb 08, 2023 at 04:50:32PM +0100, Jan Stary wrote: > | On Feb 08 13:56:18, pe...@bsdly.net wrote: > | > 1) close any open files stored there > | > 2) make sure no process has the media as $PWD (as in, cd away from there, > |

Re: Safely remove USB drive

2023-02-08 Thread Daniele B.
Just to keep the discussion and clarificarions in the mailing list. I'm sorry for all the typos of my my previous post. Paul de Weerd wrote:   > and forcibly removing the device is very likely going to lead to  > amazing new learning opportunities.   I can confirm these statement and I invite

DBeaver ... and OpenBSD ?

2023-02-08 Thread carsten . reith
> > Damn, where is the source code of Eclipse!? If anyone is able to > drive me in to somehow start I could appreciate it.. > > > -- Daniele Bonini > ?? Would anybody enlighten me ? How is all this related to OpenBSD ? :wq Carsten

Re: athn on a bridge

2023-02-08 Thread Crystal Kolipe
On Wed, Feb 08, 2023 at 08:28:50PM +0100, Martin Kjr Jrgensen wrote: > I'm experimenting with turning an OpenBSD 7.2 box into a wireless access point > (hostap) using a athn, em, bridge, vether devices and dhcpd. You obviously enjoy pain :). Seriously, if this is for anything other than

Re: keyboad left ALT not working on console - thinkpad t410

2023-02-08 Thread Digua Dong
On Tue, Feb 07, 2023 at 10:54:15AM +, Luca Ferrari wrote: > Hi all, > running 7.2, I don't understand how to configure wscons because my > left alt key does not work on console. > wsconsctl reports keyboard.type=pc-xt > When I press ALT it seems it turns UTF-8 on to print a codepoint. > I'm

Re: permission denied when writing to mounted directory exported by NFS server

2023-02-08 Thread Otto Moerbeek
On Thu, Feb 09, 2023 at 11:41:12AM +0530, Sandeep Gupta wrote: > Following up on this. I looked into the /var/log/messages/ and > /var/log/daemon. Both are quite after starting the portmap, mountd, and > nfsd services. > > Here is verbose output from the client side when mounting the share: >

Re: permission denied when writing to mounted directory exported by NFS server

2023-02-08 Thread Sandeep Gupta
Following up on this. I looked into the /var/log/messages/ and /var/log/daemon. Both are quite after starting the portmap, mountd, and nfsd services. Here is verbose output from the client side when mounting the share: ``` [adming@cluster-node2]~% sudo mount -t nfs -o rw,noauto -v

Re: athn on a bridge

2023-02-08 Thread Martin Kjær Jørgensen
On Wed, Feb 08 2023, Crystal Kolipe wrote: > On Wed, Feb 08, 2023 at 08:28:50PM +0100, Martin Kjr Jrgensen wrote: >> I'm experimenting with turning an OpenBSD 7.2 box into a wireless access >> point >> (hostap) using a athn, em, bridge, vether devices and dhcpd. > > You obviously enjoy pain

permission denied when writing to mounted directory exported by NFS server

2023-02-08 Thread Daniele B.
Unfortunately - personal experience - NFS is not the best offering from OpenBSD: it is enough combersome to setup and easy to lose grip: something unsafe to keep me away from it. However, for your testing purposes, I can suggest you there is a specific tool to test, server and client status.

Re: DBeaver or similar db tool

2023-02-08 Thread Michael Hekeler
Am 07.02.23 15:27 schrieb Daniele B.: > Hello, > > I'm looking around a new "work environment" offering what in terms > of software and I came across a list of appealing software > suggested in the category 'db tools' to manage my > databases. > > Among those I notice DBeaver

Re: DBeaver or similar db tool

2023-02-08 Thread Omar Polo
Hello, On 2023/02/08 08:42:40 +0100, Daniele Bonini wrote: > > Just coming from trying DBeaver intall.. > > cd dbeaver > launching `mvn package`: > > [[ERROR] The build could not read 1 project -> [Help 1] > [ERROR] > [ERROR] The project org.jkiss.dbeaver:dbeaver:1.0.0-SNAPSHOT >

Re: DBeaver or similar db tool

2023-02-08 Thread Stuart Henderson
On 2023-02-08, Michael Hekeler wrote: > Am 07.02.23 15:27 schrieb Daniele B.: >> Hello, >> >> I'm looking around a new "work environment" offering what in terms >> of software and I came across a list of appealing software >> suggested in the category 'db tools' to manage my >> databases. >> >>

Re: DBeaver or similar db tool

2023-02-08 Thread Omar Polo
On 2023/02/08 10:27:00 +, Stuart Henderson wrote: > On 2023-02-08, Michael Hekeler wrote: > > Am 07.02.23 15:27 schrieb Daniele B.: > >> Hello, > >> > >> I'm looking around a new "work environment" offering what in terms > >> of software and I came across a list of appealing software > >>

Re: DBeaver or similar db tool

2023-02-08 Thread Umgeher Torgersen
On Wed, Feb 08, 2023 at 11:46:42AM +0100, Omar Polo wrote: > > | ChatGPT integration for smart completion and code generation > > > > kill me now > > LOL > > i completely lost the interest when seeing it. (joking, the idea of > running eclipse alone made me loose interest) > \ o /

Re: Cannot use Intel Tearfree on Lenovo V15 G2 laptop

2023-02-08 Thread Digua Dong
On Wed, Feb 08, 2023 at 03:51:01AM -0700, Ashlen wrote: > > And can I do something to reduce scroll tearing? > If it was anything like my issue, it could be a vsync problem. Desktop > environments will typically take care of this for you (and usually also > expose a > setting for it somewhere).

Re: DBeaver or similar db tool

2023-02-08 Thread Daniele B.
Umgeher: >On Wed, Feb 08, 2023 at 11:46:42AM +0100, Omar Polo wrote:  > > | ChatGPT integration for smart completion and code generation   > >  > > kill me now  >  > LOL  >   > i completely lost the interest when seeing it.  (joking, the idea of  > running eclipse alone made me loose interest)  >  

Re: Cannot use Intel Tearfree on Lenovo V15 G2 laptop

2023-02-08 Thread Ashlen
On 23/02/07 19:57, Digua Dong wrote: > On Tue, Feb 07, 2023 at 07:09:48PM +1100, Jonathan Gray wrote: > > > > You should be using the default modesetting driver with this hardware. > > Not opting into an old driver that hasn't had a release in years. > > > I looked at the log with my configure

Re: DBeaver or similar db tool

2023-02-08 Thread Daniele Bonini
Michael Hekeler wrote: >As others said before DBeaver is written using Java 17 and maybe you >cancompile it whith OpenJDK 17 and Maven. >DBeaver is based on Eclipse and it is also available as eclipse plugin. > >Many of these Database GUI's are based on java and so maybe you can >find

Re: DBeaver or similar db tool

2023-02-08 Thread Umgeher Torgersen
never! On Wed, Feb 08, 2023 at 12:52:08PM +0100, Daniele B. wrote: > Umgeher: > >On Wed, Feb 08, 2023 at 11:46:42AM +0100, Omar Polo wrote:  > > > | ChatGPT integration for smart completion and code generation  >  > >  > > kill me now  > >  > LOL  > >   > > i completely lost the interest when

Re: Live stick / cd from official sources

2023-02-08 Thread Michael Hekeler
Am 04.02.23 17:48 schrieb Daniele B.: > Sorry if I bother you again with the thread. > > The minipc will be on business from tomorrow and I will use it > together with a little student of mine: it is enough critical that the > "not configured" hello! doesn't reppresent anything "risky". > Eg: I

Re: Safely remove USB drive

2023-02-08 Thread Crystal Kolipe
Hi, On Wed, Feb 08, 2023 at 10:13:59AM -0300, vitmau...@gmail.com wrote: > thank you all for the replies. Crystal, what command would I use to > detach a USB drive? I tried eject, but it doesn't seem to work with > the kind of devices I have. Can you explain exactly what you are trying to do,

Re: Live stick / cd from official sources

2023-02-08 Thread Daniele B.
Thanks for the tip, I'm going to check it out. -- Daniele Bonini Feb 8, 2023 13:36:31 Michael Hekeler : > If you just want to stop these messages from filling your logs you can > boot into UKC mode by entering -c at the boot prompt: > UKC> disable acpi > UKC> quit > > > ...(not a real solution

Re: Safely remove USB drive

2023-02-08 Thread vitmau...@gmail.com
Hi, thank you Crystal for the explanation. Best, Vito Em qua., 8 de fev. de 2023 às 10:44, Crystal Kolipe escreveu: > > On Wed, Feb 08, 2023 at 10:34:07AM -0300, vitmau...@gmail.com wrote: > > I'm not using my drives for anything more than copying files, dd etc. > > I just got curious because

Re: Safely remove USB drive

2023-02-08 Thread Peter N. M. Hansteen
On Wed, Feb 08, 2023 at 10:44:20AM -0300, Crystal Kolipe wrote: > If you are just copying files, and/or using dd to, for example, overwrite > a device with zeros or random data, then you don't need to do anything > special to use usb storage devices on OpenBSD. In the case of dd-ing to a usb

Re: Safely remove USB drive

2023-02-08 Thread Crystal Kolipe
On Wed, Feb 08, 2023 at 09:27:08AM -0300, vitmau...@gmail.com wrote: > quick and very basic question: is syncing and umounting a USB drive > enough to safely remove it or should I execute other commands before > unplugging these devices? Unless you are doing something 'unusual' (*), then just

Re: Safely remove USB drive

2023-02-08 Thread Peter N. M. Hansteen
On Wed, Feb 08, 2023 at 09:27:08AM -0300, vitmau...@gmail.com wrote: > quick and very basic question: is syncing and umounting a USB drive > enough to safely remove it or should I execute other commands before > unplugging these devices? My personal check list for safely removing removable media

Re: Live stick / cd from official sources

2023-02-08 Thread Stuart Henderson
On 2023-02-08, Michael Hekeler wrote: > Am 04.02.23 17:48 schrieb Daniele B.: >> Sorry if I bother you again with the thread. >> >> The minipc will be on business from tomorrow and I will use it >> together with a little student of mine: it is enough critical that the >> "not configured" hello!

Re: Safely remove USB drive

2023-02-08 Thread vitmau...@gmail.com
Hi, thank you all for the replies. Crystal, what command would I use to detach a USB drive? I tried eject, but it doesn't seem to work with the kind of devices I have. Best, Vitor Em qua., 8 de fev. de 2023 às 09:55, Crystal Kolipe escreveu: > > On Wed, Feb 08, 2023 at 09:27:08AM -0300,

Re: Safely remove USB drive

2023-02-08 Thread Daniele B.
In facts, there are people around who play very "nasty" with these sticks like booting from them, etc... I suggest to reach one of them and ask for a "safe unmounting" Indeed, sorry for this joke too! (time for "safe break")

Re: Safely remove USB drive

2023-02-08 Thread Crystal Kolipe
On Wed, Feb 08, 2023 at 10:34:07AM -0300, vitmau...@gmail.com wrote: > I'm not using my drives for anything more than copying files, dd etc. > I just got curious because you mentioned the act of detaching a device > after umounting it and I don't know how to do that on OpenBSD. If and only if you

Safely remove USB drive

2023-02-08 Thread vitmau...@gmail.com
Hi, quick and very basic question: is syncing and umounting a USB drive enough to safely remove it or should I execute other commands before unplugging these devices? Best, Vitor

Re: Safely remove USB drive

2023-02-08 Thread vitmau...@gmail.com
Hi, I'm not using my drives for anything more than copying files, dd etc. I just got curious because you mentioned the act of detaching a device after umounting it and I don't know how to do that on OpenBSD. On Fedora I would issue "udisks --detach /dev/sdX" (older versions) or "udisksctl

Re: How to announce over OSPF only one IP address

2023-02-08 Thread Radek
Hello Bradley, thank you, your setup works the way I need. I can't deal with adding the static route permanently. I have to add the static route by hand (route add 10.1.111.11/32 10.1.111.1) after reboot. Did I missed something? [10.109.3.15] $ cat /etc/hostname.vr0 -inet dhcp #inet

Re: Debugging system failure as per crash(8)

2023-02-08 Thread Stuart Henderson
On 2023-02-07, pulsed...@tutanota.com wrote: > Hello, > > How would I solve debugging a kernel issue when ddb(4) will freeze running > "boot crash" and using gdb(1) with "target kvm" will not write to the disk? > Is taking photographs of my computer screen the only option to record trace >

Re: DBeaver or similar db tool

2023-02-08 Thread Daniele Bonini
Stuart Henderson wrote: > On 2023-02-08, Michael Hekeler wrote: > > As others said before DBeaver is written using Java 17 and maybe > > you can compile it whith OpenJDK 17 and Maven. > > It is, but it's not pure Java, inside some .jars are compiled .so > files (OS-specific "native code"),

Re: Safely remove USB drive

2023-02-08 Thread Jan Stary
On Feb 08 13:56:18, pe...@bsdly.net wrote: > 1) close any open files stored there > 2) make sure no process has the media as $PWD (as in, cd away from there, >and really a variation on the first) > 3) issue at least one sync command (some folklore will insist on three) > 4) umount the media

permission denied when writing to mounted directory exported by NFS server

2023-02-08 Thread Sandeep Gupta
I have a default installation of openbsd, with portmap, mountd, nfsd services started via rcctl. I have following entry in /etc/exports /nfs/testdir -alldirs -maproot=root -network=192.168.0 -mask=255.255.255.0 I am able to mount the exported share on client (centos) as follows: sudo mount -t

Re: Safely remove USB drive

2023-02-08 Thread Peter N. M. Hansteen
On Wed, Feb 08, 2023 at 04:50:32PM +0100, Jan Stary wrote: > On Feb 08 13:56:18, pe...@bsdly.net wrote: > > 1) close any open files stored there > > 2) make sure no process has the media as $PWD (as in, cd away from there, > >and really a variation on the first) > > 3) issue at least one sync

Re: Safely remove USB drive

2023-02-08 Thread Paul de Weerd
On Wed, Feb 08, 2023 at 04:50:32PM +0100, Jan Stary wrote: | On Feb 08 13:56:18, pe...@bsdly.net wrote: | > 1) close any open files stored there | > 2) make sure no process has the media as $PWD (as in, cd away from there, | >and really a variation on the first) | > 3) issue at least one sync

Re: Safely remove USB drive

2023-02-08 Thread Daniele Bonini
Paul de Weerd wrote: > and forcibly removing the device is very likely going to lead to > amazing new learning opportunities. I can confirm these statement and I invite you to double check all the "learning opportunities": taken that, by "chance", they are not great happenings brr..than

Zabbix: Support for PSK was not compiled in

2023-02-08 Thread Lars Bonnesen
Installed zabbix-agent but when doing "./zabbix_agentd -d start", I get: ERROR: value of parameter "TLSConnect" requires support of encrypted connection with PSK but support for PSK was not compiled in How do I add support for Preshared key? Regards, Lars.

Re: Safely remove USB drive

2023-02-08 Thread Crystal Kolipe
On Wed, Feb 08, 2023 at 05:59:12PM +0100, Peter N. M. Hansteen wrote: > On Wed, Feb 08, 2023 at 04:50:32PM +0100, Jan Stary wrote: > > On Feb 08 13:56:18, pe...@bsdly.net wrote: > > > 1) close any open files stored there > > > 2) make sure no process has the media as $PWD (as in, cd away from