search for: saravanan

Displaying 20 results from an estimated 60 matches for "saravanan".

2013 Jan 07
9
Devise Admin View password
Hi Everyone i am using devise for authentication for my app. Is there any way, Admin user can view other users password as normal string. Without storing there password as string in database? Please advise. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2012 Sep 13
10
access key error
I am getting following error while run my rails app in my server ActionView::Template::Error (You did not provide both required access keys. Please provide the access_key_id and the secret_access_key.): -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2012 Sep 18
13
pg gem error
gem install pg give the following error, please help how can i solve this Building native extensions. This could take a while... ERROR: Error installing pg: ERROR: Failed to build gem native extension. /home/saravanan/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb checking for pg_config... yes Using config values from /usr/bin/pg_config checking for libpq-fe.h... yes checking for libpq/libpq-fs.h... yes checking for pg_config_manual.h... yes checking for PQconnectdb() in -lpq... no checking for PQconnectdb() in...
2013 Feb 07
11
Rails change default time zone.
Hello everyone, I am using rails 3.2.8. I want to change time zone to New York time. I changed following, but didn''t work #config/application.rb config.time_zone = ''Eastern Time (US & Canada)'' config.active_record.default_timezone = ''Eastern Time (US & Canada)'' If am wrong please clarify. Thank You! -- You received this message
2009 Mar 06
4
how to access samba server from remote location
...have share folder in which we have lot of information. We want to all the users from our different branch office to access the samba server and share the information. In the local network we map the samba share folder as a drive. How to do the same in the remote location. Pls guide me. Regards M.Saravanan CCAT LTD 302, Koon Fook Centre, 9, Knutsford Terrace, T.S.T, Kowloon, Hong Kong. Phone: 28516318 Mobile : 61000856 Fax: 37434866
2005 Aug 04
3
how can i add group policy in samba
Hi all, I am new to samba. I have created samba as PDC. I want to restrict users for changing settings. I have configured all client machines with XP. How can i use Group Policy with netlogon. Thanks in advance. Regards, Saravanan __________________________________ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. http://promotions.yahoo.com/new_mail
2004 Jan 13
3
How to create RPMs
...s, Do anybody know how to create a rpm file from a source program. I have the wine source program Wine-20030318.tar with me. I would like to create a rpm file for this program. How can i achieve it. Please kindly guide me. Saravanan. V ______________________________________ Scanned and protected by Email scanner -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20040113/6818ff7f/attachment.htm
2011 May 19
3
Cookie Overflow at CSV import
Hi I have a form for importing a csv file. With every entry in my CSV I do a delayed background call from a webservice and the result is then saved to my database. This is working great! Now I tried a CSV file with over 400 rows. After clicking import in my form it takes some time and then I get the following error message: ''ActionDispatch::Cookies::CookieOverflow''. But
2011 Jun 15
3
Column of numbers added to dataframe when saving with read.csv
...10/2006 282062314.5 285427831.6 286372163 282532055.2 280930497.7 281155966 281124613.8 282062314.5 so essentially one column full of 1,2,3, ... is added to the file when saving it. Can someone pelase help me to get rid of it? Thanks Paolo On 14 June 2011 13:59, Saravanan <saravanan.thirumuruganathan@gmail.com>wrote: > Hello All, > > I have a dataset and I wish to obtain all possible data cuboids from it > using R . For eg if my data frame is : > > A B C > 1 1 1 > 1 2 1 > 2 2 1 > > The output intended i...
2005 Jul 23
2
adding users in smbpasswd file instead of Directory
Hi, I am new to ldap. I am following Gerald Carter ldap system admin book. when i add user using [root@server openldap]# smbpasswd -a saravanan [ OK ] New SMB password: Retype new SMB password: it is updating users in /etc/samba/smbpasswd file instead of updating the Directory. Both openldap and samba runs in the same server. First I compiled samba without --with-ldapsam. Now i compiled the samba with --with-ldapsam. Still i...
2007 Feb 14
10
Asynchronous signal handling in fasttrap provider
...the fasttrap provider. I found that when displaced execution happens (ie., when the instruction traced is being executed out of the scratch space) if an asynchrnous signal comes we need to defer the delivery. Can somebody explain why this is necessary and how is it implemented? Thanks in advance Saravanan S -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/dtrace-discuss/attachments/20070214/a82eccb6/attachment.html>
2013 Feb 04
3
Wicked pdf
Hello Guys I am using rails 3.2.8 and wickedpdf. Its working well in local but not in production.Below is the production logs error. "***************\"/var/www/apps/staging/shared/bundle/ruby/1.9.1/bin/wkhtmltopdf\" -q \"file:///tmp/wicked_pdf_9892_0.html\" \"/tmp/wicked_pdf_generated_file_9892_0.pdf\" ***************" RuntimeError: Failed to
2013 Jan 25
4
store pdf directly to amazon
Hello Everyone, I am using wicked pdf and rails 3.2.8. I can generate pdf (html to pdf). How can i store my pdf file into amazon s3 without storing in *Local.* * * *Please help* -- 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
2013 May 10
2
paypal-express gem
Hello everyone I am using paypal-express gem for Payapl payment. I am using reference transaction method to get money from Paypal. But i am getting IPN i.e payment notification, I mentioned like payment_request = Paypal::Payment::Request.new( :currency_code => :USD, :amount => 10.00, :billing_type => :MerchantInitiatedBilling,
2004 Nov 03
2
How to make C drive to point to /usr/share/wine-c
...fying in the config file. That is on typing the command "wine" itself , "dosdrives" in .wine directory should contain the symlink to /usr/share/wine-c for "C" drive. Where should I edit for that, so that i get the C drive pointing to /usr/share/wine-c by default. Saravanan ______________________________________ Scanned and protected by Email scanner
2011 Jun 14
1
Obtaining OLAP cubes using R
...e was very ugly and needed lot of hacks to make it work. I also tried to check the code for arules (which constructs similar "itemsets") but unfortunately its code is in C and I am not very familiar in writing R extensions. Any pointers to functions will be much appreciated. Regards, Saravanan
2011 Jul 07
3
Suggestions for R-devel / R-help digest format
...he mailman options but could not find any. Does anyone else have the same issue? It is not a big issue in R-devel but R-help is a much more high traffic mailing list. I am interested in hearing how you read/filter your digest mails in either R-help or other high volume mailing lists. Regards, Saravanan
2008 Apr 22
2
error after sending email.(conection refused- connect(2))
hi all, in my application if the user forget the login details then they can go to a page where they can enter their mail id and the login details''ll be mailed them to that mail id.after mailing them the user''ll be redirected to the login page. but after entering the mail id and clicking the button im getting error like Errno::ECONNREFUSED in
2010 Aug 26
2
How to install lib guestfs in CentOS
Hi all, I tried installing *yum install '*guestf**' on CentOS 5.5 but this doesn't seem to work because of some dependency issues. Could you please provide me a solution with yum than with source install? Thanks -- S Saravanan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libguestfs/attachments/20100826/444cb508/attachment.htm>
2010 Aug 31
1
How to discover the baremetal resources & install a VM image on the same
Hi all How do I discover the MAC address of machines that are available just with only BIOS installed (no Operating System present). And I need to find the mac address of such machines that are up with just BIOS. How do i do image installations on * bare-metal *? Please Guide me. Thanks. Saravanan Sundaramoorthy Red Hat Certified Engineer http://www.google.com/profiles/dearsaravanan#about +91 99404 32545 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libguestfs/attachments/20100831/e33b11f2/attachment.htm>