Displaying 20 results from an estimated 41 matches for "madhusudan".
2005 Mar 22
5
Issues with de-installation...
Hi,
I have a system running FC2 with SAMBA-3.0.10-1.fc2 installed on it. I
tried de-installing it, but it failed as follows:
[root@cobra /]# rpm -e samba
error: Failed dependencies:
samba is needed by (installed)
system-config-samba-1.2.22-0.fc2.1
samba = 0:3.0.10 is needed by (installed)
samba-swat-3.0.10-1.fc2
Can anyone suggest how I could go about de-installing the kit?
2004 Nov 03
3
Trust between SAMBA and NT server
Hello,
I'm having problems getting the SAMBA domain to trust an NT domain. The following is how I went about the exercise:
1. On the NT domain, I added the SAMBA domain A/C in the TRUSTING DOMAINS list, providing a certain password.
2. On the SAMBA domain, I executed the following command feeding the same password given in step 1, but without
success:
[root@cobra root]# net rpc trustdom
2005 Mar 23
3
Problems while installing...
Hi,
I have two Linux systems, one running FC2 and the other Mandrake 10.1.
When I tried installing Samba 3.0.11 on both the systems, I get the
following error:
# rpm -i samba-3.0.11-1.i386.rpm samba-common-3.0.11-1.i386.rpm
warning: samba-3.0.11-1.i386.rpm: V3 DSA signature: NOKEY, key ID
f17f9772
error: Failed dependencies:
liblber-2.2.so.7 is needed by samba-3.0.11-1
2014 Sep 29
2
[LLVMdev] Alias Analysis across functions
Hi,
I am trying to get the alias info for the following code. The alias analysis returns "MayAlias" for arrays "A" and "B" in both the functions instead of "NoAlias". What passes should I run in opt before the alias analysis pass to get the accurate result?
Example:
//Note: static and called by func() only.
static int sum(int *A, int *B) {
int i = 0,
2012 Oct 04
2
[LLVMdev] Interprocedural Register Allocation
Hi Jakob,
On Thu, Oct 4, 2012 at 1:31 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk>wrote:
>
> On Oct 4, 2012, at 2:47 AM, Madhusudan C.S <madhusudancs at gmail.com> wrote:
>
> However, I was reading the DeveloperPolicy page and the policy for making
> major
> changes asks the developers to discuss the work here before proceeding.
> So, I am
> writing this mail to kickoff a discussion. I would really like...
2012 Nov 02
2
[LLVMdev] Interprocedural Register Allocation
On Oct 31, 2012, at 1:41 PM, Madhusudan C.S <madhusudancs at gmail.com> wrote:
> I have spent last 4 weeks trying to figure out how to implement
> Interprocedural Register Allocation. I must admit that I was really
> overwhelmed with LLVM's codebase while trying to figure this out :)
> There is so much to know! I...
2012 Dec 07
0
[LLVMdev] Interprocedural Register Allocation
...tionPass-es? Or is this because
CallGraphSCCPass does not do some magic which is specific to CodeGen
passes? Can you please help me with this a bit? May be some pointers?
On Fri, Nov 2, 2012 at 2:03 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk>wrote:
>
> On Oct 31, 2012, at 1:41 PM, Madhusudan C.S <madhusudancs at gmail.com>
> wrote:
>
> > I have spent last 4 weeks trying to figure out how to implement
> > Interprocedural Register Allocation. I must admit that I was really
> > overwhelmed with LLVM's codebase while trying to figure this out :)
> >...
2012 Oct 04
2
[LLVMdev] Interprocedural Register Allocation
Hi Jakob,
On Thu, Oct 4, 2012 at 2:31 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk>wrote:
>
> On Oct 4, 2012, at 2:27 PM, "Madhusudan C.S" <madhusudancs at gmail.com>
> wrote:
>
> Basically, the PrologEpilogInsertion pass will add a bit mask to
>> MachineModuleInfo describing which registers are clobbered by the function
>> being compiled. Later, when compiling the callers, that bit mask is used to...
2012 Oct 04
0
[LLVMdev] Interprocedural Register Allocation
On Oct 4, 2012, at 2:27 PM, "Madhusudan C.S" <madhusudancs at gmail.com> wrote:
> Basically, the PrologEpilogInsertion pass will add a bit mask to MachineModuleInfo describing which registers are clobbered by the function being compiled. Later, when compiling the callers, that bit mask is used to initialize the regmask ope...
2011 Oct 04
2
PXE API for network interfaces.
Hi,
I am looking for a PXE API to count and display the mac addrsses of all the
connected nics to the machine.
Any help on this will be highly appreciated.
Thank you,
Madhusudan M I
2004 Oct 27
2
Avoiding user home directories
Hi,
When I connect to SAMBA using a particular username, apart from the shares I created,
it appears that the home directory of the user logging in also shows up in the share list.
I searched for a parameter using which I could control this, but was unsuccessful.
The [HOMES] section of my SMB.CONF looks like:
[homes]
comment = Home Directories
read only = No
create mask
2011 Dec 21
1
Running Wine.
...I am trying to run a windows application in redhat using wine.
but it is throwing the error like,
Application is tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
any help in this is really appriciable.
thanks,
Madhusudan M I
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-users/attachments/20111221/fe12de7d/attachment.html>
2012 Oct 04
2
[LLVMdev] Interprocedural Register Allocation
...xtremely hard. But I would like to try, at least try and
fail if worst comes
to worst than not doing anything at all. At least by attempting to
implement that, I will
have a better understanding of LLVM code base which may come in handy to
contribute
to other parts of LLVM.
[0] https://github.com/madhusudancs/PL241-MCS-Compiler
[1] http://llvm.org/OpenProjects.html#codegen
--
Thanks and regards,
Madhusudan.C.S
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121004/ebade806/attachment.html>
2012 Oct 04
0
[LLVMdev] Interprocedural Register Allocation
On Oct 4, 2012, at 2:47 AM, Madhusudan C.S <madhusudancs at gmail.com> wrote:
> However, I was reading the DeveloperPolicy page and the policy for making major
> changes asks the developers to discuss the work here before proceeding. So, I am
> writing this mail to kickoff a discussion. I would really like to contribute...
2012 Oct 31
0
[LLVMdev] Interprocedural Register Allocation
...Please let me know if this makes any sense at all. Also if you would
like to have a quicker turn around time for a conversation, I can login
to LLVM's IRC channel when you have some time or please feel free
to ping me on IM (I use this same email ID for GTalk).
On Thu, Oct 4, 2012 at 2:38 PM, Madhusudan C.S <madhusudancs at gmail.com>wrote:
> Hi Jakob,
>
> On Thu, Oct 4, 2012 at 2:31 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk>wrote:
>
>>
>> On Oct 4, 2012, at 2:27 PM, "Madhusudan C.S" <madhusudancs at gmail.com>
>> wrote:
>>
>&...
2017 Feb 17
2
SMB Multichannel use-cases
Hello,
I'd like to understand the use-cases to use SMB multichannel. Especially,
if the SMB client and Samba server are talking over the WAN.
When does one see an improvement in throughput with multichannel? For
instance, does copying multiple files result in parallel copying over
multiple connections over the same session?
Your inputs are appreciated.
Thanks,
Madhu
2017 Feb 18
1
SMB Multichannel use-cases
Thanks for your response!
In other words, would the client be encouraged to open multiple connections
with the server to access multiple files in parallel?
-Madhu
On Saturday, February 18, 2017, Jeremy Allison <jra at samba.org> wrote:
> On Fri, Feb 17, 2017 at 09:09:10AM +0530, Madhusudan R via samba wrote:
> > Hello,
> >
> > I'd like to understand the use-cases to use SMB multichannel. Especially,
> > if the SMB client and Samba server are talking over the WAN.
> >
> > When does one see an improvement in throughput with multichannel? For
>...
2011 Sep 05
0
Syslinux Digest, Vol 101, Issue 26
...t;
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 30 Aug 2011 12:02:55 -0700
> From: "H. Peter Anvin" <hpa at zytor.com>
> To: For discussion of Syslinux and tftp-hpa <syslinux at zytor.com>
> Cc: "Madhusudan M.I" <mimadhusudan at gmail.com>
> Subject: Re: [syslinux] Blocked Network Interrupt for COM32 Programs
> Message-ID: <4E5D33DF.5000204 at zytor.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On 08/29/2011 11:00 PM, Madhusudan M.I wrote:
> > I have wri...
2011 Apr 14
1
Authenticating against local PAM configuration
Hello
I have a (OpenSuSE 11.2) linux server that uses our organization LDAP to
authenticate users.
ssh logins work fine.
I have installed a samba server on this server machine and wish to use the
same authentication mechanism for Samba clients.
I do not have any access to the LDAP server (it runs on windows, I think)
and it is against our organization's IT policy to allow saving the LDAP
2010 Sep 22
3
A question about Samba, authentication, groups, quotas, etc.
Hello,
Server: Ubuntu Lucid server version
Role: Samba file server (I administer it)
Authentication: Against a Windows AD (I do not administer it) using winbind.
No other authentication scheme is practicable/possible - I do NOT want to
manage passwords locally on this machine.
LDAP: Not explicitly configured - local policies require a binary *.so file
that does not work with Debian based systems