[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:49 (UTC)] – [Making the printserver crash proof] louigi600howtos:misc:slackware_print_server [2013/12/29 08:01 (UTC)] – [Making the printserver crash proof] louigi600
Line 250: Line 250:
   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:~# 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:~#
      
-With these links the Slackware distribution will operate pretty much normally (might have to link var/lock and maybe s few other minor issues) and can resume to ordinary operation by just remounting root read/write "mount -o remount,rw /"+With these links the Slackware distribution will operate pretty much normally (might have to link var/lock and maybe s few other minor issues) and can resume to ordinary operation by just remounting root read/write "mount -o remount,rw /" to allow some maintenance (like package management) and when that's done just remount it ro with a simple "mount -o remount,ro /".
  
 ====== Sources ====== ====== Sources ======
 howtos:network_services:slackware_print_server ()