You are not logged in.
Hello.
A few moments ago, when I typed pacman -Syyu I got this warning (in bold) that I don't know its meaning and how to resolve it:
[ppsalama@PEPE ~]$ sudo pacman -Syyu
[sudo] password for ppsalama:
:: Sincronizando las bases de datos de paquetes...
core 108,1 KiB 335K/s 00:00 [##########################################] 100%
extra 1565,5 KiB 1005K/s 00:02 [##########################################] 100%
community 2,1 MiB 1054K/s 00:02 [##########################################] 100%
archlinuxfr 12,2 KiB 185K/s 00:00 [##########################################] 100%
:: Iniciando actualización completa del sistema...
:: ¿Reemplazar kdenetwork-kdnssd con extra/kdenetwork-zeroconf-ioslave? [S/n] s
resolviendo dependencias...
verificando conflictos...Paquetes (9): farstream-0.1-0.1.2-4 ghostscript-9.14-1 groff-1.22.2-6 gstreamer0.10-good-plugins-0.10.31-5
kdenetwork-kdnssd-4.12.3-1 [quitando] kdenetwork-zeroconf-ioslave-4.12.4-1 linux-3.13.8-1
linux-docs-3.13.8-1 linux-headers-3.13.8-1Tamaño Total de Descarga: 74,39 MiB
Tamaño Total Instalado: 189,57 MiB
Tamaño neto a actualizar: 25,93 MiB:: ¿Continuar con la instalación? [S/n] s
:: Recuperando paquetes ...
groff-1.22.2-6-i686 1735,6 KiB 1014K/s 00:02 [##########################################] 100%
linux-3.13.8-1-i686 49,5 MiB 1114K/s 00:45 [##########################################] 100%
linux-docs-3.13.8-1-i686 4,2 MiB 1168K/s 00:04 [##########################################] 100%
linux-headers-3.13.8-1-i686 5,9 MiB 985K/s 00:06 [##########################################] 100%
gstreamer0.10-good-plugins-0.10.31-5-i686 307,0 KiB 307K/s 00:01 [##########################################] 100%
farstream-0.1-0.1.2-4-i686 206,3 KiB 1086K/s 00:00 [##########################################] 100%
ghostscript-9.14-1-i686 12,6 MiB 1184K/s 00:11 [##########################################] 100%
kdenetwork-zeroconf-ioslave-4.12.4-1-i686 22,9 KiB 1274K/s 00:00 [##########################################] 100%
(8/8) verificando llaves en el llavero [##########################################] 100%
(8/8) verificando la integridad de los paquetes [##########################################] 100%
(8/8) cargando los archivos del paquete... [##########################################] 100%
(8/8) verificando conflictos entre archivos [##########################################] 100%
(9/9) verificando el espacio disponible en disco [##########################################] 100%
(1/1) quitando kdenetwork-kdnssd [##########################################] 100%
(1/8) instalando gstreamer0.10-good-plugins [##########################################] 100%(gconftool-2:3388): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
/usr/bin/dbus-launch terminated abnormally with the following error: No protocol specified
Autolaunch error: X11 initialization failed.(2/8) actualizando farstream-0.1 [##########################################] 100%
(3/8) actualizando ghostscript [##########################################] 100%
(4/8) actualizando groff [##########################################] 100%
(5/8) instalando kdenetwork-zeroconf-ioslave [##########################################] 100%
(6/8) actualizando linux [##########################################] 100%
>>> Updating module dependencies. Please wait ...
>>> Generating initial ramdisk, using mkinitcpio. Please wait...
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 3.13.8-1-ARCH
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [modconf]
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [keyboard]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 3.13.8-1-ARCH
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [modconf]
-> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: smsmdtv
-> Running build hook: [filesystems]
-> Running build hook: [keyboard]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
(7/8) actualizando linux-docs [##########################################] 100%
(8/8) actualizando linux-headers [##########################################] 100%
[ppsalama@PEPE ~]$
Any suggestions for what to do?
Thanks
Offline
It looks like it may be harmless to me. Has anything broken / malfunctioned as a result? Did you find any similar threads when searching?
All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.
Offline
It looks like it may be harmless to me. Has anything broken / malfunctioned as a result? Did you find any similar threads when searching?
me too, nothing broken. I found some similar threads with "gconf-warning" but no generic solution
Offline
I've checked, and if i run 'sudo pacman -S gstreamer0.10-good-plugins' from a teminal in X, there's no error.
Below are the contents of gstreamer0.10-good-plugins.install file, it does seem that the gconfpkg command is giving this error when run outside of X.
Seems we have a "bug" in the gstreamer0.10-good-plugins package.
pkgname=gstreamer0.10-good-plugins
post_install() {
usr/sbin/gconfpkg --install ${pkgname}
}
pre_upgrade() {
if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
pre_remove
fi
}
post_upgrade() {
post_install
}
pre_remove() {
usr/sbin/gconfpkg --uninstall ${pkgname}
}Last edited by Lone_Wolf (2014-04-07 11:31:41)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline