00:00:42 zip: If the system is sitting at (a verifiable) 0.00 load consistently, I would be slightly concerned as usually even larger systems at idle should jump to a 0.01 or something at some point just to show some kind of load. 00:01:11 However, maybe it's got so many fast cores that it doesn't. Hard to say without knowing additional information. 00:02:09 My first guess, though, if it's at 0.00 is that it may be some kind of hardware setting (firmware, BIOS, storage, etc...) that would be causing the system to ramp up outside of the OS itself. 00:16:23 zip: Dust? 01:06:35 it might have been at 0.01, but basically none 01:06:46 I'll open it up and have a look but it was fine before =/ 01:42:24 zip: Does it not do this running Linux? 08:37:05 I guess that's the next thing to try 08:37:18 Now I think about it, it was running suspiciously quiet 10:41:57 man, this thing does _not_ want to hang on to an ipv6 address 10:44:34 I suppose the solution is to take wifi out of the loop, move the computer and give it a real internet connection 10:46:22 yes, go for it 11:48:22 hey I wanted to ask whether freebsd has the same stupidity like linux 11:48:46 like if I install a package like virt-manager 11:49:02 will the package work or do I need to write commands in the console to make it work 11:52:53 ohhhhhh by setting ipv6 forwarding to enabled I can't SLAAC the interface, that makes total sense 11:54:10 I suppose I have two paths forward: I can continue this plan of doing this by full routing, or I could run a GRE tunnel to the router and have it dish out addresses and do no routing on the hardware itself 11:55:09 zip can you try what i said 11:55:10 ? 11:55:44 I too come to this channel as a noob 11:58:02 hm, my jails still aren't picking up my fd80::/64 addresses I was trying to set up with rtadvd 11:58:06 computers aaaaa 11:58:25 IPv6 DNS AAAA! 12:21:59 hi, so I am on my 20th attempt to install freebsd 14.2-stable on my Thinkpad P53 with variying results. I have this problem I cant seem to solve, the trackpad and trackpoint from elantech. the pad don't work but the pointer does. I have no X yet on this install. TrackPoint is kern.evdev.6 and pad is kern.evdev.5, both are the same psm0 and bustype, can this psm0 be the probelm? 12:26:22 dmesg reports ms0 as irq 12 on atkbdc0 [GIANT-LOCKED ]Elantech Touchpad, device ID 0 twice and no trackpoint at all. 12:31:13 turning the trackpoint off in bios removes it as excpected but does nothing to help the touchpad 15:03:43 dlms, step one. . . stop re-installing. 15:03:54 The trackpad will likely take some special effort. 15:04:54 Why don't you start with a pastebin of your 'pciconf -lv' output? 15:06:09 I am currently testing it on linux. It wourks out of the box in gentoo and openbsd but not in freebsd. I will get back with updates :) 15:06:53 I think you'd be happier with the gentoo crowd. 15:06:56 Via con Dios. 15:13:17 AFAIK Gentoo has nice community too 15:13:50 https://www.shlomifish.org/humour/by-others/funroll-loops/Gentoo-is-Rice.html 15:14:22 how come netstat -an46 shows less active internet connections than netstat -an from net-tools on linux? 15:14:54 *than netstat -an on freebsd and netstat -an from net-tools on linux 15:15:23 They're different commands on different platforms. 15:16:47 linux's shows a lot of strange, un-related info my my opinion. 15:17:19 linux's netstat seems to combine the functionality of FreeBSD's netstat & sockstat. 15:18:34 point was netstat -an on freebsd shows more than netstat -an46 on freebsd 15:18:57 in active connection section. Im not refering to socket section 15:19:28 I would think specifying both 4 & 6 prolly causes some confusion, and leaving both out shows both v4 & v6 info. 15:20:02 From the manpage: 15:20:04 -4 Show IPv4 only. See GENERAL OPTIONS. 15:20:04 -6 Show IPv6 only. See GENERAL OPTIONS. 15:20:53 Play with it and figure it out. . . this is enough navel gazing for me. 15:26:46 CrtxReavr: Yes, but all the missing connections are udp6 or tcp6. nothing outside of the inet or inet6 families 15:28:04 UDP connections are not a thing. 15:30:47 netstat -46 still shows udp. I see the problem, netstat doesn't allow specifying both 4 and 6. -46 just shows ipv6 because it was the last one 15:35:25 UDP connections are not a thing? 15:37:22 the protocol itself only provides a connectionless service. You can nail a socket to only talk to a specific remote, but that's a slightly different concept 15:38:03 why do people say things like this? 15:41:50 Things like technical truths? 15:42:20 UDP? it is used all the time 15:42:28 UDP is used in DNS 15:43:00 * CrtxReavr sighs. 15:43:18 you wouldn't game without UDP 15:43:23 Yes. . . and UDP is well-suited to DNS lookups. 15:43:26 no VoIP without UDP 15:43:42 But the fact remains, UDP is a connectionless protocol. 15:43:52 what does "UDP ocnnections are not a thing" even suppose to mean? 15:44:01 not always 15:44:07 User DATAGRAM Protocol. . . meaning each pack has to be a complete message. 15:44:22 er - each packet 15:44:39 datagrams 15:45:18 If you're using UDP to send streams of data larger than a packet, then you have to take-up space in said packets with higher level session info. 15:45:44 But the UDP protocol itself has no concept of a connection. 15:45:57 it is used for speed, hence gaming 15:45:59 voip 15:46:01 etc. 15:46:47 Right. . . but there's no gurantee of packet arrival or ordering. 23:05:27 Howdy!