Welcome to the new location of Alien's Wiki, sharing a single dokuwiki install with the SlackDocs Wiki.

Welcome to Eric Hameleers (Alien BOB)'s Wiki pages.

If you want to support my work, please consider a small donation:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
linux:slug [2010/04/24 18:30] – Minor edit. alienlinux:slug [2010/04/24 18:56] – Remove two slashes that seem to prevent automount. alien
Line 131: Line 131:
 </code> </code>
  
-Please follow carefully the post-installation instructions shown on-screen after installing some of these packages (such as syslog-ng, nfs-utils) or they will not work properly.+Please follow carefully the post-installation instructions shown on-screen after installing some of these packages (such as syslog-ng, nfs-utils) or they will not work properly. Sendmail will for instance state: <code bash> 
 +sendmail will run as a daemon now. Alternatively, execute: 
 +echo 'smtp    stream  tcp     nowait  root    /opt/sbin/sendmail -bs' >> /etc/inetd.conf 
 +echo '0-59/15 * * * * root /opt/sbin/sendmail -q  & > /dev/null 2>&1' >> /etc/crontab 
 +</code>
  
 Installing these base packages will automatically install their dependencies as well: Installing these base packages will automatically install their dependencies as well:
Line 200: Line 204:
   /mnt/thevault/.private/.snapshots/  127.0.0.1(ro,no_root_squash)   /mnt/thevault/.private/.snapshots/  127.0.0.1(ro,no_root_squash)
 </code> In ''/etc/fstab'', mount ''.private/.snapshots/'' read-only under ''.snapshots/'' <code> </code> In ''/etc/fstab'', mount ''.private/.snapshots/'' read-only under ''.snapshots/'' <code>
-  localhost:/mnt/thevault/.private/.snapshots /mnt/thevault/.snapshots nfs  ro   0 0+  localhost:/mnt/thevault/.private/.snapshots  /mnt/thevault/.snapshots  nfs  ro   0 0
 </code> Now restart the NFS daemon: <code> </code> Now restart the NFS daemon: <code>
 /opt/etc/init.d/S56nfs-utils condrestart /opt/etc/init.d/S56nfs-utils condrestart
 A backup server using NSLU2, unslung and rsnapshot ()
SlackDocs