-
yuripv
mailing lists are nice
-
polyex
can the firecracker vm run on a freebsd host? or does it only support freebsd guest
-
FUZxxl
meena: not related to my work, as the issue dates back to 2018
-
FUZxxl
I have no idea what their problem is
-
polyex
can the firecracker vm run on a freebsd host? or does it only support freebsd guest
-
visl
polyex: i think it's linux host only so freebsd guest only
-
polyex
crap, ty
-
_xor
What does `-S srcpath` do exactly for `poudriere jail -c ...`? (compared to `-m src=/src/path`)
-
_xor
I mean obviously they're two different things seeing as how -m has a bunch of different transport mechanisms for fetching obtaining files, but "Specify a path to the source tree to be used" for -S isn't super descriptive :/
-
pmb
i am looking for a lightweight backup system, bacula is to much for this, I am thinking rsync with scripts.... any other ideas?
-
pmb
actually they are the only two that I know, so I am looking for alternate ideas that may have been introduced in the last 20 years :p
-
Soni
what stops someone from using 464XLAT on an ipv6-only kernel?
-
vxwarlock
freebsd default arp cache time 1200 a little more if you want to change > echo 'net.link.ether.inet.max_age=300' >> /etc/sysctl.conf
-
vxwarlock
if you check your configuration
-
vxwarlock
sysctl -a | grep net.link.ether.inet.max_age
-
meena
sysctl net.link.ether.inet.max_age
-
vxwarlock
It can be useful if you are building a tunnel.
-
vxwarlock
meena > you're right | Your way is better..
-
meena
Soni: tentatively, I would say: nothing
-
meena
-
VimDiesel
Title: FreeBSD / src / c531c1d / pf: Convert PF_DEFAULT_TO_DROP into a vnet loader tunable 'net.pf.default_to_drop' - FreshBSD
-
vxwarlock
meena > freebsd ping command doesn't support -I command
-
vxwarlock
Is this true?
-
RhodiumToad
did you try it?
-
meena
vxwarlock: mine does, or at least claim it does.
-
RhodiumToad
however, "This flag applies only if the ping target is a multicast address." (or for ipv6, "This flag applies if the ping target is a multicast address, or link-local/site-local unicast address."
-
RhodiumToad
(since in all other cases, the interface the packet goes out on is determined by routing)
-
vxwarlock
hmm
-
Soni
is there a way to inspect IPv6 RAs from userspace?
-
KingShark
-
VimDiesel
Title: How to do a full system backup of freebsd so i can boot from it if my current system fails | The FreeBSD Forums
-
RhodiumToad
are you using zfs or not?
-
KingShark
yes i do
-
KingShark
is it better to take snapshots of everything?
-
KingShark
but i dont have a zfs system elsewhere to receive the snapshots properly
-
KingShark
and i read writing them to a file has considerable risks of corruption and i would never know before i need it
-
KingShark
what i would like to be prepared for is a situation where the system refuses to boot at all, there is no easy fix and i would have to reinstall
-
RhodiumToad
what I would do in that case is to make a bootable restore disk, and (either on the same or separate disks) backups of the root pool done with zfs send or whatever
-
KingShark
then reinstall, create zfspools and restore their snapshots?
-
KingShark
or what do you mean by the bootable restore disk?
-
RhodiumToad
a bootable disk with enough on it to create partitions and zpools - an install disk will do
-
RhodiumToad
and rather than reinstalling as such, just make new partitions and zpools and restore the old data
-
KingShark
doesnt zfs receive need its own zfs pool which needs its own disk (or at least, thats recommended)?
-
KingShark
can zfs pool coexist on one disk?
-
RhodiumToad
zfs send can write to a file, no?
-
CmdLnKid
yo @channel "not important" just curious why this is in /etc/termcap. line 103 from (cat -v /etc/termcap |nl |less) shows ^L character. just curious how this got here or if it has some special meaning. currently im on 13.2-STABLE
-
RhodiumToad
^L is a page break
-
CmdLnKid
was sorta thinking that but couldn't relate it to why it would be here
-
KingShark
it can but i read its not recommended to do snapshots to files because of corruption risks and not being able to notice before trying to failing restore
-
CmdLnKid
as it appears multiple times similiarly
-
RhodiumToad
it has no semantic meaning in the file, it's just there for convenience to divide up the file into sections
-
CmdLnKid
moreso formatting. cool thanks man
-
CmdLnKid
randomly opened it up in vim and with my formatting noticed it like well thats odd
-
CmdLnKid
was looking for vt400 support
-
» CmdLnKid currently working with openvms x86
-
meena
CmdLnKid: whoot
-
CmdLnKid
yeehaw!
-
RhodiumToad
that vt420 entry looks like a translation from terminfo
-
RhodiumToad
when pruning down termcap entries to 1024 bytes, you can do a lot better than the ncurses tools do
-
RhodiumToad
for example, RI is sometimes useful, but DO,LE,UP can be dropped with no real penalty since cm works just as well
-
CmdLnKid
don't know how much exposure termcap has had lately but maybe it could use some more
-
RhodiumToad
almost nobody cares about any entries except xterm and maybe ansi
-
RhodiumToad
I handwrote my own xterm (and screen/tmux) entries to get more function keys by pruning out other cruft
-
CmdLnKid
it'd be nice to see some older programs get some more support. now that i have some more exposure to some older os's and progs
-
CmdLnKid
i essentially copied over termcap from 13.2-STABLE today just to get the entries
-
CmdLnKid
to a macos system
-
CmdLnKid
makes me feel really old
-
RhodiumToad
back when I did commercial unix stuff I had to write a couple of terminfo entries
-
RhodiumToad
(I once got an actual bug report that said "the terminal screen stops updating if you hit the STOP key")
-
CmdLnKid
hahaha
-
RhodiumToad
(I think someone suggested to them that they pry off the keycap or something, it was a hardwired function in the terminal that couldn't be configured)
-
CmdLnKid
can't say ive had that happen
-
CmdLnKid
can say ive been inquired about a few times for my non-good-usage of custom termcap entries just to get around a few terminal bugs
-
CmdLnKid
think i was fired that day
-
CmdLnKid
when peoples payroll changes by one zero ... shareholders get all testy
-
CmdLnKid
turns out they get that way when unannounced enforced password changes to accounts [admin and finance] happen too
-
Freaky
meena: just tried patching on ifuncs on PHP, seems fine, and addslashes() got 5x faster
-
meena
Freaky: i, otoh, just noticed my kernel crashed yesterday night (and it wasn't my fault)
-
Freaky
meena: ironically this only works on other platforms because they apparently get lucky with undefined behaviour in another check
-
Freaky
meena: see, if we just rewrote everything in Rust...
-
meena
i love accidentally working undefined behaviour
-
Freaky
where's that xkcd with the vast pile of stuff supported only by a single thin brick
-
Freaky
bugs.freebsd.org/bugzilla/show_bug.cgi?id=274011 patch there for lang/php81 if anyone's feeling brave
-
VimDiesel
Title: 274011 – lang/php83: ifunc support is disabled
-
meena
Freaky: how much work would it be to recreate PHP in Rust? i feel like al the inconsistencies would go terribly against rust's grain
-
jgh
-
VimDiesel
Title: xkcd: Dependency
-
Freaky
meena: I'm sure it couldn't take more than a couple of weeks
-
meena
Freaky: my virtio project was supposed to be a weekend project.
-
yuripv
what the project is about?
-
paulf
most projects are cans of worms
-
angry_vincent
indeed
-
dch
-
VimDiesel
Title: GitHub - bragful/ephp: Bragful core: PHP Interpreter in pure Erlang
-
meena
yuripv: in theory, the project is about cloud-init, but one of the things on the list was to get it integrated into the cloud-init test suite. which means getting it running under LXD, properly, which requires virtio vsock, which, luckily, I'm not the only one who cares about, also FIRECRACKER
-
markmcb
i see beta3 has landed ... is there a changelog between betas?
-
yuripv
markmcb: you'll need to wait for official announcement which will list the changes; e.g. for beta2:
lists.freebsd.org/archives/freebsd-current/2023-September/004685.html
-
VimDiesel
Title: FreeBSD 14.0-BETA2 Now Available
-
yuripv
("A summary of changes since 14.0-BETA1 includes:")
-
markmcb
yuripv: thanks!
-
LxGHTNxNG
cheapbsd
-
signalblue
FreeBSD 13.2 RELEASE P1 still doesn't work well with WireGuard
-
signalblue
really really hope 14 RELEASE is better at this
-
signalblue
right now it's unusable
-
BillyJoeBob
Hello, all
-
tmtt
Hi! I'm trying to setup IPv6 on my dedicated FreeBSD (13.2) server, hosted on OneProvider. After asking for a /64 IPv6 block, they gave me one, but I'm confused as to how to "link" one primary IPv6 that's reachable and pingable to the outside world (and keep the rest of the /64 block for later use). I've seen some articles about IPv6 setup, but they're either outdaded or using DHCP. I use PF as my firewall (which blocks all incoming tra
-
tmtt
ffic and enables some ports and some IPv4 ICMP sequences). Thanks a lot in advance :)
-
tmtt
Oh, and OneProvider didn't bother giving me a gateway or something like that. I only have a IPv6 range that's assigned to my server and a DUID (which I think is used for DHCPv6 configuration).
-
DrKK`
tmtt: From your lips to God's ears
-
DrKK`
I can't figure out how to use IPv6, myself. lol
-
tmtt
lol
-
DrKK`
the farthest I've gotten, is my ISP will assign me a gigantic block via DHCPv6
-
DrKK`
but I can't get that to do anything useful from that point
-
DrKK`
no matter how many things I reference online
-
DrKK`
since I don't need to care about IPv6,
-
DrKK`
I gave up after 2 hours.
-
DrKK`
and here we are.
-
tmtt
My ISP won't even acknowledge the existence of IPv6
-
DrKK`
mine does (Verizon FiOS, Baltimore)
-
DrKK`
for about a year
-
polyex
can bhyve run linux guests?
-
thedaemon
yes polyex
-
rtprio
tmtt: there are a couple of ways of doing it
-
tmtt
rtprio: what's the simplest? :)
-
rtprio
they're about the same; i use rtadvd
-
rtprio
the config is two or three lines
-
tmtt
rtprio: Isn't rtadvd used for IPv6 routers?
-
tmtt
If so, I just want to make my server accessible to one of the IPv6 I was allowed to use without much hassle, not making a router for my LAN
-
rtprio
does your router not have an ipv6 address?
-
rtprio
if they gave you a block, you'll _probably_ have to route it. my last isp gave one ipv6 address for the router and then the /56
-
bluedartfrog
Hello
-
tmtt
rtprio: Oh, no, it's not a home server, it's a dedicated server I rent at a server hosting provider, like Vultr or Linode
-
bluedartfrog
I live in my parents basement
-
tmtt
rtprio: I don't know how they handle their DHCP(v6) configuration at all
-
rtprio
i've only run dhcpv6 as a client, on a couple of cloud boxes; i've never set it up
-
rtprio
what does the duid look like?
-
tmtt
No I don't want to set a DHCPv6 server either, I simply want to make my server available to some IPv6
-
tmtt
2s
-
rtprio
well, you can give your server one of the address in your /64 but i don't think it will work
-
tmtt
Yeah, that's what I thought I'd do, but I have no idea on how to assign one to my network configuration lol
-
tmtt
DUIDs aren't private, right?
-
meena
-
VimDiesel
Title: fix last left-over K&R function declaration by igalic · Pull Request #121 · lichray/nvi2 · GitHub
-
tmtt
rtprio: and yeah, they gave me a DUID, with instructions on how to use it on Linux but not on FreeBSD and I couldn't find much info on this for FreeBSD
-
rtprio
as i understand it identifies your device on their network, but i suspect you're still going to need dhcpdv6 on your router
-
polyex
thedaemon cool ty! can bhyve run ANY linux as a guest or only some?
-
meena
polyex: bhyve should be able to run any linux. It's a virtualization platform.
-
meena
The Linux stuff we can only run in jails is a lot more restricted.
-
polyex
ahhhh
-
polyex
nice!
-
thedaemon
Anyone know if BETA3 build has dropped yet?
-
thedaemon
Supposed to be today if schedule goes well.
-
meena
thedaemon: it'll drop when there's an announce email
-
thedaemon
is that in a particular mailing list meena ?
-
thedaemon
I have digest turned on for muh mailing lists.
-
rtprio
freebsd-current
-
thedaemon
gracias rtprio I'll verify I'm in it :)
-
rtprio
(i'm pretty sure)
-
meena
it's also on freebsd-stable@
-
meena
I'm surprised it's not on announce@ but i guess that's really for releases and security issues
-
thedaemon
yeah I was looking at announce but saw security issues
-
thedaemon
freebsd-current & freebsd-snapshots
-
thedaemon
I should have read the Release page fully
-
polyex
14 shaping up nice? only used 13 so far
-
spine-o-saurus
hay when i try login via lightdm it says no session?
-
spine-o-saurus
it doesn't even list fluxbox as an option under the dropdown from top right corner
-
spine-o-saurus
also when i get into fluxbox without the lightdm and lauch kvirc it keeps saying i need to find the installation settings under ~/.config, but i already set that up previously
-
spine-o-saurus
also, not sure if it is related, but even before all that when i was at desktop session and logged off back to tty the keyboard was not responding properly, like the 'a' key was mapped to enter and 'p' was mapped to the up arrow?
-
spine-o-saurus
i eventually got out of that by alt+switching tty's
-
spine-o-saurus
that was some weird shit
-
yuripv
-
VimDiesel
Title: FreeBSD 14.0-BETA3 Now Available
-
polyex
14 shaping up nice? only used 13 so far