Displaying 20 results from an estimated 200 matches similar to: "Installation fails (PR#13669)"
2011 May 28
5
Segmentation fault again
Hi,
I have the following report after a cron job again?
/root/tools/expunge: Zeile 3: 4869 Speicherzugriffsfehler doveadm
expunge -A mailbox Spam savedbefore 5d
/root/tools/expunge: Zeile 5: 4915 Speicherzugriffsfehler doveadm
expunge -A mailbox Papierkorb savedbefore 4d
See the attachment.
Any ideas greatly appreciated. Thanks
--
Mit freundlichen Gr??en,
with kind regards,
Jim Knuth
2015 Feb 16
2
Small typo in german translation
Dear developers,
I found a small typo in the german translation for the aggregate() function:
In the string "keine Zeile f?r die Aggragation" it should be spelled
'Aggregation' instead of 'Aggragation' (e instead a).
After a quick look into the sources, I found two places for it:
#grep -r -e "Aggragation" *
src/library/stats/po/R-de.po:msgstr "keine
2007 Aug 23
1
figure-definition and heatmap question
Hello,
I have two questions. I'd like to visualize data with a heatmap and I have the
following testcase:
x <- rnorm(256)
nx <- x + abs(min(x))
nnx <- 255/max(nx) * nx
x <- matrix(nnx, 16, 16)
rownames(x) <-
2006 Apr 21
1
plot.default 'ylim' error message is wrong (PR#8784)
Full_Name: Lutz Prechelt
Version: 2.2.1
OS: WinXP SP2
Submission from: (NULL) (130.133.8.114)
This command
plot(0, 0, xlim=c(3, 5), ylim=c(0, 10, 17))
should complain about 'ylim' (because it has three elements).
However, it does in fact (in my german error message at least)
complain about 'xlim' instead:
Fehler in plot.window(xlim, ylim, log, asp, ...) :
ung?ltiger
2010 Apr 01
3
reading excel into R
Dear all,
I am new R user and I am sure that this question has been asked quite often
and I have also googled it and read about it! I understood that in order to
read excel sheet into R you need to open it and saved it as csv or text, is
this true? or you can use read.delim2 and read.csv2 to do this without the
following error
> dat <- read.csv2(file="C:\\Dokumente und
2012 Apr 08
2
How to produce serveral plots with pairs of vectors
Dear R-Users,
I have a newbie-question about producing several plots with five variable
pairs within in one code (loop).
Problem:
I define two objects, erveryone has five vectors (columns /variables):
dimensionen <- data.frame(meinspss$attr_diff_gesamt,
meinspss$finanz_diff_gesamt, meinspss$leist_diff_gesamt,
meinspss$soz_diff_gesamt, meinspss$wert_diff_gesamt)
gruppe <-
2012 Feb 20
1
FW: Problems with R
Dears,
I am a new R user and I am trying to analyze my data sets, R gives me a default when I type in the regression formula as following:
fit1=gamlss(tot_remun_revenue$tot_remun.y~tot_remun_revenue$revenue.x,family=NO)
Fehler in model.frame.default(formula = tot_remun_revenue$tot_remun.y ~ :
ung?ltiger Typ (NULL) f?r die Variable 'tot_remun_revenue$tot_remun.y' Is there anything
2017 Nov 07
1
Reset-ComputerMachinePassword
Dear list,
Resetting a computer password in samba 4.6 or later via Windows 7 PowerShell doesn't work. It worked fine until 4.5. Can someone confirm this or do only I have this problem?
PS C:\Users\Administrator> Reset-ComputerMachinePassword -Credential $cred
Reset-ComputerMachinePassword : Das Kennwort des sicheren Kanals für das Computerkonto konnte in der Domäne nicht
zurückgesetzt
2010 Jan 08
1
Zeilenweiser Plot einer Matrix
Liebe Liste,
bin noch absoluter R-Anf?nger und trotz flei?igen Lesens der
Dokumentation noch nicht zur L?sung des folgenden Problems vorgedrungen.
Die Werte einer 2D-Matrix sollen in einem einzigen 2D-Plot dargestellt
werden, in dem jeweils f?r die Werte einer Zeile ein Graph aus mit
Linien verbundenen Punkten gezeichnet wird. Die Matrix besitzt zw?lf
Spalten, die x-Achse soll einfach mit 1:12
2013 Feb 14
3
Problems plotting and regression w.r.t. date data type on x axis
Hello,
probably a newbie question, but i didnt find any information on
plotting/regressing w.r.t. a date data type. My trials were unfruitful. Can
anyone help ? Thanks in advance!
Here is my interaction with R:
> tabelle
date number date2
1 2009-01-1 1673 2009-01-01
2 2009-12-1 2111 2009-12-01
3 2010-7-1 2487 2010-07-01
4 2013-2-1 4301 2013-02-01
> regression.punkte<-lm(tabelle$number
2005 Sep 30
3
Subscripting fails if name of element is "" (PR#8161)
Dear all,
I resend this mail because it was blocked: I submitted a bug from the r-bug
webpage and hypatia seems to block mail that is send from a different IP
than that usually associated with the email. Looks like it is currently
impossible to correctly submit bugs from the website. However, here is the
original bug report:
(PR#8161)
Dear all,
The following shows cases where accessing
2013 Dec 10
3
[Samba 3, Debian wheezy] All of a sudden, resolving ADS user fails completely
Hello everybody.
since this morning I've got a massive problem.
My fileserver (Debian wheezy, Samba 3, everything up-to-date) is an ADS
member server and was running flawlessly for two weeks. Since a few days
I began to move users to this server from an old one, and since this
morning nothing works anymore.
The symptoms are: User get "wrong password" when trying to mount
2017 Aug 18
1
Issues of R_pretty in src/appl/pretty.c
Examples similar to
pretty(c(-1,1)*1e300, n = 1e9, min.n = 1)
with smaller 'n':
pretty(c(-1,1)*1e304, n = 1e5, min.n = 1)
pretty(c(-1,1)*1e306, n = 1e3, min.n = 1)
A report on 'pretty' when working with integers, similar to what led to change of 'seq' fuzz, is https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15137
--------------------------------------------
On Tue,
2008 Jan 26
0
Can`t compile Xen3.2 with ACM
Hello Folks, I tryed to compile Xen3.2 sources with ACM.
To include ACM in the build I set ACM_SECURITY ?= y in Config.mk.
When I start the build process by calling "make all" compiling failes:
acm_core.c: In Funktion »acm_init«:
acm_core.c:283: Fehler: »policy_buffer« nicht deklariert (erste
Benutzung in dieser Funktion)
acm_core.c:283: Fehler: (Jeder nicht deklarierte Bezeichner
2007 Mar 27
1
Ultime9 works - or wine more win9x compatible than NT :-)
Hi,
When I was about 17 (4 years ago) I dreamed Ultima9 would run on Wine.
No joke - I really dreamed about it. Maybe the many not very
successful tries with WineX made my brain to rebell even when I slept
;)
I thing with WineX 1.1 or 2.0 it worked but:
- 3d sound was broken.
- Colors were mixed up + some other rendering problems
- I had to hack a bit, because it crashed when it attemped to
2008 Aug 06
2
software runs in a loop [mathe coach]
I wants to start a win Prog called "Mathe Coach" with wine.
And yes I know that there are ohter and better Progs for linux, but it has to be that one....not my decision :-)
The occuring problem is that wine hangs in a loop and i can't make neither head nor tail of the debug messages (the file is over 10 MB large, and i abborted wine after a few seconds to avoid larger files)
here a
2012 Mar 04
5
wine 1.4rc6 crashes if alsa is available
I'm using wine in combination with pylotro for playing Lotro with Arch Linux. Since about a month the game start is blocked with the message:
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0xf75822fe
wine client error:9: write: Ung??ltiger Dateideskriptor (bad file descriptor)
Today I was trying again to manage that problem. When I keep the crashed game open and start
2009 Jul 29
3
(senza oggetto)
Ciao,
ho aperto con R un file di classe data frame con 15000 righe e 29 colonne.
Nella console però sono visualizzate solo la prime e l'ultima colonna e le ultime 8000 righe circa.
E' possibile una visualizzazione completa?
Grazie
Sabrina
[[alternative HTML version deleted]]
2008 Nov 06
0
VC98 unter wine -> undname.c:189: str_array_push: Assertion
Hi everybody,
am trying to compile an existing Visual C++ 6 projekt under wine.
But at one file i get the error mentioned in the topic.
Some more detail about the code:
working:
Code:
typedef std::set<Int> IdxSet;
typedef map<Int, IdxSet> InstMap;
typedef map<string, InstMap> AttrMap;
typedef map<string, Int> AttrMonitor;
not working:
Code:
typedef
2009 Jun 15
0
[Fwd: Re: enourmous amount of disc writes]
-------- Original Message --------
Subject: Re: [Dovecot] enourmous amount of disc writes
Date: Mon, 15 Jun 2009 18:48:50 +0200
From: Rainer Sigl <sigl at mpe.mpg.de>
To: Ralf Hildebrandt <Ralf.Hildebrandt at charite.de>
References: <4A3640C5.1070105 at mpe.mpg.de>
<4A364233.6090001 at schetterer.org> <4A365913.6030301 at mpe.mpg.de>
<20090615142836.GX29026 at