- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- no spool file for stdlist in HP-UX 11.23
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2006 08:16 AM
08-15-2006 08:16 AM
no spool file for stdlist in HP-UX 11.23
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2006 08:28 AM
08-15-2006 08:28 AM
Re: no spool file for stdlist in HP-UX 11.23
Maybe you need to set it manually up in 11.23?
Perhaps you should manually create the directory and then run through your setup procedure.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2006 08:35 AM
08-15-2006 08:35 AM
Re: no spool file for stdlist in HP-UX 11.23
You will need to see what mechanisms are in place on the old box. An ls -l /var/spool/stdlist would help to understand what mechanism is in place but I'm betting on a named pipe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2006 08:41 AM
08-15-2006 08:41 AM
Re: no spool file for stdlist in HP-UX 11.23
â ¢ Stand Lists Printer configuration
stdlist - copy /usr/lib/lp/model/stdlist from another system
use Sam to setup a local printer with non-standard device file
printer name = stdlist
printer model/interface = stdlist
printer device file name = /dev/null
cd /var/spool
mkdir stdlist
chmod 777 stdlist
To test: lp -dstdlist -c -odoc=test /etc/hosts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2006 09:22 AM
08-15-2006 09:22 AM
Re: no spool file for stdlist in HP-UX 11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2006 09:31 AM
08-15-2006 09:31 AM
Re: no spool file for stdlist in HP-UX 11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2006 10:16 AM
08-15-2006 10:16 AM
Re: no spool file for stdlist in HP-UX 11.23
Next do an ls -l of /var/spool/lp/interface/stdlist. This file should have permissions 755 and be owned by lp:bin. Lp is extremely sensitive to file ownerships.
Let's see where this gets you. In the worst case, you may need to put some probes that echo to a file in the interface but I'm betting it's a file ownership thing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2006 10:18 AM
08-15-2006 10:18 AM