-
meena
-
VimDiesel
Title: Lex knows systems: "" - botsin.space
-
signalblue
_xor: what kind of doorbell camera is it?
-
signalblue
sorry was scrolled far up for some reason
-
alepzi
if a daemon starts up and creates a socket file, should it also delete the file when terminating? or is there another way to cleanly shut down sockets?
-
kevans
mason: yo, were you the one with the jail(8) segfault?
-
mason
kevans: Yeah, parsing a bad config.
-
alepzi
bad
-
kevans
mason: full name or just "mason" for attribution?
-
mason
Mason Loring Bliss, although I only whined about it.
-
mason
This is much different from fixing.
-
mason
kevans: Abuse and scorn for not doing the legwork and submitting a patch might be more appropriate.
-
V_PauAmma_V
Sir, this is a Wendy's.
-
mason
heh
-
kevans
mason: finding bugs is easy, actually reporting them deserves recognition imo
-
alepzi
good repro is gold
-
mason
Next thing to figure out (or implement if it doesn't exist) is to figure out jail numbers that's fixed on jail start but dynamic at rest. Which is to say, rather than having $ep = <somenumber> in my /etc/jail.conf.d/foo.conf I have $ep = $magicnumber for purposes of epair allocation.
-
alepzi
like numbered taps for bhyves?
-
mason
Possible? I haven't used Bhyve for more than "oh yeah, that seems to work" yet.
-
mason
alepzi: Example /etc/jail.conf config:
bpa.st/G7BA and then in /etc/jail.conf.d/foo.conf:
bpa.st/4YMA
-
VimDiesel
Title: View paste G7BA
-
mason
So I'd like to have a magic number rather than hardcoding $ep in the config, with the notion that I could then ship the jail dataset (and reconstitute the config from properties) and not have to figure out a system-specific number.
-
mason
Hm, I bet I can just use the jail ID.
-
mason
Got to figure out when the jail ID is first known.
-
kevans
-
VimDiesel
Title: src - FreeBSD source tree
-
weust
parv: missed you on the lagg thing from yesterday. I have been running lagg with NIC and wifi since 11 or 12 on my laptop. always worked great. same subnet of course.
-
pstef_
my router has been crashing, always during the night. To debug it I left a couple of tail -Fs running from my laptop. The problem is, the FreeBSD running laptop crashes too...
-
lw
pstef_: no dumps?
-
pstef_
surprisingly, no. Probably I don't know how to turn them on
-
lw
-
VimDiesel
Title: Call for help: moving manpages to share/man
-
last1
how can I see where a certain port is defining it's dependenciens ?
-
lw
last1: dependencies should always be in Makefile
-
last1
that I knew, but this one I Have no clue where it's coming from
-
last1
somehow my nginx port is depending on libcrypto.so.12 which is openssl 3
-
last1
which I don't have and don't want to install
-
last1
nginx-1.24.0_14,3 depends on file: /usr/local/lib/libcrypto.so.12 - not found
-
last1
is that defined somewhere else ?
-
lw
that comes from security/openssl, if you don't want the nginx package to use that, then select base openssl when configuring it
-
lw
hmm, or does nginx not have an option for this?
-
lw
last1: try setting DEFAULT_VERSIONS+=ssl=base in make.conf and rebuilding it
-
lw
(if you use poudriere, make sure to set that in poudriere's make.conf)
-
weust
Seems I fixed my lagg setup on my laptop. I had some weird setup mistakes in /etc/rc.conf which somehow worked fine on 13.2 and before. But actually should have given issues back then too...
-
last1
that did it
-
meena
weust: what was the issue?
-
weust
meena: for some reason in the past I had SYNCDHCP included on my ifconfig_wlan0 line, while having DHCP on the ifconfig_lagg0 line.
-
weust
That meant that the default router was using wlan0 instead of lagg0
-
meena
oooohhhh
-
weust
and I had the MAC address to em0 set to the MAC address of em0 instead of iwm0. but in my dhcpd config I had a commented out line for the iwm0 MAC, and one for the m0 MAC.
-
weust
em0*
-
weust
No idea when or why I did that. the laptop is from mid 2018 so somewhere in the past 5 years I must have messed with it for some reason
-
weust
Since I copied that setup over to the RPi4 I am now changeing that setup to reflect the laptop
-
msamsing
Hello. I have installed FreeBSD 14. During boot it seems to be trying to mount da0 but "Medium not present". Could it be trying to mount the disk I installed from?
-
msamsing
or ... maybe not trying to mount but looking for it
-
lw
msamsing: like this? "cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed"? that's just reporting that it can't identify the disc in the drive because there isn't one, it's not trying to mount it
-
msamsing
lw: Yes. Like that. Is it possible to fix it so it is not looking for da0?
-
lw
you may be able to forcibly hide it with hints somehow, but... why?
-
msamsing
lw: I was just wondering why it is looking for something that isn't there - and is not supposed to be there
-
lw
how would it know it's not present until it looks? ... this is just a normal part of querying available devices on startup, every OS does this
-
lw
it's not trying to do anything with it, it just wants some basic information about the device
-
msamsing
lw: Ok. Good to know it's not a problem
-
voy4g3r2
am i reading the -CURRENT makefile right? that i can not just build man pages, in a /usr/src of current?
-
» meena tries
-
voy4g3r2
i see that i can do a mandoc -Tlint <source file>
-
mason
kevans: Neat. Thanks for helping fix it!
-
Onepamopa
nginx-devel from ports, with lua enabled: [alert] failed to load the 'resty.core' module (
github.com/openresty/lua-resty-core); ensure you are using an OpenResty release from
openresty.org/en/download.html (reason: /usr/local/share/lua/5.1/resty/core/base.lua:24: ngx_http_lua_module 0.10.25 required)
-
VimDiesel
Title: OpenResty - Download
-
Onepamopa
any ideas?
-
Onepamopa
13-stable, nginx 1.25.3, openresty 1.21.4, lua-resty-core 0.1.27, luajit-openresty 2.1.20230911_2
-
Tabmow
Onepamopa, have you tried the nginx port to see if the same issue occurs? Do you need 1.25.x?
-
Onepamopa
I'm installing it from port www/nginx-devel
-
Onepamopa
And yes, I do.
-
Tabmow
Have you tried using the latest openresty module? Might be a compatibility thing...
-
Onepamopa
installed all I mentioned from ports ... same thing
-
Onepamopa
maybe the ports in mention haven't been updated recently by the respective maintainers, idk
-
Tabmow
Well the error message seems to say it is looking for a later version of the ngx_http_lua_module than what you have...
-
Onepamopa
isn't ngx_http_lua_module built when "lua" is selected in port's make config ?
-
Onepamopa
cause I've installed everything I could think of - no change
-
Tabmow
I think it probably comes from the openresty port... but I'm not 100% sure.
-
lw
does phabricator email you automatically if you're the author on something that's committed? i got some mails from it about commits with my name on and i'm not certain why
-
Onepamopa
solved by: /usr/local/share/lua/5.1/resty/core/base.lua ==> or ngx.config.ngx_lua_version ~= 10025 --> or ngx.config.ngx_lua_version ~= 10026
-
lw
kqueue(2): "EV_CLEAR: After the event is retrieved by the user, its state is reset." - what does this mean? what state?
-
lw
it also says, for EV_TIMER, "On return, fflags contains the events which triggered the filter." - does that mean fflags will contain NOTE_ABSTIME if it's an absolute timer?
-
dstolfa
lw: it's probably intentionally vague because the state it clears is different based on the hint, but see conditionals that check for EV_CLEAR, here is one example:
github.com/freebsd/freebsd-src/blob…n/sys/kern/kern_event.c#L1026-L1029.
-
VimDiesel
Title: freebsd-src/sys/kern/kern_event.c at main · freebsd/freebsd-src · GitHub
-
lw
dstolfa: hmm. i'm curious specifically about the behaviour for EVFILT_SIGNAL because it says EV_CLEAR is set, but i don't see anything related to EVFILT_SIGNAL there...
-
dstolfa
-
VimDiesel
Title: freebsd-src/sys/kern/kern_sig.c at 768149ff156e7d34a035853030bf946ca94cb461 · freebsd/freebsd-src · GitHub
-
lw
dstolfa: but what does EV_CLEAR actually do there? what changes about the event?
-
dstolfa
lw: in every knote that has it set, it will clear out the data and fflags. this usually means that it won't signal the event over and over again. for EVFILT_SIGNAL, this means that you can build your signal handling event loop in the "obvious" way
-
dstolfa
however, again, depending on the event type and various other things, it could mean something else which is why it's probably documented as vaguely as it is. i'm looking through the man pages to see if there's a good example of what it does, but i can't really find one that explicitly shows it
-
dstolfa
there's a lot of implicit stuff that makes sense if you know how it works, but could be confusing otherwise
-
lw
hmm.
-
lw
dstolfa: so the way i'd expect EVFILT_SIGNAL to work is i get one event per signal delivered to my process... but i don't want it to clear out fflags because what if another signal arrives before i can rearm the event?
-
voy4g3r2
has anyone used these instructions:
wiki.freebsd.org/PkgBase to upgrade a jail/bastille to current? for testing purposes?
-
VimDiesel
Title: PkgBase - FreeBSD Wiki
-
lw
dstolfa: it's not clear to me if i reset fflags and re-arm the event, will it deliver the 'missing' signals then?
-
lw
(this is at least how Solaris event ports worked, from what i remember... you set up your signal with sigaction() to tell it to deliver to the event port, then you just get one event per signal)
-
lw
ofc freebsd is not solaris but this seems like the obvious way to implement it
-
dstolfa
lw: it's been a while since i looked at kqueue internals but i'm pretty sure you get all the signals, you just don't get the same signal multiple times when EV_CLEAR is set (but you would if it wasn't). that's the idea that the man page talks about when it comes to wanting to get notified about state transitions. there are a few examples on how you might implement a signal handling event loop in base,
-
dstolfa
see camdd or pmcstat
-
lw
i'll have a look, thanks. this is basically described "edge-triggered" behaviour, right? whereas kevent is normally level-triggered
-
lw
(might be easier if the manpage just said that...)
-
lw
actually wait, is EV_CLEAR really just the "make this event edge-triggered" flag?
-
lw
if so i am going to just add EV_CLEAR to all my kevents because i hate level-triggered behaviour
-
dstolfa
lw: depends on how you think of edge-triggered i guess. in this case, it would only trigger when the signal is delivered, but not when it's handled (for obvious reasons)
-
lw
right
-
lw
so like, a signal is delivered, then i call kevent() another 20 times, i don't get any more notifications, until i turn the event back on
-
lw
wait, no. until another signal is delivered.
-
lw
(otherwise that would be EV_ONESHOT which is different)
-
lw
... i might write a test program to understand how this works then submit a diff to the manpage
-
lw
EV_CLEAR sounds like what we want for threaded programs though where you get an event, dispatch it to a thread pool, and might end up calling kevent() again before the handler has had a chance to read() or whatever
-
dstolfa
lw: better docs are always welcome :). might be helpful to even include an example that clears up stuff that you've run into so even if it's confusing in the text, there's at least code that demonstrates the interesting bits of behaviour someone might care about
-
voy4g3r2
am i going nuts or is there NO limit to how many "clones" of a nic you can make?
-
lw
voy4g3r2: what do you mean by clones
-
voy4g3r2
i have the physical re0 and i want to have one for jails (VNET) and one for bhyve
-
lw
errr, you probably don't want that
-
voy4g3r2
it looks right now, when i try to "connect" the bhyve to re0 it is "busy" and it keeps mentioning clone the interface
-
voy4g3r2
haha
-
voy4g3r2
could explain why it does not work
-
lw
create a bridge, put re0 in the bridge, create an epair for the jail, put that in the bridge, create a tap for the bhyve, put that in the bridge
-
voy4g3r2
a tap is NOT a bridge? or am i just overthinking the terms
-
lw
correct, a tap is not a bridge
-
lw
a tap has exactly two endpoints, one is the kernel device, the other end is whichever program has the tap device opened
-
voy4g3r2
and if i want to have -CURRENT builld i CAN NOT put it in a jail.. think jail
-
lw
an epair also has two endpoints, but both of them are kernel devices, so you can put one end in a VNET jail
-
lw
yes, do not use tap for jail, use epair
-
voy4g3r2
okay.. and i need to use bhyve for -CURRENT?
-
lw
voy4g3r2: it's a bit long (sorry) but here's a real-life example:
le-fay.org/tmp/30d/RPXZZo.txt - tap0 is a bhyve vm, all those epairs are jails, ix1 is the external interface, and bridge0 is the one bridge to rule them all
-
lw
if you want to run -current on 14.0 (or whatever) then yes you need bhyve
-
voy4g3r2
okay.. i am at point hwere bhyve has a freebsd-current image just the network is NOT working
-
voy4g3r2
and if i use that txt (thank you and nice on tolkein reference) i should get network
-
lw
this is the rc.conf for that setup which is actually much simpler:
le-fay.org/tmp/30d/6Vle6n.txt
-
voy4g3r2
and now i get why some of these tutorials i am reading, say have a multiple nic card in your machine :)
-
lw
notice the two instances of 'auto_linklocal' which are important, ipv6 will break without that
-
voy4g3r2
wow, very clean and easy to follow.. i think you have been doing this quite a while
-
voy4g3r2
i am not cool enough to have ipv6
-
voy4g3r2
i tried to setup on home network and it was just acting up..
-
lw
voy4g3r2: this machine has an onboard re(4) (unused) and an Intel X540-AT2 with two ports (ix0 and ix1)
-
voy4g3r2
that was going to be next question is ix your nic card
-
voy4g3r2
s/card//g
-
lw
yes, ix1 is plugged into the switch
-
voy4g3r2
lets see what i can break for being the bull in china shop
-
voy4g3r2
thank you for the guidance
-
voy4g3r2
i waant to get this man page pull request over to current because seems like "wasted" effort to do on 14.0
-
voy4g3r2
and i probably annoyed some people with all the udpates to the pull request.. i got some awesome help to break up the files into smaller commits
-
lw
voy4g3r2: fwiw, rather than trying to do this with ifconfig, i suggest editing rc.conf based on what i pasted above, reboot, and see if it works. (take a back of rc.conf first in case it doesn't.) the main thing to be aware of is for a bridge, you have to put your IP addresses on the bridge instead of on the existing member interface
-
lw
s/a back/a backup/
-
lw
so for a single bhyve vm you want something like: cloned_interfaces="bridge0 tap0"; ifconfig_tap0="link0 up"; ifconfig_bridge0="inet 10.1.1.1/24 addm tap0 addm ix1 up" except replace ix1 with your actual nic
-
lw
and replace 10.1.1.1/24 with your actual IP address
-
lw
the reason you set link0 is on tap is so it stays up even when bhyve exits, otherwise by default it will go down
-
voy4g3r2
ah
-
voy4g3r2
i was noticing an entry when bhyve instance was up
-
voy4g3r2
then when i turned it off to do "work" it went away
-
voy4g3r2
but i also was not going down the path you were
-
voy4g3r2
so everytime you add a new bhyve.. you update your rc.conf to then add more taps/clones depending on what youa re using?
-
lw
yes
-
lw
vm-bhyve can actually do this automatically but i found that annoying, i prefer to do it by hand
-
lw
don't like random scripts messing with my interfaces
-
voy4g3r2
yeah, that would make sense
-
voy4g3r2
i was watching garyhtech youtube and he was using BVCP..
-
lw
i don't know that
-
voy4g3r2
so trying that.. but adding a nichttps://bhyve.npulse.net/
-
VimDiesel
Title: BVCP: FreeBSD Bhyve Project
-
voy4g3r2
i really need to NOT have ifconfig_re0="DHCP"
-
voy4g3r2
it makes setting up bhyve a lot easier but it falls when it comes to this NIC stuff
-
lw
i don't know how to run DHCP on a bridge and also add members to it, maybe someone else does...
-
voy4g3r2
i have been delaying the transition.. DHCP should not be on a server.. clients yes, servers no
-
voy4g3r2
it goes on the list of fixing today
-
voy4g3r2
thank you for the example lw
-
jbo
lw, does sublime-music really require python >=3.10 ?
-
lw
jbo: yes, the setup.py is full of lies
-
lw
sorry, i know this makes it really annoying to build. i went through the same thing.
-
jbo
yeah, that's why I haven't committed this yet
-
jbo
lw, how did you poudriere-testport this?
-
lw
jbo: i use python 3.11
-
jbo
it appears to ask for dependencies with flavor 3.10 that do not exist or something
-
jbo
I hate this.
-
lw
so DEFAULT_VERSIONS
-
lw
hmm really?
-
jbo
-
VimDiesel
Title: # poudriere testport -p main -j 132Ramd64 -o audio/py-sublime-music[00:00:00] - Pastebin.com
-
lw
uh that's weird
-
lw
jbo: does it work if you set DEFAULT_VERSIONS+=python=3.10 ?
-
jbo
that's AFAIK not how ports are supposed to behave so I didn't test that :p
-
lw
i would have thought it would automatically build some 3.10 packages if you had 3.9 as default but i guess not
-
jbo
are you sure that RUN_DEPENDS is sound?
-
lw
this also applies to something else i want to port soon that requires 3.11 so it would be nice to solve it...
-
jbo
===> py310-sublime-music-0.12.0 depends on package: py310-gobject3>0 - not found
-
jbo
===> py310-sublime-music-0.12.0 depends on package: /packages/All/py310-gobject3-3.42.2.pkg - not found
-
lw
hang on, let me git am and test again
-
jbo
I attempted this three times last week and luckily always got some customer crap to take care of instead :p
-
jbo
but also want to get the PR done...
-
lw
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>0:devel/py-gobject3@${PY_FLAVOR} \
-
lw
i mean, this seems right
-
lw
let's ask #freebsd-ports
-
jbo
I'm gonna let you handle this one, ok? once it passed poudriere-testport I'll take over again
-
jbo
please do make sure that it works without "hacks" such as DEFAULT_VERSIONS
-
lw
ok, it's not a "hack", that's just how i build my ports because i want a newer python. i will testport it a blank make.conf though
-
jbo
so poudriere-testport on a 13.2-RELEASE jail worked for you out-of-the-box with the latest patch of the PR?
-
jbo
you're 100% sure that you don't have a /usr/local/etc/poudriere.d/make.conf (or make.conf per-jail) that does funky things?
-
lw
jbo: on -current. but with my local make.conf (which includes python 3.11) which i didn't realise it would be an issue, so i will fix that. i did not deliberately "hack" this to make it build...
-
jbo
err - I didn't mean to insinuate something or blame you - trying to find solutions so we can get this moving :p
-
jbo
apologies if my wording was... suboptimal
-
lw
god i wish testporting was less of a fucking pain in the ass (not a rant at you, just in general)
-
lw
trying to maintain a development branch of ports and get poudriere to actually use it is far more annoying than it should be
-
jbo
huh? poudriere-testport is like the least pain-in-the-ass I have ever experienced working on any system that had something to do with "integrating" upstream software
-
jbo
just register multiple ports
-
lw
that would be easier if poudriere ports -B actually worked to switch branches (unless that got fixed...)
-
jbo
nah, just use METHOD=null
-
lw
right now i have to commit to my dev branch, then push it somewhere, then pull that in the poudriere checkout...
-
jbo
that way you can just handle the ports repo manually
-
jbo
nah
-
lw
it's like 5 commits just to testport a one-line change
-
lw
s/commits/commands
-
voy4g3r2
hehe.. without fail. typos are evil!
-
meena
fun fact, poudriere supports supplying it a patch, but not for git
-
meena
-
VimDiesel
Title: poudriere jail -P doesn't work with -u · Issue #1057 · freebsd/poudriere · GitHub
-
VimDiesel
-
lw
jbo: there are zero (0) ports which require python 3.10 or later and have RUN_DEPENDS other than audio/sublime-music. so... i don't know. maybe this isn't meant to work?
-
lw
there are 3 ports which require 3.10+ and have BUILD_DEPENDS, but it's the RUN_DEPENDS which are the problem here
-
jbo
lw, is python 3.10 supported on 13.2 (and 14.0)?
-
jbo
meena, might now. I'm not a python guy.
-
jbo
s/now/know
-
lw
jbo: i don't know, i can test that but it's definitely supported on 15.0 and it still doesn't work for me
-
jbo
:D
-
lw
so for example i did # poudriere testport -p sublimemusic -j main textproc/py-TatSu
-
meena
it would be nice to bump the default python…
-
lw
and it's off building lang/python311 like you'd expect
-
lw
but py-TatSu only has BUILD_DEPENDS
-
lw
jbo: i will ask python@
-
jbo
lw, alright! wanna assign the PR to yourself for the time being? :D
-
lw
jbo: i don't think i have the magic bugzilla flag to let me assign bugs to people
-
lw
this is restricted to committers iirc
-
jbo
are you mad at me if I assign it back to you?
-
lw
that's fine, i will comment when i solve this
-
jbo
sounds good :)
-
jbo
lw, mediaelch still waiting for approval from mentors btw
-
lw
jbo: makes no darn sense that a Qt app is easier to port than a Python app
-
jbo
well, that is one of the reasons I try to stay away from python where reasonable :p
-
jbo
I'm sure python@ will be able to shed some light on your particular issue - I just don't have enough python knowledge to help more directly
-
jbo
I just see that it's my duty to make sure that it builds under reasonable configurations and it doesn't seem to :D
-
lw
i didn't realise sublime was python when i first looked at it but it's literally the only navidrome client that exists that isn't written in electron
-
lw
(well maybe not literally the only one but the only useful one)
-
jbo
electron... probably the only thing worse than python :p </SCNR>
-
jbo
lw, I can mostly recommend emby
-
jbo
(although you are probably more interested in jellyfin)
-
lw
i already use jellyfin but it's really bad at reading music tags for some reason, half my music ends up under 'unknown artist'
-
lw
i could probably fix that with mediaelch but tagging 1TB of music in mediaelch would take years
-
lw
jbo: interestingly now that you assigned it to me i can edit the assignee, so i will give it you back once i solve this
-
jbo
works for me
-
jbo
lw, I have to admit that my "listen to music" experience is not as great with emby
-
jbo
lw, I usually make sure that the audio files I import are already pre-tagged
-
lw
jbo: all my music is 100% correctly tagged (i am really anal about this) but jellyfin still doesn't like it :-(
-
lw
i'm using musickube on an nfs share for now which actually works quite well, i'm not sure if i'll end up actually using sublime
-
lw
but even if not i'll keep maintaining it, nice to have more music apps
-
lw
sorry, musikcube, not musickube
-
jbo
as a maintainer of a port you're somewhat expected to actually maintain the port - just saying ;)
-
lw
> but even if not i'll keep maintaining it, nice to have more music apps
-
lw
i've already submitted upstream patches to it, i think that counts as maintaining it :-)
-
jbo
it counts as maintaining if you _keep_ maintaining it ;)
-
lw
i mean i just said i would do that. i already submitted an update to py-pychromecast and tested it with sublime even though it's not even in ports yet
-
jbo
good - that's nice/appreciated
-
lw
jbo: can you please re-paste your paste with the sublime error? pastebin.com says it's expired
-
jbo
lw, not really. that ship has sailed :p
-
jbo
lw, would have to get back to that machine tomorrow
-
lw
ah nm then
-
voy4g3r2
lw: sorry to bother again, i am looking throguh your output and i am curious, why are is an 'a' added to the ifconfig but when i looked at cloned_interfaces there is no 'a'?
-
voy4g3r2
i see the bridge0 uses the a version.. just not sure i understand the cloned_interfaces line
-
cedb
random question, is there a specific reason the emacs port doesnt have nativecomp enabled by default? i usually compile with that option but dont feel like starting to build ports on this machine
-
jbo
cedb, default options questions are usually best directed to the package maintainer (i.e. by e-mailing them)
-
jbo
-
VimDiesel
Title: Ports huh? What are the advantages and do they outweigh the disadvantages? | The FreeBSD Forums
-
lw
voy4g3r2: epair is magical, when you clone one it creates both 'a' and 'b' automagically
-
lw
voy4g3r2: i put the 'a' interface in the bridge and the 'b' version in /etc/jail.conf, but it doesn't matter, you could do it the other way around, both ends of the interface are identical
-
cedb
jbo: right sorry
-
voy4g3r2
ah that explains my next question on the epair2 it was the only one with both :)
-
voy4g3r2
you have a running jail most likely
-
lw
voy4g3r2: the jail that normally has epair2b is not currently running
-
jbo
cedb, no need to apologize for anything
-
voy4g3r2
lw: and the ip address you are using as bridge, that is your "main" one
-
voy4g3r2
the .16
-
lw
voy4g3r2: yes
-
voy4g3r2
got it, my freaking cheap router was offriding my ip address, got that fixed.. i guess the next thing is to just reboot
-
lw
wait, no
-
voy4g3r2
and see what happens
-
lw
this system's addresses are 10.1.6.13 and 2001:8b0:aab5:106::12
-
voy4g3r2
that was my typo.. i mean 13 not 16
-
voy4g3r2
i have way too many lines between these two files
-
voy4g3r2
i am old and had to print out to trace it all
-
voy4g3r2
well lets see what happens, thanks for confirmation
-
voy4g3r2
wow i got them, sweet!
-
voy4g3r2
err bvcp just use my bridge!! stop making your own@