Displaying 4 results from an estimated 4 matches for "_things_".
2016 Feb 13
1
heads up: /boot space on kernel upgrade
On Sat, February 13, 2016 2:24 pm, David Both wrote:
> +1 Valeri. I agree that things have changed a lot!
_things_ changed? I wouldn't quite agree. It is people who have changed
definitely. As far as things are concerned, they have changed a lot, but
not fundamentally. Disks are huge, but they still are not infinite. Number
of inodes filesystem can have increased multiple orders of magnitude, but
it is stil...
2016 Feb 11
9
heads up: /boot space on kernel upgrade
I have a CentOS 6 machine that was initially installed as CentOS 6.4
in May of 2013. It's /boot filesystem is 200M which, IIRC, was the
default /boot size at the time.
The most recent kernel update (2.6.32-573.18.1.el6) fails because of
lack of space in /boot. The workaround is edit /etc/yum.conf, reduce
installonly_limit from 5 to something lower (I used 3), remove the
oldest kernel via
2016 Feb 13
6
heads up: /boot space on kernel upgrade
On Sat, February 13, 2016 5:57 am, Timothy Murphy wrote:
> Devin Reade wrote:
>
>> I have a CentOS 6 machine that was initially installed as CentOS 6.4
>> in May of 2013. It's /boot filesystem is 200M which, IIRC, was the
>> default /boot size at the time.
>
> As a matter of interest, is there any advantage today
> in having a /boot partition?
> I thought
2004 Aug 06
2
Preprocessing and Echo Cancellation Notes.
...frames" in this audio driver are 10ms, not
20 ms, so they're only samples long. So, it's no wonder the echo
canceller didn't do anything, because each frame it was given was 10ms
of real stuff, and 10ms of garbage :). After I fixed that blunder, I
got the echo canceller to do _things_ but not actually cancel echo.
Mostly, it introduced additional echo.
So, my questions are:
1) How should I call the echo canceller with frames of short samples?
2) Could the apparent "no effect" be due to also later using the
preprocessor on the frames? I.e. if the echo canceller is...