public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Jörg Schilling again... [Please reply CC: wdraxinger@darkstargames.de]
@ 2005-06-14 10:18 Wolfgang Draxinger
  2005-06-14 11:10 ` Andi Kleen
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Draxinger @ 2005-06-14 10:18 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1937 bytes --]

A few weeks ago I was updating cdrecord, and as ever when doing 
updates I'm RTFM (as any user should). Now while doing so I ran about 
a few lines, complainung about the Linux developers attitude to some 
patched, and so on, well, the address developers surely know what I 
mean. However I was disturbed by the fact, that despite a lot of 
flaming there only few code examples. Admittingly: Not getting back 
the SCSI error codes is a problem (it somehow reminds me on the GPL 
vs. BSD joke, where GPL people try to fetch any sort of error while 
BSD people just don't let errors happen), but communicating with HW 
it's surely a good idea to do as much error checking possible, as 
long it's for a sane reason and not just for the heck of it.

So there was this patch by Jörg Schilling, which IMHO inroduced a nice 
solution to the problem, yet keeping compatibility. The awnser by 
Douglas Gilbert seemed not so elegant to me. However I also know that 
you don't reject a patch without reason. And this is what I wasn't 
able to find on the archives.

Lately I had a few emails with Jörg and despite his contra Linux 
attitude (Ok, he likes OpenSolaris more than Linux, so let him do so; 
but instead of OpenSolaris, which tries to follow a pure academic 
style, Linux _just works_) I got no information of any real technical 
value.

Well I didn't cared about the so called issues, as I never had 
problems with cdrecord - ok the SUID bug required me to workaround, 
but nothing that a 5 line sh script and a "%cdrw  ALL=(ALL) 
NOPASSWD: /usr/bin/cdrecord.real" rule for sudo can't solve.

But a today's post on heise.de user forums really made me wonder, 
what's the problem of the guy is - on a pure technically base.

So what's the Linux Kernel developers' opinion on the lack of SCSI 
error code return, technically?

Happy coding

-- 
Wolfgang Draxinger
lead programmer - DARKSTARgames


[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Jörg Schilling again... [Please reply CC: wdraxinger@darkstargames.de]
  2005-06-14 10:18 Jörg Schilling again... [Please reply CC: wdraxinger@darkstargames.de] Wolfgang Draxinger
@ 2005-06-14 11:10 ` Andi Kleen
  2005-06-15  3:25   ` Bill Davidsen
  0 siblings, 1 reply; 7+ messages in thread
From: Andi Kleen @ 2005-06-14 11:10 UTC (permalink / raw)
  To: Wolfgang Draxinger; +Cc: linux-kernel

Wolfgang Draxinger <wdraxinger@darkstargames.de> writes:
>
> So what's the Linux Kernel developers' opinion on the lack of SCSI 
> error code return, technically?

The Linux Kernel developers' opinion is that J.S. is offtopic 
on this list. 

If you want to discuss specific SCSI technical issues send a mail with
only technical content to linux-scsi@vger.kernel.org

-Andi

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Jörg Schilling again... [Please reply CC: wdraxinger@darkstargames.de]
       [not found] <4fgGA-7S1-7@gated-at.bofh.it>
@ 2005-06-14 22:46 ` Bodo Eggert
  2005-06-15  8:32   ` Måns Rullgård
  0 siblings, 1 reply; 7+ messages in thread
From: Bodo Eggert @ 2005-06-14 22:46 UTC (permalink / raw)
  To: Wolfgang Draxinger, linux-kernel

Wolfgang Draxinger <wdraxinger@darkstargames.de> wrote:

> Well I didn't cared about the so called issues, as I never had
> problems with cdrecord - ok the SUID bug required me to workaround,
> but nothing that a 5 line sh script and a "%cdrw  ALL=(ALL)
> NOPASSWD: /usr/bin/cdrecord.real" rule for sudo can't solve.

The new alpha version of cdrtools has the workaround.
-- 
Ich danke GMX dafür, die Verwendung meiner Adressen mittels per SPF
verbreiteten Lügen zu sabotieren.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Jörg Schilling again... [Please reply CC: wdraxinger@darkstargames.de]
  2005-06-14 11:10 ` Andi Kleen
@ 2005-06-15  3:25   ` Bill Davidsen
  2005-06-15  9:24     ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 7+ messages in thread
From: Bill Davidsen @ 2005-06-15  3:25 UTC (permalink / raw)
  To: Andi Kleen; +Cc: linux-kernel

Andi Kleen wrote:
> Wolfgang Draxinger <wdraxinger@darkstargames.de> writes:
> 
>>So what's the Linux Kernel developers' opinion on the lack of SCSI 
>>error code return, technically?
> 
> 
> The Linux Kernel developers' opinion is that J.S. is offtopic 
> on this list. 
> 
> If you want to discuss specific SCSI technical issues send a mail with
> only technical content to linux-scsi@vger.kernel.org

That seems an unintuitive place to comment on a problem which appears to 
be in ide-cd.

-- 
bill davidsen <davidsen@tmr.com>
   CTO TMR Associates, Inc
   Doing interesting things with small computers since 1979

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Jörg Schilling again... [Please reply CC: wdraxinger@darkstargames.de]
  2005-06-14 22:46 ` Bodo Eggert
@ 2005-06-15  8:32   ` Måns Rullgård
  0 siblings, 0 replies; 7+ messages in thread
From: Måns Rullgård @ 2005-06-15  8:32 UTC (permalink / raw)
  To: linux-kernel

Bodo Eggert <harvested.in.lkml@posting.7eggert.dyndns.org> writes:

> Wolfgang Draxinger <wdraxinger@darkstargames.de> wrote:
>
>> Well I didn't cared about the so called issues, as I never had
>> problems with cdrecord - ok the SUID bug required me to workaround,
>> but nothing that a 5 line sh script and a "%cdrw  ALL=(ALL)
>> NOPASSWD: /usr/bin/cdrecord.real" rule for sudo can't solve.
>
> The new alpha version of cdrtools has the workaround.

Workaround for what?  The only workaround I've ever needed with
cdrecord is closing my eyes while all those silly warnings scroll by.

-- 
Måns Rullgård
mru@inprovide.com


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Jörg Schilling again... [Please reply CC: wdraxinger@darkstargames.de]
  2005-06-15  3:25   ` Bill Davidsen
@ 2005-06-15  9:24     ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 7+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2005-06-15  9:24 UTC (permalink / raw)
  To: Bill Davidsen; +Cc: Andi Kleen, linux-kernel

On 6/15/05, Bill Davidsen <davidsen@tmr.com> wrote:
> Andi Kleen wrote:
> > Wolfgang Draxinger <wdraxinger@darkstargames.de> writes:
> >
> >>So what's the Linux Kernel developers' opinion on the lack of SCSI
> >>error code return, technically?
> >
> >
> > The Linux Kernel developers' opinion is that J.S. is offtopic
> > on this list.
> >
> > If you want to discuss specific SCSI technical issues send a mail with
> > only technical content to linux-scsi@vger.kernel.org
> 
> That seems an unintuitive place to comment on a problem which appears to
> be in ide-cd.

There is also linux-ide@vger.kernel.org.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Jörg Schilling again... [Please reply CC: wdraxinger@darkstargames.de]
       [not found]   ` <4fBBk-7l0-3@gated-at.bofh.it>
@ 2005-06-17  8:47     ` Bodo Eggert
  0 siblings, 0 replies; 7+ messages in thread
From: Bodo Eggert @ 2005-06-17  8:47 UTC (permalink / raw)
  To: Måns Rullgård, linux-kernel

Måns Rullgård <mru@inprovide.com> wrote:
> Bodo Eggert <harvested.in.lkml@posting.7eggert.dyndns.org> writes:

>> The new alpha version of cdrtools has the workaround.
> 
> Workaround for what?

Non-MMC-drives which need commands that aren't (and maybe can't be) marked
as safe.
-- 
Ich danke GMX dafür, die Verwendung meiner Adressen mittels per SPF
verbreiteten Lügen zu sabotieren.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-06-17  8:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-14 10:18 Jörg Schilling again... [Please reply CC: wdraxinger@darkstargames.de] Wolfgang Draxinger
2005-06-14 11:10 ` Andi Kleen
2005-06-15  3:25   ` Bill Davidsen
2005-06-15  9:24     ` Bartlomiej Zolnierkiewicz
     [not found] <4fgGA-7S1-7@gated-at.bofh.it>
2005-06-14 22:46 ` Bodo Eggert
2005-06-15  8:32   ` Måns Rullgård
     [not found] <4fsop-zf-13@gated-at.bofh.it>
     [not found] ` <4fsop-zf-11@gated-at.bofh.it>
     [not found]   ` <4fBBk-7l0-3@gated-at.bofh.it>
2005-06-17  8:47     ` Bodo Eggert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox