search for: containt

Displaying 20 results from an estimated 49 matches for "containt".

Did you mean: contains
2004 Jun 08
1
How do I sort data containts character
Sorry, it's simple question: example : > data.test label value 1 one 21.35746 2 two 22.07592 3 three 20.74098 > I would like the return : label value 3 three 20.74098 1 one 21.35746 2 two 22.07592 Anyone can help it? Thanks, regards Unung Istopo
2007 Feb 14
9
Centos 4 and Supermicro ICH7R
...CH7R but centos always sees 2 drives instead of the array that I create. I've contacted Supermicro support and they gave me this link ftp://ftp.supermicro.com/driver/SATA/Adaptec_ICH7R/Linux/Redhat/ , but the disk drivers I tried to use with centos 4.3 did not work, saying that the disk did not containt appropriate drivers for the hardware. Have anyone here had similar problems? does centos 4.4 solves this issue? I really need to install centos as an array... and as hardware RAID and not software RAID. Best Regards, Ricardo
2015 Jun 04
2
making samba 4.2 in a container
Someone recently mentioned building a samba addc in a linux container. I'm new to containers and would really love to learn how to do it correctly. Anyone know of how-to's or gotcha's related making samba run in an lxc containter? -- David Bear mobile: (602) 903-6476
2003 May 14
2
new feature chroot environment patch
Hi, I have written code which enables chroot environments for users. A new sshd onfiguration item ChrootUsers containts a list of users which has chroot environment.So if the user is not in the list it get's his normal environment. For users that are in the chrootusers list there homedir becomes / . Can you please apply this patch? With kind regards, Jeroen Nijhof -------------- next part -------------- A...
2003 Mar 24
2
Box Plot Question
I would like to create 15 box plots from two sets of data. Set1 - containts PayGrade, Min_Salary, Max_Salary data for 15 pay grades Set2 - contains PayGrade, Actual_Min, Actual_Max, and Actual_Mean for the 15 pay grades I would like 15 box plots (one for each paygrade) whose whiskers were the Min_Salary and Max_Salary data and whose ''box'' was Actual_M...
2004 Dec 30
3
MySQL/HTTP Auth
...evelopment' however I would like to give it a try. Any pointers appreciated, or patches I can apply ... to the current 2.2.0 release. Also any thoughts on doing a http style, I have seen one mention of it, but cant find it, ie. making a http request, with say GET /<definable-string-containting-mountpoint> Authorisation: Basic <blah> Agent: Icecast Just curious, as it may allow integration some segments of the market. regards, Andrew.
2015 Jun 04
2
making samba 4.2 in a container
...d Bear wrote: > > Someone recently mentioned building a samba addc in a linux container. > I'm > > new to containers and would really love to learn how to do it correctly. > > > > Anyone know of how-to's or gotcha's related making samba run in an lxc > > containter? > > > > > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > -- David Bear mobile: (602) 903-6476
2016 Apr 29
1
Package Samba4 as a .deb
Using debian 4.4.2 for 2 weeks now, no problems, Created own deb file from the experimental sources. 4.4.2-2 is debian unstable now, its not that hard to recompile it to jessie. Just make sure the compiling machine has a local repo which containt the needed files for samba. Start with with compiling tevent talloc ldb tbd. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Chris Alavoine > Verzonden: vrijdag 29 april 2016 10:45 > Aan: Andrew Bartlett > CC: samba...
2008 Jun 06
1
Multiple comment.char under read.table
Hi all, Suppose I want to read a text file with read.table. It containt lines to be skipped that begins with "!" and "^". Is there a way to include this two values in the read.table function? I tried this but doesn't seem to work. dat <- read.table("mydata.txt", comment.char = c("!","^") , na.strings = "nu...
2009 Apr 22
1
How do I loop through strings?
I read in a CSV file with Data <- read.csv(file="FileName.csv",head=TRUE,sep=",") the file containts strings in the 2nd and 3rd columns and each has about 1000 rows. I need to either loop through the strings there looking for strings that would trigger other logic or remove those rows and put them in another array and loop through them in the new array. I can't seem to get the if statement...
2012 Mar 04
2
additional "X" characters in headers
An embedded and charset-unspecified text was scrubbed... Name: nie znany URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120304/77fc46a4/attachment.pl>
2005 Jun 22
1
Newbie - Encoding PCM
...MODEID_NB); speex_bits_init(&IDA->speex_bits); IDA->speex_state = speex_encoder_init(IDA->speex_mode); } int SPEEX_Close(struct _IDA_ClientSocket *IDA) { speex_bits_destroy(&IDA->speex_bits); speex_encoder_destroy(IDA->speex_state); } "IDA" struct containts: struct _IDA_ClientSocket { [...] void *speex_state; SpeexHeader speex_header; SpeexBits speex_bits; SpeexMode *speex_mode; }; so i call SPEEX_Init before start encoding and SPEEX_Encode on every 16000 Bits of the PCM stream from the modem. The result is a strange file that...
2004 Aug 06
3
no mp3s with ices2!? an other way?
Oh... thats new for me... how can i use my mp3s with ices2? can i use with device input module or stdin input module? do i play the files to /dev/dsp and ices catch this? thanks Paul --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the
2008 Apr 25
3
Samba segs when serving files from a windows partition on OpenBSD-4.2
Hi, Before I file a bug report, I just wanted to check that samba is capable of serving files from a FAT32 partition. I have here an OpenBSD-4.2 i386 machine here with a second disk containting files that I will be sharing via both NFS and samba. The NFS share work great, but samba seg faults upon a windows client connecting. This occurs when using the OpenBSD package, and also when built from scratch using the most recent version of samba (downloaded yesterday). If I change the share...
2013 May 24
10
[PATCH 0/4] ARM/early-printk: Improve reusability and add Calxeda support
The current early-printk support for ARM is rather hard-coded, making it hard to add machines or tweak settings. This series slightly moves some code to gather UART settings in xen/arch/arm/Rules.mk instead of the actual .c files. Also it allows two different machines with different settings to share the same driver, which the last patch exploits to add support the Calxeda Midway hardware. This
2016 Jan 12
4
RFC: Extend UBSan with qsort checks
...d by a runtime flag. > > Why do you need compiler instrumentation? Do you want to automatically > inject hooks to SortChecker into std::sort() functions, so that you don't > need to annotate C++ standard library code? > We submitted some annotations to libc++ code (e.g. to report containter > overflow bugs in sanitizers). > > [1] -fsanitize=vptr is an only notable exception > > One notorious instance of such errors is invalid usage of qsort or bsearch >> routines (or std::sort and friends in case of C++): >> * using comparison function that violates orderi...
2006 Nov 01
1
e2fsck: Bad magic number in super-block
I posted this to the Fedora-list, but thought I might get some additional information here as well. I have a HD that refuses to mount with a 'bad magic number in super-block'. I'm running FedoraCore 6 x86_64. [root at moe ~]# fdisk -l /dev/hdc Disk /dev/hdc: 250.0 GB, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes
2002 Dec 23
2
Multiple rate limited networks and transparent http proxy - tricky problem
...ll rate limiting objects that have to be fetched from the internet. It is puzzling to me because I cannot differentiate cached and noncached data coming from squid at the packet level. I was actually think about a quick hack on Squid to set some qos or other bit in the tcp headers for connections containting cached objects but this is probably beyond my limited skills. I havent found anyone on the web doing something similar in a quick search. The other theory I had was to limit the traffic on it''s way to squid rather than after.. This would eliminate the need to distinguish between ca...
2016 Jan 13
2
RFC: Extend UBSan with qsort checks
...t;> Why do you need compiler instrumentation? Do you want to automatically >>> inject hooks to SortChecker into std::sort() functions, so that you don't >>> need to annotate C++ standard library code? >>> We submitted some annotations to libc++ code (e.g. to report containter >>> overflow bugs in sanitizers). >>> >>> [1] -fsanitize=vptr is an only notable exception >>> >>> One notorious instance of such errors is invalid usage of qsort or >>>> bsearch routines (or std::sort and friends in case of C++): >>&...
2016 Jan 13
2
RFC: Extend UBSan with qsort checks
...on? Do you want to automatically >>>>> inject hooks to SortChecker into std::sort() functions, so that you >>>>> don't >>>>> need to annotate C++ standard library code? >>>>> We submitted some annotations to libc++ code (e.g. to report containter >>>>> overflow bugs in sanitizers). >>>>> >>>>> [1] -fsanitize=vptr is an only notable exception >>>>> >>>>> One notorious instance of such errors is invalid usage of qsort or >>>>> >>>>>>...