Questions tagged [dragonfly-bsd]

DragonFly BSD belongs to the same class of operating systems as other BSD-derived systems and Linux. It is based on the same UNIX ideals and APIs and shares ancestor code with other BSD operating systems. DragonFly provides an opportunity for the BSD base to grow in an entirely different direction from the one taken in the FreeBSD, NetBSD and OpenBSD series.

DragonFly belongs to the same class of operating systems as other BSD-derived systems and Linux. It is based on the same UNIX ideals and APIs and shares ancestor code with other BSD operating systems. DragonFly provides an opportunity for the BSD base to grow in an entirely different direction from the one taken in the FreeBSD, NetBSD and OpenBSD series.

DragonFly includes many useful features that differentiate it from other operating systems in the same class. The most prominent one is HAMMER , a modern high performance filesystem with built-in mirroring and historic access functionality.

http://www.DragonFlyBSD.org/ — official website

http://BXR.SU/DragonFly/ — source code search

11 questions
9
votes
3 answers

Bloated echo command

Look at the following implementations of the "echo" command: http://bxr.su/o/bin/echo/echo.c (OpenBSD) http://bxr.su/d/bin/echo/echo.c (DragonFly) http://bxr.su/n/bin/echo/echo.c (NetBSD) http://bxr.su/f/bin/echo/echo.c…
Joe
  • 181
  • 1
  • 5
3
votes
1 answer

NGINX : Exceeds 65535 connections limit

Unlike HTTP, websocket keeps a long-live connection after it is upgraded from HTTP. Even if the OS is tuned to use all ports, still there are only 65536 ports in total. Is it possible for NGINX to exceed this limit? A potential solution is…
Mr.Wang from Next Door
  • 13,670
  • 12
  • 64
  • 97
1
vote
2 answers

How to flush the queue in DragonFly Mail Agent (DMA)

DMA keeps on trying to send this EMail: $ dma -bp ID : c08be.177cb00 From: example@foo.bar To : example@foo.bar How can I flush the queue?
paddel10
  • 170
  • 1
  • 12
1
vote
1 answer

How do I install strace on DragonFly BSD os?

How do I install strace debugging tool on DragonFly BSD os? I have just starting hacking dragonfly os. I was wondering how do I install strace debugging tool on OS.
ymoharaza
  • 11
  • 4
0
votes
1 answer

Dragonfly BSD 6.2 on Vultr: No Disk Space

Has anyone had any luck installing Dragonfly BSD 6.2 on Vultr (either as Cloud Computing / High Frequency VM)? For me, it can't find any disk space - see picture. Thanks.
maxwell79
  • 123
  • 1
  • 6
0
votes
2 answers

Trouble compiling ncurses-st-menu for BSD

I found a package on github (https://github.com/okbob/ncurses-st-menu) and am having trouble compile it for BSD platforms like NetBSD or OpenBSD. The instructions say to do ./autogen.sh, ./configure, and then make. So I install the autoconf,…
0
votes
1 answer

DragonflyBSD: possible race-condition in lock manager (kern_lock.c) code?

Lately I've been reading the lock_manager (kern_lock.c) code, and bumped into some scenario which I think would create a race-condition. Step 1: @undo_shreq(...): if there is an upgrade request pending, the code will reset "LKC_UPREQ" flag and do…
RaGa__M
  • 2,550
  • 1
  • 23
  • 44
0
votes
0 answers

Creating a custom Linux/bsd bootloader in assembly

So i'm relatively farmiliar with Linux, been using it for a few years now and recently I've been toying around with FreeBSD and Dragonfly BSD. I've recently wanted to create my own distro based on Dragonfly BSD. I really like what they have done…
0
votes
1 answer

Configure mouse in Dragonfly BSD - VirtualBox Guest

How do you configure the mouse in Dragonfly BSD installed as VirtualBox Guest? Host: Ubuntu 17.10 running VirtualBox 5.1.30 Guest: Dragonfly BSD version 5.0.2 I configured the VirtualBox VM for DrangonFly as follows. General\Name:…
Benilda Key
  • 2,836
  • 1
  • 22
  • 34
0
votes
2 answers

make[1]: exec(f77) failed (No such file or directory) on DragonFly BSD

I get this error when trying to compile html-xml-utils-6.9 on DragonFly BSD. Funny thing is, when doing grep -r f77 in the source directory, the result is empty. So no such option is in the constructed Makefile after ./configure. This is my…
Olle Härstedt
  • 3,799
  • 1
  • 24
  • 57
0
votes
1 answer

Undo a directory remove in HAMMER, DragonFly BSD

In DragonFly BSD, you have the neat functionality of transaction history for all files, which you can inspect using undo -a . If you remove a file you can bring it back to life using undo -o . Is there any…
Olle Härstedt
  • 3,799
  • 1
  • 24
  • 57