Displaying 20 results from an estimated 21 matches for "respectivly".
Did you mean:
respectively
2003 Jan 19
8
Unable to have pc #2 connect
I''ve set up shorewall with the two-interface mode.
pc #1 eth1 ---> ppp0 ---> Internet eth1: 10.10.10.254
eth0: 10.10.10.1
> via a crossover cable
pc #2 eth0: 10.10.10.2 (gateway=10.10.10.254)
I am able to surf the net with pc #1, but pc #2 is completely cut off
from pc #1 and the net. I am also unable to ping from and to pc #2.
2008 Apr 28
5
Fractional Factorial Design
Hi all,
Does anybody know if it is possible to build a fractional factorial design
in R? That is, suppose that we want do design an experiment with 3 factors
with 2, 3 and 3 levels, respectivly. However we want to consider, let's say,
only 6 from all possible level combinations. Does R design such experiment?
Thanks in advance,
Caio
[[alternative HTML version deleted]]
2009 Jan 30
3
paste together object names to pass it on to a function
...two diseases and the
sub-list "LE" within these diseases
nam <- c("LUNG","IHD")
for(i in 1:2)
x[i] <- paste("gnuff",nam[i],"LE",sep="$") /2
x
#So I try to paste the name of the object which I mean
(gnuff$IHD$LEand gnuff$LUNG$LE, respectivly), but R treats them as a
string and not as the name of an object.
# I tried seveal commands to make it treat like an object name (the
get() looked most promising), but so far to no avail
#commands I have tried
j <- eval(paste("gnuff",nam[i],"LE",sep="$"))
parse(pas...
2002 May 02
3
Domain trust relationship
Hello
Does Samba work in an environment where there are multiple domains with
2-way trusts?
Thanks
Daniel K. Muturi
1776 Heritage Dr
Quincy, MA 02171
Mail Stop: JABS
Tel; (617)985-1725
2004 Dec 07
4
Importing vector graphics into R
Dear R users,
I know of the possibility to import bitmaps via the nice pixmap library.
But if you later on create a PDF it is somewhat disappointing to
have such graphics bitmapped. Is there a trick (via maps?) to import a
vector graphic and have them plotted onto a graph? My searching attempts
in the searchable r-help archive did not seem to result in anything
useful...
Cheers,
hinrich
2002 Nov 19
0
problems with win2k +winbindd
...to share user accounts with a win2k server. I've done everything as in the winbindd man page, but wbinfo returns something like: 0xc0000022.
I've included outputs from commands (all with parameters -d 100 -s /etc/smb.conf; wbinfou, wbinfog, wbinfot stands for wbinfo -u, wbinfo -g wbinfo -t respectivly).
Jan Chorowski
-------------- next part --------------
A non-text attachment was scrubbed...
Name: logs.tar.bz2
Type: application/octet-stream
Size: 31711 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba/attachments/20021119/ca7eafb6/logs.tar.obj
2013 Jul 19
0
Winbind in Samba 4 suite and the template homedir parameter
...t, %UPNSUFFIXES%, in winbind? And use it for domain separated paths to home directories?
For example:
uPNSuffixes = example.org, example.net
[global]
template homedir = /home/%UPNSUFFIXES%/%ACCOUNTNAME%
And winbind returns /home/example.org/<username> and /home/example.net/<username> respectivly.
Regards
Davor
2004 Mar 05
1
isolinux error with reset
.... It can be
caused by an incorrect configuration of the virtual machine, a bug in
the operating system, or a problem in the VMware Workstation software.
Press OK to reboot virtual machine or Cancel to shut it down.
Any ideas how to get the cdrom booting, giving me a hint to solve this
problem, respectivly???
tia
elmar
2009 Jan 07
2
Obtaining the chroot-cage directory of the mailstore
Hello,
I'd like to find a function in the sourcecode which enables me to get the chroot-path of the mailstore, so I can concatenate it with the result of mail_storage_get_mailbox_path to get the full path of a mailbox within the filesystem.
Does such a function exist? Who can help me?
Thanks in advance.
Stefan
--
SIEGNETZ.IT GmbH
{ w3o-services }
Schneppenkauten 1a
D-57076 Siegen
2004 Nov 04
2
Bug report (PR#7341)
...dimnames}{A \code{\link{dimnames}} attribute for the matrix: a
! \code{list} of length 2.}
\item{x}{an \R object.}
}
--- 28,32 ----
filled by rows.}
\item{dimnames}{A \code{\link{dimnames}} attribute for the matrix: a
! \code{list} of length 2 giving the row and column names respectivly.}
\item{x}{an \R object.}
}
***************
*** 63,66 ****
--- 63,77 ----
warpbreaks[1:10,]
as.matrix(warpbreaks[1:10,]) #using as.matrix.data.frame(.) method
+
+ # Example of setting row and column names
+ data <- matrix(c(16522,34057,40949,
+ 19924,46032,55185),
+...
2012 Mar 26
2
[PATCH DOCDAY] docs: wrap misc/xen-command-line.markdown to 80 columns
...AMT devices if presetn.
A typical setup for most situations might be `com1=115200,8n1`
@@ -150,9 +187,16 @@ Specify which console(s) Xen should use.
`vga` indicates that Xen should try and use the vga graphics adapter.
-`com1` and `com2` indicates that Xen should use serial ports 1 and 2 respectivly. Optionally, these arguments may be followed by an `H` or `L`. `H` indicates that transmitted characters will have their MSB set, while recieved characters must have their MSB set. `L` indicates the converse; transmitted and recieved characters will have their MSB cleared. This allows a single...
2008 Feb 25
3
More examples?
Hello,
I want to make a program to extract frame from a theora movie as
images. I tried with the decoding example located at theora web site
(dump_video.c. I use it to extract a frame as yuv image but when I try
to convert it to ppm with yuvtoppm program i obtain a strange image
( see http://poux.be/tmp/file.ppm ). I think it's a problem with the
byte order for yuv, but don't I don't
2003 Dec 29
5
Slow browsing through Windows Explorer
Hello,
I'm having a very strange problem with Samba version 2.2.7a. I have four
boxes, Two Linux Mandrake Boxes (Morpheus and Unreal both v. 9.2), One
RedHat (Link v. 8.0) and an XP Workstation (Kek XP Pro NO SP1).
When I bring up My computer (Explorer) and attempt to browse through the H:
drive (SMB Share mapped to Users Home dir on Morpheus), Y: drive (SMB Share
maped to /backup on
2007 Jul 11
17
Best practise guide
Hi,
I''m a new puppet user (thanks !) and I''m just looking at moving my
homegrown manifest structure into something resembling the best practise
guide at :
http://www.reductivelabs.com/trac/puppet/wiki/PuppetBestPractice. It
seems as if the structure here doesn''t map to the default puppet layout
(and thus doesn''t work with the standard puppet config
2005 Nov 10
5
OggPCM version / header finalization
I have OggPCM (as currently defined) support implemented in mencoder and
mplayer. I'd like to request that we settle on modifications to this
header by the middle of next week or freeze the current header as the
official major version 1.0, so I can get the patches cleaned up and
released. We will be shipping a separate product based on this work in
the near-term future, and compatability
2006 Sep 16
5
PHP Markdown 1.0.2b7
...t" gamut loop which can be used to hook
document-level
methods (like for striping link definitions).
* Changed all methods which were inserting HTML code so that they
now return
a hashed representation of the code. New methods `hashSpan` and
`hashBlock`
are used to hash respectivly span- and block-level generated
content. This
has a couple of significant effects:
1. It prevents invalid nesting of Markdown-generated elements
which
could occur occuring with constructs like `*something [link*]
[1]`.
2. It prevents problems occuring with deeply nested...
2007 Jan 23
20
"Found a bug" message when purging services
I attempted the following:
resources { service: purge => true, noop => true }
service {
sshd: ensure => running;
iptables ensure => running;
}
And got the following message:
notice: Starting configuration run
err: Found a bug: uninitialized constant Parse
notice: Finished configuration run in 0.47 seconds
When I remove the ''resources'' line, everything works
2010 Dec 16
19
Hypervisor hangs on startup
Hi!
We have a problem that the dom0 very often does not boot and hangs in
the hypervisor - see screenshot. The last message is:
(XEN) Dom0 has maximum 16 VCPUs
(afterwards xen should overwrite the memory)
We are using the xen kernel from kernel.org git.
Kernel is 2.6.32.24-xen with Xen 4.0.1
Hardware is HP DL380.
Is this a known problem? Any hints what could be the problem and how we
can
2010 Dec 16
19
Hypervisor hangs on startup
Hi!
We have a problem that the dom0 very often does not boot and hangs in
the hypervisor - see screenshot. The last message is:
(XEN) Dom0 has maximum 16 VCPUs
(afterwards xen should overwrite the memory)
We are using the xen kernel from kernel.org git.
Kernel is 2.6.32.24-xen with Xen 4.0.1
Hardware is HP DL380.
Is this a known problem? Any hints what could be the problem and how we
can
2005 Aug 09
4
Too slow computer?
...mark value of 1.
Then, I''ve built the classes: 1:0 is the HTB qdisc;
1:1 is for unmarked packets and 1:2 is for marked
packets. 1:FF is the default class, and has as parent
the 1:0 qdisc.
1:1 is divided in 1:10 for two LAN networks
192.168.101.0/24 and 10.0.0.0/24 attached to eth1 and
eth2 respectivly. eth0 is attached to my ISP.
1:11 is a class for two IPs sharing the same
bandwidth.
1:12 is a class for one IP.
When I shape the traffic for eth0, eth1 and eth2 the
console is unuseable (is too slow). I think that
marking and matching those packets takes all the
available CPU cycles (the kernel h...