[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#697146: marked as done (xserver-xorg script forces vboxvideo even if virtualbox guest additions are not installed)



Your message dated Wed, 02 Jan 2013 11:32:33 +0000
with message-id <E1TqMYj-00031M-1X@franck.debian.org>
and subject line Bug#697146: fixed in live-config 3.0.16-1
has caused the Debian Bug report #697146,
regarding xserver-xorg script forces vboxvideo even if virtualbox guest additions are not installed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
697146: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697146
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: live-config
Version: 3.0.15-1
Tags: patch

The xserver-xorg script is forcing the 'vboxvideo' driver on virtualbox
even if the guest additions (virtualbox-guest-x11 package) are not
installed. This leads to X not starting on live systems without that
package.

The attached simple patch should resolve the issue (still not tested, I
will do in the coming hours).


Regards,
Eugenio

-- 
.: Eugenio Paolantonio - Semplice Linux developer :.

http://semplice-linux.org
http://medesimo.eu

Twitter: @eugenio_g7 - Homepage: http://me.medesimo.eu
--- a/scripts/config/1150-xserver-xorg
+++ b/scripts/config/1150-xserver-xorg
@@ -117,7 +117,7 @@
 			if [ -z "${LIVE_XORG_DRIVER}" ]
 			then
 				# xorg-driver automatic override for virtualbox
-				if echo "${_DEVICE}" | grep -qs '^80EEBEEF'
+				if [ -e /var/lib/dpkg/info/virtualbox-guest-x11.list ] && echo "${_DEVICE}" | grep -qs '^80EEBEEF'
 				then
 					LIVE_XORG_DRIVER="vboxvideo"
 				fi

--- End Message ---
--- Begin Message ---
Source: live-config
Source-Version: 3.0.16-1

We believe that the bug you reported is fixed in the latest version of
live-config, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 697146@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann <daniel@debian.org> (supplier of updated live-config package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 02 Jan 2013 12:13:55 +0100
Source: live-config
Binary: live-config live-config-doc live-config-systemd live-config-sysvinit live-config-upstart
Architecture: source all
Version: 3.0.16-1
Distribution: unstable
Urgency: low
Maintainer: Debian Live Project <debian-live@lists.debian.org>
Changed-By: Daniel Baumann <daniel@debian.org>
Description: 
 live-config - Live System Configuration Scripts
 live-config-doc - Live System Configuration Scripts (documentation)
 live-config-systemd - Live System Configuration Scripts (systemd backend)
 live-config-sysvinit - Live System Configuration Scripts (sysvinit backend)
 live-config-upstart - Live System Configuration Scripts (upstart backend)
Closes: 697146
Changes: 
 live-config (3.0.16-1) unstable; urgency=low
 .
   * Correcting spelling typo in manpage.
   * Updating year in all copyright notices.
   * Only set vboxvideo driver automatically in xserver-xorg script for
     virtualbox systems if virtualbox-guest-x11 is installed, thanks to
     Eugenio Paolantonio <me@medesimo.eu> (Closes: #697146).
Checksums-Sha1: 
 5ce81d6a9c3ba9759bf9acd0b923143fdcdae44c 1547 live-config_3.0.16-1.dsc
 0d04eedd56c79eb28a343f1ab6bddaefcd67772a 64104 live-config_3.0.16.orig.tar.xz
 77bf6c98dee24d7322a4dcc7dc8860a3ed9facbd 12696 live-config_3.0.16-1.debian.tar.xz
 66de56f01c8d904a4dfd257e74137f4219c306e9 25562 live-config_3.0.16-1_all.deb
 f6c61e2dfb6fc4b85243aee46cace389903d53de 49684 live-config-doc_3.0.16-1_all.deb
 f26ace271581676b201cd9bae7e2a237268a0e87 13568 live-config-systemd_3.0.16-1_all.deb
 b75e06c4043f2327b23773a93760827c362a19b4 14792 live-config-sysvinit_3.0.16-1_all.deb
 35b1d5923a1ab37326fab140860871fe3e041335 14430 live-config-upstart_3.0.16-1_all.deb
Checksums-Sha256: 
 eb592da8f448c051ff793ab860b6a7729a98700b38636afbe9aa19598b826e2a 1547 live-config_3.0.16-1.dsc
 1b0dbc29940fa3d533ab7f73d74f86ae9757c203617a272796ff5c5c683b5743 64104 live-config_3.0.16.orig.tar.xz
 da4bf3125bd73d40ee57ae31850ea87186b1a86a7296523f97867b779b2e80b8 12696 live-config_3.0.16-1.debian.tar.xz
 18425461c482f390d8f0b6a84f88bc103e10475ee68ded1215c0c065a444c1a0 25562 live-config_3.0.16-1_all.deb
 9f8e41cf0dce7c8fb931ef4be9f8e9c050dd0b5c3a687686c08ecb463b890888 49684 live-config-doc_3.0.16-1_all.deb
 8d94473b2005660306074e1af2850d76b3a2f0120dac4c0c758aabd79952438b 13568 live-config-systemd_3.0.16-1_all.deb
 8ae1234f529162d5c7d3e66d8d4e54fd89de4527ac6e75ae51fd8125bede268a 14792 live-config-sysvinit_3.0.16-1_all.deb
 a0700e1707b1efc964dddc6c1241531cd456070c96e29c17607086a0874f9dac 14430 live-config-upstart_3.0.16-1_all.deb
Files: 
 816d18d9c362e9c86ce8601b5cdd65f4 1547 misc optional live-config_3.0.16-1.dsc
 ec4458afc7f16e330ac0ee8980d7a282 64104 misc optional live-config_3.0.16.orig.tar.xz
 1473120b84ea751e70e0f52e13476162 12696 misc optional live-config_3.0.16-1.debian.tar.xz
 d8e26426f52df1e75fa27e1adae276fd 25562 misc optional live-config_3.0.16-1_all.deb
 846d563d3190c3160fa4d9e0a415d206 49684 doc optional live-config-doc_3.0.16-1_all.deb
 1af85ce0879f1a7ea8231f55fc0036b9 13568 misc optional live-config-systemd_3.0.16-1_all.deb
 08202d3effe2bdf3dedb5304a34d248c 14792 misc optional live-config-sysvinit_3.0.16-1_all.deb
 70d95c0ec53ff90b1681a382670d8492 14430 misc optional live-config-upstart_3.0.16-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlDkF8UACgkQ+C5cwEsrK56JgwCfZHeSQA3E4lzzMwSa0Bmwmfbj
OmgAoLaEDiQ63/JLWLtLWR0H36xmowZ3
=x8PN
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: