-
Notifications
You must be signed in to change notification settings - Fork 1
/
INSTALL
50 lines (42 loc) · 1.91 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
burnCDDA installation instructions:
Before Installation:
You need this programms to use all features of burnCDDA:
dialog http://freshmeat.net/projects/dialog/
GNU coreutils http://freshmeat.net/projects/coreutils/
cdrecord http://freshmeat.net/projects/cdrecord/
cdrdao http://freshmeat.net/projects/cdrdao/
MPlayer http://www.mplayerhq.hu/
Recommended:
normalize http://freshmeat.net/projects/normalize/
oggdec http://freshmeat.net/projects/vorbis-tools/
mp3_check http://freshmeat.net/projects/mp3_check/
flac http://freshmeat.net/projects/flac/
Optional:
mpg321 http://freshmeat.net/projects/mpg321/
oggdec http://freshmeat.net/projects/vorbis-tools/
mppdec http://www.musepack.net/
sox http://freshmeat.net/projects/sox/
Installation:
1) Become root
2) Run: ./install.sh
3) Edit /etc/burncdda.conf
Uninstallation:
1) Become root
2) Run: ./uninstall.sh
Permissions:
If you have permission errors when attempting to burn a cdrom or dvd image,
such as the following:
/usr/bin/cdrecord: Operation not permitted. Cannot send SCSI cmd via ioctl
then cdrecord almost certainly needs root privileges to work correctly.
One potential solution is to make the cdrecord and cdrdao binaries suid root,
but this has possible security implications. The safest way to do that is
to make those binaries suid root, owned by a specific group, and executable
by only root and members of that group. For most people, the example below
will be sufficient (but adjust as desired depending on your specific needs):
chown root:cdrom /usr/bin/cdrecord /usr/bin/cdrdao
chmod 4750 /usr/bin/cdrecord /usr/bin/cdrdao
If you don't want all members of the 'cdrom' group to be able to execute the
two suid binaries, then create a special group (such as 'burning' which is
recommended by k3b), use it instead of 'cdrom' in the line above, and add
to it only the users you wish to have access to cdrecord and cdrdao.
burnCDDA (C) 2001 by Thorsten Muehlfelder