search for: hari

Displaying 20 results from an estimated 330 matches for "hari".

Did you mean: hard
2015 Feb 23
1
Not able to join domain using ads and target IP
...#The content of krb5.conf & smb.conf is as below +++++++++++++++ /etc/krb5.conf ============== [root at ESX2VMTKRHEL2 ~]# vi /etc/krb5.conf [logging] default = FILE:/var/log/krb5libs.log kdc = FILE:/var/log/krb5kdc.log admin_server = FILE:/var/log/kadmind.log [libdefaults] default_realm = HARI.COM dns_lookup_realm = true dns_lookup_kdc = true [realms] HARI.COM = { kdc = WIN-08U8DKU3EV3.HARI.com:88 } [domain_realm] .hari.com = HARI.COM hari.com = HARI.COM /etc/samba/smb.conf =================== [root at ESX2VMTKRHEL2 ~]# hostname ESX2VMTKRHEL2 [root at ESX2VMTKRHEL2 ~]# i...
2006 Jun 19
10
text_field_with_auto_complete doesn|t work in edit/show view
...d it works perfectly fine in "new" action. All the examples I see are only for the "new" action. But doesn''t default to the selected value/text in "edit/show" action? Is this possible or should I write custom code for "edit/show" action? Thanks, Hari -- Posted via http://www.ruby-forum.com/.
2006 Jun 05
6
HTML Parsing libraries
Hi, What is the best way to parse HTML? Or is there a simple way to convert a table to an array? I tried beautiful_soup and the built-in htmltools, but have trouble getting them to run. Any pointers? Thanks, Hari -- Posted via http://www.ruby-forum.com/.
2017 Jul 31
2
Hot Tier
...version of gluster you are using, the client, and the output for: gluster v info gluster v get v1 performance.io-cache gluster v get v1 performance.quick-read Do send us this and then we will let you know what should be done, as reads should also cause promotion On Mon, Jul 31, 2017 at 2:21 PM, Hari Gowtham <hgowtham at redhat.com> wrote: > For the tier daemon to migrate the files for read, few performance > translators have to be turned off. > By default the performance quick-read and io-cache are turned on. You > can turn them off so that > the files will be migrated for...
2012 Oct 30
5
Swap rows and columns in a matrix
Dear R users, I want a help to write an algorithm for swapping rows and columns in a matrix thanks in advance [[alternative HTML version deleted]]
2017 Jul 31
2
Hot Tier
Hi, If it was just reads then the tier daemon won't migrate the files to hot tier. If you create a file or write to a file that file will be made available on the hot tier. On Mon, Jul 31, 2017 at 11:06 AM, Nithya Balachandran <nbalacha at redhat.com> wrote: > Milind and Hari, > > Can you please take a look at this? > > Thanks, > Nithya > > On 31 July 2017 at 05:12, Dmitri Chebotarov <4dimach at gmail.com> wrote: >> >> Hi >> >> I'm looking for an advise on hot tier feature - how can I tell if the hot >> tier i...
2017 Jul 31
0
Hot Tier
For the tier daemon to migrate the files for read, few performance translators have to be turned off. By default the performance quick-read and io-cache are turned on. You can turn them off so that the files will be migrated for read. On Mon, Jul 31, 2017 at 11:34 AM, Hari Gowtham <hgowtham at redhat.com> wrote: > Hi, > > If it was just reads then the tier daemon won't migrate the files to hot tier. > If you create a file or write to a file that file will be made > available on the hot tier. > > > On Mon, Jul 31, 2017 at 11:06 AM, Ni...
2006 Jun 16
4
duplicate entry issue in acts_as_taggable gem
...;',''paperback'') --> creates an exception for "paperback" as this tag is already existing in the ''tags'' db. Did anybody faced such issue? I thought this a normal scenario...so not sure whether I am using it in a wrong way. Any ideas? Thanks, Hari -- Posted via http://www.ruby-forum.com/.
2017 Aug 01
0
Hot Tier
...tures.quota-deem-statfs: on > > ~]# gluster v get home performance.io-cache > performance.io-cache on > > ~]# gluster v get home performance.quick-read > performance.quick-read on > > Thank you. > > On Mon, Jul 31, 2017 at 5:16 AM, Hari Gowtham <hgowtham at redhat.com> wrote: >> >> Hi, >> >> Before you try turning off the perf translators can you send us the >> following, >> So we will make sure that the other things haven't gone wrong. >> >> can you send us the log files f...
2017 Jul 31
1
Hot Tier
...eatures.quota: on features.inode-quota: on features.quota-deem-statfs: on ~]# gluster v get home performance.io-cache performance.io-cache on ~]# gluster v get home performance.quick-read performance.quick-read on Thank you. On Mon, Jul 31, 2017 at 5:16 AM, Hari Gowtham <hgowtham at redhat.com> wrote: > Hi, > > Before you try turning off the perf translators can you send us the > following, > So we will make sure that the other things haven't gone wrong. > > can you send us the log files for tier (would be better if you atta...
2001 Oct 10
0
sftp localhost exits after authentication?
...succeeds, prints sftp> prompt and then exits. I don't know why this happens. I have not set the euid of ssh program to root as it does not work in LynxOS (may be problem with saved ids). Might this be a problem. I have attached the debug output of the client program. Can I expect some help, Hari. bash-2.02$ sftp -v hari at localhost Connecting to localhost... debug1: SSH args "ssh -l hari -v localhost -s -oForwardX11=no -oForwardAgent=no -oProtocol=2 sftp" OpenSSH_2.9p2, SSH protocols 1.5/2.0, OpenSSL 0x0090600f debug1: Seeding random number generator debug1: Rhosts Authenticat...
2001 Oct 10
4
openssh on LynxOS issues!
...for anyone (sftp localhost)? 2. Does anyone use ssh client with seteuid to root? and it still works? or is there a problem with LynxOS that seteuid() doesn't work with _POSIX_SAVED_IDS? 3. One more problem. sshd run on LynxOS and ssh client from Linux system. ssh client hangs on exit. $ssh hari at lynx (From Linux) password: lynx>... lynx>exit hangs ...... I don't think it is the regular hang-on-exit bug, because there are no background processes running, I suppose, and I get this hang 90% of time. Ofcourse, lynx> exit > /dev/null < /dev/null 2>&1 makes it cl...
2006 Jun 06
6
Linking two tables using a lookup table
Hi, How do I associate two different tables which have a lookup id (table) as common. I tried the has_many :table2, :through => look_up_table in my table1 model. Any hints? Thanks, Hari -- Posted via http://www.ruby-forum.com/.
2006 Jun 21
4
Simplest way to demonstrate a RoR app
...o point to the application. As the WEBrick/Mongrel servers are running in "localhost (so loopback connections)" and I couldn''t bind them to the external server name or couldn''t bind them to my IP address. What is the simplest way to share a RoR application? Thanks, Hari -- Posted via http://www.ruby-forum.com/.
2001 Oct 24
1
sftp interactive mode on LynxOS
Hi, I work on openssh-2.9p2 installed on LynxOS i386 system. sshd, ssh, scp and sftp-server all work fine. The problem is sftp client, in interactive mode, exits after authentication printing the sftp prompt. sftp client works fine in non-interactive mode. i.e., lynxos>sftp hari at linuxsystem:test works fine But, lynxos>sftp hari at linuxsystem ... sftp> lynxos> Any help, as to why sftp exits in interactive mode. -Hari. ____________________________________________________ *NEW* Yahoo! Messenger for SMS *NEW* Now on your ORANGE phone Vi...
2005 Jul 30
2
multiple daemons on the same port
...ill the first process, the second process seems to take control of the port. As far as I know you can't have two processes binding to the same port, so does that mean the second process is just polling for the port to be available? This seems very counter-intuitive. Can anyone explain? Thanks, Hari
2017 Aug 03
0
Hot Tier
Hi, We will look into the " failed to get index" error. It shouldn't affect the normal working. Do let us know if you face any other issues. Regards, Hari. On 02-Aug-2017 11:55 PM, "Dmitri Chebotarov" <4dimach at gmail.com> wrote: Hello I reattached hot tier to a new empty EC volume and started to copy data to the volume. Good news is I can see files now on SSD bricks (hot tier) - 'find /path/to/brick -type f' shows files,...
2002 Dec 04
4
3DES key-length
...bits, but the sshd man page states 128 bit key used for 3DES. Also, I would like to know the 3des key negotiation - who generates the key (the client or the server). I am interested in the export regulations concerning openssh in USA. Any idea on this ? I would really appreciate your help, Thanks, Hari -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20021204/72b41ab0/attachment.html
2006 Mar 27
6
Problem installing Rails
Hi I am getting the following error when i tried to install rails in windows using command prompt.... Attempting remote installation of ''rails'' Updating Gem source index for: http://gems.rubyforge.org ERROR: While executing gem ... (Gem::RemoteSourceException) Error fetching remote gem cache: getaddrinfo: no address associated with hostname. There are proxy settings in
2018 Feb 27
2
Failed to get quota limits
Hi Mabi, The bugs is fixed from 3.11. For 3.10 it is yet to be backported and made available. The bug is https://bugzilla.redhat.com/show_bug.cgi?id=1418259. On Sat, Feb 24, 2018 at 4:05 PM, mabi <mabi at protonmail.ch> wrote: > Dear Hari, > > Thank you for getting back to me after having analysed the problem. > > As you said I tried to run "gluster volume quota <VOLNAME> list <PATH>" for all of my directories which have a quota and found out that there was one directory quota which was missing (sta...