Bug#464520: dvdbackup should return an error description when dvd drive is permission

2008-03-02 Thread Stephen Gran
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

Bug#464520: dvdbackup should return an error description when dvd drive is permission

2008-03-02 Thread Florian Lohoff
On Sun, Mar 02, 2008 at 05:41:01PM +, Stephen Gran wrote: 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);

Bug#464520: dvdbackup should return an error description when dvd drive is permission

2008-03-02 Thread Florian Lohoff
On Sun, Mar 02, 2008 at 05:41:01PM +, Stephen Gran wrote: 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);

Bug#464520: dvdbackup should return an error description when dvd drive is permission

2008-03-02 Thread Stephen Gran
This one time, at band camp, Florian Lohoff said: On Sun, Mar 02, 2008 at 05:41:01PM +, Stephen Gran wrote: int DVDGetTitleName(const char *device, char *title) { [...] if ( !(filehandle = open(device, O_RDONLY)) ) { fprintf(stderr, Can't open specified

Bug#464520: dvdbackup should return an error description when dvd drive is permission

2008-02-07 Thread Florian Lohoff
Package: dvdbackup Version: 0.1.1-10 Severity: normal 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