similar to: RPM perl requirements woes

Displaying 20 results from an estimated 500 matches similar to: "RPM perl requirements woes"

2010 Aug 23
1
Strange space characters in character strings
Hello everyone, I am reading a HTML table from a website with readHTMLTable() from the XML package: > library(XML) > moose = readHTMLTable("http://www.decisionmoose.com/Moosistory.html", header=FALSE, skip.rows=c(1,2), trim=TRUE)[[1]] > moose V1 V2 V3 1 07.02.2010 SWITCH to Long Bonds\n (BTTRX)
2009 Jul 15
4
The Talking Moose
Anyone here remember the old Talking Moose desktop toy from the 80's? For the unitiated, the Talking Moose was a simple applet on old Mac computers that periodically displayed an animated Bullwinkle-lookalike moose in the corner of the screen, spouting witty phrases or biting insults, as well as commenting on various activities like opening and closing programs or inserting disks. (The
2013 May 09
1
AuthenticationFailedException: [IN-USE] Couldn't open INBOX: Permission denied
I've been pouring over the documentation for dovecot, but can't find a solution to this problem. I recently took over administration of the dovecot email service at the University where I work, and things were going smoothly. We've been creating email accounts for use with JIRA, a bug reporting/tracking system, and one day recently, when I tried to add a new account to JIRA, I got
2013 Feb 17
2
nested random factor using lme produces errors
Hi, I am running a mixed-effect model with a nested-random effect. I am interested in gut parasites in moose. I has three different type of treatment that I applied to moose which are from different "families". My response variable is gut parasites and the factors are moose families which is nested within treatment. My data is balanced. To answer this question, I used the lme function
2005 Jan 17
1
Re: Any interest in a Canadian Asterisk
Quoting asterisk-users-request@lists.digium.com: > > Would it be considered trolling to start a thread on Cleaning Maple > > Syrup off of Dial Pads, or Wiring your Moose for Wi-Fi? > > Let's not forget the weekly "tooques and telephony" segment, and a > review of > the best block heaters for your wi-fi fones. > Oh, we're gonna have a good time next
2019 Mar 11
5
CPAN not working, or is it?
(I've just tried this on a second C7 box, literally clean install, only did it on Friday, with the same results) I'm replacing a dead F19 box with a new C7 one and I'm trying to get my Perl install completed. Ultimately, I need to get Selenium::Remote::Driver working, but I'm struggling before that. I started off as always by using RPM's for everything I possibly can. I
2006 Feb 05
0
newbie : mapping problem between linux and samba users
Hello I have a mapping problem between linux and samba users logged as a domain user steph under windows, I try to update the password but a message like "you don't have the right to do that operation" appeals. Logged as root I can do it. When I dismiss the synchronisation between linux and windows users, it works !! I have also noticed that I can only make mapping between
2020 Jan 22
4
YUM (DNF) Possible Confusion Centos 8
> On 1/21/20 10:10 AM, david wrote: >> At 08:52 AM 1/21/2020, David G. Miller wrote: >> >> >>> On 1/21/20 9:35 AM, david wrote: >>>> Folks >>>> >>>> In a test Centos 8 installation as a guest of VirtualBox on Windows >>>> 10, I want to install ffmpeg, and support for exfat. They're not in >>>> the
2011 Dec 18
2
I cant create a wine dll (so)
Hi First of all im not sure what info you might need in order to be able to help so please bear with me and ask for any info needed.. I'm trying to run BF3 in wine but when i try to start the game it gives me the below error: Code: err:module:import_dll Loading library d3d11.dll (which is needed by L"C:\\Games\\Battlefield3\\bf3.exe") failed (error c000007b).
2017 Aug 25
0
GlusterFS as virtual machine storage
On 25/08/2017 6:50 PM, lemonnierk at ulrar.net wrote: > Free from a lot of problems, but apparently not as good as a replica 3 > volume. I can't comment on arbiter, I only have replica 3 clusters. I > can tell you that my colleagues setting up 2 nodes clusters have_a lot_ > of problems. I run Replica 3 VM hosting (gfapi) via a 3 node proxmox cluster. Have done a lot of rolling
2018 May 09
2
Some more questions
Ok, some more question as I'm still planning our SDS (but I'm prone to use LizardFS, gluster is too inflexible) Let's assume a replica 3: 1) currently, is not possbile to add a single server and rebalance like any order SDS (Ceph, Lizard, Moose, DRBD, ....), right ? In replica 3, I have to add 3 new servers 2) The same should be by add disks on spare slots on existing servers.
2020 Jan 21
4
YUM (DNF) Possible Confusion Centos 8
Folks In a test Centos 8 installation as a guest of VirtualBox on Windows 10, I want to install ffmpeg, and support for exfat. They're not in the standard distribution (as far as I know), so I issue as root: yum -y --enablerepo rpmfusion-free-updates install ffmpeg fuse-exfat exfat-utils and that works just fine. The ffmpeg functionality works; I haven't tested exfat yet.
2009 Jul 07
6
yum update error
Hello, since today I could not update my CentOS 5.3 system with yum cause of the following error message. # yum update [...] Resolving Dependencies --> Running transaction check ---> Package exiv2.i386 0:0.18.2-1.el5.rf set to be updated ---> Package perl-Params-Util.i386 0:1.00-1.el5.rf set to be updated ---> Package perl-Moose.noarch 0:0.86-1.el5.rf set to be updated -->
2012 Mar 28
2
getopt does not work as expected!
I have the following script (also attached): #!/usr/bin/Rscript spec=matrix(c( 'verbose', 'v', 1, "integer", 'help' , 'h', 0, "logical" ),ncol=4, byrow=TRUE) spec.dim=dim(spec) spec.opt.long=spec[,1] spec.opt.short=spec[,2] spec.opt.l <- spec.dim[1] infile <- "test.dat" args=commandArgs(TRUE); l=length(args) self =
2005 Feb 18
5
Budgetone 101
Everytime that I make a call to a Budgetone 101 phone. I always see the following: -- Executing Dial("SIP/1001-bac5", "SIP/1000|20|tT") in new stack -- Called 1000 -- Got SIP response 302 "Moved Temporarily" back from 172.22.5.4 -- SIP/1000-465e is busy I can use X-Lite all the time to make a call without a problem, but any of the budgetone 101 phones
2006 Aug 10
4
mongrel and comet "implementation"
Hey folks, I was playing around with adding Comet (a javascript technology used to receive events without AJAX polling) support to Mongrel. More info about Comet here: http://en.wikipedia.org/wiki/Comet_%28programming%29) I sort of got it working. My code is available at: http;//cyll.org/comet.tar.gz Run comet.rb from inside the directory and point your browser at: http://localhost:5555/ The
2019 Mar 11
0
CPAN not working, or is it?
On Mar 11, 2019, at 8:01 AM, Gary Stainburn <gary.stainburn at ringways.co.uk> wrote: > > Anyone got any ideas what I need to do? First, use cpanm instead of the old cpan shell: $ sudo yum install perl-App-cpanminus It has a number of advantages: 1. It?s much smarter about chasing dependencies, which is your core problem here. 2. It autoconfigures, not requiring all that
2004 Sep 14
0
RV: SAMBA & ISAM Databases
You were correct. The problem was with smbfs. But now I have aproblem I didn`t have before: if a file is open by the application in Linux I can not create new records thru the application in Win. I can modify existing records but I can not create new records. Any ideas Jos? Guimar?es [ pg@moose-software.com ] Director Moose Software http://www.moose-software.com -----Mensaje original-----
2001 Jul 01
1
directX
Does the current CVS version of wine have the transgaming directX patch already in it? I'm pretty sure that I've installed wine correctly. I installed the most recent RPM available, and the Diablo II installer says that it can't find direct X. I then downloaded the tar-ball, and tried to run the transgaming patch on it, and it said that it had already been run. That's not so
2011 Apr 16
6
Winetricks did not load
Testing UBUNTU 11.04 Beta 2 with wine 1.3.15 from the download page. Winetricks did not come in with the download and is not in synaptic. Hope this will be fixed soon.