<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hello FGPkeys<br>
      <br>
      Great! <br>
      <br>
      I believe the "<span id="result_box" class="" lang="en"><b><span
            style="font-family:times new roman,serif">$'\r': command not
            found"</span></b></span> error means that a line is missing
      the carriage return. Probably this occurred when the file was
      converted to an e-mail attachment and back again.<br>
      <br>
      Simon<br>
      <br>
      Am 28.10.2013 23:24, schrieb FGPkeys:<br>
    </div>
    <blockquote
cite="mid:CABfRHE1fAGfo_dU-woLtfx_W_3vER_0bv4rHmZDhJDDjj8Wp1Q@mail.gmail.com"
      type="cite">
      <div dir="ltr"><span id="result_box" class="" lang="en"><span
            class="">Hello</span><span class="">!</span> <span class="">Thank
            you very much</span> <span class="">for taking the time</span>
          <span class="">to explain</span> <span class="">step</span> <span
            class="">by step process</span><span>.</span><br>
          <span class="">The</span> <span class="">first</span> <span
            class="">time I tried</span> <span class="">I got</span> <span
            class="">the following error</span> <span class="">(sorry</span><span>,</span>
          <span class="">I have</span> <span class="">Fedora</span> <span
            class="">in</span> <span class="">Spanish</span><span>)</span><span>:</span><br>
        </span><br>
        <span id="result_box" class="" lang="en"><b><span
              style="font-family:times new roman,serif">+ umask 022<br>
              + cd /home/fgpkeys/rpmbuild/BUILD<br>
              + $'\r'<br>
              /var/tmp/rpm-tmp.T1H717: line 29: $'\r': command not found<br>
              error: Estado de salida err&oacute;neo de /var/tmp/rpm-tmp.T1H717
              (%prep)<br>
              <br>
              <br>
              Errores de construcci&oacute;n RPM:<br>
              &nbsp;&nbsp;&nbsp; fecha incorrecta en %changelog: Mon Apr 04 2013
              simon.lewis &lt;<a moz-do-not-send="true"
                href="mailto:simon.lewis@slnet-online.de">simon.lewis@slnet-online.de</a>&gt;
              - <a moz-do-not-send="true" href="http://20130401-0.sl">20130401-0.sl</a><br>
              &nbsp;&nbsp;&nbsp; Estado de salida err&oacute;neo de /var/tmp/rpm-tmp.T1H717
              (%prep)</span></b><br>
          <br>
          <span class="">Could it be that</span> <span class="">"rt</span><span
            class="">-</span><span class="">permissions-</span><span>session.spec</span><span>"</span>
          <span class="">contains</span> <span class="">some</span> <span
            class="">special character</span> <span class="">or invalid</span><span>?</span><br>
          <span class="">The solution I found</span> <span class="">was
            to create</span> <span class="">a new file with</span> <span
            class="">"nano</span><span>"</span> <span class="">and
            paste the text</span> <span class="">of the original</span>
          <span class="">in it</span><span>.</span><br>
          <span class="">Finally</span><span>, I had to</span> <span
            class="">remove</span> <span class="">"</span><span>planetccrma</span><span
            class="">-rt</span><span>-permissions</span><span>" because</span>
          <span class="">they conflicted</span><span>.</span></span><br>
        <div id="gt-src-tools">
          <div id="gt-src-tools-l">
            <div style="display:inline-block" id="gt-input-tool">
              <div id="itamenu"><span class=""></span></div>
            </div>
          </div>
        </div>
        <div id="gt-res-content" class="">
          <div dir="ltr" style="zoom:1">
            <span id="result_box" class="" lang="en"><span class="">It
                works</span> <span class="">perfect</span><span>.</span>
              <span class="">Thank you very much</span> <span class="">again</span><span
                class="">!</span></span></div>
        </div>
        <br>
        <div class="gmail_extra"><br>
          <br>
          <div class="gmail_quote">2013/10/28 Simon Lewis <span
              dir="ltr">&lt;<a moz-do-not-send="true"
                href="mailto:simon.lewis@slnet-online.de"
                target="_blank">simon.lewis@slnet-online.de</a>&gt;</span><br>
            <blockquote class="gmail_quote" style="margin:0px 0px 0px
              0.8ex;border-left:1px solid
              rgb(204,204,204);padding-left:1ex">
              <div bgcolor="#FFFFFF" text="#000000">
                <div>Hallo FGPkeys<br>
                  <br>
                  The following is at your own risk, I can only say it
                  works on my fc19 installation. I was hoping
                  planetCCRMA would make a proper package for this.<br>
                  <br>
                  If you looking for an automatic installation that not
                  only installs the files in the right location, but
                  also runs the necessary scripts after installation /
                  before de-installation then the easiest way is to
                  build a rpm file from the spec file attached in my
                  original e-mail.<br>
                  <br>
                  The steps are as follows:<br>
                  <br>
                  In a terminal such as Konsole:<br>
                  <br>
                  su<br>
                  <br>
                  &nbsp;yum groupinstall "RPM Development Tools"<br>
                  <br>
                  exit<br>
                  <br>
                  rpmdev-setuptree<br>
                  <br>
                  exit<br>
                  <br>
                  Use file manager such dolphin or krusader to copy all
                  files attached in my original e-mail (except the spec
                  file) to the following folder in you home directory...<br>
                  <br>
                  /rpmbuild/SOURCES/<br>
                  <br>
                  Copy the spec file to the following folder in you home
                  directory...<br>
                  <br>
                  /rpmbuild/SPECS/<br>
                  <br>
                  To build an installable rpm you need to involk
                  rpmbuild in the terminal from the folder where the
                  spec file is to be found. The easiest way is to
                  navigate to /rpmbuild/SPECS/ in krusader and press the
                  F2 function key. In the terminal enter...<br>
                  <br>
                  rpmbuild -ba rt-permissions-session.spec<br>
                  <br>
                  Then in krusader navigate to /rpmbuild/RPMS/noarch in
                  you home directory to find the rpm you have just
                  built.<br>
                  <br>
                  To install the file press F2 in krusader and enter the
                  following commands in the terminal...<br>
                  <br>
                  su<br>
                  <br>
                  yum localinstall --nogpgcheck
                  rt-permissions-session-20130519-1.sl.fc19.noarch.rpm<br>
                  <br>
                  exit<br>
                  <br>
                  exit<br>
                  <br>
                  With a little luck all should be installed and the
                  scripts run. To check the installation run the
                  following commands from a terminal...<br>
                  <br>
                  cat /proc/sys/dev/hpet/max-user-freq<br>
                  <br>
                  cat /proc/sys/vm/swappiness<br>
                  <br>
                  cat /proc/sys/fs/inotify/max_user_watches<br>
                  <br>
                  cat /sys/class/rtc/rtc0/max_user_freq<br>
                  <br>
                  <br>
                  <br>
                  Good luck, Simon<br>
                  <br>
                  ________________________________________<br>
                  Am 28.10.2013 13:39, schrieb FGPkeys:<br>
                </div>
                <div>
                  <div class="h5">
                    <blockquote type="cite">
                      <div dir="ltr"><span lang="en"><span>Hello</span><span>,</span>
                          <span>Simon</span><span>.</span><br>
                          <span>Thanks for</span> <span>these
                            configuration files</span><span>.</span><br>
                          <span>I'm just a</span> <span>musician</span>
                          <span>with little knowledge of</span> <span>Linux</span><span>.</span><br>
                          <span>I'm using</span> <span>"Fedora </span><span>Jam
                            19"</span><span>,</span> <span>but
                            unfortunately</span> <span>does not include
                            any</span> <span>optimization.</span> <span>Only</span>
                          <span>limited to</span> <span>the software</span>
                          <span>include</span> <span>the official
                            repositories</span><span>.</span><br>
                          <span>I would write</span> <span>a guide</span>
                          <span>to configure</span> <span>Fedora</span>
                          <span>in</span> <span>top condition.</span><br>
                          <span>Could you tell me</span> <span>how to
                            copy</span> <span>these</span> <span>files
                            automatically</span><span>?</span><span>Thank
                            you</span><span>!</span></span>
                        <div class="gmail_extra"> <br>
                          <br>
                          <div class="gmail_quote">2013/5/23 Simon Lewis
                            <span dir="ltr">&lt;<a
                                moz-do-not-send="true"
                                href="mailto:simon.lewis@slnet-online.de"
                                target="_blank">simon.lewis@slnet-online.de</a>&gt;</span><br>
                            <blockquote class="gmail_quote"
                              style="margin:0px 0px 0px
                              0.8ex;border-left:1px solid
                              rgb(204,204,204);padding-left:1ex">
                              <div text="#000000" bgcolor="#FFFFFF"> As
                                a prologue, there is tons of advice on
                                the internet for configuring audio on
                                linux, but it's like wiki and life in
                                general, 95% rubbish and the truth is
                                hidden in the other 5%.<br>
                                <br>
                                Never-the-less, occasionally a neat
                                little tweak comes along that actually
                                works. It would be useful to gather
                                these tweaks in a single package that
                                can be cleanly installed, upgraded and
                                removed over the package management and
                                where the necessary services are
                                automatically stated on booting the
                                system.<br>
                                <br>
                                Fernando has already started this with "<a
                                  moz-do-not-send="true"
href="http://ccrma.stanford.edu/planetccrma/mirror/fedora/linux/planetccrma/18/x86_64/repoview/planetccrma-rt-permissions.html"
                                  target="_blank">planetccrma-rt-permissions</a>.
                                I've added a few more and included a
                                corresponding rpm spec file .<br>
                                <br>
                                I'm just a user and not a programmer and
                                I am sure you know other and probably
                                better ways of doing this. But on my two
                                systems it works, it is here and is now.
                                At least Quickscan from Brendan Jones'
                                "realTimeConfigQuickScan" package gives
                                lots of green ticks.<br>
                                <br>
                                Any suggestions for more tricks and
                                better ways of doing things are welcome<span><font
                                    color="#888888"><br>
                                    <br>
                                    Simon<br>
                                  </font></span></div>
                              <br>
_______________________________________________<br>
                              PlanetCCRMA mailing list<br>
                              <a moz-do-not-send="true"
                                href="mailto:PlanetCCRMA@ccrma.stanford.edu"
                                target="_blank">PlanetCCRMA@ccrma.stanford.edu</a><br>
                              <a moz-do-not-send="true"
                                href="http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma"
                                target="_blank">http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma</a><br>
                              <br>
                            </blockquote>
                          </div>
                          <br>
                        </div>
                      </div>
                    </blockquote>
                    <br>
                  </div>
                </div>
              </div>
            </blockquote>
          </div>
          <br>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>