Re: DragonFly on VirtualBox

2018-03-02 Thread Aaron LI
On Fri, 02 Mar 2018 14:32:47 -0500
Pierre Abbat  wrote:
> 
> fdisk -B results in "Missing operating system".
> 
> The disk is laid out like this, according to file:
> ad0: boot sector, pt 1 type ee
> ad0s0: boot sector, 32-bit FAT, label "EFI"
> ad0s1: boot sector
> ad0s1a: FFS /boot
> ad0s1b: swap
> ad0s1d: HAMMER /
> 

Hi Pierre,

You're using EFI with VirtualBox to boot the DFly guest, which I haven't
tried.

For EFI boot, you need to make sure that file "/EFI/boot/bootx64.efi" file
exists on your EFI partition (i.e., ad0s0), which is the default boot code.
If that file doesn't exist, you can copy "/boot/boot1.efi" over.

You can also refer to the example installation script:
/usr/share/examples/rconfig/hammer_uefi.sh

But I'm not sure whether VirtualBox's EFI implementation works with DFly's
EFI boot loader...


Cheers,
-- 
Aaron


pgpWKIzMav4_e.pgp
Description: OpenPGP digital signature


Re: DragonFly on VirtualBox

2018-03-02 Thread Pierre Abbat
On Friday, 2 March 2018 00.24.48 EST Aaron LI wrote:
> I've installed DragonFly BSD (4.8, 5.0, and master) in VirtualBox (on Debian
> Linux) using the installer, and all work well.
> 
> Maybe you can try:
> 
> 1. Boot into DFly through the ISO
> 2. Find the disk into which DFly is installed, e.g., "ad0" (for me) or "da0"
> 3. Install the boot code: fdisk -B /dev/ad0 (change to your disk)
>(According to the installer, "fdisk -B" is used instead of "boot0cfg",
>which installs the /non-interactive/ boot code as described in the
>EXAMPLES in boot0cfg(8).
>Could somebody explain in more detail about these two boot codes??)
> 4. Try reboot from the disk (you may need adjust the booting orders)
> 
> Hope this helps solve your problem.

fdisk -B results in "Missing operating system".

The disk is laid out like this, according to file:
ad0: boot sector, pt 1 type ee
ad0s0: boot sector, 32-bit FAT, label "EFI"
ad0s1: boot sector
ad0s1a: FFS /boot
ad0s1b: swap
ad0s1d: HAMMER /

Pierre
-- 
ve ka'a ro klaji la .romas. se jmaji



Zotero on DragonFly

2018-03-02 Thread M. L. Wilson

Hello!

If there is anyone else on DragonFly using Zotero with firefox-esr 52, it seems 
as though on May 8th firefox-esr 52 becomes depricated in favor of firefox-esr 
60. The new versions of Firefox beginning with 57 break compatibility with a 
number of useful plugins.

The Zotero developers have decided to switch to a standalone version that runs 
on Linux but doesn't seem to have been ported to *BSD (and likely won't be).

There was some discussion started by a FreeBSD user on the Zotero forums:
https://forums.zotero.org/discussion/64450/freebsd-libreoffice-firefox-zotero-java-error

My question is has anyone tinkered with the standalone code and found it 
buildable/usable on DragonFly? If not what are people planning to use for 
citation manager? Zotero is incredibly useful and user friendly.

--
Michael



let me ask this again.. (was New on DragonflyBSD...)

2018-03-02 Thread Holm Tiffe

[..]
>My biggest problem at the moment is, that I can't get my MSP-FET430UIF
>JTAG Interface for MSP430 CPUs to get to work.

[..]

>(BTW: what are that ttyi ttyl devices at all? the ucom(4)  manual
>mentiones cua and tty ..which I know of, but what exactly do the tty*
>device  here on Dragonfly?)

[..]

>How can I prevent ucom or umodem from attaching a specified device?
>Has someone ever tried to use that mspdebug thing on Dragonfly with an
>USB FET430?


It was a very long post, I know ..but that two questions where the most
important ones.

Does someone know an Answer?

Regards,

Holm

-- 
  Technik Service u. Handel Tiffe, www.tsht.de, Holm Tiffe, 
 Freiberger Straße 42, 09600 Oberschöna, USt-Id: DE253710583
i...@tsht.de Fax +49 3731 74200 Tel +49 3731 74222 Mobil: 0172 8790 741



Re: plex media server on dports

2018-03-02 Thread Rimvydas Jasinskas
Hi Stuart,

> Is there a reason it wasn't ported over? Or am I missing something and it's
> available elsewhere?

The multimedia/plexmediaserver contains FreeBSD binaries thus it is
not usable on DragonFly.


plex media server on dports

2018-03-02 Thread Stuart Nelson
Hi folks,

I was wanting to install a plex media server on a box running dragonfly,
and after finding a listing in freebsd ports (
https://www.freshports.org/multimedia/plexmediaserver/) I assumed it would
be available on dragonfly as well. Looking at the dports tree, it doesn't
seem to be there (
https://github.com/DragonFlyBSD/DPorts/tree/master/multimedia).

Is there a reason it wasn't ported over? Or am I missing something and it's
available elsewhere?

Thanks,
Stuart