Displaying 20 results from an estimated 600 matches similar to: "Unable to install SWAT"
2009 Jun 25
3
Efficient lookup on a two-dimensional table
Dear R-Users,
I need to lookup values from a 2-d table using the row names and column
names as indices. I was wondering if there's a way to do this without an
explicit loop.
Example:
#x is the 2-d table that holds the values
x <- matrix(rnorm(26*12),nrow=26)
rownames(x) <- letters
colnames(x) <- month.name
#y is a data frame that has the "keys" I want to use as indices
2000 Jun 20
3
WinAmp Plugin
Hi,
   I downloaded afew off files from the site (www.vorbis.com) and also
downloaded the winamp plugin (dll file), but I am unable to play the off files.
   
--                    
Ramakrishnan.M                            | Phone : (+91-80)-5099132
DSP Applications Group, Texas Instruments | email : rkrishnan@ti.com
Bangalore, India                          |         rkrishnan_m@yahoo.com
---
2011 Apr 07
2
Regrouping data
Dear R forum
I have just started my venture with R. While I am trying to learn R through the tutorials, I think the current problem I need to address to is beyond my knowledge about R.
I have a dataframe as defined below -
rat_dat = data.frame(name = c("A", "A", "A", "B", "B", "B", "C", "C", "C",
2016 May 17
2
R-3.3.0 Base: Windows compilation fails while building 'base' package
Hi,
I'm trying to builda  R-3.3.0 base package on Windows 8.1, and it fails
while building 'base' package with an error about unable to create a
directory
under /tmp.
I am running the make from my D:\ partition, and I have created a \TMP
directory
under both C:\ and D:\.  I have also modified my environment variables TEMP
and TMP both point to C:\TMP.
Error messages below:
gfortran
2011 Jan 30
0
[LLVMdev] question on assembler for systemz backend
Hello
> I am trying to assemble the output of the SystemZ backend with the GNU
> binutils assembler (build with --target=s390x-linux).  I get errors when
> assembling instructions with literals that are negatives.  For example,
> the test case test/CodeGen/SystemZ/01-RetImm.ll gives errors:
There are different instruction sets for z/System. Basically, you have
to provide proper -march
2011 Jan 30
2
[LLVMdev] question on assembler for systemz backend
What assembler are people using with the SystemZ backend?
I am trying to assemble the output of the SystemZ backend with the GNU 
binutils assembler (build with --target=s390x-linux).  I get errors when 
assembling instructions with literals that are negatives.  For example, 
the test case test/CodeGen/SystemZ/01-RetImm.ll gives errors:
$ s390x-as 01-RetImm.s
01-RetImm.s: Assembler messages:
2009 Jun 04
3
PasswordAuthentication fails in openssh3.7.1p1 as it does not use PAM
All,
 
I am an engineer working with Brocade.
 
We recently upgraded one of our products to openssh3.7.1p1. Once we did
this, the password authentication always failed while connecting through
ssh. The authentication succeeds if attempted through
keyboard-interactive authentication.
 
On debugging this we found that Password authentication is not working
because it doesn't Use PAM in
2000 Jun 18
3
Makefile dependencies in vorbis-tools
I've been trying to tackle the vorbis source.  I ran across what I think is a
missing dependency in the vorbis-tools directory.  Since ogg123 and vorbize
are staticly linked to libvorbis and vorbisfile, when those file change, the
executables should be rebuilt.  Below I've attached a patch.  (I hope it
works.  I am sort of new to patch and diff.)
BTW, I've been trying to find a good
2020 Jun 08
2
[EXTERNAL] Could not access a share as a guest
Hi Ashok,
That solved this issue and moved ahead of that IPC$ share access issue. Thanks for that.
Now, I am seeing the below error. 
Please note I am new to samba world. Pardon me if I am asking for more.
Meanwhile I too will check smb.conf online doc and my smb.conf for any conflicting configurations. 
[2020/06/08 12:23:08.982042,  5, pid=471, effective(0, 0), real(0, 0)]
2009 Feb 26
2
BUG: Mount/Unmount Loop
Hello Developers,
it seems that i discovered a bug in btrfs while testing it on a zSeries
mainframe :-)
## Test environment:
- IBM System z900 Mainframe
- Debian SID with 64 Bit Kernel
- GIT Sources from
  git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
- System runs as z/VM guest
- 3 Virtual CPUs
- 1 GB RAM Storage
## Initial Test Setup
- Setup a Debian SID System with
2005 Apr 19
3
Can't Install Samba 3.0.14a
I'm running FC3 with its bundled samba 3.0.11-fc3, and I'm trying to 
update to 3.0.14a.  I've downloaded the rpms from samba.org, and (I 
think) I've backed up the original samba installation--/etc/samba--and 
I've stopped smb (I had to kill the smbd and nmbd processes; 
"/etc/rc.d/init.d/smb stop" didn't work).  I've also withdrawn (make 
uninstall) an
2001 Jun 26
2
Re: Ext3 kernel RPMS (2.4.5 & 2.2.19)
hi,
is this rpms differ from redhat's rawhide 2.4.5 kernel which seems to
contain ext3. so my question that your rpm contain different ext3
than rh's rpm? or I can simple use rh's rawhide rpms?
thanks.
yours.
ps. please reply to my private address to since I'm not on the list.
thanks.
> Hi,
> 
> Mostly for my own use, I prepared two kernel RPM's with Ext3 in them.
2006 May 01
2
Upgrade 0.9.8 to 0.9.12 issues
Hi all
Anything special I need to do upgrading from 0.9.8 to 0.9.12?
I run a few important Win apps and a recent change lost such things as 
virtual windows (black boxes) and all the text was super small greeked 
or non existent. Going back to 0.9.8 showed no permanent damage. Winecfg 
was impossible to read/use.
Do I need to run wineprefixcreate? Didnt see anything in the winehq FAQ 
about
2005 Jul 11
2
postfix on centos-4
I am unable to install postfix on a centos-4 DomU.
Running xen-2.0.6.
-bash-3.00# rpm -ivh postfix-2.1.5-4.2.RHEL4.i386.rpm
Preparing...   
(Hangs indefinitely until I hit Ctl-C)
########################################### [100%]
error: %pre(postfix-2.1.5-4.2.RHEL4.i386) scriptlet failed, exit status 0
error:   install: %pre scriptlet failed (2), skipping 
postfix-2.1.5-4.2.RHEL4
Same result
2011 Feb 02
4
Blasphemous? any support for a REPO of current edition BIND, et al (e.g., BZ561299)?
Hello CentOS Community Members,
What is RH's be-all end-all justification for staying with an ancient
code base for such important programs as BIND et al?
A similar problem (to BZ561299) was first reported five (5) years ago
on the isc.org mailing list.
Is there any support among the CentOS community for a REPO of current
vintage for such important functions as BIND et al?
That question is
2007 Jan 17
4
OOT: Advice on failover rsync setup
Hi all,
I have a task on setting up a cluster of 2 servers for providing ftp service.
We use RH's Cluster suite. However the cluster setup is lack of shared network 
storage, so the /var/ftp/pub is mounted on each server. The cluster is set 
with Master and Slave configuration (when the master is down, slave serves. 
and when master is up again, slaves gives up the service back to master).
We
2004 May 13
2
FYI - Why RPMs are important
Someone emailed me directly when I was asking about the 8.0 RPMs, and why I didn't just compile it. Due to the production nature of our servers which run practially 24/7, I can do an "rpm -Uhv samba.rpm" and then do an "smb restart" with very little impact. If I move to non-rpm versions, I am forced to compile first, remove the RPM, which is a longer downtime, then install
2010 Jan 23
4
any significant differences between centos and OEL?
someone just pointed out to me that there is a distro called "oracle
enterprise linux" which is effectively a re-branded RHEL, so i'm
curious -- has anyone here used both centos and OEL and would there be
any differences that would be worth caring about?
  the only thing i can think of that might be worthwhile is that OEL
might change some of the default kernel parms thru
2014 Nov 18
2
setting up access for users
Folks
I have a request to set up 2 types of access to the same Samba share.  So far I've not had any luck getting this to work.  The owner wants two groups to have different levels of access to the same share.  One group needs read/write access, the other needs read only.  Can someone tell me how to do this?  This is not a publicly accessible or browseable share.
The Samba servers is RHEL5
2006 Jul 18
3
Thunderbird Upgraded from 1.0.8 to 1.5.0.4 and MOZ_NO_REMOTE dead
Since Centos 4.3 comes with Thunderbird 1.0.8,  I downloaded the tar of
1.5.0.4 fro mozilla and tried to figure out what to do with it.
per http://www.mozilla.com/thunderbird/releases/1.5.0.4.html#install
I was just suppose to copy the files....
In the end I put it in /usr/lib/thunderbird
I am NOT a Linux guy so could not figure out how to properly replace
/usr/lib/thunderbird-1.0.8 and