<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=3189&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / ascii VM to ascii live *.iso]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3189</link>
		<description><![CDATA[The most recent posts in ascii VM to ascii live *.iso.]]></description>
		<lastBuildDate>Sat, 30 Nov 2019 12:49:06 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: ascii VM to ascii live *.iso]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=18771#p18771</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Altoid wrote:</cite><blockquote><div><p>Let me know if you need more information.</p></div></blockquote></div><p>Problem solved.</p><p>Modified the settings.<br />Now the Details screen reads:</p><p>Display<br />Video Memory: 70MN<br />Remote Desktop Server: Disabled<br />Video Capture: Disabled</p><p>Machine -&gt; Settings -&gt; Display</p><p>Enable 3D Acceleration -&gt; unticked<br />Enable 2D Acceleration -&gt; unticked</p><p>Saved, remade the snapshot and burned to USB.</p><p>The error I reported earlier is not there anymore and both <span class="bbc">Synaptic</span> and <span class="bbc">Pluma</span> work as expected.</p><p>It seems that there is a bug in Vbox with 3D acceleration and it does not work properly.</p><p><a href="https://forums.virtualbox.org/viewtopic.php?f=3&amp;t=85589" rel="nofollow">https://forums.virtualbox.org/viewtopic.php?f=3&amp;t=85589</a></p><p>Cheers,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Sat, 30 Nov 2019 12:49:06 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=18771#p18771</guid>
		</item>
		<item>
			<title><![CDATA[Re: ascii VM to ascii live *.iso]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=18769#p18769</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>... don&#039;t understand the error ...<br />... shouldn&#039;t need 3D acceleration ...</p></div></blockquote></div><p>Not that I understand much, but the same thought crossed my mind.</p><p>I mean, a permissions issue I can see but ... </p><div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>... never gotten 3D to work in vbox.) How are you starting synaptic?</p></div></blockquote></div><p>I can start it through the OB menu or through the terminal.<br />I can only see the error message via the terminal.</p><p>The OP command (from <span class="bbc">Obmenu</span>) is <span class="bbc">lxterminal -e sudo synaptic</span>.<br />Works perfectly well in the VM.</p><p>With respect to 3D in the VM ...</p><p>The <span class="bbc">Details</span> screen reads:</p><p>Display<br />Video Memory: 70MN<br />Acceleration: 3D<br />Remote Desktop Server: Disabled<br />Video Capture: Disabled</p><p><span class="bbc">Machine</span> -&gt; <span class="bbc">Settings</span> -&gt; <span class="bbc">Display</span></p><p><span class="bbc">Enable 3D Acceleration</span> -&gt; ticked<br /><span class="bbc">Enable 2D Acceleration</span> -&gt; unticked</p><p>I can untick <span class="bbc">Enable 3D Acceleration</span> but if I then tick save the setting and tick <span class="bbc">Enable 2D Acceleration</span>, I get an error message at the bottom that reads <span class="bbc">Invalid settings</span>.</p><p>This is the installed VBox version:</p><div class="codebox"><pre><code>groucho@devuan:/$ vboxmanage --version
5.2.24_Debianr128122
groucho@devuan:/$ </code></pre></div><div class="codebox"><pre><code>groucho@devuan:~$ sudo dmesg | grep -i video
[    0.758742] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.505705] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.506254] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input3
[    6.221301] vboxvideo: loading out-of-tree module taints kernel.
[    6.525508] vboxvideo 0000:00:02.0: fb0: vboxdrmfb frame buffer device
[    6.540221] [drm] Initialized vboxvideo 1.0.0 20130823 for 0000:00:02.0 on minor 0
groucho@devuan:~$ </code></pre></div><div class="codebox"><pre><code>groucho@devuan:~$ cat /proc/modules | grep -i video
vboxvideo 36864 2 - Live 0xffffffffc069f000 (O)
ttm 98304 1 vboxvideo, Live 0xffffffffc062d000
drm_kms_helper 155648 1 vboxvideo, Live 0xffffffffc0653000
drm 360448 5 vboxvideo,ttm,drm_kms_helper, Live 0xffffffffc05d4000
video 40960 0 - Live 0xffffffffc0220000
groucho@devuan:~$ </code></pre></div><p>More data that may be useful:</p><div class="codebox"><pre><code>groucho@devuan:~$ glxinfo -i | grep render
OpenGL Warning: vboxCall failed with VBox status code VERR_BUFFER_OVERFLOW

direct rendering: Yes
OpenGL renderer string: Chromium
groucho@devuan:~$ </code></pre></div><div class="codebox"><pre><code>groucho@devuan:~$ glxinfo -i | grep direct
OpenGL Warning: vboxCall failed with VBox status code VERR_BUFFER_OVERFLOW

direct rendering: Yes
groucho@devuan:~$ </code></pre></div><div class="codebox"><pre><code>groucho@devuan:~$ glxinfo -i | grep openGL
OpenGL Warning: vboxCall failed with VBox status code VERR_BUFFER_OVERFLOW
groucho@devuan:~$ </code></pre></div><p>But GLX gears will run (I see it on the screen) albeit with the same OpenGL Warning:</p><div class="codebox"><pre><code>groucho@devuan:~$ glxgears
OpenGL Warning: vboxCall failed with VBox status code VERR_BUFFER_OVERFLOW

XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server &quot;:0.0&quot;
      after 1669 requests (1669 known processed) with 0 events remaining.
groucho@devuan:~$ </code></pre></div><div class="codebox"><pre><code>groucho@devuan:~$ glxgears -info
OpenGL Warning: vboxCall failed with VBox status code VERR_BUFFER_OVERFLOW

GL_RENDERER   = Chromium
GL_VERSION    = 2.1 Chromium 1.9
GL_VENDOR     = Humper
GL_EXTENSIONS = GL_EXT_texture_compression_s3tc GL_EXT_draw_range_elements GL_EXT_framebuffer_object GL_EXT_compiled_vertex_array GL_ARB_depth_texture GL_ARB_fragment_program GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shadow GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_EXT_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_EXT_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_IBM_texture_mirrored_repeat GL_ATI_texture_mirror_once GL_ARB_texture_non_power_of_two GL_ARB_transpose_matrix GL_ARB_vertex_buffer_object GL_ARB_pixel_buffer_object GL_ARB_vertex_program GL_ARB_window_pos GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_func_separate GL_EXT_blend_subtract GL_EXT_texture_env_add GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_EXT_texture_object GL_EXT_texture3D GL_IBM_rasterpos_clip GL_NV_fog_distance GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_texgen_reflection GL_NV_texture_rectangle GL_ARB_texture_rectangle GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_SGIS_generate_mipmap GL_ARB_shading_language_100 GL_ARB_shader_objects GL_ARB_vertex_shader GL_ARB_fragment_shader GL_EXT_texture_sRGB GL_EXT_framebuffer_blit GL_EXT_blend_equation_separate GL_EXT_stencil_two_side GL_ARB_texture_float GL_ARB_draw_buffers GL_ARB_shader_texture_lod GL_CR_state_parameter GL_CR_cursor_position GL_CR_bounding_box GL_CR_print_string GL_CR_tilesort_info GL_CR_synchronization GL_CR_head_spu_name GL_CR_performance_info GL_CR_window_size GL_CR_tile_info GL_CR_saveframe GL_CR_readback_barrier_size GL_CR_server_id_sharing GL_CR_server_matrix  GL_EXT_stencil_two_side
VisualID 33, 0x21
302 frames in 5.0 seconds = 60.305 FPS
301 frames in 5.0 seconds = 60.014 FPS
301 frames in 5.0 seconds = 60.179 FPS
301 frames in 5.0 seconds = 60.045 FPS
288 frames in 5.0 seconds = 57.418 FPS
301 frames in 5.0 seconds = 60.013 FPS0
--- snip ---</code></pre></div><p>Not much acceleration there, no?</p><div class="codebox"><pre><code>groucho@devuan:~$ xvinfo        
X-Video Extension version 2.2
screen #0
 no adaptors present
groucho@devuan:~$ </code></pre></div><p>Let me know if you need more information.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Sat, 30 Nov 2019 11:32:47 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=18769#p18769</guid>
		</item>
		<item>
			<title><![CDATA[Re: ascii VM to ascii live *.iso]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=18767#p18767</link>
			<description><![CDATA[<p>For what it&#039;s worth, QEMU can support virtual GPUs in beowulf with the <a href="https://pkginfo.devuan.org/stage/beowulf/beowulf/libvirglrenderer0_0.7.0-2.html" rel="nofollow">libvirglrenderer0</a> package. The VirtualBox package was dropped for beowulf because of security issues so it&#039;s probably best not to use it.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 30 Nov 2019 10:21:40 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=18767#p18767</guid>
		</item>
		<item>
			<title><![CDATA[Re: ascii VM to ascii live *.iso]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=18766#p18766</link>
			<description><![CDATA[<p>I don&#039;t understand the error message. You shouldn&#039;t need 3D acceleration for synaptic. (And I&#039;ve never gotten 3D to work in vbox.) How are you starting synaptic?</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 30 Nov 2019 02:58:33 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=18766#p18766</guid>
		</item>
		<item>
			<title><![CDATA[ascii VM to ascii live *.iso]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=18756#p18756</link>
			<description><![CDATA[<p>Hello:</p><p>Just to test making a snapshot, I made one of the modified basic ascii VM downloaded from the repository.<br />I thinned it down a bit and it is working perfectly:</p><p><a href="https://files.devuan.org/devuan_ascii/virtual/devuan_ascii_2.0.0_amd64_vbox.vdi.xz" rel="nofollow">https://files.devuan.org/devuan_ascii/v … box.vdi.xz</a></p><p>I have tried testing the few applications I have installed on the VM, but when I try to run Synaptic (which will not be in the final version) I get this message:</p><div class="codebox"><pre><code>OpenGL Warning: Failed to connect to host. Make sure 3D acceleration is enabled for this VM.</code></pre></div><p>This warning does not appear when running the VM in my Devuan installation.</p><p>This is the package list from the refractasnapsot files in the *.iso<br />(is there a better way to add this data to a post?)</p><div class="codebox"><pre class="vscroll"><code>groucho@devuan:~$ cat /home/groucho/virtual-drives/1/pkglist_snapshot-20191129_0109/package_list
Name
acetoneiso
adduser
adwaita-icon-theme
alsa-utils
apt
apt-utils
at-spi2-core
audacious
audacious-plugins:amd64
audacious-plugins-data
avfs
base-files
base-passwd
bash
binutils
bsdmainutils
bsdutils
btrfs-progs
btrfs-tools
build-essential
busybox-static
bzip2
ca-certificates
cdrdao
clearlooks-phenix-darkpurpy-theme
consolekit
coreutils
cpio
cpp
cpp-6
cron
curl
darkpurpy-icon-theme
dash
dbus
dbus-x11
dconf-gsettings-backend:amd64
dconf-service
dctrl-tools
debconf
debian-archive-keyring
debian-goodies
debian-keyring
debianutils
deborphan
desktop-base
desktop-file-utils
devuan-baseconf
devuan-keyring
dh-python
dialog
dictionaries-common
diffutils
dkms
dmidecode
dmsetup
dmz-cursor-theme
docbook-xml
dosfstools
dpkg
dpkg-dev
e2fslibs:amd64
e2fsprogs
eject
elogind
emacsen-common
enchant
eudev
exfat-fuse
exfat-utils
fake-hwclock
fakeroot
fbterm
file
findutils
firmware-linux-free
fontconfig
fontconfig-config
fonts-dejavu-core
fuse
fuseiso
g++
g++-6
gawk
gcc
gcc-6
gcc-6-base:amd64
gcr
gdisk
genisoimage
gettext-base
giblib1:amd64
glib-networking:amd64
glib-networking-common
glib-networking-services
gnome-extra-icons
gnome-icon-theme
gnome-icon-theme-extras
gnome-keyring
gnome-themes-standard:amd64
gnome-themes-standard-data
gnupg
gnupg-agent
gnupg2
gparted
gpgv
grep
grub-common
grub-pc
grub-pc-bin
grub2-common
gsettings-desktop-schemas
gstreamer1.0-plugins-base:amd64
gstreamer1.0-plugins-good:amd64
gstreamer1.0-pulseaudio:amd64
gstreamer1.0-x:amd64
gtk-update-icon-cache
gtk2-engines:amd64
gtk2-engines-pixbuf:amd64
gtkhash
gtkhash-common
gvfs:amd64
gvfs-backends
gvfs-common
gvfs-daemons
gvfs-fuse
gvfs-libs:amd64
gzip
hddtemp
hicolor-icon-theme
hostname
hunspell-en-us
i965-va-driver:amd64
ifupdown
init
init-system-helpers
initramfs-tools
initramfs-tools-core
initscripts
insserv
intel-microcode
inxi
iproute2
iptables
iputils-ping
irqbalance
isc-dhcp-client
isc-dhcp-common
iso-codes
isolinux
iucode-tool
jed
jed-common
keyboard-configuration
klibc-utils
kmod
less
libaa1:amd64
libaacs0:amd64
libacl1:amd64
libalgorithm-diff-perl
libalgorithm-diff-xs-perl
libalgorithm-merge-perl
libao-common
libao4
libapparmor1:amd64
libapt-inst2.0:amd64
libapt-pkg5.0:amd64
libarchive13:amd64
libasan3:amd64
libasound2:amd64
libasound2-data
libaspell15:amd64
libassuan0:amd64
libasyncns0:amd64
libatasmart4:amd64
libatk-bridge2.0-0:amd64
libatk1.0-0:amd64
libatk1.0-data
libatkmm-1.6-1v5:amd64
libatomic1:amd64
libatspi2.0-0:amd64
libattr1:amd64
libaudcore3:amd64
libaudgui3:amd64
libaudio2:amd64
libaudit-common
libaudit1:amd64
libaudqt0:amd64
libaudtag2:amd64
libauthen-sasl-perl
libavahi-client3:amd64
libavahi-common-data:amd64
libavahi-common3:amd64
libavahi-glib1:amd64
libavc1394-0:amd64
libavcodec57:amd64
libavformat57:amd64
libavutil55:amd64
libbdplus0:amd64
libblas-common
libblas3
libblkid1:amd64
libbluray1:amd64
libbs2b0:amd64
libbsd0:amd64
libburn4:amd64
libbz2-1.0:amd64
libc-bin
libc-dev-bin
libc-l10n
libc6:amd64
libc6-dev:amd64
libcaca0:amd64
libcairo-gobject2:amd64
libcairo-perl
libcairo2:amd64
libcairomm-1.0-1v5:amd64
libcap-ng0:amd64
libcap2:amd64
libcap2-bin
libcc1-0:amd64
libcddb2
libcdio-cdda1:amd64
libcdio-paranoia1:amd64
libcdio13:amd64
libcdparanoia0:amd64
libchromaprint1:amd64
libcilkrts5:amd64
libck-connector0:amd64
libcolord2:amd64
libcomerr2:amd64
libcroco3:amd64
libcrystalhd3:amd64
libcue1
libcups2:amd64
libcurl3:amd64
libcurl3-gnutls:amd64
libdatrie1:amd64
libdb5.3:amd64
libdbus-1-3:amd64
libdbus-glib-1-2:amd64
libdconf1:amd64
libdebconfclient0:amd64
libdevmapper1.02.1:amd64
libdns-export162
libdouble-conversion1:amd64
libdpkg-perl
libdrm-amdgpu1:amd64
libdrm-intel1:amd64
libdrm-nouveau2:amd64
libdrm-radeon1:amd64
libdrm2:amd64
libdv4:amd64
libedit2:amd64
libegl1-mesa:amd64
libelf1:amd64
libelogind0:amd64
libenchant1c2a:amd64
libencode-locale-perl
libepoxy0:amd64
libept1.5.0:amd64
libestr0
libeudev1:amd64
libevdev2:amd64
libevent-2.0-5:amd64
libexif12:amd64
libexpat1:amd64
libfaad2:amd64
libfakeroot:amd64
libfastjson4:amd64
libfdisk1:amd64
libffi6:amd64
libfftw3-single3:amd64
libfile-basedir-perl
libfile-desktopentry-perl
libfile-fcntllock-perl
libfile-listing-perl
libfile-mimeinfo-perl
libflac8:amd64
libfluidsynth1:amd64
libfm-data
libfm-extra4:amd64
libfm-gtk-data
libfm-gtk4:amd64
libfm-modules:amd64
libfm4:amd64
libfont-afm-perl
libfontconfig1:amd64
libfontenc1:amd64
libfox-1.6-0:amd64
libfreetype6:amd64
libfuse2:amd64
libgail-common:amd64
libgail18:amd64
libgbm1:amd64
libgcc-6-dev:amd64
libgcc1:amd64
libgck-1-0:amd64
libgcr-3-common
libgcr-base-3-1:amd64
libgcr-ui-3-1:amd64
libgcrypt20:amd64
libgd3:amd64
libgdata-common
libgdata22:amd64
libgdbm3:amd64
libgdk-pixbuf2.0-0:amd64
libgdk-pixbuf2.0-common
libgfortran3:amd64
libgif7:amd64
libgl1-mesa-dri:amd64
libgl1-mesa-glx:amd64
libglade2-0:amd64
libglapi-mesa:amd64
libglew2.0:amd64
libglib-perl
libglib2.0-0:amd64
libglib2.0-data
libglibmm-2.4-1v5:amd64
libglu1-mesa:amd64
libgme0:amd64
libgmp10:amd64
libgnutls30:amd64
libgoa-1.0-0b:amd64
libgoa-1.0-common
libgomp1:amd64
libgpg-error0:amd64
libgphoto2-6:amd64
libgphoto2-l10n
libgphoto2-port12:amd64
libgpm2:amd64
libgraphite2-3:amd64
libgsm1:amd64
libgssapi-krb5-2:amd64
libgstreamer-plugins-bad1.0-0:amd64
libgstreamer-plugins-base1.0-0:amd64
libgstreamer1.0-0:amd64
libgtk-3-0:amd64
libgtk-3-bin
libgtk-3-common
libgtk2-perl
libgtk2.0-0:amd64
libgtk2.0-bin
libgtk2.0-common
libgtkmm-2.4-1v5:amd64
libgtksourceview-3.0-1:amd64
libgtksourceview-3.0-common
libgudev-1.0-0:amd64
libguess1:amd64
libharfbuzz-icu0:amd64
libharfbuzz0b:amd64
libhogweed4:amd64
libhtml-form-perl
libhtml-format-perl
libhtml-parser-perl
libhtml-tagset-perl
libhtml-tree-perl
libhttp-cookies-perl
libhttp-daemon-perl
libhttp-date-perl
libhttp-message-perl
libhttp-negotiate-perl
libhunspell-1.4-0:amd64
libhyphen0:amd64
libice6:amd64
libicu57:amd64
libid3tag0:amd64
libidn11:amd64
libidn2-0:amd64
libiec61883-0:amd64
libimlib2:amd64
libimobiledevice6:amd64
libinput-bin
libinput10:amd64
libio-html-perl
libio-socket-ssl-perl
libip4tc0:amd64
libip6tc0:amd64
libipc-system-simple-perl
libiptc0:amd64
libisc-export160
libisl15:amd64
libisoburn1:amd64
libisofs6:amd64
libitm1:amd64
libiw30:amd64
libjack-jackd2-0:amd64
libjavascriptcoregtk-4.0-18:amd64
libjbig0:amd64
libjpeg62-turbo:amd64
libjson-glib-1.0-0:amd64
libjson-glib-1.0-common
libjte1
libk5crypto3:amd64
libkeyutils1:amd64
libkf5windowsystem-data
libkf5windowsystem5:amd64
libklibc
libkmod2:amd64
libkrb5-3:amd64
libkrb5support0:amd64
libksba8:amd64
liblapack3
liblcms2-2:amd64
libldap-2.4-2:amd64
libldap-common
libldb1:amd64
liblirc-client0:amd64
libllvm3.9:amd64
liblocale-gettext-perl
liblogging-stdlog0:amd64
liblognorm5:amd64
liblsan0:amd64
libltdl7:amd64
liblua5.2-0:amd64
liblwp-mediatypes-perl
liblwp-protocol-https-perl
liblxqt-l10n
liblxqt0:amd64
liblz4-1:amd64
liblzma5:amd64
liblzo2-2:amd64
libmagic-mgc
libmagic1:amd64
libmailtools-perl
libmenu-cache-bin
libmenu-cache3:amd64
libmhash2:amd64
libmms0:amd64
libmng1:amd64
libmnl0:amd64
libmodplug1:amd64
libmount1:amd64
libmp3lame0:amd64
libmpc3:amd64
libmpdec2:amd64
libmpfr4:amd64
libmpg123-0:amd64
libmpx2:amd64
libmtdev1:amd64
libmtp-common
libmtp-runtime
libmtp9:amd64
libnautilus-extension1a:amd64
libncurses5:amd64
libncursesw5:amd64
libneon27-gnutls:amd64
libnet-dbus-perl
libnet-http-perl
libnet-smtp-ssl-perl
libnet-ssleay-perl
libnetfilter-conntrack3:amd64
libnettle6:amd64
libnewt0.52:amd64
libnfnetlink0:amd64
libnfs8:amd64
libnghttp2-14:amd64
libnl-3-200:amd64
libnl-genl-3-200:amd64
libnotify4:amd64
libnpth0:amd64
libnspr4:amd64
libnss3:amd64
libntfs-3g871
libnuma1:amd64
liboauth0:amd64
libobrender32v5
libobt2v5
libogg0:amd64
libonig4:amd64
libopenjp2-7:amd64
libopenmpt0:amd64
libopts25:amd64
libopus0:amd64
liborc-0.4-0:amd64
libp11-kit0:amd64
libpam-cap:amd64
libpam-elogind:amd64
libpam-gnome-keyring:amd64
libpam-modules:amd64
libpam-modules-bin
libpam-runtime
libpam0g:amd64
libpango-1.0-0:amd64
libpango-perl
libpangocairo-1.0-0:amd64
libpangoft2-1.0-0:amd64
libpangomm-1.4-1v5:amd64
libpangoxft-1.0-0:amd64
libparted-fs-resize0:amd64
libparted2:amd64
libpci3:amd64
libpciaccess0:amd64
libpcre16-3:amd64
libpcre2-8-0:amd64
libpcre3:amd64
libpcsclite1:amd64
libperl4-corelibs-perl
libperl5.24:amd64
libpipeline1:amd64
libpixman-1-0:amd64
libplist3:amd64
libpng16-16:amd64
libpolkit-agent-1-0:amd64
libpolkit-backend-1-0
libpolkit-backend-consolekit-1-0:amd64
libpolkit-gobject-1-0
libpolkit-gobject-consolekit-1-0:amd64
libpolkit-qt5-1-1:amd64
libpopt0:amd64
libprocps4:amd64
libprocps6:amd64
libproxy1v5:amd64
libpsl5:amd64
libpulse0:amd64
libpython-stdlib:amd64
libpython2.7:amd64
libpython2.7-minimal:amd64
libpython2.7-stdlib:amd64
libpython3-stdlib:amd64
libpython3.5-minimal:amd64
libpython3.5-stdlib:amd64
libqt4-dbus:amd64
libqt4-network:amd64
libqt4-opengl:amd64
libqt4-xml:amd64
libqt4-xmlpatterns:amd64
libqt5core5a:amd64
libqt5dbus5:amd64
libqt5gui5:amd64
libqt5multimedia5:amd64
libqt5network5:amd64
libqt5opengl5:amd64
libqt5svg5:amd64
libqt5widgets5:amd64
libqt5x11extras5:amd64
libqt5xdg2:amd64
libqt5xdgiconloader2:amd64
libqt5xml5:amd64
libqtcore4:amd64
libqtdbus4:amd64
libqtgui4:amd64
libqtwebkit4:amd64
libquadmath0:amd64
librarian0
libraw1394-11:amd64
libreadline7:amd64
librest-0.7-0:amd64
librsvg2-2:amd64
librsvg2-common:amd64
librtmp1:amd64
libsamplerate0:amd64
libsasl2-2:amd64
libsasl2-modules:amd64
libsasl2-modules-db:amd64
libsdl2-2.0-0:amd64
libsecret-1-0:amd64
libsecret-common
libselinux1:amd64
libsemanage-common
libsemanage1:amd64
libsensors4:amd64
libsepol1:amd64
libsgutils2-2
libshine3:amd64
libshout3:amd64
libsidplayfp4:amd64
libsigc++-2.0-0v5:amd64
libsigsegv2:amd64
libslang2:amd64
libslang2-modules:amd64
libsm6:amd64
libsmartcols1:amd64
libsmbclient:amd64
libsnappy1v5:amd64
libsndfile1:amd64
libsndio6.1:amd64
libsoup-gnome2.4-1:amd64
libsoup2.4-1:amd64
libsoxr0:amd64
libspeex1:amd64
libsqlite3-0:amd64
libss2:amd64
libssh-gcrypt-4:amd64
libssh2-1:amd64
libssl1.0.2:amd64
libssl1.1:amd64
libstartup-notification0:amd64
libstdc++-6-dev:amd64
libstdc++6:amd64
libswresample2:amd64
libsystemd0:amd64
libtag1v5:amd64
libtag1v5-vanilla:amd64
libtalloc2:amd64
libtasn1-6:amd64
libtdb1:amd64
libtevent0:amd64
libtext-charwidth-perl
libtext-iconv-perl
libtext-wrapi18n-perl
libthai-data
libthai0:amd64
libtheora0:amd64
libtie-ixhash-perl
libtiff5:amd64
libtimedate-perl
libtinfo5:amd64
libtsan0:amd64
libtwolame0:amd64
libtxc-dxtn-s2tc:amd64
libubsan0:amd64
libudisks2-0:amd64
libunistring0:amd64
liburi-perl
libusb-1.0-0:amd64
libusbmuxd4:amd64
libustr-1.0-1:amd64
libutempter0:amd64
libuuid1:amd64
libv4l-0:amd64
libv4lconvert0:amd64
libva-drm1:amd64
libva-x11-1:amd64
libva1:amd64
libvdpau-va-gl1:amd64
libvdpau1:amd64
libvisual-0.4-0:amd64
libvorbis0a:amd64
libvorbisenc2:amd64
libvorbisfile3:amd64
libvpx4:amd64
libvte-2.91-0:amd64
libvte-2.91-common
libvte-common
libvte9
libwacom-bin
libwacom-common
libwacom2:amd64
libwavpack1:amd64
libwayland-client0:amd64
libwayland-cursor0:amd64
libwayland-egl1-mesa:amd64
libwayland-server0:amd64
libwbclient0:amd64
libwebkit2gtk-4.0-37:amd64
libwebp6:amd64
libwebpmux2:amd64
libwrap0:amd64
libwww-perl
libwww-robotrules-perl
libx11-6:amd64
libx11-data
libx11-protocol-perl
libx11-xcb1:amd64
libx264-148:amd64
libx265-95:amd64
libx86-1:amd64
libxapian30:amd64
libxatracker2:amd64
libxau6:amd64
libxaw7:amd64
libxcb-dri2-0:amd64
libxcb-dri3-0:amd64
libxcb-glx0:amd64
libxcb-icccm4:amd64
libxcb-image0:amd64
libxcb-keysyms1:amd64
libxcb-present0:amd64
libxcb-randr0:amd64
libxcb-render-util0:amd64
libxcb-render0:amd64
libxcb-shape0:amd64
libxcb-shm0:amd64
libxcb-sync1:amd64
libxcb-util0:amd64
libxcb-xfixes0:amd64
libxcb-xinerama0:amd64
libxcb-xkb1:amd64
libxcb1:amd64
libxcomposite1:amd64
libxcursor1:amd64
libxdamage1:amd64
libxdmcp6:amd64
libxext6:amd64
libxfixes3:amd64
libxfont1:amd64
libxfont2:amd64
libxft2:amd64
libxi6:amd64
libxinerama1:amd64
libxkbcommon-x11-0:amd64
libxkbcommon0:amd64
libxkbfile1:amd64
libxml-parser-perl
libxml-twig-perl
libxml-xpathengine-perl
libxml2:amd64
libxmu6:amd64
libxmuu1:amd64
libxpm4:amd64
libxrandr2:amd64
libxrender1:amd64
libxshmfence1:amd64
libxslt1.1:amd64
libxss1:amd64
libxt6:amd64
libxtables12:amd64
libxtst6:amd64
libxv1:amd64
libxvidcore4:amd64
libxvmc1:amd64
libxxf86dga1:amd64
libxxf86vm1:amd64
libzvbi-common
libzvbi0:amd64
linux-base
linux-compiler-gcc-6-x86
linux-headers-4.9.0-11-amd64
linux-headers-4.9.0-11-common
linux-headers-amd64
linux-image-4.9.0-11-amd64
linux-image-amd64
linux-kbuild-4.9
linux-libc-dev:amd64
live-boot
live-boot-doc
live-boot-initramfs-tools
live-config
live-config-doc
live-config-sysvinit
live-tools
lm-sensors
login
logrotate
lsb-base
lsb-release
lsof
lsscsi
lxappearance
lxde-settings-daemon
lxinput
lxmenu-data
lxqt-policykit
lxqt-policykit-l10n
lxterminal
lynx
lynx-common
madebits-pca
make
manpages
manpages-dev
mate-desktop-common
mawk
mc
mc-data
mesa-utils
mesa-va-drivers:amd64
mesa-vdpau-drivers:amd64
mime-support
mlocate
mount
mtools
multiarch-support
nautilus-gtkhash
ncurses-base
ncurses-bin
ncurses-term
net-tools
netbase
notification-daemon
ntfs-3g
ntp
obconf
obmenu
openbox
openssh-client
openssh-server
openssh-sftp-server
openssl
os-prober
p11-kit
p11-kit-modules:amd64
p7zip
p7zip-full
parted
passwd
patch
pciutils
pcmanfm
perl
perl-base
perl-modules-5.24
perl-openssl-defaults:amd64
pinentry-curses
pinentry-gnome3
pinentry-qt
pinentry-qt4
pluma
pluma-common
policykit-1
procps
psmisc
python
python-cairo
python-glade2
python-gobject-2
python-gtk2
python-minimal
python-numpy
python-pkg-resources
python-talloc
python-xdg
python2.7
python2.7-minimal
python3
python3-minimal
python3.5
python3.5-minimal
qdbus
qt-at-spi:amd64
qt5-gtk-platformtheme:amd64
qtchooser
qtcore4-l10n
rarian-compat
readline-common
refractasnapshot-base
refractasnapshot-gui
rename
rsync
rsyslog
samba-libs:amd64
screen
scrot
scsitools
sed
sensible-utils
sg3-utils
sgml-base
sgml-data
shared-mime-info
slim
slsh
squashfs-tools
startpar
sudo
synaptic
syslinux
syslinux-common
sysv-rc
sysvinit
sysvinit-core
sysvinit-utils
tar
tcpd
tint2
tmux
trash-cli
tzdata
ucf
udisks2
unzip
usbmuxd
usbutils
user-setup
util-linux
uuid-runtime
va-driver-all:amd64
vdpau-driver-all:amd64
wget
whiptail
wireless-tools
wpasupplicant
x11-common
x11-utils
x11-xkb-utils
x11-xserver-utils
xarchiver
xauth
xbitmaps
xdg-user-dirs
xdg-utils
xfe
xfe-i18n
xfe-themes
xfonts-base
xfonts-encodings
xfonts-utils
xkb-data
xli
xml-core
xorriso
xserver-common
xserver-xorg
xserver-xorg-core
xserver-xorg-input-all
xserver-xorg-input-libinput
xserver-xorg-input-wacom
xserver-xorg-legacy
xserver-xorg-video-all
xserver-xorg-video-amdgpu
xserver-xorg-video-ati
xserver-xorg-video-fbdev
xserver-xorg-video-nouveau
xserver-xorg-video-radeon
xserver-xorg-video-vesa
xserver-xorg-video-vmware
xterm
xxd
xz-utils
yad
zenity
zenity-common
zlib1g:amd64
groucho@devuan:~$ </code></pre></div><p>The VM is up to date and <span class="bbc">apt-get install -f</span> does not show anything missing.</p><p>Now, <em>is</em> there something missing or did I skip a step somewhere in the process from VM to *.iso?</p><p>Thanks in advance.</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Fri, 29 Nov 2019 11:00:11 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=18756#p18756</guid>
		</item>
	</channel>
</rss>
