MobStac

miércoles, 2 de abril de 2014

Sufriendo otra vez: una de PCBSD 10 Joule

[ximo@pcbsd-4144] ~% uname -a
FreeBSD pcbsd-4144 10-STABLE-p4 FreeBSD 10-STABLE-p4 #0 403eae4(stable/10): Mon Nov 18 16:35:51 EST 2013     root@avenger:/usr/obj/root/pcbsd-build/git/freebsd/sys/GENERIC  amd64

Tenia una iso de PCBSD-10 desde diciembre y para no hacer de Conan el destructor he ido posponiendo la instalacion, la falta de acentos por no poder poner el local que toca es una de las quejas que tengo parece ser que el local general si que se pone pero no se puede fijar el teclado cuando vas a loguearte.

Otro tanto ocurre con el GRUB ahora solo ponen este gestor de arranque y menos mal que pone el PCBSD para arrancar, ni rastro del windows por ejemplo cuando cualquier distro linux ya lo hace, estoy malmetiendo para ver si los equipos de curritos que se turnan en hacer estas cosas se aclaran y vamos mejorando en vez de una vez si y otra no, el continuismo mola sobre todo si las cosas funcionan. Las mejoras van bien pero con una base minima solida.

Yo como siempre lo tengo instalado en un disco duro USB de 30Gb como novedad por defecto te ponen una montona de slices ya predeterminados, son los puntos de montaje de lo que se considera mas util y seguro recomendados por los expertos, bueno si vais a probar como novedad aceptad y no os comais la bola, tampoco os preocupe que os salga que el espacio minimo recomendado es de 50GB para instalar el SO. Pero un minimo de 20Gb si que es conveniente. Aun poniendo LXDE o XFCE uno de estos solamente.

Yo he borrado todo lo que son slices que es muy facil hacer en la ventana del instalador marcar y borrar excepto la / o root que prefiero que vaya todo colgado ahi, el por que? pues porque para mi los slices es tirar el espacio del disco duro, si vais a aprender sobre servidores a lo mejor os conviene respetar o incluso modificar los slices dados, mayormente los hay que se quedan sin espacio mientras en otro sobran montonas que suelen ser un desperdicio y viene entonces el bonito juego de los enlaces o piping entre ellos pero si vais a ver de que va esto pues ir a lo practico, aceptais y ya se llenara a lo mejor os divierte y todo, lo mismo para la swap la maravilla aqui es que sin swap el SO se la autocrea segun sus necesidades, supongo que del espacio libre ya de ram o del disco duro, yo aun estoy en espera de alcanzar mis particiones windows y usar las swaps de linux que en otras ocasiones me han servido tambien para este. Aparte del invento de la autocreacion. Suena a MAC y a Windows.

Mi consejo al ser la iso de casi 4GB que no os corteis en instalar todos los desktops oficiales que salen, esto es KDE, MATE, XFCE, LXDE, el por que? pues porque los PBIs por ejemplo fallan mucho, es un autentico drama lo que ocurre por ejemplo el sagrado hasta ahora para mi por imprecindible el firefox no funciona en ninguna de sus 3 versiones.

[ximo@pcbsd-4144] ~% bin/firefox
.mount_nullfs: Resource deadlock avoided
.mount_nullfs: Resource deadlock avoided
.mount_nullfs: Resource deadlock avoided
.mount_nullfs: Resource deadlock avoided
/usr/local/lib/firefox/libxul.so: Undefined symbol "__bsd_iconv_open"

Sin el, no hay flasplayer de estrangis y etc, etc,

El CHROMIUM otro tanto pero este no funciona si hay un proxy por medio, si no dependes de proxy aun tira pero en mi caso no va ni haciendo el arreglo de poner el proxy y el puerto desde consola o haciendote un lanzador.

El LibreOffice international, por el idioma tampoco funciona asi que por eso la recomendacion de que os instaleis todos los ambientadores o desktops para tener aplicaciones por si de caso.

Han cambiado lo de la gestion de los paquetes en mi caso he puesto el firefox desde ahi, es recomendable que  os leais la man de pkg y que intenteis seguirme en la secuencia que pongo a continuacion de como se hace por medio de los paquetes, por desgracia este metodo requiere estar conectado.

[ximo@pcbsd-4144] ~/Downloads% pkg search firefox
de-bsdforen-firefox-searchplugin-0.3_7
de-bsdgroup-firefox-searchplugin-0.2_8
firefox-26.0,1
firefox-esr-24.2.0,1
firefox-esr-i18n-24.2.0
firefox-i18n-26.0
firefox-remote-20040803_3
linux-firefox-26.0,1
xpi-firefox-showcase-0.9.5.6
[ximo@pcbsd-4144] ~/Downloads% pkg install firefox-i18n-26.0
pkg-static: Insufficient privileges to install packages
[ximo@pcbsd-4144] ~/Downloads% sudo pkg install firefox-i18n-26.0
sudo: /usr/local/etc/sudoers is owned by uid 1001, should be 0
sudo: no valid sudoers sources found, quitting
sudo: unable to initialize policy plugin
[ximo@pcbsd-4144] ~/Downloads% su
^C
[ximo@pcbsd-4144] ~/Downloads% su pkg install firefox-i18n-26.0
su: Sorry
[ximo@pcbsd-4144] ~/Downloads% man su
SU(1)                   FreeBSD General Commands Manual                  SU(1)

NAME
     su — substitute user identity

SYNOPSIS
     su [-] [-c class] [-flms] [login [args]]

DESCRIPTION
     The su utility requests appropriate user credentials via PAM and switches
     to that user ID (the default user is the superuser).  A shell is then
     executed.

     PAM is used to set the policy su(1) will use.  In particular, by default
     only users in the “wheel” group can switch to UID 0 (“root”).  This group
     requirement may be changed by modifying the “pam_group” section of
     /etc/pam.d/su.  See pam_group(8) for details on how to modify this set‐
     ting.

     By default, the environment is unmodified with the exception of USER,
     HOME, and SHELL.  HOME and SHELL are set to the target login's default
     values.  USER is set to the target login, unless the target login has a
     user ID of 0, in which case it is unmodified.  The invoked shell is the
[ximo@pcbsd-4144] ~/Downloads% su root
Password:
[ximo@pcbsd-4144] /usr/home/ximo/Downloads# pkg install firefox-i18n-26.0
Updating repository catalogue
New version of pkg detected; it needs to be installed first.
The following 1 packages will be installed:

 Upgrading pkg: 1.2.3 -> 1.2.4_1 [pcbsd-build]

The installation will require 1 KB more space

2 MB to be downloaded

Proceed with installing packages [y/N]: y
pkg-1.2.4_1.txz                     100% 2014KB 402.9KB/s 204.4KB/s   00:05    
Checking integrity... done
[1/1] Upgrading pkg from 1.2.3 to 1.2.4_1... done
If you are upgrading from the old package format, first run:

  # pkg2ng
Updating repository catalogue
The following 52 packages will be installed:

 Installing xpi-quick-locale-switcher: 1.7.8.5
 Upgrading xproto: 7.0.24 -> 7.0.25
 Upgrading pixman: 0.30.2 -> 0.32.4
 Reinstalling mkfontdir-1.0.7 (direct dependency changed)
 Upgrading freetype2: 2.5.0.1 -> 2.5.2
 Upgrading font-util: 1.3.0 -> 1.3.0_1
 Upgrading graphite2: 1.2.3 -> 1.2.4
 Upgrading python27: 2.7.5_4 -> 2.7.6_1
 Upgrading perl5: 5.16.3_3 -> 5.16.3_6
 Upgrading libffi: 3.0.13 -> 3.0.13_1
 Upgrading libxml2: 2.8.0_2 -> 2.9.1
 Upgrading libdrm: 2.4.46 -> 2.4.50
 Upgrading hunspell: 1.3.2_3 -> 1.3.2_4
 Upgrading nspr: 4.10.1 -> 4.10.2
 Upgrading sqlite3: 3.8.0.2 -> 3.8.1
 Upgrading libvpx: 1.2.0 -> 1.2.0_1
 Installing libevent2: 2.0.21
 Upgrading alsa-lib: 1.0.27.2 -> 1.0.27.2_1
 Upgrading fontconfig: 2.10.95,1 -> 2.11.0_1,1
 Upgrading font-misc-ethiopic: 1.0.3 -> 1.0.3_1
 Upgrading font-bh-ttf: 1.0.3 -> 1.0.3_1
 Upgrading encodings: 1.0.4,1 -> 1.0.4_1,1
 Reinstalling dejavu-2.34 (direct dependency changed)
 Reinstalling libXft-2.3.1 (direct dependency changed)
 Upgrading glib: 2.38.2 -> 2.38.2_1
 Reinstalling shared-mime-info-1.1 (direct dependency changed)
 Upgrading libGL: 9.1.6 -> 9.1.7
 Reinstalling atk-2.8.0 (direct dependency changed)
 Upgrading nss: 3.15.2 -> 3.15.3.1
 Reinstalling gobject-introspection-1.36.0_2 (direct dependency changed)
 Reinstalling libIDL-0.8.14_1 (direct dependency changed)
 Reinstalling desktop-file-utils-0.22_1 (direct dependency changed)
 Reinstalling dbus-glib-0.100.2 (direct dependency changed)
 Installing alsa-plugins: 1.0.27_2
 Upgrading font-misc-meltho: 1.0.3 -> 1.0.3_1
 Upgrading cairo: 1.10.2_6,2 -> 1.12.16,2
 Reinstalling libGLU-9.0.0 (direct dependency changed)
 Reinstalling freeglut-2.8.1 (direct dependency changed)
 Reinstalling gstreamer-0.10.36 (direct dependency changed)
 Reinstalling xorg-fonts-truetype-7.7_1 (direct dependency changed)
 Upgrading harfbuzz: 0.9.19 -> 0.9.25
 Reinstalling tiff-4.0.3 (direct dependency changed)
 Reinstalling gstreamer-plugins-0.10.36_3,3 (direct dependency changed)
 Reinstalling gstreamer-ffmpeg-0.10.13_1 (direct dependency changed)
 Upgrading pango: 1.34.1 -> 1.36.1
 Reinstalling gdk-pixbuf2-2.30.0 (direct dependency changed)
 Reinstalling gstreamer-plugins-good-0.10.31,3 (direct dependency changed)
 Reinstalling libnotify-0.7.5 (direct dependency changed)
 Upgrading gtk-update-icon-cache: 2.24.19 -> 2.24.22
 Upgrading gtk2: 2.24.19_2 -> 2.24.22_1
 Installing firefox: 26.0,1
 Installing firefox-i18n: 26.0

The installation will require 126 MB more space

86 MB to be downloaded

Proceed with installing packages [y/N]: y
xpi-quick-locale-switcher-1.7.8.5.t 100%  221KB 221.4KB/s 221.4KB/s   00:01    
xproto-7.0.25.txz                   100%   59KB  59.5KB/s  59.5KB/s   00:01    
pixman-0.32.4.txz                   100%  269KB 268.6KB/s 268.6KB/s   00:01    
mkfontdir-1.0.7.txz                 100% 5008     4.9KB/s   4.9KB/s   00:00    
freetype2-2.5.2.txz                 100%  444KB 444.3KB/s 444.3KB/s   00:01    
font-util-1.3.0_1.txz               100%   27KB  27.4KB/s  27.4KB/s   00:00    
graphite2-1.2.4.txz                 100%   78KB  77.8KB/s  77.8KB/s   00:00    
python27-2.7.6_1.txz                100% 9703KB 441.1KB/s 823.3KB/s   00:22    
perl5-5.16.3_6.txz                  100%   13MB 566.7KB/s 913.3KB/s   00:23    
libffi-3.0.13_1.txz                 100%   34KB  33.8KB/s  33.8KB/s   00:00    
libxml2-2.9.1.txz                   100%  790KB 395.2KB/s 700.4KB/s   00:02    
libdrm-2.4.50.txz                   100%  156KB 156.5KB/s 156.5KB/s   00:01    
hunspell-1.3.2_4.txz                100%  225KB 224.9KB/s 224.9KB/s   00:00    
nspr-4.10.2.txz                     100%  266KB 265.7KB/s 265.7KB/s   00:00    
sqlite3-3.8.1.txz                   100%  651KB 650.5KB/s 210.5KB/s   00:01    
libvpx-1.2.0_1.txz                  100%  301KB 300.8KB/s 300.8KB/s   00:01    
libevent2-2.0.21.txz                100%  270KB 270.2KB/s 270.2KB/s   00:00    
alsa-lib-1.0.27.2_1.txz             100%  407KB 407.3KB/s 407.3KB/s   00:01    
fontconfig-2.11.0_1,1.txz           100%  337KB 337.2KB/s 337.2KB/s   00:01    
font-misc-ethiopic-1.0.3_1.txz      100%  128KB 127.6KB/s 127.6KB/s   00:00    
font-bh-ttf-1.0.3_1.txz             100%  270KB 270.0KB/s 270.0KB/s   00:00    
encodings-1.0.4_1,1.txz             100%  559KB 279.6KB/s 539.1KB/s   00:02    
dejavu-2.34.txz                     100% 2219KB 443.8KB/s 279.0KB/s   00:05    
libXft-2.3.1.txz                    100%   57KB  57.1KB/s  57.1KB/s   00:01    
glib-2.38.2_1.txz                   100% 2628KB 525.6KB/s 617.8KB/s   00:05    
shared-mime-info-1.1.txz            100%  406KB 202.9KB/s 375.7KB/s   00:02    
libGL-9.1.7.txz                     100%  263KB 262.9KB/s 262.9KB/s   00:00    
atk-2.8.0.txz                       100%  261KB 261.1KB/s 261.1KB/s   00:00    
nss-3.15.3.1.txz                    100% 1731KB 865.3KB/s 620.6KB/s   00:02    
gobject-introspection-1.36.0_2.txz  100% 1014KB   1.0MB/s 553.9KB/s   00:01    
libIDL-0.8.14_1.txz                 100%  123KB 123.5KB/s 123.5KB/s   00:00    
desktop-file-utils-0.22_1.txz       100%   37KB  37.2KB/s  37.2KB/s   00:00    
dbus-glib-0.100.2.txz               100%  151KB 151.2KB/s 151.2KB/s   00:00    
alsa-plugins-1.0.27_2.txz           100%   52KB  52.1KB/s  52.1KB/s   00:01    
font-misc-meltho-1.0.3_1.txz        100%  719KB 718.6KB/s 488.6KB/s   00:01    
cairo-1.12.16,2.txz                 100%  762KB 761.6KB/s 371.6KB/s   00:01    
libGLU-9.0.0.txz                    100%  179KB 178.6KB/s 178.6KB/s   00:01    
freeglut-2.8.1.txz                  100%  191KB 191.4KB/s 191.4KB/s   00:01    
gstreamer-0.10.36.txz               100% 2228KB 318.3KB/s 468.2KB/s   00:07    
xorg-fonts-truetype-7.7_1.txz       100%  508     0.5KB/s   0.5KB/s   00:00    
harfbuzz-0.9.25.txz                 100%  179KB 178.7KB/s 178.7KB/s   00:01    
tiff-4.0.3.txz                      100%  797KB 797.1KB/s 507.1KB/s   00:01    
gstreamer-plugins-0.10.36_3,3.txz   100% 1901KB 633.6KB/s  50.7KB/s   00:03    
gstreamer-ffmpeg-0.10.13_1.txz      100% 5067KB 633.4KB/s 397.3KB/s   00:08    
pango-1.36.1.txz                    100%  421KB 210.5KB/s 401.0KB/s   00:02    
gdk-pixbuf2-2.30.0.txz              100%  515KB 128.8KB/s 415.0KB/s   00:04    
gstreamer-plugins-good-0.10.31,3.tx 100% 1001KB 500.4KB/s 840.7KB/s   00:02    
libnotify-0.7.5.txz                 100%   48KB  48.2KB/s  48.2KB/s   00:00    
gtk-update-icon-cache-2.24.22.txz   100%   23KB  22.7KB/s  22.7KB/s   00:00    
gtk2-2.24.22_1.txz                  100% 5244KB 655.5KB/s 504.0KB/s   00:08    
firefox-26.0,1.txz                  100%   22MB 422.3KB/s 263.1KB/s   00:53    
firefox-i18n-26.0.txz               100% 8731KB 415.8KB/s 571.3KB/s   00:21    
Checking integrity... done
[1/52] Installing xpi-quick-locale-switcher-1.7.8.5... done
[2/52] Upgrading xproto from 7.0.24 to 7.0.25... done
[3/52] Upgrading pixman from 0.30.2 to 0.32.4... done
[4/52] Reinstalling mkfontdir-1.0.7... done
[5/52] Upgrading freetype2 from 2.5.0.1 to 2.5.2... done
[6/52] Upgrading font-util from 1.3.0 to 1.3.0_1... done
[7/52] Upgrading graphite2 from 1.2.3 to 1.2.4... done
[8/52] Upgrading python27 from 2.7.5_4 to 2.7.6_1... done
[9/52] Upgrading perl5 from 5.16.3_3 to 5.16.3_6...Removing /usr/local/etc/perl5_version... Done.
Removing stale symlinks from /usr/bin...
    Removing /usr/bin/perl
    Removing /usr/bin/perl5
Done.
Removing /usr/local/etc/perl5_version... Done.
Creating /usr/local/etc/perl5_version... Done.
Removing stale symlinks from /usr/bin...
    Skipping /usr/bin/perl
    Skipping /usr/bin/perl5
Done.
Creating various symlinks in /usr/bin...
    Symlinking /usr/local/bin/perl5.16.3 to /usr/bin/perl
    Symlinking /usr/local/bin/perl5.16.3 to /usr/bin/perl5
Done.
 done
[10/52] Upgrading libffi from 3.0.13 to 3.0.13_1... done
[11/52] Upgrading libxml2 from 2.8.0_2 to 2.9.1... done
[12/52] Upgrading libdrm from 2.4.46 to 2.4.50... done
[13/52] Upgrading hunspell from 1.3.2_3 to 1.3.2_4... done
[14/52] Upgrading nspr from 4.10.1 to 4.10.2... done
[15/52] Upgrading sqlite3 from 3.8.0.2 to 3.8.1... done
[16/52] Upgrading libvpx from 1.2.0 to 1.2.0_1... done
[17/52] Installing libevent2-2.0.21... done
[18/52] Upgrading alsa-lib from 1.0.27.2 to 1.0.27.2_1... done
[19/52] Upgrading fontconfig from 2.10.95,1 to 2.11.0_1,1...Running fc-cache to build fontconfig cache...
/usr/local/share/fonts: caching, new cache contents: 0 fonts, 2 dirs
/usr/local/share/fonts/TTF: caching, new cache contents: 2 fonts, 0 dirs
/usr/local/share/fonts/cantarell: caching, new cache contents: 2 fonts, 0 dirs
/usr/local/lib/X11/fonts: caching, new cache contents: 0 fonts, 15 dirs
/usr/local/lib/X11/fonts/100dpi: caching, new cache contents: 398 fonts, 0 dirs
/usr/local/lib/X11/fonts/75dpi: caching, new cache contents: 398 fonts, 0 dirs
/usr/local/lib/X11/fonts/OTF: caching, new cache contents: 23 fonts, 0 dirs
/usr/local/lib/X11/fonts/TTF: caching, new cache contents: 15 fonts, 0 dirs
/usr/local/lib/X11/fonts/Type1: caching, new cache contents: 29 fonts, 0 dirs
/usr/local/lib/X11/fonts/baekmuk-ttf: caching, new cache contents: 4 fonts, 0 dirs
/usr/local/lib/X11/fonts/cyrillic: caching, new cache contents: 0 fonts, 0 dirs
/usr/local/lib/X11/fonts/dejavu: caching, new cache contents: 21 fonts, 0 dirs
/usr/local/lib/X11/fonts/encodings: caching, new cache contents: 0 fonts, 1 dirs
/usr/local/lib/X11/fonts/encodings/large: caching, new cache contents: 0 fonts, 0 dirs
/usr/local/lib/X11/fonts/fonts-indic: caching, new cache contents: 9 fonts, 0 dirs
/usr/local/lib/X11/fonts/local: caching, new cache contents: 0 fonts, 0 dirs
/usr/local/lib/X11/fonts/misc: caching, new cache contents: 59 fonts, 0 dirs
/usr/local/lib/X11/fonts/util: caching, new cache contents: 0 fonts, 0 dirs
/usr/local/lib/X11/fonts/webfonts: caching, new cache contents: 30 fonts, 0 dirs
/usr/local/lib/X11/fonts/wqy: caching, new cache contents: 13 fonts, 0 dirs
/root/.local/share/fonts: skipping, no such directory
/root/.fonts: skipping, no such directory
/usr/local/share/fonts: caching, new cache contents: 0 fonts, 2 dirs
/usr/local/lib/X11/fonts: caching, new cache contents: 0 fonts, 15 dirs
/root/.local/share/fonts: skipping, no such directory
/root/.fonts: skipping, no such directory
/var/db/fontconfig: cleaning cache directory
/root/.cache/fontconfig: not cleaning non-existent cache directory
/root/.fontconfig: not cleaning non-existent cache directory
fc-cache: succeeded
 done
[20/52] Upgrading font-misc-ethiopic from 1.0.3 to 1.0.3_1... done
[21/52] Upgrading font-bh-ttf from 1.0.3 to 1.0.3_1... done
[22/52] Upgrading encodings from 1.0.4,1 to 1.0.4_1,1... done
[23/52] Reinstalling dejavu-2.34... done
[24/52] Reinstalling libXft-2.3.1... done
[25/52] Upgrading glib from 2.38.2 to 2.38.2_1... done
[26/52] Reinstalling shared-mime-info-1.1...Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
 done
[27/52] Upgrading libGL from 9.1.6 to 9.1.7... done
[28/52] Reinstalling atk-2.8.0... done
[29/52] Upgrading nss from 3.15.2 to 3.15.3.1... done
[30/52] Reinstalling gobject-introspection-1.36.0_2... done
[31/52] Reinstalling libIDL-0.8.14_1... done
[32/52] Reinstalling desktop-file-utils-0.22_1... done
[33/52] Reinstalling dbus-glib-0.100.2... done
[34/52] Installing alsa-plugins-1.0.27_2... done
[35/52] Upgrading font-misc-meltho from 1.0.3 to 1.0.3_1... done
[36/52] Upgrading cairo from 1.10.2_6,2 to 1.12.16,2... done
[37/52] Reinstalling libGLU-9.0.0... done
[38/52] Reinstalling freeglut-2.8.1... done
[39/52] Reinstalling gstreamer-0.10.36... done
[40/52] Reinstalling xorg-fonts-truetype-7.7_1... done
[41/52] Upgrading harfbuzz from 0.9.19 to 0.9.25... done
[42/52] Reinstalling tiff-4.0.3... done
[43/52] Reinstalling gstreamer-plugins-0.10.36_3,3... done
[44/52] Reinstalling gstreamer-ffmpeg-0.10.13_1... done
[45/52] Upgrading pango from 1.34.1 to 1.36.1... done
[46/52] Reinstalling gdk-pixbuf2-2.30.0... done
[47/52] Reinstalling gstreamer-plugins-good-0.10.31,3... done
[48/52] Reinstalling libnotify-0.7.5... done
[49/52] Upgrading gtk-update-icon-cache from 2.24.19 to 2.24.22... done
[50/52] Upgrading gtk2 from 2.24.19_2 to 2.24.22_1... done
[51/52] Installing firefox-26.0,1... done
[52/52] Installing firefox-i18n-26.0... done
====
Note that some of the standard modules are provided as separate
ports since they require extra dependencies:

bsddb           databases/py-bsddb
gdbm            databases/py-gdbm
sqlite3         databases/py-sqlite3
tkinter         x11-toolkits/py-tkinter

Install them as needed.
====


Make sure that the freetype module is loaded.  If it is not, add the following
line to the "Modules" section of your X Windows configuration file:

 Load "freetype"

Add the following line to the "Files" section of X Windows configuration file:

 FontPath "/usr/local/lib/X11/fonts/dejavu/"

Note: your X Windows configuration file is typically /etc/X11/XF86Config
if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org.

Since FreeBSD has new USB stack, freeglut normally doesn't build on FreeBSD 8
(yet). To workaround this a small patch adds one include file and comments out
content of one function (only leaves return NULL).

This might cause side effects.  Joysticks do not work, and there might be ports
that do not compile or applications that crash because of this.

Do not hesitate to contact x11@FreeBSD.org if there are any issues and side
effects because of this.


======================================================================

smb:// issues (Gvfs/GIO or GNOMEVFS2 option):
Network group, machine, and share browsing does not work correctly.

sftp:// (Gvfs/GIO or GNOMEVFS2 option):
Only sftp access using public key authentication works.  To easily
setup public key authentication to "remote_host":

ssh-keygen -t dsa
cat ~/.ssh/id_dsa.pub | ssh remote_host "cat >> .ssh/authorized_keys"

The SSH server on remote_host must allow pub key authentication.

======================================================================

Firefox and HTML5

Certain functions used to display HTML5 elements need the sem module
only on 8.x releases.

If your Firefox crashes with the following message while viewing a
HTML5 page:
"Bad system call (core dumped)"

you need to load the sem module (kldload sem).

To load sem on every boot put the following into your
/boot/loader.conf:
sem_load="YES"

======================================================================

Any bug reports should be addressed to the maintainers at:
 gecko@FreeBSD.org
You may also Cc: freebsd-ports@FreeBSD.org. Please do not send
bug reports to any other addresses.

Please include the following information with any bug report:
* Output from 'uname -a'.
* Output from 'ident /usr/ports/www/firefox/Makefile'
* Where/when did the problem occur: configuring, building, or
 running firefox
* How can you reproduce the problem?

Thank you for your help in testing and reporting bugs, and we hope you
enjoy using Firefox.
The Maintainers (gecko@)
======================================================================

[ximo@pcbsd-4144] /usr/home/ximo/Downloads# 

Como consecuencia de lo anterior tengo un firefox valido, el konqueror o el midori no me satisfacen plenamente pero siempre hay peros, hay cosas que ahora no me funcionan eso es debido a que se han actualizado librerias y este SO tiene demasiados dependes ya sabeis que lo mejor es usar la cosas cuando tocan en mi caso y el vuestro es mejor bajarse la ultima iso para ver si hay mejoras, de todas formas en mi caso y viendo lo que ha hecho pienso que es ir actualizando cosas y ya se ira arreglando y si no pues volver a empezar.

Yo estoy con mi netbook n450 y todo a la primera en cuanto a deteccion, wifi, audio, tarjeta grafica y esto es lo que hay por ahora. En fin el SO que es lo que hace que el hardware funcione va.

Bueno si hay un banco generoso que quiera patrocinarme con equipo y sueldo opiparo seria un puntazo, lo digo porque veo que este blog sin pagar yo para merecer tiene buen ranking y este saber para desgracia de los 4hdlgp que dominan el mundo es el que lo hace girar ahora por ahora. Eso si yo solo soy un mero transmisor. :) Ximo

No hay comentarios: