Chris
hm, I've used encrypted zfs as home mount for a while now between bsd and linux, so far I had no issues too
Chris
aside from having to force the import of the pool between the two OSes
Vieta
I suggest using truecrypt/veracrypt underneath an unencrypted zfs
veracrypt is unsecure nowerdays because it was not updated since years... you can use luks on gnu/linux and PEFS on freebsd https://wiki.freebsd.org/PEFS . True crypt is also unsecure: http://truecrypt.sourceforge.net/ also out dated: https://github.com/truecrypt/truecrypt
Vieta
veracrypt is unsecure nowerdays because it was not updated since years... you can use luks on gnu/linux and PEFS on freebsd https://wiki.freebsd.org/PEFS . True crypt is also unsecure: http://truecrypt.sourceforge.net/ also out dated: https://github.com/truecrypt/truecrypt
BSI: https://www.bsi.bund.de/SharedDocs/Downloads/EN/BSI/Publications/Studies/Veracrypt/Veracrypt.pdf;jsessionid=C27839DFD87E41CF577C9787619BEFAA.internet481?__blob=publicationFile&v=1
Chris
BSI: https://www.bsi.bund.de/SharedDocs/Downloads/EN/BSI/Publications/Studies/Veracrypt/Veracrypt.pdf;jsessionid=C27839DFD87E41CF577C9787619BEFAA.internet481?__blob=publicationFile&v=1
so they recommend to use openssl with all its vulnerabilities instead for veracrypts cryptographic library? thanks for the heads up, that reads more like "pls use the library we have backdoors for" 🙈
Vieta
You cannot use luks on freebsd, thus I recommend veracrypt/truecrypt ... it is slower than state of the art tools but it is reasonable secure
Freebsd is not gnu/linux.... read my text again.. with pefs. You should read the freebsd manual linked their... FreeBSD docs are very well written btw... so RTFM!! And have fun using outdated security software...
r2g2
Well pefs is freebsd only, the question was for a solution accessible from both linux and freebsd
Chris
option 3 would be physical security, i.e. burying the hard disk in my backyard 😂
SteelCaptain
Greetings! Does anyone know why grub2 might error with "Cannot get C/H/S values" when trying to boot freebsd from it? I have freebsd on a separate drive using ufs. It boots correctly when i boot it from the bios
SteelCaptain
Fixed, i had to resort to using chainloader
Joey
Linux is not GNU/Linux either
Anonymous
well but when people say they know linux, what they're referring to is in fact the GNU userland
Joey
No, not really. Also, there are hundreds of other distributions besides Debian
Joey
but guess what? FreeBSD is almost useless without GNU userland tools added on, and OpenBSD is arguably worse
Chris
No, not really. Also, there are hundreds of other distributions besides Debian
yeah, theres hundred of distros and forks and whatnot and while many claim this is dIVeRsE its just a mess ;)
Anonymous
hopping
Carlos
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
% sysctl net.wlan.devices net.wlan.devices: rtwn0 % cat /boot/loader.conf | grep rtwn if_rtwn_pci_load="YES" https://docs.freebsd.org/en/books/handbook/advanced-networking/ Setting the Correct Region Since the regulatory situation is different in various parts of the world, it is necessary to correctly set the domains that apply to your location to have the correct information about what channels can be used. The available region definitions can be found in /etc/regdomain.xml % cat /etc/rc.conf ... wlans_rtwn0="wlan0" ifconfig_wlan0="WPA SYNCDHCP" create_args_wlan0="country ES regdomain ETSI" # ES = Spain ... % cat /etc/wpa.supplicant.conf ctrl_interface=/var/run/wpa_supplicant network={ ssid="MikroTik-39F9C1" priority=144 scan_ssid=1 psk="***" }
Carlos
Thanks mate!
👍
Carlos
What will i do for Turkey
To view the current list of regulatory domains and SKUs: % ifconfig wlan0 list countries
Carlos
Should we write legal.realtek.license_ack=1 to /boot/loader.conf?
legal.realtek.license_ack=1 With this reference you accept the license /usr/share/doc/legal/realtek.LICENSE
Anonymous
chmod +x helpmywifigo.sh
Joey
yes, please, I want to run unknown scripts I download from the Internet
A
Has anyone used Bacula backup solution https://www.bacula.org/ for FreeBSD ?
Anonymous
AND you can always look and edit to taste.
Joey
just joshin'
Jeff
Has anyone used Bacula backup solution https://www.bacula.org/ for FreeBSD ?
Assuming this is for your zfs-based jail migration, I'd just do remote zfs replication.
A
Assuming this is for your zfs-based jail migration, I'd just do remote zfs replication.
yes u are right, so this will replicate all data including Jail?
Jeff
Each jail is likely 2 zfs datasets; one with the config, and the other is the nested root filesystem. So yes, you can include pretty much everything.
Jeremy
Any idea if there’s a typo in the blacklistd.conf man page for the final example entry?
Jeremy
Sorry, never mind, I think I get it now… not great with network stuff yet.
bittin-
time for BSD Now and breakfast: https://www.bsdnow.tv/458
AMIR
hi guys is there any supports for X86 CSM for booting freebsd on a X64 intel atom processor??
AMIR
i have an ASUS transformer T100T-A and i can't boot trough bsd bootloader
Vladislav
sorry
accelerat0r 🇮🇱 🇮🇱 🇮🇱
hi guys ..! does FF has pulseaudio support enabled by default as a package ?
accelerat0r 🇮🇱 🇮🇱 🇮🇱
ok.. so it need to be compiled
Guillermo
What's the best way to run a php site?
Guillermo
I have to do php something 0.0.0.0:80 -t public
Guillermo
Is there a way to let it run automatically when the server reboots?
Guillermo
I think is a php one. Is a Postmill installation
Guillermo
Postmill https://postmill.xyz/
Guillermo
It's made in node I think
Guillermo
Run php -S 127.0.0.1:8000 -t public to start the application.
Guillermo
It works fine but I want it to run automatically if I restart the server
Guillermo
I think I need an init script
𝚂𝚑𝚊𝚢𝚊𝚗
Guillermo
Yeah, maybe it will be better
Vladislav
What's the best way to run a php site?
nginx + php-fpm OR Apache+mod_php
Neville
ok.. so it need to be compiled
I don't think so. Just install pulseaudio and it should just work with Firefox
Hardcode
nginx + php-fpm OR Apache+mod_php
apache is dead long ago, nginx+php-fpm is much faster, doesn’t matter if you run a 20krps production farm or 3-users-online wordpress graveyard. in the latter case nginx+php-fpm is even better - less memory
Hardcode
but guess what? FreeBSD is almost useless without GNU userland tools added on, and OpenBSD is arguably worse
most funny thing is that few of these are really GNU ones: sed is not, so isn’t awk, etcetera, etcetera. checkmate.
Tyler
only ports and pkg-s are option if i want install an application/program? for example git clone does count as a pkg or thats different?
Anonymous
How do I build my project in crates using FreeBSD https://lib.rs/crates/coreutils
Anonymous
Hello there . Right now I have two Android device . I want to know is it possible to use both of em for increasing bandwidth or not
Hardcode
Hello there . Right now I have two Android device . I want to know is it possible to use both of em for increasing bandwidth or not
sure its possible - start downloading anything, and the bandwidth they consume from the cell operator will be hugely increased - from almost zero to the cell bandwidth limit
ɴꙩᴍᴀᴅ
only ports and pkg-s are option if i want install an application/program? for example git clone does count as a pkg or thats different?
You can git clone/compile any program you want, if its meant for BSD or the depenencies can be found in a FreeBSD system. You'll need to tweak where the binary goes, or the Makefile to point to /usr/local deps and such to have it working
Hardcode
I mean using both of them simultaneously in my FreeBSD i686 system
yup, you can, but using them as one united channel will be an overcomplicated task. setup two different links, put them into separate fibs and attach different applications running to different fibs
Hardcode
means if you only have one application it’s not worth it
Anonymous
means if you only have one application it’s not worth it
Thanks for reply. I meant using em as a United channel. How should I start it? I mean can u gimme an start point or something like that??
Hardcode
I’d start reading around equal cost multipath support in FreeBSD, and/or tunnels like gre
Hardcode
first can be a dead end though
i686
same thing, a connection will not sum up both circuits, at most you can load balance the links, you won't get a single connection summing up both tho
Hardcode
well, "united channel" can be understood in many ways