<?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=4121&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / apt thinks its only sources are the installation CD/DVD]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=4121</link>
		<description><![CDATA[The most recent posts in apt thinks its only sources are the installation CD/DVD.]]></description>
		<lastBuildDate>Wed, 17 Feb 2021 21:07:41 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: apt thinks its only sources are the installation CD/DVD]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=27491#p27491</link>
			<description><![CDATA[<div class="quotebox"><cite>MysticLord wrote:</cite><blockquote><div><div class="quotebox"><cite>rolfie wrote:</cite><blockquote><div><p>The main repo is missing.</p><div class="codebox"><pre><code>http://deb.devuan.org/merged beowulf main contrib non-free </code></pre></div><p>Consider if you need to complie packages. If not, disable the deb-src lines.</p></div></blockquote></div><p>What does non-free mean in this context? Licenses other than GPL, MIT, and their kin?</p></div></blockquote></div><p>Have a read: <a href="https://www.debian.org/intro/free.en.html" rel="nofollow">https://www.debian.org/intro/free.en.html</a></p><p>non-free means code that is propriatry. Unfortunately you will need non-free stuff to get your tg3 working.</p><p>Same with me and my AMD GPUs.</p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Wed, 17 Feb 2021 21:07:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=27491#p27491</guid>
		</item>
		<item>
			<title><![CDATA[Re: apt thinks its only sources are the installation CD/DVD]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=27481#p27481</link>
			<description><![CDATA[<div class="quotebox"><cite>rolfie wrote:</cite><blockquote><div><p>The main repo is missing.</p><div class="codebox"><pre><code>http://deb.devuan.org/merged beowulf main contrib non-free </code></pre></div><p>Consider if you need to complie packages. If not, disable the deb-src lines.</p></div></blockquote></div><p>What does non-free mean in this context? Licenses other than GPL, MIT, and their kin?</p><p>I need to compile emulators and hex editors, it won&#039;t hurt to keep the source lines in there.</p><div class="quotebox"><cite>rolfie wrote:</cite><blockquote><div><p>Enabling contrib non-free does not mean everything in there is installed automatically. You have to install packages from non-free explicitely to have them available. Once they are installed they are maintained automatically. Example:</p><div class="codebox"><pre><code>apt install firmware-linux-nonfree</code></pre></div><p>You may also install non-free packages, and then disable the non-free section in the sources.list again. Your choice. But then the stuff is no more updated.</p></div></blockquote></div><p>Thanks for clarifying, I don&#039;t know how I missed this.</p>]]></description>
			<author><![CDATA[dummy@example.com (MysticLord)]]></author>
			<pubDate>Wed, 17 Feb 2021 17:09:09 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=27481#p27481</guid>
		</item>
		<item>
			<title><![CDATA[Re: apt thinks its only sources are the installation CD/DVD]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=27460#p27460</link>
			<description><![CDATA[<div class="quotebox"><cite>MysticLord wrote:</cite><blockquote><div><div class="codebox"><pre><code>cat /etc/apt/sources.list
# 

# deb cdrom:[Devuan GNU/Linux 3.0 (beowulf) amd64 - desktop 20200526]/ beowulf contrib main non-free

# deb cdrom:[Devuan GNU/Linux 3.0 (beowulf) amd64 - desktop 20200526]/ beowulf contrib main non-free

# A network mirror was not selected during install.  The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
deb http://deb.devuan.org/merged beowulf-security main
deb-src http://deb.devuan.org/merged beowulf-security main

# beowulf-updates, previously known as &#039;volatile&#039;
# A network mirror was not selected during install.  The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
deb http://deb.devuan.org/merged beowulf-updates main
deb-src http://deb.devuan.org/merged beowulf-updates main</code></pre></div><p>1. Got any other sources I should use (mirrors, for instance), and if so can you tell me why (or point me towards something that will tell me what and why)?</p></div></blockquote></div><p>The main repo is missing.</p><div class="codebox"><pre><code>http://deb.devuan.org/merged beowulf main contrib non-free </code></pre></div><p>Consider if you need to complie packages. If not, disable the deb-src lines. </p><div class="quotebox"><cite>MysticLord wrote:</cite><blockquote><div><p>2. Got anything to read RE mirrors and how that helps me or Devuan in general?</p></div></blockquote></div><p>Scan through <a href="https://www.devuan.org/" rel="nofollow">https://www.devuan.org/</a>. There is a lot of useful information. </p><div class="quotebox"><cite>MysticLord wrote:</cite><blockquote><div><p>During the upgrade (which was blessedly fast and simple compared to Windows 10), I noticed this:</p><div class="codebox"><pre><code>/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-4.19.0-9-amd64
W: Possible missing firmware /lib/firmware/tigon/tg3_tso5.bin for module tg3
W: Possible missing firmware /lib/firmware/tigon/tg3_tso.bin for module tg3
W: Possible missing firmware /lib/firmware/tigon/tg3.bin for module tg3</code></pre></div><p>A search indicates it could prevent network cards from working after reboot. If that&#039;s an issue, the same says that I need to add non-free to my sources.<br /><a href="https://thespecter.net/blog/technology/possible-missing-firmware-for-module-tg3/" rel="nofollow">https://thespecter.net/blog/technology/ … odule-tg3/</a></p><p>Going back to the link rolfie posted:</p><div class="quotebox"><blockquote><div><p>Note that all software shipped with Devuan in the main component is free software. But if needed, non-free software is also available. Just add the non-free and contrib components to the appropriate line(s) in /etc/apt/sources.list like this:</p><p>deb <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> beowulf main non-free contrib</p></div></blockquote></div><p>Is there any way to specify that I only want certain software from a specific source? I do a lot of emulation and rom-hacking stuff, and the authors of programs for such love to require the latest stable versions for compilation.</p></div></blockquote></div><p>Enabling contrib non-free does not mean everything in there is installed automatically. You have to install packages from non-free explicitely to have them available. Once they are installed they are maintained automatically. Example:</p><div class="codebox"><pre><code>apt install firmware-linux-nonfree</code></pre></div><p>You may also install non-free packages, and then disable the non-free section in the sources.list again. Your choice. But then the stuff is no more updated. </p><div class="quotebox"><cite>MysticLord wrote:</cite><blockquote><div><p>How would I add package sources from debian while restricting it to the subsets that don&#039;t require things that are forbidden in devuan?</p></div></blockquote></div><p>This is not recommended at all. </p><div class="quotebox"><cite>MysticLord wrote:</cite><blockquote><div><p>Where can I see the list of packages that are forbidden?</p></div></blockquote></div><p>Look for &quot;Banned packages&quot; on the Devuan web page.</p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Wed, 17 Feb 2021 11:39:30 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=27460#p27460</guid>
		</item>
		<item>
			<title><![CDATA[Re: apt thinks its only sources are the installation CD/DVD]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=27455#p27455</link>
			<description><![CDATA[<div class="codebox"><pre><code>~$ cat /etc/apt/sources.list
# 

# deb cdrom:[Devuan GNU/Linux 3.0 (beowulf) amd64 - desktop 20200526]/ beowulf contrib main non-free

deb cdrom:[Devuan GNU/Linux 3.0 (beowulf) amd64 - desktop 20200526]/ beowulf contrib main non-free

# A network mirror was not selected during install.  The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
# deb http://deb.devuan.org/merged beowulf-security main
# deb-src http://deb.devuan.org/merged beowulf-security main

# beowulf-updates, previously known as &#039;volatile&#039;
# A network mirror was not selected during install.  The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
# deb http://deb.devuan.org/merged beowulf-updates main
# deb-src http://deb.devuan.org/merged beowulf-updates main</code></pre></div><div class="codebox"><pre><code>~$ grep -v &#039;^#\|^$&#039; /etc/apt/sources.list{,.d/*}
/etc/apt/sources.list:deb cdrom:[Devuan GNU/Linux 3.0 (beowulf) amd64 - desktop 20200526]/ beowulf contrib main non-free
grep: /etc/apt/sources.list.d/*: No such file or directory</code></pre></div><div class="quotebox"><cite>rolfie wrote:</cite><blockquote><div><p>Well, you need to polish your sources.list. Have a read: <a href="https://www.devuan.org/os/packages" rel="nofollow">https://www.devuan.org/os/packages</a></p><p>rolfie</p></div></blockquote></div><p>Okay then, I uncommented the non-CD/DVD sources and commented the CD-DVD ones. Apt seems to be updating so this will be my last post for the day while everything updates and I fiddle with software.</p><div class="codebox"><pre><code>cat /etc/apt/sources.list
# 

# deb cdrom:[Devuan GNU/Linux 3.0 (beowulf) amd64 - desktop 20200526]/ beowulf contrib main non-free

# deb cdrom:[Devuan GNU/Linux 3.0 (beowulf) amd64 - desktop 20200526]/ beowulf contrib main non-free

# A network mirror was not selected during install.  The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
deb http://deb.devuan.org/merged beowulf-security main
deb-src http://deb.devuan.org/merged beowulf-security main

# beowulf-updates, previously known as &#039;volatile&#039;
# A network mirror was not selected during install.  The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
deb http://deb.devuan.org/merged beowulf-updates main
deb-src http://deb.devuan.org/merged beowulf-updates main</code></pre></div><p>1. Got any other sources I should use (mirrors, for instance), and if so can you tell me why (or point me towards something that will tell me what and why)?</p><p>2. Got anything to read RE mirrors and how that helps me or Devuan in general?</p><p>3. What about more esoteric stuff, like automatically: file-sharing sources, verifying their authenticity, and possibly seeding them for other users? If I did it, would other people use it? What additional safety precautions would I need to take on my end to ensure everyone&#039;s safety and security?</p><p>4. If I wanted to automatically install and update say Pale Moon, Brave, or something else, would they likely have equivalents to the links above that I can add to my sources.list?</p><p>5. What about automatically installing, detecting stable updates/releases, and downloading/compiling/installing other stuff that doesn&#039;t provide debs?</p><p>edit</p><p>During the upgrade (which was blessedly fast and simple compared to Windows 10), I noticed this:</p><div class="codebox"><pre><code>/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-4.19.0-9-amd64
W: Possible missing firmware /lib/firmware/tigon/tg3_tso5.bin for module tg3
W: Possible missing firmware /lib/firmware/tigon/tg3_tso.bin for module tg3
W: Possible missing firmware /lib/firmware/tigon/tg3.bin for module tg3</code></pre></div><p>A search indicates it could prevent network cards from working after reboot. If that&#039;s an issue, the same says that I need to add non-free to my sources.<br /><a href="https://thespecter.net/blog/technology/possible-missing-firmware-for-module-tg3/" rel="nofollow">https://thespecter.net/blog/technology/ … odule-tg3/</a></p><p>Going back to the link rolfie posted:</p><div class="quotebox"><blockquote><div><p>Note that all software shipped with Devuan in the main component is free software. But if needed, non-free software is also available. Just add the non-free and contrib components to the appropriate line(s) in /etc/apt/sources.list like this:</p><p>deb <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> beowulf main non-free contrib</p></div></blockquote></div><p>Is there any way to specify that I only want certain software from a specific source? I do a lot of emulation and rom-hacking stuff, and the authors of programs for such love to require the latest stable versions for compilation.</p><p>edit</p><p>How would I add package sources from debian while restricting it to the subsets that don&#039;t require things that are forbidden in devuan?</p><p>Where can I see the list of packages that are forbidden?</p>]]></description>
			<author><![CDATA[dummy@example.com (MysticLord)]]></author>
			<pubDate>Wed, 17 Feb 2021 08:33:39 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=27455#p27455</guid>
		</item>
		<item>
			<title><![CDATA[Re: apt thinks its only sources are the installation CD/DVD]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=27436#p27436</link>
			<description><![CDATA[<p>Any other sources?</p><div class="codebox"><pre><code>grep -v &#039;^#\|^$&#039; /etc/apt/sources.list{,.d/*}</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 16 Feb 2021 18:28:47 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=27436#p27436</guid>
		</item>
		<item>
			<title><![CDATA[Re: apt thinks its only sources are the installation CD/DVD]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=27424#p27424</link>
			<description><![CDATA[<p>what is the output of below command? The cd-rom sources should be commented out.</p><div class="codebox"><pre><code>cat /etc/apt/sources.list</code></pre></div><p>here is my sources/list</p><div class="codebox"><pre><code># 

# deb cdrom:[Devuan GNU/Linux 3.0 (beowulf) amd64 - netinstall 20200526]/ beowulf contrib main non-free

#deb cdrom:[Devuan GNU/Linux 3.0 (beowulf) amd64 - netinstall 20200526]/ beowulf contrib main non-free

deb http://deb.devuan.org/merged beowulf main non-free contrib
# deb-src http://deb.devuan.org/merged beowulf main non-free contrib

deb http://deb.devuan.org/merged beowulf-security main contrib non-free
# deb-src http://deb.devuan.org/merged beowulf-security main contrib non-free

# beowulf-updates, previously known as &#039;volatile&#039;
deb http://deb.devuan.org/merged beowulf-updates main contrib non-free
# deb-src http://deb.devuan.org/merged beowulf-updates main contrib non-free

deb http://deb.devuan.org/merged beowulf-backports main contrib non-free

# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching &quot;deb cdrom&quot;
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (dice)]]></author>
			<pubDate>Tue, 16 Feb 2021 13:56:38 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=27424#p27424</guid>
		</item>
		<item>
			<title><![CDATA[Re: apt thinks its only sources are the installation CD/DVD]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=27423#p27423</link>
			<description><![CDATA[<p>Well, you need to polish your sources.list. Have a read: <a href="https://www.devuan.org/os/packages" rel="nofollow">https://www.devuan.org/os/packages</a></p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Tue, 16 Feb 2021 13:55:50 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=27423#p27423</guid>
		</item>
		<item>
			<title><![CDATA[apt thinks its only sources are the installation CD/DVD]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=27422#p27422</link>
			<description><![CDATA[<p>I&#039;ve been on Windows the past year, just got back into Linux. Everything&#039;s going smooth except here&#039;s what apt has to say.</p><div class="codebox"><pre><code>~$ sudo apt update
[sudo] password for MysticLord: 
Ign:1 cdrom://[Devuan GNU/Linux 3.0 (beowulf) amd64 - desktop 20200526] beowulf InRelease
Err:2 cdrom://[Devuan GNU/Linux 3.0 (beowulf) amd64 - desktop 20200526] beowulf Release
  Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
Reading package lists... Done
E: The repository &#039;cdrom://[Devuan GNU/Linux 3.0 (beowulf) amd64 - desktop 20200526] beowulf Release&#039; does not have a Release file.
N: Updating from such a repository can&#039;t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.</code></pre></div><p>Thoughts? What should I do to give you more info?</p><p>I have a working internet connection for my laptop.</p>]]></description>
			<author><![CDATA[dummy@example.com (MysticLord)]]></author>
			<pubDate>Tue, 16 Feb 2021 13:41:45 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=27422#p27422</guid>
		</item>
	</channel>
</rss>
