similar to: Changes..

Displaying 20 results from an estimated 400 matches similar to: "Changes.."

2002 Jun 25
2
Patch for OpenSSH/mmap() on Linux 2.2
A colleague was having trouble running OpenSSH 3.3p on his server. He, like many of us, has been clobbered by the mighty security penis of Theo De Raadt into enabling "privsep". But on some Linux 2.2 kernels, this is broken. Apparantly, OpenSSH "portable" relies on non-POSIX compliant mmap() features. Making the mmap() call in monitor_mm.c look something like this:
2006 Apr 21
0
HANGUPCAUSE on SIP channels
Hopefully I'm not just missing some little detail here. We're trying to set the HANGUPCAUSE on SIP channels to have our softswitch play the proper recording instead of answering the call on Asterisk to play the message. It appears that no matter what the HANGUPCAUSE is set to, Asterisk always just sends "603 Declined". I looked through the source code briefly and it appears
2000 Jun 11
1
cmdline
I have got CVS version of vorbis. In cmdline directory # make ... gcc -O20 -ffast-math -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char \ -I. -I../lib getopt.o getopt1.o main.o -I. -I../lib \ ../lib/libvorbis.a -o vorbis -lpthread -lm main.o: In function `main': main.o(.text+0x31c): undefined reference to `fill_buffer' main.o(.text+0x332): undefined reference to `CheckWav'
2000 Apr 16
0
Trying to get cmdline going...
Hello all, Another johnny-come-lately courtesy of the Slashdot effect... I have taken a moment to browse the archives, so I'm not asking "Why doesn't the cmdline utility compile?" yet again. I have been doing some fiddling with it and found a few thinkos to fix, but some of the more esoteric getopt() things are stumping me. Ferinstance, it seems that <
2000 Apr 11
1
Compiling the 'cmdline' demo
Hello, I found out about Vorbis and Ogg recently and am very interested in it. I grabbed the latest sources from CVS and have been able to compile almost everything. The only thing (to my knowledge) that I can't compile is the 'cmdline' demo. Everything compiles correctly there error comes in the linking stage. The error message is reproduced below: make target
2000 Apr 11
1
Compiling the 'cmdline' demo
Hello, I found out about Vorbis and Ogg recently and am very interested in it. I grabbed the latest sources from CVS and have been able to compile almost everything. The only thing (to my knowledge) that I can't compile is the 'cmdline' demo. Everything compiles correctly there error comes in the linking stage. The error message is reproduced below: make target
1999 Oct 04
3
Detailed decoder pseudocode (was: Re: ETA?)
> > Which part? > > Well, my biggest problem is dealing with files. As you have mentioned > that fill_buffer() is obsolete, what has replaced it? ogg_sync_buffer() > didn't seem to be what I was looking for, as far as I can tell... am I > headed in completely the wrong direction? Ah, OK, I understand where you're headed now. The libvorbis API is different than
1999 Sep 12
3
Hello and questions
Hi. So, I checked out libvorbis and it seemed pretty OK, but the cmdline subdir didn't compile. I made changes to Makefile.in and added a function or two (does "fill_buffer" live anywhere? I couldn't find it) and eventually got a build that didn't do much. Anyways, I guess I want real CVS access so I can check the changes in, and I'd like to slap the cmdline thing
2000 Sep 11
0
cmdline does not compile from cvs
When I try to compile "cmdline/vorbis", I get the following. gcc -O20 -ffast-math -D_REENTRANT -fsigned-char -I. -I../lib -DUSE_ALLOCA_H -DUSE_MEMORY_H getopt.o getopt1.o main.o -I. -I../lib -DUSE_ALLOCA_H -DUSE_MEMORY_H ../lib/libvorbis.a -o vorbis -lm -lpthread main.o: In function `main': main.o(.text+0x31c): undefined reference to `fill_buffer' main.o(.text+0x332): undefined
2006 Jun 08
1
how to analyze the following data?--anxious for the result
Dear friends, I have a dataset: response var--y, class var-group, and the third variable-x. I want to test whether there is statistical significance bewteen group for y with the controlled x. First, i want to use analysis of covariance in SAS, but i found that y isn't noramal and can't become normal through transformation. Under that condition, what should i do using R / SAS? Any
2005 Apr 22
1
Newbie Question
Dear All, I have installed Red Hat Enterprise 3 on one Intel-32 bit machine. I have installed all systemimager/systeminstaller/flamethrower RPMS that machine. I would like to install OS through PXE boot on another Athlon machine. When I execute mkssimage for creating a image master # mksiimage --Add --name image1 --path /var/lib/systemimager/images/image1 --filename /root/rpmlist
2006 Aug 17
0
[LLVMdev] Re: why c++?
Hi, sorry, just hit the enter key by accident. Anyway, why was llvm was written in c++? c and python, c and ocaml, c and java i would more prefer. I am not a flamethrower(sorry again if it was.) Just another newbie. TIA 2006/8/17, l l <happyarch at gmail.com>: > >
2003 Jan 06
3
Depth-argument for sfq?
I''m not a programmer per se (including C), but... I''d like to be able to give the define in sch_sfq.c (of, say, 2.4.20), SFS_DEPTH other values than 128 as an argument on the tc commandline. It could be powers of two up to 2^7 (128) as it seems that 128 is the current maximum. I''m a little anxious to ask the question "How do I do that?" ;-) Instead
2010 Jul 19
2
replacing elements of distance matrix
Hi! I am trying to implement non-bipartite matching. I have around 500 sites which can be clustered by 10 regions. I am able to calculate pairwise Mahalanobis distances between sites (thanks to another post in the forum). However, I want to constrain my match to sites within the same region. Thus I want to replace elements of the distance matrix with a high value, say 999999, for sites not of the
2012 Nov 15
2
Removing default loess line from scatterplot ({car})
scatterplot() is autogenerating a regression and loess line. I want to remove the loess line, but can only find samples for how to add it. I definitely do not have code that adds it (see below), so I am puzzling... scatterplot(Aroused ~ anxious | group, data=data, xlab="Aroused", ylab="Anxious", main="Arousal and anxiety ratings", xlim=c(0.5, 9.5),
2009 Nov 17
2
src/dst TIDs static @ 69 ?
At times our tftp servers are quite busy. Our network folk are rebuilding, and are anxious to tighten security. They hope to only allow tftp traffic on port 69, coming and going. This would bypass the RFC1350 client TID=ephemeral and server ACK TID=!69. Is there any chance tftpd-hpa would do this with "-R 69:69", or would this require tftpd-hpa to threaded, with a hairier connection
2003 Nov 06
2
6.0 image for Cisco 7960's?
Has anyone managed to get their hands on a 6.0 image for their 7960's yet? Or is it still in beta? Rumor (official rumor, from Cisco) is that it supports paging and intercom. I'm anxious to start working with those features, if they've been implemented sanely. What would be just as nice would be NOTIFY messages for pushing XML URL's to the phones, but sadly that feature
2010 Oct 18
2
CEL Documentation
Anybody know where to find some good information on the new CEL in asterisk 1.8? I'm very anxious to check out the new logging features but can't find anything but the cel.conf.sample file in the source package. I'd like to get this setup with ODBC. Thanks in advance.
2006 Mar 13
1
entries in /var/log/message
I am noticing the following entry in my /var/log/message file: Mar 5 04:03:31 dbserver1 nmbd[7317]: name_to_nstring: workgroup name MSHOME,DATABASESRV is too long. Truncating to MSHOME,DATABASE It is in there a lot. Is this something I should try to fix? Thanks Randy
2006 Nov 16
2
Speex WBB decoder on AT91SAM7S microcontroller?
Hi, I would like to compile the Speex fixed-point, WB decoder for an AT91SAM7S256 ARM7 microcontroller using gcc-arm-elf and was wondering, before I roll up my sleeves and try to figure out all the autoconf things that I'm really unfamiliar with, if anyone else has done this and can share their experiences. I see in the archives that some folk have compiled for this processor before but