jaeger changed the topic of #crux to: CRUX 3.6 | Homepage: https://crux.nu/ | Ports: https://crux.nu/portdb/ https://crux.ninja/portdb/ | Logs: https://libera.irclog.whitequark.org/crux/
tilman has quit [Ping timeout: 240 seconds]
tilman has joined #crux
Guest72 has joined #crux
_moth_ has quit [Remote host closed the connection]
_moth_ has joined #crux
Guest72 has quit [Quit: Client closed]
SiFuh has quit [Ping timeout: 250 seconds]
SiFuh has joined #crux
farkuhar has quit [Read error: Connection reset by peer]
ppetrov^ has joined #crux
<frinnst> One of my customers now has a mysql db that's 8TB
<frinnst> jesus christ
<frinnst> wtf are they doing?
<frinnst> STORE ALL THE THINGS
<frinnst> I need to add ~0.5TB every 2-3 weeks
<frinnst> initial server spec was 100GB for sql storage iirc
crash_2 has joined #crux
maledictium has quit [Ping timeout: 256 seconds]
crash_ has quit [Ping timeout: 256 seconds]
crash_2 is now known as crash_
maledictium has joined #crux
<braewoods> frinnst: makes you wonder if they have a lot of waste in there
<braewoods> frinnst: could also be a case of poor deduplication
<braewoods> badly designed database
<braewoods> honestly sounds unsustainable
<groovy2shoes> in more ways than one
emmett1 has joined #crux
<cruxbot> [xorg.git/3.6]: mesa: update to 21.3.5
pedja has joined #crux
ppetrov^ has quit [Quit: Leaving]
ppetrov^ has joined #crux
<stenur> yeah VACUUM it was iirc; lmdb does not have it, i dump/restore every month, saves at least 50%
<frinnst> yeah its a clusterfuck. "we are working on it, please add more storage as required until we fix it"
<pedja> vmware trouble?
<frinnst> me? no, user trouble
<pedja> ah
<frinnst> yay resident alien s02
<pedja> he was excellent in S1 of Doom Patrol
<SiFuh> pedja: yes I agree
_moth_ has quit [Ping timeout: 250 seconds]
<joacim> frinnst: when i run into growing databases, i cant get approval to upgrading storage
<joacim> for
<joacim> not like they're growing at an unreasonable speed either, but need more than 100GB, and there just isn't any room on the host.
<joacim> that's after cleaning up the mess after someone overprovisioning storage. I find that a lot too
<joacim> 1TB host, VMs that total 2TB in potential size
emmett1 has quit [Ping timeout: 240 seconds]
farkuhar has joined #crux
Guest35 has joined #crux
<Guest35> hello. i am new to crux... when i run it, my console screen resolution gets too small to read when the graphics card kicks in. is there a way to adjust my console screen resolution?
<joacim> you need a framebuffer driver. probably should use uvesafb, or whichever is native to uefi and/or your gpu
<Guest35> I am running a legacy boot and I believe I have framebuffer driver.
<Guest35> currently, i just do setfont and point to /usr/share/kbd/consolefonts/ but it would be nice to change the actual resolution of the console
<joacim> it usually picks a compatible resolution when you have a more suitable framebuffer driver
<Guest35> how do I install a framebuffer driver??...
<joacim> kernel config. did you make your own config?
<joacim> https://wiki.gentoo.org/wiki/Framebuffer would check gentoos article on the topic
<Guest35> yes, i made my own config and my fbdriver is i915drmfb
<tilman> mmh, don't you just choose a differently sized font in the kernel config instead of changing the resolution?
<Guest35> where is that under in kernel config?
<tilman> try grepping .config for FONT
<tilman> or /FONT in menuconfig
<Guest35> i get config_font_support=y, config_fonts not set, config_font_8x8=y, config_font_8x16=y
<Guest35> this is in .config for kernel
Guest35 has quit [Quit: Client closed]
<cruxbot> [opt.git/3.6]: postfix: updated to version 3.6.4
<cruxbot> [contrib.git/3.6]: runc: updated to version 1.1.0
Guest35 has joined #crux
<Guest35> hello... is there a list of a minimal set of packages to be installed for crux? I would rather install a minimal set and do a sysup and then add whatever else I need.
frinnst has quit [Ping timeout: 240 seconds]
<pedja> core is minimal, opt is, well, optional :)
<Guest35> is the whole core needed for a minimal?
<pedja> yes
<Guest35> cool. and i want to add wifi, just add wpa_supplicant?
frinnst has joined #crux
<pedja> or iwd, whichever you prefer
<pedja> (caveat being that I stopped using Crux years ago, this is all from (failing) memory :))
<Guest35> i feel bad for asking a basic question but what is the difference between a crux package and crux port. from what i understand a port creates a package to be installed. are packages stored on the system or deleted after they are installed??
<Guest35> pedja, what do you use now if you don't use crux?
<pedja> openSUSE Leap
<pedja> yup, package is the result of port. check the manual at crux.nu, might explain a few things
<pedja> Crux ports are inspired by FreebSD ones, so if you are familiar with that, it's a similar concept
<Guest35> pedja, why switch to SUSE? isn't crux more exciting? or you just want work done?
<pedja> after a decade+ of using it, I needed a change :)
<pedja> learned a truckton while using it, too
ppetrov^ has quit [Quit: Leaving]
Guest35 has quit [Quit: Client closed]
Guest35 has joined #crux
_moth_ has joined #crux
<farkuhar> Guest35: did you successfully change your framebuffer resolution yet?
ivandi has quit [Quit: WeeChat 3.4]
ivandi has joined #crux
<groovy2shoes> Guest35, ports indeed build packages. where the packages are stored depends on your config. by default they're stored in the directory of the port that created them, but it can be changed by setting PKGMK_PACKAGE_DIR in your pkgmk.conf