r2g2
or do you have a head parking issue of the disk?
Tyler
r2g2
any s.m.a.r.t errors?
Tyler
however i was trying it with a new BENFEI sata to usb adapter and same issue...😒
r2g2
maybe you have a crappy usb chipset in your laptop
r2g2
does not say anything about quality
Tyler
does not say anything about quality
so why only with freebsd has this issue then? i am using this expansion desk for rsync timeshift every week for the rest of my linux systems and never was issue. only on freebsd
r2g2
maybe FreeBSD has a driver issue, maybe the hardware is crap and Linux just ignored the errors produced
r2g2
what chipset is your mainboard using?
r2g2
well that lists just some driver versions ... no info about the used chipsets
Tyler
Tyler
r2g2
yes, but what is the chipset?
Tyler
Tyler
an other way to check. just for confirmation.
Tyler
and finally dmidecode -t 2 command also confirms. 🤓
Baron
I use dwm
For each system I like to use a different WM/DE
OpenBSD -> CWM
FreeBSD -> RatpoisonWM
Gentoo -> RatpoisonWM
Slackware -> Plasma
Tyler
r2g2
is it the samsung-ssd-870-qvo-4tb which does not work?
Baron
Tyler
r2g2
did you install the latest firmware on those disks?
Tyler
very noice. next brave-nightly please. 🤓
Baron
take out what I don't use, and besides that I don't like brave
but I'm thinking about porting mullvad-browser to fbsd
Tyler
Tyler
Baron
Baron
I use the same ~/.mozzila for years
Baron
more than a decade now
Tyler
noice
radhitya
hello.. any guide to improving perfomance freebsd?
watching youtube on freebsd is not smooth as linux
Jeff
before doing a refresh of the main branch, search for branch 2023Q3 first.
if found, check that branch out, otherwise fetch/pull main.
radhitya
r2g2
Alexander
hi, who created bots in telegram, share your experience, language, framework
Mike
hetzner offer VM on ARM.
ɴꙩᴍᴀᴅ
I did create one for man pages (really basic) using this C library https://github.com/smartnode/telebot although I guess a more web oriented language will speedup development
Alexander
does he know how to work with the rest API?
Alexander
suppose I have a server that issues a rest API, and the bot shows information from there
Vicen
it would be interesting to know if someone has a sucessful case using FreeBSD in ARM PBCs....
ɴꙩᴍᴀᴅ
I did the rest API requests with curl, and then parse the information to the telebot C library. Not so fancy
ɴꙩᴍᴀᴅ
I know people that have developed bots using JS and Go, in way less time than I did mine
ɴꙩᴍᴀᴅ
ɴꙩᴍᴀᴅ
The JS/TS framework they used is https://github.com/telegraf/telegraf, the Go one I don't remember right now. I'm sure those will be more fancy handling rest API calls
Mike
I am using FreeBSD on rpi4 for home lab.:)
Alexander
I used nestjs-telegraf, wanted an admin panel
ɴꙩᴍᴀᴅ
Maybe something like https://docs.adminjs.co/module-@adminjs_nestjs.html can be fast to integrate as an admin panel frontend, then handle the rest API with nestjs-telegraf so the bot is connected to the admin panel
ɴꙩᴍᴀᴅ
(or maybe I didn't understand correctly)
extrowerk
I am mounting some TrueNAS SMB shares on my FreeBSD laptop via fstab like //USER@SERVER/SHARE /path/to/mount smbfs rw,-N,-Iip 0 0 and while it works the character encoding is wrong.IT seems it assumes 8859-1, while it should be utf8 i think. iconv is loaded in rc.conf. Do you have any hint where should i research the issue?
Jeff
I have 13.2 running on my pi400; wifi works on the "Realtek 802.11n WLAN NIC".
Carl
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262882
Ronard NX
ɴꙩᴍᴀᴅ
As of today, we are happy to announce that we are moving a step forward in the FreeBSD telegram community. We moved the main group to a forum-like view, including an off-topic room there. This leaves the old freebsd-offtopics chat as the one that handles all the messages for the telegram channel.
We hope this way there is less user redirection and a more unified chat flow (:
It may take some time to get all focused topic to be properly handed over the right thread, so I encourage you to take a look at the namings we have for the threads (similar to the forum) and place your content where it fits better. Of course there are limited threads so if something is not offtopic and doesn't fit in any thread, post it in the general one. I hope you like this new stage of the FreeBSD telegram community
X
Nice!
i686
that's not the wireless embedded chipset, is it?
Jeff
ah, right, sorry. I forgot that I have a dongle on that box.
Ronard NX
Still no stickers allowed
Ronard NX
You may try wifibox package
Tyler
Tyler
Ezio ownatore
Hey guys, I'm new to freebsd, i just installed it, but I can't get my wifi to work, running sysctl net.wlan.devices it tells me i have a iwlwifi0 device and i have read on the manual that this should have the driver loading on boot, while i was installing freebsd i wasn't able to scan any wifi tho, let me know if i can give you any other information to help me, I'm really new to this :/
Ezio ownatore
If i run ifconfig wlan0 scan it tells me the interface wlan0 does not exist, but i created the
wlans_ath0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"
In
/etc/rc.conf
Ezio ownatore
Also bsdconfig netdev tells me there are no network interface detected, as would be normal since the PC doesn't recognize wlan0 i guess
Jeff
if you've got an iwlwifi card, then use wlans_iwlwifi0="wlan0"