-
sozuba
looks like it is going to take another 3-4 hours before all the files are backed-up
-
sozuba
i am going to let this continue while i'll go get somethings done. Se ya all later. Bye RT
-
daemon
o/
-
sozuba
see ya daemon
-
RhDoc
What I've read many people in the FreeBSD community are against pulseaudio... (and some major ports have pulseaudio deactivated by default - chromium for example) How comes? What would be the native FreeBSD way of handling audio streams with multiple input-/output-devices?
-
RhDoc
And what UI application would I use for the native method? (I am currently using pavucontrol to manage it)
-
skered
I think chromium uses stdio
-
skered
I remember trying to it working with xrdp audio and found that out.
-
RhodiumToad
sndio?
-
skered
sndio.
-
RhDoc
but it could also support pulseaudio... which would make some web-apps (like MS-Teams :puke ) be able to detect different mics, etc.
-
RhodiumToad
I don't think pulseaudio is actually needed for that
-
RhDoc
I mean, I have two mics, and with the default chromium build (pkg) I only see "default" as selectable
-
RhDoc
with pulseaudio I would be able to see both mics and would be able to select which to use
-
RhodiumToad
(well, I don't know if chromium can do it)
-
RhodiumToad
chromium's audio latency always seemed bad enough to me without adding pulseaudio on top
-
RhDoc
I don't have the link on hand, but I've read a blog where they described that chromium with pulseaudio would support that use case
-
» RhodiumToad doesn't actually use chromium much
-
RhDoc
:D
-
RhDoc
I wouldn't use chromium either if it wasn't for my customer who uses M$ Teams
-
skered
There is a pulseaudio bridge/plugin for sndio too.
-
RhDoc
and M$ teams tells me that firefox on FreeBSD is not a supported platform
-
skered
It didn't work for my case though... I think it's one a one way thing and don't know much about mic support with it.
-
skered
But maybe look at that.
-
» skered does his quarterly check of Team on Safari... Does it work yet?
-
skered
Nope.
-
RhDoc
don't know for Safari - I've got a mac-machine on hand, but there I'd only use firefox to work with (where surprisingly M$ teams works)
-
RhDoc
so, okay... sndio is native for FreeBSD... how would I manage my different audio streams that come from different applications? (in pulseaudio you can tell which application outputs to which output-device, etc.)
-
RhodiumToad
the only major difference between firefox on freebsd vs. on any other platform that I know of is the lack of some rights management stuff
-
RhodiumToad
sndio isn't native for freebsd
-
RhDoc
the reason I am asking is: I've started a ungoogled-chromium build with pulseaudio support yesterday and my machine is still working on it :D
-
RhDoc
*an
-
RhodiumToad
last chromium build I tried took 9 hours at -j4, iirc
-
RhodiumToad
on a 3.2GHz skylake
-
RhodiumToad
(4 real cores, no htt)
-
RhDoc
I have an i5-8350U CPU @ 1.70GHz - so I guess it will take days :D
-
RhDoc
so I am highly doubting that approach, because I would need to build it every other day when updates arrive
-
RhodiumToad
anyway, freebsd's actual native audio is what you see in /dev/dsp*, /dev/mixer*, /dev/sndstat etc.
-
RhDoc
RhodiumToad: thx for that info
-
RhodiumToad
which is basically OSS-like
-
RhDoc
would I be able to add filters, like noise-reduction, etc. on top of the native audio? how would I handle that natively in FreeBSD?
-
RhDoc
the thing is, I wouldn't use pulseaudio if it's possible to cover these use cases natively, I guess
-
RhodiumToad
there's an optional bass/treble control, but no arbitrary filters in the driver, that sort of thing has to be done in userspace
-
RhodiumToad
man sound for the details
-
RhodiumToad
it doesn't have the flexibility of pulseaudio, certainly
-
hyvoid
Been using freebsd for about 5 days it's pretty good
-
RhodiumToad
it has its good and bad points, like most things
-
» RhodiumToad has been using it for about 9600 days
-
hyvoid
I know hardware support is sometimes a problem I have it on my raspberry pi but it doesn't support the wifi
-
RhodiumToad
yeah. thing is that most manufacturers don't provide drivers, and often they don't even provide specs
-
hyvoid
been trying to do something probably impractical, getting x86 game servers running in a linux jail on arm using qemu, but it won't work on 32bit because arm freebsd doesnt have a 32bit compatibility module
-
RhodiumToad
hm? I thought it did, I don't have any arm64 hardware myself but I've seen people mentioning running 32-bit arm stuff on 64-bit
-
hyvoid
I could try a 32bit Linux jail
-
RhodiumToad
it might not be compiled in to the GENERIC kernel by default
-
RhodiumToad
oh, looks like it is
-
RhodiumToad
options COMPAT_FREEBSD32 # Compatible with FreeBSD/arm
-
RhodiumToad
it might not have userland libraries for 32-bit, though (hard to tell from the makefiles)
-
RhodiumToad
it'd still be possible to run a 32-bit freebsd jail under 64-bit, but you'd have to build or install an armv7 system image in the jail
-
hyvoid
I'll try a 32bit Linux jail and see if it works
-
RhDoc
alright... after 14 hours the ungoogled-chromium port with pulseaudio build finished :D damn...
-
RhDoc
looking forward to the next update builds XD
-
sozuba
RhDoc what's your system config/setup?
-
parv
sozuba, How are you doing with FreeBSD & it heating up your computer?
-
RhDoc
the OS is running on a Thinkpad T480 with an i5-8350U CPU @ 1.70GHz
-
parv
RhDoc, How much RAM & swap is there?
-
RhDoc
parv: I went insane and installed 64GB RAM (and likewise for SWAP - tho I am not sure if this is needed)
-
parv
RhDoc, Nice!😎
-
sozuba
Ah okay. My E450 has an i5-4300U @ 2.900 GHz max with 8 GB of RAM. I guess mine might take double the time
-
RhDoc
(the RAM is more or less required for work, because of SW development and running VMs and containers)
-
sozuba
does your T480 heat-up at all? in general i mean, not when compiling.
-
sozuba
like when booting up
-
sozuba
RhDoc cool
-
RhDoc
nope, not that much
-
RhDoc
and during runtime I am setting dev.hwpstate_intel.N.epp, depending on needs or AC plugged in or not, etc.
-
RhodiumToad
most builds don't need huge amounts of RAM, though there are exceptions (cough ghc cough, cough gcc cough)
-
sozuba
no idea what that it, will make a note. I am new to this, still learning the basics
-
RhDoc
(somehow I didn't get powerd to work)
-
parv
With "hwpstate_intel", "powerd" does not work IIRC. If "hwpstate_intel" disabled then that may
-
RhDoc
with "sysctl dev.hwpstate_intel.[0-7].epp=[0-100]" you can influence the CPU performance (where 0 ist max performance and 100 is max economic - for battery usage)
-
sozuba
1 hr 30 mins before the last bits of my data are backed up, still 47 GB to go
-
sozuba
hwpstate_intell and powerd, will remeber that
-
sozuba
I remember RhodiumToad talked about his T80, yesterday, having issues with powerd
-
sozuba
T480* I GUESS
-
RhodiumToad
that wasn't me
-
parv
-
VimDiesel
Title: [solved] With 22.1, is PowerD needed on modern (Coffee Lake+) Intel CPUs?
-
sozuba
RhodiumToad oh sorry, i guess i could have mixed up with the flood of messages
-
RhodiumToad
it happens
-
sozuba
:)
-
RhDoc
sozuba: well, I have mentioned it here somedays in the past
-
sozuba
Could be you as well, cause both you and RT start with Rh :D
-
RhDoc
parv: yeah, I've read that one - but I couldn't see my CPU speed "shifting" - so I created scripts setting dev.hwpstate_intel.N.epp myself as needed :D
-
sozuba
i mean the handl
-
RhDoc
I mean, I started using FreeBSD last week... I still need to dig through all the handbooks to get more familiar
-
parv
RhDoc, ;-) You could try switching "power_profile" (0x0 or 0x1) "service" & set the "C" state for "economy" & "performance" profiles. In any case, I do also have a script to twiddle "*epp" MIB depending on if I am compiling or not
-
hyvoid
yeah 32bit linux cant run in freebsd arm64
-
hyvoid
says bad system call (segfault)
-
parv
There is also a wiki page on power tuning
wiki.freebsd.org/TuningPowerConsumption
-
VimDiesel
Title: TuningPowerConsumption - FreeBSD Wiki
-
RhDoc
parv: thx for that input - will check it out
-
sozuba
RhDoc last week? cool. As a daily driver?
-
RhDoc
sozuba: yeah, I am trying - so far it looks promising
-
sozuba
Nice :)
-
RhDoc
the one thing I still need to setup is a linux VM in bhyve so I can redirect docker-cli calls to for SW development
-
RhDoc
besides that I think everything is working as needed - for now :D
-
rtprio
RhDoc: i'm a fan of sysutils/vm-bhyve
-
sozuba
good to know :)
-
rtprio
makes things quite a bit easier. i host several linux and freebsd guests
-
parv
To me "power_profile" service is rather obtuse. Who the fuck remembers to supply "0x0" for "economy" profile & "0x1" for "performance?! Not this one ... until I read the damn "rc" source umpteenth time.
-
RhDoc
rtprio: well, from what I've read so far I think I will stick to the native bhyve/bhyvectl - not sure what vm-bhyve will solve for me :D
-
RhDoc
but I'll have a look on that
-
parv
... Oh! Should add local patch to accept "battery", "eco", "perf(ormance)?", & "ac" strings too
-
parv
... along with "slow" & "fast"
-
RhDoc
parv: I've read that wiki page - I think I got the idea from there to set te .epp values for Intel Speed Shift CPUs
-
RhodiumToad
hyvoid: if you want to try 32-bit freebsd in a jail, you can grab the armv7 distribution files (base.txz and so on) and untar them in a jail directory, and see if that works
-
RhodiumToad
hyvoid: (you don't need the kernel)
-
parv
RhDoc, ok
-
sozuba
backup finally done, now about to format my laptop and install freebsd. I will follow your video as well for manual install, if that's feasible :) daemon
-
parv
sozuba, Try perhaps in a VM first?
-
sozuba
parv that's already done
-
sozuba
after around ~6 months of tryting to read and try in a vm, i decided to install it about a month or more ago
-
sozuba
unfortunately, my laptop got heated as soon as the booting process starts
-
sozuba
i tried for a week and then gave up
-
sozuba
but thought i will try to give it some more energy before settling back to linux and so, came here to ask for advice and help, people were kind enough to give me hope. Esp RT Rhodium Toad.
-
sozuba
that's the gist :)
-
parv
Alright. Good luck
-
sozuba
thanks :)
-
svragv
Hello, I have an issue when mounting sshfs filesystems on FreeBSD 13.1 I get the following error:
-
svragv
mount_fusefs: /dev/fuse on /usr/home/diego/blog: Operation not permitted
-
dch
svragv: are you running as root, if not do you have sysctl `vfs.usermount=1` and finally does the appropriate user have wx permissions to the dir?
-
dch
I assume your ssh already works fine for the given user
-
svragv
Yes the ssh works fine, let me try the sysctl think
-
svragv
that worked, thanks :)
-
karolyi
hey guys, the freebsd package mirrors contain an "/{ABI}}/latest/packagesite.pkg" and "/{ABI}}/latest/packagesite.txz" files, as well as meta.txz and meta.conf. these files are essentially the same in my experience. which ones are to be used?
-
otis
because older pkg utility used txz, newer uses pkg extension
-
karolyi
and what about meta.conf/meta.txz?
-
karolyi
meta.txz basically contains the conf with a public key and signature
-
karolyi
it seems that the newer pkg utility only uses the .conf, is the .txz to be phased out over time, as with the packagesite.txz?
-
sozuba
i have booted into live dvd, is it possible for me to install package on to the live dvd?
-
sozuba
okay i can
-
sozuba
i just made a typo
-
Demosthenex
so if i edit /var/cron/tab/$user do i need to kill the cron process to load it?
-
RhDoc
Demosthenex: why not just use crontab?
-
sozuba
pkg: failed to extract pkg-static: Failed to create dir '/usr/local/sbin' -> can i not install packages in the live dvd? i know its temporary and it gets stored in the ram (at least in some linux distros). any idea?
-
RhDoc
I don't know how exactly the live dvd environment works, but with that error I guess it's just mounted read-only ("mount" should tell you in detail)
-
Demosthenex
RhDoc: writing the file outside of crontab
-
Demosthenex
i'm assuming i can do a service cron restart
-
RhDoc
Demosthenex: just out of curiosity - why outside of crontab? some kind of automated cron mgmt?
-
sozuba
RhDoc sounds logical. Thank you
-
Demosthenex
RhDoc: yes
-
sozuba
-
VimDiesel
Title: FreeBSD LiveCD - installing a small set of tools from packages on read-only file system | The FreeBSD Forums
-
sozuba
that's what i was lookingfor
-
CrtxReavr
13.x production ready?
-
xtile
yes
-
CmdLnKid
i would say so at this point. being weve been 13.{0-2}
-
xtile
I've been using 13.x since it came out, on my desktop.
-
CmdLnKid
for what type of production use are you looking for ?
-
CmdLnKid
as in ... "i plan on running webservers, shell servers, nas appliances, firewalls, mail ..."
-
RhDoc
wait, I am running 13.2 trying to run it as a daily-driver... is it not production ready yet? :D
-
CmdLnKid
lol
-
RhDoc
I mean, I haven't seen any bugs as of now
-
CmdLnKid
i can't note any downfalls at all on the network side of things as thats all solid , bgp, ospf, routing and related architecture
-
RhDoc
(and I have a MacBook next to me in a shelf, ready to drop in if anything happens
-
RhDoc
)
-
RhDoc
CmdLnKid: remember the bridge issue we talked about? turned out I had networkmgr installed (well... haven't thought of that one) which deleted the bridge during start-up :D
-
RhDoc
I thought that this thing would just give me "a nice little widget in a xfce panel" to quickly switch networks - well... kicked that package and now everything runs perfectly
-
apollo13
hi there, I do have a few question about debugging pfsync -- is this a good place to ask questions for it, or can you recommend a more firewall focused channel?
-
debdrup
apollo13: I'd advise that you just ask the questions in the channel; if someone knows the answer, they'll answer. If someone knows a better place to get you your answer, they'll presumably suggest it.
-
apollo13
will do :)
-
debdrup
Asking for people isn't really the best way to go about getting help :)
-
apollo13
What I am wondering about pfsync: if I look into pfctl -s states I do not see a rule number on the second node. Should it have one? I am trying to figure out why as soon as a failover happens the pf filter log shows packages as blocked
-
apollo13
according to pfctl -s states | grep "ip:22" the states are sycned and so I am somewhat at a loss where to start looking
-
apollo13
I also see pfsync traffic on the sync interface, so "states" are most certainly synced
-
apollo13
also "pfctl -s info" confirms that both firewalls have 10k states, since only the first one is active the second firewall shouldn't have that many states if sync were not working
-
apollo13
so assuming pfsync per se works, what might cause issues for pf to match up those states properly?
-
debdrup
So hopefully someone who uses pf can help. :)
-
» debdrup is ipfw user and very happy.
-
CmdLnKid
rhdoc, good to hear you got it corrected and i lead you at the least to it
-
CmdLnKid
nothing wrong with ipfw
-
debdrup
It's what I learned first, which I'm convinced is 95% of what dictates what firewall anyone is most comfortable with.
-
apollo13
well even if my problem might be fixed with ipfw; I am someone who wants to understand stuff, so I'd really like to get to the bottom of this
-
CmdLnKid
can be said about pf and ipf as well but for the most part if you really want some qaulity i would vote ob ipfw
-
apollo13
also firewall failovers that are causing connection hickups are annoying :D
-
CmdLnKid
pf user myself
-
debdrup
apollo13: I wasn't suggesting that it'd be fixed with ipfw, just that I can't help with it :)
-
CmdLnKid
original ipf user for a long time
-
debdrup
Well, for a long time, there wasn't a choice - it was ipf or nothing.
-
CmdLnKid
and that shit frustrated the shit out of me... but it always got the job done
-
CmdLnKid
debdrup, true
-
CmdLnKid
gues that could be said
-
debdrup
I've had to admin ipf setups, mostly in protest.
-
CmdLnKid
hahaha
-
CmdLnKid
don't blame ya
-
debdrup
There may or may not have been cussing involved.
-
CmdLnKid
that shit got long real quick
-
CmdLnKid
till that firewall manager software came out
-
CmdLnKid
dunno if its still around
-
CmdLnKid
but even that was a task in itself to convert between pf, ipf, ipfw
-
CmdLnKid
-
VimDiesel
Title: WIPFW
-
debdrup
wow, that brings back memories.
-
debdrup
not good memories, but memories.
-
CmdLnKid
haha sometimes its all you could do
-
debdrup
a place that wanted me to consult with them were talking about ipfw in their interview, but when i got in to work on the first day i found out they were talking about that windows port
-
CmdLnKid
lololol
-
debdrup
so that pretty much explained every single one of their performance issues
-
CmdLnKid
feel sorry for ya on that one
-
debdrup
and they were having copious amounts of that one
-
CmdLnKid
yeet
-
debdrup
they'd paid the bosses nephew or something like that to set up a firewall for them and they'd heard about ipfw from me because i know the boss and i kept singing its praises (well, i still do..)
-
debdrup
kid must've had some idea of what to do, but to end up with ipfw on windows... i just don't know, man
-
debdrup
some communication wires got more than crossed
-
CmdLnKid
shit that sounds like the situation im in now. sales guy is tech savy, he setup a bunch of shit just cause it works now
-
CmdLnKid
wife just started working there and its all way outa date
-
debdrup
of course it is
-
CmdLnKid
so whos getting the contract while sales is busy ...
-
CmdLnKid
yours truly
-
debdrup
ever since the mid-2000s when opensource had started taking hold, management have been attempting to forget that systems operation is an ongoing process, not a once-in-a-lifetime business invenstment
-
CmdLnKid
happy wife happy life
-
debdrup
it used to be that at least some part of management understood that it was a thing you paid a another company a support contract to maintain
-
debdrup
then opensource made everything better by not being proprietary bullshit, and management liked it because it meant that it was free and you could just hire someone to do it for you - then they started noticing that it looked like the people they hired weren't doing anything, so they fired them
-
CmdLnKid
and then boom ... places very much like manpower.com came into play but for SaaS
-
CmdLnKid
ends of eras
-
debdrup
the ircd that underpinned an equivalent of AOL here in Denmark (called Opasia, I'm sure some of the other Danes in here remember it) was online until like 2018 because the ISP it was hosted at simply forgot all about it
-
debdrup
leaky-cauldron.opasia.dk:6667 worked up until quite recently
-
debdrup
i'm definitely octothorpe not sorry about the flashbacks i just gave those Danes :P
-
debdrup
here in denmark at least, it never got to a SaaS point - instead there was just a bunch of aging infrastructure everywhere
-
debdrup
then i got sick in 2016 and haven't been able to work since, so i've no clue what it's like now
-
CmdLnKid
wait a second here... did you happenn to send out some ram absolutely free to some guy in the states for a '07 DELL LATITUDE
-
CmdLnKid
and paid for the shipping
-
CmdLnKid
i may be confusing you for a guy i know through only irc but i owe this guy a ton
-
debdrup
Nope, that ain't me.
-
debdrup
For being only around 5 million Danes in the world (closer to 6 now, I suppose), there are a lot of us online, though.
-
moviuro
-
VimDiesel
Title: acme.sh runs arbitrary commands from a remote server · Issue #4659 · acmesh-official/acme.sh · GitHub
-
VimDiesel
4659 – sysinstall changes the rc.conf file ?
bugs.freebsd.org/bugzilla/show_bug.cgi?id=4659
-
moviuro
dvl: ^
-
DLange
o/ moviuro :)
-
moviuro
hi DLange , sorry if I pinged you for no good reason ( DLange ? d-vl ?)
-
DLange
no worries, moviuro
-
DLange
was just funny
-
moviuro
The name resemblance was uncanny
-
DLange
yeah, we both start with d<tab> :)
-
moviuro
dlang<tab> (I looked at d-vl's handle on github)
-
DLange
haha, yes dlangille is damn close
-
RhodiumToad
choosing unique nicks is (usually) hard :-)
-
» RhodiumToad happened to be inspired at exactly the right time
-
RhodiumToad
(someone had a particularly surreal /quit message)
-
sozuba
Hi I have " 890243072 86524960 1 ms-basic-data (41G)" line when i do gpart show ada0. Now when i try to mount it with " mount -t ntfs-3g /dev/ada0p1 /mnt", i get "mount: /dev/ada0p1: Invalid fstype: Invalid argument".
-
sozuba
fuse is loaded "14 1 0xffffffff828ed000 11cd8 fusefs.ko"
-
sozuba
what am i doing wrong?
-
RhodiumToad
are you sure it's ntfs and not exfat?
-
sozuba
i tried exfat too, it returns the same result
-
RhDoc
If I were an OS I wouldn't mount NTFS either :D
-
sozuba
i vaguely remember creating this partition, so no idea what it has, i want to mount and see before wipe
-
sozuba
RhDoc haha, i haven't used ntfs in over more than a few years. but after my limbo with the heating issue i mentioned yesterday i was on tmp linux distru and did a lot of tem stuff.
-
sozuba
temp*
-
RhodiumToad
ntfs-3g.probe -w /dev/ada0p1 || echo $?
-
sozuba
this partition seems to be one of that
-
RhodiumToad
any chance you created the partition but never actually made a filesystem in it?
-
sozuba
that command did return any result
-
sozuba
chances that it could be
-
sozuba
how do i find out if tht's the case?
-
RhodiumToad
also try file -s /dev/ada0p1
-
sozuba
ah the powerful file command, thanks :)
-
sozuba
the output is like three lines, can you suggest me a pastebin packaage in freebsd that you guys use?
-
sozuba
bsd.to is currently offline, anything else for me to paste?
-
RhodiumToad
simple way, pipe the output into | nc termbin.com 9999
-
sozuba
ah termbin, thanks again
-
RhodiumToad
dpaste.org is a bit nicer and can be posted to with a simple curl command, e.g. | curl -s -F 'format=url' -F 'lexer=_code' -F 'content=<-'
dpaste.org/api
-
sozuba
-
RhodiumToad
(I have a little script that puts the output of curl into the clipboard so I can just paste it into irc
-
sozuba
nc termbin is most easiest.But my nature i dodn;t remeber much :(
-
sozuba
That's cool. you have a github?
-
RhodiumToad
did you try mounting as ntfs-3g /dev/ada0p1 /mnt ?
-
RhodiumToad
I haven't put the script on github, but if you want it,
dpaste.org/v6iuD
-
VimDiesel
Title: dpaste/v6iuD (Plain Code)
-
sozuba
strange, it worked. thanks
-
RhodiumToad
requires xclip and uses the X selection, you can tweak the options to have it use the clipboard
-
sozuba
-
VimDiesel
Title: Can't mount Windows 10 EFI NTFS (ms-basic-data) | The FreeBSD Forums
-
sozuba
it failed
-
sozuba
thanks xclip and xselection works with X and not in wayland right?
-
RhodiumToad
no idea, I don't use wayland
-
RhodiumToad
presumably there is some clipboard service in whatever you're using, and in turn that ought to have a command-line client
-
sozuba
There should be, Thanks again
-
sozuba
by the way on an update, i am about to installfreebsd on my laptop. One more observation, my laptop starts heating up even with livedvd or from memstick too, as soon as it reaches the boot page
-
RhodiumToad
as I already said, the boot process will run one core at 100% until the kernel starts running
-
RhDoc
Is your fan working?
-
sozuba
i backed up everything frommy system, and i was about to wipe the drive, that's when i noticed this ntfs partition, looks like i have some data in it and i am using scp to back it up
-
RhodiumToad
the question is, why is running one core at 100% an issue, and why isn't it cooling down reasonably well afterwards
-
sozuba
Yes i remember, and i hope that can be figured out and sorted
-
sozuba
i am full of hope now :)
-
RhodiumToad
(maybe loader needs to be improved to not need 100% of cpu, but that's something of a separate issue)
-
RhDoc
Did I screw up my system by having used the portsnap instead of using the git repository (and having installed pkgs as well)?
-
sozuba
Tha main issue is not the heat emited by the loader, but, like you said, why doesn't it cool down after. Once this is sorted, i do plan to post my finding and may raise i bug, if its waranted?
-
RhDoc
somehow I've read that portsnap is/was deprecated, but on the other hand it's 2023 and it's still part of the system (and no mention of deprecation in the man-page), etc.
-
RhDoc
I am confused :D
-
sozuba
warranted*
-
RhDoc
well... to cool down a working fan (and non-blocked air-ways) is needed :D
-
RhDoc
I mean, on my system, when compiling (like the chromium build Ii did) the CPU was getting hot and I could feel a lot of hot air being pushed out of the laptop
-
RhDoc
but as soon as the build finished it cooled down pretty rapidly
-
RhDoc
hence I am suspecting inproper cooling of the CPU
-
sozuba
RhDoc sorry i miessed your message, yes fan is working and this heat up dooesn't happen with linux
-
sozuba
missed*
-
RhDoc
interesting
-
sozuba
may be i should change my irc username/handle to type_king?
-
RhDoc
so your system stays hot even when idling around?
-
sozuba
typo_king*
-
sozuba
:facepalm
-
RhDoc
hahaha
-
sozuba
RhDoc yup, significantly. But this was more than a month ago. I am going to check if that's the case still, may be i did something wrong.
-
RhodiumToad
while you're still on linux, you might also want to check how hot it gets if you run some cpu-heavy process
-
RhodiumToad
also, if possible, check what cpu performance settings linux is using
-
sozuba
I am no longer on linux, i have my system booted freebsd through a memory stick and i am connected with it over ssh on a family memebers windows laptop. But the good thing is i haven;t wiped my linux install yet, i can reboot and get the info
-
sozuba
once the data i am copying from the newly identified partiiton, i will do just that
-
sozuba
after*
-
RhDoc
sozuba: you can use "stress" to put some load on your CPU
-
sozuba
you mean while i am on freebsd live dvd? or when in linux?
-
RhDoc
well, on both... for diagnostics - it will put your CPU cores on 100% utiliization
-
sozuba
RhodiumToad,how long are you available? cause i don'tknow what information to look for when i am inlinux. Your suggestion was a good idea, i plan to take as much of system and configuration info to a file so i can use that in freebsd if need be.
-
RhDoc
to see how the cpu temperatures are evolving with 100% load
-
RhodiumToad
I'll be around off and on for the next several hours
-
sozuba
that's more than enough, thank you very much
-
RhodiumToad
I know little of linux (or of the latest intel power/performance management stuff) so I can't give specific advice for how best to collect the info in linux
-
sozuba
RhDoc that's good, will do the stress test. But i hope that won't kill my cpu or burn my board? cause this is the only machine i have and i can't afford another for a while.
-
RhDoc
sozuba: I mean, all "modern" machines should automatically throttle down when it's getting too hot
-
RhodiumToad
avoid stressing it for long periods and keep an eye on the cpu core temps, assuming you have a tool to show that in linux
-
sozuba
I can deal with the how best to collect, i would need your guidance on what to look for. I promise i won't need to be spoon spend, i will do my due deligence, read and research
-
RhDoc
I think the last burnt CPU I had, when overclocking, was back in the early 2000s
-
sozuba
I'll keep that in mind, and yes i do have a tool to check the temps
-
RhodiumToad
what you're looking for, if it's a recent intel cpu, are the "Intel Speed Shift" settings, especially energy/performance preferences
-
sozuba
RhDoc, that last machine i destoryed was a msi gt60 with a bowl of oat meal spilt on it :d
-
sozuba
mine is an i5 4th gen
-
sozuba
i have a thinkpad e450
-
RhodiumToad
what's the specific cpu model?
-
sozuba
CPU: Intel i5-4300U (4) @ 2.494GHz
-
RhodiumToad
Haswell arch, so that's an older one
-
RhodiumToad
I think that's too old for hwpstate_intel, not sure
-
RhDoc
older, but still new enough to protect itself from burning up (throttle down or shutdown)
-
sozuba
yup, i believe this laptop was released in 2015
-
sozuba
RhDoc that's good to hear:)
-
RhodiumToad
powerd should be able to handle it, though
-
sozuba
i'll check regarding this hwpstate_intel
-
RhodiumToad
that's the freebsd name, I don't know what linux would call it
-
sozuba
i'll look it up
-
sozuba
i have y tasks setup and noted downnow :)
-
sozuba
my*
-
sozuba
i am going to relogin through a more stable cygwin than browser
-
sozuba
brb
-
sozuba
back
-
sozuba
okay, now backedup, i am going back to linux to get as much information as possible
-
RhodiumToad
afk, back in a bit
-
sozuba
RhodiumToad: while reading about hwpstate_intel, i came across this bug ->
bugs.freebsd.org/bugzilla/show_bug.cgi?id=253288 . It seems similar to what i am facing.The title is a bid unrelated to me specifically, as it says "modern Thinkpad" , mine isn't, its old if not ancient. :D what is your view?
-
VimDiesel
Title: 253288 – hwpstate_intel: modern ThinkPads wedge under any kind of load or during boot
-
sozuba
sorry just noticed your afk message:p
-
sozuba
may be i should try this with freebsd 12.4?
-
sozuba
while the bug i posted talks about freezingand unable to boot, it also has alot ofreportings of high temperature and hwstate_intel issues mostly affecting lenovo laptops
-
RhDoc
well, you can give it a try to install 12.4 and see if it's the same behavior
-
RhDoc
woah - considering that bugzilla bug I was lucky getting the T480 :D
-
sozuba
RhDoc: hehehe
-
yuripv
sozuba: that bug should be fixed in 13.2
-
sozuba
yuripv: Mine isn'texactly that bug,but just something related. The patch provided heps avoid freeze and ubootable thinkpads, and over heating when pstate is disabled. But mine is heating even when i have the installatio image. i am currentlu going to check using 12.4 installation image and see what happens.
-
RhodiumToad
back
-
concrete_houses
RhodiumToad: do you manage busy big postgresql installation?
-
concrete_houses
running on freebsd?
-
sozuba
welcome back
-
RhodiumToad
concrete_houses: not at present
-
sozuba
RhodiumToad: There is a tool called s-tui that helps monitor and also perform stress test while reporting on load and monitor. What's the max temperature should i stop the stress test? i currently went 85+ and changed it to monitor mode and the temperatures are loering now.
-
RhodiumToad
how long under stress did it take to get to 85+?
-
RhodiumToad
I wouldn't go over that
-
RhodiumToad
and how quickly is it dropping after?
-
sozuba
3-4minutes to heat up
-
sozuba
and 5-7 minutes to cool down
-
sozuba
there is an option to save the data toa csv file, which I amdoing
-
sozuba
i will run it a few times and then get you the csv file
-
sozuba
meanwhile i have alsow downlaoded 12.4 and 14.0 images to see if they have this issue
-
sozuba
as before i booted into linux,no issues of temperature at all, the average cpu temperature ranges from 44-48 C for regular use of multipe tabs opened and terminal, etc
-
RhodiumToad
ok. and what temps are you seeing under freebsd?
-
RhodiumToad
I _think_ coretemp might not be loaded by default, in which case kldload coretemp
-
RhodiumToad
then sysctl dev.cpu | grep temperature should give current temps
-
sozuba
RhodiumToad: i haven't yet checked the numbers yet, but i could literally feel the heat,almost burning. I will note down the temperature with freebsd once i amdone with linux
-
sozuba
tests*
-
sozuba
RhodiumToad: Thank you , will nnote that down
-
RhodiumToad
sysctl dev.cpu will show a bunch of cpu-related info, including current clock speed, available speeds, C-state usage, temps
-
sozuba
ƒƒthat's cool. i also have sensor information fromlmsensors pacakge onlinux and the system hardware information, etc. I am doing this sui to get monitor and stress data for load and temp
-
sozuba
s-tui*
-
sozuba
RhodiumToad: looks like Freebsd 12.4 doesn't have that heating issue. Although i will perform more checks and share. For now, the temperature remains low comparedwith Freebsd 13.2, sysctl dev.cpu gives 53,53,50,50
-
sozuba
will check for Freebsd 13.2 and Freebsd 14 as well
-
sozuba
the deperature is not much high from linux though
-
RhodiumToad
huh.
-
sozuba
does your reaction mean the results are not realistic?
-
RhodiumToad
no, just odd that 12.4 would be better than 13.2
-
sozuba
RhodiumToad: i guess, its proably the introduction of intel pstate, but what do i know, i am just a noob :) my guess is as good as that of an ant
-
sozuba
anyway these are preliminary
-
sozuba
will keep you posted
-
RhodiumToad
given the age of your cpu, I don't think hwpstate_intel would even attach
-
RhodiumToad
but that can be checked in sysctl if you boot 13.2
-
sozuba
will do, i amdetermined to get to the bottomof this :)
-
sozuba
Freebsd 14,doesn't boot.none of the image versions boot,they end up with mountfilesystem> prompt
-
RhodiumToad
huh
-
RhodiumToad
what messages are before that?
-
sozuba
freebsd 13.2 temperature starts at 44 C after boot in live dvd andreaches to 54 and stabiises therewithout doing anything just leaving the laptop idle. Will try Freebsd 12.4 again.
-
sozuba
searchign for "some filesystem" i don't remember
-
sozuba
i have let the laptopcool for few minutes and plan to run this temp range idle test on 12.4 again
-
RhodiumToad
on 13.2, is that with powerd running or not? and can you show the whole sysctl dev.cpu output?
-
sozuba
sure, for dev.cpu output. How do i find out if powerdis running or not?
-
sozuba
All the freebsd tests are in the live iso
-
RhodiumToad
service powerd onestatus
-
RhodiumToad
I think the iso does not enable powerd.
-
sozuba
i'll do the 13.2 again then,share the output with you and the do the 12.4 again
-
sozuba
oh okay,fair enough then
-
sozuba
You are right powerd is not running
-
sozuba
on live dvd
-
sozuba
do you still want tosee the full dev.cpu output?
-
RhodiumToad
yes
-
sozuba
ok
-
sozuba
-
RhodiumToad
huh
-
RhodiumToad
_is_ powerd running?
-
sozuba
RhodiumToad: no
-
sozuba
service powerd onestatus -> powerd is notrunning
-
RhodiumToad
... it's showing the cpu clock stepped down to almost the lowest speed, all cores spending most of their time in C2 state, and yet the temp is ~50C?
-
RhodiumToad
that makes zero sense
-
sozuba
that's scary when things don't make sense
-
sozuba
:(
-
sozuba
should i post a bug report? or wait to analyse this further,make a full install, perform the same tests and then raise a ticket?
-
RhodiumToad
try starting powerd in the livecd: service powerd onestart
-
sozuba
ok
-
sozuba
run dev.cpu again?
-
RhodiumToad
yes
-
sozuba
i'll give it 5 mins time to wait for changes?
-
RhodiumToad
good idea
-
sozuba
okay :)
-
sozuba
-
sozuba
tempreature hasn't reduced 52,51,48,47
-
RhodiumToad
if you run top -CSH what does the cpu usage look like?
-
RhodiumToad
e.g. what percentage idle
-
sozuba
cpu is 100% idle
-
daemon
it needs some whipping
-
sozuba
strange, then why is my cpu heating up :(
-
sozuba
daemon: i wish that was as simpleas that
-
sozuba
:)
-
RhodiumToad
probably this should be a bug report
-
daemon
I mean ... have you checked your thermal compound and heat sync
-
RhodiumToad
can you do all of the same things we just did on 12.4 and show the output from that?
-
sozuba
sure
-
daemon
your not overclocking it?
-
sozuba
let me boot reboot to 12.4 live
-
daemon
it sounsd a hardware problem not software is the thing
-
daemon
no boot a linux live
-
daemon
prove its software
-
daemon
because it really does not sound like it
-
RhodiumToad
daemon: cpu 100% idle, clock speed stepped right down to lowest available, cores spending most of their time in C2 state or below,
-
RhodiumToad
and yet temps of ~50C
-
RhodiumToad
this is not anything like reasonable
-
sozuba
daemon: you are lagte to the party, linux boots wellwith 43-48 C idle,mosty 44
-
daemon
50C is fine that is way below tjmax
-
RhodiumToad
and it seems to be specific to the OS
-
daemon
what cpu?
-
RhodiumToad
50C isn't high enough to be a problem, but it's pretty unreasonable under the conditions
-
RhodiumToad
haswell-era intel i5, -U submodel, don't recall the exact part
-
RhodiumToad
i5-4300U
-
daemon
in your range of 43-48C 50C is not that far off ... could simply be a sensor calibration
-
sozuba
daemon: Intel Core i5-4300U
-
daemon
load it up in linux and bsd and reboot dead and check the hardware monitor in the bios
-
daemon
I am hanging onto the sensor misreading thing