search for: sasys

Displaying 10 results from an estimated 10 matches for "sasys".

Did you mean: sass
2011 Oct 10
0
passenger , ruby on rails , apache 2.2.21
Hello, I am configuring apache 2.2 to serve my rails app through passenger. First, I redirect all http traffic to https with the following: This is my web server apache conf file. ServerName sampleapp NameVirtualHost *:80 <VirtualHost *:80> Options FollowSymLinks RewriteEngine On RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
2011 May 18
1
[Qemu-devel] Qcow2
On Wed, May 18, 2011 at 5:18 PM, <arun.sasi1 at wipro.com> wrote: > Hello Stefan, > > > > Thank you very much for considering my issue... > > > > Here is My problem... > > > > 1) I have 4 VM`s Running on Base server. > > 2) Base server is having 15GB RAM. > > 3) I can start all VM`s apart from my file server. > > 4) File server is
2010 May 06
1
dovecot and pigeonhole
...ompile dovecot and pigeonhole from hg repo. After start dovecot i get errors in log like this: May 6 12:04:15 selfip dovecot: imap: Error: dlopen(/usr/lib/dovecot/lib90_sieve_plugin.so) failed: /usr/lib/dovecot/libdovecot-sieve.so.0: undefined symbol: mail_deliver_get_log_var_expand_table Google sasys, that this functions added in dovecto 2010-04-26, why a get this error when load sieve plugin? Thnak You. -- Vasiliy G Tolstov <v.tolstov at selfip.ru> Selfip.Ru
2012 Dec 05
3
Windows 7 adding printer
Hello Team, I am unable to add/upload Windows 7 64 bit print driver from Windows 7 64 bit laptop. It is giving me following error. The folder you specified doesn't contain a compatible software driver for your device. If the folder contains a driver,make sure it is designed to work with Windows for x64-based system. Is there any work around ? Thanks & Regards, Arun Sasi Venmalassery
2006 Oct 11
0
"test page failed to print" - How to I resolve this?
This is a new one to me... Drivers install fine, but on some of the printers I get the "test page failed to print" message. I'm getting nothing in the samba logs from the workstation, smbd, nor from the cups logs. I've googled myself silly, but can only find other people asking the same or similar question. Some of them have found permissions to be the problem, but in
2015 Oct 08
1
R-core package cross compilation help
Hi, I am a beginner to R language and currently exploring R to use it for machine learning use case. My requirement is to include R-core package in my embedded linux box which runs on customized Monta Vista Linux with kernel 2.6.32 and it has multi-core MIPS processor. I hope, there is NO pre-compiled R package for Monta vista linux and mips processor. So, i am trying to do cross compilation
2003 Jul 09
1
System Requirements
Dear sir, could you provide me the link for getting System Requirements for SAMBA file server thanks, Bhushan
2011 Mar 19
0
FW: Samba PDC error
________________________________ From: Arun Sasi V (WI01 - Manage IT) Sent: Sat 3/19/2011 11:42 PM To: samba-technical at lists.samba.org Subject: Samba PDC error I am not able to jon the domain ... What could be the reasom ... I have configired samba as PDC and authenticating via Ldap [2011/03/19 21:34:27, 0] libsmb/clientgen.c:cli_receive_smb(165) Receiving SMB: Server stopped
2012 Nov 30
0
Oracle database connction from R in Linux
Hi, This is sasi. I installed R 64 bit and oracle client 64 bit in fedora 17. After R is working fine. Oracle database also working fine. but problem is, If i try to connect oracle from R its not connecting. So, pls guide me how to connect from R to oracle. how, i tried:-- odbcinst.ini file code is [ORACLE2] Description = oracle driver Driver =
2012 Jul 27
0
How to get asset pipeline host url in Grape Api
Hi All how can i get the asset pipeline host url in grape api to append to the image url in config/environments/development.rb ActionController::Base.asset_host = "assets.example.com" i have configured the asset url. How can i generate this image with asset host url in grape api -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: