Displaying 20 results from an estimated 200 matches similar to: "Linux System for Samba"
2005 Apr 06
1
what is unix charset = LOCALE
Hey,
my English is not very good. My Question: What ist unix charset = LOCALE ?
2011 Dec 09
3
ggplot with geom_tile
Dear R-users,
I am trying to make a plot with ggplot-geom_tile(), but cannot remove some unwanted (white) lines through my plot.
Below a reproducible example:
#####
library(ggplot2)
tot=as.data.frame(rep(seq(-50,50,5),each=21))
names(tot)="precip"
temp=rep(seq(-5,5,0.5),21)
tot$temp=temp
disc=array(dim=c(21,21))
for(i in 1:21){
for(y in 1:21){
temp<-
2010 Nov 17
1
: plot different axis, same plot position
Dear R-users,
I am trying to make a plot in R where x and y are plotted in a regular way, but the x axis corresponds to another set of values.
For example I have x,y and T (all 29 values)
x<- c( -1.31846232, -1.04744756, -0.87034853, -0.72883370, -0.60618971, -0.49501845, -0.39128988, -0.29250120, -0.19694055, -0.10334039, -0.01069355, 0.08185470, 0.17507665, 0.26971270, 0.36651292,
2008 Oct 31
1
R-WinEdt unexcpected Asian characters
Dear list!
I have encountered an odd problem with R-WinEdt.
The program is mostly running fine and I had no problems with the installation.
But several times a day I'm typing in R-WinEdt there appears a menu with
Chinese characters where the curser is and I'm not able to type normally. I
don?t know any other way to stop it except restarting R-WinEdt. After that it
works normally for a
2011 Mar 16
3
making dataframes
Dear all,
I have a dataframe which looks like this (dummy):
date<-c("jan", "feb", "mar", "apr", "may", "june", "july",
"aug","sep","oct","nov","dec")
col1<-c(8.2,5.4,4.3,4.1,3.1,2.5,1.1,4.5,3.2,1.9,7.8,6.5)
col2<-c(3.1,2.3,4.7,6.9,7.5,1.1,3.6,8.5,7.5,2.5,4.1,2.3)
2005 Oct 17
2
OCFS for RHAS4 download
Greetings,
I read from archive that OCFS is for kernel 2.6. which means RHAS4.0 is
supported. However, I can't find the download for this version. Is the
support official and where can I download it.
Thanks / regards,
Ivan Wong
Database Administrator
e2Open Inc. (www.e2open.com)
Suite 34.03, Level 34,
Menara Citibank,
156, Jalan Ampang,
50450 Kuala Lumpur, Malaysia
DID: +603 2776 6397
2006 Aug 18
2
Error: Kernel image does not exist: /boot/vmlinuz-2.6.16-xen3_86.1_rhel4.1
Hello,
I am trying to boot an RHAS 4 release 3 guest kernel (the binary release
available through Redhat Network) from a SLES 10 dom0 host (the binary
release available through Suse''s software distribution channel). Both
systems are installed as physical partitions in a standard multiboot
configuration on a single hard drive on a recent vintage HP Pavilion
(zd7380) notebook PC with a
2013 Apr 05
2
transforming data prior to CCA
Hi everyone,
I?m a student and relatively new to R so apologies in advance if this
question seems stupid or obvious to you.
I have collected a dataset with about 60 species of diatoms (count data from
19 different sample sites) and environmental variables for each site
(salinity, pH, etc.). It?s all in the same dataset but distinct in R through
the functions below
diat <- diatom [, 1:60]
2008 Mar 06
1
DTMFR2- UNICALL
Hi Asterisk-user, Steve;
I?m using "*libmfcr2-0.0.3.tar.gz, libsupertone-0.0.2.tar.gz,
libunicall-0.0.3.tar.gz,spandsp-0.0.3pre22.tgz*" with Fedora core 6
,Asterisk 1.2.14, libpri 1.2.4 , zaptel 1.2.20; So everything is working
perfectly with MFCR2, but sometimes i have problems with MultiFrame
Alignment Signal (MFAS),i?m using standard G.732..I would like to Know,
where can i
2015 Jun 17
3
[PATCH v2 1/2] Modify public function: analyze_line, make it more flexible
Mofify the function from fixed dilemiter to variabler. So,
it could be used in more APIs later. Also modified the existed caller
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
daemon/btrfs.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/daemon/btrfs.c b/daemon/btrfs.c
index 39392f7..caa28ca 100644
--- a/daemon/btrfs.c
+++ b/daemon/btrfs.c
@@
2008 Jul 30
2
unable to map windows to unix groups
Hello.
After fresh install.
Samba and ldap seems to run normally ( I can join win2k workstation to linux
samba pdc ).
Using yast I create a system group named domadmin
But I am unable to map "Domain Admins" to domadmin
I am unable to map "Domain Admins" to existing ntadmin group
I am unable to mofify mapping "Domain Admins" to domadmin group
Thank you for
2005 Sep 28
3
DomU on SMP
Hi,
Im trying to set create a RHAS4 DomU on a HP proliant 360DL 4 processor SMP.
Since the xenified kernel that came with FC4 didnt work, I compiled a
xen-unstable enabled kernel for FC4. all was fine untill it gave me a
''unable to open an initial console''
I tried to make an initrd for my xen0 kern but it didnt work.
So I tried using the old initrd image that I had and Dom0
2007 Feb 21
1
Globus Toolkit 4.0.3 under CentOS-4.4
Hi,
did somebody successfully compile Globus Toolkit 4.0.3 under CenTOS-4.4 from the
source installer gt4.0.3-all-source-installer?
If yes, with using some special compile controls?
Any comments welcome.
Regards
Joachim Backes <joachim.backes at rhrk.uni-kl.de>
University of Kaiserslautern,Computer Center [RHRK],
Systems and Operations, High Performance Computing,
D-67653
2015 Jun 19
3
[PATCH v3 1/2] Modify the function: analyze_line, make it more flexible
Mofify the function from a fixed delimiter to a variable. So,
it can be used in more APIs later. Also modified the existing
callers
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
daemon/btrfs.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/daemon/btrfs.c b/daemon/btrfs.c
index 39392f7..caa28ca 100644
--- a/daemon/btrfs.c
+++ b/daemon/btrfs.c
@@
2005 Jul 19
1
Samba, Windows 2003 server and large file copy failure
We have a Windows 2003 Small Business Server and Redhat database server.
Windows 2003 server introduces NTLM2 support and SMB signing. It removed
support for NTLM and hence Windows 9x, Windows NT4 and Linux could not
work with the server nor access file shares.
There is a policy change to turn allot of these new security features
off and we have done so. We can now connect to the server.
Now we
2005 Apr 27
4
Does CentOS has problems with Norton Ghost 2003 images?
Hello all
We have two very important workstations dedicated to tasks of
development and investigation. At the moment we have installed a dual
boot platform with CentOS 4.0 and Windows XP Proffessional SP2. In
order to do backups of these machines we need to create an image with
Norton Ghost 2003.
We have worked with Ghost during several years with different
platforms (Red Hat, White Box Linux,
2006 Jul 28
1
PXElinux and Windows RIS
I was trying to use my windows RIS server to deploy linux so as to require
user authentication. After seaching the internet I found that it was
possible but not very well explained after alot of tinkering I eventually
got it to work.
Here is my documentation so hopefully others can do it in less time than
I, feel free to comment and improve..
************************
On RIS Server Create
2006 Feb 09
0
bootstrapping lambda values from projections matrices
Dear all,
I'm working with a population projections matrix model from demographic
data. The dominant eigenvalue of the matrix is the growth rate of the
population (lambda). I would like to estimate confidence intervals for the
lambda values with bootstrap.
The function for calculating the eigenvalue I wrote like this:
mat.fun <- function(d,i){
mat<-matrix(c(0,
2011 Feb 02
1
Why my package is not being generate?
Hi all,
I have commited a new release of my package and waited for more than one
day. After that "install.packages("tests",repos="http://r-forge.r-projet.org")"
still returns "package 'tests' is not available". I have done the local
build & check and the package seems ok. Also have mofified the Title in the
DESCRIPTION file.
What can be wrong?
2011 Feb 02
2
Why my package is not being generated?
Hi all,
I have commited a new release of my package and waited for more than
one day. After that
"install.packages("tests",repos="http://r-forge.r-projet.org")" still
returns "package 'tests' is not available". I have done the local
build & check and the package seems ok. Also have mofified the Title
in the DESCRIPTION file.
What can be wrong?