-
polarian
anyone going to be at FOSDEM?
-
demido
is it a problem to get console messages that the box is out of swap space? it's a box with 192gb ram, 4gb default swap space, ufs. all it does is run 2 vms, each given 64gb ram, leaving base OS with 64gb
-
demido
i run the vms with -5 nice fwiw
-
demido
is it as simple as i need to increase the swap from 4gb or do i need to tune something ?
-
demido
im trying to customize my bsdinstall installerconfig preamble to make a bigger than default swap. so i changed export PARTITIONS="da0" to export PARTITIONS="da0 GPT { auto freebsd-ufs /, 16G freebsd-swap }" and the installation ran but i booted into system and top reported swap as 512mb. what did i do wrong?
-
demido
i reversed the order of the 2 partitions and that worked. so i'm gonna run my workload with 16gb swap and see if swap errors go away
-
pexer
hi
-
rtprio
after all that
-
rtprio
uh, demido you could increase the swap if you need to record kernel crashes, but otherwise 4gb is plenty
-
demido
rtprio why am i getting out of swap space console messages then?
-
rtprio
well, do you have 4gb or do you have 512mb?
-
rtprio
also, what is the system doing
-
demido
i can run a base system with 1GB or so of ram, so why is base OS left with basically 0 memory free when running 2 vms that each get 64gb?
-
demido
maybe you came in late lemme paste...
-
demido
is it a problem to get console messages that the box is out of swap space? it's a box with 192gb ram, 4gb default swap space, ufs. all it does is run 2 vms, each given 64gb ram, leaving base OS with 64gb. i run the vms with -5 nice fwiw
-
rtprio
so by my math, you should have 192-(128) of ram left?
-
demido
so i woulda thought 64gb for base OS would be plenty but instead it has like 4gb free, swap full, console messages about being out of swap
-
demido
ya should
-
demido
4104M Free in sudo top -a
-
rtprio
zfs system?
-
demido
100% Inuse swap
-
demido
no ufs
-
rtprio
can you paste top, preferably with the 2 vms showing?
-
demido
86G active, 56G inact, 38G laundry
-
demido
yep sec
-
demido
-
rtprio
-
demido
the 2 vms are both using 50G mem of their 64G allotment btw
-
demido
system has 64 logical cores, 30 to each of the 2 vms, 4 left for host
-
demido
fwiw i'm spinning up a 2nd identical system with only 2 changes, no -5 NICE on vms, and 16G swap instead of the default 4G. will be another hour or 2 till they are done
-
rtprio
not sure man
-
rtprio
if you have space to spare, since you're on ufs you could add a swapfile
-
demido
think freebsd has a mem leak or smth?
-
rtprio
i'd be curious to see how much swap you use before it levels off
-
demido
well i'll see what this 16G of swap does. if i fill it i'm gonna try it again with a 3rd machine sized to 64G swap
-
demido
if it still fills it i'll know something's up
-
rtprio
sure, but the swapfile would get you answers a bit more quickly, i suspect
-
demido
i'm using vm-bhyve or whatever that tool is
-
rtprio
yes, i assumed
-
demido
do you know how to check if my swap is being used in a bad way? i know it's fine to use swap for infrequently accessed stuff, but it's bad if it's constantly being accessed hot (right?)
-
rtprio
ps -f but when i do it on my system i don't really understand it
-
the_oz_
do the vm's themselves use swap? historiucally speaking
-
rtprio
afaik no
-
the_oz_
you've got a lot of inactive pages in an os that you're simulating
-
demido
the_oz_ well the vms are debian and they have 1G swap inside them
-
rtprio
the os may be inactive
-
demido
and the 1G debian swaps are fullish
-
the_oz_
Hmmm.
-
demido
ya all the inactive mem being used made me think maybe bhyve was leaking mem or something
-
demido
as if the 64G to each vm isn't being contained
-
rtprio
well at least with my 2-8gb vms nothing like that has ever happened
-
demido
think giving 30 cores to each vm is too much and somehow shitting ram?
-
rtprio
i don't see how; again, i might just give the system some swap and see how much it consumes before stopping
-
demido
ok :/ i'll do that and report back ty
-
rtprio
just use a swapfile, while it's going
-
demido
you can add without rebooting?
-
rtprio
truncate -s 20G /usr/swapfile
-
rtprio
swapon /userr/swapfile
-
demido
run it as root or?
-
rtprio
er, swapon -E /usr/swapfile
-
rtprio
yes, as root
-
demido
i'll try 100G just to give it room
-
demido
swapon: ioctl(DIOCGDELETE): Inappopriate ioctl for device \n swapon: /usr/swapfile: block device required
-
rtprio
uh'
-
rtprio
oh shit you still have to md it
-
demido
what's md?
-
rtprio
it turns a file into a block
-
demido
how do i do that?
-
rtprio
mdconfig -t vnode -f /usr/swapfile
-
rtprio
swapon /dev/md0
-
demido
swapon -E /dev/md0 or no -E?
-
rtprio
no -E
-
demido
oh shit
-
demido
i knew something was wrong damn
-
demido
do i ctrl+c ?
-
rtprio
i don't know what's happening
-
demido
i ran swapon -E /dev/md0 :(
-
rtprio
did it not already return? what's swapinfo show?
-
rtprio
it might need to be in another window
-
demido
ya it was hung. i terminted it then ran the command right, immediately returned
-
demido
swapinfo shows the original 4G and now the /dev/md0
-
rtprio
it probably seemed hung, when in fact the system was trying to swap to it right away
-
demido
i added the 100G swap file to the 2nd system that's in the process of spinning up to see what happens with it too
-
demido
swap file is starting to get used
-
demido
2nd box down to 28G Free and swap is starting to get used. up to 96M used
-
demido
26G Free, up to 774M swap used
-
demido
i'm tempted to try disabling swap. like why the heck is base OS using >64G ram
-
demido
22G Free, 4G swap used
-
demido
i'll stop spamming channel. i'll just report numbers in a couple hours when 2nd server is done spinning up
-
the_oz_
live sysadminning is the action packed content I live for
-
demido
:D
-
the_oz_
:)
-
cloudowind
oooo
-
demido
im using virtio-blk and virtio-net for the vms, maybe they leak?
-
demido
really feels like bhyve is leaking mem
-
harvard-0day
hi all ... . skraito here ... .
-
xxy
after installing wpa_supplicant , will wpa_supplicant system service which under rc.d directory be generated automatically
-
harvard-0day
xxy
-
harvard-0day
hi
-
harvard-0day
you love freebsd ? and wpa ?
-
harvard-0day
which version you use
-
harvard-0day
We only publish until version 14.1
-
xxy
i can't find wpa_supplicant under rc.d directory, 14.0
-
harvard-0day
so don't believe if you get 14.2
-
harvard-0day
type find / | grep -i wpa
-
harvard-0day
try it
-
harvard-0day
ask your government to release 14.1
-
harvard-0day
We [ 0day (xc) Our ] the one that code all ... .
-
harvard-0day
is grandpa and grandma that Code freebsd
-
harvard-0day
they got it from Us ... .
-
harvard-0day
when i am in singapore at 2005
-
harvard-0day
that's so old but still stable
-
xxy
harvar-oday: how did you know where do i come from?
-
harvard-0day
i come from ?
-
harvard-0day
ask my wife yourself skraitow Lord Jesus Christ
-
harvard-0day
i am in close wisdom so i don't know where are you from
-
harvard-0day
which country are you from xxy
-
xxy
guess
-
harvard-0day
don't know
-
harvard-0day
may be america
-
xxy
i also wish i had been born in america
-
harvard-0day
why
-
harvard-0day
where are you from
-
xxy
china
-
harvard-0day
oh you are from china that's good
-
harvard-0day
what do you want china
-
harvard-0day
are you from government
-
harvard-0day
i already quit UN so if you want you can whisper me
-
harvard-0day
but We charge 700 unknown max x 30 billion
-
» Alver snickers
-
Alver
skraitow: try not to behave like a 14 year old this time
-
skraitow
what do you mean by that Alver
-
skraitow
i am skraito Kid
-
skraitow
how are you
-
skraitow
is Us [ 0day (xc) Our ] that code freebsd so don't claim Our code
-
skraitow
We already release it
-
dch
please stay ~ on topic there’s a -social chan if you need to banter
-
skraitow
you get it from Us skraito and skraitow which is Lord Jesus Christ at singapore 2005 ... .
-
skraitow
how are you alver and dch
-
skraitow
what your question about freebsd
-
skraitow
We are the coder
-
skraitow
ask me anything if you guys want to know
-
Alver
^^
-
skraitow
sorry Kid
-
skraitow
is skraitow here now ( Lord Jesus Christ skraito wife ) 14.2 grandma will release later grandma is testing skraito code ... .
-
cloudowind
interesting
-
skraitow
from skraito now
-
skraitow
which version did you use
-
skraitow
14.1 is running with s41lb
-
skraitow
try it Kid
-
skraitow
wireless is working too
-
skraitow
yeah
-
skraitow
grandpa already try it at s41lb
-
skraitow
is 14.1 with everything work even wireless
-
skraitow
so if you want version 14.2 ask my Wife yourself is her that hold it Kid
-
» Alver smells another K-line coming
-
skraitow
she definitely having fun with it
-
skraitow
We don't care We got k-line or not
-
skraitow
per k-line is 7 trillion dollar
-
skraitow
Don't ever claim Our code
-
skraitow
from [ 0day (xc) Our ]
-
skraitow
We open source it but remember is Us that code it ... .
-
skraitow
so go modify and release your own and make your own company Kid ... .
-
skraitow
modify or not modify just claim Now
-
skraitow
We already got pay ... .
-
mvee
this is better than reddit, i picked a good night to not be able to sleep
-
demido
ya that was some good content. even better than my live sysadmining. btw 2nd system still spinning up and 4G Free, 8G swap Used
-
demido
still feels like bhyve is leaking mem
-
demido
no reason swaps should be this hot
-
skraito-l33t
back all skraito here
-
skraito-l33t
remember
-
skraito-l33t
s41lb laptop really run on 14.1
-
skraito-l33t
so try it and let me know
-
demido
yea but what about my bhyve memory leak issue
-
Alver
This feels like 1998 all over again
-
ketas
why did time loop back
-
Alver
ketas: scriptkiddies talking all 1337 and h4x0r on IRC :°)
-
ketas
where's my mirc
-
ketas
that's how i learned to code too
-
Frisco-h4x0r
hi all
-
demido
anyone run into bhyve leaking mem in 14.2? got a ufs system with 192G ram. all it does is run 2 bhyve vms that each get 64G ram. by the time the 2 vms are each using 50G ram, the host system is out of mem and already using G's of swap
-
Frisco-h4x0r
ketas
-
Frisco-h4x0r
you love mirc ?
-
Frisco-h4x0r
that's nice
-
ketas
demido: where does the ram go in host?
-
Frisco-h4x0r
14.2 ?
-
Frisco-h4x0r
how you get it ?
-
Frisco-h4x0r
not Even Us release it ... .
-
demido
ketas no clue. here's top of top
termbin.com/1xif
-
Frisco-h4x0r
you must be running fake AstaraOS
-
demido
when i turn on swap in top (W) it shows basically 0 for everything
-
ketas
hmm
-
sbr
*shrugs* Run two vms on a box and never seen them max out their allocated mem. Might be the VM os
-
demido
sbr how could it be the vm OS? does bhyve not enforce mem limits on the guests?
-
ketas
64+64=128
-
demido
i give 64G to each vm, the vm shouldn't be able to use a drop more than that in freebsd host
-
demido
ya that leaves 64G for freebsd host and i don't see where it's going
-
dch
demido: but the host has to manage filesystem memory too
-
demido
but with ufs that's a lot? i thought only zfs used a lot
-
demido
the 2 vms do do a lot of file storage/io
-
ketas
doesn't it give fs cache away on pressure?
-
ketas
not swapping 100%
-
demido
how can i check?
-
demido
and ya it should
-
sbr
Yes, that it should, I don't know what else is going on. Just rebooted this box for 14.2 update, was up for ~6 months and had allocated ~9/32gb of ram
-
ketas
weird eh
-
sbr
ZFS will cache agressively if allowed and not stick to ram limit of the VM
-
demido
ya but this is ufs
-
dch
I have only a cursory understanding of FreeBSD memory info,
wiki.freebsd.org/Memory has a brief overview, and some expert links at the bottom
-
dch
also, any tmpfs usage on this host will be backed by swap if memory runs low
-
demido
so the 2 vms have ~50G resident out of the 64G allocated. host system's 64G is totally used up and ~12G swap is actively used. 'cool'
-
demido
really feels like something isn't right in mem mgmt
-
ridcully
demido: is laundry mem (top) staying this high?
-
demido
ya i have 2 boxes configured more or less the same and teir laundry are 28G and 22G
-
demido
ridcully ^
-
demido
is Laundry only on ufs systems or? because just looked at my zfs system and it doesn't have ANY Laundry listed in sudo top -a
-
demido
it's a freebsd 14.1 system tho, so maybe 14.2 has a mem leak or bug?
-
demido
-
skraitow-kline
hi all
-
demido
-
xxy
i hope to upgrade freebsd from 14.1 to 14.2 , when i run command "freebsd-update upgrade -r 14.2-RELEASE" , it prompt "The following files are affected by updates. No changes have
-
xxy
been downloaded, however, because the files have been modified
-
xxy
locally:
-
noobaroo
is anyone willing to help a GhostBSD user? I asked in their channel but im not sure how active it is
-
xxy
-
skraitow-kline
hi all
-
skraitow-kline
We already say xxy no one release 14.2
-
skraitow-kline
check yourself
-
skraitow-kline
how do you can update it anyway
-
skraitow-kline
ask skraitow yourself if you don't believe me
-
skraitow-kline
which is Lord Jesus Christ
-
xxy
skraitow-kline:https://www.freebsd.org/releases/14.2R/installation/#upgrade
-
skraitow-kline
i see
-
skraitow-kline
then try it then since is written there
-
skraitow-kline
:)
-
psionic
What is the equivalent of /proc/net/nf_conntrack in FreeBSD which shows which connections are flowing through a gateway?
-
ketas
psionic: fw dependant commands
-
ketas
psionic: with pf, pfctl -ss does it
-
ketas
with ipf, ipnat -l shows it
-
ketas
fuck knows what ipfw had
-
ketas
can't find it
-
ketas
hopefully it's enough
-
ketas
ipfw two types of nat even
-
demido
maybe the prob i'm having is that bhyve vm image files are on the 1 root partition. maybe i need to create 2 separate raid arrays and dedicate 1 to vm disk images
-
demido
i'm thinking all of the vm disk image activity, being in the host system's root partition, is 'leaking' lots of disk cache work to the host OS
-
dch
demido: I don't think that will change anything useful, and its an awful lot of work without more data
-
demido
dch well any other ideas what's causing this prob and how to solve it?
-
dch
the big question is why does memory usage climb over time, and what behaviour triggers this
-
demido
sure
-
demido
and why doesn't laundry or inactive get freed
-
dch
are the VMs freebsd ones? running maybe zfs inside?
-
demido
debian, ext4
-
dch
are trims in the VM getting through to the host?
-
demido
ya there has to be some kinda leaking going on
-
demido
i'm using virt-blk and virt-net vm drivers fwiw
-
dch
but I would start reading tuning(7) carefully to start with, and brush up on those memory links I pasted earlier, they are dense/excellent reading
-
demido
ok this is interesting...
-
dch
and maybe ask in the #bhyve channel for some suggestions too
-
demido
i rebooted the 2nd server, started the vms back up, and now reinitializing their data payloads. as they spin up, host system Free mem disappeared predictably. then a bit of laundry appeared (10M) BUT now finally i see Inact being consumed, and swap is still unused
-
demido
that's promising, tho would be preferable to not need a reboot to cause it
-
demido
down to 57G Inact from a peak of 68
-
demido
124G Active, which is more sensible. 56G resident for both vms, then a bit extra for host OS
-
demido
54G Inact, 12M laundry
-
demido
swap still unused
-
demido
ok swap is now getting used, 95M
-
dch
I skimmed tunefs(8) but don't see anything really useful for your situation.
-
demido
tyvm
-
ghoti
Hey, if I want to know how much memory (phys and swao( being used by each jail, is the system keeping track of that and perhaps putting it in a sysctl, or should I parse output of `ps`?
-
dch
ghoti: man rctl, you need to enable it & reboot
-
dch
it won't add up precisely, memory accounting never does. filesystem-related resources will likely not show up in the way that you want, but might be possible with per-jail zfs datasets
-
dch
-
demido
not going below 55G Inact. laundry at 4G. Free ram at 4G. swap has 3G used
-
demido
gonna have to try debian host with kvm vms and see what that's like. this doesn't seem right
-
ghoti
dch: that looks like exaact what I was hoping for. Much better than parsing `ps aojail,rss,vsz`. Thank you!
-
dch
ghoti: yw
-
rosmi_th
Hi all, having connectivity issues only on FreeBSD (doesn't matter - clean install, or truenas, whatever) so: ping 1.1.1.1 -- nothing; from gateway: ping <freebsd_ip> -- timeout. From freebsd: ping <any device in the network> -- ok; from some other device: ping <freebsd_ip> -- ok.
-
rosmi_th
FreeBSD sees ICMP request but no reply to gateway.
-
rosmi_th
I have literally no idea what's going on. Is that special freebsd network stack, or something else.
-
rosmi_th
Anyone?
-
mzar
it looks like you go blackholed, or blockholed
-
mzar
s/go/got
-
rosmi_th
but why?
-
rosmi_th
Really do not understand. Dealing with this issue for two days already.
-
rosmi_th
And the server is needed urgently.
-
jgh
check the net for duplicate addrs
-
rosmi_th
oh damn, yes! it works.
-
rosmi_th
I did check for duplicate addresses, haven't found any, was looking for other possible causes but no.
-
mzar
rosmi_th: please use deductive reasoning, solve, thoubleshoot by sniffing traffic, you will find the culprit
-
rosmi_th
Removed every single IP from ARP table - done
-
rosmi_th
mzar: yes, i did that all.
-
rosmi_th
But I was looking for issues in wrong places.
-
mzar
look for them on the wire, use tcpdump
-
rosmi_th
I did that as well.
-
rosmi_th
Anyway, all works now. Thanks.
-
rosmi_th
My health is a bit fucked now, working & falling down sometimes, lol. Didn't notice duplicate IP (at all) - removed all and all works.
-
mzar
so the issue solved
-
mzar
you don't have to thank us, express you grattitue toward FreeBSD commpunity by helping others and advocating
-
rosmi_th
I'll donate to FreeBSD foundation then <3
-
rosmi_th
Does this counts? :)
-
mzar
ha... maybe they will make some more stickers for Fosdem BSD booth, so probably yes. Thank you
-
rosmi_th
<3
-
rosmi_th
A bit off-topic. Why do you use FreeBSD?
-
mzar
I am used to, feel confident with it.
-
mzar
rosmi_th: there will be a lot of answers
-
rosmi_th
Well, just few reasons.
-
rosmi_th
And, like.. why not Linux? (i do not use it)
-
runxiyu
"well I use both"
-
rosmi_th
I use it on my laptop, and kinda.. i do not feel confident with it.
-
mzar
rosmi_th: Linux let me down a few times, it was a long time ago, maybe he's more stable now
-
rosmi_th
he's not
-
mzar
s/he/ti
-
mzar
it
-
mzar
:-)
-
rosmi_th
One of biggest reasons - too bloated, complicated..
-
rosmi_th
systemd, for example.. I don't say it's "bad" or something, I just do not need 99% of it's functions, I need init system to initialize ..
-
mzar
rosmi_th: no worries, as a community with have nothing agains Linux
-
rosmi_th
I do have Gentoo currently, and it's most near to FreeBSD stability and bloat-less, but still not my thing.
-
rosmi_th
Most of linux distributions feel like.. "beta version"
-
rosmi_th
too many problems
-
rosmi_th
I don't know how people use it, maybe I am just idiot, but I want system that works out of the box with no need to do anything other than using it.
-
mzar
Linux is used by the enterprise, FreeBSD not much; we have Gentoo committer in our local BSD User Group, he installed FreeBSD, probably out of curiosity
-
mzar
.3
-
mzar
.3
-
rosmi_th
FreeBSD is wholesome, the best thing I've ever used, but the main problem - it doesn't have everything.
-
rosmi_th
For desktop? sure, enough.. for server? well, it cannot run <too big list>
-
mzar
?
-
rosmi_th
Let's say I want to run deepseek ai here
-
mzar
OK
-
rosmi_th
Or what you didn't understood?
-
rosmi_th
I meant "there's no enough ports for some uses"
-
janvhs
What is the soundserver people on FreeBSD use?
-
rosmi_th
ALSA?
-
rosmi_th
OSS, pulseaudio if someone is weird
-
janvhs
Isn’t there a need for pulseaudio or pipewire on freebsd?
-
rosmi_th
?
-
janvhs
afaik in Linux there is a need for those because otherwise you can’t manage applications individually
-
rosmi_th
afaik, yes
-
rosmi_th
I don't need sound on my laptop, so I have no idea.
-
rosmi_th
Hm, okay. I got T420 which must fully work with FreeBSD.
-
rosmi_th
If I can run winbox and ledger live with Linuxulator - i will go for it.
-
janvhs
ahhh that’s sick!
-
janvhs
I need sound for work and stuff
-
rosmi_th
janvhs: I do not, not on this machine.
-
ghoti
What's the best way to pull a variable out of the rc system? I don't know where it's set, but I want the current value of $jail_li st. From `service jail rcvar`, I only get _enable. There must be a better way than using grep,
-
bdrewery
ghoti: sysrc might be able to do it. For _enabled I use 'if service blah enabled; then foo; fi
-
ghoti
bdrewery: looks like sysrc can pull out the variable as long as I name it explicly. So I would have to, for example, already know that `jail` requires `$jail_list`. I guess this will do for now, though it woule be nice if I could ask it for jail_* or rcvar could include 'jail_list'.
-
dvl
I've seen references to /etc/rc.conf.d/network as a place to put ifconfig assignments. I failed to get that to work. `mv network netif` succeeded. Is that the right file for that?
-
dvl
It seems to be an approach well suited to automated configuration (e.g. ansible, puppet, etc).
-
demido
any ideas on my bhyve mem leak issue?
-
dvl
demido: I missed the original details, but I'm hoping there is a PR.
-
dvl
-
demido
dvl what in that file leads you to believe it's the source of my issue?
-
dvl
demido: I was referring to my own stuff.
-
demido
ah
-
dvl
demido: I know the feeling.. so often people do not tag the recipient, and the message gets lost in the chaff.
-
demido
maybe i'll try putting this dell r430 into HBA mode and using zfs
-
demido
ya
-
dvl
demido: That sounds like a really good idea.
-
ketas
dvl: but you can add extra general rc.conf files and there are those old per-if files under /etc... if all of that fails, it's option to just patch the init too
-
dvl
ketas: Thanks. That sounds like an awful lot of work - i.e. I don't want to patch.
-
ketas
there should be plenty of custom config around there already
-
ketas
don't most people do like rc.conf for generic setup and rc.conf.local for locals settings
-
ketas
literally what it's for
-
ketas
or, if you wanted direct ifconfig lines...
-
ketas
it's also option to write init scripts :)
-
dvl
Yes, to /etc/rc.conf and /etc/rc.conf.local - however, I am automating the configuration via Ansible - it is easier to put all of snmpd config into /etc/rc.conf.d/snmpd
-
dvl
ketas: ^ and I'm also taking that approach for ifconfig etc (/etc/rc.conf.d/netif)
-
ketas
did that make ton of small files?
-
ketas
never used ir
-
ketas
it
-
ketas
oh rc.conf.d used $name
-
demido
i also use rc.conf.d/*, best way
-
dch
demido: definitely do the zfs thing, you can change the caching / metadata behaviour on a per-dataset level i.e. for each of the VMs
-
crb
has anyone successfully gotten freebsd to serve home directories via nfs to a linux client running a gnome gui? When I try the gnome desktop hangs on login
-
AstaraOS-L33t
Happy Sabbath Day All ... . from skraito and Lord Jesus Christ ... .
-
la_mettrie
ave discordia o/
-
demido
dch ya i haven't tried it yet so i don't know if it'll solve my problem but either way, UFS is effectively dead
-
demido
total abandonware
-
equinix-owner
hi all happy sabbath day from Equinix ... . thank you for hosting with Us ... .
-
ketas
kirk just recently committed ufs date fix that pushed times past 2100, at which point, he jokes, he will be long dead and you can't yell on him anymore
-
ketas
ufs1
-
ketas
:p
-
ketas
exact date is February 7, 2106
-
demido
equinix-owner you're colo'd in an equinix facility?
-
equinix-owner
i am the owner yohanes patra with skraitow Lord Jesus Christ demido
-
equinix-owner
welcome to host with Us ... .
-
ketas
it's him again?
-
equinix-owner
Our network is 1.6 tbit now
-
equinix-owner
who kertas ?
-
demido
too many bad reviews of using this raid card in hba mode for zfs so i either find a solution with freebsd and ufs, or switch host to debian
-
MountainMan1312
Howdy all. I'm rather new to freebsd. I have a fresh install and I'm trying to install the git port. First time I tried it gave a bunch of "stopped" errors, so I tried again and now it seems to be in an infinite loop on a few packages. For example I have "staging for py311-openssl-24.1.0.1" and then under it is "something something depends on
-
MountainMan1312
something else - not found". Has been doing this for hours. Same thing happened when I tried to install the emacs port. Any ideas what I'm doing wrong?
-
MountainMan1312
I tried both with the installer-provided ports tree and tried a fresh install and removed the ports tree and redownloaded with the pkg version of git, then removed git and etc etc.
-
dvl
-
ketas
yeah :)
-
kevans
MountainMan1312: right, you have to build all of the dependencies, which can be a quite lengthy list
-
kevans
(once you get into their dependencies, and those one's dependencies, etc.)
-
demido
im trying the leaky bhyve setup with 1 change, putting the vm storage on its own partition
-
MountainMan1312
kevans: I knew it would be a long build (rust/llvm) but I'm pretty sure I'm seeing exactly the same dozen or so items come across the screen in a loop
-
MountainMan1312
rust, py311-cryptography, py311-openssl, py311-sphinx, py311-requests, etc.
-
kevans
MountainMan1312: actually building, or things that just enumerate them as dependencies that are maybe found, maybe not found?
-
kevans
the latter will likely happen a lot, some of the ones you've listed are incredibly common dependencies of others
-
MountainMan1312
it says they're not found. I wouldn't think much of it if it weren't the same few over and over. Seems like it's making no progress whatsoever