Re: Build original Csh on Linux and FreeBSD.

2022-09-03 Thread MJ
On 3/09/2022 8:26 pm, Matheus wrote: Csh is a hard-link to Tcsh in FreeBSD. NetBSD contains the sources of the original Csh, but FreeBSD doesn't. https://www.freebsd.org/cgi/man.cgi?query=csh https://man.netbsd.org/csh I was hoping I could build Csh's sources under other Unix systems, but

Re: Qemu/nvmm - time in NetBSD guest system lags behind (with estd on host)

2022-09-03 Thread Robert Elz
Date:Sat, 3 Sep 2022 13:51:25 +0200 From:Matthias Petermann Message-ID: <8c9bbdbc-5583-7f2d-4e04-ab550b6ee...@petermann-it.de> I cannot really help with zfs issues, I know nothing about it, but: | The zfs module was loaded though, I also built the kernel with

netbsd .img at vultr?

2022-09-03 Thread latincom
Hello is there an image installer that works at vultr please? i have tested Openbsd and Freebsd and they works correctly. I normaly use Openbsd as server. Thanks

Re: Access FFS partition on GPT on ZVOL

2022-09-03 Thread Michael van Elst
m...@petermann-it.de (Matthias Petermann) writes: >saturn$ doas dkctl /dev/zvol/rdsk/tank/backup/vhost/vol/net-export=20 >addwedge myexport 34 2147483581 ffs >dkctl: /dev/zvol/rdsk/tank/backup/vhost/vol/net-export: addwedge:=20 >Inappropriate ioctl for device A zvol is no disk and doesn't

Re: Access FFS partition on GPT on ZVOL

2022-09-03 Thread Staffan Thomén
Matthias Petermann wrote: Am I doing something fundamentally wrong here? Or does this require a kernel newer than 9.3? In order to do this (something I needed as well, but with NTFS for backing up an iscsi-exported photos zvol) you need to patch zfs so that ccd can use zvols as components;

Access FFS partition on GPT on ZVOL

2022-09-03 Thread Matthias Petermann
Hello all, here is a ZVOL that is used by a VM as backing storage. Consequently, this is provided with a GPT in which, among other things, an FFS partition is defined. I want to access this partition from the host side (i.e. from outside the VM). The listing of the GPT works already : ```

Re: Build original Csh on Linux and FreeBSD.

2022-09-03 Thread John McCue
On Fri, Sep 02, 2022 at 07:21:57PM +, Matheus wrote: Hello. I'd like to know if it's possible to build Csh (not Tcsh) on Linux and FreeBSD. Pkgsrc doesn't have the sources for Csh, though they're found in the system's sources, located in bin/csh. For Linux see this:

Re: Qemu/nvmm - time in NetBSD guest system lags behind (with estd on host)

2022-09-03 Thread Matthias Petermann
Hello Robert, On 31.08.22 16:57, Robert Elz wrote: Date:Wed, 31 Aug 2022 13:42:13 +0200 From:Matthias Petermann Message-ID: | I'm also curious about the effect on energy consumption - i.e., whether | it's measurable. I'm sure its measurable, but I

Re: ucom, umodem and conbee II

2022-09-03 Thread Staffan Thomén
Nevermind, I rewrote my program in C and umodem works perfectly fine, although I do note that I had to use O_NONBLOCK, something the GFCFlasher program explicitly omits. Sorry about the noise, Staffan

Re: Build original Csh on Linux and FreeBSD.

2022-09-03 Thread Matheus
Csh is a hard-link to Tcsh in FreeBSD. NetBSD contains the sources of the original Csh, but FreeBSD doesn't. https://www.freebsd.org/cgi/man.cgi?query=csh https://man.netbsd.org/csh I was hoping I could build Csh's sources under other Unix systems, but that seems inviable. Original

Re: Low power server ideas

2022-09-03 Thread Manuel Bouyer
On Fri, Sep 02, 2022 at 06:15:19PM +0200, tlaro...@polynum.com wrote: > Le Fri, Sep 02, 2022 at 07:38:19AM -0700, Andy Ruhl a écrit : > > Hello all, > > > > I've been running a NetBSD server on i386 for about 20 odd years, I > > should go back and check when I actually started it. I sort of > >

Re: Build original Csh on Linux and FreeBSD.

2022-09-03 Thread MJ
On 3/09/2022 5:21 am, Matheus wrote: Hello. I'd like to know if it's possible to build Csh (not Tcsh) on Linux and FreeBSD. Pkgsrc doesn't have the sources for Csh, though they're found in the system's sources, located in bin/csh. There's a package in Debian's repository, but doesn't

Modifying/completing a NetBSD wiki page

2022-09-03 Thread tlaronde
I have installed recently NetBSD on a OVH bare metal server and used as first guide this wiki page: https://wiki.netbsd.org/tutorials/how_to_install_netbsd_on_OVH/ Iain Hibbert, who wrote it, has suggested to complete it and I have extracted from my notes what seems to me the most relevant

ucom, umodem and conbee II

2022-09-03 Thread Staffan Thomén
Dear hive-mind, I recently procured a conbee II zigbee controller and some sensors to switch my aging 433MHz system over to something neater. For fun I thought I'd plug it into my netbsd laptop and see if I could talk to it, and maybe build some lightweight control software that could plug

Build original Csh on Linux and FreeBSD.

2022-09-03 Thread Matheus
Hello. I'd like to know if it's possible to build Csh (not Tcsh) on Linux and FreeBSD. Pkgsrc doesn't have the sources for Csh, though they're found in the system's sources, located in bin/csh. There's a package in Debian's repository, but doesn't build, and many errors pop up when building on