Displaying 20 results from an estimated 28 matches for "holtzman".
Did you mean:
holtman
2004 Jun 08
2
piping to ogg123: Error opening - using the oggvorbis
...e may be corrupted.
Message-ID: <Pine.LNX.4.43.0406081110070.26162-100000@pilchuck.reedmedia.net>
I am unable to pipe to ogg123 with cat, but redirecting with < works fine.
rainier:~$ cat ~/audio/acdc-who_made_who.ogg | ogg123 -v -
Audio Device: OSS audio driver output
Author: Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
Comments: Outputs audio to the Open Sound System driver.
Error opening - using the oggvorbis module. The file may be corrupted.
I have same problem with a variety of ogg files (but redirecting with <
works fine).
This works:
rainier:~$ ogg123 -v - < ~/au...
2011 Apr 24
2
restoring system
...populate the directories in these partitions or will it dump everything
into /?
I realize that I probably be better off creating a snapshot and
restoring from that but I have never had good luck with MondoRescue or
Clonezilla.
Thought I'd better ask now before I stuck my foot in it.
--
Bob Holtzman
Key ID: 8D549279
"If you think you're getting free lunch,
check the price of the beer"
2015 Nov 18
2
exclude being ignored
...lem. Suddenly --exclude '/media' is
being ignored and I find it backing up the backup, creating an endless
loop and a tremendous file before I catch it and stop the process.
Not being a coder, I'm at a loss as to how to begin attacking this
problem.
Any pointers appreciated.
--
Bob Holtzman
A fair fight is the result of poor planning.
2015 Nov 20
2
exclude being ignored
...ead of /.
>
> Also, don't use -z on a local copy.
Many thanks for the reply/solution. I've looked at the command 10-12
times and missed the omission of the space. I had been dinking around
with it and inadvertently deleted the space. Added it and it's back to
working.
--
Bob Holtzman
A fair fight is the result of poor planning.
2010 Sep 21
1
rsync errors
...n working until now is:
sudo rsync -vaHz --exclude '/proc' --exclude '/sys' --exclude '*.iso'
--exclude '/home/holtzm/Documents/*.iso' --exclude '/media' /.
/media/disk/10.04laptop
I'm at a loss as to how to proceed. any pointers appreciated.
--
Bob Holtzman
Key ID: 8D549279
"If you think you're getting free lunch,
check the price of the beer"
2011 Jan 21
1
Unhandled exception error on single account
...e's wine the way it should work on the "good" account:
Code:
good$ /opt/local/bin/wine "/Library/Application Support/ETVComskip/comskip/comskip.exe" 0000000012e71eda.mpg
Comskip 0.80.039, made using:
mpeg2dec-0.4.0 - by Michel Lespinasse <walken at zoy.org> and Aaron Holtzman
The commandline used was:
"Z:\Library\Application Support\ETVComskip\comskip\comskip.exe" 0000000012e71eda.mpg
Opening 0000000012e71eda.mpg
Using Z:\Library\Application Support\ETVComskip\comskip\comskip.ini for initiation values.
Mpeg: 0000000012e71eda.mpg
Exe Z:\Library\Application Sup...
2016 Jan 20
3
rsync stopped working
Running Debian 8.2, xfce 4.10, rsync 3.1.1-3. I just edited my backup script as follows:
#The first line deletes extraneous files. The second does not and is used for normal backups.
# rsync -vaHz --delete --exclude '/proc' --exclude '*.iso' --exclude '/sys' --exclude '/home/holtzm/Documents/*.iso' --exclude '/media'
/.
2004 Aug 06
2
Vorbis stream on-line
Greetings:
Ouch, that's not good. I can tap into the stream just fine with 'xmms
http://64.108.112.135:8000/shouter.ogg' but not by clicking on the same
address as a link. More debugging ahead... ;)
Btw, I've restarted the stream.
Thanks for the report !
Best regards,
== Dave Phillips
The Book Of Linux Music & Sound at http://www.nostarch.com/lms.htm
2004 Aug 06
2
Vorbis stream on-line
Greetings:
Ouch, that's not good. I can tap into the stream just fine with 'xmms
http://64.108.112.135:8000/shouter.ogg' but not by clicking on the same
address as a link. More debugging ahead... ;)
Btw, I've restarted the stream.
Thanks for the report !
Best regards,
== Dave Phillips
The Book Of Linux Music & Sound at http://www.nostarch.com/lms.htm
2011 Sep 12
6
WINE fails in directories with Question Marks in name
...:\Library\Application Support\ETVComskip\comskip\comskip.exe" "--ini=/Library/Application Support/ETVComskip/comskip/comskip.ini" 00000000141472b8.mpg
Opening 00000000141472b8.mpg
Comskip 0.80.042, made using:
mpeg2dec-0.4.0 - by Michel Lespinasse <walken at zoy.org> and Aaron Holtzman
No such file or directory - could not open file 00000000141472b8.mpg
2017 Aug 14
1
weight in lm
...Journal of Psychology article by Holtxman(1950, v63, 615-617).
http://amstat.tandfonline.com/doi/abs/10.1080/00031305.1968.10480435?src=recsys
Searching on that article I see the first hit is a citation to some R documentation for hte MBESS::s.u function, which does implement it as recommended by Holtzman.
If I were voting on this I would put greater weight on the JK&M but that's just because it is incredibly likely that I could do the math.
Best;
David.
>
> -pd
>
>
>>
>> Thanks, Peter.
>> Spencer Graves
>>>
>>> -pd
>>...
2004 Oct 22
0
libao-0.8.5 patch
...value */
- }
+ } else
+ return 0;
return 1;
}
diff -ur libao-0.8.5/src/ao_wav.c libao-0.8.5.new/src/ao_wav.c
--- libao-0.8.5/src/ao_wav.c 2001-09-05 21:34:12.000000000 +0200
+++ libao-0.8.5.new/src/ao_wav.c 2004-10-22 12:58:25.000000000 +0200
@@ -87,6 +87,7 @@
"wav",
"Aaron Holtzman <aholtzma@ess.engr.uvic.ca>",
"Sends output to a .wav file",
+ "wav",
AO_FMT_LITTLE,
0,
NULL, /* No options */
@@ -131,7 +132,10 @@
static int ao_wav_set_option(ao_device *device, const char *key,
const char *value)
{
- return 1; /* No options! */...
2015 Nov 19
0
exclude being ignored
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Note the lack of a space here: --exclude '/tmp'--exclude
Also, just use / for the source instead of /.
Also, don't use -z on a local copy.
On 11/18/2015 06:19 PM, Bob Holtzman wrote:
> Running debian wheezy w/ rsync 3.0.9-4. The command in question is
>
>
> rsync -vahHz --delete --exclude '/proc' --exclude '*.iso'
> --exclude '/home/holtzm/mail/backup' --exclude '/sys ' --exclude
> '/tmp'--exclude '/media...
2015 Nov 20
0
exclude being ignored
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
If you use --exclude=pattern instead of --exclude patter those become
more obvious. Also, you wouldn't have turned 'media' into an
additional source parameter.
On 11/20/2015 06:33 PM, Bob Holtzman wrote:
> On Wed, Nov 18, 2015 at 07:22:12PM -0500, Kevin Korb wrote:
>> Note the lack of a space here: --exclude '/tmp'--exclude
>>
>> Also, just use / for the source instead of /.
>>
>> Also, don't use -z on a local copy.
>
> Many thanks for th...
2016 Jan 20
0
rsync stopped working
Hi,
At Wed, 20 Jan 2016 01:11:58 -0700,
Bob Holtzman wrote:
> Running Debian 8.2, xfce 4.10, rsync 3.1.1-3. I just edited my backup script as follows:
Your backup script is broken.
> #The first line deletes extraneous files. The second does not and is used for normal backups.
>
> # rsync -vaHz --delete --exclude '/proc' --exclu...
2011 Sep 08
3
Is it possible to be on the rsync list without getting all the samba bugs?
When I signed up for the rsync mailing list, I was not expecting to
get all the samba bugs as well.
Is it possible to be on just the rsync mailing list, without being on
the bug report list as well?
2011 Sep 13
1
Post held in moderation "Rsync chokes on this file"
I sent a message with the above subject:"Rsync chokes on this file", which
as a 7Mb file attached to it and got a message that the post was held in
moderation because the attached file is too large.
What is the procedure for sending a file to the developers for checking?
Can I upload the file somewhere and create a link to it in my email, or
submit it to some email account that permits
2001 Jun 18
1
Core dump after pressing Ctrl-c
Is this a bug? do i have to complete a bug report?
Is any other info needed?
[root@nostromo ogg123]$ ./ogg123 -v -d oss
/mnt/hdd/mp3/ripped/REM-Revival/track.08.ogg
Playing from file /mnt/hdd/mp3/ripped/REM-Revival/track.08.ogg.
Device: OSS audio driver output
Author: Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
Comments: Outputs audio to the Open Sound System driver.
Bitstream is 2 channel, 44100Hz
Encoded by: Xiphophorus libVorbis I 20010225
Time: 00:09.83 [03:46.81] of 03:56.64, Bitrate: 181.9
<<<--- Ctrl-C --->>>
Done.
Segmentation fault (core dumpe...
2010 Jul 24
2
union data in column
Is there any function/way to merge/unite the following data
GENEID col1 col2 col3 col4
G234064 1 0 0 0
G234064 1 0 0 0
G234064 1 0 0 0
G234064 0 1
2001 Jan 26
1
[fwd] Ogg123 crash report on EV4 Multia
...n optimised mode it is sort of difficult to
look at the source code in all those shared object libraries.
I did get the backtrace out of gdb if that is any help:
(gdb) run
Starting program: /usr/local/bin/ogg123 --device=oss xxx
Opening devices...
Device: OSS audio driver output
Author: Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
Comments: Outputs audio to the Open Sound System driver.
Playing from file xxx.
Program received signal SIGSEGV, Segmentation fault.
0x20000833908 in chunk_free () from /lib/libc.so.6.1
(gdb) backtrace
#0 0x20000833908 in chunk_free () from /lib/libc.so.6.1
#1...