Displaying 20 results from an estimated 300 matches similar to: "changing dpi with regeidt doesn't work"
2011 Sep 19
1
GnuTLS error but wine thingks tes is ok
I'm wonder whether this :
tfoerste at n22 ~/devel/wine-git/dlls/secur32/tests $ make test
...
ntlm.c:1343: Tests skipped: NTLM package not installed, skipping test
../../../tools/runtest -q -P wine -M secur32.dll -T ../../.. -p secur32_test.exe.so schannel.c && touch schannel.ok
GnuTLS error: GnuTLS internal error.
...
is wanted (schannel.ok is created in this case).
I tested the
2011 Sep 26
0
Fwd: Re: GnuTLS internal error in wine test case
Hello,
the following test case failed at my gen6too Linux using GnuTLS 3.0.3 :
tfoerste at n22 ~/devel/wine-git/dlls/secur32/tests $ make test
../../../tools/runtest -q -P wine -M secur32.dll -T ../../.. -p
secur32_test.exe.so schannel.c && touch schannel.ok
GnuTLS error: An unexpected TLS packet was received.
GnuTLS error: A TLS fatal alert has been received.
schannel.c:748: Test
2011 Mar 14
1
How to change the dpi from 96 to 115 automatically
Currently I start winecfg and set the dpi within the GUI.
Is there any chance to use "wine regedit ..." for that thing ?
TIA
--
MfG/Sincerely
Toralf F?rster
pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3
2012 Jan 12
2
scp should not report 100% until the last byte is transferred
Hello,
just my opinion, but yesterday I run into a case, where after 7 hours of
transferring a file (a little bit greater than 1 GB) the scp reported 100% and
after that exited with an error (AIX 7.1):
$ tsocks scp foo user at host:/tmp
...
100% 1101MB 44.2KB/s 448.0KB/s 7:05:38
scp: /tmp/foo: File too large
Probably it should not be rounded up to 100% ?
--
MfG/Sincerely
Toralf F?rster
2011 Jan 03
1
set registry value HKEY_CURRENT_USER\Software\Wine\X11 Driver to "ClientSideWithRender"="N"
After reading this comment
https://bugs.freedesktop.org/show_bug.cgi?id=30157#c5 I'm wondering whether
the registry value in comment #4 of that bug report should be made a default
value for wine or not ?
--
MfG/Kind regards
Toralf F?rster
pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3
2011 Apr 26
1
question releated to Makefile dependencies
I changed my configure + build 1-liner of wine :
$>export CFLAGS="-O2 -march=native -pipe -g -ggdb"; export CXXFLAGS="$CFLAGS";
export CC="ccache gcc"; ./configure --enable-tests; make -j 2
with respect to the CFLAGS and wonders now, why make after the "make depend"
step didn't found anything new to build.
Doesn't depend the main target from
2011 Sep 12
14
[Bug 8450] New: --link-dest seems not to work mounted NTFS file systems
https://bugzilla.samba.org/show_bug.cgi?id=8450
Summary: --link-dest seems not to work mounted NTFS file
systems
Product: rsync
Version: 3.0.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
2014 Aug 31
4
[Bug 2269] New: ssh-copy-id: does not respect .ssh/config
https://bugzilla.mindrot.org/show_bug.cgi?id=2269
Bug ID: 2269
Summary: ssh-copy-id: does not respect .ssh/config
Product: Portable OpenSSH
Version: 6.6p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh-copy-id
Assignee: unassigned-bugs
2024 Aug 25
3
[Bug 3722] New: check ssh key (and other parameters) before running the proxy command
https://bugzilla.mindrot.org/show_bug.cgi?id=3722
Bug ID: 3722
Summary: check ssh key (and other parameters) before running
the proxy command
Product: Portable OpenSSH
Version: 9.8p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component:
2017 Mar 19
8
[Bug 2695] New: inconsistent outout of "ssh.add -l" between ed25519 and rsa keys
https://bugzilla.mindrot.org/show_bug.cgi?id=2695
Bug ID: 2695
Summary: inconsistent outout of "ssh.add -l" between ed25519
and rsa keys
Product: Portable OpenSSH
Version: 7.3p1
Hardware: Other
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component:
2011 Sep 14
10
[Bug 8456] New: improve --link-dest bahaviour
https://bugzilla.samba.org/show_bug.cgi?id=8456
Summary: improve --link-dest bahaviour
Product: rsync
Version: 3.0.8
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: toralf.foerster at gmx.de
2009 Oct 16
1
How odds ratio is computed in fisher.test()?
I'm wondering how odds ratio is computed. I thought that it is
(n11/n12)/(n21/n22), but it is not what fisher.test() computes. Could
somebody let me know?
> n11=3
> n12=1
> n21=1
> n22=3
>
> n1_=n11+n12
> n2_=n21+n22
>
> n_1=n11+n21
> n_2=n12+n22
>
> x=rbind(c(n11,n12),c(n21,n22))
>
> threshold=dhyper(n11,n1_,n2_,n_1)
>
2007 Apr 04
1
DFS not working from XP
Hi,
I'm am trying to configure our samba server to use dfs. It authenticates
against active directory but it gets the uid mappings from nis via the
local
nsswitch. I think I have configured dfs ok as smbclient[1] seems to work ok
with my minimal config[2]. However I can't access it from Windows XP[3],
I get
"network path was not found" when using "net use" from a
2011 Oct 08
1
HWEBayes, swapping the homozygotes genotype frequencies
I evaluated the Bayes factor in the k=2 allele case with a "triangular"
prior under the null as in the example in the help file:
HWETriangBF2(nvec=c(88,10,2))
[1] 0.4580336
When I swap the n11 entry and n22 entry of nvec, I received totally
different Bayes factor:
>
> HWETriangBF2(nvec=c(2,10,88))
[1] 5.710153
>
In my understanding, defining the genotype frequency as
2005 Feb 16
1
Help Please!!!!
I have a asterisk server with 6 Cisco ATA connected in SIP. My problem is
that one of them is dropping calls an I can't figure out what is the
problem; I had made a SIP DEBUG PEER 1088 that is the peer with the problem.
Any help will be appreciate
Thanks
Erick Weber
VoIP*CLI> sip debug peer 1088
SIP Debugging Enabled for IP: 201.133.170.82:5060
Peer RTP is at port 192.168.1.69:0
Peer
2007 Nov 30
0
Is there any multivariate regression function to combine all variables from a dataset?
Hi everybody,
I've been looking for a function that combines all variables from a
dataset because I need to do multivariate regression.
If we have linear regression with an expression like f(x) = a0 +
sum(ai*xi) what I want to do is something like f(x) = a0 + sum(ai*xi) +
sum(sum(bij * xi * xj)) + sum(sum(sum(cijk*xi*xj*xk))) + ...
So I need a function that combines all the values from
2011 Nov 16
1
Network questions
Hi all,
When creating a new network:
1) Is there a way to disable automatic spawning of dnsmasq on network creation? I read that leaving out the <DHCP> section should accomplish this, but that is not what I am seeing.
2) Is there a way to disable automatic installation of iptables rules?
3) For that matter, what is the purpose of the default iptables rule set? Doesn't
2012 Oct 15
1
library(rmeta)
Hello,
I have a data with following format:
Predictors n11 n12 n21 n22 Odds.Ratio log.ratio se.log.odds.
1 ProcOR respirato
2 ProcVaric vein
3 DiagCardiac anom
4 DiagAllergy
5 DiagOth skin dx
6 DiagGastritis
I want to plot odds ratio by command: forestplot in rmeta library, but I get the following error constantly.
Error in
2008 Aug 22
2
help needed for HWE.exact in library "genetics"
Hi,
I have a genotype data for both case and controls and would like to calculate the HW p-value. However, since the number of one genotype is 0, I got wired result. Would someone help me to figure it out? Or confirm it's right? Thanks a lot.
============
> library( "genetics" )
NOTE: THIS PACKAGE IS NOW OBSOLETE.
The R-Genetics project has developed an set of enhanced
2011 Apr 16
0
Question abt power calculation in multistrata data using Hmisc or other package
Hi,
I have two unequal patient groups belonging to different
geographic locations, treated by different drug regimens and their
survival data. N1=150 and N2=60
In each group of data there are
three strata for one independent variable- treatment status (2=two
drugs administered, 1=only one conventionally used drug administered,
0=no drug administered), dead or not and months to death. In order to