Geld [0/4๐] ๐ต๐ธ ุชุญูุง ููุณุทูู
Geld [0/4๐] ๐ต๐ธ ุชุญูุง ููุณุทูู
It would be nice to listen to. Can I turn off video and listen to the audio only?
Anonymous
Is plasma is stable in FreeBSD?
Mikhail
g
anyone know when telegram desktop will get a update?
Krond
Dunno. It's not available on DFly so I'm not using it.
Krond
It's probably easy to update - try updating Makefile with current version, make makesum, and try building.
g
it copys over a lot of modified files...
g
so i dont think so :(
g
will try tjo
g
is there a way to use pkg where possible to install build deps?
g
g
thanks
Krond
I hereby proclaim you worthy and ready to port more applications to BSD world. Go forth and conquer!
Krond
And don't forget to drop patch to bugs.freebsd.org.
z4ck
Nils
z4ck
How about modern AMD GPUs, any experience?)
Geld [0/4๐] ๐ต๐ธ ุชุญูุง ููุณุทูู
Mikhail
yes, I think so
mrphyber
even in a Ryzen 5 for a laptop with integrated amd graphics works fine
Geld [0/4๐] ๐ต๐ธ ุชุญูุง ููุณุทูู
yes, I think so
Is there a limit of (passive) participants?
Mikhail
I dunno. I'm going to join it as passive participant.
Geld [0/4๐] ๐ต๐ธ ุชุญูุง ููุณุทูู
z4ck
Nameful
Nameful
ooo, nice
Nameful
does Vulkan work?
mrphyber
I never tried it, being honest, but I suppose it will work
Geld [0/4๐] ๐ต๐ธ ุชุญูุง ููุณุทูู
Yeah, it should start in 1h30
Geld [0/4๐] ๐ต๐ธ ุชุญูุง ููุณุทูู
Nils
Geld [0/4๐] ๐ต๐ธ ุชุญูุง ููุณุทูู
Hmm.... It works on my mobile.
Geld [0/4๐] ๐ต๐ธ ุชุญูุง ููุณุทูู
No idea about a Web browser.
Nils
aaah I clicked the wrong button
Geld [0/4๐] ๐ต๐ธ ุชุญูุง ููุณุทูู
Does it work now?
Nils
i clicked "show" inttead of "take part"
Geld [0/4๐] ๐ต๐ธ ุชุญูุง ููุณุทูู
The end.
g
it just finished
g
was good
g
i missed most of the first part without captions
g
it'll be on youtube soon iirc
Alfarizz
Alfarizz
can someone help.
im using freebsd 12.0 release
Alfarizz
FreeBSD 12.0-RELEASE-p3 GENERIC i386
Alfarizz
OpenSSL 1.1.1a-freebsd 20 Nov 2018
Alfarizz
Krond
try ldd -a <your mysql library path>
Alfarizz
im sorry new in freebsd.
Alfarizz
how to know mysql liblary path
Krond
Alfarizz
Alfarizz
i have script for inserting and cheking to database writtten in perl, last time i want to install nodejs using pkg install nodejs,
when i try to run my script perl mrtg_huawei.pl script become error
Krond
That's kindda weird, looks like your packages are in a weird state. libssl.so.9 is referenced but not found. And it shouldn't be, according to your os version you should have libssl.so.111
Krond
are you using ports or packages? was system upgraded and how?
Alfarizz
- update my collection port
- insalling nodejs via port
Krond
And yeah, I intentionally asked to run ldd -a, in case you are not picking this lib directly it might hint on where your problem is.
Alfarizz
Krond
Before installing from ports did you upgrade all of your installed packages? What do you use to build ports?
Alfarizz
i did not upgrade install package berfore, after im trying to install nodejs13 but failled "ALLOW_UNSUPPORTED_SYSTEM" the try to ALLOW_UNSUPPORTED_SYSTEM=yes but still failed and then try to install using "pkg install nodejs13"
Alfarizz
after that im trying to run my script then give error above
Krond
Oh, mixing ports and packages. You do know how to wreak havoc.
Alfarizz
hmmm
Alfarizz
would you like to give me suggestion
Krond
Ok, let's start.
Alfarizz
let's start
Krond
There are two huge choices in BSD world - ports or packages. packages are fast and ready, ports can be customized. It's better not to mix them, because packages would not be aware of your local changes to your ports. If you want to side with ports you are going to build them all yourself.
Krond
Are you going with ports or packages?
Alfarizz
packages
Krond
then just reinstall all packages from the repo with pkg upgrade -f.
Krond
After that please do check your current setup with pkg check -d ; pkg check -B.
Alfarizz
oke im going pkg upgrade -f
Alfarizz
oke, im still progress pkg upgrade -f
z4ck
Yes, mixing ports and packages will produce issues with different versions of depended programs, so this is a bad idea.
Alfarizz
oke @cyberdef lesson for me
Geld [0/4๐] ๐ต๐ธ ุชุญูุง ููุณุทูู
I'm sorry for a lame question but, I have downloaded ISO from the freebsd website.
Do I have to manually compare SHA512 od the iso and inside the CHECKSUM or is there a program that automates it? (I'm using Linux)