<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.nuxified.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Nuxified GNU/Linux Help Forums - forum topic - Comments</title>
 <link>http://www.nuxified.org</link>
 <description>Comments for &quot;forum topic&quot;</description>
 <language>en</language>
<item>
 <title>A solution that will not</title>
 <link>http://www.nuxified.org/topic/self_contained_packaging#comment-12596</link>
 <description> &lt;p&gt;A solution that will not give you packages that contain what they need, as you actually wanted here, but gives you nice packages that you can install through the package-manager of your system (and thus later remove or replace) might be &lt;a href=&quot;http://www.asic-linux.com.mx/~izto/checkinstall/&quot; class=&quot;bb-url&quot;&gt;checkinstall&lt;/a&gt;. With this you compile the package yourself and then use checkinstall to build a package out of it. It supports RPM, DPkg and Slackware-packages.&lt;/p&gt;
 </description>
 <pubDate>Fri, 04 Jul 2008 15:17:20 +0200</pubDate>
 <dc:creator>reptiler</dc:creator>
 <guid isPermaLink="false">comment 12596 at http://www.nuxified.org</guid>
</item>
<item>
 <title>From what I remember also</title>
 <link>http://www.nuxified.org/topic/self_contained_packaging#comment-12600</link>
 <description> &lt;p&gt;From what I remember also RPM just requires one file. But I have to admit that it&#039;s been a while since I last wrote one of those.&lt;/p&gt;
&lt;p&gt;The fact that sources are retrieved from where they actually come from really is a nice idea. The disadvantage might be that patches might be missing. Don&#039;t know if the program also takes care of that.&lt;/p&gt;
 </description>
 <pubDate>Fri, 04 Jul 2008 15:16:26 +0200</pubDate>
 <dc:creator>reptiler</dc:creator>
 <guid isPermaLink="false">comment 12600 at http://www.nuxified.org</guid>
</item>
<item>
 <title>I know about checkinstall.</title>
 <link>http://www.nuxified.org/topic/self_contained_packaging#comment-12598</link>
 <description> &lt;p&gt;I know about checkinstall. &lt;img src=&quot;/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; /&gt; It&#039;s a great program and I used it quite a few times on Ubuntu/Debian and Slackware.&lt;/p&gt;
&lt;p&gt;About the problem with glibc and things like OSS, it&#039;s a good point, but then I think the game developer can release a new version of their .run package for a new version of kernel and glibc as it progresses. Really, those two components are what makes up the core of an operating system, Linux + &lt;a class=&quot;glossary-term&quot; href=&quot;/glossary#term404&quot;&gt;&lt;acronym title=&quot;GNU: GNU&amp;#039;s Not Unix&quot;&gt;GNU&lt;/acronym&gt;&lt;/a&gt; stuff. &lt;img src=&quot;/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; /&gt; Also, if the game is freedomware (at least the engine which is enough for this) then anyone could compile and make up a new universal binary like .run for the new versions of kernel and glibc. Besides, games have new versions occassionally too so chances are they&#039;ll be keeping up with such significant system changes.&lt;/p&gt;
&lt;div class=&quot;quote-msg&quot;&gt;
&lt;div class=&quot;quote-author&quot;&gt;reptiler wrote:&lt;/div&gt;
&lt;p&gt;Other distros offer something like this too. Fedora and Debian have source-repositories. For Fedora I am pretty sure that in this repository you find SRPM-files, which are source-RPMs, ready to be built and packaged.&lt;/div&gt;
&lt;p&gt;It&#039;s not quite the same. With ABS you don&#039;t actually have a repository of source files at all, only PKGBUILD files which get the actual source code from wherever they are originally distributed (like Sourceforge, BerliOS etc.). So you don&#039;t have specific patches bundled within such packages because there are no packages. If you want to patch it up with something, you just make the PKGBUILD download the patch from some mirror and do the work.&lt;/p&gt;
&lt;p&gt;RPM and DEB are still also pretty distro specific, source or not and you therefore at least have different ways of doing the same thing. EDIT: What I mean here is that it breaks this universality which is the goal as every distro ends up having a different set of steps for doing the same thing. If you would have an universally applicable build/packaging system (at least as an add on to the &quot;official&quot; one) you can tell a new GNU/Linux user a single procedure and it&#039;ll work on whatever distro he is on. This seems like the kind of thing people screaming for distro unification would like. It doesn&#039;t unite all distros into one, just provides a sort of a compatibility layer that connects them all where it really matters most: obtaining software.&lt;/p&gt;
&lt;p&gt;Also, if source RPM repositories match the binary RPM repositories it&#039;s possible that some source RPM&#039;s are still missing and therefore you wouldn&#039;t use the same build process for such things and may in fact benefit more from something like PKGBUILD&#039;s which instead of specially formatted source packages depend on the actual original source tarballs, which is much more universal. I guess you could create source RPM&#039;s and then use the RPM&#039;s build process, but I don&#039;t quite see the point - why add an extra step? &quot;KISS&quot; seems to apply. &lt;img src=&quot;/misc/smileys/wink.png&quot; title=&quot;Eye-wink&quot; alt=&quot;Eye-wink&quot; /&gt;&lt;/p&gt;
&lt;div class=&quot;quote-msg&quot;&gt;
&lt;div class=&quot;quote-author&quot;&gt;reptiler wrote:&lt;/div&gt;
&lt;p&gt;Writing RPM-build-files isn&#039;t that hard either. &lt;img src=&quot;/misc/smileys/icon_wink.gif&quot; title=&quot;Wink alt&quot; alt=&quot;Wink alt&quot; /&gt;&lt;/div&gt;
&lt;p&gt;Well I can&#039;t tell as I didn&#039;t try it, but I&#039;ve seen PKGBUILD&#039;s and I think they&#039;re fairly managable. Also, do you have multiple files necessary for building a source RPM? PKGBUILD is just one file. &lt;img src=&quot;/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Here&#039;s an explanation of ABS: &lt;a href=&quot;http://wiki.archlinux.org/index.php/ABS&quot;&gt;http://wiki.archlinux.org/index.php/ABS&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And here is also a thread I&#039;ve started on Arch forums about the idea of making ABS the universal package manager: &lt;a href=&quot;http://bbs.archlinux.org/viewtopic.php?pid=389398&quot;&gt;http://bbs.archlinux.org/viewtopic.php?pid=389398&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There&#039;s a chance we&#039;ll be compiling ABS for other distros. &lt;img src=&quot;/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
 </description>
 <pubDate>Fri, 04 Jul 2008 13:47:00 +0200</pubDate>
 <dc:creator>libervisco</dc:creator>
 <guid isPermaLink="false">comment 12598 at http://www.nuxified.org</guid>
</item>
<item>
 <title>Some points</title>
 <link>http://www.nuxified.org/topic/self_contained_packaging#comment-12597</link>
 <description> &lt;div class=&quot;quote-msg&quot;&gt;
&lt;div class=&quot;quote-author&quot;&gt;libervisco wrote:&lt;/div&gt;
&lt;p&gt;Interestingly there are examples of something like this in practice scattered here and there, like those .run files distributed by certain game developers. They are pretty much distro agnostic.&lt;/div&gt;
&lt;p&gt;As nice as these files are (and I agree that they are pretty nice) they will stop working if the ABI (Application Binary Inferface) of GLibC changes in an incompatible way. If this is done in only a few distros that like using recent code, Fedora comes into mind here, then the packages will continue working on distros with older code, like Debian, but not anymore on the ones with newer code. Thus the developers would need to provide another package for these distros, or just tell people that they can forget about playing &quot;Hardcore Shooter 4D Extreme&quot; (TM &lt;img src=&quot;/misc/smileys/icon_wink.gif&quot; title=&quot;Wink alt&quot; alt=&quot;Wink alt&quot; /&gt; ) on this specific distro, and sooner or later on any distro, as even distros like Debian in some distant future may evolve to use a newer GLibC.&lt;br /&gt;
The same goes for OSS. Commercial games on Linux as far as I know (and I&#039;ve tried some, including Civilization: Call to Power, Unreal Tournament 2004, Doom3 and a few others, Doom3 being the most recent of those I have tried) use OSS for sound-output. Not that this already gives some problems (at least until KDE3 Arts used to grab the sound-device and lock it, so that other applications could not access it, now this might be the case with PulseAudio, but also some other systems like ESD), but if finally OSS is removed from the kernel, and I actually do see this coming at some point as it&#039;s out-dated and I think not even maintained anymore, then these games will also have big problems, no sound-output. OSS is marked &quot;DEPRECATED&quot; in the kernel-config, that means people should not use it anymore, and it will ultimately lead to it&#039;s removal, I am pretty sure.&lt;br /&gt;
Of course Alsa does offer an OSS-compatibility-layer, but will this always be there? ArtsDSP offers the re-routing of OSS-signals through Arts, and there&#039;s something for PulseAudio that does the same, but will those solutions be kept in there forever?&lt;br /&gt;
But I guess I&#039;m drifting away too far from the original topic... And actually this is a problem of all binary-packages, just I think that these distro-independent packages of commercial software have the bigger problems here.&lt;/p&gt;
&lt;div class=&quot;quote-msg&quot;&gt;
&lt;div class=&quot;quote-author&quot;&gt;libervisco wrote:&lt;/div&gt;
&lt;p&gt;It&#039;s, in the end, definitely not THE solution I was looking for in this thread, but at least it provides for a nice (probably best there is) way to use the one type of &quot;packaging&quot; which truly is distro-universal: source code tarballs. &lt;img src=&quot;/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; /&gt; ABS is further empowered by the fact that these PKGBUILD&#039;s are en masse contributed to the &quot;AUR&quot; repository meaning that most packages you want to build already has a recipe necessary and all you need is use a special tool like &quot;yaourt&quot; to download the recipe and use it to build your package.&lt;/div&gt;
&lt;p&gt;Other distros offer something like this too. Fedora and Debian have source-repositories. For Fedora I am pretty sure that in this repository you find SRPM-files, which are source-RPMs, ready to be built and packaged.&lt;br /&gt;
I am quite confident when saying that this sounds more or less the same like what you just described for Arch.&lt;/p&gt;
&lt;div class=&quot;quote-msg&quot;&gt;
&lt;div class=&quot;quote-author&quot;&gt;libervisco wrote:&lt;/div&gt;
&lt;p&gt;Now here&#039;s an interesting thought: packaging ABS for other distros. All you need is a PKGBUILD file and you can install anything. &lt;img src=&quot;/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; /&gt; The next step in its evolution then might be to become the universal package manager (instead of building stuff locally, it just gets and installs binary tarballs).&lt;/div&gt;
&lt;p&gt;Writing RPM-build-files isn&#039;t that hard either. &lt;img src=&quot;/misc/smileys/icon_wink.gif&quot; title=&quot;Wink alt&quot; alt=&quot;Wink alt&quot; /&gt;&lt;/p&gt;
 </description>
 <pubDate>Fri, 04 Jul 2008 07:56:34 +0200</pubDate>
 <dc:creator>reptiler</dc:creator>
 <guid isPermaLink="false">comment 12597 at http://www.nuxified.org</guid>
</item>
<item>
 <title>You&#039;re not late. There&#039;s no</title>
 <link>http://www.nuxified.org/topic/self_contained_packaging#comment-12595</link>
 <description> &lt;p&gt;You&#039;re not late. There&#039;s no specific speed at which a thread must move. &lt;img src=&quot;/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; /&gt;&lt;/p&gt;
&lt;p&gt;You&#039;re pointing out some valid problems indeed, which just further underscore how much room there is for improvement here. We could say that prevalent freedomware package management systems are already quite innovative compared to the way this is done in windows, but like many things on freedomware platforms &quot;innovative&quot; often comes with &quot;fragmented&quot; because there are always quite a few parties who want to do it better (as they see it) and so we end up in a kind of dilemma where we are missing compatibility between all these innovative options and yet facing a clear need for some sort of standardization, universalization if not unification.&lt;/p&gt;
&lt;p&gt;I think what a_thing described, a synergy, and ideas to that effect, may very well be the way to go. We can hardly expect for major distributions and package management systems to change so drastically as to mold into a single universal packaging system, let alone remove certain limitations such as treating essentially the whole repository of all software as a whole OS.. So we can either patch up these systems with a provision for an alternate way of installing that would actually work, the way a_thing described, or simply have an additional, meta-system of sorts, that applies to just about all distributions - like source tarballs are today (with an obvious disadvantage of having to compile them and look for dependencies yourself).&lt;/p&gt;
&lt;p&gt;Interestingly there are examples of something like this in practice scattered here and there, like those .run files distributed by certain game developers. They are pretty much distro agnostic.&lt;/p&gt;
&lt;p&gt;The LSB Package API seems like something that would fit that &quot;synergy&quot; vision too, but I&#039;d have to read more on it. &lt;img src=&quot;/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class=&quot;glossary-term&quot; href=&quot;/glossary#term415&quot;&gt;&lt;acronym title=&quot;BTW: By the way&quot;&gt;Btw&lt;/acronym&gt;&lt;/a&gt;, the problem with having to download the whole package for a minor change of content is, &lt;a class=&quot;glossary-term&quot; href=&quot;/glossary#term405&quot;&gt;&lt;acronym title=&quot;IIRC: If I Remember Correctly&quot;&gt;iirc&lt;/acronym&gt;&lt;/a&gt;, solved by the &lt;a href=&quot;http://en.wikipedia.org/wiki/Conary_(package_manager)&quot;&gt;Conary package manager&lt;/a&gt; which is used by &lt;a href=&quot;http://www.foresightlinux.org/&quot;&gt;Foresight Linux&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Meanwhile I&#039;ve switched to &lt;a href=&quot;http://www.archlinux.org&quot;&gt;Arch&lt;/a&gt; and I intend to stick with it. It&#039;s come a long way. Arch is interesting to this thread in that in addition to its own package management system (which is fast, simple and pretty powerful), pacman, it also features &quot;ABS&quot; (Arch Build System) which allows you to build your own packages in a rather systematic way. You create PKGBUILD files which are like recipe scripts telling the system what needs to be done and what needs to be acquired to build a particular piece of software. This has a bit of a learning curve, but it&#039;s not too complicated. In fact the whole idea of arch is predicated on the &quot;Keep It Simple Silly&quot; principle. &lt;img src=&quot;/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; /&gt;&lt;/p&gt;
&lt;p&gt;It&#039;s, in the end, definitely not THE solution I was looking for in this thread, but at least it provides for a nice (probably best there is) way to use the one type of &quot;packaging&quot; which truly is distro-universal: source code tarballs. &lt;img src=&quot;/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; /&gt; ABS is further empowered by the fact that these PKGBUILD&#039;s are en masse contributed to the &quot;AUR&quot; repository meaning that most packages you want to build already has a recipe necessary and all you need is use a special tool like &quot;yaourt&quot; to download the recipe and use it to build your package. And you can also modify it in case you wish to change something specific, without writing the whole process on your own. This is how I recently installed a special version of ffmpeg without an option I wanted to disable in order to try something out.&lt;/p&gt;
&lt;p&gt;It&#039;s similar to gentoo actually, except probably a bit simpler and for being a primary binary distro with the build system benefit. &lt;img src=&quot;/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Now here&#039;s an interesting thought: packaging ABS for other distros. All you need is a PKGBUILD file and you can install anything. &lt;img src=&quot;/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; /&gt; The next step in its evolution then might be to become the universal package manager (instead of building stuff locally, it just gets and installs binary tarballs).&lt;/p&gt;
 </description>
 <pubDate>Fri, 04 Jul 2008 04:00:00 +0200</pubDate>
 <dc:creator>libervisco</dc:creator>
 <guid isPermaLink="false">comment 12595 at http://www.nuxified.org</guid>
</item>
<item>
 <title>Here is a result:</title>
 <link>http://www.nuxified.org/topic/converting_mng_or_gif_to_video#comment-12579</link>
 <description> &lt;p&gt;Here is a result: &lt;a href=&quot;http://www.libervis.com/files/libervis_logo.ogg&quot;&gt;http://www.libervis.com/files/libervis_logo.ogg&lt;/a&gt; &lt;img src=&quot;/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; /&gt;&lt;/p&gt;
&lt;p&gt;So I now know how to create a GIF animation and convert it to video and add audio to it using only Inkscape, ImageMagick, ffmpeg and PiTiVi. &lt;img src=&quot;/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Once I know the process and have all the commands saved up handy this is actually not a bad way to do videos on &lt;a class=&quot;glossary-term&quot; href=&quot;/glossary#term404&quot;&gt;&lt;acronym title=&quot;GNU: GNU&amp;#039;s Not Unix&quot;&gt;GNU&lt;/acronym&gt;&lt;/a&gt;/Linux considering the &lt;em&gt;alpha&lt;/em&gt; state of most freedomware video editors.&lt;/p&gt;
&lt;p&gt;Also, for animations where something specific needs to be done it may actually be easier to do it this way than using a full application.&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
 </description>
 <pubDate>Wed, 02 Jul 2008 23:09:14 +0200</pubDate>
 <dc:creator>libervisco</dc:creator>
 <guid isPermaLink="false">comment 12579 at http://www.nuxified.org</guid>
</item>
<item>
 <title>Interesting how after hours</title>
 <link>http://www.nuxified.org/topic/converting_mng_or_gif_to_video#comment-12571</link>
 <description> &lt;p&gt;Interesting how after hours of searching last night I couldn&#039;t quite find the right solution and today I got it with one search query. I guess I just had to search for the right thing...&lt;/p&gt;
&lt;p&gt;Anyway, here is the solution:&lt;/p&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;convert test.gif test%05d.jpg&lt;br /&gt;ffmpeg -r 25 -i test%05d.jpg -y -an test.avi&lt;/code&gt;&lt;/div&gt;
&lt;p&gt;The first is a command from the ImageMagick suite which converts every frame in a given GIF animation into a JPG file.&lt;/p&gt;
&lt;p&gt;The second command takes those JPG&#039;s and stitches them into an AVI file. You can also use other extensions like .ogg which will make a nice OGG video. &lt;img src=&quot;/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; /&gt;&lt;/p&gt;
&lt;p&gt;With -r you can set the framerate to make the video slower or faster.&lt;/p&gt;
&lt;p&gt;Yay!&lt;/p&gt;
 </description>
 <pubDate>Wed, 02 Jul 2008 18:54:00 +0200</pubDate>
 <dc:creator>libervisco</dc:creator>
 <guid isPermaLink="false">comment 12571 at http://www.nuxified.org</guid>
</item>
<item>
 <title>sorry im late to the party</title>
 <link>http://www.nuxified.org/topic/self_contained_packaging#comment-12565</link>
 <description> &lt;p&gt;sorry im late to the party here, but here are my two cents.&lt;/p&gt;
&lt;p&gt;there is a difference between a package and an application. in &lt;a class=&quot;glossary-term&quot; href=&quot;/glossary#term404&quot;&gt;&lt;acronym title=&quot;GNU: GNU&amp;#039;s Not Unix&quot;&gt;GNU&lt;/acronym&gt;&lt;/a&gt;/Linux, they are treated the same and this is the biggest problem with package management. the only thing that needs constant attention are libraries (in terms of packages). as long as the libraries are up to date and all applications utilize those libraries properly, there wont be any problems.&lt;/p&gt;
&lt;p&gt;unfortunately, this isnt the case. making programs bundled in a nice little .deb or .rpm is great to get your software out there, and helps in keeping file system integrity. but, if i am updating my system, why must i redownload 5+ gigs of games just to update the rpm package from f8 to an f9 suffix? the two packages are identical, but because one ends in .f8.i386.rpm and the other ends in .f9.i386.rpm, i am supposed to redownload the entire package?&lt;/p&gt;
&lt;p&gt;the other cent goes to package maintaining. if i remember correctly, the package for the game Abuse-SDL for fedora is still labeled as for fedora 6 and has never been updated, let alone the bug with shooting behind you fixed. one of the reasons why the developers dont bother with packaging their programs is because there are just WAY too many to make. which is yet another reason for a unified packaging system for third party applications.&lt;/p&gt;
&lt;p&gt;so far, i think the best option is coming from the Linux Foundation, the LSB Package API.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.linuxfoundation.org/en/LSB_Package_API&quot;&gt;http://www.linuxfoundation.org/en/LSB_Package_API&lt;/a&gt;&lt;/p&gt;
 </description>
 <pubDate>Wed, 02 Jul 2008 16:57:35 +0200</pubDate>
 <dc:creator>sakuramboo</dc:creator>
 <guid isPermaLink="false">comment 12565 at http://www.nuxified.org</guid>
</item>
<item>
 <title>I&#039;ve asked about this on</title>
 <link>http://www.nuxified.org/topic/debian_burns_dvds_it_cant_read#comment-12534</link>
 <description> &lt;p&gt;I&#039;ve asked about this on &lt;a href=&quot;http://club.cdfreaks.com/f34/will-burn-but-wont-read-traxdata-dvds-247728/&quot;&gt;CDFreaks&lt;/a&gt; and although we didn&#039;t make much progress there I think it&#039;s pretty evident that the drive is getting faulty. It may work most of the time, as it reads all CD&#039;s and probably most of non-traxdata DVDs and can also burn everything, the fact that it can&#039;t read burned traxdata DVDs yet another burner can is pretty telling by itself.&lt;/p&gt;
&lt;p&gt;And it&#039;s not necessarily that it wont read &lt;em&gt;only&lt;/em&gt; traxdata DVDs, I just don&#039;t have many other brands to test with. It&#039;s quite possible it might not be able to read some others too.&lt;/p&gt;
&lt;p&gt;Considering that the warranty expired a couple of months ago and I planned on getting a SATA burner anyway, and burners aren&#039;t that expensive nowadays I&#039;ll probably be buying a new one.&lt;/p&gt;
 </description>
 <pubDate>Tue, 01 Jul 2008 19:16:45 +0200</pubDate>
 <dc:creator>libervisco</dc:creator>
 <guid isPermaLink="false">comment 12534 at http://www.nuxified.org</guid>
</item>
<item>
 <title>No actually. It wouldn&#039;t</title>
 <link>http://www.nuxified.org/topic/debian_burns_dvds_it_cant_read#comment-12493</link>
 <description> &lt;p&gt;No actually. It wouldn&#039;t read even older Traxdata DVDs which weren&#039;t from the same new package I got. They also don&#039;t look damaged. &lt;/p&gt;
&lt;p&gt;I now even tried in Ubuntu 7.04 (feisty) which is fairly old now, and surprisingly the same thing happens. :S&lt;/p&gt;
&lt;p&gt;So I guess my DVD burner is to blame, but.. I don&#039;t get it.&lt;/p&gt;
 </description>
 <pubDate>Sun, 29 Jun 2008 15:38:09 +0200</pubDate>
 <dc:creator>libervisco</dc:creator>
 <guid isPermaLink="false">comment 12493 at http://www.nuxified.org</guid>
</item>
<item>
 <title>Finished</title>
 <link>http://www.nuxified.org/topic/glm_bylaws_update_coming#comment-12488</link>
 <description> &lt;p&gt;I have just received the official paper (oooh) from the &lt;span style=&quot;font-style:italic&quot;&gt;Préfecture&lt;/span&gt;, with our information written in bold underlined capital letters and a signature. Our updated bylaws are now official and the change should be published in the &lt;span style=&quot;font-style:italic&quot;&gt;Journal Officiel&lt;/span&gt; in the coming month.&lt;br /&gt;
[I&#039;m eagerly waiting the time when paper photocopies will give way to PGP-signed, CACert-proofed digital procedures.]&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.gnulinuxmatters.org/blog/we-have-a-new-postal-address/&quot; class=&quot;bb-url&quot;&gt;The announcement is here&lt;/a&gt;. One last formality at the bank so they know about it, and we will be finished.&lt;/p&gt;
&lt;p&gt;Thank you all for your patience.&lt;/p&gt;
 </description>
 <pubDate>Sun, 29 Jun 2008 10:07:37 +0200</pubDate>
 <dc:creator>ariadacapo</dc:creator>
 <guid isPermaLink="false">comment 12488 at http://www.nuxified.org</guid>
</item>
<item>
 <title>1. What soundcard</title>
 <link>http://www.nuxified.org/topic/fedora9#comment-12487</link>
 <description> &lt;p&gt;1. What soundcard specifically are you using?&lt;/p&gt;
&lt;p&gt;2. As root, look at /etc/yum.conf and the files in /etc/yum.repos.d/ and delete any text that has to do with Livna. Then just run &quot;rpm -ivh &lt;a href=&quot;http://rpm.livna.org/livna-release-9.rpm&quot;&gt;http://rpm.livna.org/livna-release-9.rpm&lt;/a&gt;&quot;.&lt;/p&gt;
 </description>
 <pubDate>Sun, 29 Jun 2008 10:03:13 +0200</pubDate>
 <dc:creator>a thing</dc:creator>
 <guid isPermaLink="false">comment 12487 at http://www.nuxified.org</guid>
</item>
<item>
 <title>individual disk quality</title>
 <link>http://www.nuxified.org/topic/debian_burns_dvds_it_cant_read#comment-12486</link>
 <description> &lt;div class=&quot;quote-msg&quot;&gt;
&lt;div class=&quot;quote-author&quot;&gt;libervisco wrote:&lt;/div&gt;
&lt;p&gt;Especially considering that the same Traxdata media I tried now and had a problem with actually worked alright before.&lt;/div&gt;
&lt;p&gt;Do you mean DVDs from the same package? Some damage could have been done (either before or after you got them) to only a select few disks.&lt;/p&gt;
 </description>
 <pubDate>Sun, 29 Jun 2008 09:23:24 +0200</pubDate>
 <dc:creator>a thing</dc:creator>
 <guid isPermaLink="false">comment 12486 at http://www.nuxified.org</guid>
</item>
<item>
 <title>Yes, the 2.6.25-kernel was</title>
 <link>http://www.nuxified.org/topic/debian_burns_dvds_it_cant_read#comment-12484</link>
 <description> &lt;p&gt;Yes, the 2.6.25-kernel was released after F8, but it comes through the updates. Yes, Fedora is that advanced. &lt;img src=&quot;/misc/smileys/icon_wink.gif&quot; title=&quot;Wink alt&quot; alt=&quot;Wink alt&quot; /&gt;&lt;/p&gt;
&lt;p&gt;That ISO660 is not listed in filesystems makes you think.&lt;br /&gt;
Here&#039;s mine:&lt;/p&gt;
&lt;pre class=&quot;bb-code-block&quot;&gt;
nodev   sysfs
nodev   rootfs
nodev   bdev
nodev   proc
nodev   cgroup
nodev   cpuset
nodev   binfmt_misc
nodev   debugfs
nodev   securityfs
nodev   sockfs
nodev   usbfs
nodev   pipefs
nodev   anon_inodefs
nodev   futexfs
nodev   tmpfs
nodev   inotifyfs
nodev   devpts
nodev   ramfs
nodev   hugetlbfs
        &lt;span style=&quot;font-weight:bold&quot;&gt;iso9660&lt;/span&gt;
nodev   mqueue
nodev   selinuxfs
        ext3
nodev   fuse
        fuseblk
nodev   fusectl
&lt;/pre&gt; </description>
 <pubDate>Sun, 29 Jun 2008 05:26:57 +0200</pubDate>
 <dc:creator>reptiler</dc:creator>
 <guid isPermaLink="false">comment 12484 at http://www.nuxified.org</guid>
</item>
<item>
 <title>OK, looks like this is</title>
 <link>http://www.nuxified.org/topic/debian_burns_dvds_it_cant_read#comment-12485</link>
 <description> &lt;p&gt;OK, looks like this is happening &lt;em&gt;only&lt;/em&gt; with Traxdata DVD-R (16x capable) media. I tried some others and it works, including Traxdata CD-R&#039;s, but whichever Traxdata DVD I try it does the same thing, in both Pardus and Debian.&lt;/p&gt;
&lt;p&gt;Now, it didn&#039;t do this before. Such DVD&#039;s worked fine and I&#039;m not sure I burned any Traxdata DVDs while on sid before the one I burned when this first happened on sid so it is still possible that there is a software bug of some sort. It&#039;s just weird that it would affect only Traxdata DVD reading (even burning them seems to work). Even if it was a hardware issue it is still weird why only Traxdata.&lt;/p&gt;
&lt;p&gt;Especially considering that the same Traxdata media I tried now and had a problem with actually worked alright before. Also, Traxdata are media I generally consider to be of good quality.&lt;/p&gt;
&lt;p&gt;So I&#039;m just puzzled. :S&lt;/p&gt;
 </description>
 <pubDate>Sun, 29 Jun 2008 05:26:57 +0200</pubDate>
 <dc:creator>libervisco</dc:creator>
 <guid isPermaLink="false">comment 12485 at http://www.nuxified.org</guid>
</item>
</channel>
</rss>
