search for: raghuveer

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

2007 Apr 18
0
Ext3-users Digest, Vol 38, Issue 10
...gt; ext3-users-owner at redhat.com > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Ext3-users digest..." > > > Today's Topics: > > 1. User space tool to extract ext3 inode information > (Aravindan Raghuveer) > 2. Re: User space tool to extract ext3 inode information > (Andreas Dilger) > 3. Re: User space tool to extract ext3 inode information > (Aravindan Raghuveer) > 4. [About kjournald] (Forrest Wang) > > > ---------- Forwarded message ---------- > From: Ar...
2003 Aug 20
9
CBQ_bandwidth
Hi Stef, Reffering to page < http://www.docum.org/stef.coene/qos/faq/cache/7.html > I found a para as follows, " CBQ is not always as accurate as it should be. See docum.org on the test page for some tests with bounded classes. The algorithm used by cbq is very "link sensitive". It calculates the link idle time and for that it needs the real link bandwidth, average
2007 Apr 16
1
User space tool to extract ext3 inode information
Hello! I need to write a user space tool that can dump logical block addresses used by every file in a ext3 file system. For example, if file foo uses LBAs 2,3 and file bar uses LBAs 100,102,156, then the ouptut should read: FILENAME LBAs foo 2, 3 bar 100,102,156 Is there a tool that exists that can do this? If not, what would be a good strategy to write this tool. I am
2014 May 16
2
Re-mount a drive using its label name
Hello everybody, I would like your opinion on the following question, why this happens in centos and how to fix this (or a possible work around). I have a drive with no partitions and formatted with xfs filesystem. I give the drive a custom label "mydrive" and I mount it under /dev/mountpnts/mydrive. Then, I add a corresponding entry to fstab. These, are the steps I followed,
2006 Jun 06
1
stack level too deep
Iam new to ferret Iam trying to do a sample application on ferret this is my code: class SearchController < ApplicationController require ''ferret'' include Ferret index = Index::Index.new(:path => ''/path/to/index'') def list end def index index << {:title => "Programming Ruby", :content => "blah blah blah"}
2004 May 20
0
HTB_Multiple_Interface_Query
...use to have HTB support. 2. Applying HTB on eth0(wan) and eth1(lan) for outgoing traffic control, will it work fine ..?. My understanding by outgoing traffic for eth0(wan interface) is traffic going out to Internet and for eth1(lan interface) is traffic going out to LAN m/c''s. Regards -Raghuveer -- ****** This email is confidential and is intended for the original recipient(s) only. If you have erroneously received this mail, please delete it immediately and notify the sender. Unauthorized copying, disclosure or distribution of the material in this mail is prohibited. Views expresse...
2003 Aug 28
5
Router for giving more than 1 ip
Hi i have a debian box working as a router.. it works quite well, now i want to give more than 1 ip.. is it possible to do it? some of them must be an open ip.. i mean.. all ports opened is it possible? how should i do it? Here is my nat.sh script just in case someone wants it.. (comments r in spanish.. and not right) Thanks in advance, #!/bin/sh echo "AthoS LaN Generando
2003 Sep 25
8
Linux router configuration??
Good morning at all, thanks for previous help, but I have another ask. I have a few experience of Linux world''s, and I need to configure a Linux PC as router, what are the steps? What do I do? Thanks.
2006 Jun 23
0
Problem with server
Hi Iam using Webrick server WEBrick 1.3.1 ruby 1.8.2 (2004-12-25) [i386-mswin32] WEBrick::HTTPServer#start: pid=1104 port=3000 This is what iam using for my application I am using ferret for search and it search through lot of data so kind of taking some time But problem comes when I hit "stop" button on my browser server still runs in background for that request even after stop
2006 Jun 23
0
Problem with search
Hi Iam working on search and using ferret for that Iam able to search properly but the problem is when i search using keyword "doctor" it presents me output but not when i search using "doctors" (plural) If anyone of you know this problem Please let me know -- Posted via http://www.ruby-forum.com/.