similar to: Input buffer requirement.

Displaying 20 results from an estimated 1000 matches similar to: "Input buffer requirement."

2005 Aug 08
3
Reg. getting codewords from codelengths
Hi, I am a bit confused on how code-words are derived from the codeword lengths. I will appreciate if someone can point me in the correct direction. I will take the example of an actual codebook that i found in a valid vorbis encoded file as shown below. [SK] +------Codebook [0] -------- [SK] Codebook Dimensions = 1 [SK] Codebook Entries = 8 [SK] Unordered [SK] 1, 6, 3, 7, 2, 5, 4, 7, [SK] NO
2018 Mar 05
2
Why files goes to hot tier and cold tier at same time
Hi Guys Got a quick question regarding hot tier and cold tier. I got a gluster volume with 1 x 3 hot tier and 1 x 3 cold tier. watermark-low is 75 and watermark-hi is 90. usage of volume is very less. My files always go to hot tier and cold tier at same time As I understand, data should go to hot tier only until demoted. Could someone please shed some light into this? Thanks in advance. --
2018 Mar 05
0
Why files goes to hot tier and cold tier at same time
Hi, The actual data will be in the hot tier only till demotion. The file that you see on the cold tier is just a linkto file of the file on the hot tier. These linkto file are necessary for the internal working of the tier. On Mon, Mar 5, 2018 at 1:16 PM, Sherin George <allmyforums at outlook.in> wrote: > Hi Guys > > Got a quick question regarding hot tier and cold tier. > I
2013 Aug 13
2
Fwd: Re: need help with an rsync patch
On Tuesday 13 August 2013 12:23 PM, Joe wrote: > Is there any way at all to say which is the original file and which is > the hard link? I'll bet there isn't, although I' m not an internals guy > at all. If so, this would be impossible to do. The inode is the > "original", but all the file table entries to it are hard links (if > they're not symlinks.) >
2011 Jul 07
4
Is it safe to run tune2fs -c -1 -i 0 /dev/sda2 on mounted file system
Hi, Is it safe to run tune2fs -c -1 -i 0 /dev/sda2 on mounted file system Basically, this is a command to disable fsck based on reboot count & last fsck time. -- Regards, Sherin
2009 Jun 24
2
issues with shared disk
Hello, How to mount a disk with ocfs2 FS in one node to another . Let ys say I have /dev/sda mounted on /u01 in node 1 . I need to access it from nod2 . Any solutions ? I am using ubuntu 8.10 Node 1 ====== root at 110:~# /etc/init.d/o2cb status Module "configfs": Loaded Filesystem "configfs": Mounted Module "ocfs2_nodemanager": Loaded Module
2018 Mar 06
2
Write speed of gluster volume reduced
Hi Guys, I have a gluster volume with the following configuration. ~~~~~~~~~~~~~~~~~~~~~ Number of Bricks: 9 Transport-type: tcp Hot Tier : Hot Tier Type : Replicate Number of Bricks: 1 x 3 = 3 Cold Tier: Cold Tier Type : Distributed-Replicate Number of Bricks: 2 x 3 = 6 performance.flush-behind: on performance.cache-max-file-size: 128MB performance.cache-size: 25GB
2011 Mar 17
5
Histograms with strings,
Hello, Thanks in advance for any help, I have read a CSV file in which there is a column for an IP addr as in: tmpInFile$V2 [1] "74.125.224.38" "74.125.224.38" "129.46.71.19" "129.46.71.19" [5] "129.46.71.19" "129.46.71.19" "129.46.71.19" "129.46.71.19" [9] "129.46.71.19" "129.46.71.19"
2018 Mar 08
0
Write speed of gluster volume reduced
http://lists.gluster.org/pipermail/gluster-users/2017-July/031788.html http://lists.gluster.org/pipermail/gluster-users/2017-September/032385.html also try disperse.eager-lock off On Tue, Mar 6, 2018 at 7:40 AM, Sherin George <allmyforums at outlook.in> wrote: > Hi Guys, > > I have a gluster volume with the following configuration. > ~~~~~~~~~~~~~~~~~~~~~ > Number of Bricks:
2013 Nov 22
3
Re: Help with Vrbr0
On Friday 22 November 2013 01:24 PM, Gao feng wrote: > On 11/22/2013 03:47 PM, Sherin A wrote: >> Hello, >> >> I am not able to see vrbr0 in my box. Can some one help me with this ? . I am trying KVM+libvirt and planing to use Routed mode. I hope this virbr0 must be up for using this . I can give an >> strace too. >> >> OS : Debian , kernel 3.12.0
2010 Oct 25
3
install older version of glibc package
Hello Guys, Recently, I have installed some custom packaged of glibc in servers I manage due to vulnerabilities. At that time, official centos packages were not available. Now, I want to roll back to centos versions. ===================================== -bash-3.2# yum info glibc Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: yum.singlehop.com * base:
2005 Aug 17
1
Reg. vorbis_staticbook_unpack
Hi, All help is appreciated. I am looking at the function "vorbis_staticbook_unpack" in codebook.c I guess this function just reads the codebooks in some structure (static_codebook) and does not actually map the codewords to the codevalues. Does anyone know what functions can I use in this function to actually view this mapping? I just want to display something like below: I can
2010 Oct 22
1
Preserving LVM after after os reload
Hi guys, I have two disks, one with OS and a second disk containing an LVM. I would like to OS reload the server without losing LVM. I heard that LVM is self sustaining. Is that true ? Should I backup something(using vgcfgbackup & vgexport ?) to get LVM running after os reload. Thanks in advance. -- Sherin
2011 Nov 02
1
Help with curr directory in R
Hello All Thanks for all responses in advance, I am invoking R from command line from C:\TEMP as C:\Program Files\R\R-2.9.1\bin\R.exe --vanilla -f C:\temp\test.R On two different machines The test.R looks like: --SNIP- print(c("CurrDir=", getwd())) proc.time() warnings() --SNIP- On one machine I get the currDir Correctly printed as C:/TEMP But on another it gets printed as C:/
2011 Jul 05
1
Debian misbehaving in centos dom0
Hi, This is the specifications dom0 -------- [root@server ]# uname -r 2.6.18-238.12.1.el5xen [root@server ]# uname -m x86_64 domu -------- root@test:~# uname -r 2.6.18-238.12.1.el5xen root@test:~# uname -m x86_64 My issue is like dom0 clock is moving too fast. Interestingly, it is affecting ubuntu & debian domU. centos domU is just working fine. Here is how I could recreate the problem.
2013 Nov 22
2
Help with Vrbr0
Hello, I am not able to see vrbr0 in my box. Can some one help me with this ? . I am trying KVM+libvirt and planing to use Routed mode. I hope this virbr0 must be up for using this . I can give an strace too. OS : Debian , kernel 3.12.0 libvrit version : 0.9.8 ____________________________________________________________________ root@:~# ifconfig br0 Link encap:Ethernet HWaddr
2013 Aug 13
1
need help with an rsync patch
Can some one create a patch for excluding "hard link regular file" from copying ?. May be like a command flag , rsync --no-hardlink-copy .... -- -------------------------------------- Regards Sherin A http://www.sherin.co.in/
2013 Nov 22
1
Re: Help with Vrbr0
On Friday 22 November 2013 04:19 PM, Sherin A wrote: > On Friday 22 November 2013 01:33 PM, Sherin A wrote: >> On Friday 22 November 2013 01:24 PM, Gao feng wrote: >>> On 11/22/2013 03:47 PM, Sherin A wrote: >>>> Hello, >>>> >>>> I am not able to see vrbr0 in my box. Can some one help me >>>> with this ? . I am trying
2006 Feb 18
3
Controller to View and Back Again (TextMate shortcut)
One of the most inconvenient things about the Rails directory structure is the relative distance between the controller and its corresponding view files. While it?s organizationally sound, it?s often a pain to go hunting for a view (especially in a complicated application that has modules and modules within modules). I discovered a fantastic little key-combo within TextMate the other
2011 Sep 01
1
No buffer space available - loses network connectivity
Hi, I have a centos 5.6 xen vps which loses network connectivity once in a while with following error. ========================================= -bash-3.2# ping 8.8.8.8 PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. ping: sendmsg: No buffer space available ping: sendmsg: No buffer space available ping: sendmsg: No buffer space available ping: sendmsg: No buffer space available