Displaying 20 results from an estimated 2000 matches similar to: "smbpasswd changes root password"
2009 Jun 09
3
SECOND MESSAGE: Re: Question about R an SPSS
Sent: Sunday, June 07, 2009 5:43 PM
Subject: Question about R an SPSS
Dears Sirs:
Venables, Smith and R-Development Core Team
I am reading about the functional features of R statistical software, because I want to compare these progarm with the basic module of SPSS software.
I would like to know if the R version 2.9.0 application is capable of read and procces entry files
2009 Feb 17
2
printing out the summary for lm into a txt file
Hi All,
I am trying to run several linear regressions and print out the summay and
the anova reslts on the top of
each other for each model. Below is a sample progarm that did not work. is
it possible to print the
anova below the summary of lm in one file?
thanks for your help
######################################################
data<-read.table("data.txt", header=T,
1998 Jun 23
1
Printing on Windows 95
Hi,
I have installed v 1.9.18.p3 for IRIX 6.2. I can share my files between
SGI station and all local PC with Windows 95. I would like to send print
jobs from SGI machine to Windows 95 local machine printer too.
I tried it by smbclient and it was OK. However, cause it's not
practical. I try to print too using the sambalp command, by another name
the bulit-in Printer manager. The syntax of
1999 Dec 24
0
How to increase the printing speed
Hi Brian,
Thank you very much. Now I am able to the printer on Win95 box.
But I don't know why the printing is very slow. Infact the printer waits
for a while before taking the next page. Is there a way to increase the
printing speed. Another important thing is that I cannot use any printer
option in the printer panel on IRIX box. It says "printer type
unkown".Is ther a way
2013 Nov 16
1
R 2.14.2 - Installation problem - could not load lattice
Hello,
I'm new to R, and have a problem related to spss integration with R (but is
actually related to the R installation):
I have windows 8, 64bit, and installed R 2.14.2, and then the R plug in for
spss (spss version 21).
When I tried to run somthing in spss, I got the following error messgae:
Error in loadNamespace(i, c(lib.loc, .libPaths())) :
there is no package called
2020 Apr 30
2
Re: [Query] Facing issue in build libvirt6.0 on ubuntu 1804
Hi Michal,
Please find the details below,
rst2html5 1.10.6 (Docutils 0.16 [release], Python 3.6.9, on linux)
is there any other way to access/control the guest os running on top QEMU ?
Thanks,
Ramesh
On Thu, Apr 30, 2020 at 3:47 PM Michal Privoznik <mprivozn@redhat.com>
wrote:
> [Please keep the list CCed]
>
> On 4/30/20 12:02 PM, Ramesh B wrote:
> > Hi Michal,
> >
2009 Aug 02
2
Can not modprobe acpi-cpufreq.ko in CentOS 5.2
Dear all,
The cpufreq modules have been distributed in Centos. But recently,
I met a problem when I tried to test the power-related applications.
The module can not be modprobed in kernel notwithstanding releated
with Centos distribution.
The messgae thrown out is:
------------- dump of screen ------------
# modprobe p4-clockmod.ko
FATAL: Module p4_clockmod.ko not found
2000 Jan 18
1
Problem connecting to samba shares
Hi all,
I have installed samba on my IRIX 6.5 system and configured the smb.conf
file but I get the following error each time I try to make a connection to
the samba share: "You must supply a password to make this connection,
Resource: \\topcondb\ipc$". I have added the Samba server to the NT domain
and I have also created a user account that is common to the NT domain and
the Topcondb
2005 Apr 02
3
Installation issue
Hi,
I installed 2.0.5 binary release of Xen in my FC3 , and below is my grub.conf
---- part of grub.conf --
title Fedora Core (2.6.10-1.766_FC3)
root (hd0,7)
kernel /vmlinuz-2.6.10-1.766_FC3 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.10-1.766_FC3.img
title Xen 2.0 / XenLinux 2.6.10
root (hd0,7)
kernel /boot/xen.gz dom0_mem=131072
module
2006 Apr 26
2
Memory usage and limit
Hello everyone,
I recently made a 64-bit build of R-2.2.1 under Solaris 9 using gcc v.3.4.2.
The server has 12GB memory, 6 Sparc CPUs and plenty of swap space. I was the
only user at the time of the following experiment.
I wanted to benchmark R's capability to read large data files and used a
data set consisting of 2MM records with 65 variables in each row. All but 2
of the variables are of
2020 Apr 30
6
[Query] Facing issue in build libvirt6.0 on ubuntu 1804
Hi all,
I am trying to build libvirt 6.0 on ubuntu OS 18.04.
Facing one issue libvirt source compilation.
============================================
<stdin>:215: (ERROR/3) Error in "code-block" directive:
1 argument(s) required, 0 supplied.
.. code-block::
help [command-or-group]
<stdin>:229: (ERROR/3) Error in "code-block" directive:
1 argument(s)
2011 Jan 06
2
[LLVMdev] Building dragonegg.so failed
Hi, all
I am trying to build gcc 4.5 with dragonegg plugin. After building
patched gcc 4.5, I try to build dragonegg.so but failed.
Here is the error messgae,
-----------------------------------------------------------------------
$ GCC=/tmp/chenwj/install/bin/gcc make
Compiling utils/target.cpp
/tmp/chenwj/dragonegg-2.8/utils/target.cpp: In function 'int main(int,
char**)':
1999 Dec 22
8
Samba Configuration Problem
Hi all,
I have installed Samba on Irix 6.5 and I have modified the sample smb
configuration file as shown below. I am having problem browsing the Samba
from Windows 95 host, it asks me to supply the //servername/IPC$ password.
Please assist.
Regards,
Kunle Olusanya
============================================================================
====================
; Configuration file for smbd.
;
2010 Aug 12
1
File system ownership details of ZFS file system.
Hi,
I am looking for the file system ownership information of ZFS file system. I
would like to know the amount of space used and number of files owned by
each user in ZFS file system. I could get the user space using ''ZFS
userspace'' command. However i didn''t find any switch to get Number of files
owned by each user. quot command will display this information of ufs but
2006 Feb 07
3
Dinamic controller
Is it possible to make a Rails app respond to a "dinamic" controller?
As I understand method_missing can be used inside a controller to
respond to nonexisting methods, is it possible to provide a similar
behavior at a controller level? I am not sure at whic level would this
code be inserted...
--
An?bal Rojas
http://www.lacaraoscura.com/
anibalrojas@gmail.com
2010 Dec 13
1
Testing an interaction with a random effect in lmer
Hi,
I was hoping to get some advice regarding the testing of interactions, when one factor is modelled as a random effect...
I have a model with binomial error structure where the response variable is the proportion of time spent at the main sett (animals were tracked for 28 consecutive days in each season, and were recorded either at the main sett or an outlier sett, so the response variable is
2010 Aug 16
1
Subdomain Migration
On 8/16/2010 3:44 AM, ramesh wrote:
> Hi All,
>
> I would like have suggestion for changing subdomain (belongs to ISP) to own domain, the scenario as below.
>
> Presently we have subdomain from ISP ( @xxx.isp.net)
> email id : ramesh at xxx.isp.net
>
> ISP charges huge amount,thou others ISP charges less. so we have planned to migrate to our own registered domain and
2005 Apr 09
6
Question about MAC filter
Hello!
I am new to this list, so I am sory if this has already been answered.
I am looking for a way to enable my notebook to have access to my home
network regardles where I am.
This is do-able if I have i fixed IP on some location, but if I have a
dynamic IP, how can shorewall tell whic user am I so it can let me thru the
firewall?
I ve seen the MAC parameter in rules, but it doesnt work if
2020 Apr 30
2
Re: [Query] Facing issue in build libvirt6.0 on ubuntu 1804
Hi Michel,
Thanks for quick update.
Weird. I have slightly older version and it works for me. Maybe
configure is picking something else, some weird binary/python script?
* =>* I have python 3.6 version, is it required latest version e.g
Python 3.8 ?
Ideally, you would construct the domain XML to match the command line
and then use 'virsh define' to store the XML in libvirt.
2013 Apr 23
1
assigning cluster id in cluster package-reg.
Well, you don't give much of an example....
I'm replying CC to the R mailing list. Please ask questions there, rather
than adressing individuals for basic help.
Here is one; does it answer your question ?
data(agriculture)
ag.ag <- agnes(agriculture)
class(ag.ag)
pltree(ag.ag) # the dendrogram, if you want to see it
## cut the dendrogram -> get cluster assignments:
(ck3 <-