Displaying 20 results from an estimated 2000 matches similar to: "Advanced Winbind questions"
2015 Dec 17
2
llvm-3.6 MCAsmParser x64 Error "invalid operand for instruction" when msb set
Hello,
I am experiencing problems, when trying to assemble these two x86-64 Opcodes
"add r64, imm32"
"imul r64, r64, imm32"
When having the most significant bit set for imm32, for example:
"add rax, 0x80000000", "add rax, 0xffffffff", ...
"imul rbx, rsi, 0x80000000", "imul rbx, rsi, 0xffffffff", ...
The Error Message I receive is the
1999 Nov 27
1
portfolio.optim.default, Packages tseries quadprog (PR#348)
Full_Name: Ansgar Steland
Version: 0.90.0
OS: Linux 6.1 FreeBSD 3.2
Submission from: (NULL) (62.104.196.10)
Dear R Team,
Yesterday I downloaded R 0.90.0 and the current versions of some
packages (tseries, quadprog,...).
I had no problems to build the program using FreeBSD 3.2 and SuSe Linux 6.1.
I also re-build all packages required by tseries.
I checked out portfolio.optim (package:
2004 Jul 26
3
Read SPSS data (*.sav) in R 1.8.0 (ok) and R1.9.1(error)
Hallo!
I read SPSS data in the following way:
library(Hmisc)
library(foreign)
dat<-spss.get("surv_abb.sav")
In R1.9.1 I got the message:
"Error in all(arg == choices) : Object "typeDate" not
found"
In R1.8.0 the same script works fine.
Does anybody know a possibilty to read a SPSS file
under R1.9.1?
Thanks!
Karl
2012 Feb 01
6
While loop working with TRUE/FALSE?
Hi R users,
is there any possibilty that a while loop is working like that:
z <- c(0,1,2,3,4,5,6,7,8,9)
r <- 7
while(w == T) {
for ( i in 1:10 ){
w <- r == z[i]
print(w)
}
}
The loop should stop if w == TRUE
best regards
--
View this message in context:
2010 Jun 27
2
floating point in single precision
Hello,
is there a possibilty in R to convert numbers (double precision, 64bit) into
single precision ones (32bit).
I need that for compatibility reasons. Until now I call a C application which
casts a double to a float.
float precision32(double value) {
return (float)value;
}
But I want to use a R only method. What can I do?
Kind regards,
Sebastian
2002 Jun 20
2
cat output To data.frame.rows ?
Hi,
is there a possibilty to get my function output with "cat "
as data.frame.rows with variables ?
Var1---------------- 8 15 1 3
Var2---------------- 0.170 0.319 0.0213 0.0638
Var3---------------- 83.8 88.6 90 75
Var4---------------- 84.3 84.3 100 83.3
Var5---------------- 62.5 56 20 53.3
function(data.frame) {
....
....
2003 Oct 30
6
Info on UK ISDN30e?
Hi :)
My employer is looking to move a call centre to a new office, and has
been increasingly frustrated with their legacy PBX (call-logging
licensing and hardware upgrade costs). So I've stepped forth as the
Open Source Pedant and suggested Asterisk so we can do all our own
CallerID / call logging / analyses, and make use of IP Phones /
teleworking, etc.
The problem begins in that I only
2008 Jan 18
1
XEN 3.2.0 default bridge changed ?
Hello !
I yesterday updated one server to XEN 3.2 which was running 3.1.2 before.
The default bridge setup stopped working (Guests network packets were
not forwarded to physical ethernet connection on eth0)
My bridge setup looked like this:
root@quadxeon2:~# brctl show
bridge name bridge id STP enabled interfaces
eth0 8000.003048359fc0 no
2008 Jan 18
2
Build XEN 3.2 with cpufreq Support
Hello !
Does anybody know how to build and use cpufreq support that should be in
3.2 since -unstable time ?
Bye
--
__________________________________________________
Ralf Schenk
fon (02 41) 9 91 21-0
fax (02 41) 9 91 21-59
rs@databay.de
Databay AG
Hüttenstraße 7
D-52068 Aachen
www.databay.de
Vorstand: Jens Conze, Ralf Schenk, Aresch Yavari
Aufsichtsratvorsitzender: Ansgar Vögeli
2009 Nov 24
3
1950's UK rotary dial phone
Folks,
I've got one of those GPO 1950's rotary dial phones that I'm trying to
get working in the UK. I've got pretty much everything working with my
TDM400, the phone rings and I can receive calls but I cannot dial with
the rotary dialer. I have set pulsedial=true or whatever the exact
setting is and I can dial from the phone by lifting the receiver and
tapping out the number on
2011 Jul 20
3
Grouping columns
*Hi @ all,
I have a question concerning the possibilty of grouping the columns of a
matrix.
R groups the columns alphabetically.
What can I do to group the columns in my specifications?
The script is the following:*
> #R-Skript: Anzahl xyz
>
> #Quelldatei einlesen
> b<-read.csv2("Z:/int/xyz.csv", header=TRUE)
>
> #Teilmengen f?r die Einzeljahre generieren
>
2009 Jul 15
1
How to limit memory reported to a program?
I'd like to run write.exe (an - I think - old Windows 3.1 application). The problem is: It doesn't run but brings up a message that there isn't enough working memory (out of memory error). Actually, there is too much of it. With Windows itself, I can fix it by adjusting the FileCache entry in the system.ini (see http://support.microsoft.com/?scid=kb;en-us;253912). Unfortunately, this
2003 Dec 12
1
How to take over ringing calls
Hi all,
I searched through the archives, but found nothing...
Is there a possibilty, to take over a call ??
I have for example two extensions..
102 and 103....
if 102 is ringing, but noone one the desk, I want, that 103 can answer
this call on his phone, by just typing some digits...
has someone such a setup running, and perhaps some hints for me ???
Thanks in advance....
--
Bye
Ernst
2007 Dec 17
1
How to change dovecot's bounce message
Hi,
I am using the quota plugin of dovecot. Dovecot is running as LDA for postfix.
When the system is running into the quota limit, the bounce message reads as
follows:
> Your message was automatically rejected by Dovecot Mail Delivery Agent.
> The following reason was given:
> Quota exceeded
Can I somehow change this message, to make it more userfriendly? Postfix has a
possibilty
2002 Mar 26
1
process & tracking
Hi,
exist a possibilty to work with more than one process
like this,or in another way is it possible to start
more than one time R (Win2000) and let run the process at one
task and work interactive normal with the other.......(but this is
perhaps dangeorous , cause of same .RData file) ?
while(1) {
queryTrack()
Sys.sleep(12)}
thanks & regards,
Christian
2003 May 11
1
simulating data
..for a "unit test" i need a lot of rows in my database, so i simulate.
My problem, using Win2k,R.1.7.0, 256RAM is that i'm getting memory-erros go about the 1000.000 border , but
i need bigger test data. Ok is approriate buy more RAM, but is there a possibilty simulate a lot of single rows, one after
another and between this 2 steps -> Add th row to database and delete them
2005 Aug 22
1
vectors of different length in a matrix
HI!
I?ve 3 vectors of different length (a,b,c) and want to arrange them in a
matrix a,b,c as rows and the figures of these vectors in the columns
(with that matrix i want to calculate a distance between thes vectors -
vegan - vegdist - horn). Is there a possibilty to create such a matrix
and to fill up the missing fields with NA?s automatically????
Thanx
marten winter
--
*Marten Winter*
2007 Nov 27
1
routing
Hi all,
My site uses subdomains to define an item. Eg http://itemname.mysite.com
I fetch the itemname and render the appropriate site from that
itemname. The subdomain is used everywhere (eg http://itemname.mysite.com/events,
http://itemname.mysite.com/products/show/11, ...)
I now want to give the user the possibilty to use a ''real'' domain like
www.itemname.com that should
2011 Oct 27
1
plotting large time series
hello,
I got a problem with plotting large time series, since I want to store
the results in a .PDF file (I want to store several pages of plots). The
PDF files get too large to be handled (> 10MB, one was even 200MB big).
So I wonder, if there would be a possibilty to either
- reduce the file size of the PDF
- change the way the plot is generated to reduce the plot size?
I use:
2019 May 19
0
Samba as AD controller and local auth
On 19/05/2019 09:27, David Puffer via samba wrote:
> Hello all,
>
> I have been breaking my head about this for several days now - what seems to be something “easy” to do (or at least I suppose others would also encounter this problem) simply does not work: I am running a Samba Active Directory Domain Controller on my Synology NAS.
How did you create the AD DC ?
Did you provision it ?