Krond
When you run more then one server updating separate DNS entry is easier if you need to move just one service.
Badugar
Maybe comes from using www. as a prefix for everything web-related too
Anonymous
Just installed 13.0 and it’s running slow / booting slow despite updating graphics driver. Anything I am missing that I should be doing after a fresh install to optimize?
K
Anonymous
Anonymous
Slow= how long?
20+ seconds to boot after putting in root password. It’s an encrypted ZFS install so I’d expect there to be some delay. But this is over twice as slow as my Debian install. I am also noticing some lag in the GUI (XFCE)
K
Well 20 seconds is quite fast tbh
No clue as for GUI, I only use FreeBSD as CLI server
Anonymous
Anonymous
Anonymous
I’m thinking maybe I’m missing some essential drivers or need to do some more configuration. Not sure, I’m new to FreeBSD. All I’ve installed is a graphics driver, xorg, XFCE, and a web browser
K
FreeBSD is not famous for being the fastest OS in regards to boot time
Its normal for it to take longer than systemd Linux
Anonymous
why worry about boot times ? freebsd machines have uptimes in years.
Anonymous
Anonymous
Anonymous
purpose ?
Anonymous
purpose ?
General purpose personal laptop
Anonymous
Well disable the ones you don't need
stuff like the NTP daemon noticeably affect boot time, since init waits for NTP to get the time and exit
You can either try disabling NTP, or somehow start it in the background ( I don't know how ) or after you've logged in
Anonymous
Also to fully disable sendmail, you need a few more flags
Anonymous
Anonymous
You'll also experience tearing on i915, so try enabling the tear free option in xorg.conf
Anonymous
Anonymous
ya think he needs ipv6 too?
Anonymous
I didn't enable it.
Anonymous
Still pretty slow. Maybe that’s just ZFS decryption. I’ll try a UFS install instead and compare. Don’t really need ZFS
Anonymous
I do have one other question. I’m trying to mount an NTFS external HDD using “ntfs-3g” but keep getting an “operation not permitted” error. I think this has to do with the fact that the drive was encrypted with Veracrypt, maybe it’s not supported? I was able to plug the drive into Debian and windows and it would prompt for a password and mount without any further configuration
Anonymous
ya need the pkg fuse ?
Anonymous
Anonymous
Anonymous
Anonymous
bittin-
Just installed GhostBSD on an old trusty laptop
Anonymous
I'm having some difficulty figuring out how to boot my system directly into a graphical login manager for XFCE. I want the machine to boot directly into the XFCE DE, rather than needing to use the startx command from CLI.
Anonymous
ɴꙩᴍᴀᴅ
Anonymous
Anonymous
I had thought XFCE was packaged with a login manager, but it's not?
Anonymous
Anonymous
By editing rc.conf?
Anonymous
Anonymous
You can use sysrc(8) to editing /etc/rc.conf.
Anonymous
I use a GUI text editor, to be honest. Not that great with navigating directories from CLI
Anonymous
nano man
Anonymous
I do have nano installed. Just need to spend some more time learning it
Anonymous
Anonymous
nano is easy
Anonymous
what are the benefits to vi or sysrc over a GUI tool? Isn't the end result the same?
Anonymous
I would not recomend VI to a nube
Anonymous
I do understand that CLI is faster and more efficient, but are there any benefits beyond that
Anonymous
Anonymous
I'm curious to know how it's safer
Anonymous
vi is error prone
Anonymous
Anonymous
So lightdm_enable="YES" is correct?
Anonymous
yes
Anonymous
okay, thanks for the help everyone
Anonymous
yw
Anonymous
<o0O> did he use vi. LOL
Anonymous
for giggles look at emacs
Jackie
use lightdm-gtk-greeter or slick-greeter
Jackie
package of course
Carlos
https://twitter.com/freebsdjobs/status/1453502633369505793?s=12
Anonymous
Anonymous
Anonymous
I feel like you would have had a better time intstalling GhostBSD
ɴꙩᴍᴀᴅ
Badugar
bsdconfig is useful
Badugar
TUI program for configuring many parts of the OS
Jackie
can ntfs-3g handle a 4TB removable disk?
Jackie
I have one and use it normally on Windows and Linux, but can never get it mount successfully in FreeBSD
Jackie
Jackie
ɴꙩᴍᴀᴅ
I never had problems with ntfs-3g but I remember ntfs disk named da0s1 instead of da0p1