Search found 45 matches

by mapsware
Sat Dec 12, 2020 1:56 pm
Forum: Networking
Topic: How does one manully set IP Addresses
Replies: 1
Views: 2815

Re: How does one manully set IP Addresses

Modify the file /etc/rc.conf (in my case i had an "re" NIC)

Code: Select all

ifconfig_re0="192.168.73.1/24"
defaultrouter="192.168.73.254"
by mapsware
Mon Nov 16, 2020 12:53 pm
Forum: Installing GhostBSD
Topic: PS/2 mouse
Replies: 2
Views: 1980

Re: PS/2 mouse

Try setting in /etc/rc.conf and reboot moused_enable="YES" moused_type="ps/2" moused_port="/dev/psm0" More info in the manual of moused(8) For extra help, the output of the following commands are needed grep mouse /etc/rc.conf dmesg |grep -i mouse dmesg |grep -i ps/2 ps...
by mapsware
Tue Nov 03, 2020 1:39 pm
Forum: Installation and Maintenance of software
Topic: Mount USB disc with exFAT
Replies: 7
Views: 13060

Re: Mount USB disc with exFAT

slughorn wrote: Sat Oct 31, 2020 9:09 am If it does not work out of the box try this tip: https://wiki.ghostbsd.org/index.php/How ... 2F_unmount
exFAT is not listed in the page

What is needed to made available the port fusefs-exfat to GosthBSD
by mapsware
Tue Nov 03, 2020 1:32 pm
Forum: Installing GhostBSD
Topic: Setting correct location
Replies: 6
Views: 5031

Re: Setting correct location

Maybe you forgot to export the variable, let us know the output of locale and the content of your ~/.profile I am in Mexico, searching the possible locale config for my country user@host ~% locale -a | grep MX es_MX.ISO8859-1 es_MX.UTF-8 In mi ~/.profile I have CHARSET=UTF-8; export CHARSET LANG=es_...
by mapsware
Fri Oct 30, 2020 3:54 pm
Forum: Installing GhostBSD
Topic: Setting correct location
Replies: 6
Views: 5031

Re: Setting correct location

Try changing the LANG variable in ~/.profile. It work for me

In my case LANG variable was in the last line
by mapsware
Fri Oct 30, 2020 3:51 pm
Forum: Installation and Maintenance of software
Topic: Mount USB disc with exFAT
Replies: 7
Views: 13060

Re: Mount USB disc with exFAT

Does anybody know how to install FreeBSD package?
by mapsware
Wed Oct 07, 2020 11:58 pm
Forum: Installation and Maintenance of software
Topic: Mount USB disc with exFAT
Replies: 7
Views: 13060

Mount USB disc with exFAT

To mount a disc with exFAT file system, I need to install the port/package fusefs-exfat

Why is not this port in the Software Station?

Do I just run this command?

Code: Select all

root@GhostBSD # pkg install fusefs-exfat
by mapsware
Fri Sep 25, 2020 1:27 pm
Forum: Feedback
Topic: 25 Sept 2020 upgrade to 12.2 Stable failing
Replies: 10
Views: 12779

Re: 25 Sept 2020 upgrade to 12.2 Stable failing

In my case, when the graphics part is loaded, it stay in black screen

No mouse, no keyboard

I boot into the previous boot environment, but how I erase the wrong part a made this boot environment the default
by mapsware
Thu Aug 20, 2020 8:57 pm
Forum: FreeBSD Help
Topic: Startup Fails on Setting Date via NTP
Replies: 3
Views: 10213

Re: Startup Fails on Setting Date via NTP

I don't know how to solve the problem, but I understand what it is and what should be done The problem is that NTP runs before name resolution (nsswitch) is available GhostBSD use OpenRC for the init system, start by looking for how to configure the run dependency on OpenRC An alternative solution w...