This is a discussion on Help configuring Grip within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> I have downloaded and installed the Grip but I am having trouble running it. As root I can rip ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have downloaded and installed the Grip but I am having trouble running it. As root I can rip the CD but not as a regular user. I have examined the file permissions on the CD drive (/dev/cdrom -> /dev/sr0) (brw-rw-rw- 1 root disk 11, 0 Apr 12 1999 /dev/sr0) and I have made sure I am a member of the disk group. I even created a audio group but this has not made a difference. Here are the permissions on the program itself (-rwxr-xr-x 1 root root 2388906 Dec 14 16:06 /usr/local/bin/grip*). Any ideas on what I can check next? |
| |||
| On Mon, 15 Dec 2003 22:11:51 -0700, Oh Boy wrote: > I have downloaded and installed the Grip but I am having trouble running > it. As root I can rip the CD but not as a regular user. I have examined > the file permissions on the CD drive (/dev/cdrom -> /dev/sr0) > (brw-rw-rw- 1 root disk 11, 0 Apr 12 1999 /dev/sr0) > and I have made sure I am a member of the disk group. I even created a > audio group but this has not made a difference. Here are the > permissions on the program itself (-rwxr-xr-x 1 root root > 2388906 Dec 14 16:06 /usr/local/bin/grip*). Any ideas on what I can check > next? You need to set the same permissions as /dev/sr0 on /dev/sg0 I _think_ the reason for this is whilst sr0 is the block device used for moving data, sg0 is the character device used for sending scsi commands. |
| |||
| Oh Boy wrote: > I have downloaded and installed the Grip but I am having trouble > running it. As root I can rip the CD but not as a regular user. I > have examined the file permissions on the CD drive (/dev/cdrom -> > /dev/sr0) (brw-rw-rw- 1 root disk 11, 0 Apr 12 1999 > /dev/sr0) and I have made sure I am a member of the disk group. I > even created a audio group but this has not made a difference. Here > are the permissions on the program itself (-rwxr-xr-x 1 root > root 2388906 Dec 14 16:06 /usr/local/bin/grip*). Any ideas on what I > can check next? Set SUID on cdrecord, mkisofs, paranoia JB |
| |||
| Oh Boy <ohboy@nowhere.lan> wrote in news > I have downloaded and installed the Grip but I am having trouble > running it. As root I can rip the CD but not as a regular user. I > have examined the file permissions on the CD drive (/dev/cdrom -> > /dev/sr0) (brw-rw-rw- 1 root disk 11, 0 Apr 12 1999 > /dev/sr0) and I have made sure I am a member of the disk group. I > even created a audio group but this has not made a difference. Here > are the permissions on the program itself (-rwxr-xr-x 1 root > root 2388906 Dec 14 16:06 /usr/local/bin/grip*). Any ideas on > what I can check next? How did you get Grip running with the new GNOME? (I'm running Slack 9.0 with Gnome 2.2, and was unable to get it working) -- -core_dump Registered Linux User #334094 <http://counter.li.org> -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS/M/CC d- s-:+ a--- C+++ UL+ P L++++ E--- W++(--) N+++ o? K? w(--) O? M-(--) V? PS+(---) PE(++) Y+ PGP- t+ 5? X+ R tv b+ DI+ D+(---) G e h! r-- y--* ------END GEEK CODE BLOCK------ Segmentation fault (core dumped) |
| |||
| iiiiiiiiiiiiiiii wrote: >You need to set the same permissions as /dev/sr0 on /dev/sg0 >I _think_ the reason for this is whilst sr0 is the block device used for >moving data, sg0 is the character device used for sending scsi commands. > Hey, thanks! I didn't think to change sg0, and I've been having to run it using kdesu. This works. -- oblique strategy: the most important thing is the thing most easily forgotten -- erik http://lonelymachines.org |
| ||||
| On Tue, 16 Dec 2003 18:20:06 +0000, core_dump wrote: > Oh Boy <ohboy@nowhere.lan> wrote in > news > >> I have downloaded and installed the Grip but I am having trouble >> running it. As root I can rip the CD but not as a regular user. I >> have examined the file permissions on the CD drive (/dev/cdrom -> >> /dev/sr0) (brw-rw-rw- 1 root disk 11, 0 Apr 12 1999 >> /dev/sr0) and I have made sure I am a member of the disk group. I >> even created a audio group but this has not made a difference. Here >> are the permissions on the program itself (-rwxr-xr-x 1 root >> root 2388906 Dec 14 16:06 /usr/local/bin/grip*). Any ideas on >> what I can check next? > > How did you get Grip running with the new GNOME? (I'm running Slack 9.0 > with Gnome 2.2, and was unable to get it working) I downloaded the source and compiled it. After that everything went fine. |