On 2020-01-12 15:39, Antoine Jacoutot wrote:
> Sounds like something is keeping your fs busy. Could be gio-kqueue, do you
> have glib2 installed?
That would be my first guess, too -- it's not unmounting because it
shouldn't. But ... this is a VERY single purpose machine (backups
via rsync --link
On Thu, Aug 29, 2019 at 12:40 AM Mohamed salah
wrote:
>
> I wanna put something in discussion, what's your motivational to use
> OPENBSD what not other bsd's what not gnu/Linux, if something doesn't work
> fine on openbsd and you love this os so much what will do?
For most of my purposes, it Just
Joseph Mayer wrote:
> Is there some way I can implement PCI drivers in userland in OpenBSD?
>
> On a quick Internet search, see some discussion for Linux and NetBSD
> e.g. [1] however nothing in OpenBSD.
>
> I may be interested in operating some PCI device manually from my own
> program (run as r
Tried something like that in the past:
https://marc.info/?l=openbsd-tech&m=144217941801350&w=2
It worked kind of OK except the performance. The problem is that data
layout makes read op. -> 2x read op. and write op. -> read op. + 2x
write op. which is not the speed winner. Caching of checks
Sounds like something is keeping your fs busy. Could be gio-kqueue, do you have
glib2 installed?
—
Antoine
> On 13 Jan 2020, at 06:01, Nick Holland wrote:
>
> Hiya.
>
> I'd like to use amd(8) to automatically mount and dismount local file
> systems. The file systems in question are big, lo
Hiya.
I'd like to use amd(8) to automatically mount and dismount local file
systems. The file systems in question are big, lots of complicated
links, lots of files, and take a while to fsck if the power goes out
unexpectedly, and are used relatively rarely (maybe an hour a day).
Sounds like a per
Dear misc@,
I'm curious if anyone has any sort of tools / patches to verify the consistency
of softraid(4) RAID1 volumes?
If one adds a new disc (i.e. chunk) to a volume with the RAID1 discipline, the
resilvering process of softraid(4) will read data from one of the existing
discs, and write
Morning!
What I have not seen mentioned:
dhcpd.conf -> "deny unknown-clients;"
Beware if you use static leases as already mentioned, then dhcpd does
*not* feed the IPs to it's PF tables when it hands the IP out to the
client.
If you do:
host foobar { hardware ethernet a8:34:6a:e1:1d:1c; }
wit
8 matches
Mail list logo