getting Live365 and Reciva tp play

How do I get Live365 and Reciva to play when I select a station to listen to? Live365 opens up another window that has ‘undefined’ and overlapping text all over the place. Reciva opens a window and out of 10 different streams only one played. The rest opened up another window that says its playing but no audio.

John

Getting my init-script to run at the correct time

Thue Janus Kristensen wrote:

What Debian release are you running? Lenny, Sqeeze or Sid? In Lenny the startup and shutdown is still the traditional symlink number based system. But Sid has migrated to parallel booting by default. If you are running Squeeze/Sid then this will affect you. Here is the announcement of the change in Sid.

http://lists.debian.org/debian-devel-announce/2010/05/msg00009.html

Bob

Getting current frequency/sub-device ID for a certain driver

Hi there. How I can get a list of bit quantization/sampling frequency modes supported by certain driver (ens1371 and usb-audio in my case), current output device – if there is more than 1 adc/dac onboard, and a current mode chosen for a card – not a one provided by the up/downsampling?

alsamixer doesn’t shows enough, so guess I should hack into code somewhere to get dmesg output each time the card is open by the application? Need any tips here.

Cheers, Igor

was getting disk failure errors, repaired the sectors, now what?

On Mi, 30 iun 10, 17:34:22, H.S. wrote:

Don’t you have some method of checking the integrity of you backups? (http://www.taobackup.com/integrity.html)

It is considered that a modern drive developing bad sectors visible to the system[1] is not to be trusted.

[1] drives are remapping bad sectors internally, until they run out of spare sectors.

This looks like filesystem corruption, did you fsck the drive/partition?

Regards, Andrei

What’s going on (are my wars getting corrupted?

I am pleased to say that myearlier issue appears to have solved itself? But what is happening? I had to remake, recompile, redeploy and restart just to get tomcat and hibernate to play nicely with the database! Now I am unable to use the realm to authenticate users but I don’t know why.

perhaps my wars are getting corrupted but what can i do to avoid this? I made NO code changes and the exception (jdbc is null) was no longer thrown ! It appears the same issue is now preventing my realm from running smoothly.

getting current screen ID

Hi,

debianCRG50:~# screen -ls There are screens on: 2282.pts-7.debian (Attached) 1400.pts-2.debian (Attached) 1162.pts-0.debian (Attached) 954.pts-2.debian (Attached) 1428.pts-5.debian (Attached) 5 Sockets in /var/run/screen/S-root.

Out of these how do i find the ID of the screen I am currently logged in and seeing the above output?

thanks

Apache getting stuck with all workers in a BUSY_READ state

On 06/16/2010 05:33 AM, David Fallon wrote:

pstack and pfiles might be of use. (Sol 8+ IIRC.)

Good hunting.

R.

Apache getting stuck with all workers in a BUSY_READ state

On Wed, Jun 16, 2010 at 9:33 AM, David Fallon wrote:

truss reports nothing? Not that it’s waiting in a blocking operation? On the systems I’m familiar with at least, that means it’s not waiting for I/O, but is off doing something else. That would indicate it’s not waiting for a proxy response or a user request, but something else altogether. I’m not sure what your system is, so its truss may behave differently, you could do some quick experiments if you’re not sure either.

The suggestion to take a look in a debugger is a good one if your Apache has debugging symbols. That may be a good next step.

Good luck!

Apache getting stuck with all workers in a BUSY_READ state

On Wed, Jun 16, 2010 at 9:33 AM, David Fallon wrote:

http://httpd.apache.org/dev/debugging.html

Apache getting stuck with all workers in a BUSY_READ state

Thanks for the suggestion, but unfortunately I’ve tried that – truss in this case is attaching post whatever it’s blocking on (so I just see it sleeping), and I haven’t yet waited out the problem to see what happens when/if whatever’s blocking times out. Any other ideas?

On Tue, Jun 15, 2010 at 9:59 PM, Scott Gifford wrote: