Re: Please help me test this glibc patch

2014-12-09 Thread Samuel Thibault
Samuel Thibault, le Tue 09 Dec 2014 20:02:59 +0100, a écrit : > My native laptop: > >size iterations gcc_memcpy memcpy vm_copy >40968388608 8.698.6918.83 >81924194304 8.528.529.39

Re: Please help me test this glibc patch

2014-12-09 Thread Samuel Thibault
Justus Winter, le Tue 09 Dec 2014 18:06:17 +0100, a écrit : > teythoon@darnassus:~/build/time-memcpy$ bash driver.bash >size iterations gcc_memcpy memcpy vm_copy >4096 16777216 6.096.0715.67 >81928388608 7.026.29

Re: Please help me test this glibc patch

2014-12-09 Thread Justus Winter
Quoting Samuel Thibault (2014-12-09 19:10:28) > Justus Winter, le Tue 09 Dec 2014 18:06:17 +0100, a écrit : > > teythoon@darnassus:~/build/time-memcpy$ bash driver.bash > > It's probably worth trying it on real hardware too. On darnassus there > is some cost related with the kvm virtualization. I

Re: Please help me test this glibc patch

2014-12-09 Thread Samuel Thibault
Justus Winter, le Tue 09 Dec 2014 18:06:17 +0100, a écrit : > teythoon@darnassus:~/build/time-memcpy$ bash driver.bash It's probably worth trying it on real hardware too. On darnassus there is some cost related with the kvm virtualization. Samuel

Please help me test this glibc patch

2014-12-09 Thread Justus Winter
Hello, please help me test this glibc patch. It could bring a significant speedup to certain workloads, namely those that copy lots of memory in chunks. I wrote a micro-benchmark for this: teythoon@darnassus:~/build/time-memcpy$ bash driver.bash size iterations gcc_memcpy memcpy

Re: RPC implementation - Help me please

2008-08-28 Thread Samuel Thibault
Madhusudan C.S, le Thu 28 Aug 2008 17:54:37 +0530, a écrit : > IIRC it's a know error. hurd=20080607-4 will fix it, you can fetch its > debian/ directory from > svn://svn.debian.org/svn/pkg-hurd/hurd/trunk/debian > > > Should I have to change the names of files and directories to -4 o

Re: RPC implementation - Help me please

2008-08-28 Thread Madhusudan C.S
On Thu, Aug 28, 2008 at 4:31 AM, Samuel Thibault < [EMAIL PROTECTED]> wrote: > Madhusudan C.S, le Thu 28 Aug 2008 00:23:36 +0530, a écrit : > > On Mon, Aug 25, 2008 at 3:54 AM, Samuel Thibault < > [EMAIL PROTECTED]> > > wrote: > > > > IIRC you need to recompile glibc too, to have the RPC funct

Re: RPC implementation - Help me please

2008-08-27 Thread Samuel Thibault
Madhusudan C.S, le Thu 28 Aug 2008 00:23:36 +0530, a écrit : > On Mon, Aug 25, 2008 at 3:54 AM, Samuel Thibault <[EMAIL PROTECTED]> > wrote: > > IIRC you need to recompile glibc too, to have the RPC functions added to > libhurduser. > > > apt-get source glibc and dpkg-buildpackage -uc -B

Re: RPC implementation - Help me please

2008-08-27 Thread Madhusudan C.S
On Thu, Aug 28, 2008 at 12:29 AM, Michael Banck <[EMAIL PROTECTED]> wrote: > On Thu, Aug 28, 2008 at 12:23:36AM +0530, Madhusudan C.S wrote: > > apt-get source glibc and dpkg-buildpackage -uc -B fails for some weird > > compilation errors in bsd files. I forgot to log the errors. Is this a > known

Re: RPC implementation - Help me please

2008-08-27 Thread Michael Banck
On Thu, Aug 28, 2008 at 12:23:36AM +0530, Madhusudan C.S wrote: > apt-get source glibc and dpkg-buildpackage -uc -B fails for some weird > compilation errors in bsd files. I forgot to log the errors. Is this a known > bug or is it necessary to give the build logs to find out what it is? Luckily, g

Re: RPC implementation - Help me please

2008-08-27 Thread Madhusudan C.S
On Mon, Aug 25, 2008 at 3:54 AM, Samuel Thibault < [EMAIL PROTECTED]> wrote: > IIRC you need to recompile glibc too, to have the RPC functions added to > libhurduser. > apt-get source glibc and dpkg-buildpackage -uc -B fails for some weird compilation errors in bsd files. I forgot to log the erro

Re: RPC implementation - Help me please

2008-08-27 Thread Madhusudan C.S
se RPCs in my source code, I am getting error during linking, what am I >> missing, do I have to register these routines somewhere else? Can someone >> help me please? >> > Are you sure that you're using the modified proc in your system? for > example, do you reboot yo

Re: RPC implementation - Help me please

2008-08-24 Thread Samuel Thibault
IIRC you need to recompile glibc too, to have the RPC functions added to libhurduser. Samuel

Re: RPC implementation - Help me please

2008-08-24 Thread Da Zheng
help me please? Are you sure that you're using the modified proc in your system? for example, do you reboot your system? Zheng Da

RPC implementation - Help me please

2008-08-24 Thread Madhusudan C.S
$(HURD-SRC) and then did make install from $(HURD-SRC)/proc directory. Everything went fine, it seems. But when I use those RPCs in my source code, I am getting error during linking, what am I missing, do I have to register these routines somewhere else? Can someone help me please? -- Thanks and

Help me in testing please

2008-08-17 Thread Madhusudan C.S
Hi all, I request any of you to help me in testing the procfs translator and procps tools and htop. I have uploaded the binaries of procps and htop in my blog and have written a small how-to do things. If anyone can help me it will be of great use to me :-) http://madhusudancs.info

Re: Help me in tracking a bug in NFS

2008-04-11 Thread Praveen A
2008/4/11 Madhusudan C.S <[EMAIL PROTECTED]>: > As I have already discussed with him it is observed that an error occurs > when we use a trailing / with directory name for removing a directory in a > filesystem mounted with NFS, for example > rm -r somedir/ > gives an error > rm cannot remove dire

Re: Help me in tracking a bug in NFS

2008-04-10 Thread olafBuddenhagen
rs use the same name for the source directory as the binary you invoke in settrans... > Can anyone of you please help me tracing out where this problem might > be happening. I request you to give some basic idea behind this or > clues so that I can continue. Some ideas that come to mind

Help me in tracking a bug in NFS

2008-04-10 Thread Madhusudan C.S
me. I am just going through the source files in nfs directory in Hurd source tree. There are two directories with names nfs and nfsd. Since this has something to do with client I felt there will some problem with source in this directory. Can anyone of you please help me tracing out where this proble

Requesting to help me in selecting the second project

2008-03-31 Thread Madhusudan C.S
Hi Olaf, After a lot of thinking and working on the possibilities you showed me yesterday I have come up with the the following 3 ideas as the ideas for my second proposal. They are listed in the order of knowledge I have about them and my preferences at the moment. (Somehow I am so much

# Please Help Me Out Speedily

2004-10-02 Thread MRS MARY KOBE
Code from a Security Company in EUROPE, that my late husband deposited U.S $25.5 Million cash with this security company in ONE OF THE EUROPIAN STATE. It has therefore, become very necessary and urgent to contact someone, a foreigner like you to help me receive/secure these funds overseas

pls help me invest this money,I am a widow

2004-03-19 Thread maryamabas07
My Dear, I am Dr.(Mrs.) Maryriam. Abacha (GCFR), wife to the late Nigerian Head of State, General Sani Abacha, who died on the 8th of June 1998 of a heart problem while still on active duty. I am contacting you because of my need to deal with persons whom my family and I have had no previous

PLEASE HELP ME

2003-03-18 Thread therisa akovi
please treat as urgent and help me in the Name of God Dear Sir/Madam I know that this letter will come to you as a surprise,but before God that created us, I am Therisa Swarin Akovi 19 year old daughter of late Rev. Matadi Eto Akovi who was assasinated by loyalist's to Joseph Kabil

PLEASE HELP ME

2003-03-17 Thread therisa akovi
please treat as urgent and help me in the Name of God Dear Sir/Madam I know that this letter will come to you as a surprise,but before God that created us, I am Therisa Swarin Akovi 19 year old daughter of late Rev. Matadi Eto Akovi who was assasinated by loyalist's to Joseph Kabil

help me

2002-12-16 Thread bello smith
Mrs.Mrs. Maryam Abacha C/o Barrister Tunde Kabiru, Floor 14/Suite 10 Niger House,Marina,Lagos. email: [EMAIL PROTECTED] Date:16Th December ,2002 Attn:Sir/Ma, I salute you in the name of Allah,the most high God.I am Mrs. Maryam Abacha, the widow of the late General Sani Abacha, former Nige