-
scoobybejesus
i set up headscale in a VPS jail. all working great. my freebsd box at home runs tailscale (on the host), along with my phone and another couple computers. they all connect. i have the freebsd box at home as an exit node. can i have pf take packets on tailscale0 interface forward http/s packet to my caddy (thin/loopback) jail on the same box? i put an rdr rule, and it doesn't seem to work.
-
user1218
hello. after updating to 13.4 in the userland update step ran out of space in /usr. so far googled 2 options: 1) "freebsd-update IDS" and compare checksums or 2) "freebsd-update rollback"
-
user1218
ids shows quite a few files in lib & lib32 with different checksum
-
user1218
will the rollback send system back to pre-13.4 or just before userland update?
-
user1218
or better try to fetch base.txz and try to fix relevant files?
-
user1218
or is there third option how to proceed
-
bebop
\x0304red\x03 yo
-
voy4g3r2
has anyone had good/bad experience with having 1 central /usr/ports tree and using nullfs to "share" the direcotry with multiple jails?
-
voy4g3r2
i am building a few systems out of /usr/ports and i am making multiple copies of the ports.git and it just seems to be a waste of space and a burdne on management.. where something like a nullfs to the server to each jail would be "easier"
-
voy4g3r2
space is not a constraint, it is more my sanity of management
-
HER
voy4g3r2: cant you mount the /usr/ports dir in the jail ?
-
HER
mount $host:/user/ports into each jail
-
voy4g3r2
yes, that is what i was thinking.. i can setup a fstab in my jails to mount the /usr/ports from host
-
voy4g3r2
i was just wondering, if ther eis something i may be missing
-
HER
just setup the fstab and mount it
-
voy4g3r2
if i build one package in one jail and do another in another jail. there is an impact.. or it is isolated enough to not be a concern
-
voy4g3r2
i may just end up making a poudriere and have it just build my packages for each jail
-
HER
voy4g3r2: whatever
-
HER
but if you are unsure, try building a simple port and see if anything remains inside /usr/ports
-
voy4g3r2
doing it now..
-
voy4g3r2
i was just thinking while i was waiting for the tree to build
-
HER
voy4g3r2: you are always a step ahead
-
voy4g3r2
i have been known to do that and was like "what happens if i just use one central /usr/ports instead of having now 6.. one for each jail"
-
voy4g3r2
just seemed real stupid
-
HER
if jails are similar versions, and ports are built with similar parameters .. then yes... nonsense
-
HER
and if you are just building with defaults.. also nonsense.. just use pkg
-
HER
or build the poudriere repo
-
voy4g3r2
which i take it is where poudriere ports -c -p default comes in
-
voy4g3r2
becasue the jellyfin, zoneminder, grafana packages is setup with options, specific to my build
-
voy4g3r2
and the whole pkg vs ports builds.. mix-up blah
-
voy4g3r2
but thanks for the confirmation.. too many /usr/ports is a bad thing
-
entrop
+1 poudriere
-
SponiX
seems poudriere and git are the things I need to be learning about. All the cool kids are using them
-
rtprio
SponiX: what source control do you know?
-
SponiX
rtprio: none, I've avoided learning them over the years lol
-
rtprio
okay, that is one approach. depending on your line of work.
-
SponiX
all I really know about git is clone and pull. and I also know next to nothing about github
-
Ltning
What's going on when, from time to time, I have to restart X because any attempt to launch an application returns "Invalid MIT-MAGIC-COOKIE-1 key" ?
-
llua
sounds like one of the tmp files in /tmp/.X11-unix/ was deleted
-
llua
or i would start by checking there
-
llua
Ltning: ^
-
Ltning
Nope, they're there
-
Ltning
and xauth extract - $DISPLAY gives the same value as exists in .Xauthority and /var/run/xdg/<user>/lyxauth (which is the global XAUTHORITY path)