Anonymous
Do not care
Anonymous
Hey guys, Firefox-esr opens a new instance of Transmission-qt for every torrent I open from the browser, instead of the running app.
Any idea is welcome. I run FreeBSD amd64 13.1 with KDE.
Anonymous
In addition, the download speed drops to a few Kb/s when it reaches the limit specified in the prefs, and then increases erratically again. It's strange . 🤔
Jackie
How do I boot one boot environment but use kernel from another boot environment?
Jackie
Anonymous
hello everybody. is ATI RADEON 9200 PRO (RV280) supported in FreeBSD 13.X ?
ɴꙩᴍᴀᴅ
Let's keep it serious in this one (:
Jokes are welcome at @freebsd_offtopics
SteelCaptain
Greetings! Is it possible to remove the suspend button from gnome menus?
SteelCaptain
i dont want a button for a function that doesnt work
Anonymous
Hi, Favorite apps in Plasma Menu are not added until the next login. You too?
Edit: I still have to relogin after this:
https://www.dedoimedo.com/computers/plasma-menu-update.html
No kbuildsycoca5 errors and restore menu from config.
Also, some apps reappear as Firefox with a white icon. Fixed in 5.24.5, the version I run. I removed from ~/.local/share/applications/userapp-Firefox-xxxxxx.desktop and it reappears.
Edit: The Firefox icon is added when it asks me if it wants to be the default browser randomly. Plasma prefs already has it checked.
👉 about:config then switching browser.shell.checkDefaultBrowser to false.
https://bugs.kde.org/show_bug.cgi?id=385814
A
hi Brothers
can someone suggest me or share an article or experience on FreeBSD Jail how i can replicate it to secondary site including all of its containers running on top of it.
Anonymous
dd if= of= ?
Anonymous
dd if= of= ?
dd if=<image>.iso/img of=/dev/<usb> bs=1M conv=sync status=progress
ReßéL
or just use gnome disk to make bootable usb with gui
Anonymous
Bloat
Joey
scp, rsync, blah blah
Vladislav
Jeff
assuming the new host has been configured and bootstrapped with the same version(s), you're halfway there. bastille export ..., scp the exports found in bastille/backups/ to the other host, bastille import ...
A
Jeff
bastille documentation is very good, so start there. there's also a friendly, helpful telegram channel dedicated to it, "BastilleBSD". I've not touched VMware for a long, long time, so can't help much there.
i686
r2g2
vmware makes me puke
r2g2
it is a company that breaks the GPL, the performance is worse than other hypervisors, the quality of their virtio implementation until version 7 was exceptionally bad, automation possibilities are a joke
A
not talking about VMware workstation, but talking about the VMware vSphere and vCenter (Enterprise edition)
A
A
ɴꙩᴍᴀᴅ
A
ok
A
Backup and restore the FreeBSD Jail and BestilleBSD (Bare metal backup and restore) will be helpful or is there any way that i can install one on another site and pair both to allow sync?
SteelCaptain
Hello! When logging out of gnome freebsd freezes to a blinking cursor screen, without being able to switch to tty. Does anyone know of a fix?
SteelCaptain
I am using 13.1-release
Anonymous
Anonymous
Still trying to make something
Anonymous
And still failing
Lorra
Hi everyone, probably a silly question. I am modeling something with a UML activity diagram. Among the actors, there is one process sending a POSIX signal to another process via the kill() POSIX function. Now, is kill() blocking/synchronous or not?
A
Anonymous
copy and paste via samba shouldn't be to difficult
Lorra
bittin-
https://www.bsdnow.tv/457
Joey
rsync can be your friend
Joey
oh, I'm responding to the scroll, my bad...
🇵🇸🍉
hey
the sound in freebsd is stuttering
is that because i running in vbox?
🇵🇸🍉
right?
ɴꙩᴍᴀᴅ
right?
You can add a rule to xorg to try an avoid tearing
🇵🇸🍉
ɴꙩᴍᴀᴅ
how?
At /usr/local/etc/X11/xorg.conf.d/
Create a config file for your gpu. Mine is an AMD: 20-amdgpu.conf and the content is
Section "Device"
Identifier "AMD"
Driver "amdgpu"
Option "DRI" "3"
Option "TearFree" "true"
EndSection
ɴꙩᴍᴀᴅ
The tearfree option is the one you are looking for
🇵🇸🍉
🇵🇸🍉
wait that will fix stutter sound?
🇵🇸🍉
r2g2
I can just recommend getting rid of virtualbox and use bhyve instead
Anonymous
And what have you tried? I need a clue by watching your config files otherwise I'm clueless (:
I added
if_urtwn_load="YES"
legal.realtek.license_ack=1
to
/boot/loader.conf
After i added
wlans_rtwn0="wlan0"
ifconfig_wlan0="WPA DHCP"
to
/etc/rc.conf
And after I configured wpa with
wpa_passphrase <wifi name> <wifi password> > /etc/wpa_supplicant.conf
After I rebooted the computer, dhclient said no carrier and when i looked to
ifconfig
wlan0 was not connected
Anonymous
After i my USB adapter worked good in NetBSD and OpenBSD
Anonymous
ɴꙩᴍᴀᴅ
I'll take a look when I get out work
Anonymous
Jakob
Edit: Turns out i should read more thoroughly. My device is not on the list of officially supported devices. if yours is, my input is not relevant to you. Tp-Link ln101 or something like that i believe
What adapter is it? I wasted quite some time with some realtek devices that are not supported by freebsd. The oem Wifi Device of the macbook air, and a dongle i bought naively in the hopes that a "Schüttgut"-Type generic Adapter would have Drivers. This one does sometimes work as expected, but after a little time it just disconnects from the usb and wont reconnect.
Mmmm
Jackie
Can someone take a look at this bug report I filed about WiFi issue in 13.1? It's been days and still no clue what's the problem:
[WiFi stops working after upgrade from 13.0 to 13.1, AR9285]
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238
Jackie
When network access itself is the problem, it's really PIA to just keep updating information in the bug report, I have to test, reboot to 13.0, post updates and reboot again to 13.1 to do more tests.
Chris
Guys and gals, I need a filesystem for external hdd/usb stick that is
a) encrypted
b) accessible in both FreeBSD and Linux
The obvious option is openzfs, any other suggestion?
Chris
for smaller usb sticks I considered veracrypt
🇵🇸🍉
SteelCaptain
SteelCaptain
Use fuse to mount ext4
r2g2
i have done tests with encrypted zfs using linux and FreeBSD 13.0 and after a while had issues rendering files unreadable
r2g2
I suggest using truecrypt/veracrypt underneath an unencrypted zfs
K