[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

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
Next revisionBoth sides next revision
howtos:misc:slackware_print_server [2013/12/29 07:53 (UTC)] – [Making the printserver crash proof] louigi600howtos:misc:slackware_print_server [2013/12/29 08:12 (UTC)] – [Making the printserver crash proof] louigi600
Line 104: Line 104:
  
  
-  \-\-\- rc.S.org  2013-12-28 14:25:08.569250342 +0100 +  rc.S.org  2013-12-28 14:25:08.569250342 +0100 
-  \+\+\+ rc.S      2013-12-28 14:15:50.594483496 +0100+  rc.S      2013-12-28 14:15:50.594483496 +0100
   @@ -18,12 +18,31 @@   @@ -18,12 +18,31 @@
        fi        fi
Line 122: Line 122:
   +( cd /run   +( cd /run
   +  /usr/bin/mkdir -p log/{cups,nfsd,samba} spool/{cups/tmp,mail} run/{cups/certs,dbus,dhcpcd/ntp.conf,dhcpcd/resolv.conf} tmp   +  /usr/bin/mkdir -p log/{cups,nfsd,samba} spool/{cups/tmp,mail} run/{cups/certs,dbus,dhcpcd/ntp.conf,dhcpcd/resolv.conf} tmp
-  +  /usr/bin/chmod a+rwxt tmp+  +  /usr/bin/chmod a+rwxt tmp lock/subsys
   +  for DIR in packages removed_packages removed_scripts scripts setup   +  for DIR in packages removed_packages removed_scripts scripts setup
   +  do   +  do
Line 129: Line 129:
   +  /usr/bin/ln -s /var/static/cron spool/cron   +  /usr/bin/ln -s /var/static/cron spool/cron
   +  /usr/bin/touch /run/ld.so.cache   +  /usr/bin/touch /run/ld.so.cache
-  +  /usr/bin/ln -s /run/ld.so.cache /etc/ld.so.cache 
-  +  /usr/bin/ln -s /run/tmp /tmp 
   +)   +)
      
Line 250: Line 248:
   drwx--x--- 3 root lp   60 Jan  1 01:00 cups/   drwx--x--- 3 root lp   60 Jan  1 01:00 cups/
   drwxr-xr-x 2 root root 40 Jan  1 01:00 mail/   drwxr-xr-x 2 root root 40 Jan  1 01:00 mail/
 +  root@printserver:~# ls -l /tmp
 +  lrwxrwxrwx 1 root root 7 Jan  1 01:03 /tmp -> run/tmp/
 +  root@printserver:~# mount
 +  proc on /proc type proc (rw,relatime)
 +  sysfs on /sys type sysfs (rw,relatime)
 +  tmpfs on /run type tmpfs (rw,relatime,mode=755)
 +  devtmpfs on /dev type devtmpfs (rw,relatime,size=60180k,nr_inodes=15045,mode=755)
 +  /dev/ubi0_0 on / type ubifs (ro,relatime)
 +  devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000)
 +  cgroup on /sys/fs/cgroup type cgroup (rw,relatime,net_cls,freezer,devices,cpuacct)
   root@printserver:~#   root@printserver:~#
      
 howtos:network_services:slackware_print_server ()