-
mns
Is there an easy way to tell if I have something installed from ports vs pkg? I don't believe there is, but just wanted to check.
-
yuripv
mns: may be use `pkg info pkgname` and check annotations, it should show the built by string
-
mns
yuripv: thanks! I'll try that out
-
yuripv
mns: e.g. zsh that I installed using `pkg install` has 'built_by : poudriere-git-3.4.1-30-g79e3edcd' and portconfig that came from ports simply doesn't have the line
-
yuripv
as well as repository, repo_type, and other fields
-
mns
ahhhh so look for missing repository, repo_type and built_by and that should tell me.
-
nimaje
well, ports are build into packages and then installed via pkg, but yes if you use the ports tree via make then it won't come from some pkg repo
-
danel1
We're currently trying to understand the impact of FreeBSD-SA-24:14.umtx. To my current understandig, there is a malicious software needed, which has to be run on the host itself (local user). Therefor it would, usually, run in the context of the user and priv escalation would be quite hard i guess?
-
danel1
Any other insights / opinions?
-
remiliascarlet
Demosthenex: "poetteringfnurt has moved on to M$" He did confirm that he'll continue working on systemd and all his other Linuxism tools whole he's at Microsoft.
-
nimaje
well, find some RCE somewhere and chain it in front, like with most priv escalations
-
remiliascarlet
Not like it even makes any difference anyway, because the Linux space is already mostly controlled by Microsoft's billions of dollars anyway.
-
sidh
Greetings
-
mikewilzn
Hello
-
sidh
I am upgrading 13.2 to 14.0 (and then 14.1) -RELEASE VM (proxmox , bios, zroot) and I read for 14.0 that updating bootcode was necessary. I just finished the upgrade without updating the bootcode (I fear to not being able to boot in previous release Boot Environment) , and the 14.0 BE has booted flawessy.
-
sidh
Is it really mandatory to upgrade the bootcode ?
-
kevans
yes
-
sidh
and if I do so , will I be able to boot previous 12.X / 13.X BE ?
-
kevans
maybe less so for BIOS, but UEFI for sure. we're starting to have to annoy people because of old as shit loader.efi
-
kevans
i can't think of any backwards incompatible changes we've made in the bootcode in a while
-
sidh
ok
-
sidh
thanks you kevans
-
mikewilzn
Where are example configs generally stored? Like for prosody for example?
-
isley
/usr/local/share/examples might have what you want. \
-
mikewilzn
Ah thank you, looks like the prosody port doesn't provide an example config file though
-
debdrup
Can I ask someone to install audio/fooyin and check if it gives them database errors when launching?
-
nimaje
example configs are often stored where the real one would be stored, but get a .sample postfix
-
debdrup
mikewilzn: pkg list can sometimes show them if they're not stored in /usr/local/share/examples/ (though that is where they're intended to go, so it's a good chance to get your feet wet with a fix)
-
sixpiece
hello I am having trouble connecting via ssh
-
sixpiece
this is the client side
-
sixpiece
-
sixpiece
that's the client side
-
rtprio
is PermitRootLogin turned on?
-
sixpiece
yes
-
debdrup
It's failing on receing a reply on a key exchange, so I'm guessing there's some MTU fuckery going on?
-
rtprio
'yes' or 'prohibit-password' ?
-
debdrup
That's purely speculation at this point.
-
sixpiece
it was working for years and all of a sudden it stopped the last day with no reason
-
debdrup
Alternatively, I suppose, it could be because the machines don't agree on which keys are supported, possibly because the client was updated while the server wasn't (or the other way around, though that's more unusual in my experience).
-
rtprio
yeah, perhaps try a different client?
-
debdrup
If it's the latter, you need to specify a keyalgorithm with the -o flag that they can both agree upon.
-
debdrup
Usually ssh is a bit better about informing about not being able to negotiate an algorithm they both agree upon, but it's possible it can fall through the cracks.
-
hadret
sixpiece: did you bump server side recently? it has a lot newer SSH (9.7 vs. 8.1 on the client)
-
sixpiece
the only thing I did that could have upset things really was installing opendkim and pkg update
-
sixpiece
and I rebooted also
-
debdrup
Jim and Allan on 2.5Admins have a great point; OpenSSH is one of those things that could benefit from having a version and a protocol version tied to years, because that makes it a lot easier to see when something's old.
-
debdrup
OpenSSH 8.1 is approaching 5 years.
-
sixpiece
so what can I do?
-
debdrup
update your ssh client to start with
-
sixpiece
it's all microsoft clients as far as I know
-
debdrup
then go yell at them and stop asking in #freebsd ?
-
sixpiece
lol I meant I think it's a freebsd server error
-
debdrup
that's yet to be determined
-
debdrup
anyway, there's much newer versions of openssh for windows out, so update your client first.
-
hadret
the only somewhat relevant errors I can see in that log are for trying to find ssh keys, have you got keys in this path? C:/Users/pkagan/.ssh
-
sixpiece
no worries I am trying now on a freebsd virtual machine
-
sixpiece
same issue
-
hadret
OK, your SSH key, is it rsa?
-
sixpiece
how to find out?
-
sixpiece
I'm not sure
-
hadret
beginning of your public key will tell you
-
hadret
ssh-rsa, ssh-ed25519 for example
-
debdrup
aren't those errors normal when not using ssh keys?
-
hadret
wait, sixpiece you are not using ssh keys?
-
sixpiece
I am not using keys no
-
debdrup
sshing to root usaully means someone isn't using best practices like using ssh keys...
-
hadret
not judging, it just surprised me
-
hadret
question about PermitRootLogin was already asked
-
hadret
can you check what is it set to in sshd config file?
-
noobaroo
Hi, i downloaded the memstick .img of FreeBSD and im trying to boot it with Ventoy. It starts and says a ton of stuff, but then eventually I'm left at a prompt called mountpoint>
-
DusXMT
a mechanism like fail2ban is a must when not using keys to log in as root
-
noobaroo
It wants me to enter the path of the root device
-
noobaroo
At the freebsd boot menu i typed `lsdev` and it showed the FreeBSD_Install partition was at disk3-2a
-
debdrup
DusXMT: fail2ban isn't necessary, support for blocklistd is built-in
-
debdrup
it's also a lot more efficient than fail2ban, since it doesn't rely on essentially just grep'ing log files
-
DusXMT
debdrup: Good to know! I've only ever used fail2ban in this situation, at my previous job
-
» DusXMT doesn't like not using keys for ssh login
-
debdrup
blocklistd is just general good practice, because security isn't just accomplished by doing one thing, it's about defense in depth
-
noobaroo
The mountpoint> prompt gave some examples like "ufs:/dev/da0s1" and "iso9660:/dev/da0s1" so I tried to convert disk3-2a to this format and I typed "ufs:/dev/da3s2a" to no avail. And there are no cmdline utilities that work on this prompt.
-
sixpiece
well I require that the ssh user have my ip address
-
debdrup
noobaroo: if you're being dropped to a mountroot prompt on the install medium, it sounds like something got messed up (by Ventoy?); can you try booting the image directly?
-
DusXMT
debdrup: That is true, I'll investigate it when I'll have some free time
-
noobaroo
debdrup Not anytime soon, its a 64GB USB and it has lots of other ISOs I use for rescuing... I definitely don't overwrite the drive
-
debdrup
noobaroo: might be worth trying one of the other images, then?
-
noobaroo
Also the speeds avg at 7.7 MB/s so it's not easy to swap stuff around
-
noobaroo
Okay. That sucks because I downloaded this overnight.
-
noobaroo
Maybe they should put a warning that the images are not compatible with Ventoy?
-
debdrup
Well, I don't know that we know that's the case for certain.
-
debdrup
If it is an issue, I'm guessing it's with ventoy, rather than FreeBSD.
-
debdrup
What version of ventoy are you running?
ventoy/Ventoy 4527e1db7923 seems to have made changes fairly recently.
-
sixpiece
what can i do?
-
sixpiece
seriously nobody has an answer? I moved the server up to debug3 or something nothing is giving a hint
-
sixpiece
error : Fssh_kex_exchange_clarification red connection reset by peer
-
debdrup
connection reset by peer sounds like a firewall issue
-
sixpiece
natd not running give a hint?
-
noobaroo
Im using the latest... i doubt its a ventoy thing. Maybe my img file is corrupted. I extracted the .img.xz and I kept trying to mount the .img, to look at the rootfs layout, but it kept saying "bad superblock". and when I checked with parted /path/to/freebsdimagefile.img , it said it had 2 partitions, the first was fat32, and the second unknown
-
noobaroo
I figured that maybe its just some freebsd specific filesystem type and thats why it didnt recognize
-
noobaroo
But maybe its corrupt.
-
sixpiece
any other ideas
-
sixpiece
?
-
|cos|
sixpiece: what's your root password, let us try? ;) nah. seriously though, have you tried from different networks? can you login to other servers? from other clients?
-
sixpiece
yes good question
-
sixpiece
my root password is 7Gq%9yCztQhOzpRCDj but don't tell anyone
-
sixpiece
try it only once I guess
-
rtprio
...
-
debdrup
at least it includes a non-alphanumeric character? :V
-
sixpiece
and to answer your question I just signed into a different server in Hamburg so it works with other networks
-
debdrup
so, mtu or firewall issue is more likely then
-
debdrup
also, natd has nothing to do with firewalling, that's port translation
-
sixpiece
ok thank you
-
shbrngdo
I reported bug a day ago but for some reason didnot fin (closed) duplicate. thing is, the header file 'setjmp.h' needs deleting (but there are two...?) this also should be in UPDATING. Anyway: "this is because the old copy of /usr/include/c++/v1/setjmp.h must be deleted upon an upgrade" (starting with FBSD 14.
-
shbrngdo
-
» |cos| would probably collect some pcaps with wireshark if being stuck, but chances they'll say much is low
-
shbrngdo
if updating to 14 a lot of graphics ports break
-
shbrngdo
(unless you delete the header)
-
johnbristol
Before I decide to try poudriere may I check - is there an online generic amd64 binary repository which parallels the ports? I'm aware I'd miss the chance of changing options but I'd do that too if I were compiling on this slow laptop.
-
rtprio
johnbristol: you mean like pkg.freebsd.org ?
-
debdrup
shbrngdo: the bug report (from June?) mentions a lack of running `make delete-old`, so I'm not sure what the issue is?
-
johnbristol
rtprio: yes, like that. Except that one has the base system and I'd like to use pkg to install binaries of anything from the ports tree. And if there's a bigger repository out there that someone's maintaining that would do it. Otherwise I have a lot of compiling to do.
-
johnbristol
rtprio: I installed fbsd yesterday, I know I'm uninformed but I'm reading the documentation.
-
|cos|
johnbristol: Unless I'm misunderstanding, pkg.freebsd.org does deliver binary distributed builds of the ports tree, not base.
-
rtprio
johnbristol: yes, the base system is not (yet) distributed with pkg
-
rtprio
what are you trying to do?
-
|cos|
johnbristol: try `pkg install hello` and compare it with what you find in /usr/ports/misc/hello on any machine with the ports tree installed.
-
yourfate
so I just upgraded the boot zpool on my 14.1 server, now it says I have to upgrade. just to double check: I think I have a GPT scheme, so I'd use this: `gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 ada0` from GPTZFSBOOT(8)
-
yourfate
where ada0 is the partition labled freebsd-boot in gpart show?
-
johnbristol
rtprio,|cos|:I'm trying to install several browsers instead of just firefox, so I tried waterfox. That's not found on pkg but it exists on the ports tree. pkg search browser only shows firefox. I assumed the pkg system had access to significantly fewer packages than the ports tree - I may just have missed something though.
-
rtprio
johnbristol: some don't build in the ports cluster for whatever reason
-
rtprio
you can also install packages on some of the requirements so you'd have less to build yourself
-
|cos|
johnbristol: Are you sure it's in ports? `find /usr/ports -name "*waterfox*"` returns empty for me. It might be versioning at play, perhaps?
-
rtprio
cd /usr/ports/*/waterfox; make install-missing-packages; make install;
-
johnbristol
rtprio: I was trying to stick to "pkg or ports but not mixed except for edge cases" as a philosophy. If pkg really does have several gui browsers I'll stick with that but I couldn't find any other than firefox.
-
rtprio
i don't know who started that philosophy but it is wholly unnecessary
-
johnbristol
rtprio: there are extensive battles when I google around it, that's all I have to go on really.
-
rtprio
if it's something you want to limit yourself with, then okay
-
rtprio
otherwise, depending on your system speed, prepare to heat up your cpu
-
johnbristol
rtprio:No, I'm just learning a bit at a time. Are there in fact several browsers available with pkg and I just haven't found them?
-
» |cos| hadn't heard of waterfox, but commit 8bbfbba7 of the ports tree suggests it is hard to install for a reason. (badly security patched)
-
johnbristol
If I can acquire perhaps four with pkg I'll be happy.
-
johnbristol
I'm quite used to compiling, I use Slackware on seval machines
-
rtprio
pkg search browser
-
johnbristol
that's what I did, it shwed me just firefox
-
rtprio
surf-browser-2.1_3 Simple Web browser based on WebKit2/GTK
-
rtprio
qutebrowser-3.2.1 Keyboard-focused browser with a minimal GUI
-
rtprio
otter-browser-1.0.03_2 Browser based on Qt 5
-
|cos|
johnbristol: www/chromium, www/firefox-esr www/badwolf www/ladybird
-
johnbristol
rtprio:and lynx and links, yes. I suspect I was expecting to find gui browsers I'd heard of.
-
johnbristol
but thank you both, I clearly did something wrong when installing fbsd. I'll do it again and see what changes. Thank you both.
-
sixpiece
hello I am getting a signal term 15 on my ssh server being sent
-
sixpiece
any ideas what to do?
-
rtprio
what makes you think you did something wrong when installing?
-
sixpiece
I want to be able to connect to my ssh server
-
rtprio
sixpiece: you might need to use the console to see what's up
-
sixpiece
what do I do?
-
sixpiece
I'm on the computer nwo
-
johnbristol
rtprio:because I can't see the browsers you've both displayed when I type pkg search browser
-
rtprio
which version did you install?
-
rtprio
did you `pkg bootstrap` and `pkg update` ?
-
|cos|
johnbristol: i did `pkg search www/ | grep browser`
-
johnbristol
FreeBSD-14.1-RELEASE-amd64-memstick.img
-
sixpiece
it's maybe an update that failed
-
ZedHedTed
badwolf? is that a bad fork of librewolf?
-
johnbristol
`pkg bootstrap` no, `pkg update` yes
-
|cos|
ZedHedTed: I've honestly never heard of it. As far as I simplify the world there are only two browsers, and the web is dead.
-
sixpiece
that fixed it
-
rtprio
also, it's not like the browser offering are that much different than say linux. there's nothing novel about it.
-
rtprio
sixpiece: what fixed it?
-
sixpiece
freebsd-update install
-
rtprio
oh, great
-
sixpiece
yes was an easy fix
-
sixpiece
does anyone know why an email sent to me via sendmail used a different ip address from an email sent to someone else?
-
noobaroo
how many people actually main freebsd on their desktop?
-
johnbristol
rtprio:I use several browsers to conveniently allow me to log into a forum I admin with several logins active at once. I've looked at bsd installs every couple of years to see where they stand, this is my latest look. I got on quite well up until this.
-
sixpiece
sorry to get on the less major issue but curious on this
-
sixpiece
trying to make a contact form
-
noobaroo
I'm really surprised this channel is the most active channel I'm I'm currently in over the past 1hr, and im in 5-6
-
rtprio
noobaroo: i used to, when i had the hardware for it
-
rtprio
johnbristol: oh. i use chrome profiles for that sort of thing
-
|cos|
johnbristol: While I admire you for running multiple alternatives, your life might become easier if using user profiles. Are you aware of them? Both chrom* and firefox has such stuff.
-
ZedHedTed
noobaroo: i'm in 18 channels and some are almost as active as this one rn
-
ZedHedTed
|cos|: it's basically mozilla vs screwgle now. mozilla's the winner only bcuz it's not forcing manifest v3, so adblockers will still work.
-
|cos|
ZedHedTed: With a bit of luck LadyBird will cut a piece out of webkits market share once it matures. Inshallah.
-
johnbristol
rtprio,|cos|:It's a habit I fell into. They're useful for testing my web code too, and SeaMonkey is my email client. Having a small battery of them active just grew.
-
noobaroo
ZedHedTed: wow. so how many people are using on desktops?
-
noobaroo
do you personally main freebsd for desktop use ZedHedTed ?
-
noobaroo
Tbh I only downloaded freebsd to format a ZFS partition. On Linux, the whole_disk=1 label is only applied on actual whole disks. On FreeBSD it gets set to 1 even on partitions
-
ZedHedTed
noobaroo: i'm actually planning on dualbooting w/ ghostbsd once i buy a supported wifi dongle.
-
noobaroo
What are the benefits of FreeBSD compared to Linux?
-
ZedHedTed
no systemd, and linux is comparatively scattered - the kernel & packages come from 2 different teams for example
-
|cos|
noobaroo: Having an understandable and documented environment, possible to debug. As opposed to having systemd and friends which seemingly to 90% is a dice rolling art project of curated bugs.
-
ZedHedTed
ah yes, the documentation is for freebsd (and openbsd) is great too.
-
mikewilzn
As far as practical differences, FreeBSD is just much more organized in my experience. Things are where you'd expect them to be, there are clearly defined methods of doing things, and boot environments and jails are awesome
-
» |cos| abandoned FreeBSD for Debian 2½ decades ago, but came back once systemd destroyed the latter.
-
mikewilzn
I still run Arch on my desktop and laptop and love it
-
mikewilzn
That's the beauty, you don't have to choose one and never falter on that choice
-
» |cos| runs Haiku on a laptop and loves it, but can't stay productive on that one.
-
» ZedHedTed runs MX Linux on his desktops and loves it
-
debdrup
It'd be nice if we could talk more about FreeBSD, and less about Linux, in #freebsd.
-
sixpiece
ok how about answering my mail question
-
sixpiece
:)
-
sixpiece
or giving me a lead on that at least
-
sixpiece
I'm trying to send mail and it seems like it sends it from many different ip addresses I don't get it maybe the packet filter off
-
sixpiece
let me see
-
sixpiece
hello sorry I was logged out if I missed anything
-
sixpiece
any word on the use of email ip addresses?
-
yourfate
for the `gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 ada0` command, do I just specify the drive, or do I specify the freebsd-boot partition?
-
mzar
freebsd-boot
-
mikewilzn
What networking strategy do you guys generally use for jails? Like do you keep most things internal and only have like your reverse proxy use host networking or what?
-
rwp
yourfate, The -i 1 part is the partition index of the partition.
-
mzar
mikewilzn: you can use variety of srategies, from isolated jails, through jails with shared IPs, running in different FIBs to VNET jails
-
rwp
mikewilzn, I mostly create full VNET jails with their own network stack and a full LAN facing IP address.
-
mikewilzn
Yeah ik and the options are overwhelming me
-
rwp
Start small. Gain experience. Work up to more complicated configurations.
-
yourfate
rwp: aaah so ada0 would be the device
-
yourfate
makes sense, <3
-
rwp
And -i 1 will be ada0p1 on that device.
-
mikewilzn
rwp, so the whole VNET has a single LAN facing IP? Like not per jail?
-
mikewilzn
btw shoutout to this community here, very helpful and active
-
rwp
Uhm... It's per jail. Each vnet jail is more like a full virtual machine. Each has it's own networking. And IP address.
-
rwp
I have been using virtualization for years on other systems. My initial use for jails was to create an isolated lab environment for devel and testing. This pulled me naturally into using vnet jails with a full network stack. So I could create several systems and test and develop them talking to each other on a truly private LAN that is all virtualized.
-
rwp
So you might conceptually think of a vnet jail as a full virtual machine with regards to networking. But otherwise the jail is lightweight like a chroot.
-
rwp
A non-vnet jail is the original type of jail. It shares the network stack with the host. It's really more like a chroot with regards to networking. The host and the jailed processes all see the same network.
-
mikewilzn
Ohh ok makes sense thanks. So like when I run `bastille create prosody 14.1-RELEASE 10.0.0.9`, that's creating a VNET?
-
rwp
I have not used bastille, though it is very popular, and I don't know what type of jail it creates.
-
rwp
bastille.readthedocs.io/en/latest/c…etworking.html#virtual-network-vnet says "To create a VNET based container use the -V option..." therefore I presume it is not a vnet jail because I do not see a -V option being used.
-
rwp
Reading
bastille.readthedocs.io/en/latest/chapters/subcommands/create.html that looks to create a standard jail with the shared network stack assigning 10.0.0.9 to it.
-
mikewilzn
Oh ok, I suppose I need to read up more on how the networking stack actually works generally
-
rwp
So... Just because one can assign a private IP address such as a 10.* or a 172.16 or a 192.168 address to a network interface that the address is "routable" on your network. That depends upon what subnet and gateway your network is already using.
-
rwp
*does not mean that the address is "routable"
-
rwp
The jail and the host can always connect. Two jails on the same private subnet can always connect. But they can only connect out to the LAN if they are using a compatible address and gateway assignment with the LAN.
-
rwp
If I am on a LAN using 192.168.7.0/24 and I assign 10.0.0.9 to a jail then that 10.* address won't be routable off the LAN. But if a 192.168.7.9 address were assigned with the appropriate associated gateway then it would.
-
noobaroo
cos I don't use systemd
-
noobaroo
err, |cos|
-
noobaroo
ill brb later
-
mikewilzn
rwp, ohh I see so a VNET is essentially like having another physical device on the network, whereas a standard jail is the same interface but routes traffic for multiple IPs
-
rwp
Exactly! You have it!
-
mikewilzn
At first I thought a VNET was just an internal subnet
-
rwp
It might be an internal device. It depends upon how it is plumbed into things using software bridges and such.
-
debdrup
vnet is a facility to have multiple completely isolated netstacks, which is useful when doing containers like jails.
-
debdrup
Without vnet, it's conceptually possible to escape a jail through a shared netstack - though so far as I'm aware there's no known exploits, let alone proof-of-concepts.
-
debdrup
Similarly, SysV IPC is also possible to completely isolate per-jail.
-
rwp
That's poking at the security of the system looking at it as a fancy high functioning chroot.
-
debdrup
chroot wasn't really meant for isolation, though
-
rwp
As far as escaping through the jail networking the usual way is using it as a jumphost from a public network to the private LAN and then probing other hosts on the private LAN which are normally not otherwise on the public host.
-
debdrup
What I'm talking about is exploiting the ability of running as root in a jail and using that to (theoretically, so a lot of handwaving is involved) get access to the kernel of the host, thereby escaping the jail isolation.
-
rwp
When learning these concepts it is useful to start small, build some fundamentals, and then build upon them. The chroot is the lowest fundamental concept-thing. It's focus is on exactly one thing. The root directory of the file system. That's all.
-
debdrup
In concept, jails have always been about isolating things (hence "confining the omnipotent root" being the title of the paper, as on a traditional unix-like has access to everything).
-
rwp
Then jails come along and namespace everything else. Which is why they are called fancy-chroots. And when learning these things it is useful to layer up from simple to more complicated.
-
debdrup
We don't really know why chroot was designed, though - no notes on it survive.
-
rwp
I am not aware of any jail shared network stack direct exploits to escape the jail but I am very much aware of cases where people have done things like put word press web sites in a jail and then wordpress is exploited and then attackers gain ability to probe the LAN from the jail and then used it to compromise other LAN hosts that were not expecting to be attacked from the hostile Internet.
-
rwp
Meanwhile mikewilzn is trying to get an understanding of networking with regards to jails and we are dragging the conversation off to advanced security issues.
-
mikewilzn
😂 so yeah basically I am planning to run nginx, a prosody server, and a few services that will only be accessible to the LAN, so I'm thinking VNETs for all WAN facing jails, and then just have the LAN only services on normal jails in like a 172 subnet
-
mikewilzn
If that makes sense. Eventually I wanna improve with actual VLANs for various stuff but I wanna start out fairly simple haha
-
rwp
Where will this service be hosted? Your basement underground facility? :-) A VPS at a hosting provider? Elsewhere.
-
mikewilzn
Yes my basement underground facility 😂
-
mikewilzn
I can't afford 100 TB in a VPS lol
-
rwp
I know several people who rent a VPS at the least expensive rate and then use it as a caching proxy for their larger storage at their house. Such as for hosting a family photo album and such. It's often done. And it works well that way.
-
mikewilzn
Well I should say I also prefer to truly self host rather than rely on another third party
-
rwp
Because to hosting providers adding cpu and ram is relatively cheap. It's just initial investment and it is done. But adding storage is expensive. Because storage requires ongoing maintenance. It needs RAID for reliability. It needs backup. And therefore hosted storage is always going to be more expensive than self-hosted storage.
-
rwp
The reason for the hosted VPS is to get a public static IP address which is not in a consumer dynamic address block.
-
mikewilzn
I don't technically have a static IP but it hasn't changed in over a year so
-
mikewilzn
For context I'm not new to self hosting. I just run everything on Docker>Alpine>Proxmox right now
-
rwp
Since you are planning on hosting in your own network then in the context of local jails and local VMs then you should be aware of the security ramifications that I mentioned above. If an attacker can wedge into the jail and the jail has access to your network then the attacker can probe your network too. From a direction that is not expected.
-
rwp
It would certainly be worse without a jail. But having it in a jail is not a complete security solution.
-
mikewilzn
Yeah I definitely plan to set up VLANs shortly after this
-
rwp
Personally I just think friends should not let friends run their own Wordpress site.
-
mikewilzn
Don't worry I'd never use wordpress 😂
-
mikewilzn
Planning to build a personal site with zola and host with nginx
-
sporiff
I probably run about 4 WP sites on one server right now
-
sporiff
It's not great
-
dch
any emacs users able to test the patch here for erlang mode?
bugs.freebsd.org/bugzilla/show_bug.cgi?id=260041
-
jb1277976
hi all.. Thinking of giving freebsd another shot. i stopped using it becasue i could never get sound working. hopefully things have changed.
-
JustBleedFan
jb1277976: Might try one of the FreeBSD versions that come with a GUI and desktop environment to easily check compatibility with your hardware. I put NomadBSD on a USB drive and then installed on my hard drive and my graphics works, sound works, wired internet works.
-
jb1277976
Thanks
-
jb1277976
JustBleedFan: how about wifi ?
-
JustBleedFan
Oder Pentium D desktop I installed it on didn't have Wireless card anyway.
-
JustBleedFan
Boot NomadBSD from USB is an easy way to check. I have a couple of old Linksys wireless-G USB devices I could use I suppose if I had to. But that old desktop is wired anyway.
-
jb1277976
Thanks
-
ZedHedTed
JustBleedFan: wait, you installed NomadBSD on your hard drive, or FreeBSD? (i didn't think you could install NomadBSD)
-
JustBleedFan
I installed NomadBSD on a USB and it can run the OS from the USB. You can also then install it directly on your hard drive if you like.
-
jb1277976
basically the only thing i need is sound on my chromebook. sound works on all linux distros i know the BSD's aren't linux but it would be nice to have it
-
JustBleedFan
Well this is one easy and quick way to check that. NomadBSD is supposedly pretty much FreeBSD but comes with the installer and GUI and a large suite of great software. I consider it like the Linux Mint of FreeBSD.
-
JustBleedFan
Don't have to touch the command line or know much of anything to install it in case you are new to BSD.
-
jb1277976
Got it. Currently backing up this usb stick and will try
-
jb1277976
Naw i actually have installed freebsd and ran it for about 2 months straight. i had to purcahse a sound/spliter to get sound working for speakers and headphones. just want to come back to see if anything has changed.. was about a year ago
-
JustBleedFan
I tried out of of curiosity on my oldest desktop and I was a bit daunted to try the regular FreeBSD install manually. Seemed like a bunhc of esoteric teakingneeded in many cases.