Anonymous
> insmod ufs2 > insmod bsd > set root=(hd1,12) > kfreebsd /boot/kernel/kernel > kfreebsd_loadenv /boot/device.hints > set kFreeBSD.vfs.root.mountfrom=ufs:/dev/ada0s12 > set kFreeBSD.hw.usb.no_boot_wait=1 > set kFreeBSD.efi_max_resolution=1280x1024 > set kFreeBSD.fuse_load=YES what I'm having now
Anonymous
/boot/loader.conf: vfs.root.mountfrom="ufs:/ada0s12" hw.usb.no_boot_wait="1" #fusefs_load="YES" fuse_load="YES" #nvidia_load="YES" efi_max_resolution="1280x1024" cpu_microcode_load="YES" cpu_microcode_name="/boot/firmware/intel-ucode.bin"
Tonix
Hi, why im not able to open r/w libre office files through smb shares? I can open pdf and image file, seems to be a problem with gvfs or not?
Tonix
Thanks
DtxdF
Hi, why im not able to open r/w libre office files through smb shares? I can open pdf and image file, seems to be a problem with gvfs or not?
Do you have permissions on the server to write other file? Run touch a. If its output says something like Permission Denied, you must configure the server to write
DtxdF
If you use samba, check the mode variable and the user owner and group owner
Anonymous
could someone show me their loader.conf?
Anonymous
because my apparently doesn' t work
Anonymous
see above
DtxdF
see above
What is the error that freebsd prints you?
Anonymous
nothing is printed, black screen and reboot
DtxdF
https://www.debian.org/ports/kfreebsd-gnu/index.html
Anonymous
kfreebsd is a grub module
DtxdF
Yes, I remember that
DtxdF
kfreebsd is a grub module
I remember that when i did use GRUB as my multi-OS loader, my configuration was very simple. She looks like this thread: https://forums.freebsd.org/threads/can-anyone-help-me-with-booting-freebsd-from-grub.68620
Anonymous
chain +1?
Anonymous
It's impossible boot FreeBSD from kernel via grub2
Anonymous
only chain+1 bootloader
Anonymous
so could any1 post their loader.conf?
ɴꙩᴍᴀᴅ
so could any1 post their loader.conf?
https://codeberg.org/n0mad/freeBSD-NVIDIA-Desktop#user-content-boot-loader-conf here you have one I used with a Nvidia GPU machine (yours seem to have the nvidia setting too)
Anonymous
i managed to boot it; ahci_load seems to do the trick
Tonix
DtxdF
Yes write and read
You said that you use gvfs, can you try using smbutil and check if the same error is present?
DtxdF
If you may write and read any file, but the libreoffice, then maybe an other error aside the Permission Denied
Nearl
Test
Nearl
Wait, where is the join button xD
Tonix
Can you send us the error?
LibreOffice freeze opening files, i can open pdf files, JPEG and write any text file in the share and create dirs, it seems to me that only some applications like libreoffice are not able to open files in read mode too, could be a problem with gvfs?
Tonix
Can you send us the error?
Are you able to open in rw mode libreoffice files with FreeBSD from a nas?
Anonymous
where do _you_ enable ahci in your systems?
Tonix
Can you send us the error?
hi, no sort of errors apparently, the problem is the same described here from another user: https://forums.freebsd.org/threads/opening-files-over-samba-in-gnome.46856/
DtxdF
hi, no sort of errors apparently, the problem is the same described here from another user: https://forums.freebsd.org/threads/opening-files-over-samba-in-gnome.46856/
I have found a thread about GVFS in the libreoffice forum: https://ask.libreoffice.org/t/solved-open-ods-or-odt-files-from-a-smb-share-throws-damaged-file-error/5345
Joe
put it into CPUTYPE variable in /etc/make.conf
Joe
Check the /usr/share/mk/
Anonymous
why doesn't my videocard and usb keyboard/mouse wake up?
i686
maybe they forgot to schedule the alarm?
Anonymous
the system and disks do, but those don't
ɴꙩᴍᴀᴅ
why doesn't my videocard and usb keyboard/mouse wake up?
Can you describe when exactly does it happen?
Anonymous
when I press a button on the usb keyboard to wake the system up; disks, fans and power button become on, but display is still off and mouse/kbd are unresponsive
Joey
it doesn't POST?
Joey
or oh, you mean wake up? that's a different problem
Anonymous
Heya!
Me
hi
Eliab/Andi
hey
Belgacem
I made a syntax error in /etc/rc.conf, and after booting (failsafe mode) this file becomes readonly. How can i edit it to correct the error?
Joey
mount -o rw /
Joey
or zfs set readonly=off zroot
Carlos
# zfs set readonly=off zroot/ROOT/default
Anonymous
Hello . I have a question. Why zfs is so popular between FreeBSD users
Carlos
ZFS is an advanced file system. As such, it has some interesting features. Such as: Pooled storage Copy-on-write Snapshots Data integrity verification and automatic repair RAID-Z Maximum 16 Exabyte file size Maximum 256 Quadrillion Zettabytes storage
Jeff
why wouldn't it? generally, we've got two (really good) choices, both with their strengths and weaknesses. if you have relatively modern hardware, why not use an all in one filesystem and volume manager? the bonuses include boot environments, replication, encryption...
Anonymous
Anyone working on drm
Anonymous
Any helps would be appreciable, don't know what wrong I have done, just trying to run vmgwfx for Wayland, have build successfully but couldn't load,
Vladislav
Please, check dmesg(8)
Anonymous
Same message
Anonymous
I guess recently they have made dmabuf as module
Anonymous
So it is unable to detect that symbol.
Anonymous
The symbol is there in linux/dma-buff.h but still not able to load
Angelo S.
hello, how can I create a backup of my freebsd?
DtxdF
hello, how can I create a backup of my freebsd?
If you use UFS and you have enabled soft-updates journaling, you can't use dump or snapshots, but if you just usd soft updates, you can, but maybe you don't wish that. If you use ZFS, you have many choices for you, including snapshots. If you use UFS, you can use rsync (I recommend rnapshot for automate), tar, cpdup, and another similar tool.
Joey
Angelo, you'd want to back up (via rsync) /etc, /home, /root, /usr/local for sure... but if you have zfs that route might be better
Joey
for instance (stoney is a server I run): rsync -avz --delete --exclude-from='/backups/rsync-exclude.txt' stoney:/root/ /backups/stoney/root/
Angelo S.
Hi Joey, I use the zfs file system. do you recommend using rsync or zfs send option?
Joey
I've never done any zfs snapshots or whatever, but this and other channels swear by it (and it's likely a better method), but I know what's in my scripts, errors are mailed to me, and I've been doing it that way for > 15 years, so...
Joey
but ask someone that uses zfs hackery before you decide
Joey
one advantage is that my method works everywhere, zfs or not, and even on cygwin ;-)
Angelo S.
I've always used rsync for backup. honestly i have already done the backup with rsy nc and i tried to restore. everything works, only i would like to understand how to use snapshots with zfs.
Null
2022's first issue for FreeBSD journal. This issue covers Contributing to ports in FreeBSD, the process of converting OpenBSD pf's syncookies to the FreeBSD version, an interesting article covering CBSD, and more practical content https://freebsdfoundation.org/past-issues/software-and-system-management/ #freebsd #magazine #cbsd #ports
Tonix
Sounds close to your problem
thanks for the link, but it doesn't work, i applied everything with no result