<html>
  <head>
    <meta content="text/html; charset=ISO-8859-15"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-text-html" lang="x-western">
      <div class="WordSection1">
        <p class="MsoNormal">At first I like to say many thanks for this
          project. I tried some other distributions for ALIX/WRAP until
          I found this project, and nothing runs so easy and fast like
          voyage-linux. <o:p></o:p></p>
        <p class="MsoNormal">Finally I want to build a print-server for
          my Linux- and Windows-Hosts at home and expand it to an
          Airprint-Server for IOS. The 2nd job of my alix should be NAS
          via SAMBA and a attached USB-Harddisk.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">But I have some problems, and I hope,
          someone can help me. I think that the biggest problem is small
          linux-skill but I try every day to get better. I like to tell
          you at firts what I have done:<o:p></o:p></p>
        <p class="MsoNormal">1. I wrote a CF-Card for ALIX by starting
          the Live-CD in Virtual Box @ Windows.<o:p></o:p></p>
        <p class="MsoNormal">2. I started my ALIX-board with the CF and
          everything came up without problems.<o:p></o:p></p>
        <p class="MsoNormal">At this point I looked a different HowTo's
          at the web and learned a lot, but something of this can also
          be wrong:<o:p></o:p></p>
        <p class="MsoNormal">3. expanding /etc/apt/sources.list with
          following entry's:<o:p></o:p></p>
        <p class="MsoNormal">     deb <a class="moz-txt-link-freetext"
            href="http://ftp.debian.org/debian/">http://ftp.debian.org/debian/</a>
          squeeze main contrib non-free<o:p></o:p></p>
        <p class="MsoNormal">     deb <a class="moz-txt-link-freetext"
            href="http://security.debian.org/debian-security">http://security.debian.org/debian-security</a>
          squeeze/updates main contrib non-free<o:p></o:p></p>
        <p class="MsoNormal">     deb <a class="moz-txt-link-freetext"
            href="http://backports.debian.org/debian-backports">http://backports.debian.org/debian-backports</a>
          squeeze-backports main<o:p></o:p></p>
        <p class="MsoNormal">4. I did a update with apt-get update<o:p></o:p></p>
        <p class="MsoNormal">5. I installed a feew packages:<o:p></o:p></p>
        <p class="MsoNormal">     apt-get install dialog<o:p></o:p></p>
        <p class="MsoNormal">     apt-get install ntp<o:p></o:p></p>
        <p class="MsoNormal">     apt-get install cups<o:p></o:p></p>
        <p class="MsoNormal">     apt-get install cups-pdf<o:p></o:p></p>
        <p class="MsoNormal">     apt-get install python-cups<o:p></o:p></p>
        <p class="MsoNormal">     apt-get install foomatic-filters<o:p></o:p></p>
        <p class="MsoNormal">     apt-get install avahi-daemon
          libnss-mdns<o:p></o:p></p>
        <p class="MsoNormal">6. I changed /etc/ntp.conf <o:p></o:p></p>
        <p class="MsoNormal">     Changeing the NTP-Servers<o:p></o:p></p>
        <p class="MsoNormal">     Changing the driftfile to
          /var/tmp/ntp/ntp.drift<o:p></o:p></p>
        <p class="MsoNormal">7. Editing /etc/cups/cupsd.conf<o:p></o:p></p>
        <p class="MsoNormal">     a.Allow access to web interface from
          outside<o:p></o:p></p>
        <p class="MsoNormal">         Listen *:631<o:p></o:p></p>
        <p class="MsoNormal">         ServerName <hostname><o:p></o:p></p>
        <p class="MsoNormal">         ServerAlias *<o:p></o:p></p>
        <p class="MsoNormal">     b.Restrict access to local network<o:p></o:p></p>
        <p class="MsoNormal">         < Location /><o:p></o:p></p>
        <p class="MsoNormal">           # Restrict access to the
          server...<o:p></o:p></p>
        <p class="MsoNormal">           Order allow,deny<o:p></o:p></p>
        <p class="MsoNormal">           Allow All<o:p></o:p></p>
        <p class="MsoNormal">         < /Location><o:p></o:p></p>
        <p class="MsoNormal">         < Location /admin><o:p></o:p></p>
        <p class="MsoNormal">           # Restrict access to the admin
          pages...<o:p></o:p></p>
        <p class="MsoNormal">           Order allow,deny<o:p></o:p></p>
        <p class="MsoNormal">           Allow All<o:p></o:p></p>
        <p class="MsoNormal">         < /Location><o:p></o:p></p>
        <p class="MsoNormal">         < Location /admin/conf><o:p></o:p></p>
        <p class="MsoNormal">           AuthType Default<o:p></o:p></p>
        <p class="MsoNormal">           Require user @SYSTEM<o:p></o:p></p>
        <p class="MsoNormal">           # Restrict access to the
          configuration files...<o:p></o:p></p>
        <p class="MsoNormal">           Order allow,deny<o:p></o:p></p>
        <p class="MsoNormal">           Allow All<o:p></o:p></p>
        <p class="MsoNormal">         < /Location><o:p></o:p></p>
        <p class="MsoNormal">8. Restarting NTP and CUPS<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Now many thinks work fine (NTP gets time, I
          can access to the CUPS-Admin-sites from my network), but I
          have following problems:<o:p></o:p></p>
        <p class="MsoNormal">1. Changing timezone to Europe/Berlin with
          dpkg-reconfigure tzdata<o:p></o:p></p>
        <p class="MsoNormal">     -> cp: cannot stat
          `/usr/share/zoneinfo/Europe/Berlin': No such file or directory<o:p></o:p></p>
        <p class="MsoNormal">     I tried to copy this files from a
          Lubuntu, but I found out there is a link to this file...<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">2. Adding a USB-attached printer (Brother
          HL-1430) via CUPS-Admin-Pages<o:p></o:p></p>
        <p class="MsoNormal">     I used Brother-HL-1430-hl1250.ppd for
          this<o:p></o:p></p>
        <p class="MsoNormal">      Status at Web-Page reports a missing
          /usr/lib/cups/filter/foomatic-rip<o:p></o:p></p>
        <p class="MsoNormal">     I also tried to copy this file from
          Lubuntu, now I get /usr/lib/cups/filter/foomatic-rip failed<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">3. I changed in /etc/cups/cups-pdf.conf
          thoe Out-directory from Out ${HOME}/PDF to  Out /tmp/PDF. The
          test-rint creates a document in /root/PDF after CUPS-restart
          again. But this will not work, if the system comes up with
          ro-Filesystem.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Niels<o:p></o:p></p>
        <br>
      </div>
    </div>
  </body>
</html>