search for: containts

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

Did you mean: containt
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
Hi: I've tried to install centos 4.3 in a raid array, setuped on bios as mode "Adaptec". The chip is ICH7R 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
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_Mi...
2004 Dec 30
3
MySQL/HTTP Auth
Hi, I have read alot of the archives, and looked over the development of listener authentication, and wondered if anyone has a working version with MySQL enabled ? as it seems more in 'development' 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
2015 Jun 04
2
making samba 4.2 in a container
Thanks for the info. Did you create unprivileged containers to run Samba in? On Wed, Jun 3, 2015 at 6:02 PM, John Lewis <oflameo2 at gmail.com> wrote: > I have my deployment of Version 4.1.17-Debian in a Debian container. I > pretty much a standard system container with Samba installed. I run two > of them in a virtual network on a VPS as Domain controllers. Each > instance is
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
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 = "null", sep =
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 t...
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
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
(+correct cfe-dev list) On Tue, Jan 12, 2016 at 2:57 PM, Alexey Samsonov <vonosmas at gmail.com> wrote: > Hi Yuri, > > On Mon, Jan 11, 2016 at 9:53 AM, Yury Gribov via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi all, >> >> UndefinedBehaviorSanitizer currently does not check for undefined >> behaviors which result from improper usage
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
Hello, We have a box with good connectivity which we divide among several internal networks by having a different interface for each internal network and rate limiting outgoing traffic on each of these interfaces. We are using cbq and a u32 match on the destination to organize the packets. This works very well for us, but there may be a better way, I''m no expert at this! We also use a
2016 Jan 13
2
RFC: Extend UBSan with qsort checks
On 01/13/2016 03:10 AM, Kostya Serebryany wrote: > FTR, here is one way to implement this in the library: > https://gcc.gnu.org/svn/gcc/branches/google/gcc-4_9/libstdc++-v3/include/bits/stl_algo.h > Search for "check sort predicate for strict weak ordering" Nice, although this wouldn't catch violations of transitivity (which is probably the most important type of bug).
2016 Jan 13
2
RFC: Extend UBSan with qsort checks
On 01/13/2016 09:57 AM, Kostya Serebryany wrote: > On Tue, Jan 12, 2016 at 10:28 PM, Yury Gribov <y.gribov at samsung.com> wrote: > >> On 01/13/2016 03:10 AM, Kostya Serebryany wrote: >> >>> FTR, here is one way to implement this in the library: >>> >>> https://gcc.gnu.org/svn/gcc/branches/google/gcc-4_9/libstdc++-v3/include/bits/stl_algo.h