search for: avinash

Displaying 20 results from an estimated 54 matches for "avinash".

2007 Sep 13
0
Compilation error when linking libsmbclient.so :-(
Hi All, I am using libsmbclient.so (3.0.25b). But I am getting following error when I try to compile my program. Could any one of you please let me know as how should I go about resolving this error ? Thanks and Regards, Avinash g++ -g -O2 -o GenericCrwl crwl_cmdargs.o crwl_main.o crwl_crawl.o ../thirdparty/libs/libdb_cxx-4.3.so -L/net/172.17.8.206/usr/local/avinash/p4/iControl/src/subsystems/src/thirdparty/libs ../filecache/libfilecache.a ../cred/libcred.a ../crwl_plugins/cifs/libcrwl_cifs.a ../crwl_plugins/documentum/li...
2009 Aug 17
3
Not able to display domain users using wbinfo
...o winbindd succeeded on fd 3 How do i make this work? Winbindd was installed when i installed samba using the apt-get command and its running? Samba is working without any problems, even if i stop winbindd process, samba works. What exactly is the use of winbind and when do we use it? Many Thanks Avinash
2009 Dec 09
2
PCI: Not using MMCONFIG, leave system completely hung while booting Xen 3.4.1
....6-1.2.80.xendom0.fc12.i686.PAE.img What is wrong with my system. I am able to run xen with similar configuration on Lennovo T400 laptop. I just need any workarround so that I can boot intel board properly. Without xen, I am able to boot 2.6.31.6 (latest build kernel) without any issue. [root@xen avinash]# rpm -qa|grep xen xen-devel-3.4.1-1.fc12.i686 kernel-PAE-debuginfo-2.6.31.6-1.2.80.xendom0.fc12.i686 xen-libs-3.4.1-1.fc12.i686 kernel-debuginfo-common-i686-2.6.31.6-1.2.80.xendom0.fc12.i686 kernel-headers-2.6.31.6-1.2.80.xendom0.fc12.i686 xen-hypervisor-3.4.1-1.fc12.i686 xen-runtime-3.4.1-1.fc12....
2009 Dec 09
2
PCI: Not using MMCONFIG, leave system completely hung while booting Xen 3.4.1
....6-1.2.80.xendom0.fc12.i686.PAE.img What is wrong with my system. I am able to run xen with similar configuration on Lennovo T400 laptop. I just need any workarround so that I can boot intel board properly. Without xen, I am able to boot 2.6.31.6 (latest build kernel) without any issue. [root@xen avinash]# rpm -qa|grep xen xen-devel-3.4.1-1.fc12.i686 kernel-PAE-debuginfo-2.6.31.6-1.2.80.xendom0.fc12.i686 xen-libs-3.4.1-1.fc12.i686 kernel-debuginfo-common-i686-2.6.31.6-1.2.80.xendom0.fc12.i686 kernel-headers-2.6.31.6-1.2.80.xendom0.fc12.i686 xen-hypervisor-3.4.1-1.fc12.i686 xen-runtime-3.4.1-1.fc12....
2009 Aug 18
2
Enforcing local profile doesn't let Home Directory mapping
...pty will enforce local profiles, it worked. But, my main requirement is when users login their home directories are mapped and they appear in My Computer window so they get to access all their files. This disappears if i enable the above mentioned option. How do i get both of them working? Thanks Avinash [global] workgroup = abc server string = Samba on SUN max log size = 1500 log level = 1 interfaces = eth2 100.100.100.50 bind interfaces only = True log file = /var/log/samba/log.%m domain logons = yes os level = 65 prefered master = yes domain master =...
2011 Sep 10
2
Error : subscript out of bounds
...gt;49)&&(u[k]<51)) { n<-n+1 m[n,j]<-price_rand[k] } } } } I am getting error in assigning the values to a matrix. *Error in m[n, j] <- price_rand[k] : subscript out of bounds* * * How to correct this ? Please suggest me the correct method. Thanx for the help in the advance -- Avinash Barnwal Final year undergraduate student Statistics and informatics Department of Mathematics IIT Kharagpur [[alternative HTML version deleted]]
2013 Mar 12
8
Heroku db id Starting with 1000
Hello All, How do I change the heroku database( already existed ) table id to start from say 1000? I tried with a fresh database on local & it works with this:- *execute "ALTER users orders AUTO_INCREMENT = 1000"* Thanks, Avinash -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this gro...
2009 Nov 20
3
Re: xm create: Error: Device 0 (vif) could not be connected. Hotplug scripts not working. One more question.
...09, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris Derzhavets <bderzhavets@yahoo.com> Subject: Re: [Xen-users] xm create: Error: Device 0 (vif) could not be connected. Hotplug scripts not working. To: "Geoff Armfield" <geoff.armfield@googlemail.com>, "avinash singh" <avi2003itbhu@gmail.com> Cc: xen-users@lists.xensource.com Date: Friday, November 20, 2009, 12:04 PM I believe disk should be also fixed. hdc:cdrom --- On Fri, 11/20/09, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris Derzhavets <bderzhavets@yahoo.com>...
2009 Aug 28
0
net rpc group addmem gives NT_STATUS_ACCESS_DENIED
On Fri, Aug 28, 2009 at 1:41 PM, Avinash Rao <avinash.aol at gmail.com> wrote: > On Fri, Aug 28, 2009 at 2:36 AM, Alex Crow<acrow at integrafin.co.uk> wrote: > > > >> Alex, > >> > >> I have been trying to use "root preexec" to add domain users to Power > >> users group on...
2013 Mar 12
2
big edge list to adjacency matrix
I have huge list of edges with weights. a1 b1 w1 a2 b2 w2 a3 b3 w3 a1 b1 w4 a3 b1 w5 I have to convert it into 2 dim matrix b1 b2 b3 a1 max(w1,w4) 0 0 a2 0 w2 0 a3 w5 0 w3 if edges repeated take the maximum weights. How do this efficiently without using for loop? Any idea. thanks Avi [[alternative
2015 Mar 24
2
[LLVMdev] IR blocks for calling function pointers
Hello, I am trying to create IR block for making a call to function pointer. For creating the IR for a function call to "foo", with "foo" being defined as "void foo(int)", I can use the "getOrInsertFunction" call from Module class as follows: std::vector<Type*> FooArgs; FooArgs.push_back(IRB.getInt64Ty()); Value *FooFunction =
2009 Nov 20
5
XM create issue: Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
...dDomainInfo:2227) Removing vfb/0 [2009-11-20 12:25:59 2005] DEBUG (XendDomainInfo:1134) XendDomainInfo.destroyDevice: deviceClass = vfb, device = vfb/0[2009-11-20 12:25:59 2005] DEBUG (XendDomainInfo:2212) No device model [2009-11-20 12:25:59 2005] DEBUG (XendDomainInfo:2214) Releasing devices -- Avinash Singh ECE-07 ITBHU Varanasi. Bangalore. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Nov 20
5
XM create issue: Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
...dDomainInfo:2227) Removing vfb/0 [2009-11-20 12:25:59 2005] DEBUG (XendDomainInfo:1134) XendDomainInfo.destroyDevice: deviceClass = vfb, device = vfb/0[2009-11-20 12:25:59 2005] DEBUG (XendDomainInfo:2212) No device model [2009-11-20 12:25:59 2005] DEBUG (XendDomainInfo:2214) Releasing devices -- Avinash Singh ECE-07 ITBHU Varanasi. Bangalore. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 May 29
4
Problem opening Adobe Indesign in Ubuntu Linux 7.0
I have installed Ubuntu 7.0 64-bit OS on a 64-bit hardware - Hyper Threading enabled P4 processor. Photoshop 7 and Pagemaker seems to be working fine. I installed Adobe Indesign without any problems. But, I am not able to run Indesign Once i execute the Indesign application, a window appears which loads all the plug-ins and files but disappears. The log is huge, i have pasted the begining of
2006 Jun 03
1
Unable to connect to ms sql server.
...get it to connect to the sql server. Ofcourse, I have verified that the credentials are good since I am able to connect to the server from other interfaces. Also, is there a way to force ruby to use windows authentication for connecting to sql servers? Any tips, thoughts? thanks in advance, -- avinash -- Posted via http://www.ruby-forum.com/.
2006 Jun 03
1
legacy support: removing underscore from table name.
...does not convert the given table name (example: rubyonrails) to ruby_on_rails. I set @@pluralize_table_names = false, so that it does not pluralize the table names but cannot find the config setting which will force it not to put underscore between words in a table name. thanks in advance, -- avinash -- Posted via http://www.ruby-forum.com/.
2011 Dec 03
1
Shading the plot
...13427") plot(a2,type='l',col='red',ylab='',xlab=" ",axes=FALSE) lines(a3,col='blue',ylab='',xlab=" ") ###################################################################################################### Thank you in the advance -- Avinash Barnwal Final year undergraduate student Statistics and informatics Department of Mathematics IIT Kharagpur -------------- next part -------------- A non-text attachment was scrubbed... Name: Plot.png Type: image/png Size: 2647 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-hel...
2009 Aug 20
1
Script to Auto-add Domain Users to Workstation Power Users Group doesn't work
..." \ -UAdministrator%secret -S $2 exit 0 [netlogon] comment = Netlogon Share path = /export/samba/logon root preexec = /etc/samba/scripts/autopoweruser.sh %U %m read only = Yes guest ok = Yes But nothing happens when users login? how can i make this work? Can anybody help Avinash
2009 Aug 29
1
Password Sync not letting users to change password.
...t = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\ n *password\supdated\ssuccessfully* . I get an option to change the password in winXP but, after entering the new password, the server returns "You don't have permissions to change your password" can anybody help me Avinash
2015 May 14
5
[LLVMdev] Generating C code using LLVM
Hi, I am trying to use LLVM to generate C (partly, Intel AVX) code to test some abstractions. Apparently, most of the documentation is related to generating LLVM-IR. Are there any tools to do this? (I have generated AST from these abstractions. I want to generate C code from it). Thank you! :) PS: If this is a wrong mailinglist, help me with the right one. -- Regards, *Aditya Atluri,* *USA.*