Search found 45 matches

by mapsware
Sat Jun 06, 2020 1:05 am
Forum: General
Topic: Iniciar SSH al prender PC [SOLVED]
Replies: 1
Views: 8109

Re: Iniciar SSH al prender PC

Para que el servicio de SSH inicie al arrancar GhostBSD, ejecutamos el siguiente comando como root (o con sudo)

Code: Select all

rc-update add sshd
Esto es debido a que GhostBSD utiliza OpenRC
by mapsware
Tue Apr 07, 2020 2:33 am
Forum: General support
Topic: Sound and resolution problems in GhostBSD 20.03
Replies: 5
Views: 11480

Re: Sound and resolution problems in GhostBSD 20.03

You have 2 sound cards, try using the other, as root run the next command

Code: Select all

sysctl hw.snd.default_unit=1
What do you do to test the sound?
by mapsware
Sat Apr 04, 2020 11:15 pm
Forum: General support
Topic: Sound and resolution problems in GhostBSD 20.03
Replies: 5
Views: 11480

Re: Sound and resolution problems in GhostBSD 20.03

what it the output of (run the command as root)

cat /dev/sndstat
sysctl hw.snd.default_unit
by mapsware
Tue Jun 18, 2019 9:22 pm
Forum: General
Topic: Iniciar SSH al prender PC [SOLVED]
Replies: 1
Views: 8109

Iniciar SSH al prender PC [SOLVED]

No he podido hacer que el SSH se inicie cuando arranca mi PC, probe agregando al /etc/rc.conf

Code: Select all

sshd_enable="YES"
Pero no me funciona, por el momento lo inicio manualmente mediante el comando

Code: Select all

sudo service sshd start
by mapsware
Mon Jun 10, 2019 11:15 pm
Forum: General
Topic: Disco USB con NTFS
Replies: 6
Views: 10839

Re: Disco USB con NTFS

No deshabilitas HAL, ¿no te aparecen mensajes de fallos lanzados por HAL? La pagina del DSBMD contiene una advertencia Warning Running DSBMD together with hald is not recommended. Since both daemons access the same system resources and execute similar actions, this might lead to malfunction. Para co...
by mapsware
Sat Jun 08, 2019 12:01 pm
Forum: General support
Topic: Very stupid bug (another one)
Replies: 4
Views: 5713

Re: Very stupid bug (another one)

Go to a virtual terminal with Ctrl + Alt + F1 login as root and run shutdown -p now
by mapsware
Tue May 28, 2019 2:26 pm
Forum: General
Topic: Variable PATH no funciona con ~/bin
Replies: 1
Views: 6401

Re: Variable PATH no funciona con ~/bin

Si me cambio a una terminal virtual (Ctrl+Alt+F2) e inicio sesion, si se procesa mis configuraciones en ~/.login_conf y todo funciona como debe Recuerdo hace algún tiempo probé SLiM , pero no lo utilice debido a que no procesaba los archivos .login_conf Por lo que al parecer el culpable es LightDM
by mapsware
Sat May 25, 2019 11:40 pm
Forum: General
Topic: Variable PATH no funciona con ~/bin
Replies: 1
Views: 6401

Variable PATH no funciona con ~/bin

GosthBSD pone por defecto en la variable PATH la carpe ~/bin , la creo y pongo mis shell script en ella, pero cuando los invoco no los encuentra Ejecuto rehash (utilizo tcsh), incluyo path en mi ~/.login_conf y reinicio la PC y no funciona, no importa que haga Mis script tienen los permisos rwx-----...
by mapsware
Fri May 24, 2019 11:24 pm
Forum: General
Topic: Cambiar a español la interfaz
Replies: 3
Views: 11134

Re: Cambiar a esspañol la interfaz

No encontré System Settings > Region & Language Actualmente lo que me funciono fue, desde la pantalla de login la establezco a español (es_MX.UTF-8) Probé editando el ~/.login_conf pero sin éxito (debido a que LightDM no procesa los archivos .login_conf) me:\ :charset=iso-8859-1:\ :lang=es_MX.IS...
by mapsware
Wed May 22, 2019 1:02 am
Forum: General
Topic: Cambiar a español la interfaz
Replies: 3
Views: 11134

Cambiar a español la interfaz

¿Como cambian a español la inerrfaz?