-
trench
or tshark?
-
trench
more up your alley?
-
ramses
ni idea installed yesterday
-
ramses
no*
-
ramses
i recon pkg install like :D
-
trench
4.4 in the docs
-
trench
youtube.com/robnuggie = very good freebsd guides
-
trench
vermaden.wordpress.com also alot of docs.. :>
-
trench
i just use tailscale.com instead.. but that's me.. hehe
-
ramses
stop joking and help
-
ramses
upload goes max
-
ramses
so irretating
-
trench
help with what?
-
trench
i'm just telling you what i use
-
trench
I use tshark and tcpdump du debug thing.. you don't?
-
trench
to
-
ramses
well shits bad, im trying other
-
ramses
me at root you know :D
-
trench
freebsd is not linux.. you know..
-
ramses
nope
-
trench
i run current..
-
ramses
yeah
-
trench
i even run openbsd on my desktop now.. hehe
-
ramses
yep
-
ramses
old news :)
-
trench
grr.. this orangepizero 3 keeps dying..
-
hernan604
so i got this ryzen 7... first time with this new AMD... cant seem to be able to open tradingview correctly... it hangs every other second while dragging the canvas. WIFI device MT7922, not supported even by wifibox.
-
hernan604
(firefox)
-
trench
only firefox that does this?
-
hernan604
and in ungoogled-chromium, some hangs also... when i open the browser, and some other hangs... but i only tested slither on it
-
hernan604
the video card is good enough to run it.. but hangs every now and then =p
-
trench
what about a private tab?
-
hernan604
in what browser ?
-
trench
hernan604: what release are you on?
-
hernan604
14.2
-
hernan604
fresh install
-
trench
dbus?
-
hernan604
didnt enable
-
hernan604
is that still a thing ?
-
hernan604
i will enable it
-
hernan604
trench: actually its enabled
-
trench
what desktop are you runing?
-
hernan604
i3
-
hernan604
all other intels ran fine
-
hernan604
zero problems
-
trench
14.2 has the drivers for your card now right?
-
ramses
if problem resist try fedora :)
-
» trench slaps ramses with beastie
-
ramses
hehe
-
hernan604
plus the pulseaudio problem... when i open the browser as another user after a reboot, the sound from youtube works. but later after some ??? minutes ??? hours ?? it stops working. i had to enable sndiod and now its fine..
-
trench
fedora is a hat nothing else to me :>
-
hernan604
but i dont want linux... been using freebsd on desktop for 10+years without problems
-
hernan604
this fucking AMD
-
hernan604
crap =p
-
trench
-
trench
hernan604: my amd threadripper works fine :>
-
hernan604
trench: but thats the server cpu one right ?
-
hernan604
without gpu
-
ramses
hernan604: good i wont install it on main then
-
hernan604
tradingview seems to work better on ungoogled-chromium
-
hernan604
but damn, im not going to use chromium shit
-
trench
i mostly use dillo .. but that just me.. hehe
-
hernan604
conclusion: Dont buy AMD ryzen 7 guys
-
ramses
hernan604: you got the 7g one?
-
hernan604
7g ?
-
ramses
with grapichs in
-
hernan604
yes
-
hernan604
laptop
-
ramses
new model?
-
hernan604
i dont think its that new
-
ramses
ok
-
hernan604
ryzen-7-pro-7840u
-
hernan604
its actually AMD Ryzen 7 7735HS with Radeon Graphis
-
hernan604
and that thing just froze
-
hernan604
when i checked cpu info
-
hernan604
its frozen
-
ramses
hm
-
hernan604
had to switch to another
-
hernan604
could it be bad RAM ?
-
ramses
check the iso downloaded?
-
ramses
or just give it another run
-
thedaemon
Is it supported in drm-616-kmod ?
-
ramses
or that ^
-
thedaemon
My 6750XT wasn't working well (at all) in 515
-
thedaemon
but 616 compiled from ports works
-
hernan604
will check
-
hernan604
ok
-
hernan604
i hope its that
-
hernan604
oh, im using dwm actually
-
hernan604
not i3
-
hernan604
not that it should make a difference
-
hernan604
i had the option... intel or amd... i thought... lets try amd this time...
-
hernan604
now only problems =p
-
thedaemon
too New is never a good idea. I suffered the same XD
-
trench
hernan604: microcode?
-
hernan604
microcode ?
-
hernan604
whats that
-
trench
pkg pkg search microcode
-
trench
doh..
-
trench
pkg search microcode
-
hernan604
interesting
-
hernan604
will use that too
-
thedaemon
pkg drm-616-kmod did not work for me, I had to build from ports..
-
thedaemon
just saying
-
hernan604
thedaemon: yes, i just pulled portss from git.. i dont see 616
-
trench
-
hernan604
but i will find it and install
-
hernan604
wtf... i ran another command | grep and the thing just froze again
-
hernan604
its not exactly frozen, but the keyboard seems to be non functional .
-
hernan604
the mouse works, i can click stuff...
-
hernan604
but any key i press, nothing happens
-
hernan604
freaking weird
-
hernan604
added microcode, drm-61
-
hernan604
havent tested anything yet.. but when i open a terminal and type: sysctl -a | grep temperature
-
hernan604
i lose my keyboard
-
hernan604
its like it gets disconnected
-
hernan604
makes no sens
-
hernan604
mouse works, im able to select text, click on another desktop and swith to the other desktop
-
hernan604
but keyboard is gone
-
hernan604
ctrl+c dont work, capslock dont work, nothing works
-
hernan604
thedaemon: looks like firefoxx and tradingview are working a lot better with drm-61-kmod
-
hernan604
feels like im on itel again
-
hernan604
wow
-
hernan604
now it froze and rebooted
-
meator
Hey. I wish to retrieve info about a specific PID from C. Can you point me to the relevant manpage/system? I have concluded from my research that the use of procfs on BSDs (or only FreeBSD?) is discouraged.
-
paulf
some packages (like jdk?) require procfs but you can't count on it being there
-
paulf
generally you need to use sysctls, but it all depends on what info you need
-
meator
Process' command name or command line (/cmdline and /comm in procfs) should be enough for me for now.
-
paulf
if you look at the source code for ps you should be able to find that
-
MelMalik
man 3 kvm_getprocs ?
-
nimaje
man procfs states "Users are advised to use libprocstat(3) and kvm(3) instead."
-
meator
Portability across BSDs/darwin is also a concern for me.
-
MelMalik
Then check the developer manuals of those respective operating systems. This is not something portable as far as I can tell.
-
meator
-
meator
`sysctl kern.proc` appears to be relevant.
-
meator
`kern.proc.all` is an "opaque variable".
-
paulf
macOS and FreeBSD may have similar sysctls since they have some shared heritage, but macOS has a lot of extra stuff
-
violette
Hello! I sent this a few days ago on #freebsd-embedded, but i didn't get a response.
-
violette
I'm trying to boot freebsd on a mac air m2, but there seems to be an issue attaching the generic timer. I get `could not allocate irq for required interupt 'phys'` ; and `generic_timer0` attach returned 6`.
-
violette
I am able to boot openbsd, and from what i have seen, it doesn't seem to be caused by the different arm architecture (armv8.4 for m1, armv8.6 for m2). I have this issue on 14.2 and 15.0, altough 15.0 seems to have other gpio-related issues.
-
violette
I'd like to help, but i really dont know where to begin with, and cannot find interupt doc that corresponds to the generic_timer.c' irqs. Has anyone got any pointers?
-
oxbar
What’s the best way to search FreeBSD ports or docs .. I want to use git log with and pipe to less so I can search stuff.. looking for the latest commit for packages I’m looking for. Also I want to compare branches .. main and quarterly? Any ideas ?
-
ivy
oxbar: if you have a ports.git checkout you can do 'make index' followed by 'make search <field>=<value>', see ports(7) for syntax
-
ivy
if you want to find the latest commit for a file you can just look at the git log for that file, perhaps i don't understand what you're trying to do there
-
oxbar
ivy: thanks.. I want to see the last fit log of sysutils/cbsd do I do git log -p sysutils/cbsd ?
-
oxbar
Something like that
-
oxbar
Cgit.FreeBSD is easier but just wanted to know if I could do it from the cli
-
ivy
oxbar: you don't need -p, but yes that should work
-
oxbar
ivy: question it keeps showing me the log of /usr/ports directory or the git main branch even when i do git log --oneline sysutils/cbsd does that mean nothing has changed ?
-
ivy
oxbar: this seem to work as expected for me:
le-fay.org/tmp/7d/gitlog.txt - can you show the command you're using and the output?
-
oxbar
-
oxbar
i know its been updated a few times but i can't see it
-
ivy
b0dbd49d8 is newer than the most recent commit to sysutils/cbsd, but i don't know why it's showing that in your git log output... is there anything unusual about how you cloned ports?
-
oxbar
--depth 3 ?
-
oxbar
show i delete /usr/ports and do a --depth 1 ?
-
ivy
oh, don't use --depth if you want to see the history, the whole point of --depth is it removes the history from your local repository
-
oxbar
aqw
-
oxbar
aw*
-
oxbar
i will start over.. Thanks
-
oxbar
im like sratching my head
-
oxbar
ivy: last question.. if i want to compare main and quarterly is that possible ? its probably a dumb question but i just like to know what chagnes are didfrent from latest and quarterly whats been held back or whatever else
-
rtprio
yah it's possible
-
rtprio
git checkout main; git diff [your quarterly tag]
-
oxbar
nice
-
oxbar
i need to learn this stuff
-
lts
oxbar:
learngitbranching.js.org is a great place to start
-
oxbar
bookmarked!
-
haroldp
if `service -e` lists base named (/etc/rc.d/named) after ports named (/usr/local/etc/rc.d/named) which one will it run?
-
ivy
haroldp: what version of FreeBSD are you running? as far as i know, there has not been any base named for a long time
-
haroldp
13.5. hmm, might be leftover from an update
-
ivy
do you make `make delete-old` after updating?
-
haroldp
must have missed in in this jail
-
mzar
named was removed from the base along with the startup script (/etc/rc.d/named) at times of 10-CURRENT, over 10 years ago
-
nimaje
pretty sure if some rc script is in base and in ports the base version gets renamed along with the rcvar to avoid conflicts like it happend with unbound (local_unbound)