search for: sperated

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

Did you mean: operated
2011 Nov 28
2
Call Parking Realtime
Does anyone have any examples of using realtime database driven call parking lots. I am on version 1.8.x My goal is to be able to do database driven multi-tenant parking lots with out adding sperate entries into Features.conf for each lot. I also need to be able to use the same parking extension pool for each tenant but sand box them into sperate lots. We have been able to do this for every
2020 Apr 07
2
C8.1 Grub problem
...ly a journaled EXT4 or XFS > filesystem, which can recover better from failures. > Hi Jonathan, thank you for your explanation. So in el8 grubby should be used to update kernel opts and grub2-mkconfig is used to generate an initial config. If I'm not wrong, grubby updates every single (sperated) entries on /boot/loader/entries and then generate the /boot/efi/EFI/centos/grub.cfg? Suppose that I want use only grub2-mkconfig to generate the grub.cfg what other operation are needed to make it working? Thank you in advance.
2002 Jul 08
2
Is Samba running on a Dual boot system while using w2k ?
Hi all, I'm new to Linux and Samba. I have two seperate hard drives, one has w2k and the other Red Hat Linux 7.3. Yessterday I struggeled to make the SWAT work. Then I realized that now I need to learn how to use SWAT. Before I invest time in learning how to use SWAT, my question is if I using w2k, can I access the hard drive that Linux is on and vice versa. Theis question came to my
2010 Aug 10
2
p-values with pvclust
Hi, if you look at the first image (Image1) you see that there are 2 main clusters 7 and 8 I wanted to use pvclust to calculate a p-value whether these clusters are due to chance or statistically significant. Unfortunately pvclust does not provide a p-value for the first brunch (7 and 8). So I added a row to my matrix which is very different to the rest of the data to create an additional
2005 Feb 25
1
data set changes
Hi all, Here's my story. I have 3 hosts, 1 remote and 2 local. We'll say for the sake of clarity that h1 is remote and h2 is the local rsync pull host and h3 is also a local host on the net. Using rsync, I want to pull a data set first from h1 to both h2 and h3. The first pull copies all the data from h1 to h2 and h3. OK, that gives me a baseline of the data on both h2 and h3.
2004 Dec 16
2
ldap machine suffix fixed?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Did ldap machine suffix ever get fixed so that it can be in a sperate container from ldap user suffix? Jim C. - -- - ----------------------------------------------------------------- | I can be reached on the following Instant Messenger services: | |---------------------------------------------------------------| | MSN: j_c_llings @ hotmail.com AIM:
2013 Apr 25
1
search and UTF-8 normalization forms (NFD)
Hello, on a system with dovecot 2.2 I've got a mailbox containing multiple mails from a person called Kr?ger, but From: header encoded differently. Some are encoded in UTF-8 normalization form decomposed (as used by Mac OSX), that is u and umlaut accent as sperate combined codepoints instead of one ?: From: =?utf-8?Q?replaced_Kru=CC=88ger?= <krueger at some.domain> Searching within
2020 Apr 08
5
C8.1 Grub problem
...2020, at 04:14, Alessandro Baggi <alessandro.baggi at gmail.com> wrote: >> thank you for your explanation. So in el8 grubby should be used to update kernel opts and grub2-mkconfig is used to generate an initial config. >> >> If I'm not wrong, grubby updates every single (sperated) entries on /boot/loader/entries and then generate the /boot/efi/EFI/centos/grub.cfg? >> >> Suppose that I want use only grub2-mkconfig to generate the grub.cfg what other operation are needed to make it working? > grubby only alters the existing configuration. It never regenerates...
2020 Aug 15
2
Intel AMX programming model discussion.
Hi Philip, Your idea make sense to me in my first thought. Thank you for the idea. I will take more time to think it over to see it can help to reduce the complexity of tile register allocation. Yuanke From: Philip Reames <listmail at philipreames.com> Sent: Saturday, August 15, 2020 11:29 AM To: Luo, Yuanke <yuanke.luo at intel.com>; llvm-dev at lists.llvm.org; florian_hahn at
2009 Feb 26
0
[LLVMdev] Garbage collection
Hello, 2009/2/26 Talin <viridia at gmail.com> > The IR-level intrinsics themselves don't much help you *write* a GC, so > much as to integrate one with LLVM. What is provided is essentially a > mechanism for walking the stack, and a means to insert read/write > barriers into the generated code, which together form a tiny fraction of > what it would take to design a
2005 Jun 11
5
[PATCH] Fixing iopl and ioperm
With this patch, x86 and x86-64 share ioport.c, fixing LTP iopl and ioperm testcase failures (on both). We found an iopl testcase failing even on x86 xenlinux. Now x86-64 xenlinux should have the same results regarding the LTP testcases (as far as we tested). Signed-off-by: Li B Xin <li.b.xin@intel.com> Signed-off-by: Jun Nakajima <jun.nakajima@intel.com> Jun --- Intel Open Source
2020 Aug 14
3
Intel AMX programming model discussion.
[Yuanke] AMX register is special. It needs to be configured before use and the config instruction is expensive. To avoid unnecessary tile configure, we collect the tile shape information as much as possible and combine them into one ldtilecfg instruction. The ldtilecfg instruction should dominate any AMX instruction that access tile register. On the other side, the ldtilecfg should post-dominated
2020 Aug 14
2
Intel AMX programming model discussion.
From: Hal Finkel <hfinkel at anl.gov> Sent: Friday, August 14, 2020 11:27 PM To: Luo, Yuanke <yuanke.luo at intel.com>; llvm-dev at lists.llvm.org; florian_hahn at apple.com; Kaylor, Andrew <andrew.kaylor at intel.com>; Topper, Craig <craig.topper at intel.com>; Lu, Hongjiu <hongjiu.lu at intel.com> Subject: Re: [llvm-dev] Intel AMX programming model discussion. On
2017 Dec 21
0
[PATCH v5 0/4] use put_device to cleanup resource
Hi, The main change is split device_register into 2 sperate calls: device_initalize() and device_add, and then the caller can use put_device safety when fail to register_virtio_device. v4->v5: * virtio: correct some comments * virtio_remoteproc: use put_device directly, not use temp reg_dev v3->v4: * split device_register into device_initialize and devicea_add that the caller can
2020 Apr 07
0
C8.1 Grub problem
On Apr 7, 2020, at 04:14, Alessandro Baggi <alessandro.baggi at gmail.com> wrote: > thank you for your explanation. So in el8 grubby should be used to update kernel opts and grub2-mkconfig is used to generate an initial config. > > If I'm not wrong, grubby updates every single (sperated) entries on /boot/loader/entries and then generate the /boot/efi/EFI/centos/grub.cfg? > > Suppose that I want use only grub2-mkconfig to generate the grub.cfg what other operation are needed to make it working? grubby only alters the existing configuration. It never regenerates the grub.cf...
2005 May 09
0
Dell Poweredge 4300 + PARC 2 (Megaraid) Centos 4
After 4 days of agrevation I felt it was best I post to the list before I break something or hurt myself. It seems that 2.6 from other posts seemed to kill support for this card in particular since LSI has EOL'd it. Although I've managed to download megaraid-2.00.3 which does support this card and build an object on a sperate box. Although the installer seems to require a driver disk and
2008 Nov 04
1
Re: Can't run Warcraft III
same thing with the deleted Movies folder
2003 Apr 16
0
Authentication issue
Running: RedHat 9, Samba 2.2.7a Installed with the included RPMs from RedHat. I sent a message yesterday about issues with wbinfo -u and wbinfo -g returning the error: "Error looking up domain users" and "Error looking up domain groups" respectively. I have determined that i believe the issue is with the authentication that my system is trying using, if i run: wbinfo -a
1996 Dec 06
0
phf & Bash exploit
This is probably fairly well known, I found it by accident while reading about the 0xFF command sperator in older version of bash shell. The newer phf cgi that comes with some versions of picasso and rembrant have been patched for the obvious 0x0A newline escape, but can still be escaped using 0xFF. It takes vulnerabilites in both phf and bash for it to work. I have tested this very
2020 Aug 18
2
Intel AMX programming model discussion.
The AMX registers are complicated. The single configuration register (which is mostly used implicitly, similar to MXCSR for floating point) controls the shape of all the tile registers, and if you change the tile configuration every single tile register is cleared. In practice, if we have to change the the configuration while any of the tile registers are live, performance is going to be terrible.