XS
Another way would have been simply spawning a new shell instead of rebooting.
X
I know that csh and sh are two separate things.
X
And I dont want source csh into sh or vice-versa.
X
Thank you @xsuuu
Jackie
Do I have to follow a specific partition layout for RootOnZFS to support boot environment?
Mmmm
hi,
anyone succeed to set up vm bhyve with gpu passthru?
Jackie
Anonymous
the benefit of doing that is what ?
X
i run today on a strange issue. I uninstalled the games and other educational software that was installed by kde5. after running pkg autoremove; pkg clean i noticed that the rest of the kde apps were also removed, so i needed to reinstall kde almost from the beginning and uninstall what i didn't need.
X
have anyone here encountered this issue?
X
when uninstalling first time the kde apps that I dont need I checked Create boot environment backup. my questions are these: where are located these backups? can I delete them without damaging my system ?
kub-kun
Jackie
the benefit of doing that is what ?
For one, installer doesn't allow to install system as dual boot. For two, customized partitionin layout to suit my needs as a desktop.
Jackie
Jackie
Mmmm
Mmmm
Anonymous
say ya got OS #1 . and ya want free. make partition for it ( i would do just one) and run it all under /
Jackie
I am actually dual booting FreeBSD 13 (RootOnZFS) and Windows on one disk already. I am just being curious about boot environment and what it requires to work properly. I didn't find anything in the handbook or wiki.
Anonymous
https://docs.freebsd.org/en/books/handbook/boot/
Jackie
Can you open SFTP address in Caja file manager? It works in Debian Linux box but not FreeBSD.
i686
what's the error log?
i686
it could be ranging from permissions to aliens if you don't provide more input
Jackie
It keeps addding my home path before the address I pasted sftp://path.to.my.server
Jackie
Making it look like /home/User/sftp://path.to.my.server
Jackie
And then reports the location doesn't exist (of course it doesn't 🤷🏻♂)
Jackie
Jackie
Caja always add my ~ before the sftp adress I use
i686
that's weird
i686
have you tried kill any caja PIDs and then remove you ~ hidden config for caja?
Jackie
Thunar not working either, reports a '!' before address
Jackie
Jackie
lauch caja from terminal and do that, no output from terminal
Jackie
I use sftp cmd in terminal and login OK
positronic
Does anyone know, how to reset VirtualBox's Host-Key (Ctrl-right) on a FreeBSD-Host back to default, once it has been changed?
I tried a VBoxManage-command (like setextradata host key=...) but that doesn't work.
getextradata displays 'no host-key', although I defined an alternative one in VBoxGUI.
Problem of VBoxGUI is: it doesn't accept the 'Ctrl-right' key stroke for some funny reason.
Has anyone an explanation?
i686
what if you don'
i686
don't set the remoteUSER@
i686
and let the keyring ask you for creds?
i686
I tested right now and it does not add ~
i686
if I add the user it will add user on ..... in the side pane, but irt works fine too
Jackie
i686
weird maybe ur version has bug or smth
i686
as said Ijust tried on a fresh install of fbsd13 and works perfectly
Jackie
I am running FreeBSD 13.0-p7 , latest repo
i686
well, I'm using older
i686
i686
no patches on my testbox
Jackie
I am not sure. Because thunar file manager not working either. I am guessing the blame is on me but I donno what I am doing wrong.
Jeff
what value does this give? sysctl security.bsd.unprivileged_read_msgbuf
Jackie
1
Jeff
ok, I'm out of ideas. :^( I had an issue with sftp and that set to 0.
Jackie
Thank you all. I'll do more search and try.
bittin-
https://meet.jit.si/GhostBSD_Meet GhostBSD Online videochat
SteelCaptain
Hello! Does anyone here have an up to date guide for installing steam via linuxulator? I need to install a specific game on freebsd as a challenge.
Chris
SteelCaptain
Thanks for the idea!
Chris
you can also setup a compat layer with ubuntu: https://www.micski.dk/2021/12/21/install-ubuntu-base-system-into-freebsds-linux-binary-compatibility/
Chris
and install steam into that
SteelCaptain
Ill use wine to install the game
SteelCaptain
Anonymous
Hi, all
SteelCaptain
Hi, all
Hello! Please dont ask to ask
Me
Jackie
Hi. I am using XTerm in FreeBSD and it inserts ß when I press Alt + Shift + -, which however inserts last arg from last command in LInux. But I am sharing ~/.Xresources file, what's the problem here?
Jackie
XTerm*eightBitInput: false
XTerm*altSendsEscape: true
Seems to make Alt + - to work as UP key and browse cmd history
Anonymous
Mounting from ufs:/dev/nvd0p2.elia failed with error 19.
Anonymous
And Mounting from ufs:/dev/nvd0s2.elia failed with error 19.
Anonymous
OpenBSD's style loader.efi single geli(4) partition boot failed
ɴꙩᴍᴀᴅ
@DavyCrockett1844440297 read this first https://t.me/FreeBSD1/27892
If you explain more and give more context maybe someone will be able to help
Anonymous
Anonymous
gpart create -s gpt nvd0
gpart add -t efi -s 1M nvd0
gpart add -t freebsd nvd0
newfs_msdos /dev/nvd0p1
mount -t msdos /dev/nvd0p1 /mnt
mkdir -p /mnt/efi/boot
cp /boot/loader.efi /mnt/efi/boot/bootx64.efi
geli init -bg -e AES-XTS -l 256 /dev/nvd0s2
cp /var/backup/nvd0s2.eli /mnt/
umount /mnt