XS
+ you gain full control, firewalling and routing of your packets to the upstream wan
XS
it's just a computer optimized and designed for such setups
XS
it's powerful enough to add all your lan services and even VPNs / virtual machines itself, if you exlpoit it correctly
Tyler
it's just a computer optimized and designed for such setups
I got that buy how should that apply into my network? For me just looks like rapsberry pie....
XS
it have mini pci ports for a lte modem and wifi modems, all requires antennas, so you need modems and antennas to fit inside, then you install a Good OS on it, like FreeBSD, it has everything inside included in base to build this setup
XS
it's just configurations and ensuring having supported modems
XS
but you can do the same with a normal PC as well, once you have modems that fits in
XS
would behave 100% the same except it drains more power
Tyler
I see 🤔
XS
or you could zap that idea and use your laptop as your network appliance and even serve your own lan to your other guests via wifi if you have two wifi modems inside (two wifi cards)
XS
it would equally perform the same scheme
XS
it's just that it requires your laptop to be always up for your other devices
XS
then using the already present wifi card for serving your smartphone for example
XS
this is not a bad idea beacause it would give total root management of your whole network, but it requires a good training
XS
however I'm sure you can do it
Tyler
best would be in this case just adding a LTE modem to your laptop
Actually my laptop have a simcard slot....but not sure...
XS
yeah worth check that
XS
then pray for the module to be supported in freebsd
Tyler
Lenovo T480
XS
they have many different setups for each series
XS
lte is in option
XS
just do some dmesg / lspci
Jeff
a not-too-old Journal article might help: https://freebsdfoundation.org/wp-content/uploads/2018/02/A-Review-of-Storage-Multipathing.pdf
Makaba
https://www.phoronix.com/news/WindowMaker-0.96
Мих
a not-too-old Journal article might help: https://freebsdfoundation.org/wp-content/uploads/2018/02/A-Review-of-Storage-Multipathing.pdf
Err... No, that's about storage multipathing. ISCSI etc. I've told about network routing. For example I have 2 VPN tunnels over 2 providers. And wanna use both of them. And balance traffic in a ratio of 30 to 70... That's quote from FreeBSD 13.0-RELEASE Release Notes: Multipath routing support has been rewritten in more scalable fashion, featuring 64-wide multipath routes with O(1) lookup time. fedeb08b6a58. The RADIX_MPATH kernel option got replaced with ROUTE_MPATH, which is turned on by default. Additionally, the net.route.multipath sysctl has been added to control the feature in runtime. And I can't understand, how to use this feature.
🇵🇸🍉
I found this
🇵🇸🍉
Google is wierd
Jakob
This is a very cool picture, thanks for sharing
i686
3.5? U sure u found it in g00gle? wasn't it from wayback machine?
🇵🇸🍉
Tyler
XS i was giving a try for virtualbox-ose. It was a pleasant disappointment to me. No issue with wifi network at all. With the guestaddons module it does work very smooth. Its fast and stable. 😁 So this would be my daily driver virtualization instead of bhyve.
XS
neat
XS
as well it works like in qemu because it does its own virtual networking, so in the default mode the VM's are still isolated, but if it's not a problem for you, then it's fine
Tyler
as well it works like in qemu because it does its own virtual networking, so in the default mode the VM's are still isolated, but if it's not a problem for you, then it's fine
I was also trying to use qemu via virt-manager. But it does not find the libvirt directory and asking to install QEMU/KVM drivers. As no Hypervisor has found....of course i was installing QEMU before virt-mamager and libvirtd daemon was also running before launch virt-mamager. 🤔🧐
XS
virt-manager is a complete virtualization set of APIs and services intended to be deployed at scale, it's probably not what you are looking for
XS
indeed, it needs to be set-up correctly and this may be a manual process there, I'm not certain it would be advisable to use it to drive qemu as a backend with it rather than bhyve
XS
but it should have a bhyve driver backend
XS
yeah, I think the freebsd package is intended either for administration of remote nodes, or to be used with bhyve
Tyler
but it should have a bhyve driver backend
Could not be setup with qemu backend??
XS
you could but not sure how useful it would be without a proper virtualization
XS
so if qemu resorts to slow methods, it won't be a good setup
Tyler
On linux is quite fast
XS
I know
Tyler
Because KVM probably designed for linux virtualization.... 🙄
XS
It most generally uses kvm if you install it from a distro package
XS
it *is* Linux virtualization
XS
still there's bunch of possible combinations depending and what you need to do exactly
XS
but the best virtualization you'll get on FreeBSD will be bhyve
XS
perhaps a recent virtualbox can use it as a backend, but I'm not certain cause it's quite old I think
Tyler
perhaps a recent virtualbox can use it as a backend, but I'm not certain cause it's quite old I think
🤔 i see... but in my case virtualbox seems to be more reasonable solution then bhyve because i have no acces to wired network...
XS
It's just that you have to setup a nat yourself
Baron
guys, a question about 13.2-Stable, is there a way to check for updates without running a git pull?
Carl
maybe i am wrong, but i thing the most easy way could be to make a diff with the git log
Carl
a diff or just a grep, it depends the moment you are looking to update, in this log https://cgit.freebsd.org/src/log/?h=releng/13.2
Chad
Finally was able to get Wayland and hikari working...
Chad
I'm really impressed with hikari and the speed is insane. A totally different concept of a desktop but it is nice.
Константин
Hi all. Who uses the "Kate" text editor and who has a bug when, after restarting "Kate", empty tabs "Untitled (2)", "Untitled (3)" appear... if you have a free minute, write here that the problem is still relevant https://bugs.kde.org/show_bug.cgi?id=468573 If you have not reproduced the problem, please unsubscribe to this message. Thank you.
Tyler
newer setup xD
But....on freebsd do u use any DE? As far as i know Plasma does not support wayland session. So how should i install hyprland then? 🤔🧐 I have KDE Plasma now with x11 session and sddm but i would try hyperland. 🤓
Константин
wayland
Is there a mouse cursor, does it work?
haidar - love 🇲🇨🇵🇸
haidar - love 🇲🇨🇵🇸
you could borrow only $5 a month for try using oracle cloud is it? 🤭
Krond
Free tier includes 4 Ampere cores and 24Gb ram.
🇵🇸🍉
Ronard NX
Eliphaz
Hi guys I use FreeBSD on my main desktop and today I start a vuejs 3 app with vite, and Hot Reload not work, when change the code first time it's work and after nothing happens when I change anymore
Eliphaz
Please Someone already has this bug or issues? If it's possible to fix that how?
ɴꙩᴍᴀᴅ
Hi guys I use FreeBSD on my main desktop and today I start a vuejs 3 app with vite, and Hot Reload not work, when change the code first time it's work and after nothing happens when I change anymore
That is more a web-dev related issue than a FreeBSD issue I guess. If you are developing against localhost then check any pf configuration issues
haidar - love 🇲🇨🇵🇸
you posting inappropriate and twice
haidar - love 🇲🇨🇵🇸
Is it true? , the disadvantages of BSD kernel is : if openBSD update security and freeBSD don't know about it. So FreeBSD got a bug? or they work together ? in Linux simply update kernel and the other distros will get the same update
harmony5 🇺🇳 ⌤
Is it true? , the disadvantages of BSD kernel is : if openBSD update security and freeBSD don't know about it. So FreeBSD got a bug? or they work together ? in Linux simply update kernel and the other distros will get the same update
Bsd isn't a kernel, each BSD is its own entire OS, including kernel and userspace, different from the rest. They may share some things here and there, but they are their own separate, different project
Eliphaz
Hi everyone I use pulseaudio for sound on FreeBSD my computer, but when I listen music sometime I have some sacads someone already had it ?
🇵🇸🍉
you posting inappropriate and twice
It's openbsd my friend
harmony5 🇺🇳 ⌤
yes sir I know about it's an entire OS. I just wanna know that they're share some things critical
Some times they may not even be able to share some things because of their differences.
Ronard NX
Try pipewire-pulse