Re: XDG_RUNTIME_DIR

2021-04-24 Thread Pedro Pinho
Qt-apps can be rather picky regarding XDG, I have the following in .xinitrc to avoid such issues, mkdir /tmp/${USER}-runtime && chmod -R 0700 /tmp/${USER}-runtime export XDG_RUNTIME_DIR=/tmp/${USER}-runtime Den sön 25 apr. 2021 06:19Bob Bernstein skrev: > On Sat, 24 Apr 2021, RVP wrote: > > >

Re: NetBSD on bhyve on TrueNAS Core

2021-04-24 Thread Thomas Mueller
Excerpt from Chavdar Ivanov: > userconf disable xhci* > I mean, for the installation you will have to quickly go to the vnc > window, interrupt the boot to command line and enter 'boot -c'; then > disable xhci > quit > Then go through the installation as normal, GPT etc. After it > finishes,

Re: XDG_RUNTIME_DIR

2021-04-24 Thread Bob Bernstein
On Sat, 24 Apr 2021, RVP wrote: Correction: On NetBSD that would be: if [ -x /usr/pkg/bin/dbus-launch -a -z "${DBUS_SESSION_BUS_ADDRESS}" ]; In either ~/.xinitrc or ~/.xsession dbus is launching via standard rc.conf mechanism, with a 'starting dbus' message displayed during boot. Do you

Re: XDG_RUNTIME_DIR

2021-04-24 Thread RVP
On Sat, 24 Apr 2021, RVP wrote: 3. ~/.xinitrc if [ -x /usr/local/bin/dbus-launch -a -z "${DBUS_SESSION_BUS_ADDRESS}" ]; theneval $(dbus-launch --sh-syntax --exit-with-session) fi Correction: On NetBSD that would be: if [ -x /usr/pkg/bin/dbus-launch -a -z "${DBUS_SESSION_BUS_ADDRESS}" ];

Re: XDG_RUNTIME_DIR

2021-04-24 Thread Steffen Nurpmeso
RVP wrote in : |On Sat, 24 Apr 2021, RVP wrote: | |> 3. ~/.xinitrc |> if [ -x /usr/local/bin/dbus-launch -a -z "${DBUS_SESSION_BUS_ADDRESS}" ]; |> theneval $(dbus-launch --sh-syntax --exit-with-session) |> fi |> | |Correction: On NetBSD that would be: If you run Linux you could

Re: XDG_RUNTIME_DIR

2021-04-24 Thread RVP
On Sat, 24 Apr 2021, Bob Bernstein wrote: I have built from pkgsrc 'lyx' with the qt5 libs. Typing 'lyx' at a command prompt yields: $ lyx QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-bob' That's a harmless notification. If you want to quash it add these lines: 1.

Re: XDG_RUNTIME_DIR

2021-04-24 Thread Bob Bernstein
On Sat, 24 Apr 2021, Rhialto wrote: Did you ever have LyX installed / running before? No, not on my NetBSD machine at any rate. It is just a wild guess, but does it help if you install that? xdg-utils got installed along with Lyx and the qt5 packages. Did you install from the latest

Re: XDG_RUNTIME_DIR

2021-04-24 Thread Rhialto
On Sat 24 Apr 2021 at 13:39:03 -0400, Bob Bernstein wrote: > I have built from pkgsrc 'lyx' with the qt5 libs. Typing 'lyx' at a command > prompt yields: > > $ lyx > QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-bob' > > I pecked through the qt5 pkgsrc dirs (for the qt5

Re: NetBSD on bhyve on TrueNAS Core

2021-04-24 Thread Chavdar Ivanov
On Sat, 24 Apr 2021 at 18:44, Chavdar Ivanov wrote: > > On Sat, 24 Apr 2021 at 18:40, Chavdar Ivanov wrote: > > > > On Sat, 24 Apr 2021 at 18:02, Benny Siegert wrote: > > > > > > On Sat, Apr 24, 2021 at 6:30 PM Chavdar Ivanov wrote: > > > > My -current (still 9.99.79) runs under TrueNAS just

Re: NetBSD on bhyve on TrueNAS Core

2021-04-24 Thread Chavdar Ivanov
On Sat, 24 Apr 2021 at 18:40, Chavdar Ivanov wrote: > > On Sat, 24 Apr 2021 at 18:02, Benny Siegert wrote: > > > > On Sat, Apr 24, 2021 at 6:30 PM Chavdar Ivanov wrote: > > > My -current (still 9.99.79) runs under TrueNAS just fine, with UEFI > > > and VNC, as you say. > > > > That sounds good.

Re: NetBSD on bhyve on TrueNAS Core

2021-04-24 Thread Chavdar Ivanov
On Sat, 24 Apr 2021 at 18:02, Benny Siegert wrote: > > On Sat, Apr 24, 2021 at 6:30 PM Chavdar Ivanov wrote: > > My -current (still 9.99.79) runs under TrueNAS just fine, with UEFI > > and VNC, as you say. > > That sounds good. What settings do you use? In particular, the web UI > gives me

XDG_RUNTIME_DIR

2021-04-24 Thread Bob Bernstein
I have built from pkgsrc 'lyx' with the qt5 libs. Typing 'lyx' at a command prompt yields: $ lyx QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-bob' I pecked through the qt5 pkgsrc dirs (for the qt5 packages that were built) hoping to find a MESSAGE containing

Re: NetBSD on bhyve on TrueNAS Core

2021-04-24 Thread Benny Siegert
On Sat, Apr 24, 2021 at 6:30 PM Chavdar Ivanov wrote: > My -current (still 9.99.79) runs under TrueNAS just fine, with UEFI > and VNC, as you say. That sounds good. What settings do you use? In particular, the web UI gives me Windows, Linux and FreeBSD as the choice of host OS. I chose FreeBSD

Re: NetBSD on bhyve on TrueNAS Core

2021-04-24 Thread Chavdar Ivanov
On Sat, 24 Apr 2021 at 09:44, Benny Siegert wrote: > > Hi! > > Has anyone had any success with running a NetBSD VM in bhyve under > TrueNAS? I tried booting the install CD-ROM (both 9 and current, > amd64) with UEFI and VNC. My -current (still 9.99.79) runs under TrueNAS just fine, with UEFI and

NetBSD on bhyve on TrueNAS Core

2021-04-24 Thread Benny Siegert
Hi! Has anyone had any success with running a NetBSD VM in bhyve under TrueNAS? I tried booting the install CD-ROM (both 9 and current, amd64) with UEFI and VNC. In each case, I see the bootloader, then the graphical console and the kernel starts booting. Then about 5 seconds later, VNC simply