search for: dasari

Displaying 5 results from an estimated 5 matches for "dasari".

2003 Oct 21
2
solaris build problem
I am trying to build samba-3.0 on solaris 5.6 and i get the following error during the 'make' stage. rpc_server/srv_pipe.o: In function `get_pipe_fns': rpc_server/srv_pipe.o(.text+0x7020): undefined reference to `lsa_get_pipe_fns' rpc_server/srv_pipe.o(.text+0x7038): undefined reference to `lsa_ds_get_pipe_fn s' rpc_server/srv_pipe.o(.text+0x7050): undefined reference to
2012 Aug 09
1
Rgd. publick key authentication failure in Win2003 !!
Hello OpenSSH team, First of all thanks for your OpenSSH tool which helped us a lot in testing our SSH-SFTP client applications. Your tool is developed as per the standards and we suggested the same to our customers also to use with our client applications. Actually now I am facing some problem when I try to connect to OpenSSH server installed in Win2003 using Public key authentication.
2005 Dec 07
6
RE: live migration with xen 2.0.7 with fibre channel onDebian - help needed
I had this exact same problem with 2.0.7. I had done a little investigation and found scheduled_work gets called to schedule the shutdown in the user domain kernel, but the shutdown work that gets scheduled never actually gets called. I''m glad someone else is seeing this same problem now :-) Like you, it worked a number of times in a row, then would fail, and it didn''t seem to
2003 Nov 04
1
samba build problems
Hi I have been trying to build samba-3.0 on a solaris 5.6 machine and i get the following error when 'make' is run. Im not quite sure what library it is trying to look for. Any ideas? Thanks in advance Varadaraj Linking shared library bin/pam_smbpass.so /bin/ld: bin/pam_smbpass.so: undefined versioned symbol name _getlong@@SUNW_2.1 /bin/ld: failed to set dynamic section sizes: Bad value
2010 Nov 06
2
Rails show views from a different controller
In my Ruby on Rails application I have a page Aboutus - This has a Controller and View. Has no model. I have a Comments model (generated by the rails generate scaffold comment) - This has a Controller, view, model On my Aboutus page, I want to show the "Comments" from the comments model, so I am thinking of using the Comments index action (to list comments) and new action (to create