supervision - discussion about system services, daemon supervision, init, runlevel management, and tools such as s6 and runit
 help / color / mirror / Atom feed
From: Andre Tomt <andre@tomt.net>
Cc: linux-kernel@vger.kernel.org, users@spamassassin.apache.org,
	misc@list.smarden.org, supervision@list.skarnet.org,
	nix@esperi.org.uk, mkettler@evi-inc.com
Subject: Re: a problem with linux 2.6.11 and sa
Date: Tue, 08 Mar 2005 21:10:21 +0100	[thread overview]
Message-ID: <422E06AD.9030500@tomt.net> (raw)
In-Reply-To: <d91f4d0c050308112120aace61@mail.gmail.com>

George Georgalis wrote:
> Here is a problem with 2.6.10:
> 
> while read file; do mplayer $file ; done <mediafiles.txt
> 
> or
> 
> tail -n93  mediafiles.txt | while read file; do mplayer $file ; done
> 
> for each file path in that text file I get:
> 
> Failed to open /dev/rtc: Permission denied (it should be readable by the user.)

^- This is also emitted by mplayer. It usually does this on any standard 
system.

> In addition the audio pcm level is set to zero (presumably by mplayer).
> 
> This does work:
> for file in `cat mediafiles.txt`; do mplayer $file ; done
> 
> but discovering and fixing code now broke will be unpleasent.
> What exactly is going on? 
> 
> // George
> 


  reply	other threads:[~2005-03-08 20:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20050303214023.GD1251@ixeon.local>
     [not found] ` <6.2.1.2.0.20050303165334.038f32a0@192.168.50.2>
     [not found]   ` <20050303224616.GA1428@ixeon.local>
     [not found]     ` <871xaqb6o0.fsf@amaterasu.srvr.nix>
2005-03-08 16:58       ` George Georgalis
2005-03-08 17:19         ` George Georgalis
2005-03-08 19:21           ` George Georgalis
2005-03-08 20:10             ` Andre Tomt [this message]
2005-03-09 13:06         ` Nix
     [not found]         ` <871xap9dfg.fsf@amaterasu.srvr.nix>
2005-03-09 15:29           ` George Georgalis
2005-03-09 23:28             ` Paul Jarc
2005-03-10  0:30               ` Nix
2005-03-16  3:18               ` George Georgalis
2005-03-16 22:37                 ` Paul Jarc
2005-03-17  2:03                   ` George Georgalis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=422E06AD.9030500@tomt.net \
    --to=andre@tomt.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=misc@list.smarden.org \
    --cc=mkettler@evi-inc.com \
    --cc=nix@esperi.org.uk \
    --cc=supervision@list.skarnet.org \
    --cc=users@spamassassin.apache.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).