Displaying 20 results from an estimated 1000 matches similar to: "Hi,"
2011 Aug 24
1
Compilation error
Hi All,
I am compiling the development code of xapian (
http://trac.xapian.org/browser/trunk) and while doing *'make*' it will give
following error
PYTHONPATH="xapian:$PYTHONPATH" /usr/bin/python -c "import _xapian"
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError:
2002 Jan 23
6
meaning of "IO Error: skipping the delete...."
On 23 Jan 2002, Nitin Agarwal <nitin.agarwal@timesgroup.com> wrote:
> Hi,
> I am Nitin from India working with a leading Indian newspaper "The Times
>
> of India".
> We recently downloaded "rsync" and found it to be very useful and good
> utility.
> We tried to implement it between our main server and the DRS (Disaster
> Recovery System), located
2020 Jan 27
3
Custom Alloca implementation
---Adding llvm-dev list to CC---
Hi Alberto,
Thanks for your prompt reply. Actually, I need this information(about total
allocation size and object structure) on runtime, so that is why I was
planning to encode this info and store it in the memory itself.
Regards,
Udit
On Mon, Jan 27, 2020 at 7:05 PM Alberto Barbaro <barbaro.alberto at gmail.com>
wrote:
> Hello Udit,
> I'm not
2006 Nov 20
1
Fw: need help
Hi,
Please find the mail appended below. I need some help on SSH installation.
The machine is running on AIX 4.3.2.0. It is a production machine and has
some known vulnerable issues with current version of SSH installed.
Current SSH version is openSSH_3.7p1
I need to know the highest version of SSH which can be installed on this
machine.
Please be so kind to send me this info.
Regards,
2002 Feb 07
1
[Fwd: Re: meaning of "IO Error: skipping the delete...."]]
Nitin Agarwal <nitin.agarwal@timesgroup.com> wrote:
> Dear Mr. Rusty,
> Thanks for the reply. The problem was sorted out by changing the uid option in
> rsyncd.conf file to root.
> We are facing two more problem now....
> 1) while transferring the files, sometimes the transfer breaks in between and gives
> us the error message: "readerror: connection reset by
2008 Oct 07
1
FW: Reading Data
Rahul Agarwal
Analyst
Equities Quantitative Research
UBS_ISC, Hyderabad
On Net: 19 533 6363
hi let me explain you the problem
we have a database which is in this format
Stocks 30-Jan-08 28-Feb-08 31-Mar-08 30-Apr-08
a 1.00 3.00 7.00 3.00
b 2.00 4.00 4.00 7.00
c 3.00 8.00 655.00 3.00
d 4.00 23.00 4.00 5.00
e 5.00 78.00 6.00 5.00
and we have a query
2013 Jan 21
1
Help
I am new to xapian and I want to contribute to xapian but as I am new to
both xapian and opensource so can anyone help me to start as I am unable to
start.
It will be really helpful if someone can assign me any bug to fix that can
give me a good start and is easy to do.
Akshit
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2017 Sep 13
3
Samba Share slow on OpenVPN
Hi guys,
I have configured Samba share drives on my CentOS 7 VSI, and using OpenVPN
client for the users to access these shares from Windows or MAC.
While I am trying to upload/download heavy files (>500MB) it is very slow
in speed.
Any suggestions?
Thanks,
Shobhit Agarwal
--
Regards, Shobhit Agarwal +61-406528285
2009 Apr 30
1
Asterisk or Zaptel Issues
Hello All,
Hope you all are fine and good ...
I m facing an odd problem. I am able to dial some local and Mobile Number
and some are not working.
I also try to remove and re create dial plans , but it's not working.
I live in New Delhi and Area Code is {011} but i am bale to call the number
without adding {0} by just {11}, Previously i was thinking it was PRI
problem, so i called the
2007 Oct 29
1
help regarding <voice to text>
Hi Keith,
Thanks a lot for your reply.
Actually I am trying to build an application in linux & C for converting
a voice file(that is WAV) to a text message.
This is required for one of our voice project.
So just wanted to know if there is any existing application already
there in linux to do that.
Otherwise I have to write my own.
Now to right my own "wav to text" converter I
2010 Jun 04
0
[LLVMdev] Duplicating a Basic Block
On Fri, Jun 4, 2010 at 2:15 AM, Ambika Agarwal <agarwal.ambika at gmail.com> wrote:
> Hi,
>
> I had asked earlier from my another ID about duplicating a basic block, but
> that server is down for moment.
> I was given suggestion to use CloneBasicBlock, but when I used it I get an
> error :
>
> While deleting: i32* %a
> Use still stuck around after Def is
2002 Feb 14
1
unexpected EOF in read_timeout (was Re[2]: [Fwd: Re: meaning of "IO Error: skipping the delete...."]])
This is where it sets a sort of 60 second timeout if you don't set a
timeout at all. As far as what it affects, I'm not that good with the
code. I just know that my big syncs would die in almost exactly 1 minute
unless I specified a timeout, and then would die at that timeout until i
got it very large.
+++++++++++++++++++++++++++++++++++++++++++++++++++++
Tools@willy
2005 Feb 24
8
web services with ActionWebService
<noobalert>
Uh, yeah. So my noob self is showing through again. I''m trying to
write a simple hello-world type web service with the ActionWebService
thingy. I didn''t get very far. I''ve only done web services stuff in
.NET, so I''m not exactly used to this sort of thing.
Anyhow, I have a file, person_api.rb in my app/apis folder. I want to
take a single
2008 Nov 19
2
Oja median
Hi Roger,
As we know that The Oja median has (finite) breakdown point 2/n, i.e.,
is not robust in any reasonable sense, and is quite expensive to
compute, so do we have some better methodology to compute multivariate
median
Rahul Agarwal
Analyst
Equities Quantitative Research
UBS_ISC, Hyderabad
On Net: 19 533 6363
[[alternative HTML version deleted]]
2002 May 15
2
static h in detect_attack()
Hi All,
Did anybody ever had problems created by static h in function
detect_attack() in deattack.c? In our system which is based on pSOS OS, this
static h is causing a crash, because after closing first ssh session, it
pSOS system is allocating same memory to another ssh session and this static
h is overwriting that memory.
I would appreciate if you know why h is statically allocated.
2004 Apr 03
7
Few question on HTB
Dear All,
Sorry to trouble again..... After go through www.lartc.org I have implemented the HTB instead of CBQ
for the same scenario.
Now following files are under /etc/sysconfig/htb directory.
eth0 DEFAULT=30 R2Q=10
eth0-2.root RATE=256kbps BURST=25k
eth0-2:10.comp1 RATE=120kbps BURST=12k PRIO=0 LEAF=sfq RULE=192.168.200.0/24
eth0-2:20.comp2
2020 Jan 27
2
Custom Alloca implementation
Hello all,
In my project, I need to allocate an extra 4 Bytes in every Alloca
instruction. These additional bytes will be used to store the 'allocation
info'(like size and structure of the allocated object etc). Instead of
adding 4 bytes to the Alloca 'size' operand at every Alloca Instruction, I
was thinking to make this change at the level where Alloca gets converted
to machine
2005 Mar 22
9
am i the only one with this problem?
(clean install)
>gem install rails
Attempting local installation of ''rails''
Local gem file not found: rails*.gem
Attempting remote installation of ''rails''
Install required dependency activesupport? [Yn] y
Install required dependency activerecord? [Yn] y
Install required dependency actionpack? [Yn] y
Install required dependency actionmailer? [Yn] y
2005 Aug 17
4
File System Supported by SYSLINUX
Hi,
I need a little information from you all. Kindly update me about the file systems that are supported by SYSLINUX for ramdisk image...
Thanks in advance and regards,
Pankaj Agarwal
2008 Sep 18
3
Oja median
Hi,
Can we get the code for calculating Oja median for multivariate data
Thanks and Regards
Rahul Agarwal
Analyst
Equities Quantitative Research
UBS_ISC, Hyderabad
On Net: 19 533 6363
[[alternative HTML version deleted]]