<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=2662&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED]I had upgrade Jessie to Ascii and i need some fixes.[SOLVED]]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2662</link>
		<description><![CDATA[The most recent posts in [SOLVED]I had upgrade Jessie to Ascii and i need some fixes.[SOLVED].]]></description>
		<lastBuildDate>Thu, 21 Feb 2019 13:47:04 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED]I had upgrade Jessie to Ascii and i need some fixes.[SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14508#p14508</link>
			<description><![CDATA[<p>i found a solution for the virtualbox thing, is very simple for me :</p><div class="codebox"><pre><code>sudo /sbin/vboxconfig
sudo nano /etc/modules</code></pre></div><p>(Add to the end of the file the follow lines) :</p><div class="quotebox"><blockquote><div><p>#VirtualBox : <br /># /sbin/vboxconfig , generate this file -&gt; /lib/modules/4.9.0-8-amd64/misc/vboxnetflt.ko but is not autoloaded during boot<br />vboxnetflt</p></div></blockquote></div><p>On my case the file of kernel module /lib/modules/4.9.0-8-amd64/misc/vboxnetflt.ko is not loaded during boot, and because of that, show me the error </p><div class="codebox"><pre><code>Failed to open/create the internal network &#039;HostInterfaceNetworking-eth0&#039; (VERR_SUPDRV_COMPONENT_NOT_FOUND).
Failed to attach the network LUN (VERR_SUPDRV_COMPONENT_NOT_FOUND).
One of the kernel modules was not successfully loaded. Make sure that no kernel modules from an older version of VirtualBox exist. Then try to recompile and reload the kernel modules by executing &#039;/sbin/vboxconfig&#039; as root (VERR_SUPDRV_COMPONENT_NOT_FOUND).</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (inukaze)]]></author>
			<pubDate>Thu, 21 Feb 2019 13:47:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14508#p14508</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED]I had upgrade Jessie to Ascii and i need some fixes.[SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14351#p14351</link>
			<description><![CDATA[<p>for ascii i don&#039;t have devuan version of virtualbox, i am using the oracle version 6.0.4 right now.</p><p>i already have headers, kernel-source, dkms, build-essential, automoc, automake, etc . . .<br />but i had purge the package and reinstalled again, and ever is the same, every time i restart<br />i must run /sbin/vboxconfig for make modules to enable the start of my virtual machines.</p>]]></description>
			<author><![CDATA[dummy@example.com (inukaze)]]></author>
			<pubDate>Thu, 14 Feb 2019 03:36:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14351#p14351</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED]I had upgrade Jessie to Ascii and i need some fixes.[SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14331#p14331</link>
			<description><![CDATA[<p>Are you using VBox from the Devuan repository or the Oracle version?</p><p>In any case, make sure you have build-essential, dkms and the headers for your kernel installed. Then missing modules should be no problem.</p><p>Good luck, Rolf</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Wed, 13 Feb 2019 16:14:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14331#p14331</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED]I had upgrade Jessie to Ascii and i need some fixes.[SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14260#p14260</link>
			<description><![CDATA[<div class="quotebox"><cite>rolfie wrote:</cite><blockquote><div><p>use:</p><div class="codebox"><pre><code>ATTRS{vendor}==&quot;0e8d&quot;, ENV{ID_MM_DEVICE_IGNORE}=&quot;1&quot;
ATTRS{vendor}==&quot;6000&quot;, ENV{ID_MM_DEVICE_IGNORE}=&quot;1&quot;</code></pre></div><p>See the difference? Udev is not exactly pointing to the error, its just complaining that its failing.</p><p>Regards, Rolf</p></div></blockquote></div><p>Thanks i really don&#039;t notice that space LOL jajaja xD the last things i see in red from dmesg output are :</p><div class="codebox"><pre><code>[    1.274358] udevd[83]: Error running install command for nvidia
[   16.295130] udevd[798]: failed to execute &#039;/lib/udev/mtp-probe&#039; &#039;mtp-probe /sys/devices/pci0000:00/0000:00:02.1/usb1/1-9 1 3&#039;: No such file or directory</code></pre></div><p>what is need for solve &quot;Error running install command for nvidia&quot; ?</p><p>i know the another error of mtp-probe have an ease solution, just installing the package named &quot;libmtp-runtime&quot;</p><p>and the last thing i need right now is reduce verbosity of openrc during boot [solved] (just editing the file /etc/rc.conf and set rc_verbose=no)</p><p>VirtualBox Error :</p><div class="codebox"><pre><code>Failed to open/create the internal network &#039;HostInterfaceNetworking-eth0&#039; (VERR_SUPDRV_COMPONENT_NOT_FOUND).
Failed to attach the network LUN (VERR_SUPDRV_COMPONENT_NOT_FOUND).
One of the kernel modules was not successfully loaded. Make sure that no kernel modules from an older version of VirtualBox exist. Then try to recompile and reload the kernel modules by executing &#039;/sbin/vboxconfig&#039; as root (VERR_SUPDRV_COMPONENT_NOT_FOUND).</code></pre></div><p>ever i must run after every restart :</p><div class="codebox"><pre><code>/sbin/vboxconfig</code></pre></div><p>because things like ethernet don&#039;t work because on every restart the modules for linux are deleted<br />how i can make the result of execute /sbin/vboxconfig be permanent?</p>]]></description>
			<author><![CDATA[dummy@example.com (inukaze)]]></author>
			<pubDate>Sun, 10 Feb 2019 18:17:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14260#p14260</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED]I had upgrade Jessie to Ascii and i need some fixes.[SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14206#p14206</link>
			<description><![CDATA[<p>Instead of:</p><div class="quotebox"><cite>inukaze wrote:</cite><blockquote><div><p>The content of /etc/udev/rules.d/20-mm-blacklist-mtk.rules right now is :</p><div class="codebox"><pre><code>ATTRS{vendor}==&quot;0e8d&quot;, ENV{ID_MM_DEV ICE_IGNORE}=&quot;1&quot;
ATTRS{vendor}==&quot;6000&quot;, ENV{ID_MM_DEV ICE_IGNORE}=&quot;1&quot;</code></pre></div></div></blockquote></div><p>use:</p><div class="codebox"><pre><code>ATTRS{vendor}==&quot;0e8d&quot;, ENV{ID_MM_DEVICE_IGNORE}=&quot;1&quot;
ATTRS{vendor}==&quot;6000&quot;, ENV{ID_MM_DEVICE_IGNORE}=&quot;1&quot;</code></pre></div><p>See the difference? Udev is not exactly pointing to the error, its just complaining that its failing.</p><p>Regards, Rolf</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sat, 09 Feb 2019 20:01:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14206#p14206</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED]I had upgrade Jessie to Ascii and i need some fixes.[SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14205#p14205</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><div class="quotebox"><blockquote><div><p>i really don&#039;t understand what need udev for stop that errors</p></div></blockquote></div><p>You need fewer spaces <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p></div></blockquote></div><p>Where, can you explain me please. because i compare with another files of rules from udev, and have the same format and are wrote in the same way. but that 2 files gave me errors, but the anothers don&#039;t</p>]]></description>
			<author><![CDATA[dummy@example.com (inukaze)]]></author>
			<pubDate>Sat, 09 Feb 2019 19:53:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14205#p14205</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED]I had upgrade Jessie to Ascii and i need some fixes.[SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14183#p14183</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>i really don&#039;t understand what need udev for stop that errors</p></div></blockquote></div><p>You need fewer spaces <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 09 Feb 2019 07:53:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14183#p14183</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED]I had upgrade Jessie to Ascii and i need some fixes.[SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14182#p14182</link>
			<description><![CDATA[<p>when i restart i extract the dmesg output i see this messages :</p><div class="codebox"><pre><code>[    1.291610] udevd[73]: Error running install command for nvidia
[   15.046814] udevd[723]: invalid key/value pair in file /etc/udev/rules.d/20-mm-blacklist-mtk.rules on line 1, starting at character 22 (&#039;,&#039;)
[   15.046889] udevd[723]: invalid key/value pair in file /etc/udev/rules.d/20-mm-blacklist-mtk.rules on line 2, starting at character 22 (&#039;,&#039;)
[   17.035514] udevd[791]: failed to execute &#039;/lib/udev/mtp-probe&#039; &#039;mtp-probe /sys/devices/pci0000:00/0000:00:02.1/usb1/1-9 1 3&#039;: No such file or directory</code></pre></div><p>i am worry about &quot;nvidia&quot;</p><p>The content of /etc/udev/rules.d/20-mm-blacklist-mtk.rules right now is :</p><div class="codebox"><pre><code>ATTRS{vendor}==&quot;0e8d&quot;, ENV{ID_MM_DEV ICE_IGNORE}=&quot;1&quot;
ATTRS{vendor}==&quot;6000&quot;, ENV{ID_MM_DEV ICE_IGNORE}=&quot;1&quot;</code></pre></div><p>i really don&#039;t understand what need udev for stop that errors </p><p>How i do reduce the verbosity of OpenRC boot for example this messages</p><div class="codebox"><pre><code>Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/hostname.sh start</code></pre></div><p> i dont want show it</p>]]></description>
			<author><![CDATA[dummy@example.com (inukaze)]]></author>
			<pubDate>Sat, 09 Feb 2019 06:43:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14182#p14182</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED]I had upgrade Jessie to Ascii and i need some fixes.[SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14181#p14181</link>
			<description><![CDATA[<p>Well i solve the message :</p><div class="codebox"><pre><code>insserv: warning: script &#039;noip2.rc&#039; missing LSB tags and overrides
insserv: warning: script &#039;noip2&#039; missing LSB tags and overrides
insserv: script noip2: service noip2 already provided!
insserv: warning: script &#039;savecache&#039; missing LSB tags and overrides</code></pre></div><p>just adding for example :</p><div class="codebox"><pre><code>### BEGIN INIT INFO
# Provides:          noip2
# Required-Start:    $local_fs $network
# Required-Stop:     $local_fs
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: noip2
# Description:       Start/stop The NOIP Daemon&quot;
### END INIT INFO</code></pre></div><p>below the first line</p><div class="codebox"><pre><code>#!/sbin/openrc-run</code></pre></div><p>in the custom file -&gt; /etc/init.d/noip2</p><p>and well removing the unnecesary files</p><div class="codebox"><pre><code>su
insserv -r /etc/init.d/noip2.rc
rm -rf noip2.rc
insserv</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (inukaze)]]></author>
			<pubDate>Sat, 09 Feb 2019 05:40:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14181#p14181</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED]I had upgrade Jessie to Ascii and i need some fixes.[SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14180#p14180</link>
			<description><![CDATA[<p>When i install or upgrade packages i saw the follow :</p><div class="codebox"><pre><code>insserv: warning: script &#039;noip2.rc&#039; missing LSB tags and overrides
insserv: warning: script &#039;noip2&#039; missing LSB tags and overrides
insserv: script noip2: service noip2 already provided!
insserv: warning: script &#039;savecache&#039; missing LSB tags and overrides</code></pre></div><p>How i should do to solve it ?</p><p>From the dmesg :</p><div class="codebox"><pre><code>[   20.496462] nvidia: loading out-of-tree module taints kernel.
[   20.496486] nvidia: module license &#039;NVIDIA&#039; taints kernel.</code></pre></div><p> well for this i am reinstalling all my nvidia packages, for try solve it</p><p>i think this is i upgrade the distro and the version loaded of linux was diferent from current, and becuase of that the dkms don&#039;t make fine the modules needs for the system, becuase i open smplayer i and not have any video drive for output just &quot;default&quot;</p>]]></description>
			<author><![CDATA[dummy@example.com (inukaze)]]></author>
			<pubDate>Sat, 09 Feb 2019 04:47:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14180#p14180</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED]I had upgrade Jessie to Ascii and i need some fixes.[SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14179#p14179</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><div class="quotebox"><blockquote><div><p>How i must write for be compatible?</p></div></blockquote></div><p>Use double-quotes around the values.</p></div></blockquote></div><p>Thank you very much</p>]]></description>
			<author><![CDATA[dummy@example.com (inukaze)]]></author>
			<pubDate>Sat, 09 Feb 2019 04:30:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14179#p14179</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED]I had upgrade Jessie to Ascii and i need some fixes.[SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14176#p14176</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>How i must write for be compatible?</p></div></blockquote></div><p>Use double-quotes around the values.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 09 Feb 2019 02:22:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14176#p14176</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED]I had upgrade Jessie to Ascii and i need some fixes.[SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14172#p14172</link>
			<description><![CDATA[<div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>Have you read the ASCII <span class="bbu"><a href="https://files.devuan.org/devuan_ascii/Release_notes.txt" rel="nofollow">release notes</a></span>?</p></div></blockquote></div><p>Ready, i had already read the article. i purge elogin and i had installed consolekit , because i use xfce. but i change slim by lxdm</p>]]></description>
			<author><![CDATA[dummy@example.com (inukaze)]]></author>
			<pubDate>Fri, 08 Feb 2019 23:56:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14172#p14172</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED]I had upgrade Jessie to Ascii and i need some fixes.[SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14171#p14171</link>
			<description><![CDATA[<p>Ok wtf i had purge the follow packages : </p><div class="codebox"><pre><code> su -c &quot;apt-get purge alsa-firmware-loaders alsa-oss alsa-tools alsa-utils apulse apulse-dbgsym gstreamer1.0-alsa libalsaplayer0 libclalsadrv2 libpulse-java libpulse-jni libpulsedsp libsox-fmt-alsa libsox-fmt-base libsox-fmt-mp3 libsox-fmt-pulse python-alsaaudio python-pyalsa sox tuxguitar-alsa volumeicon-alsa libroar2 mpd gstreamer0.10-pulseaudio gstreamer1.0-pulseaudio libcanberra-pulse pavucontrol-qt phonon-backend-gstreamer pulseaudio pulseaudio-equalizer pulseaudio-esound-compat pulseaudio-module-bluetooth pulseaudio-module-gconf pulseaudio-module-jack pulseaudio-utils xfce4-pulseaudio-plugin speech-dispatcher speech-dispatcher-audio-plugins speech-dispatcher-espeak speech-dispatcher-espeak-ng pulseaudio-module-zeroconf paprefs pulseaudio-module-raop&quot; root </code></pre></div><p>i remove all custom files and anothers temporal files with the follow commands :</p><div class="codebox"><pre><code> su -c &quot;rm -rf /tmp/.esd-1000 ; rm -r /home/inukaze/.pulse* ; rm -rf /home/inukaze/.config/pulse sudo rm -rf /home/inukaze/.asoundrc&quot; root </code></pre></div><p>i restart and right now, slim start before Xorg</p><p>After i login again to my desktop environtment i installed the follow packages</p><div class="codebox"><pre><code> su -c &quot;apt-get install -y alsa-firmware-loaders alsa-oss alsa-tools alsa-utils libalsaplayer-dev libalsaplayer0 (0.99.81-2)
libclalsadrv-dev libclalsadrv2 python-alsaaudio python-pyalsa volumeicon-alsa&quot; root </code></pre></div><p>i had started the &quot;volume icon&quot; i fill up the volume meter to 100% and i had working sound.</p><p>Well, the unique thing i must solve right now its the lines with bad format i ask before</p>]]></description>
			<author><![CDATA[dummy@example.com (inukaze)]]></author>
			<pubDate>Fri, 08 Feb 2019 23:50:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14171#p14171</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED]I had upgrade Jessie to Ascii and i need some fixes.[SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14169#p14169</link>
			<description><![CDATA[<p>Have you read the ASCII <span class="bbu"><a href="https://files.devuan.org/devuan_ascii/Release_notes.txt" rel="nofollow">release notes</a></span>?</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Fri, 08 Feb 2019 22:25:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14169#p14169</guid>
		</item>
	</channel>
</rss>
