Displaying 20 results from an estimated 52 matches for "npr".
Did you mean:
np
2006 Mar 21
0
wine and Mankind (the one from www.mankind.net) - possible networking or file creation problem
...nd in
$HOME/.wine/dosdevices/c:/Programme/Mankind/Mankind
warn:file:CreateFileW Unable to create file L"C:\\Programme\\Mankind\
\Mankind/Mankind.mip" (status c0000034)
trace:file:CreateFileW returning 0xffffffff
trace:file:GetFileAttributesW L"C:\\Programme\\Mankind\
\Mankind/Mankind.npr"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\Programme\\Mankind\
\Mankind/Mankind.npr",0x7ca7e16c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\Programme\\Mankind\
\Mankind/Mankind.npr" 520 0x7ca7def0 (nil))
warn:file:wine_nt_to_unix_file_name L"Mankind.npr&qu...
2004 Aug 06
4
Icecast / liveice quandry
I've been running classic icecast + liveice for some time now (several years)
without problems. A couple days ago, the station manager (NPR affiliate) came
to me and asked if we could 'inject' a static file into the stream. Basically
what he wants is for the client to first receive a static file (requesting
donations of course) and then on to the live stream (*not* intermittently).
I'm hoping this can be accomplished server...
2005 Sep 15
2
Capturing audio streams with Linux?
So I got a new Pocket PC this weekend (yes, you read that right, sorry,
don't like the Palms on offer currently and I can at least install
software on it via Windows on VMWare). One of the main things I wanted
to do with it is get Audible.com again and listen to All Things
Considered from NPR on the way home like I used to. Now I find out they
not only don't have an agreement with Audible any longer where I can pay
them for this service, but now they are podcasting, but not the whole
show. *sigh*
So what to do.... My thinking is to capture the stream from local
affiliate and time s...
2016 May 15
6
Ransomware?
...ware did not encrypt documents on the infected
PC, but documents and spreadsheets in every folder on the samba shares were
encrypted. Fortunately the backup to rdx disk was working (On my previous
visit to the customer the backup had NOT been working and nobody had
noticed!).
I used linux 'cp -npr' to restore missing files and
find / -name “*.crypt” –type f –delete [deletes all files *.crypt]
find / -name “*de-crypt*” –type f –delete [deletes ransom message from
every directory which had contained encrypted files]
The answer to the question is take extreme care with incoming emails a...
2004 Aug 06
0
Icecast / liveice quandry
...re that both icecast1/2 support
intro/outtro files , etc .. this may achieve the same effect .
a:/,
On Thu, 13 Nov 2003, Robin P. Blanchard wrote:
> I've been running classic icecast + liveice for some time now (several years)
> without problems. A couple days ago, the station manager (NPR affiliate) came
> to me and asked if we could 'inject' a static file into the stream. Basically
> what he wants is for the client to first receive a static file (requesting
> donations of course) and then on to the live stream (*not* intermittently).
> I'm hoping this can be...
2002 Oct 30
1
connect() timeout patch.
...options->no_host_authentication_for_localhost = - 1;
+ options->time_out = 0;
}
/*
--- ssh.c Wed Sep 18 22:05:04 2002
+++ ../openssh-3.5p1.modlwc/ssh.c Wed Oct 30 09:47:44 2002
@@ -275,7 +275,7 @@
again:
while ((opt = getopt(ac, av,
- "1246ab:c:e:fgi:kl:m:no:p:qstvxACD:F:I:L:NPR:TVX")) != -1) {
+ "1246ab:c:e:fgi:kl:m:no:p:qstvxACD:F:I:L:NPR:TVX:z:")) != -1) {
switch (opt) {
case '1':
options.protocol = SSH_PROTO_1;
@@ -421,6 +421,9 @@
exit(1);
}
break;
+ case 'z':
+ options.time_out = atoi(optarg);
+ break;...
2010 Sep 25
5
[Bug 30375] New: (NV34) X server using 100% cpu with latest nouveau.git and xf86-video-nouveau.git
...Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: w41ter at gmail.com
QAContact: xorg-team at lists.x.org
This bug is 100% reproducible on 32-bit linux (not 64-bit) when using the most
recent nightly builds of firefox to view www.npr.org.
The firefox devs changed something on Sept 10 (2010) that tickles this bug in
nouveau. (The same firefox build works normally with the 'nv' driver.)
To reproduce the problem, download the latest nightly build of ff here:
ftp://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-centr...
2006 Aug 20
1
Flash streams sound distorted
...reinstalled the flash-7 plugin more than once, most recently today.
Today I also went through the entire system making sure there is only
a single copy of the files flashplayer.xpt and libflashplayer.so, and
that they are the newest ones from today.
What brings it to a head today is that my local NPR station appears to have
switched to providing their audio stream as flash. At least I am no longer
offered any choice (it used to allow us to choose windows media, real, or
quicktime, all of which worked with mplayer), flash being what I get.
I'm open to suggestions. Thanks in advance!
Fred
-...
2007 Jul 01
0
The games played by StepMania are rhythm games.
...th
warnings, and out of those four million two million are children.
Have you been the victim of an aggressive E-mail? He told the court he
took it on "blind faith" that nothing untoward was going on despite
having underwritten the business. Radio stations with multiple channels,
such as NPR, would be charged thousands of dollars.
On at least one occasion, AIS asked a blagger to pretend to be a doctor
in order to glean personal medical histories. OECD member states have
already begun to set up formal procedures to help co-ordinate these
requests. In the future, it will support games s...
2007 Jul 01
0
The games played by StepMania are rhythm games.
...th
warnings, and out of those four million two million are children.
Have you been the victim of an aggressive E-mail? He told the court he
took it on "blind faith" that nothing untoward was going on despite
having underwritten the business. Radio stations with multiple channels,
such as NPR, would be charged thousands of dollars.
On at least one occasion, AIS asked a blagger to pretend to be a doctor
in order to glean personal medical histories. OECD member states have
already begun to set up formal procedures to help co-ordinate these
requests. In the future, it will support games s...
2001 Oct 18
1
Patch for SSH-tunneling via HTTPS-proxy
...r, " -b addr Local IP address.\n");
+ fprintf(stderr, " -H 'realhost:port' do HTTPS-proxy negotiation before expecting SSH-version\n");
exit(1);
}
@@ -320,7 +321,7 @@
again:
while ((opt = getopt(ac, av,
- "1246ab:c:e:fgi:kl:m:no:p:qstvxACD:F:I:L:NPR:TVX")) != -1) {
+ "1246ab:c:e:fgi:kl:m:no:p:qstvxACD:F:I:L:NPR:TVXH:")) != -1) {
switch (opt) {
case '1':
options.protocol = SSH_PROTO_1;
@@ -530,6 +531,9 @@
break;
case 'F':
config = optarg;
+ break;
+ case 'H':
+ options....
2013 Feb 24
3
Sporadic Issues
Hi,
I help run an NPR/PBS station. We were running ice cast before our most recent upgrade. However after the upgrade we have now been receiving sporadic reports of people being unable to connect. The only confirmed issue is with Saffari on Windows. We are working on that specific one. But I've also received sporadi...
2016 May 16
2
Ransomware?
...d
>> PC, but documents and spreadsheets in every folder on the samba shares were
>> encrypted. Fortunately the backup to rdx disk was working (On my previous
>> visit to the customer the backup had NOT been working and nobody had
>> noticed!).
>> I used linux 'cp -npr' to restore missing files and
>>
>> find / -name “*.crypt” –type f –delete [deletes all files *.crypt]
>>
>> find / -name “*de-crypt*” –type f –delete [deletes ransom message from
>> every directory which had contained encrypted files]
>>
>>
>> Th...
2001 May 15
2
Realtime resampling/encoding with oggenc
...-c 2 -t ossdsp -w -s /dev/dsp -t wav - filter \
0-16000 2>/dev/null | oggenc - -o $DESTIN/$DATE -b 128&
sleep 7200
kill -9 $!
What you see here on the first two lines should be only one. Note the
"\".
As you can guess, I use this to record my favorite classical music program
on NPR. Anyway, I hope this solves somebody's problem similar to mine.
--James
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only the word '...
2002 Jan 27
0
[PATCH] Add an exit delay to Openssh-3.0.2p1 for use in tunneling
...amp;& options.sleep > 0) {
+ timer.tv_sec=options.sleep > 0 ? options.sleep : 0;
+ timer.tv_usec=0;
+ timerp=&timer;
+ } else {
+ timerp=NULL;
+ }
+
+ rc=select((*maxfdp)+1, *readsetp, *writesetp, NULL, timerp);
+ if (rc < 0) {
char buf[100];
/*
@@ -384,7 +399,8 @@
snprintf(buf, sizeof buf, "select: %s\r\n", strerror(errno));
buffer_append(&stderr_buffer, buf, strlen(buf));
quit_pending = 1;
- }
+ } else if (rc == 0 && session_status == SessionWait)
+ session_status=SessionClose;
}
static void
@@ -760,7 +776,7 @@
error("cli...
2015 Feb 20
4
why HLS/DASH are problematic in an Icecast context
...it's actually been a little more active of a document than I would wish.
Thomas has some valid questions around implementability for Icecast, but I
wanted to take a second to provide a little context for why I as a
broadcaster like HLS.
I work for Southern California Public Radio, the largest NPR affiliate in
the Los Angeles market. We're a small-to-medium online streamer, peaking at
roughly 3k concurrent on an average day, but we think that's going to grow
rapidly over the next few years and that Internet listening on mobile
devices is the future.
For us, the short-lived connectio...
2001 Sep 28
1
[PATCH] fix for Linux hang on exit bug in 2.9.9p2
...amp;& options.sleep == -1)) {
+ timer.tv_sec=options.sleep > 0 ? options.sleep : 0;
+ timer.tv_usec=0;
+ timerp=&timer;
+ } else {
+ timerp=NULL;
+ }
+
+ rc=select((*maxfdp)+1, *readsetp, *writesetp, NULL, timerp);
+ if (rc < 0) {
char buf[100];
/*
@@ -381,7 +398,8 @@
snprintf(buf, sizeof buf, "select: %s\r\n", strerror(errno));
buffer_append(&stderr_buffer, buf, strlen(buf));
quit_pending = 1;
- }
+ } else if (rc == 0 && session_status == SessionWait)
+ session_status=SessionClose;
}
static void
@@ -442,9 +460,12 @@
len = read(con...
2004 Aug 06
3
bit/bytes
...be limited to a comparatively small following of people.
Lets not forget that many of our listeners are not as technically inclined
as we'd like them to be. Many will look at you like you have five heads if
you ask them if they know what a "codec" is. Grandma just wants to go to
her NPR webcast station, click [>] and hear something. Confront her with
a "Unknown MIME Type: audio/ogg" message and she'll likely not realize
that she needs to download a plugin for whatever player she's happening
to use, which would likely what ever came as a part of the OS on the
c...
2003 Jun 20
0
Samba PDC???
...oup = ITERNAL
passdb backend = smbpasswd, guest
smbpasswd file = /etc/samba/smbpasswd
os level = 64
preferred master = Yes
domain master = Yes
local master = Yes
security = user
encrypt passwords = Yes
domain logons = Yes
logon path = \\%N\profiles\%u
logon drive = H:
logon home = \\homeserver\%u\winprofile
logon script = logon.cmd
[netlogon]
path = /usr/local/samba/lib/netlogon
read only = Yes
write list = ntadmin
[profiles]
path = /export/smb/ntprofile
read only = No
create mask = 0600
directory mask = 0700
-------------- next part --------------
[2003/06/20 15:01:23, 0] passdb/pdb_smbpassw...
2002 Apr 22
9
Password from open filedescriptor
...ith a pty (default:
.Ql ~ ) .
diff -bur openssh-3.1p1.org/ssh.c openssh-3.1p1/ssh.c
--- openssh-3.1p1.org/ssh.c Tue Feb 19 05:20:58 2002
+++ openssh-3.1p1/ssh.c Mon Apr 22 10:13:55 2002
@@ -312,7 +312,7 @@
again:
while ((opt = getopt(ac, av,
- "1246ab:c:e:fgi:kl:m:no:p:qstvxACD:F:I:L:NPR:TVX")) != -1) {
+ "1246ab:c:e:d:fgi:kl:m:no:p:qstvxACD:F:I:L:NPR:TVX")) != -1) {
switch (opt) {
case '1':
options.protocol = SSH_PROTO_1;
@@ -522,6 +522,9 @@
break;
case 'F':
config = optarg;
+ break;
+ case 'd':
+ options.passwor...