When I install it, (ja-fcitx5-anthy, running fcitx5-configtool), I have an English language version of what you're showing. I highlight anthy, and click the little < arrow at the top of those symbols in the middle. Anthy then shows up on the...
I think I'll start from scratch on another computer.
From what I can make out, I first need to install cups and hplip and then
sysrc cupsd_enable=YES
service cupsd start
after which I should be able to
http://localhost:631/
Make sure that x11/xauth is installed on the guest machine. It's trying to add an MIT-MAGIC-COOKIE to the .Xauthority file on the VM.
It won't work without xauth installed.
I feel like I'm missing something here. My notes don't indicate any use of SSH at all to access my VM's Xorg display. The only thing that I've done to get it working was use the UEFI loader and I was able to access the VM via tigervnc using the...
bhyveload(8) does not emulate CSM (legacy BIOS). You can use it to boot FreeBSD VMs. It does not support Windows and Linux VMs in CSM mode.
I've tried ll this: to convert a Windows 10 legacy boot physical to a UEFI boot bhyve VM. It worked for...
What you are looking for is this. It was deprecated and removed from ports because upstream had stopped supporting the software and archived it. It is abandonware. To use a legacy boot O/S on FreeBSD you must choose one of the other...
iPXE doesn't seem to like Linux PXE either:
Configuring (net0 00:a0:98:ea:28:35)...DHCP 0xbd802268 DHCPDISCOVER
DHCP 0xbd802268 DHCPOFFER from 172.16.30.1:67 for 172.18.27.128
.DHCP 0xbd802268 DHCPDISCOVER...
Looks like iPXE has two problems with my FreeBSD PXE boot:
net0: 172.18.27.127/255.255.0.0 gw 172.18.30.2
net0: fd20:eba7:3816::944/64 gw fe80::a33:edff:fe86:6c72
net0: fe80::2a0:98ff:feea:2835/64
Next server: 172.18.30.2
Filename...
Hey that worked!
So it was either the sysctl settings or the "tap1 up". Will narrow down later.
On to the next problem: iPXE doesn't like my root-path from the dhcp server...
Found an old prepare script that at least worked in FreeBSD 14.x. Maybe it's the sysctl settings...
#!/usr/local/bin/bash
sysctl net.link.tap.user_open=1
sysctl net.link.tap.up_on_open=1
if [ -z "$(ifconfig | grep tap0)" ]
then
ifconfig tap0...
Found an old prepare script that at least worked in FreeBSD 14.x. Maybe it's the sysctl settings...
#!/usr/local/bin/bash
sysctl net.link.tap.user_open=1
sysctl net.link.tap.up_on_open=1
if [ -z "$(ifconfig | grep tap0)" ]
then
ifconfig tap0...
Remove everything from each entry and only set the url (and perhaps leave enabled in there for convenience).
Then once you are done with the base OS upgrade, rename FreeBSD to FreeBSD-ports, and FreeBSD-kmods to FreeBSD-ports-kmods.
Do the empty executable files qemu-ifup and qemu-ifdown exist?
I remember this was called by Qemu because the tap device is stateless. Not sure if it's still needed.
ln -fs /usr/bin/true /etc/qemu-ifup
ln -fs /usr/bin/true /etc/qemu-ifdown
I don't understand what the OP's issue with X-forwarding is though, I've done this a million times and it typically works without any issues. The only thing that bit me at some point was the fact X-Forwarding defaulted to "off" instead of "on"...
As far as I know, with xdm security mechanisms are activated. Perhaps you can try and see.
I do it with xinit, I have files .xinitrc and .xserverrc where I start Xorg with tcp flag, far of the ideal.
I do not know how to do it with xdm.
Yes, a...
I am trying to run a QEMU VM while bridging the virtual network interface to my physical Ethernet. The physical interface is cabled so the usual Wifi problem with spoofing doesn't apply.
Here is what I have and it doesn't work...
If I remember correctly that 32 bit WINE trick that was previously used took some time to materialize too.
I'm interested but it's way above my paygrade to even attempt it.
Getting 32 bit Wine working poses a bit of a problem in 15.0. It was more or less a hack to get a 32 bit version installed on a 64 bit system. Don't get me wrong, it was impressive someone got it to work at all. Now it just requires a different...
You do not need x11-drivers/xf86-video-intel and/or Driver "intel". As a matter of fact, try without any configuration, it should simply detect everything automagically (and settle on the modesetting driver)...
If you want to boot PC-DOS 2000 off USB you just dump the entire installed image onto USB. You install that image via a VM or emulator.
To repeat, you create a virtual PC, backed by HDD image that is of exact size as your USB drive. Then you...
I usually have a situation that I have just installed a port and I immediately want to find an appropriate manual page for it using apropos, but it can't locate it. The reason why is that apropos uses the database generated by makewhatis and...
This doesn't work for rc.conf. Keep in mind that rc.conf is essentially a shell script that only contains variable assignments. += is a syntax error.
etcupdate will not and does not touch /etc/rc.conf.
Nice. That is the most primitive way of X forwarding. I use it only for short periods of time. Take care of security, 'xhost +' means allow anyone. Perhaps look at xauth.
Alright, that looks good. Now use it to switch to 1280x720; xrandr -s 1280x720
That should work, just want to rule out issues caused by configuration settings from the various DEs you tried.
Maybe related by my good friend Jeff Geerling who lives 10 minutes from me and I've never met:
https://www.jeffgeerling.com/blog/2026/ai-is-destroying-open-source/
Actually, I live closer to Wayne Gretzky but now I'm really getting off topic.
You misunderstood me. Of course I do appreciate your program and I made a bookmark to it for the case I need it. Thanks for it.
That is what I wanted to say: it is not my workflow. No big plan before beginning coding, but yes, making notes on...
That's EXACTLY what it was! The dual "ifconfig_eth0" lines! I had the 2nd line commented out a few lines after this (omitted). But for some reason I threw it back in there and didn't realize it. The whole point of that line is because I had...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.