Displaying 20 results from an estimated 78 matches for "nei".
Did you mean:
ne
2006 Dec 01
1
memeory problem?!
...;morph", zcol="morph_class")
during the step : ....perform the clustering
after a lot of time,
i've this error:
Errore in sprintf(fmt, ...) : La lunghezza della stringa eccede la
dimensione del buffer di 8192
Inoltre: Warning messages:
1: perl = TRUE ?? implementato solo nei locale UTF-8
2: perl = TRUE ?? implementato solo nei locale UTF-8
3: perl = TRUE ?? implementato solo nei locale UTF-8
4: perl = TRUE ?? implementato solo nei locale UTF-8
5: perl = TRUE ?? implementato solo nei locale UTF-8
6: perl = TRUE ?? implementato solo nei locale UTF-8
7: perl = TRUE ?? imp...
2006 Dec 01
1
memory problem
...ot;morph", zcol="morph_class")
during the step : ....perform the clustering
after a lot of time,
i've this error:
Errore in sprintf(fmt, ...) : La lunghezza della
stringa eccede la dimensione del buffer di 8192
Inoltre: Warning messages:
1: perl = TRUE ?? implementato solo nei locale UTF-8
2: perl = TRUE ?? implementato solo nei locale UTF-8
3: perl = TRUE ?? implementato solo nei locale UTF-8
4: perl = TRUE ?? implementato solo nei locale UTF-8
5: perl = TRUE ?? implementato solo nei locale UTF-8
6: perl = TRUE ?? implementato solo nei locale UTF-8
7: perl = TRUE ?? imp...
2008 May 09
3
For Social Network Analysis-Graph Analysis - How to convert 2 mode data to 1 mode data?
Hi,
Does anyone know of a package in R that has a function to convert
network data (e.g. an adjacency matrix or ) from 2-mode to 1-mode? I am
conducting social network analysis. I know that Pajek has this function
under Net --> Transform --> 2-mode to 1-mode --> Rows. I have searched
the documentation under packages 'sna', 'network', 'igraph', and
2012 Feb 26
10
Software Profili2 on Ubuntu by Wine
Hi
Greetings to all
Is my first post in this forum
sorry for my english
Many compliment to all developers for great work in Wine
Profili2 is the most famous Windows software for designe airfoil profile for RC airplane models.
Some times ago I have installed it in ubuntu 10.10 by Wine(1.3.5) with success
This software use an mdb file
First I have installed Profili download in this web site
2013 Jul 12
0
VZFS issues
Hello listmates,
Normally whenever I needed to grab the contents of a disk/partition in its
entirety I would just use dd to pipe it wherever I wanted and that would
just work.
However, with a VZFS partition on a Parallels VM itdoes not seem to work:
root at nei [~]# dd if=/dev/vzfs of=/dev/null bs=1M count=50
dd: opening `/dev/vzfs': Permission denied
root at nei [~]#
root at nei [~]# mount
/dev/vzfs on / type reiserfs (rw,usrquota,grpquota)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
none on /dev type tmpfs (rw,relat...
2004 Nov 05
1
Samba + LDAP PDC on Gentoo
...ng.
I can't do a "getent passwd Administrator" and get a positive result. Yet I
can cleary see that I have an "Administrator" account with "slapcat":
============================================================================
==
dn: uid=Administrator,ou=Users,dc=nei-ky,dc=com
cn: Administrator
sn: Administrator
objectClass: inetOrgPerson
objectClass: sambaSamAccount
objectClass: posixAccount
gidNumber: 512
uid: Administrator
uidNumber: 998
homeDirectory: /home/
sambaPwdLastSet: 0
sambaLogonTime: 0
sambaLogoffTime: 2147483647
sambaKickoffTime: 2147483647
sambaP...
2004 Nov 05
1
Samba + LDAP PDC on Gentoo - UPDATE
...wd Administrator" and
> get a positive result. Yet I can cleary see that I have an
> "Administrator" account with "slapcat":
>
> ==============================================================
> ==============
> ==
> dn: uid=Administrator,ou=Users,dc=nei-ky,dc=com
> cn: Administrator
> sn: Administrator
> objectClass: inetOrgPerson
> objectClass: sambaSamAccount
> objectClass: posixAccount
> gidNumber: 512
> uid: Administrator
> uidNumber: 998
> homeDirectory: /home/
> sambaPwdLastSet: 0
> sambaLogonTime: 0
> sam...
2001 May 12
0
Re: [R] R for ARM Linux (moved from r-help to r-devel)
On Fri, 11 May 2001, Cox, Terry (NEI) wrote:
> I am interested in your efforts to port R to ARM Linux. If you are
> successful, then I have a good reason to spend the money to buy a Compaq
> iPAQ.
I have compiled R-1.2.2 for arm-linux (iPAQ) on the skiffcluster, an ARM
compile farm accessible at
http://www.handhelds.or...
2020 Aug 26
2
accessing foreign AD users to NT domain
Per chi vuole guardare il log generato aggiungo una piccola legenda:
ZIZI (192.168.70.3) ? il server samba, win7pro-v01 (192.168.64.12) ? il
client win7; inoltre il dominio AD si chiama CSATEST mentre il dominio
NT (anche se non compare nei logs) si chiama DOMINIOCSA.
Piviul
2014 Oct 04
2
Re: Assigning IPv6 address to guest
...ess for the two machines.
> I gave a quick scan of your mail but could not find what exactly is
the issue you are facing ?
> Are you not able to ping ? Is the IP not getting assigned ?
> Are you able to ping link-local addresses ?
> what does this command output look like ?
> ip -6 nei
I am using two different IPv6 addresses for the two different machines.
I am unable to ping outside from the VM or connect otherwise via IPv6
from the VM. I am also unable to ping the link-local addresses of the
eth1 interface on the VM (via `ping6 fe80::5054:aaff:fe00:f057/64`).
ip -6 nei on the V...
2010 Oct 26
1
runtime on ising model
...) ,nrow=N,ncol=N)
M <- cbind(rep(0,N+2),rbind( rep(0,N), S, rep(0,N)), rep(0,N+2))
q <- 1
Out <- c()
Out[[q]] <- M
pos <- rep(0,R)
pos[1] <- sum(M==1)
for(k in 1:R){
## Pick random vertex
U <- sample(0:(N^2-1),1)
i <- floor(U/N) + 2
j <- U%%(N) + 2
## Calculate Energy
Nei <- c(M[i-1,j],M[i+1,j],M[i,j-1],M[i,j+1])
Ei <- 2 * sum( M[i,j] != Nei)
Ej <- 2 * sum( sign(M[i,j])*(-1) != Nei)
## Accept Criteria Check
if( Ej < Ei ){
M[i,j] <- sign(M[i,j])*(-1)
pos[k+1] <- M[i,j]
} else {
if( runif(1) < exp(-1/T*(Ej-Ei)) ){
M[i,j] <- sign(M[i,j])*(-1)
po...
2005 Dec 01
3
Samba 3.0.9 ==> 3.0.14a migration LDIF problem
I'm trying to migrate my existing RedHat ES Samba PDC to Ubuntu. The RedHat version of Samba is 3.0.9 and the Ubuntu version is 3.0.14a. Everything was going fine until I tried to import the LDIF of the existing LDAP directory. The LDIF actually imports all of the structure (OU and Group definitions) and all of my users, but it fails when it comes to my first machine account with this
2006 May 28
2
Integrating W2k3 Terminal Services w/Samba
...ven't tried to make any og this happen, I'm just asking if
someone out there already has it working. And if so, how much of a
headache it was to get working.
Thanks in advance.
--
Kevin L. Collins, MCSE
Systems Manager
Nesbitt Engineering, Inc.
Please note my new email address: kcollins@nei-ky.com
2011 May 16
3
Uninstalling the puppet source?
...turn the git source into a gem?
Thanks.
-Robin
--
http://singinst.org/ : Our last, best hope for a fantastic future.
Lojban (http://www.lojban.org/): The language in which "this parrot
is dead" is "ti poi spitaki cu morsi", but "this sentence is false"
is "na nei". My personal page: http://www.digitalkingdom.org/rlp/
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users...
2009 May 31
1
R: PXEbooting very slow
...sible config
files (those based on mac
address): it spends some seconds on each
entry.
If you have any test to
suggest me to solve the problem, I'll
try them and post results.
Meanwhile I'll revert back to 3.75
Thank
you
Paolo Franchetti
Promozione di Primavera ! Stampa le tue foto nei
formati 13x17 e 13x19 a soli 0,11 euro.
_______________________________________________
Syslinux mailing list
Submissions to Syslinux at zytor.com
Unsubscribe or set options at:
http:
//www.zytor.com/mailman/listinfo/syslinux
Please do not send private
replies to mailing list traffic.
Pr...
2012 Jul 31
11
A lot of kernel martian source messages in /var/log/messages
Hi all:
I see a lot of the errors below in /var/log/messages on my firewall:
Aug 1 00:47:44 munin kernel: [109008.257109] martian source 192.168.1.5 from 127.0.0.1, on dev eth1
Aug 1 00:48:44 munin kernel: [109068.257384] martian source 192.168.1.5 from 127.0.0.1, on dev eth1
Aug 1 00:49:44 munin kernel: [109128.257509] martian source 192.168.1.5 from 127.0.0.1, on dev eth1
Aug 1 00:50:44
2014 Oct 04
2
Assigning IPv6 address to guest
Hello,
I am trying to assign an IPv6 address to one of my guests. I followed the
following guide, unsuccessfully:
https://www.berrange.com/posts/2011/06/16/providing-ipv6-connectivity-to-virtual-guests-with-libvirt-and-kvm/
.
I have the following config files:
dumpxml of the guest `deb`: http://sprunge.us/iUef
net-dumpxml of network `default`: http://sprunge.us/WTfH
net-dumpxml of network `ip6`:
2010 Dec 10
4
Very surprising behaviour with --files-from
...ocess; anyone know what's going on?
-Robin
--
http://singinst.org/ : Our last, best hope for a fantastic future.
Lojban (http://www.lojban.org/): The language in which "this parrot
is dead" is "ti poi spitaki cu morsi", but "this sentence is false"
is "na nei". My personal page: http://www.digitalkingdom.org/rlp/
2014 Oct 05
1
Re: Assigning IPv6 address to guest
...uick scan of your mail but could not find what exactly is
>> the issue you are facing ?
>>> Are you not able to ping ? Is the IP not getting assigned ?
>>> Are you able to ping link-local addresses ?
>>> what does this command output look like ?
>>> ip -6 nei
>> I am using two different IPv6 addresses for the two different machines.
>> I am unable to ping outside from the VM or connect otherwise via IPv6
>> from the VM. I am also unable to ping the link-local addresses of the
>> eth1 interface on the VM (via `ping6 fe80::5054:aaf...
2003 Sep 16
4
Samba + LDAP + Password Expiry = Almost working...
...---
---
#
****************************************************************************
*
# -- Nesbitt Engineering, Inc. Stargazer Samba Configuration
--
#
****************************************************************************
*
# This is the main Samba configuration file for Stargazer - NEI's Primary
# Domain Controller and Lexington office File Server.
#
# This configuration file is only to be used for an LDAP enabled server that
# will be acting as a PDC. Modifications will be required for member
servers
# and machine that will act as "BDCs".
#
# Any line which starts...