-
V_PauAmma_V
All Hardware Sucks. All Software Sucks.</asr>
-
sereg
yes
-
nacelle
you cant avoid the computer vortex...
-
smetano
i
-
psionic
is FreeBSD opens serial console by default if I download the PI image?
-
psionic
this shit pi zero w dont even have HDMI I don't have that crappy plug in lcd for the gpio so won't see shit
-
nacelle
psionic: pi zero w has mini hdmi
-
gnathat
Did I register?
-
grahamperrin
gnathat: I see you
-
Remilia
I think they should switch from mini HDMI to mini DP, mini DP is extremely common unlike mini HDMI
-
gnathat
How do I change the tty-console colors? Can I do that?
-
Remilia
what's 'tty-console'?
-
gnathat
When you log into your system it should just be the CLI. Unless you have automatic X start in your config
-
Remilia
after you log in (locally) you get shell
-
Remilia
the virtual TTY itself is already running
-
Remilia
init spawns a getty process for each virtual console
-
parv
If using syscons, one way is to set the colors in kernel configuration & compile+install it; there may be loader variables (see manual page for "syscons(4)" & "loader.conf(5)") to set there instead of needing to compile🤷♂️
-
Remilia
parv: aye, but syscons is not technically a TTY
-
parv
Remilia, In the context gnathat just wants to change the colors shown.
-
Remilia
you have three different points at which you can attempt to change default colours, the kernel configuration for syscons or vt; the terminal emulator; the shell
-
Remilia
if using Intel video driver you can even redefine the entire colour set with RGB tuples
-
gnathat
-
VimDiesel
Title: Solved - vt console change colors theme | The FreeBSD Forums
-
gnathat
@VimDiesel, because I got to it first I know have to absorb you as per Highlander rules.
-
Remilia
talking to the bot?
-
grahamperrin
LOL
-
gnathat
You can no longer FreeBSD, back to MacOS or Windows
-
Remilia
gnathat: keep in mind that this will override the vt colour set everywhere for every user
-
gnathat
@Remilia, I am the only user. As per highlander.
-
Remilia
I have no idea what it means other than I guess you live in Scotland
-
gnathat
"There can be only one"
-
parv
⚡💀⚔
-
parv
... uh read that in reverse order
-
grahamperrin
I assume that the CI- prefix at <
download.freebsd.org/snapshots> signifies continuous integration, can anyone confirm?
-
VimDiesel
Title: Index of /snapshots/
-
grahamperrin
In this context: not cloud image, not cloud-init … true?
-
V_PauAmma_V
grahamperrin, I believe so. IIRC, there was something about CI in a status report this year or 2021 GY.
-
psionic
is the piW wifi works or still doesnt?
-
psionic
I seriously dont want to spend 5 mins trying to find it out :D
-
psionic
dont have usb hub for it either no idea how to plug a keyboard in otherwise
-
parv
What is "piW"?
-
parv
( In any case it has been 10+ minutes 😏)
-
psionic
pi zero W
-
psionic
and update the god damn manual if the fucking shit is supported cost the table says nothing and bunch of ? ? ? ? for pi hardware no way nobody tested those
-
nacelle
calm down, its just a piece of hardware
-
eoli3n
Hi
-
eoli3n
is there any host service like
openbsd.amsterdam
-
VimDiesel
Title: OpenBSD Amsterdam
-
eoli3n
but with freebsd ?
-
eoli3n
did you know that "FreeBSD - another lightweight Linux distribution approaching 30 years in development with incredible reliability and uncomplicated licensing."
-
eoli3n
-
VimDiesel
Title: Linux VPS Hosting | High-Performance, Affordable Linux Cloud Servers
-
eoli3n
:)
-
eoli3n
welcome to the Linux world Freebsd
-
grahamperrin
At least they didn't make the mistake that was previously prominent at the FreeBSD home page (more than thirty)
-
grahamperrin
Oh, that's still there, which is interesting, because FreeBSD has not yet celebrated its thirtieth anniversary. At least it's forward-looking :-)
-
V_PauAmma_V
*grimace* I'm not sure what bothers me more in that, "lightweight" or "Linux".
-
Erhard_
eoli3n: Many VPS hosters offer FreeBSD: Kamatera and Contabo do. Hosthatch, and I think Linode miight even.
-
koobs
morning
-
koobs
-
VimDiesel
Title: @FreeBSDHelp/FreeBSD Services / Twitter
-
sereg
koobs: morning
-
koobs
sereg: o/~
-
koobs
how are you ?
-
sereg
excited, finally jumped over to the freebsd side
-
sereg
yourself?
-
koobs
not too bad
-
koobs
welcome to the community
-
koobs
what motivated/promoted pulling the trigger?
-
sereg
silly reasons (linux kernel 6.0)
-
sereg
had been wanting to for a while but that tipped me over
-
koobs
ah
-
koobs
anything specifically in 6.0+ ?
-
sereg
wanna see how rust in the kernel goes before hopping on
-
koobs
ah
-
koobs
sereg: if youre interested in those kinds of things, for what its worth:
wiki.freebsd.org/Rust#Rust_in_the_FreeBSD_Kernel
-
VimDiesel
Title: Rust - FreeBSD Wiki
-
sereg
ah thank you
-
koobs
welcome
-
» parv was puzzled to see Python async package "trio" in "net/trio" instead of "devel/trio" or anything more "obvious" (for some definition). Whatever for "net" is any directory just like "devel"
-
koobs
parv: consider devel doesnt exist
-
parv
Correction, "net/trio" should have been "net/py-trio"
-
koobs
mm
-
koobs
- Remove devel/py-trio for being a duplicate of net/py-trio added a few days ago
-
koobs
Jul 2020
-
parv
Ha!
-
koobs
-
VimDiesel
Title: FreshPorts -- net/py-trio: Library for async concurrency and I/O
-
koobs
last update sept 2022
-
koobs
net trio doesnt exist (freshports?)
-
parv
koobs, No I had mistyped "net/py-trio"
-
koobs
oh
-
koobs
so whats is/was the issue?
-
koobs
you were puzzled by py-trio in 'net' instead of 'devel' ?
-
parv
Just that, yes
-
koobs
oh
-
koobs
'everything is a development library'
-
koobs
therefore nothing is
-
koobs
kinda thing (gist)
-
parv
Yeah, yup
-
parv
Seems there is a undeclared dependency on "exceptiongroup" in trio port; error:
termbin.com/q553 . Short version: install "net/py-trio"; then see if "ModuleNotFoundError" is produced by: python3.10 -mtrio -c ''
-
AmyMalik
Why no sbrk on newer architectures?
-
Erhard_
I am trying to format a drive with existing data on it. The drive is not mounted as far as I can tell. I had been used as swap due to a naming change at startup, but I swapoff -a and it is notlonger being used in swapctl -l.. However, when I try gpart destroy ada0 I get device busy
-
Erhard_
Where else should I be looking?
-
Erhard_
I guess I will comment it out of fstab and reboot
-
Erhard_
But I am sure there is some better method.
-
Erhard
Oh... Maybe it was just destroy vs. delete fist for gpart...
-
rwp
I was about to guess the encrypted swap layer? swap.eli? Perhaps in a mirror?
-
Erhard
It was eli...
-
Erhard
But... The issue was I cannot destroy until I delete.
-
Erhard
That seems to have worked. Or maybe it was the rboot ;-)
-
Erhard
So If I want this new drive zfs should I still use GPT?
-
Erhard
Oh, no need.
-
Erhard
Nice.
-
rwp
I probably would have suggested a "geli status" and "geli list" to see if it was encrypted swap.
-
rwp
Yes. For ZFS you should definitely use GPT.
-
Erhard
I see. Like that could have still been open even after swapoff -a ?
-
Erhard
zpool create ztank /dev/ada0
-
Erhard
Seems to have worked without first doing aything with gpart
-
Erhard
After dedtroying.
-
Erhard
Is this bad?
-
rwp
I think so. Yes. Because that just removed the swap from your kernel. But the encryption layer from disk device swap to encrypted swap.eli would still be active.
-
Erhard
destroying
-
Erhard
I see. Interesting
-
Erhard
OK. So, no I don't nee to gpart before creating the zpool
-
rwp
Hmm... You created a zpool on /dev/ada0? Shouldn't that have been /dev/ada0p1 or another of the partitions?
-
Erhard
I don't know. WOuld it matter?
-
Erhard
I don't have a lot of experience manually creating zfs
-
Erhard
It seems to work. But I could try again on a partition
-
rwp
Hopefully one of the experienced hands will jump in. I am rather new to it myself.
-
rwp
I have been doing root-on-zfs. Which definitely needs partitions because there are other things needed such as the boot partition.
-
rwp
But if this is a data only disk then I think it is okay to just use the entire disk.
-
rwp
Though it might be considered unconventional. And I don't know what problems this creates or avoids.
-
mason
Erhard: You can use the raw disk but partitions let you do things like use GPT labels, which are nice.
-
Erhard
I'd like to be able to clone the existing boot disk to this one.
-
Erhard
Ah, yeah, the labels are very nice.
-
Erhard
Trying to find some info on how to make this new disk bootable and clone the xisting boot disk to it
-
mason
Erhard: If it's legacy, man gpart and look at "bootcode".
-
Erhard
Just a single disk pool ( NVME)
-
mason
Erhard: If it's UEFI, you're not going to win without partitions.
-
Erhard
The existing boot disk is zfs on an SSD
-
parv
Other than the need to partition for EFI for root on ZFS, there is no pressing need to use GPT with ZFS. But it helps in that GPT use allows for labels, labels I use when creating a ZFS pool
-
rwp
Is this for Legacy BIOS boot or for UEFI boot?
-
Erhard
I think this mobo will do either.
-
mason
Partitions are also nice for organizing GELI.
-
rwp
I think the consensus is that you want GPT partitions. Don't try to avoid it. :-)
-
parv
And I love GPT labels (if that was not already clear)
-
Erhard
sO IN GPART, FOR ZFS, AM i ADD ING -T FREEBSD-UFS ?
-
mason
And... You can still use GPT even if you're doing a legacy install.
-
Erhard
oops. Sorry for caps
-
mason
Erhard: freebsd-zfs exists
-
Erhard
Ah, ok
-
Erhard
How big do I need for freebsd-boot ?
-
mason
Erhard: 512k I believe
-
mason
yeah, 512K
-
Erhard
I decided why not just run bsdinstall lol
-
mason
I do.
-
mason
-
VimDiesel
Title: MasonLoringBliss/ZFSandGELIbyHAND - FreeBSD Wiki
-
Erhard
Hmm. not sure I can boot off this disk
-
Erhard
It's a PCI card to support an M.2 drive in an older mobo
-
Erhard
Didn't show up in the bios for booting
-
Erhard
I could see if there is a newer BIOS. I think there would be
-
Erhard
It seems to see it as a SATA drive anyway. 6Gig. So not really getting M.2 speed
-
Erhard
Some PCI card that came with some ASUS mobo. Spare parts stuff
-
mason
Unfortunate!
-
Erhard
Yeah
-
mason
I'm going to start looking for a wifi card soon that'll power hostapd=.
-
mason
hostapd*
-
idwer
Erhard: which one? BIOS looks for an optionrom, firmware, on the PCI <> M.2 device
-
Erhard
Just rebooted. Let me see if I can find the info.
-
Erhard
I can't get into the bios with the keyboard I have attached. I need to plug another one in. It's a stupid imac kbd with no del key lol
-
Erhard
I was able to hit f8 and it didn't show up.
-
Erhard
I suppose I can just use this M.2 for storage.
-
Erhard
I really just want something I can serve 10Gig (well 5Gig outbound internet, so 5Gig) out with
-
Erhard
I see ada0: <SAMSUNG MZHPU512HCGL-00004 UXM6501Q> ACS-2 ATA SATA 3.x device
-
Erhard
I thought some of those PCIE M.2 cards would do actual M.2 type speeds, not a SATA device.
-
Erhard
But this one may be crap. Like I said it came free with an older X99 mobo
-
Erhard
Probably marketing wank so they could tick off M.2 support on the box
-
Erhard
I found it in a drawer so thought I would give a try
-
-
Erhard
Even with a real kbd and going into the bios I couldn't find anything about the M.2 card
-
Erhard
I have the PCI device rom enabled.
-
Erhard
For giggles I am trying a full power off reboot
-
Erhard
Still only the internal SSD port disk shows up.
-
Erhard
Gr.
-
yuripv
there are sata drives with m.2 interface; are you sure it's pcie nvme drive?
-
Erhard
Pretty sure. I windows it was not an SSD and was doing like 1 GB/sec
-
Erhard
I think it's the stupid card
-
Erhard
Rather than the M.2