Difference between pages "HP OfficeJet 6700" and "Talk:Set up an NFS server"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
 
imported>ThorstenStaerk
 
Line 1: Line 1:
I installed the HP OfficeJet 6700 by switching it on an following the instructions on the printer's display. That's also how I connected it to WLAN. Then, on my computer I made sure cups is running and surfed to http://localhost:631. When I clicked on Printer -> Add Printer it appeared automatically as "Network Printer". I selected DIN A4 as paper size and double-sided printing Long-Edge (Standard). This means that you will be able to bind your papers on the long edge. As driver I chose hpcups. As paper format I chose "A4 210x297mm".
+
problem with 12.3
 +
/etc/init.d/nfsserver start
 +
redirecting to systemctl  start nfsserver
 +
Failed to issue method call: Unit nfsserver.service failed to load: No such file or directory. See system logs and 'systemctl status nfsserver.service' for details.
  
Printing the test page with duplex print, this works bad. The printer cannot print onto the full length of first side because it has to keep the paper partially in in order to be ready to draw back and turn around the paper. The printer test page will be cut off at about 1.5cm above the lower end of the paper:
+
systemctl enable rpcbind
  
<pic src="http://www.linuxintro.org/images/Scan-printer-test-page-duplex-hpcups.png" width=20% align=left />
+
after reboot:
 +
tweedleburg:~ # systemctl status nfsserver
 +
nfsserver.service - LSB: Start the kernel based NFS daemon
 +
  Loaded: loaded (/etc/init.d/nfsserver)
 +
  Active: inactive (dead)
  
If you turn off duplex print this problem exists no longer.
+
tweedleburg:~ # systemctl enable nfsserver
 +
tweedleburg:~ #

Latest revision as of 09:36, 22 March 2015

problem with 12.3 /etc/init.d/nfsserver start redirecting to systemctl start nfsserver Failed to issue method call: Unit nfsserver.service failed to load: No such file or directory. See system logs and 'systemctl status nfsserver.service' for details.

systemctl enable rpcbind

after reboot: tweedleburg:~ # systemctl status nfsserver nfsserver.service - LSB: Start the kernel based NFS daemon

  Loaded: loaded (/etc/init.d/nfsserver)
  Active: inactive (dead)

tweedleburg:~ # systemctl enable nfsserver tweedleburg:~ #