-
AumShivaya
what do I put for ip4.addr and interface with a bsd jail so I can access the outside world?
-
cybercrypto
AumShivaya: have you tried this and failed?
docs.freebsd.org/en/books/handbook/jails
-
VimDiesel
Title: Chapter 17. Jails and Containers | FreeBSD Documentation Portal
-
rwp
AumShivaya, The answer depends upon several things. There is no single correct way. There are probably dozens of ways that are correct and useful in their own environments.
-
rwp
I control my own LAN and use static IP address assignments. But you might be in a coffee shop and only have DHCP available. Or you might need to set up a local NAT router.
-
rwp
That's three different ways already for three different types of environments and no idea if any apply to you or not.
-
AumShivaya
figured it out thanks :)
-
richard_
yeah the wheel and video group
-
richard_
i did the same thing
-
AumShivaya
Do I really need to switch to another user to run the c7 steam thingy?
-
AumShivaya
like create a non-wheel user?
-
AumShivaya
1. Create a dedicated FreeBSD non-wheel user account for Steam. Switch to it.
-
AumShivaya
I don't know how I am supposed to get this to work if I'm in an xsession with my regular user
-
AumShivaya
xhost + yeah yeah, I know, does not work for me
-
AumShivaya
imma ignore that
-
AumShivaya
why does it say this?
-
hwpplayer1
hi FreeBSD People !
-
angry_vincent
Hi.
-
Zyxer
Hi
-
tercaL
I'm using ssmtp-2.64_7 package under FreeBSD 14, for my websites' sending emails via php, it was working fine so far, till FreeBSD version 13.2, after upgrade to 14, the maillog says:
-
tercaL
/usr/local/etc/ssmtp/ssmtp.conf not found - Unable to locate mailhub - Cannot open mailhub:25
-
tercaL
The file is there, was working correctly before. Any idea?
-
Zyxer
Maybe some permissions?
-
Zyxer
Owner and group ownership of that path and check permissions. "ls -l /usr/local/etc/ssmtp/ssmtpd.conf"
-
tercaL
Zyxer: Thanks for your reply, I've just removed that ssmtp package completely, enabled the dma integrated into FreeBSD 14, it works fine so far.
-
tercaL
IT seems the package is broken with RELEASE 14..
-
rwp
tercaL, 14.0 is a .0 release and so maybe file a ssmtp problem report? Though dma does look like a good alternative to ssmtp.
-
tercaL
rwp: Filed, sent a report right now! Thanks.
-
hwpplayer1
hi me again
-
Zyxer
Hi you
-
hwpplayer1
Zyxer: how it is going on there ?
-
Zyxer
Somewhat worried. Apparently my CPU model, I got it second hand, had a design "flaw" that only appeared in the future. Causing cores to fail. Looking it up but it seems to be caused by overheating due to stock coolers.
-
hwpplayer1
Sorry about that is it something with kernelspace ?
-
hwpplayer1
That we can fix
-
Zyxer
I got it watercooled and it wasn't used that much in the past due to that the guy that gave it to me couldn't use his PC, disk was working overtime and was hanging by a thread.
-
Zyxer
Nah, it was back in the day when ryzen 3600 was made the bottlenecks used to be GPUs
-
Zyxer
So the CPU never worked that hard, but paired with newer GPUs for gaming then the CPU might be the bottleneck, in any case it gets way hotter than it should
-
hwpplayer1
got it
-
Zyxer
Now that I think about it the most powerful GPU this CPU was paired with has most likely been an RX580. I should have nothing to worry about
-
Zyxer
I am using it for game dev on freeBSD
-
Zyxer
Gonna make the easy to run games for as many platforms as practical. Meaning Linux, windows, and whatever else godot runs on (FreeBSD for example, which my PC runs on)
-
hwpplayer1
Which engine do you run for writing games ?
-
Zyxer
Godot
-
Zyxer
It is under the MIT license.
-
Zyxer
The main reason I picked it. Then others said it was good choice for beginner, and thought I had put more thought into it than I had.
-
hwpplayer1
yes Godot is a Free Software
-
Zyxer
Is this good for compiling? AMD Ryzen 9 5900X
-
Zyxer
I haven't really kept up with the modern hardware for the past like, 2 years
-
Zyxer
Nah I shouldn't find out, I don't need to upgrade my CPU
-
hwpplayer1
I'm not sure
-
hwpplayer1
I don't know
-
tykling
-
VimDiesel
Title: 275586 – Undocumented feature of ifconfig UP
-
polyex
where are the files for pkgs stored online? i wanna look at rc files for pkgs i don't have installed
-
debdrup
tykling: huh.
-
vkarlsen
-
VimDiesel
Title: ports - FreeBSD ports tree
-
polyex
cgit.freebsd.org/ports/tree/www/caddy so where's the rc file it installs so it can start up automatically?
-
VimDiesel
Title: caddy « www - ports - FreeBSD ports tree
-
vkarlsen
-
VimDiesel
Title: caddy.in « files « caddy « www - ports - FreeBSD ports tree
-
polyex
ty! i was expecting a certain filename but that was dumb i guess
-
Remilia
tykling: I encountered this behaviour very accidentally many ages ago on a terminal that had capitals displayed only, but I forgot which flavour of *NIX that system ran
-
Remilia
was very puzzled but then saw resolver logs
-
Remilia
(this was in 1992 or 1993, with a laboratory machine at Panasonic)
-
vlc
fbsd 14 seems lame, going for 15 today
-
tercaL
vlc: What
-
vlc
gonna install FreeBSD 15 right now
-
vlc
or should i just go for FreeBSD 14 with latest repos?
-
Zyxer
Filthy casual, I am already on FreeBSD 16 pre-alpha
-
SKull
i haven't dared to update my 13 to 14, because of all the commotion that came with the update
-
Zyxer
My main rig is on 14 I think, I just got the current ISO. Laptop is on 13
-
tercaL
-
VimDiesel
Title: FreeBSD 13.2 upgrade to 14.0 – properly detailed and (hopefully) correct way – Özgür Konstantin Kazanççı | Blog
-
SKull
tercaL: is all that really necessary? as far as i know it's enough to just make sure that my 13 is actually up to date before upgrading
-
polyex
there a guide showing how to turn our bin into a freebsd pkg so ppl can pkg install foo?
-
polyex
atm i just got a bin and the rc file
-
SKull
polyex: i might be wrong here, but i think all you have to do is make a proper port for it. there's a guide on freebsd.org in the documentation section on how to do it
-
SKull
polyex: and if your bin is running fine on freebsd, there's not much work involved
-
SKull
source: i went over the porter's guide once, while i was on the loo ^^
-
polyex
ty
-
mvee
/join ##news
-
Remilia
polyex: you don't turn a binary into a pkg usually, you turn your source code into a port
-
Remilia
-
VimDiesel
Title: FreeBSD Porter's Handbook | FreeBSD Documentation Portal
-
Ronis_BR_
Hi! Now that we have 14.0, how "safe" it is to upgrade without a clean install from 13.2? This is my first major upgrade in FreeBSD.
-
polyex
working great for me fwiw
-
jvl
just remember that the version number means number of hours needed for the upgrade </s>
-
Ronis_BR
jvl: :D
-
Remilia
yuripv:
i.koumakan.jp/2023-12-07/1701952851.png my issue was almost definitely fixed \o/ two days with no spikes at periodic run time
-
tercaL
Remilia: Congrats, happy for you. And how? :)
-
tercaL
With latest ERRATA patches?
-
Remilia
I mentioned it yesterday
-
Remilia
and the day before I think when -p2 came out
-
tercaL
Remilia: Sorry, I guess I missed, what was the reason/fix?
-
tercaL
Lastly, I think you filed a bug report - no?
-
Remilia
I did not
-
Remilia
-
debdrup
mvee: may I recommend using your status window for administrative commands? If the channel is more active, a message like that can sometimes be mistaken for channel advertising.
-
debdrup
s/administrative/client/
-
debdrup
It also has the practical benefit of making it much less likely that you leak passwords if you make a mistake ;)
-
debdrup
/oper being done incorrectly has a long and sordid history on IRC, and even /nickserv and /auth commands can be abused if leaked by accient.
-
tercaL
Upgrading FreeBSD from 13.2 to 14, on a box of mine, caused package removal of: mariadb-server/client.. Weird.
-
tercaL
"cat /var/log/messages | grep maria" lists;
-
tercaL
Dec 7 13:57:41 arshiv pkg[26561]: mariadb105-client upgraded: 10.5.21 -> 10.5.23
-
tercaL
Dec 7 13:57:42 arshiv pkg[26561]: mariadb105-server upgraded: 10.5.21 -> 10.5.23
-
tercaL
Dec 7 15:05:51 arshiv pkg[94177]: mariadb105-server-10.5.23 deinstalled
-
tercaL
Dec 7 15:05:51 arshiv pkg[94177]: mariadb105-client-10.5.23 deinstalled
-
tercaL
The thing is, FreeBSD 14 (amd64) doesn't has version 10.5.23 at all?
-
debdrup
Package conflict
-
tercaL
"pkg search maria" lists mariadb105-server-10.5.21
-
debdrup
There's some way to detect conflicts through the ports tree, but I can't remember right now..
-
tercaL
debdrup: I see. I use only packages, no ports at all. But yes, the packages are compiled from the ports I guess.
-
tercaL
I have no idea, if FreeBSD 14 doesn't has mariadb-server version 10.5.23 at all, how come it states: mariadb105-client upgraded: 10.5.21 -> 10.5.23
-
tercaL
Luckily, I had /var/db/mysql folder still there and I (re)installed mariadb105-server-10.5.21, had no data loss..
-
dvl
Does the default FreeBSD install of ZFS enable compression? Anyone done an install lately?
-
debdrup
tercaL: packages are built from ports
-
debdrup
dvl: According to zfsprops(7), compression defaults to on, which if memory serves means lz4.
-
dvl
I have fallen into pressure:
reviews.freebsd.org/D42961 - update newsyslog.conf and remove compression by default
-
VimDiesel
Title: ⚙ D42961 Do not compress log files
-
debdrup
tercaL: pkg should (and has never, in my experienced) touched user-created or user-edited files.
-
debdrup
dvl: would it be better to add a commented out include (in addition to the ones already there), that people can remove the octothorpe from to have them work? That way it wouldn't affect UFS systems which has no compression, but would still make it very easy for anyone on ZFS to enable it. It also nips any bikesheds in the butt.
-
dvl
debdrup: Sounds nice. Please comment.
-
debdrup
I was just about to ask if I should add that as a comment instead :D
-
dvl
debdrup: I am aware of UFS still in use. I have not forgotten that. Now it's just a matter of choice: which group needs to modify /etc/newsyslog.conf for their needs?
-
debdrup
dvl: since lz4 has an early abort, it won't actually try to recompress the already-compressed rotated logfiles, so by that logic I think it makes sense to not change it - but I can also see the sense in enabling it by default since ZFS is probably the default for most folks unless they know what they're doing and want what UFS offers.
-
dvl
debdrup: This is not about not compressing. This is about having the same extension and format on all the logs.
-
dvl
debdrup: not having to use bzgrep on some logs and grep on the others. It's a quality-of-life thing, not a save-space and time thing.
-
debdrup
Hmm, that's a point I hadn't considered, and a good one.
-
debdrup
That makes me wonder if zless/zgrep works on compressed files, though.
-
debdrup
It does.
-
debdrup
I mean, it would, since it's just a shellscript that wraps src/usr.bin/less/lesspipe.sh
-
debdrup
obrien@ did it the right thing back in 2003
-
dvl
That's a name I've not heard in a long time.
-
debdrup
git blame seems to think he is, though.
-
kevans
dvl: he's been around on efnet a little bit
-
kevans
iirc
-
_xor
Gah, git is so...unintuitive...sometimes :/
-
dvl
_xor: I've come to like it after a while. Took a while.
-
_xor
Yeah, I mean once you're used to it. I tend to use git or fossil and used to use cvs/svn/perforce, so muscle memory makes me reach for intuitive commands at which point git laughs at me.
-
_xor
Like, you would think there's a simple command to determine if the working tree is dirty, right?
-
_xor
Dirty as in, has untracked/changed/deleted files. I need to get that status from a script.
-
_xor
So far, I've found several ways, each with variable levels of reliability. The leading contender so far is, "git update-index --really-refresh && git diff-index --quite HEAD"
-
jupiter_
Hello, a hardware question: I'm running 13.2 on a dell precision 7560 (
bsd-hardware.info/?probe=5d3e6e3bd4 ). I have a Dell WD19DCS 240W docking station (which is the recommended one for this laptop). I'm hesitating about hardware support - I don't care if something doesn't work, but I'd like to be sure that there is no risk of frying my laptop if I plug it in ^^ - can anyone confirm me that there is no such risk?
-
VimDiesel
Title: HW probe of Dell Precision 7560 #5d3e6e3bd4
-
_xor
When you need an argument with the name "--really-refresh", it makes me cautious of design decisions :P
-
nimaje
hm, trying to decide if that is better or worse then some compilers having -Ofast which should be named -Obroken-but-maybe-slightly-faster-than-3
-
_xor
We have a new contender: `local _out="$(git status -s)"` and then checking if _out is empty or not.
-
K5KGT
heh, had forgotten to start with 'screen'
-
_xor
Lol
-
» _xor is reading details on boot processes out of curiosity and is looking at a table of supported features between boot loaders
-
_xor
One column for "Can boot from..." is named "Zip", but it turns out they're talking about IOMega Zip drives, not zip files.
-
mns
I still have some of those Zip disks and the drive
-
Remilia
_xor: I think you can only boot off the IDE version
-
Remilia
not the more widespread parallel port one
-
Remilia
(obviously)
-
Remilia
jupiter_: I do not think you can fry your laptop by using that so-called docking station
-
Remilia
it uses USB Power Delivery
-
Remilia
we have these at work, using them with Lenovo laptops
-
Remilia
(which means 90W only but that is enough for office software)
-
jupiter_
Ok thanks for the feedback ^^ - I take it those laptops from work also run FreeBSD. I'll wait a few more hours just to see if no negative feedback and will give it a try tomorrow night if none ^^
-
Remilia
jupiter_: no they run Windows but it does not matter
-
Remilia
you can literally plug that 'docking station' into a powered-off laptop and turn it on
-
jupiter_
I thought there might be some kind of driver supervising the charging through USB
-
Remilia
I am not sure if they just do USB or full on PCIE passthrough but basically even on Windows boot loader stage (Bitlocker PIN) you could use the keyboard
-
Remilia
no, USB Power Delivery is hardware
-
Remilia
it does not use drivers
-
Remilia
it can tell the OS that there is not enough wattage though
-
jupiter_
ok nice, if it's hardware then there should be no risks indeed (dell pc with their own recommended docking station)
-
Remilia
for example when you plug that Dell thing into a Legion 5 and turn it on without the stock brick, which means 90W limit (Dell things only do 240 with Dell)
-
Remilia
you get the BIOS complaining 'this is not enough to charge at full power'
-
Remilia
there are many ways to fsck up USB-PD, like Nintendo did
-
Remilia
jupiter_: just plug it in *before* powering the laptop on and you will see the charging LED light up
-
jupiter_
yes, that's why I wanted to check here if any experience ^^ - will plug in before powering up
-
Remilia
jupiter_: it supports hot plug of course, I am just telling you how to check that it needs no drivers
-
rwp
dvl, (debdrup) Something to think about is that for a zfs user compressed logs don't hurt anything and have been the status quo. For ufs users uncompressed logs consumes more disk space and can fill up the disk, which does hurt them, unless they know to change back to compressing them.
-
thedaemon
anyone know how to set the cursor for X? My old trick of xsetroot -cursor_name left_ptr is not working. if I run lxappearance, it get's set though and works.
-
dvl
rwp: Good points. I understand the UFS concerns. My reasoning is not one of space of usability. A quality-of-life issue, perhaps. I guess it is based around not wanting to use bzgrep to review old logs and grep to review the current logs. Mind you, bzgrep works on messages and messages.0.bz
-
dvl
rwp: there are great point on both sides. I realize how contentious this is.
-
meena
dvl: it's a good reason to open it as review then (and post it) to get the feedback
-
Remilia
also @ [14:55:33] <tercaL> The thing is, FreeBSD 14 (amd64) doesn't has version 10.5.23 at all?
-
Remilia
I am not sure what that means because the Makefile for mariadb105-server has "PORTVERSION= 10.5.23"
-
Remilia
though I do not think I have built 10.5 recently since there was 10.6 and now 10.11
-
Remilia
maybe quarterly has not been built yet
-
Remilia
Freshports says 10.5.23 - 28 Nov 2023 09:28:34
-
Remilia
-
VimDiesel
Title: Just about every Windows and Linux device vulnerable to new LogoFAIL firmware attack | Ars Technica
-
Remilia
this is amazing
-
Remilia
anyone who ever had ImageMagick could have expected this
-
RedVWnoseatbelt
i always thought it was imagemagik
-
Remilia
hmm?
-
Remilia
ASUS boot logo is ASUS In search of incredible
-
Remilia
cringe
-
meena
RedVWnoseatbelt: unfortunately, it's magick
-
Remilia
magick is an actually existing word unlike magik (if we limit scope to English)
-
cybercrypto
Remilia: Did Asus found yet? 8-)