<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: [drm:i810_wait_ring] *ERROR* space: 65520 wanted 65528 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/drm-i810-wait-ring-error-space-65520-wanted-65528/m-p/3081760#M6874</link>
    <description>Yes! It really seems a like directory permission problem. I ran the following commands:&lt;BR /&gt;&lt;BR /&gt;# mount ... /oldroot&lt;BR /&gt;# cd /oldroot&lt;BR /&gt;# find . -type d -exec  chmod --reference='{}' /'{}' \;&lt;BR /&gt;# find . -type d -exec  chown --reference='{}' /'{}' \;&lt;BR /&gt;&lt;BR /&gt;and all the problems are solved.&lt;BR /&gt;&lt;BR /&gt;Now, another question: Since the command sequence:&lt;BR /&gt;&lt;BR /&gt;# cd /oldroot&lt;BR /&gt;# find . -xdev | cpio -pduvlm /newroot&lt;BR /&gt;&lt;BR /&gt;failed to replicate permission information on directories, what is the best command sequence to move (actually copy) files from one filesystem to another?</description>
    <pubDate>Wed, 01 Oct 2003 01:47:56 GMT</pubDate>
    <dc:creator>Fedon Kadifeli</dc:creator>
    <dc:date>2003-10-01T01:47:56Z</dc:date>
    <item>
      <title>[drm:i810_wait_ring] *ERROR* space: 65520 wanted 65528</title>
      <link>https://community.hpe.com/t5/operating-system-linux/drm-i810-wait-ring-error-space-65520-wanted-65528/m-p/3081758#M6872</link>
      <description>Recently I changed my boot disk on a Linux box. I created new partitions (with different sizes and minor number order) and copied all the root partition's files to the new root partition using the commands:&lt;BR /&gt;&lt;BR /&gt;# cd /oldroot&lt;BR /&gt;# find . -xdev | cpio -pduvlm /newroot&lt;BR /&gt;&lt;BR /&gt;I had some problems with booting, but finally doing grub_install, etc, I managed to boot from the new disk and remove the old disk from the system completely.&lt;BR /&gt;&lt;BR /&gt;Now, when I boot I get several errors:&lt;BR /&gt;&lt;BR /&gt;(1) named doesn't start (not important!):&lt;BR /&gt;named[2412]: none:0: open: /etc/named.conf: permission denied&lt;BR /&gt;named[2412]: loading configuration: permission denied&lt;BR /&gt;&lt;BR /&gt;I checked the file '/etc/named.conf'. There is nothing wrong with the file. It is same as the original on the old boot disk.&lt;BR /&gt;&lt;BR /&gt;(2) lpd doesn't start (not important either):&lt;BR /&gt;&lt;BR /&gt;lpd: 2003-09-30-14:21:24.995 tstws2 Read_file_list: cannot stat required or included file '/etc/printcap' - Permission denied&lt;BR /&gt;&lt;BR /&gt;I checked '/etc/printcap'. Nothing wrong with this file.&lt;BR /&gt;&lt;BR /&gt;(3) X doesn't start (important). It gives the following error messages on the console:&lt;BR /&gt;&lt;BR /&gt;[drm:i810_wait_ring] *ERROR* space: 65520 wanted 65528&lt;BR /&gt;[drm:i810_wait_ring] *ERROR* lockup&lt;BR /&gt;&lt;BR /&gt;I tried to reconfigure X (using redhat-config-xfree86) and specifying standard VGA 640x480 mode, but I still get the same errors.&lt;BR /&gt;&lt;BR /&gt;Some help (especially for the 3rd case) will be highly appreciated...</description>
      <pubDate>Tue, 30 Sep 2003 09:55:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/drm-i810-wait-ring-error-space-65520-wanted-65528/m-p/3081758#M6872</guid>
      <dc:creator>Fedon Kadifeli</dc:creator>
      <dc:date>2003-09-30T09:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: [drm:i810_wait_ring] *ERROR* space: 65520 wanted 65528</title>
      <link>https://community.hpe.com/t5/operating-system-linux/drm-i810-wait-ring-error-space-65520-wanted-65528/m-p/3081759#M6873</link>
      <description>You might want to check the permissions on the /etc directory itself, it should be 755 root:root&lt;BR /&gt; &lt;BR /&gt;Hope it helps</description>
      <pubDate>Tue, 30 Sep 2003 10:02:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/drm-i810-wait-ring-error-space-65520-wanted-65528/m-p/3081759#M6873</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-09-30T10:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: [drm:i810_wait_ring] *ERROR* space: 65520 wanted 65528</title>
      <link>https://community.hpe.com/t5/operating-system-linux/drm-i810-wait-ring-error-space-65520-wanted-65528/m-p/3081760#M6874</link>
      <description>Yes! It really seems a like directory permission problem. I ran the following commands:&lt;BR /&gt;&lt;BR /&gt;# mount ... /oldroot&lt;BR /&gt;# cd /oldroot&lt;BR /&gt;# find . -type d -exec  chmod --reference='{}' /'{}' \;&lt;BR /&gt;# find . -type d -exec  chown --reference='{}' /'{}' \;&lt;BR /&gt;&lt;BR /&gt;and all the problems are solved.&lt;BR /&gt;&lt;BR /&gt;Now, another question: Since the command sequence:&lt;BR /&gt;&lt;BR /&gt;# cd /oldroot&lt;BR /&gt;# find . -xdev | cpio -pduvlm /newroot&lt;BR /&gt;&lt;BR /&gt;failed to replicate permission information on directories, what is the best command sequence to move (actually copy) files from one filesystem to another?</description>
      <pubDate>Wed, 01 Oct 2003 01:47:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/drm-i810-wait-ring-error-space-65520-wanted-65528/m-p/3081760#M6874</guid>
      <dc:creator>Fedon Kadifeli</dc:creator>
      <dc:date>2003-10-01T01:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: [drm:i810_wait_ring] *ERROR* space: 65520 wanted 65528</title>
      <link>https://community.hpe.com/t5/operating-system-linux/drm-i810-wait-ring-error-space-65520-wanted-65528/m-p/3081761#M6875</link>
      <description>The only way I have done this is as follows.&lt;BR /&gt; &lt;BR /&gt;cd /&lt;BR /&gt;tar cvf - * | (cd /newplace; tar xpf -)&lt;BR /&gt; &lt;BR /&gt;But, this won't copy device files as far as I know.&lt;BR /&gt; &lt;BR /&gt;Did you aready have an "etc" directory in the filesystem you were copying to because then the permsiions could well end up wrong.</description>
      <pubDate>Wed, 01 Oct 2003 03:39:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/drm-i810-wait-ring-error-space-65520-wanted-65528/m-p/3081761#M6875</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-10-01T03:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: [drm:i810_wait_ring] *ERROR* space: 65520 wanted 65528</title>
      <link>https://community.hpe.com/t5/operating-system-linux/drm-i810-wait-ring-error-space-65520-wanted-65528/m-p/3081762#M6876</link>
      <description>cpio did copied the device files. The only problem was in the permission (and maybe the ownership) of *some* directories. The destination disk was a newly formatted (vie mkfs) filesystem, there was no /etc directory; I think the combination of find | cpio resulted in *some* directories created by cpio (due to the -d option of cpio) with default permissions.</description>
      <pubDate>Wed, 01 Oct 2003 06:16:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/drm-i810-wait-ring-error-space-65520-wanted-65528/m-p/3081762#M6876</guid>
      <dc:creator>Fedon Kadifeli</dc:creator>
      <dc:date>2003-10-01T06:16:56Z</dc:date>
    </item>
  </channel>
</rss>

