Displaying 20 results from an estimated 900 matches similar to: "sieve"
2013 Jun 06
2
memdisk and iso
On Wed, Jun 5, 2013 at 7:34 PM, upen <upendra.gandhi at gmail.com> wrote:
>
>
>
> On Wed, Jun 5, 2013 at 7:25 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
>
>> On Wed, Jun 5, 2013 at 7:49 PM, upen <upendra.gandhi at gmail.com> wrote:
>> > On Wed, Jun 5, 2013 at 5:39 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
>> >> On Jun 5,
2013 Jun 06
2
memdisk and iso
On Wed, Jun 5, 2013 at 7:49 PM, upen <upendra.gandhi at gmail.com> wrote:
> On Wed, Jun 5, 2013 at 5:39 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
>> On Jun 5, 2013 6:13 PM, "upen" <upendra.gandhi at gmail.com> wrote:
>> >
>> > Thanks hpa. It looks like it's not able to find lpxelinux.0 files which
>> > actually resides under
2005 Sep 22
1
Noise :-(
Hi all,
i use speex preprocessor features in this way:
===================================
#define NN 160 /* 20msec di audio */
...
int tbc=0,c,d,ret;
spx_int16_t TEMP_Buffer[NN];
char DLECODE;
/* Inizializza il preprocessore Speex se non inizializzato */
if(Modem->speex_pp_state == NULL) {
Modem->speex_pp_state = speex_preprocess_state_init(NN,AUDIO_SAMPLERATE);
}
2013 Jun 06
8
memdisk and iso
On Wed, Jun 5, 2013 at 9:58 PM, upen <upendra.gandhi at gmail.com> wrote:
> I copied pxelinux.cfg/default to pxelinux.cfg/<IP to HEX> and it looks this
> step resolved the earlier error. Next I get failed to load com32 file
> vesamenu.c32 while that file exists in /tftplinux/linux-install.
Is vesamenu.c32 from 5.10?
--
-Gene
2013 Jun 05
4
memdisk and iso
On Jun 5, 2013 6:13 PM, "upen" <upendra.gandhi at gmail.com> wrote:
>
> Thanks hpa. It looks like it's not able to find lpxelinux.0 files which
> actually resides under /tftpboot/linux-install directory where the
> pxelinux.0 existed before.
>
> ls -al /tftpboot/linux-install/lpxelinux.0
> -rwxr-xr-x 1 root root 81240 Jun 5 15:15
>
2009 Jan 10
3
ALOM woes
Hi.
After running with the crossbow bits for a while, I discovered that the network
management port on my T1000 wasn''t working properly (no link light). When
logging in on the serial management port and running "resetsc", I got this:
--->8---
ALOM POST 1.0
Dual Port Memory Test, PASSED.
TTY External - Internal Loopback Test
TTY External - Internal Loopback Test, PASSED.
2013 Jun 06
1
[syslinux-owner@zytor.com: Syslinux post from upendra.gandhi@gmail.com requires approval]
FWIW the tcpdump will be a few days at
http://rosa.stappers.nl/ff/tcp_w.pcap
md5sum
a8090ca85202d62ddd5a3d5684b2e8fd tcp_w.pcap
----- Forwarded message from syslinux-owner at zytor.com -----
Date: Thu, 06 Jun 2013 12:49:11 -0700
From: syslinux-owner at zytor.com
To: syslinux-owner at zytor.com
Subject: Syslinux post from upendra.gandhi at gmail.com requires approval
Message-ID:
2014 Feb 04
2
site
Hello guys,
Any idea when our great syslinux website will be available again? I am
not able to reach www.syslinux.org. Hope that's the correct website
for the Syslinux project.
Thank you
--
upen,
2013 Jun 05
2
memdisk and iso
Sorry to bring this old thread up. I saw the note on the release of
syslinux-5.10 which I have just finished installing. I would like some help
here with configuration. I can move the iso into webserver's root directory
but what should the configuration below be changed to load the iso via http?
LABEL dell
MENU LABEL dell
LINUX memdisk
INITRD dell.iso
APPEND iso
I have the lpxelinux.0 in the
2013 Jun 08
2
memdisk and iso
On Thu, Jun 6, 2013 at 7:02 PM, upen <upendra.gandhi at gmail.com> wrote:
> On Thu, Jun 6, 2013 at 5:38 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
>> On Jun 6, 2013 5:42 PM, "H. Peter Anvin" <hpa at zytor.com> wrote:
>> > On 06/06/2013 02:40 PM, upen wrote:
>> > >
>> > > Some odd things I observed just now.
>> > >
2018 Apr 17
2
iterative read - write
Hi all,
I would like to set up an iterative read & write sequence to avoid
reading and writing each file one at a time.
Hundreds of data sets to re-calculate.? The code I have works well
individually, but would like to set up an iterative read, calculate and
write changing the input and output file names each iteration.
I? think I have read that there is an R? feature using
2020 Sep 24
5
call an IP camera?
Hi,
is it possible to "call" an IP camera? I'm thinking about something like
bridging with a music stream, but instead of streaming audio, bridge with
the video stream from the camera.
It would be very cool if I could just call the camera and see what's going
on. Ffmpeg shows the following streams available from the camera:
Stream #0:0: Video: h264 (Main),
2020 Jul 12
2
Sieve and handling multiple addresses
I an trying to write a sieve action that will take mail that is addressed to a user only it is filed in a mailbox (e.g. "Direct") if it is to the email AND to any other email address, then file it in a mailbox named, e.g. "Cc". And if the mail is not addressed to the user at all, sieve does nothing with it.
Message 1: to foo at example.com => Direct
Message 2: to/cc foo at
2005 Oct 11
1
noise when passing trougth speex_preprocess
Hi all,
as in subject, speex_preprocess inject noise in my data. Someone can help ?
Here's the way that i'm using:
#define NN 160 /* 20msec di audio */
#define AUDIO_SAMPLERATE 8000
spx_int16_t TEMP_Buffer[NN];
speex_pp_state = speex_preprocess_state_init(NN,AUDIO_SAMPLERATE);
c = denoise;
speex_preprocess_ctl(speex_pp_state, SPEEX_PREPROCESS_SET_DENOISE,&c);
c = agc;
2009 Sep 06
4
Accelerated video output with ffmpeg2theora 0.24
When I converted two files with ffmpeg2theora their duration changed shorter - they seem to play back with accelerated speed. When I play one of them with VLC, the video stops at 99 seconds but audio continues until 170 seconds. The other file is 120 seconds long but it is played back in 80 seconds.
Here is ffmpeg2theora output:
$ ffmpeg2theora --optimize --inputfps 25 -F 25 2002-05-23\ Juho\
2013 Apr 19
2
make issue with syslinux-5.01
Hi,
I am trying to compile the version on rhel 5.x box. Nasm version 0.98.39
I extracted the tar.gz and ran make in the extracted directory.
Here is where it stops.
gcc -Wp,-MT,rawcon.o,-MD,./.rawcon.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables
2011 May 05
5
alpine + Maildir
Hello,
I am trying to configure pine.conf for all users and running into an
issue. In this setup, Mailbox format is Maildir and Maildir location
is /Mail/Username/{new,cur,..etc}
First thing required in alpine was patch for maildir and this has
already been done. After that I have tried setting up
folder-collection Mail #md ../../Mail/username and also tried using
#mc (not sure which one is
2013 Jun 05
2
memdisk and iso
On 06/05/2013 02:34 PM, Gene Cumm wrote:
> On Wed, Jun 5, 2013 at 4:18 PM, upen <upendra.gandhi at gmail.com> wrote:
>> Sorry to bring this old thread up. I saw the note on the release of
>> syslinux-5.10 which I have just finished installing. I would like some help
>> here with configuration. I can move the iso into webserver's root directory
>> but what
2013 Jun 11
2
memdisk and iso, speed up
On 06/11/2013 10:06 AM, upen wrote:
>>
>> Good to see that 'site-option-space "pxelinux"' is added.
>>
I recommend using vendor-option-space instead. The server doesn't
always force delivery of site-option-space options, but
vendor-option-space options aren't negotiated and so are always sent.
-hpa
2020 Jul 12
2
Sieve and handling multiple addresses
On 12 Jul 2020, at 10:17, Benny Pedersen <me at junc.eu> wrote:
> @lbutlr skrev den 2020-07-12 16:43:
>> I an trying to write a sieve action that will take mail that is
>> addressed to a user only it is filed in a mailbox (e.g. "Direct") if
>> it is to the email AND to any other email address, then file it in a
>> mailbox named, e.g. "Cc". And