similar to: CentOS and OpenICDL

Displaying 20 results from an estimated 110 matches similar to: "CentOS and OpenICDL"

2005 Apr 12
1
Time series misalignment
This maybe a basic question, but I have spent several hours researching and I could not get an answer, so please bear with me. The problem is with time series in the package tseries. As the example below shows, the time series can get misaligned, so that bad results are obtained when doing regressions. I found a way to do this correctly, but I find it rather cumbersome. My question is: is there a
2003 Jan 15
0
wrong time/date with smbfs on powerpc (kernel 2.4.18)
Hello all, I'm using samba 2.2.3a-12 from the debian woody distribution (kernel 2.4.18, ppc), and I have the following problem: The modification time returned by "ls" is wrong (tipically 1/1/1970), except when I directly access (1) one single file, (2) from outside of the mounting point. (A bit confusing, but I give an example below:) My mounting point is
2010 Mar 12
7
sqldf not joining all the fields
Dear R users, I have two data frames that were read from text files as follows: x_data <- read.table("x.txt", header = TRUE, sep = "|", quote = "\"'", dec = ".",as.is = TRUE,na.strings = "NA",colClasses = NA, nrows = 3864284, skip = 0, check.names = TRUE,fill=TRUE, strip.white = TRUE,
2010 Jul 15
2
Problems getting my wireles connection to work
I have an Everex laptop (ick, but it was super cheap) that has an Atheros wireless NIC in it, but I can't seem to get it to connect to my wireless in-home LAN. Here's what I've done so far (that isn't working) - any suggestions? [root at marktop mark]# lspci | grep Ether 00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 7c) 05:01.0 Ethernet controller:
2020 Jun 16
0
iwlwifi problem after Centos 8.2 update
Hi! I get high cpu usage on my laptop (yes im running Centos on my laptop) after my last update. At the beginning i though it was libvrtd but after stopping it gnome monitor keep showing high cpu usage although i couldnt find the app that was responsible for it with the top command. I searched my log files and I saw alot of iwlwifi message. I had to turn off wifi in order to stop high cpu
2002 Sep 10
8
[Bug 369] Inconsistant exiit status from scp
http://bugzilla.mindrot.org/show_bug.cgi?id=369 ------- Additional Comments From devel at pitux.com 2002-09-10 19:19 ------- I confirm that this bug does exist. It's especially annoying since we use here a lot of scripts which check for the return values of scp to indicate success or failure. In fact it does the good thing on nonexistent files/dirs/etc, but fails in case of auth
2015 May 30
2
[LLVMdev] Linking modules across contexts crashes
I get a crash when I try to link multiple modules registered in their individual contexts. Documentation for Linker::LinkModules doesn't mention anything about contexts, and the first link succeeds. But the second link crashes. Is this not the right way to merge such modules? If not, then what is the right way? In any case, documentation for Linker::LinkModules should say if contexts are
2015 Jun 01
2
[LLVMdev] Linking modules across contexts crashes
> On 2015-Jun-01, at 11:06, Reid Kleckner <rnk at google.com> wrote: > > I'm pretty sure module linking is expected to occur in the same LLVM context. Correct. > IIRC Duncan had some proposal for how ld64 could do something clever with multiple contexts, but I've totally forgotten what it was. This was for LTO (probably unrelated to Yuri's scenario?). 1.
2020 Feb 06
0
No announcement for kernel 3.10.0-1062.12.1.el7
Hi I don't know where the announcements go. I cloned https://git.centos.org/git/rpms/kernel.git and grabbed the changelog section pasted below from the git diff in SPECS/kernel.spec (commit dated 4 Feb 2020) Regards +* Thu Dec 12 2019 Frantisek Hrbata <fhrbata at hrbata.com> [3.10.0-1062.12.1.el7] +- [powerpc] powerpc/pseries: Remove confusing warning message (Gustavo Duarte) [1780148
2003 Sep 16
0
tdm40b
I have 2 xp100's and one TDM400P. I've plugged a phone into the tdm40b, and when i take it off hook sometimes i get a dialtone, other times i get the message "Power alarm of module2, resetting" spit out to the console from the wcfxs driver does anyone know what this could be? I've tried two different phones, with the same result on both. I changed the signalling to
2016 Oct 07
0
Wine release 1.8.5
The Wine maintenance release 1.8.5 is now available. What's new in this release (see below for details): - Various bug fixes. The source is available from the following locations: http://dl.winehq.org/wine/source/1.8/wine-1.8.5.tar.bz2 http://mirrors.ibiblio.org/wine/source/1.8/wine-1.8.5.tar.bz2 Binary packages for various distributions will be available from:
2004 Jan 27
1
"file has vanished" bug [rsync-HEAD-20040127-1010GMT]
Just ran into this bug when running the latest snapshot from CVS: when rsyncing from two source directories into a third one, rsync gets confused about which source file is from which directory, resulting in a "file vanished" error. See test script below. Also, is there any consensus on whether using multiple source modules when pulling from an rsync daemon is going to be ok? I
2009 Jul 27
1
[PATCH] mboot using module path
Hi, We are using pxelinux at my company to test our product. And there are limitations that we have hit in the past w.r.t. the max length of a path, or the max length of a module name (in mboot.c / mboot.c32). We've used workarounds in the past, and reorganized the directory structure, but we face that problem again. Out of the 128 / FILENAME_MAX chars that can be used, 110 - 120 go to the
2003 Oct 22
2
The rsync daemon as a gateway service?
In rsyncd.conf I'd like to be able to specify something like: [module1] gateway 10.168.172.9 or (I think we have to change the protocol a little for this one): [module2] redirect datasource.my.domain I've run into this need a few times, and I think it might be useful enough to add (both of these) to the daemon configuration. I'm asking the list to see if either of these might
2013 Aug 08
0
[LLVMdev] Address space extension
Why should SelectionDAGBuilder generate an explicit bitcast for a no-op bitcast? By definition, no bits are changed; so if the EVTs match, there is nothing to do. The fundamental problem is how address spaces are handled, and specifically how they are converted, in LLVM IR. Address space casts are currently implemented with bitcasts (in general). While this works out for the LLVM IR type
2013 Aug 08
2
[LLVMdev] Address space extension
On 08/08/2013 11:04 AM, David Chisnall wrote: > What happens when I link together two IR modules from different front ends that have different language-specific address spaces? I agree with Micah: if during the linking two IR modules there are incoherences (e.g. in module1 2 -> 1 and in module2 2 -> 3) then the modules are incompatible and the link process should fail. > I would be
2011 Aug 01
3
Class inheritance or virtual resources to manage apache modules
I want to start out with an apache class that will disable all modules except for a pre-defined list, thus establishing a baseline of active modules. Then as needed, other classes could enable a module that they require that would have been disabled by the baseline state. Its possible several classes may try to enable the same module (1 or more classes needing module1 could be on a single node)
2016 Apr 01
0
Wine release 1.9.7
The Wine development release 1.9.7 is now available. What's new in this release (see below for details): - More work towards the WineD3D command stream. - More support for Shader Model 5 shaders. - C++ exception handling on x86-64. - Support for Windows-style static import libraries. - Performance fixes in the XML writer. - Various bug fixes. The source is available from the
2008 Aug 09
8
Problems Installing
I recently had to uninstall PokerStars and WINE will not allow me to preform the reinstallation. I have also tried installing other programs with no success. I contacted PokerStars support but they said it'll be at least 2 days before their Linux guy was in. What they wanted was my WINE log files by going in through the terminal. Thats all they could tell me until 2 days from now. I have no
2009 Feb 13
0
Wine release 1.1.15
The Wine development release 1.1.15 is now available. What's new in this release (see below for details): - Gecko engine update. - Better region support in GdiPlus. - Support for cross-compilation in winegcc. - Beginnings of MS Text Framework support. - Many fixes to the regression tests on Windows. - Various bug fixes. The source is available from the following locations: