Displaying 9 results from an estimated 9 matches for "eei".
Did you mean:
edi
2011 Feb 23
0
Problem with Mclust
...ve a look at
http://dl.dropbox.com/u/5685598/dataedges.csv
).
Now, I would like to use the info on columns 1,2 and 4 to predict the
value in column 3.
However, when I run the script below (obg_mining_script.R), I get errors
and plenty of warnings.
source('obg_mining_script.R')
EEV EEI EEI EEE EEE EII EII EII EII EII EII EII E
3 4 3 3 2 8 5 8 2 9 2 9 2
[1] "OK training"
Error in cdensE(data = data, logarithm = TRUE, parameters = parameters, :
data must be one-dimensional
In addition: There were 42 warnings (use warnings() to see them)
C...
2006 Jan 26
2
nmbd terminates with error code 58
.../ _/ _/ University of Erlangen
_/ _/ _/ _/ Department of Sensor Technology
_/_/_/ _/_/ _/_/_/ Paul-Gordanstr. 5, 91052 Erlangen, Germany
Dipl.-Ing. Martin Meiler
tel.: (+49)-9131-85-23140
fax.: (+49)-9131-85-23133
email: Martin.Meiler@lse.eei.uni-erlangen.de
2001 Nov 16
2
Unable to print correctly html on Windows Printer (SMB) Share
Hi All,
After connecting a HP DeskJet 950C printer to my NT Server and configuring it as a share printer, I used samba and printconf to connect to it.
I setup the printer in printconf as a Samba (SMB) Printer/Windows Printer (SMB) Share
After restarting the lpd daemon, I can print successfully the ASCII test page and other linux files, e.g. smb.conf, /etc/fstab, etc.
My problem is that I am unable
2001 Nov 27
1
Samba/Linux security and sync
Hi All,
I have a Linux RedHat 7.0 box running web server and Samba server 2.2.0.
I have setup accounts for users.
I wish to use the password sync feature.
I uncommented the lines;
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password*%n\n *passwd:*all*authentication*tokens*updated*successfullly*
But this doesn't seem to
2006 Jul 27
1
central samba server
I have about 10 linux/unix machines running samba, one of which should
be a central samba server.
Additionally, I have about 30 Windows machines.
My problem is that I want the share(s) of the other linux/unix machines
to be mounted on the samba server,
so that they only can be access via this server.
But if I run samba on the other linux/unix machines, I can also access
their shares directly,
2001 Nov 13
2
Cannot access Samba through Win2000 or WinNT Server but can from WinNT Workstation?
Hi all,
I have Samba 2.2.2 running on a Linux 7.1 box.
4 machines connected to a WinNT Server via a hub.
The 4 machines are WinNT Server, WinNT Workstation, Win2000 and Linux running Samba Server.
With Samba running (see testparm for samba configuration details) I can logon and access files on the Linux machine using the WinNT Workstation but cannot access the Samba server using the WinNT Server
2002 Nov 22
0
RE:swat in samba-2.2.7
...as logical for it to
> be a part of smbpasswd.
>
> smbpasswd -r may work for me...
>
> thanks
>
> brad
>
--
John H Terpstra
Email: jht@samba.org
--__--__--
Message: 16
Date: Fri, 22 Nov 2002 18:34:22 +0000
From: jra@dp.samba.org
To: Mairead Gallagher <lmimgar@portal.eei.ericsson.se>
Cc: samba@lists.samba.org
Subject: Re: [Samba] Unregistering with WINS
On Fri, Nov 22, 2002 at 04:28:40PM +0000, Mairead Gallagher wrote:
> Is there a way to get nmdb to unregister itself with the
> WINS server when it shuts down? I'm trying to get this
> working to r...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
.../sbin/chkconfig --del ovirt-host-keyadd
- %{__rm} %{_initrddir}/ovirt-server
- %{__rm} %{_initrddir}/ovirt-host-keyadd
-fi
-
# if this is the initial RPM install, then we want to turn the new services
# on; otherwise, we respect the choices the administrator already has made.
# check this by seeing if each daemon is already installed
@@ -231,12 +234,13 @@ fi
%{_initrddir}/ovirt-mongrel-rails
%{_initrddir}/ovirt-taskomatic
%{_initrddir}/ovirt-vnc-proxy
-%{_sysconfdir}/cron.d/%{name}
+%config(noreplace) %{_sysconfdir}/cron.d/%{name}
+%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%...