Displaying 20 results from an estimated 7000 matches similar to: "Win2k / Access DB / Corruption"
2002 Jul 07
3
Win2k TS authentication probs / pw changing probs
Hi,
We are having problems with clients changing their passwords from Win2k
Terminal Servers against a Samba PDC. It works fine if the machine only
has few users on it (ie when testing at 6pm after almost everyone is
gone - I find it difficult to break).
I'm guessing there is some sort of race condition or resource locking
going on that prevents it happening properly.
As I didn't
2011 May 22
1
Trying to install Autotel
I am on Ubuntu 11.4 with wine 1.3
This is an application that provides information from a small database and appears to ues:
Jet4
Dao
Several OCX tiles
VB Runtime 6
I can share its install log if a cut and paste of such a think would be useful.
It appears to happily install but when it goes to run I get the dialog box that says it encountered a "serious problem" and needs to close.
2012 Nov 09
6
(sin asunto)
Saludos, tengo un problema que no puedo resolver dentro del R
Estoy creando una funcion que a partir de un objeto compuesto por diferentes matrices como el que esta a continuacion:
[[1]]
M1 M2 M3 M4
sp1 2 0 1 8
sp2 4 5 2 4
sp3 0 0 4 0
sp4 5 7 5 0
sp5 0 4 0 0
[[2]]
M3 M2 M4 M1
sp1 1 0 8 2
sp2 2 5 4 4
sp3 4 0 0 0
sp4 5 7 0 5
sp5 0 4 0 0
[[3]]
2006 Nov 20
1
compilation bug
Hello
When i try to make world (any) from xen-3.0.2 to xen-unstable-src I
gat following error :
gcc -O2 -fomit-frame-pointer -DNDEBUG -m64 -Wall -Wstrict-prototypes
-Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common
-fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith
-pipe -I/home/test1/xen-unstable/xen/include
2007 May 24
1
help with libtool!
Hi,
Now I am working on BCC Cross-compiler in order to get the binaries for
LEON3 (Google SoC 2007).
I changed these lines of Makefile ...
CC = gcc
CPP = gcc -E
... to these :
CC = sparc-elf-gcc -mv8 -msoft-float
CPP = sparc-elf-gcc -mv8 -msoft-float -E
The options means:
-mv8 : generate SPARC V8 instructions
-msoft-float : emulate floating-point
When I run "make", there is a
2006 Apr 19
1
Probable Numeric Bugs in svd function (PR#8781)
Hello,=0D
=0D
I just noticed that the "svd" function does not work properly for some=0D
sparse matrices.=0D
When I replace the 0 by very small noises (let's say 10^-16), it then=0D
works.=0D
The test I've performed is to compared the singular values to the eigen=0D
values (as I work with squarred matrices).=0D
=0D
Here is the code (I may be wrong!):=0D
=0D
2009 Jul 27
1
Cross-validating two matrices
Hello,
I am trying to help a colleague with an R problem (see below) to whit
I can only generate a very inelegant solution. Any advice would be
welcome.
Thanks,
Brian
If you have two matrices, say a species by trait matrix (Matrix 1
below) and a plot by species matrix (Matrix 2 below), is there a
straightforward way to prune one matrix so that the species list
matches those in a
2008 Sep 24
0
Error results from MS Access via RODBC
I have an MS Access database with one table and one column holding rep(1:10)
I use:
library(RODBC)
channel <- odbcConnect("test")
sqlQuery(channel, paste("SELECT col FROM tblTest"), believeNRows=FALSE)
and get:
49
50
51
52
53
54
55
56
57
12337
What? The above should, of course, read:
1
2
3
4
5
6
7
8
9
10
I tried the 'odbcQuery' /
2010 Aug 11
3
UDL file
I have a problem with one application that using UDL file as a source to database.
I have installed MDAC2.8 jet4, and changed DLL-s odbc32, odbccp32, oledb32 to native version.
In odbcad32.exe I have created data source with the same configuration like in udl file and it's working.
How to open UDL file for edition in wine (no text file edition)?
Some ideas why it is not working?
1999 Jun 23
1
Samba and NT4-sp5 problems ??
We were using Samba 2.0.2 and Windows NT4-sp3 quite happily.. however
someone wants to use sp5 (get me a large caliber rifle, PLEASE!!), and
during some testing we noticed what 'looks like' file corruption problems.
Files do not seem to get written to the samba shares properly/completely...
I say looks like, because copying the files manually seems to be fine, but
when done within an app,
2011 Jul 09
1
[LLVMdev] Explicit register usage in LLVM assembly
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
On 07/08/2011 10:30 PM, Frits van Bommel wrote:
> On 8 July 2011 21:10, Yiannis Tsiouris <yiannis.tsiouris at gmail.com> wrote:
>> The problem with that is the case of an 'invoke' call. According to the
>> semantics of the invoke instruction the return value is not available when
>> a stack unwind happens. From
2008 Jan 23
2
Modem bridging on Asterisk (no VoIP involved)
Hi everybody.
I know maybe this question has been posted some time ago, but
I need your updated opinion on the subject.
I'm replacing our old pbx with asterisk.
I have two TE207 dual pri (e1) cards on a clustered system
(one on each node).
I absolutely need to connect 4/5 analog extensions with
modems, they're being used for remote assistance on very
old systems which cannot be upgraded
2016 Oct 20
0
[PATCH] Fix for crash with certain EFIs
Thank you all.
It looks like -mno-red-zone flag is already in master branch since
commit 7d70885d, but it seems it is applied to all EFI builds.
IIUC, the problem only affects efi64 builds.
So here's the modification of my patch to only apply -mno-red-zone
flag to efi64 target. The patch is against master. I verified that it
builds correctly in master. Please feel free to accept or reject
2006 Sep 26
1
How to "Pack" a matrix
Hello,
Suppose I have a matrix a where
a= sp1 sp2 sp3 sp4 sp5 sp6
site1 1 0 1 1 0 1
site2 1 0 1 1 0 1
site3 1 1 1 1 1 1
site4 0 1 1 1 0 1
site5 0 0 1 0 0 1
site6 0 0 1 0 1 0
And I want to pack that matrix so that the upper left corner contains
most of the ones and the bottom right corner contains most of the zeros
so that matrix b is
b= sp3 sp6 sp4 sp1 sp2 sp5
site1 1 1 1 1 0 0
site2
2012 Aug 16
0
[LLVMdev] MIPS & GP register
On Thu, Aug 16, 2012 at 10:37 AM, Carl Norum <carl at lytro.com> wrote:
>
> On Aug 15, 2012, at 11:56 PM, Eli Friedman wrote:
>
>> On Wed, Aug 15, 2012 at 10:17 PM, Carl Norum <carl at lytro.com> wrote:
>>>> -march=mips32r2
>>>> -mtune=4kem
>>>> -msoft-float
>>>> -EL
>>>>
>>>> -Xclang
2005 Mar 14
1
calling objects in a foreloop
I want to organize outputs from several regressions into a handy table. When I
try the following, each of my "fit_s" is replaces instead of read. Is there a
way to read from the regression summaries that does not require writing
separate lines of code for each?
-Ben Osborne
> fit1<-lm(dBA.spp16$sp2.dBA.ha~dBA.spp16$sp1.dBA.ha)
>
2024 Oct 13
1
XFS corruption reported by QEMU virtual machine with image hosted on gluster
Hello all! We are experiencing a strange problem with QEMU virtual machines where the virtual machine image is hosted on a gluster volume. Access via fuse. (Our GFAPI attempt failed, it doesn?t seem to work properly with current QEMU/distro/gluster). We have the volume tuned for ?virt?.
So we use qemu-img to create a raw image. You can use sparse or falloc with equal results. We start a virtual
1999 Jun 30
1
Need Advice: 2.0.4 or CVS samba
Hello,
I'm currently running a CVS version of SAMBA w/ PDC support from before
the 2.0.x series release. It has worked well for my needs. Now I'm
wanting to update my NT machines to SP5 which I assume doesn't work with
my version of SAMBA (SP4 doesn't). I couldn't find the answer in the mail
list archives.
So.......
I know 2.0.4 doesn't have "official"
2013 May 18
0
[LLVMdev] subtle issue with soft-float and new attribute scheme (possibly an issue with other attributes)
My understanding is that with the new attribute system we should
deprecate and eventually remove the codegen command line options.
On 17 May 2013 06:04, reed kotler <rkotler at mips.com> wrote:
> I can't say this is a bug it is changed behavior from before the new
> attribute scheme.
>
> This issue may appear with other attributes. (there are other attributes
> that clang
2013 May 17
3
[LLVMdev] subtle issue with soft-float and new attribute scheme (possibly an issue with other attributes)
I can't say this is a bug it is changed behavior from before the new
attribute scheme.
This issue may appear with other attributes. (there are other attributes
that clang will now place
on each function)
If you run clang as a single pass to create a .ll and don't say
-msoft-float, it puts the attribute use-soft-float=false on every
function. (It used to be that in that case