~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to doc/kscd/workman-docs/html/notes-svr4.html

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
<!-- @(#)notes-svr4.html        1.1 02 Jun 1995 -->
 
4
<title>WorkMan system notes: SVR4</title>
 
5
</head>
 
6
 
 
7
<body>
 
8
<h1>SVR4 notes</h1>
 
9
 
 
10
<p>
 
11
<em>This doesn't apply to Solaris 2, which has
 
12
<a href="notes-solaris2.html">its own page.</a></em>
 
13
 
 
14
<p>
 
15
WorkMan was ported to SVR4 by Baruch Cochavy
 
16
(<a href="mailto:bcochavy@iil.intel.com">bcochavy@iil.intel.com</a>).
 
17
 
 
18
<p>
 
19
WorkMan needs to be installed suid root. That's because the kernel
 
20
allow pass-through device open to root only, no matter what the
 
21
permissions are.
 
22
 
 
23
<p>
 
24
The build process should be done in two parts; first, as a normal user,
 
25
do
 
26
<blockquote>mv Makefile.svr4 Makefile ; make</blockquote>
 
27
Then, su to root, and do <code>make root</code>.
 
28
This may be followed by <code>make install</code>,
 
29
still as root (or any other uid that
 
30
can write to the destination directory).
 
31
 
 
32
<p>
 
33
Note that the first time WorkMan is used, a pass-through node will be
 
34
created.  This node will be owned by root, and will belong to group root
 
35
as well. This is needed to provide access control to the CD device under
 
36
WorkMan.
 
37
 
 
38
<p>
 
39
For example, if the CD-ROM device is <code>/dev/rcdrom/cd0</code>, WorkMan will
 
40
create <code>/dev/rcdrom/cd0p</code>.  Note that this is the default name for
 
41
WorkMan on SVR4.
 
42
 
 
43
<p>
 
44
Complied using GCC 2.4.5, using XFree86-1.2 and accompanying OpenLook
 
45
so called 'extra' distribution. Does not seem to suffer the memory leak
 
46
bug in the 'about' popup.
 
47
 
 
48
<p>
 
49
Works on SVR 4.0 4.0 and Toshiba 3401B CD-ROM drive.
 
50
 
 
51
<p>
 
52
<hr>
 
53
 
 
54
<a href="install.html">To the install page</a>
 
55
 
 
56
<h5>Last update: 02 Jun 1995</h5>
 
57
 
 
58
</body>
 
59
</html>