Sponsored Content
Full Discussion: HP-UX boxes - am I mad?
Operating Systems HP-UX HP-UX boxes - am I mad? Post 23151 by Perderabo on Monday 17th of June 2002 08:47:34 PM
Old 06-17-2002
We won't be able to help you decide if you're mad or not. You'll need another forum for that. We can probably deal with that cd problem though....

HP-UX has a cdfs built into the kernel and you probably did a
mount -F cdfs /dev/cdrom /cdrom
or something very equivalent. There is another way to mount cdroms and you will need to try that. It's the Portable File System code that comes bundled with HP-UX. You can do a "man -k pfs" to get a list of man pages.

But here is what I do basicly....

1. I do a "ln -s /dev/dsk/c6t2d0 /dev/cdrom" or whatever so I can just use /dev/cdrom. This makes stuff easier which ever way you go.

2. And of course I do "mkdir /cdrom" so that I have a mount point with a sensible name.


3. Next I create a file. /etc/pfs_mtab with a single line....
/dev/cdrom /cdrom pfs-iso9660 ro,suid 0 0

4. I start the pfs mount daemon:
pfs_mountd &

5. I start the other daemons. I go with 2. 1 may do, but 2 works...

pfsd 2 &

6. Wait about 30 seconds for everything to connect

7. pfs_mount /cdrom

I think that I got that right. It's been a while.... Anyway...it's close. Good luck.
 

6 More Discussions You Might Find Interesting

1. Programming

text boxes, radio buttons , check boxes in c++ on unix

Hi ! Please tell me how to get radio buttons, text boxes , check boxes , option buttons , pull down menus in C++ on Unix. I think it would be done using curses.h ..but that's all i know. TIA, Devyani. (3 Replies)
Discussion started by: devy8
3 Replies

2. Shell Programming and Scripting

Simple test driving me mad!

Hi all, I have been writing a script to automate some work for myself and have come accross a problem. I cannot understand why it doesn't work, but then I am new to both Unix and Korn shell hacking! Here is the problem: I want to interogate a file for a number and store that number in... (6 Replies)
Discussion started by: alarmcall
6 Replies

3. UNIX for Dummies Questions & Answers

Using gzip and my speakers have gone mad!

Hello, I wanted to compress a directory which I did with: tar -czvf backup15062007.tar.gz backup15062007/ I knew that you could specify the compression level with gzip so I then did: gzip -cvf9 backup15062007.tar.gz backup15062007compress.tar.gz Now I know this probably won't... (5 Replies)
Discussion started by: patwa
5 Replies

4. Shell Programming and Scripting

Writing a 'Mad Libs' program using Ruby?

How would I go about writing a 'Mad Libs' type program using Ruby? Any examples would be greatly appreciated. Thanks! (0 Replies)
Discussion started by: greeky
0 Replies

5. Windows & DOS: Issues & Discussions

Getting mad at different CMD / Batch behaviour

I have these commands: MOVE "C:\Users\Pascal\Dropbox\Public\U_PC_Backup\Anki Flashcards\Cameo_App_Virtualization\0backup\Cards_only\Card_Backup\" "C:\Users\Pascal\Dropbox\Public\U_PC_Backup\Anki Flashcards\Cameo_App_Virtualization\0backup\Cards_only\Card_Backup_%date%\" xxcopy /E /Y... (2 Replies)
Discussion started by: pasc
2 Replies

6. Shell Programming and Scripting

Going mad on an egrep command (Reg Expressions)

Dear community, I am trying for several hours now to create an egrep command to grep the number of lines containing a specific text from a text-file but seem to have an error somewhere. The Textfile contains several thousand lines and has the expression "Lastname" in several lines.... (3 Replies)
Discussion started by: Donzo
3 Replies
boxfit(6x)							XScreenSaver manual							boxfit(6x)

NAME
boxfit - fills space with a gradient of growing boxes or circles. SYNOPSIS
boxfit [-display host:display.screen] [-visual visual] [-window] [-root] [-delay usecs] [-count int] [-growby int] [-spacing int] [-border int] [-circles | -squares | -random] [-grab] [-peek] [-fps] DESCRIPTION
Packs the screen with growing boxes or circles, colored according to a horizontal or vertical gradient. The objects grow until they touch, then stop. When the screen is full, they shrink away and the process restarts. OPTIONS
-visual visual Specify which visual to use. Legal values are the name of a visual class, or the id number (decimal or hex) of a specific visual. -window Draw on a newly-created window. This is the default. -root Draw on the root window. -delay microseconds How much of a delay should be introduced between steps of the animation. Default 20000, or about 0.02 seconds. -count int How many boxes or circles to animate simultaneously; default 50. Smaller numbers yield larger boxes/circles. -growby int How many pixels the objects should grow by, each frame. Default 1. -spacing int How many pixels of space should be left between the objects. Default 1. -border int Thickness of the colored border around each object. Default 1. -circles | -squares | -random Draw circles, squares, or choose randomly (the default). -grab Normally it colors the boxes with a horizontal or vertical gradient. If -grab is specified, it will instead load a random image, and color the boxes according to the colors in that image. As the picture fills in, some features of the underlying image may become recognisable. When grabbing images, the image will be grabbed from the portion of the screen underlying the window, or from the system's video input, or from a random file on disk, as indicated by the grabDesktopImages, grabVideoFrames, and chooseRandomImages options in the ~/.xscreensaver file; see xscreensaver-demo(1) for more details. -peek This option says to briefly show you the underlying image before beginning. The default is not to show the unadulterated image at all. (This only has an effect when -grab is used.) -fps Display the current frame rate and CPU load. ENVIRONMENT
DISPLAY to get the default host and display number. XENVIRONMENT to get the name of a resource file that overrides the global resources stored in the RESOURCE_MANAGER property. SEE ALSO
X(1), xscreensaver(1) xscreensaver-demo(1), xscreensaver-getimage(1) COPYRIGHT
Copyright (C) 2005 by Jamie Zawinski. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. No representations are made about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. AUTHOR
Jamie Zawinski <jwz@jwz.org> X Version 11 5.15 (28-Sep-2011) boxfit(6x)
All times are GMT -4. The time now is 02:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy