Displaying 20 results from an estimated 135 matches for "etes".
Did you mean:
eres
2001 Apr 10
1
problem with domain
...nu, desktop,
...), but no profile informations of office or any
screen/color/printer/.... settings?
Another problem with the printers:
You can install them on the clients (NT 4, Serive Pack 6) only as admin,
but you can't use them as user afterwards.
Any help/hints/rtfms?
Thanks,
Jan
--
ETES - Espenhain & Theofel EDV-Systeme GbR
Libanonstrasse 58 A * D-70184 Stuttgart
Phone +49 711 4895550 * Fax +49 711 4809761
EMail: info@etes.de --- URL: www.etes.de
2011 Sep 01
4
[PATCH 1/1] staging: hv: Add support for >2 TB LUN in storage driver.
If a LUN larger than 2 TB is attached to a Linux VM on Hyper-V, we currently
report a maximum size of 2 TB. This patch resolves the issue in hv_storvsc.
Thanks to Robert Scheck <robert.scheck at etes.de> for reporting the issue.
Signed-off-by: Mike Sterling <mike.sterling at microsoft.com>
Signed-off-by: K.Y. Srinivasan <kys at microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
---
drivers/staging/hv/hyperv_storage.h | 1 +
drivers/staging/hv/storv...
2011 Sep 01
4
[PATCH 1/1] staging: hv: Add support for >2 TB LUN in storage driver.
If a LUN larger than 2 TB is attached to a Linux VM on Hyper-V, we currently
report a maximum size of 2 TB. This patch resolves the issue in hv_storvsc.
Thanks to Robert Scheck <robert.scheck at etes.de> for reporting the issue.
Signed-off-by: Mike Sterling <mike.sterling at microsoft.com>
Signed-off-by: K.Y. Srinivasan <kys at microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
---
drivers/staging/hv/hyperv_storage.h | 1 +
drivers/staging/hv/storv...
2003 Apr 28
4
Problem after system hang and reboot
Hello,
a system here stopped because it had a hardware problem. We rebooted it and
have now the following problem:
The data disk /dev/hde1 is formatted as ext3. Obviously one of the inodes is
bad and we get a lot of lines:
Truncating prphaned inode 8863987 (uid=0, gid=0, mode=0100644, size=742)
when running fsck.
These lines have always the same values (inode, mode, ... are equal) and ar
enow
2003 May 23
1
Summary statistics & plots of repeated measures data
I'm an R novice and my colleagues are about to convince me to get my
data into SPSS, which will presumably be easier for someone who
doesn't live in R to point and click his way into some kind of
analysis that might be meaningful.
I've got two groups of subjects (classkey in the table below).
They've each received several different treatments. One measure is a
1-7 rating taken
2004 May 04
3
Unable to gunzip file
Hello all,
I have downloaded samba-2.2.8a-1-sol8-suncc-32bit.pkg.gz and I am trying
to gunzip it but I get
gunzip: samba-2.2.8a-1-sol8-gcc295.pkg.gz: not in gzip format
what could be the problem ?
*********************************************************************************
Ce courriel ainsi que ses pieces jointes sont strictement reserves a
l'usage de la ou du destinataire et peut
2009 Jan 23
0
RE: XEN limit
...cores.
Many thanks
Konrad
--------------------------------------------------------------------
Les informations contenues dans ce message et/ou ses annexes sont
reservees a l''attention et a l''utilisation de leur destinataire et peuvent etre
confidentielles. Si vous n''etes pas destinataire de ce message, vous etes
informes que vous l''avez recu par erreur et que toute utilisation en est
interdite. Dans ce cas, vous etes pries de le detruire et d''en informer la
Banque Europeenne d''Investissement.
The information in this message and/or att...
2007 Dec 11
3
got too little data ??
I just switched in a hurry one of our mailbox servers from UW-imapd to
Dovecot in an attempt to address performance and stability problems.
This server hosts ~5500 accounts, ~2000 are daily used, ~600
simultaneous IMAP connexions in rush hours, and lots of POP ones. Some
accounts may be accessed simultaneously with IMAP and POP.
The system is :
- Debian Sarge (x86 with amd64 kernel)
- MBOX files
2014 Feb 05
0
100% přírodní složky
V??en? z?kazn?ku,
tak jak st?rneme, kles? na?e pohlavn? potence.
N?? organizmus produkuje m?n? testosteronu,
co? je v?znamn? hormon mu??, a proto je i
na?e touha men?? a v?kon slab??.
Pro mnoho mu?? to znamen? v??n? pohlavn?
probl?my - slab? nebo neexistuj?c?
stopo?en?, ztr?ta mu?nosti nebo schopnosti
uspokojen?. Jsou to trapn?, poni?uj?c? v?ci.
Samoz?ejm? na to existuj? l?ky na l?ka?sk?
p?edpis,
2003 Nov 24
2
merging variable and character
Hi R lovers! I'd like to know the trick to get a plot with a title
associating variable and text
I'd like to plot something like
for (i in 1:10) plot(x[,i],ylab="Serie" & i)
to get Serie 1 Serie 2 so on and so forth... of course it doesn't work.
If somebody could give me an idea, it would be very nice
thank you very much and long life to R
Vincent
2006 Jul 13
1
ts and stl functions - still a problem
Hi
I am still having problems with using the stl function, when I read the csv file into R into a file called tkr and use dim(tkr) the result is 132 1 which is fine.
When coerce it into a trime series using ts either:
tstkr <- ts(t(tkr), deltat=1/12) or
tstkr <- ts(c(tkr), deltat=1/12)
and use the stl function I get the following error:
Error in
2008 Feb 08
2
learning S4
Hi the list.
I try to learn the S4 programming. I find the wiki and several doc. But
I still have few questions...
1. To define 'representation', we can use two syntax :
- representation=list(temps = 'numeric',traj = 'matrix')
- representation(temps = 'numeric',traj = 'matrix')
Is there any difference ?
2. 'validityMethod' check the
2012 Jun 30
5
Problems with associations
Hello guys, I have two tables, tasks and projects, and each model I put:
Task.rb
class Task < ActiveRecord::Base
attr_accessible :user_id, :project_id, :name
belongs_to :project
end
Project.rb
class Project < ActiveRecord::Base
attr_accessible :name, :description
has_many :tasks
end
But when I go to my prompt and I make a SELECT with task, none project
is returned.
2006 Sep 08
4
Connecting to a SQLBASE database with R
Hi,
I am trying to extract data from a database with R in order to produce monthly statistics.
I found in the R Website, the package RODBC, RSQLite and others ones which permit this kind of extraction.
The database I want to be connected with is a SQLBASE 7.0 database.
So, I would like to know if, using one of these package or another one, I could be able to connect with this type of database.
2003 Apr 24
3
Missing Value And cor() function
Hi r lovers!
I 'd like to apply the cor() function to a matrix which have some missing values
As a matter of fact and quite logically indeed it doesn't work
Is there a trick to replace the missing value by the mean of each variable or by any other relevant figures ?
Or should I apply a special derivate of the cor() function, (I don't have any idea if it exists and have some trouble to
2012 Feb 27
1
samba ldap domain member server with cifs and nfs
.../artpricedotcom
"Ce message et toutes les pieces jointes sont des informations
strictement confidentielles et reservees au(x) destinataire(s). Ce
courriel n'a pas de valeur contractuelle et son contenu ne constitue ni
une acceptation, ni un engagement de la part de l'auteur et des societes
du groupe Serveur et Artprice, sauf dans le cas ou cela aurait ete prevu
avec le destinataire par un accord ecrit. Le contenu de ce message et
les pieces jointes ne peuvent constituer une preuve au sens de l'article
1316-1 du Code Civil. L'auteur et les societes du groupe Serveur et
Artpric...
2007 Dec 12
1
Just verifying upgrade procedure?
When upgrading from source, it's ok to just run make install and every files will be overwritten with the new version?
Nothing else one should do?
Regards,
BTJ
--
-----------------------------------------------------------------------------------------------
Bj?rn T Johansen
btj at havleik.no
-----------------------------------------------------------------------------------------------
2000 May 04
0
About Omega in pda()
...- Paris-X Nanterre
Damien.Berlemont at ccf.fr
******************************************
Ce message est strictement confidentiel. Son integrite n''est pas assuree sur Internet. Le contenu de ce message ne peut engager la responsabilite du Credit Commercial de France. Si vous n''etes pas destinataire du message, merci d''en avertir immediatement l''expediteur et de le detruire.
This message is strictly confidential. Integrity is not guaranteed through Internet. The content of this message does not bind Credit commercial de France in any way. If you are not th...
2005 Mar 05
1
Object containing different classes
Hi,
i want to create an object which contains different classes: for example i
have some time series and test if ARIMA models are best than HoltWinters
models: for each of my time serie i want to collect in an unique object
which model was the best: for some it will be an HoltWinters class and for
some other an Arima class.
is there any solution?? thanks in advance, with my best, erik sauleau
2008 Feb 29
1
inheritence in S4
Hi the list
I define a class A (slot a and b), a class C (slot c and d) and a class
E that inherit from A and B.
I define print(A) and print(B). For print(C), I would like to use both
of them, but I do not see how...
Thanks for your help...
Christophe
----------------------------------------------------------------
Ce message a ete envoye par IMP, grace a l'Universite Paris 10 Nanterre