Displaying 20 results from an estimated 2000 matches similar to: "computer name"
2009 Feb 16
2
Using eval in multinom argument
Hi,
I am having difficulty entering a 'programmable' argument into the multinom function from the nnet package. Interactively, I can get the function to work fine by calling it this way:
z1=multinom(formula = class.ind(grp[-outgroup])~ (PC1 + PC2 + PC3), data=data.frame(scores))
However I need to be able to change the number of variables I am looking for in 'scores' and so am
2016 Mar 29
2
Failed to modify SPNs on error in module acl: Constraint violation during LDB_MODIFY (19)
Hi Mathias and all.
Am Donnerstag, 24. März 2016, 13:26:12 CEST schrieb mathias dufresne:
> Hi,
>
> I'm glad that helped you : )
>
> About SPN, I found that link few days ago:
> https://adsecurity.org/?page_id=183
> It tries to list the string values available usable for SPN.
>
> And it gives also that link:
>
2016 Mar 24
2
Failed to modify SPNs on error in module acl: Constraint violation during LDB_MODIFY (19)
Hi again,
Am Montag, 14. März 2016, 00:44:47 CET schrieb Markus Dellermann:
> Am Donnerstag, 10. März 2016, 10:41:34 CET schrieb mathias dufresne:
> Hi, Mathias and all
> thank you for your answer.
>
> > Hi all,
> >
> > SPN = servicePrincipalName
> >
> > A simple search returning all servicePrincipalName declared in your AD:
> > ldbsearch -H $sam
2006 Nov 26
2
A question about hosts files
Hi there!
I'm super-happy because I've just finished my semi-auto configurator for
Windows machines ^^
I've got a question: must all the users of a VPN share all together
their hosts files?
i.e.
PC1 is linked to PC2 -> PC1 and PC2 must have both /hosts/PC1 and hosts/PC2
PC2 is linked to PC3 -> PC2 and PC3 must have both /hosts/PC2 and /hosts/PC3
Must PC3 have /hosts/PC1
2016 Nov 02
2
is it possible to let two nodes in different LAN directly connected with another public server ?
pc1(LANa) ----poor connection ----> VPS <--------- PC2(LANb)
pc1 and pc2 used to connected directly with tinc, since pc1 used to have
WAN IP(pppoe),
but the pppoe IP is not WAN IP anymore (ISP changed to let all ADSL user in
a LAN).
if I let the two pc connect to a VPS with tinc,
can later connections between pc1 and pc2 be directly ?
for example, ssh from pc1 to pc2 but not proxyed by
2010 Dec 20
8
Mutiple virtualmachines Live migration at the same time with Xen
Dear all
The following process is about trying to do the " live migration at the same time with 5 Virtual machines ", but there is somthing problem with it.
Process:
yogi-pc2: # xm migrate --live vm01 pc2 & xm migrate --live vm02 pc2 & xm migrate --live vm03 pc2 & xm migrate --live vm04 pc2 & xm migrate --live vm05 pc2[1] 29983
[2] 29984
[3] 29985
[4]
2010 Jan 12
1
FW: Problems connecting with MySQL using odbcDriverConnect (RODBC package) on Linux
I think I figured this out. I should not have put the Driver name in
braces. Changing it from {MySQL} to MySQL seems to work.
-----Original Message-----
From: Marcus, Jeffrey
Sent: Tuesday, January 12, 2010 6:09 PM
To: 'r-help at r-project.org'
Subject: Problems connecting with MySQL using odbcDriverConnect (RODBC
package) on Linux
I am sure I'm doing something wrong here but not
2011 Jul 29
2
change pch in 3dplot, export graph
Hello I was wondering if anyone has been able to change the pch value for
points in 3dplot()? I am able to change point colors just not symbol types.
I have included a portion of my code below. I realize this won't work
outside of my script, but thought, maybe there is something obvious that I
am doing wrong. Also is it possible to utilize the interactive feature of
3dplot in a
2007 Mar 20
1
odbcConnect - no data source and default driver
I am trying to connect sybase sql databast from R using RODBC pkg and
getting the following error ( i chnaged names to my*** but when I actually
execute it, I put down names explicitly not calling some character strings)
> channel = odbcConnect(dsn='mydsn',uid='myid',pwd='mypasswd')
Warning messages:
1: [RODBC] ERROR: state IM002, code 0, message [iODBC][Driver
2009 Oct 23
2
connecting to Oracle
Hi, useR-
I am connecting to Oracle database using RODBC, but keep getting this error
message:
> library(RODBC)
> channel <- odbcConnect(dsn="abc", uid="abc", pwd="abc", case='oracle')
Warning in odbcDriverConnect(st, ...) :
[RODBC] ERROR: state IM002, code 0, message [Microsoft][ODBC Driver
Manager] Data source name not found and no default
2003 Jul 18
4
rh8.0 and xp home
I have two networked pcs.
pc 1- RH8.0 which came with Samba-backend 1.0.8 and Samba 2.2.5
pc 2- XP Home
I am able to access the shared folders from pc2 on pc1.
However from pc2 I can not even see the ressources of pc1.
In My Network Places/Entire Network/Microsoft Windows Network/"My
Workgroup" I can see "pc1" but when I click on it I get an error
message: \\"pc1"
2009 Nov 25
1
draw circle on PCA plot
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091125/bf6c327e/attachment-0001.pl>
2010 Jul 14
2
Error while connecting to Oracle using RODBC package
Dear All,
I want to connnect R with oracle. I am using RODBC package for this
connection. Following is my code to connect
library(RODBC)
channel <- odbcConnect("Vikrant")
I am getting following error.
1: In odbcDriverConnect("DSN=Vikrant") :
[RODBC] ERROR: state NA000, code 12288, message [Microsoft][ODBC driver
for Oracle][Oracle]ORA-12514: TNS:listener does not
2003 Jul 08
2
Can anybody help me on this?
Hi there:
I have this configuration:
|-----[Server 2]
|
[Internet]--------[Router]----------[Switch]------------ [Server 1]
|
|-----[PC1]
|
|-----[PC2]
|
|-----[PC3]
Server 1 has IP 216.251.XXX.XX1
Server 2 has IP 216.251.XXX.XX2
PC1 has IP 216.251.XXX.XX3
PC2 has IP 192.168.XXX.1
PC3 has IP 192.168.XXX.2
How do I configure shorewall in SERVER 2 to block to/from the Internet Port
22
2006 Nov 28
1
help
Heloo!
I have 3 Vpn with 3 servers!
pc1 with debian and adr. for ex. 10.10.10.x
pc2 with debian and adr. for ex. 10.10.10.y
pc3 with debian and adr. for ex. 10.10.10.z
On tinc i have
pc1 connect to pc2 and pc3
pc2 connect to pc1 and pc3
pc3 connect to pc1 and pc3
Evrithing works fine but i whant to connect from home
to this vpn but at my home i have a pppoe (no ip adr.,
i have user and pass to
2002 Sep 20
2
RAID1 + Ext3 + Automatic Power Resets
I am testing EXT3 as a filesystem for a server whose
power supply is failure prone.
In order to do the test, I have a lever that I can
control from PC1 that can press the reset button on
PC2. PC2's reset button is automatically pressed once
every 120 seconds (the boot sequence on PC2 takes 80
seconds).
While PC2 is booted, PC1 directs email and web
requests at PC2, so that the PC2 disks are
2005 Oct 29
2
RODBC Error
Hello,
I'm using R 2.2.0 on a Mac and attempting to use the RODBC package to
connect to a PostgreSQL server on the local network. I can't tell
whether my problem is in R, or in ODBC setup.
I got drivers from OpenLink, created a dsn and tested it using the
iODBC application. then I load the RODBC package, use this code and
get the following error. I tried with both the
2007 Dec 17
1
samba passwords and ldap + telnet..
Hi all,
This is maybe not the play to ask, but i'll just ask.
I googled a lot but im stuck..
Im having samba 3.0.26a on a debian etch server with ldap.
Im using a setup like the idealx setup. ( samba pdc + ldap )
I have replicated my ldap database to a other server. On this server im
having
a database application running and my users must login
with telnet on this server.
Now my
2009 Nov 09
4
prcomp - principal components in R
Hello, not understanding the output of prcomp, I reduce the number of
components and the output continues to show cumulative 100% of the
variance explained, which can't be the case dropping from 8 components
to 3.
How do i get the output in terms of the cumulative % of the total
variance, so when i go from total solution of 8 (8 variables in the data
set), to a reduced number of
2007 Apr 18
1
[Bridge] Man-in-the-middle scenario within vmware - problem
Hi there,
I'm trying to set up a man-in-the-middle scenario within a VMWare Workstation
team, using brctl. What I want is the following:
PC1 eth0 >---LAN-segment-1---< eth0 PCMITM eth1 >---LAN-segment-2---< eth0 PC2
Now I did the following on PCMITM (PC man in the middle):
ifconfig eth0 down
ifconfig eth1 down
brctl addbr lnxbr0
brctl addif lnxbr0 eth0
brctl addif lnxbr0 eth1