This one time, at band camp, Florian Lohoff said:
> Hi,
> when running dvdbackup against a drive one has no permission on 
> dvdbackup returns immediatly with no error report. This is kind of
> annoying to debug and Joe User is not really used to running
> programs with strace to replace error messages by "common knowledge".

int DVDGetTitleName(const char *device, char *title)
{
[...]

        if ( !(filehandle = open(device, O_RDONLY)) ) {
                fprintf(stderr, "Can't open specified device %s - check your 
DVD device\n", device);
                return(1);
        }

It should tell you that open fails.  Can you give me a series of
commands to reproduce this?\

Cheers,
-- 
 -----------------------------------------------------------------
|   ,''`.                                            Stephen Gran |
|  : :' :                                        [EMAIL PROTECTED] |
|  `. `'                        Debian user, admin, and developer |
|    `-                                     http://www.debian.org |
 -----------------------------------------------------------------

Attachment: signature.asc
Description: Digital signature

Reply via email to