search for: implementaion

Displaying 20 results from an estimated 37 matches for "implementaion".

Did you mean: implementation
2003 Mar 12
1
help!: can't resize partition ("rather strange layout")
...with my filesystem, or with my partition table, so this may or may not be the appropriate list for this question - if not, I'd appreciate being pointed to a more appropriate forum. My problem is that when trying to resize, copy or move my ext3 partition in parted, I get the following error: No Implementaion: this ext2 filesystem has a rather strange layout! Parted can't resize this (yet). Listing my paritions in parted properly shows it as ext3, so I'm not sure whether there is any significance to the error referring to it as ext2. My situation is fairly complex, and I'm not sure which pa...
2009 Jul 06
1
Nonblocking connect is not proprly checked in poll implementation
...This function is used to check status of socket after nonblocking connect(2) and it has two implementations: select(2) and poll(2). The select branch does the right job---it gets socket status by getsockopt(2) after selecting for write. But the poll branch does not. To make things wrong, the poll implementaion takes precedense. The bug makes icecast thinking the connection succeded even it's not true. You can reproduce the bug by requesting mount point pointing to <http://fm4.nobody.at:8080/fm4-mq.ogg>. Given domain name has both AAAA and A records, but the AAAA is unreachable. Current code fa...
2008 Feb 27
0
per share encrytion
...tranparent proxy that just en/decrypts file contents depending on their source/destination share and forwards requests to another fileserver using smb protocol. Such a dedicated machine could be stored behind the switch of the boss office and would provide quiet good security. do you know of any implementaions or implementation plans regarding this topic. i Know theire are a few comercial implementations Viele Gr??e Michael W?rz KNV Stuttgart -(4)2393- <html> <hr noshade width="200" size="1" align="left"> <body> <font size="2" face="...
2008 Jul 09
3
mp3 game produces no sound in Wine 1.0
Hello dear all, my windows game plays mp3 sounds. (the game is C-evo) the game runs fine under wine except for mp3 sounds. my platform is Fedora 9-WINE 1.0. The audio test in winecfg works fine. Trying to solve the problem, I"ve installed a mp3 Fraunhofer codec in wine (an exe file) ; problem remains. At linux level I have no mp3 codec installed. Does any one has a clue to such problem ?
2015 Apr 24
2
Real sh? Or other efficient shell for non-interactive scripts
On Fri, Apr 24, 2015 at 08:32:45AM -0400, Scott Robbins wrote: > Wasn't Solaris, which for awhile at least, was probably the most popular > Unix, using ksh by default? Solaris /bin/sh was a real real dumb version of the bourne shell. Solaris included /bin/ksh as part of the core distribution (ksh88 was a part of the SVr4 specification) and so many scripts were written with #!/bin/ksh at
1997 Oct 23
0
R-beta: time series structures
...hods act on data which is tframed.<P> More specific methods can be defined for any special time representation (eg. below methods are defined for tframes of class c("tsp", "tframe") which are the old style tsp convention for time). Also, below, is an untested sketch of an implementaion for rts, cts, its and a class and methods style implementation of tsp called ts.<P> See the section "tframe methods" below for some methods which should be supported. In particular, start(), end(), and periods() should be supported methods for any object of class tframe. (and unt...
2017 Oct 01
0
[PATCH v16 0/5] Virtio-balloon Enhancement
...hint of the free pages, because they > will > be tracked by the hypervisor and transferred in the next round if > they are > used and written. > > Change Log: > v15->v16: > 1) mm: stop reporting the free pfn range if the callback returns > false; > 2) mm: move some implementaion of walk_free_mem_block into a function > to > make the code layout looks better; > 3) xbitmap: added some optimizations suggested by Matthew, please > refer to > the ChangLog in the xbitmap patch for details. > 4) xbitmap: added a test suite > 5) virtio-balloon: bail out with a...
2005 Feb 07
7
win32-driveinfo in CVS
Hi all, I committed win32-driveinfo 0.1.0 to CVS. What is it? =========== A class for getting information of drives Synopsis ======== include Win32::DriveInfo (sectorsPerCluster, bytesPerSector, numberOfFreeClusters, totalNumberOfClusters, freeBytesAvailableToCaller, totalNumberOfBytes, totalNumberOfFreeBytes) = getDriveSpace(''c'').to_a
2010 May 11
3
Smoothing Techniques - short stepwise functions with spikes
R Friends, I have data from which I would like to learn a more general (smoothened) trend by applying data smoothing methods. Data points follow a positive stepwise function. | x x | xxxxxxxx xxxxxxxx | x x |xxxx xxx xxxx | xxxxxxxxxxxxxxxxx | |
2011 Oct 05
2
[LLVMdev] LLVM IR is a compiler IR
On Tue, Oct 4, 2011 at 5:08 PM, Chris Lattner <clattner at apple.com> wrote: > > On Oct 4, 2011, at 4:56 PM, Talin wrote: > > > LLVM isn't actually a virtual machine. It's widely acknoledged that the >> > name "LLVM" is a historical artifact which doesn't reliably connote what >> > LLVM actually grew to be. LLVM IR is a compiler IR.
2007 Apr 12
1
Release for CentOS-5 i386 and x86_64
...perhaps a better way to say the same thing would be that - noone upstream will tell us what they intend to do! ) As far as we can work out, there are going to be some options created for users as to what upgade path they intend to follow, how that is going to work and what the distro specific implementaion of this policy is going to be : open to discussion, since there is no clarity from upstream. So we need to keep the options open. At this time time, on CentOS-5 we have created infrastructure and package management options that will allow users to either stick with the recommended default optio...
2007 Apr 12
1
Release for CentOS-5 i386 and x86_64
...perhaps a better way to say the same thing would be that - noone upstream will tell us what they intend to do! ) As far as we can work out, there are going to be some options created for users as to what upgade path they intend to follow, how that is going to work and what the distro specific implementaion of this policy is going to be : open to discussion, since there is no clarity from upstream. So we need to keep the options open. At this time time, on CentOS-5 we have created infrastructure and package management options that will allow users to either stick with the recommended default optio...
2007 Apr 13
0
CentOS-announce Digest, Vol 26, Issue 4
...perhaps a better way to say the same thing would be that - noone upstream will tell us what they intend to do! ) As far as we can work out, there are going to be some options created for users as to what upgade path they intend to follow, how that is going to work and what the distro specific implementaion of this policy is going to be : open to discussion, since there is no clarity from upstream. So we need to keep the options open. At this time time, on CentOS-5 we have created infrastructure and package management options that will allow users to either stick with the recommended default optio...
2008 Jul 29
8
questions about ZFS Send/Receive
Hi guys, we are proposing a customer a couple of X4500 (24 Tb) used as NAS (i.e. NFS server). Both server will contain the same files and should be accessed by different clients at the same time (i.e. they should be both active) So we need to guarantee that both x4500 contain the same files: We could simply copy the contents on both x4500 , which is an option because the "new
1999 Apr 14
5
R's UseMethod() does not dispatch on changed class() (PR#167)
(opening new bug report thread, on suggestion of BDR ..) I said on vaguely related topic: MM> There's another long-standing MM> UseMethod / NextMethod / Dispatch problem that I've never traced/solved.. MM> MM> Look at the $RHOME/tests/mode-methods.R file ! Peter Dalgaard already remarked : PD> ..i.e. this: PD> abc <- function(x, ...) { PD> if
2006 Sep 05
9
4.4 upgrade problems
OK ... there has been an awful lot of attributing problems to the 4.4 upgrade that are not really upgrade problems. The best I can tell there is really only one major problem: 1. You need to install python-sqlite before sqlite (or at nearly the same time). To accomplish this you can do this: yum update python-sqlite sqlite Then after that, a normal yum update works fine. There are 2 other
2017 Sep 30
12
[PATCH v16 0/5] Virtio-balloon Enhancement
...used after they are given to the hypervisor as a hint of the free pages, because they will be tracked by the hypervisor and transferred in the next round if they are used and written. Change Log: v15->v16: 1) mm: stop reporting the free pfn range if the callback returns false; 2) mm: move some implementaion of walk_free_mem_block into a function to make the code layout looks better; 3) xbitmap: added some optimizations suggested by Matthew, please refer to the ChangLog in the xbitmap patch for details. 4) xbitmap: added a test suite 5) virtio-balloon: bail out with a warning when virtqueue_add_inbuf r...
2017 Sep 30
12
[PATCH v16 0/5] Virtio-balloon Enhancement
...used after they are given to the hypervisor as a hint of the free pages, because they will be tracked by the hypervisor and transferred in the next round if they are used and written. Change Log: v15->v16: 1) mm: stop reporting the free pfn range if the callback returns false; 2) mm: move some implementaion of walk_free_mem_block into a function to make the code layout looks better; 3) xbitmap: added some optimizations suggested by Matthew, please refer to the ChangLog in the xbitmap patch for details. 4) xbitmap: added a test suite 5) virtio-balloon: bail out with a warning when virtqueue_add_inbuf r...
2012 Oct 17
24
[zfs] portable zfs send streams (preview webrev)
We have finished a beta version of the feature. A webrev for it can be found here: http://cr.illumos.org/~webrev/sensille/fits-send/ It adds a command ''zfs fits-send''. The resulting streams can currently only be received on btrfs, but more receivers will follow. It would be great if anyone interested could give it some testing and/or review. If there are no objections,
2018 Jan 09
6
[PATCH v21 0/5] Virtio-balloon Enhancement
...oom case when VIRTIO_BALLOON_F_SG is in use; 5) patch 6: use config registers, instead of a vq, as the command channel between the host and guest; 6) patch 6: add the command sequence id support. v15->v16: 1) mm: stop reporting the free pfn range if the callback returns false; 2) mm: move some implementaion of walk_free_mem_block into a function to make the code layout looks better; 3) xbitmap: added some optimizations suggested by Matthew, please refer to the ChangLog in the xbitmap patch for details. 4) xbitmap: added a test suite 5) virtio-balloon: bail out with a warning when virtqueue_add_inbuf r...