-
ketas
yeah ddr4 price is wtf i just looked
-
kerneldove_
yep
-
kerneldove_
i have a ton of 32gb modules
-
kerneldove_
could even part with 64gb for right price
-
ketas
barely any size and price is wohoow
-
kerneldove_
r430 and r720 mem
-
ketas
so does zfs work now
-
kerneldove_
yep ty
-
Reinhilde
it may be going up due to failures in existing modules
-
kerneldove_
i read it was about the industry retooling for next gen mem mfg
-
kerneldove_
so it's like eol
-
kerneldove_
no doubt insiders made a bundle
-
kerneldove_
speculate -> supply shock -> profit
-
Reinhilde
ah, uch
-
Reinhilde
i know what I wouldn't do if I was the rationing chief
-
ketas
eat all
-
zip
update: if I turn on AMD DASH in the BIOS it now loads the kernel module without crashing. And then times out. And does not work.
-
zip
then _unloading_ it causes a kernel panic! cool
-
zip
oh well, my remote management approach is to shove a USB null modem serial cable into a spare port anyway
-
ketas
Desktop and mobile Architecture for System Hardware
-
ketas
i think that naming sucks
-
zip
now that this wee gadget is on my desk instead of in a cupboard it is very obvious how hot it gets
-
zip
maybe I should go find another mini PC for my freebsd server needs
-
zip
then again I'm in Scotland, there's very few parts of the year where running a mini heater in the corner of the room is a bad idea
-
Reinhilde
zip, how «in Scotland» are you? Edinburgh, or highland and islands? is summer weather severe enough to merit air conditioning?
-
ketas
i doubt any uk is tropical place
-
ketas
but why it has to be in cupboard
-
ketas
without a vent?
-
o0x1eef
Some things only make sense in Scotland.
-
duncan
scottish summers are pretty oppressive lately
-
Reinhilde
ketas a lot of the UK has borderline tropical summers. yes winters are rainy and cold, but summer is a riot of excess heat. not that I'd know, I've not been there in years
-
zip
yeah really summer does get a little toastier than I'd like
-
zip
ketas: honestly it's off most of the time because I'm tinkering rather than using it for what I planned to use it for
-
o0x1eef
I don't feel like 'borderline tropical' reflects the reality of UK/Irish weather. It is mostly miserable weather, and then a couple of months that are ok/warm.
-
ketas
misterable
-
ketas
this year estonia is bust again
-
Reinhilde
bust how?
-
ketas
weather wise
-
ketas
weather is warm
-
ketas
but it's not good
-
ketas
everything sucks due moisture
-
o0x1eef
I like tropical weather with an AC that dials into UK weather. It's the best of both worlds.
-
ketas
:p
-
ketas
tropical outside is horrible actually
-
o0x1eef
Agreed. Too hot for me.
-
ketas
not only will mold grow but also all sorts of nasty parasites
-
o0x1eef
True
-
ketas
which will die in winter
-
ketas
i like the old +25'c ... -20'c
-
ketas
those are cycles too of course
-
ketas
anyway i'm now proud owner of old touchscreen thinkpad
-
ketas
should be fun
-
o0x1eef
Hard to go wrong with a thinkpad
-
ketas
yeah
-
ketas
hopefully lasts
-
ketas
but then
-
ketas
just recently someone had new laptop, suddenly didn't charge, took usb c out and replugged, got cloud of smoke and brick
-
ketas
pulled a wrong ticket eh
-
o0x1eef
I've been blessed to avoid horror stories like that, but they do happen
-
ketas
i still have my first, was t60, was n.o.s., did serve me well, started failing and eventually froze and gone
-
ketas
have to look what it did
-
ketas
served past 10y actually
-
ketas
i mean
-
ketas
lid is perfect and carries freebsd the power to serve sticker :p
-
ketas
yeah whatever
-
ketas
i replaced it's ccfl which busted the inverter eventually
-
ketas
i mean they actually are kind of used up goods
-
kerneldove
any easy way to add bsdinstall scripting to the first time a fresh install boots? i wanna run the freebsd-update fetch, install, shutdown -r now sequence
-
kerneldove
i use scripted bsdinstall and i always forget to run that manually after first boot :(
-
ketas
( echo freebsd-update fetch install; echo shutdown -r now; echo rm -f /etc/rc.local ) > /etc/rc.local
-
ketas
?
-
kerneldove
tried reading rc.local in man page but can't figure out what it is
-
kerneldove
wouldn't that run on every boot or?
-
kerneldove
oh you rm it
-
ketas
fetch install can't be chained tho
-
ketas
yes
-
ketas
it's old thing
-
kerneldove
oh so that won't actually work?
-
ketas
now executes via /etc/rc.d/local
-
ketas
it does work
-
ketas
well now you can't shutdown hah
-
ketas
:p
-
ketas
no
-
ketas
the /etc/rc.shutdown.local is for shutdown
-
ketas
that hopefully executes once
-
ketas
i never tried
-
ketas
you can also write your own
-
ketas
that checks a file in install
-
kerneldove
what do you mean fetch install can't be chained? maybe i misunderstood
-
ketas
like can't run both at once
-
ketas
also isn't this time for pkgbase eh
-
kerneldove
huh?
-
kerneldove
oh
-
kerneldove
well i'm not on 15
-
kerneldove
what do you think about using firstboot service?
-
ketas
wait you could maybe still
-
ketas
i never used it
-
ketas
and now i never will
-
ketas
oh yeah there was that too
-
kerneldove
you'll never use what?
-
kerneldove
really hard to understand what you say
-
rtprio
kerneldove: it's possible to script sysinstall, but i last did it quite a while ago
-
rtprio
and with it, you could drop a rc script to do what you're after
-
ketas
kerneldove: never had reason do try freebsd-update
-
kerneldove
rtprio, by systinstall do you mean scripted bsdinstall?
-
rtprio
yeah, man bsdinstall talks about it
-
kerneldove
i said like 10 lines up i use scripted bsdinstall.
-
kerneldove
what i want is, upon first boot, to run the freebsd-update sequence and reboot again
-
kerneldove
so should i use the firstboot service to do that or?
-
ketas
seems like accident waiting to happen anyway
-
kerneldove
how so?
-
rtprio
i'd just write your own that does the update, deletes $0 and reboots
-
ketas
-
ketas
hmm
-
kerneldove
why not use the builtin firstboot to do this?
-
rtprio
i didn't use it
-
rtprio
but it would probably work
-
Reinhilde
what the cis
-
ketas
hence the rc.local && rm
-
kerneldove
ketas are you saying you don't trust the firstboot service to only run once?
-
ketas
the fuck is firstboot service
-
ketas
i think there is firstboot somewhere there indeed
-
rtprio
kerneldove: do you not manage updates elsewhere in config management?
-
rtprio
also poking around it looks like there's the package firstboot-freebsd-update for this exact reason?
-
ketas
i only found firstboot lately
-
ketas
Run 'freebsd-update fetch' when the system first boots; and if updates are
-
ketas
downloaded, install them and request a reboot.
-
ketas
indeed
-
kerneldove
looks good
-
kerneldove
that pkg i mean
-
kerneldove
know where i can look at the files in the pkg without installing it?
-
kerneldove
i'm away from freebsd system
-
ketas
it's a tar
-
rtprio
look at the makefile, via freshports or git
-
rtprio
ketas: no it is not, it's a single rc script
-
ketas
hmm freshports don't have it
-
ketas
i mean pkg is a tar :p
-
ketas
but if you meant without downloadinf
-
rtprio
-
ketas
hmm
-
rtprio
it's right there
-
ketas
yeah in this case yes
-
ketas
otherwise i don't know if there's pkg explorer
-
ketas
but that doesn't mean it's not a tar if it's made into pkg itself :p
-
wipt
Got an intel fiber NIC, fiber switch, can't seem to get them to work together. Both SFP modules are the same intel model, and I can see each one has light coming out of one of the ports before I insert the fiber cable. I believe polarity is correct, light should go no no light, and vice-versa.
-
wipt
The light for the switch is on for the SFP port, but there is no light on the NIC. I've tried both ports, tried swapping NICs (I have two).
-
wipt
And I got it. Swapped SFP modules between NIC and switch, connection is active and NIC is lit up.
-
wipt
Connection is active, but it's slower than 1gbps ethernet, should be runnig at 10gbps...
-
wipt
Well, 2.5gbps is the limiting connection my my client, but I'm seeing transfers less than 1000kbps
-
rwp
How are you measuring this? With some bandwidth measuring utility such as "iperf"?
-
wipt
rwp: it's what scp is showing. Things seem to be moving faster with KDE, which is weird.
-
rwp
If it were me I would try testing with iperf between two systems as that is pretty raw data transfer and does not have any interactions with encryption or anything. Try with both UDP and TCP.
-
rwp
On one system run "iperf -s" and let it sit. On the other run "iperf -c othername" and let them spew between them for a minute and it will say something.
-
wipt
[ ID] Interval Transfer Bandwidth
-
wipt
[ 1] 0.00-11.68 sec 6.50 MBytes 4.67 Mbits/sec
-
wipt
server interface shows: media: Ethernet autoselect (10Gbase-SR <full-duplex,rxpause,txpause>)
-
wipt
The only thing I might note is that the SFP modules are multimode, my cable is single mode - the vender I bought the modules from listed them incorrectly, and I only noticed when I went to buy more that the model didn't line up.
-
wipt
But if the cable was an issue, would it not fail to negotiate at 10g?
-
deimosBSD
that's different wavelengths, it'll connect, but as you're seeing, won't be quick
-
deimosBSD
single mode is 1310nm, multmode is 850nm
-
deimosBSD
multimode can be 1300nm, which is close, but still barely works
-
wipt
In terms of cost, my best course of action seems to be to buy everything multimode and eat the cost of the cable. I've read that single mode is the way to go, but these runs will be between a few feet to a few dozen feet around the house. I just figured fiber would be better for power use, along with power isolation between nodes.
-
rwp
wipt, That's pretty awful numbers. :-(
-
Macer
when i get a chance to do it i need to reboot my nas and check the bios to see what SOL is set for so i can enable it
-
rwp
My GigE copper two systems say this: [ 3] 0.0-10.0 sec 1.09 GBytes 936 Mbits/sec
-
Macer
i'd love to be able to use it as a makeshift ipmi since i'm not going to be running anything graphical on it (just vanilla fbsd) but i'd also like to be able to see it boot
-
rwp
Macer, I only ever use serial IMPI sol because the serial terminal for booting and installing and controlling a server is totally sufficient to do everything.
-
deimosBSD
singlemode fiber is higher quality than multimode, but for under 200m, it won't matter much
-
Macer
Firmware Build Time : Aug 27 2013 15:47:45
-
Macer
rwp: how exactly do you even connect to it? the web interface causes all types of problems since it's so dated for me
-
Macer
tomorrow i'm going to load it up with ram from an old 1u i'm no longer using.
-
Macer
so i'll probably check on it then since i have to be local without the web based kvm
-
rwp
Macer, "ipmitool -I lanplus -H $IPADDRESS -UADMIN -PADMIN sol activate" Replacing ADMIN and ADMIN with the account name and password that are actually used. ADMIN is the factory default for both.
-
rwp
Note that the system must be configured to use that as the serial console. So for example for me on FreeBSD on a Supermicro X9 motherboard it uses the 3rd serial interface which is not the system default and therefore I must configure comconsole_port=0x3e8 console="comconsole,vidconsole" in /boot/loader.conf so that the system will use the 3rd serial port.
-
rwp
Otherwise you might connect to a serial port that the system is not using for the serial console and that's not going to be useful.
-
rwp
Using that terminal to login will be using ttyu2 on my Supermicro FreeBSD system.
-
Macer
and will that, for instance, give you serial access to the bios if that's necessary?
-
rwp
Yes.
-
rwp
On a server type system such as a Supermicro which uses IPMI. (Dell uses iDRAC for example which is similar but different. HP uses iLO which is similar but different.)
-
Macer
wow... thank you so much. i'll have to look at that
-
Macer
this is an X8 soooo.. pretty old
-
Macer
now i want to reboot to see it work lol
-
Macer
let me try it
-
rwp
Good luck!
-
Macer
hm. so i reboot and didn't see anything. i just saw !, in ipmitool
-
Macer
so it seems like it reboot without the SOL working properly. i'll have to go downstairs and check the bios. i was hoping this was all already set
-
rwp
I don't know anything about the X8 series. Good luck!
-
Macer
yeah.. it's from the days of yesteryear
-
Macer
but knowing i have to use ipmitool is a step in the right direction
-
rwp
Over the network the serial port speed is virtualized and so shouldn't matter. But I found that it still needed to be used consistently through from power up to console login. By default 115200 is used in the BIOS and I would then not ever set it anywhere else and let it be inherited through. That gave me the best result.
-
rwp
The reason is that it isn't actually virtual on the Supermicro motherboard! It's an actual hardware serial port on the motherboard. Which is connected to the BMC and then converted to network. So if the serial port speed is mismatched then you get all of the expected serial port fail when speed is not correctly matched.
-
nomia
gm
-
nomia
how do i get rid of these errors
-
nomia
ACPI Error: Aborting method \RTMP due to previous error (AE_AML_LOOP_TIMEOUT)
-
nomia
i cant even login for minutes when it boots
-
mzar
nomia: what is the software version and hardware platform ?
-
nomia
this is 14.2 and a super old old pc
-
mzar
OK
-
mzar
you can try to book without ACPI
-
mzar
s/book/boot
-
nomia
linux's work fine but i cant ever get freebsd to disable acpi and work
-
mzar
try never FreeBSD, 15.0-BETA
-
mzar
s/never/newer
-
nomia
-
nomia
it looks like if i edit loader.conf it will stop booting
-
nomia
can i just do this > 2. Type set hint.acpi.0.disabled="0" on the loader prompt
-
Macer
rwp: comconsole_port and console="..." are separate lines in loader.conf right?
-
rwp
Macer, Yes. I just joined them for the IRC line.
-
rwp
You can set all of those manually, if tediously, at the FreeBSD boot loader screen.
-
Macer
ok. yeah i double checked. i guess remote access was set to com2 instead of 3 (bmc) and it's the same adress you have at 3e8
-
Macer
that's ok. I have it in a position where it can be reboot at will for testing
-
rwp
But if you are not seeing the BIOS screen then things are not set up right from the start.
-
rwp
Are you seeing the BIOS screen?
-
Macer
yeah. i'm seeing it now. i also saw the fbsd boot screen but, of course, it stopped afterwards
-
Macer
yes. seems so. i'm going to adjust the loader.conf and see if i get the full boot
-
rwp
Sounds like you have things very close to fully working. :-)
-
Macer
one thing i noticed as well since i was in the bios was that aes-ni was disabled lol
-
rwp
I enable that option.
-
Macer
like... why? i also disabled hyperthreading because i guess... exploits?
-
Macer
yeah i did
-
Macer
i was wondering why it was off to begin with tbh.. .let me adjust this and reboot and see what happens. hopefully after loader.conf i can finally have some sort of remote access to this thing during boot since ipmiview / java is essentially useless :)
-
rwp
Whenever I benchmark systems I always find them faster with HT disabled. Real cores are faster than fake cores. HT does allow faster context switching but the workload mix is critical to actually being faster.
-
rwp
HyperThreading is a great marketing term for Intel since it is a trademark and therefore AMD can't sell it.
-
Macer
ok. i'm rebooting now
-
rwp
At the boot loader screen you can interactively select "Escape to loader prompt" and then type in these "set comconsole_port=0x3e8" and "set console=comconsole" and "boot" and it should work. Also must be typed in SLOWLY because if copy-pasted in it will garble things (for some reason).
-
Macer
ok yeah. i'm seeing it boot 1990s bbs style lol
-
nomia
mzar: is it suppose to restart the pc when i do OK set hint.acpi.0.disabled="1" and then do boot?
-
nomia
now i am back at geli
-
rwp
The above can be done for an install ISO booting system and then can use the serial console to install FreeBSD. at some point I want to create an install ISO that has this for the installation so that I can simply boot the ISO and then install over the IPMI serial.
-
mzar
nomia, issue command "boot:
-
mzar
"boot"
-
nomia
i think i did that
-
nomia
i choose 3 and then at OK i type set hint.acpi.0.disabled="1"
-
mzar
IIRC you can disable ACPI from the loader menu
-
nomia
and next line is boot
-
Macer
hm. it stalls out after the fbsd boot screen after it loads the kernel
-
rwp
Macer, One more thing from my notes... In order to accomodate the IPMI SOL for the BIOS the xterm size must be 100x30. But the standard terminal is of course 80x24. Set the environment variables to override. export COLUMNS=100 LINES=30 Because there is no SIGWINCH on the serial port console.
-
rwp
"stalls out"?
-
Macer
Yes. I see the fbsd logo and the countdown and the kernel loads and nothing
-
Macer
comconsole_port=0x3e8
-
Macer
console="comconsole,vidconsole"
-
rwp
It's probably booting, try pinging it, using ssh to it.
-
Macer
that's what i put in loader.conf
-
Macer
i can ssh to it just fine
-
Macer
so i mean it's booting afterwards. but it doesn't seem like the console is getting passed to ipmitool
-
rwp
My "sysctl kern.console" says "kern.console: ttyu2,ttyv0,/ttyu2,ttyv0,"
-
rwp
Macer, My /boot/loader.conf file:
termbin.com/4zw7
-
rwp
And unfortunately I must run off now. It's the top of the hour and I must run. Good luck! You are getting close.
-
Macer
yeah mine is essentially the same with regard to the serial console
-
Macer
hm.. i'll look around a bit more. but just the fact i can see it booting is better :)
-
Macer
so i'm sure it's just a config issue with fbsd to use the serial connection
-
Macer
hm. still not working.
-
Macer
pastebin.com/NdGcfTri hangs at kernel load... let me look at the handbook and see if i can sort it out
-
nomia
mzar: it crashes as soon as it loads the kernel
-
Macer
i think the issue is that it is using COM3
-
nomia
-
nomia
(: at least im not the only victim
-
Macer
wait just a second... why is there /boot/loader.conf and /etc/loader.conf?
-
» Macer facepalms
-
nomia
are they the same file?
-
Macer
OK... guess that had to be in /boot/loder.conf lol
-
Macer
no
-
Macer
they are not
-
Macer
so have i been doing things wrong all this time? i always thought adding kernel options at boot was /etc/loader.conf
-
Macer
and now my SOL console works after putting the console settings in /boot/loader.conf
-
nomia
(: yay?
-
Macer
yeah. it's awesome. but still. that's an hour i'll never get back lol
-
Macer
let me make sure that's the case
-
Macer
going to reboot one more time
-
nomia
i think if i edit /boot/loader.conf i will be finished with freebsd
-
ek
Yeah. /etc/loader.conf isn't a thing.
-
nomia
it will take me all day to add 1 line
-
Macer
what in the world?
-
Macer
how did i even get that wrong? lol
-
Macer
maybe i edited it using muscle memory one day then it stuck in my brain that's where it was meant to go
-
Macer
i guess we learn by doing (or not doing) ... seriously with that.
-
ek
Could be! You could always "ln -s /boot/loader.conf /etc/loader.conf" just in case it happens again.
-
ek
Sounds like you have that all cleared up now, though. Likely won't forget in the future.
-
Macer
i sure won't lol
-
Macer
but yeah i might want to do that. you're right
-
nomia
how can i edit /boot/loader.conf in single user login?
-
nomia
it says read only filesystem
-
Macer
rwp: ok so that was my problem. we'll just try to look past that :)
-
Macer
it's working now
-
Macer
which is absolutely awesome. now i have makeshift kvm with ipmi using the serial console... no more need for crappy java based web interface!
-
mzar
nomia: perhaps you can run an older version of FreeBSD on this hardware instead newest one
-
nomia
mzar: thats why i tried 14.2 so i could learn how to upgrade
-
nomia
(: i learned how to make zfs readonly=no
-
nomia
now i wait 5 more minutes and reboot
-
zip
incidentally, how does one load a module from the loader prompt?
-
nomia
acpi errors freeze the system so i can only type for 5 seconds every few minutes
-
zip
I tried doing a `set ipmi_load="YES"`, then I tried unloading and reloading the kernel ...
-
zip
oh it's load
-
ketas
actual java?
-
ketas
like java applet?
-
ketas
i have hp printserver like this
-
ketas
entire webui is made of several java applets
-
ketas
and then i have dlink ipcam where login is activex object
-
nomia
mzar: do u rly think older fbsd will work?
-
ketas
could work
-
ketas
also, newer
-
nomia
idk why this works fine as single user but not regular
-
nomia
ketas: i get this error with the 14.2 and 14.3 installers too
-
nomia
and latest 13 i think
-
ketas
some supermicro server i read
-
nomia
getting tired of spending dl's on this tbh
-
ketas
hmm multiuser doesn't work?
-
ketas
i would be curious if CURRENT works
-
ketas
because this doesn't seem hw that the support is removed
-
ketas
also, what works in single user?
-
nomia
if i am in multi user it boots but i get errors all over the screen every few minutes
-
ketas
wait
-
nomia
and between everything is frozen
-
ketas
who has which hw
-
nomia
my hw is a super old pc
-
nomia
ACPI Error: Aborting method \RTMP due to previous error (AE_AML_LOOP_TIMEOUT)
-
ketas
yeah Macer had supermicro :p
-
nomia
lots of these errors
-
ketas
i also get acpi errors
-
ketas
but does it boots?
-
nomia
ya
-
ketas
when does it stop?
-
nomia
single user is perfect
-
ketas
so no need to download anything new
-
ketas
if single user works
-
nomia
the freezes start as soon as it finishes booting and gets to login
-
ketas
that's... fun
-
nomia
so i can type root and wait 2 min for it to show up
-
nomia
then hit enter
-
ketas
wait it still works?
-
nomia
(: i dont call that working
-
mzar
nomia: have you submitted bug report about it ?
-
ketas
i was about to ask if any caps bulge in that hw
-
nomia
mzar: no
-
mzar
plase, don't hestitate to do so
-
nomia
the other bug reports i saw werent fixed either
-
mzar
so such bugs were reported ?
-
nomia
ketas: nah this pc works great with linux
-
ketas
does it always take 2min for text to appear?
-
ketas
and on physical console, right?
-
mzar
FreeBSD is different OS
-
ketas
fun, definitely
-
Macer
what's the error message?
-
mzar
nomia: perhaps BIOS update will help
-
Macer
i missed that part
-
ketas
yeah bios update too
-
nomia
ketas: no i get a few seconds to type like normal every few minutes
-
ketas
hmm
-
nomia
then it freezes again
-
Macer
that's right on boot?
-
ketas
i recall that from somewhere
-
Macer
like during the fbsd boot screen?
-
nomia
Macer: its all the time
-
Macer
yeah but i mean is it before or after it starts booting?
-
nomia
o no the boot screen w the red artwork is fine
-
ketas
able to run top -qaHSPs1
-
ketas
maybe?
-
Macer
oh so it actually gets far enough where you login then just freezes?
-
nomia
ketas: gimme a min and i will try
-
nomia
Macer: freezes start before i can login
-
ketas
but then waiting 2min is fun
-
Macer
yeah but you are able to run top
-
nomia
i think so
-
Macer
you don't get like a kernel dump or something? that sounds pretty bad
-
Macer
if it were me i'd be thinking hardware
-
nomia
it will have error messages on it but i think it will run
-
nomia
Macer: its messages like this
-
ketas
if it responds every few minutes for a few sec you can have top from there
-
Macer
but i guess if it runs in single user mode without issue then it's something getting loaded
-
nomia
ACPI Error: Aborting method \RTMP due to previous error (AE_AML_LOOP_TIMEOUT)
-
Macer
hm
-
Macer
but single user mode works is weird
-
ketas
on my old boxes i get i look for any bulging caps in psu or mobo (could do more), update all the firmwares and run memtest86+... then would be nice to run buildworld as test maybe
-
ketas
but that doesn't apply here maybe?
-
ketas
maybe does
-
ketas
oh and new battery :p
-
ketas
sometimes that's fun
-
Macer
is hint.apic.0.disabled="1" still a thing in loader.conf?
-
nomia
ya i added that
-
nomia
it doesnt do anything i dont think
-
nomia
i ran memtest for 3 days and 0 errors
-
nomia
right now i cant type at all
-
nomia
still waiting to login and run top
-
ketas
hell of a bug
-
ketas
since kernel works
-
ketas
single user works
-
ketas
wtf is it :)
-
ketas
so any hw the kernel accesses there, or anything else it runs
-
ketas
of course the system performs much more actual work in multiuser, it would be fun if it pushes power system over limit
-
ketas
no idea about this tho
-
Macer
i'd probably yank whatever i could out of it and disable zfs just to sort out where it's starting
-
ketas
disk works hopefully?
-
nomia
i can run linux on this hw no prob
-
Macer
oh
-
ketas
fancy sw error then
-
Macer
i have an ancient A10 that fbsd just won't run on :)
-
Macer
same sorts of problem
-
ketas
a10?
-
Macer
yeah. ancient AMD APU
-
nomia
now i cant even ctr alt delete
-
Macer
in linux i have to disable the on die gpu power management
-
nomia
cant fbsd run on amd?
-
ketas
i think i recall strange bugs being reported
-
Macer
sure it can :)
-
Macer
i run it on my ryzen 3700x
-
nomia
ok
-
ketas
a10 is fro, 2012
-
ketas
from
-
Macer
ketas: yeah
-
Macer
sounds about right
-
Macer
lol
-
Macer
still works great for debian
-
ketas
you can run much older hw
-
Macer
my macbook pro that i use as a daily driver with fedora on it is from 2013
-
Macer
i yanked out the ssd and replaced it with an adatper + nvme and replaced the wifi module with an intel one so it works out the box
-
Macer
yeah
-
ketas
i have to unbust the psu but i had 2006 amd64 machine
-
ketas
actual amd too
-
Macer
i think fbsd still has the old 32bit stuff around
-
nomia
what are all these methods that keep aborting
-
ketas
yeah 32bit is now going away
-
ketas
:/
-
Macer
so you can pull the 386 out the closet and run it
-
Macer
oh really?
-
nomia
\csms \rtmp \rbyt \_tz.thrm._tmp
-
Macer
say it isn't so freebsd! i mean i get it lol
-
ketas
probably not actual 386
-
Macer
why not?
-
ketas
have to recompile kernel
-
Macer
for a 386?
-
nomia
can i disable whatev is causing this?
-
ketas
it was upped to minimum 686 cpu iirc
-
Macer
hm... i saw something like that...
-
ketas
i mean i have ran fbsd on actual 486 tho
-
ketas
the first machine i got
-
Macer
i did too back in the 1990s :P
-
Macer
back when the ports tree was so innovative lol
-
ketas
i have no idea how it evolved
-
ketas
66mhz cpu
-
Macer
too bad bsd had to deal with that whole sco unix nonsense lol
-
Macer
nomia... i saw something earlier about that .... something about adding some sort of hint
-
ketas
#include <lawyers.h> #include <policies.h>
-
ketas
:p
-
ketas
i only installed 4.6 as first one
-
nomia
Macer: i put set hint.acpi.0.disabled="1" in /boot/loader.conf
-
nomia
wait no
-
nomia
no set
-
nomia
only hint.acpi.0.disabled="1"
-
nomia
i think i have to kill power to reboot :(
-
Macer
-
Macer
i'm not sure if that is related tho and that's very old
-
mzar
bits /6
-
mzar
err
-
Macer
hint.apic.0.disabled="1" <- it's not that?
-
» Macer points at "apic" vs "acpi"
-
nomia
(: oh
-
nomia
well i changed it but its still freezing
-
nomia
ok i was able to run top finally
-
nomia
top -qaHSPs1
-
nomia
but it is frozen after a few seconds
-
nomia
top process is [idle]
-
nomia
oh hey
-
nomia
[acpi_thermal] is using the most time
-
nomia
can i disable that?
-
nomia
debug.acpi.disabled="thermal"
-
nomia
i tried that with the apic and it is still giving error messages but not freezing yet
-
nomia
top -qaHSPs1 is working too
-
nomia
hmm only 1 set of errors and no more?
-
Macer
you have a lot more patience than me. i'd have given up by now lol
-
nomia
o nope it did error messages again
-
nomia
but no freezing i dont think
-
Macer
not yet :D
-
psionic
oh go fuck yourself This may be because upgrading from this platform (amd64)
-
psionic
or release (14.4-RELEASE) is unsupported by freebsd-update. Only
-
psionic
platforms with Tier 1 support can be upgraded by freebsd-update.
-
psionic
-
psionic
last thing i want to do is hassle with this
-
nomia
Macer: (: i like winning
-
nomia
i am glad this is working now
-
nomia
mostly
-
nomia
hmm it looks like it still freezes sometimes but much less
-
ketas
nomia: that's fun
-
ketas
thermal is unsure what
-
ketas
fan control?
-
ketas
just temps?
-
ketas
freezes less eh
-
nomia
idk
-
ketas
what runs there?
-
ketas
according to top
-
nomia
ye it is still freezing sometimes but i figured out how to switch consoles
-
ketas
load is not high?
-
nomia
so now the error messages arent a big problem
-
nomia
hm load is up to 3 sometimes
-
ketas
there we go
-
ketas
what exactly runs there?
-
nomia
i cant run pkg updated cuz the xfer keeps freezing
-
nomia
wdym
-
ketas
well load is 3
-
nomia
like what apps?
-
ketas
so wtf runs
-
nomia
idk
-
ketas
3 times over the cpu time
-
nomia
i dont see anything in top
-
ketas
and load is 3?
-
nomia
just zfs things and powerd but no user apps
-
ketas
those top args also show all kernel threads
-
nomia
this system is brand new i didnt even install tmux on it yet
-
ketas
something runs if load is 3
-
ketas
why it runs long no idea
-
ketas
io or cpu
-
ketas
how old is it :p
-
ketas
well it has acpi :)
-
nomia
smth is running and taking all the cpu for a minute i guess
-
ketas
like periodically?
-
nomia
ya
-
ketas
unsure
-
ketas
service crond stop?
-
ketas
but it should not run anything
-
nomia
pkg is updating quarterly data.pkg
-
ketas
so that runs eh?
-
nomia
it is taking 10 minutes
-
nomia
downloads a lil bit and then freezes
-
ketas
freezes whole system?
-
nomia
i am running pkg -d now so i can see progress
-
nomia
yep
-
ketas
disk is bust or something
-
ketas
or it swapa?
-
ketas
swaps
-
nomia
i doubt it
-
nomia
it runs linux w no problems
-
nomia
i put these disks in a friends system to install
-
ketas
oh right
-
nomia
bc of the freezes
-
nomia
i tested them overnite
-
nomia
top says cpu is running 99.9% system 0.1% interrupt
-
nomia
that means the kernel is using all the cpu?
-
Macer
i have to yank all this ddr3 ecc out of my ancient supermicro 1u to toss into my ancient isilon lol
-
ketas
mmm yes
-
Macer
i'm considering turning the old 1u into a router
-
ketas
but below it shows where it goes
-
nomia
if pkg finishes downloading im going to try removing the acpi disable and reboot
-
ketas
no vacuum cleaner noises?
-
nomia
data.pkg 78% now
-
ketas
if it's zfs, kernel shows it in top
-
ketas
shows as [*zfs*] something
-
ketas
you used zfs right?
-
nomia
ya
-
nomia
no errors in zpool status
-
ketas
thats good but
-
ketas
unsure where cpu goes
-
nomia
maybe kernel errors
-
ketas
zfs uses all resources isn't new
-
ketas
disk is not full?
-
ketas
that also causes slow io and high frag
-
ketas
outside of pkg, it runs?
-
ketas
or wait you told it won't
-
ketas
so load is 3 after boot too?
-
ketas
and keeps there?
-
nomia
it goes up and down
-
nomia
up when it freezes and then back down when its not
-
ketas
hmm
-
ketas
and no single user issues?
-
ketas
unsure what periodically freezes the system in multiuser
-
ketas
no way to get actual top outputs?
-
nomia
i can run the command u gave me
-
ketas
here it gives me
-
ketas
PID USERNAME PRI NICE SIZE RES STATE C TIME WCPU COMMAND
-
ketas
11 root 155 ki31 0B 32K RUN 1 254.7H 96.78% [idle{idle: cpu1}
-
ketas
]
-
ketas
11 root 155 ki31 0B 32K CPU0 0 249.4H 96.78% [idle{idle: cpu0}
-
ketas
]
-
ketas
which is like 2core and idle
-
ketas
i'm curious what's below ir
-
ketas
it
-
ketas
as load has to come from somewhere :)
-
ketas
even if that thing comes from kernel, it has to come from somewhere within kernel
-
Macer
what does dmesg say about this?
-
Macer
i just realized fbsd doesn't have a dmesg -w equivalent
-
nomia
dmesg is full of ACPI Error: Aborting method
-
nomia
and ACPI Error: AE_AML_LOOP_TIMEOUT
-
ketas
oh -w is followtail
-
ketas
but you can pipe most of kernel into syslog
-
ketas
and tail it
-
ketas
at least
-
ketas
whatever fancy acpi bug is it
-
ketas
oh there's kern.msgbuf_show_timestamp
-
ketas
i found
-
nomia
tmux freezes even worse than a regular login :(
-
ketas
crazy resource exhaustion0
-
ketas
?
-
ketas
or just something blows
-
ketas
what, i have no idea
-
nomia
i think its just random freezes maybe
-
nomia
idk
-
nomia
i keep finding tons of pages about AE_AML_LOOP_TIMEOUT for linux