similar to: Package dependancy

Displaying 20 results from an estimated 2000 matches similar to: "Package dependancy"

2006 Aug 15
2
to_xml and underscores
hi, i am looking for a solution whereupon calling myEntityObject.to_xml does not convert my attributes containing underscores into hyphens. at the moment an attribute named "my_own_attribute" is converted into <my-own-attribute>. does anybody have an idea how to change that and have to_xml generate <my_own_attribute> thanks ciao robertj -- Posted via
2003 Mar 26
1
Failure in the presence of too many connections
Had an event today where dovecot refused new connections and would not accept more until restarted, whereupon it worked for a few minutes and locked up again. Looking at the logs it appeared that it had run out of file descriptors. I increased the open files limit and started it again-- which worked but it only pushes off the problem. Does dovecot keep an open file descriptor for every imap or
2009 Sep 29
2
ftp issue in Centos 5.3
I manage a small server that I back up weekly. I do this by making a tarball of relevant files then transferring it over the local subnet to my station (Fedora 11), whereupon I burn it to DVD. There is no optical burner on the server. The tarball amounts to a bit under 5 gigs. Recently I've started getting an error telling me to try PASV or PORT first. I use the gFTP client on my
2010 Jan 04
3
Extract vector elements until cumsum <= x
Hi All, I have a vector n, and for each n[i] I want to extract n[i], n[i+1], n[i+2]..., until the cumulative sum of n[i] and subsequent elements exceeds a CheckValue, whereupon I move to the next index and repeat. I am trying to find a Vectorized approach, and have seen similar posts where filter{stat} and rollmean{zoo} were suggested, but, I haven't been able to figure a way to use them
2008 Sep 09
3
parallel administration tool for PCs?
This is a bit off topic, but I'm looking for a convenient way to manage N "identical" Windows PCs, using as much as possible 1 command to do the same thing on all of them. The capabilities I'm looking for, preferably in a single tool are, given a designated master machine and N clones of that master: 1. Compare all (or to a specified depth) files below some directory on the
2005 Apr 03
4
Shorewall 2.2.2 and kernel-2.6.11
Hi! I''m trying to get shorewall to work with kernel 2.6.11, but to no avail :( There seems to be some problem with nat, whereupon iptables cannot set it up. Kernel compiled on base of mandrake kernel-source, patched with ipp2p and the ipsec patches from Tom''s contrib. Here''s the error: /sbin/iptables -t nat -A eth2_masq -s 192.168.0.0/23 -d 0.0.0.0/0 -j MASQUERADE
2020 Oct 22
3
ThinkStation with BIOS RAID and disk error messages in gparted
My ThinkStation runs CentOS 7 which I installed on a BIOS RAID 0 setup with two identical 256 Gb SSDs after removing Windows. It runs fine but I just discovered in gparted something that does not seem right: - Launching gparted it complains "invalid argument during seek for red on /dev/md126" and when I click on Ignore I get another error "The backup GPT table is corrupt, but the
2002 Jan 04
2
Problem with "missing" in "local" (PR#1241)
Hi everyone, I encountered unexpected behaviour when calling "missing" within a "local" environment, namely fred <- function(x, y) { x <- as.vector(x) local({ dontwantme <- 1:100 if (missing(y)) print("No \"y\" today") }) x } whereupon I get > fred(1:10) Error in eval(expr, envir, enclos) : "missing" illegal use of
2008 Jul 28
1
Linux Noob Trying to Run Civ 4
Hi, After a devastating viral attack on in XP, I've moved to Ununtu- I love it. I also love Civilization 4, and I'm having a hard time getting it to run. 1. I can't get the installers to run. If I run setup.exe, I am allowed to choose my install language whereupon I recieve this error: Error Code: -5005 : 0x8007000d Error Information: >Kernel\KernelMedia.cpp (95)
1999 Mar 25
1
lme problem
Hi I am trying to get to grips with lme and perhaps the euro-cent is not dropping. I want to define a model with some terms random and some fixed so that: gd<-groupedData(y~x|c,df) defining by the group c in data frame df, whereupon mod<-lme(y~t+f,gd,~t) where I want the t as a random effect and the f as the fixed part. Without the f it works OK but when I add the f, I get an error
2006 Apr 21
2
Rotate/edge-flip and jumping mouse pointer
Hi, I'm using running Xgl/compiz on Gentoo/AMD64/2006.0, with xgl-0.0.1_p20060418 and compiz-quinnstorm-0.0.9.3 on Gnome 2.14. I love the edge-flip feature of rotate, but I sometimes have a problem where, after edge-flipping the mouse pointer seems to jump to the opposite window edge which starts rotating the cube to the next desktop, so I start moving the pointer back, whereupon it jumps
2003 Feb 19
1
CD sharing via iso9660, mounted, and samba
I have installed a small Limux box in my local primary school, in order to sahre CD iso images. The system works fine, untill several w/s's concurrently access the same program , whereupon, we get spurious crashes. I have tried disableing op-locks, which seemed to help, but only slightly. Any suggestions gratefully received. Shane oplock_break: no break received from client within 30
2011 Aug 25
2
Problems with kickstart installation into a Virtualbox
Hi listers i tried to kickstart-install CentOS 6.0 64 in a Virtualbox (Virtualbox Version 4.12). I used a local CDROM with the net-install ISO on it to boot from. The ISO distribution file was provided on a server in the LAN as was the kickstart file. When starting the installation i aded the following to the kernel line of the grub menu: ks=http://install.mydomain.com/ks/centos.6.64.cfg
2004 Apr 08
3
Re: : External access to voicemail
Hello steve. Here is a patch I wrote for app_voicemail.c which does exactly as you describe. When the outgoing message is playing, if the listener hits the "*" key, they're prompted for a mailbox and password, whereupon they can check their voicemail as if they were using the internal phone. I found no other way of doing this. If you patch your app_voicemail.c, I have V1.44 from
2006 Mar 15
2
Wine and a simple text-mode program (Gimpel PC-Lint)
I am trying to run Gimpel's PC-Lint under Wine, and am running into trouble. It is a simple DOS text-mode program, nothing fancy, no graphics, uses stdin, stdout, and stderr. It is invoked thus: In the batch file LIN.BAT: wine Lint-nt +v -i"C:\Lint" "C:\Lint\std.lnt" File std.lnt is a list of optional parameters to Lint-nt that contains this: lnt\au-sm.lnt gnu.lnt
2010 Mar 04
1
Newbie problem with installing rails.
Installed Ruby fine, works fine. Windows, 1.8.6 Fire up RubyGems to install rails. gem install rails Various success messages to screen. Open a command line. rails test Ton of creates ... OK. cd test ruby script/server Get a message saying I''m trying to run 1.3.2 and I''ve got 1.3.1 and I should run gem update --system Go to RubyGems and run ''gem update
2020 Oct 23
0
ThinkStation with BIOS RAID and disk error messages in gparted
> My ThinkStation runs CentOS 7 which I installed on a BIOS RAID 0 setup > with two identical 256 Gb SSDs after removing Windows. It runs fine but I > just discovered in gparted something that does not seem right: > > - Launching gparted it complains "invalid argument during seek for red on > /dev/md126" and when I click on Ignore I get another error "The backup
2013 Nov 02
1
6.4 : How to enable epel and the rpmfusions??
I've installed 6.4 on an old T30 ThinkPad, and I'm in the midst of setting it up. I can't seem to get an rpm of Pan for it, nor even to do yum update. Mousing around fedoraproject eventually got me to http:// rpmfusion.org/Configuration/ and from there to downloads for the free, nonfree, and epel packages (along with a caveat that tells you -- *after* you've gotten rpmfusion
2003 Apr 24
1
"Missing links": Hmisc and Design docs
Hi folks, Using R Version 1.6.2 (2003-01-10) on SuSE Linux 7.2, I just installed Hmisc_1.5-3.tar.gz and Design_1.1-5.tar.gz These were taken from http://hesweb1.med.virginia.edu/biostat/s/library/r Checked the dependencies: Hmisc: grid, lattice, mva, acepack -- all already installed Design: Hmisc, survival -- survival already installed, so installed Hmisc first All seems to go
2007 Feb 07
0
Zaptel bug
Hi all, Is anyone aware of any progress on this bug? http://bugs.digium.com/view.php?id=8763 Not only is the channel randomly disappearing during idle periods, it vanishes during a call as well. No indications in dmesg, syslog, asterisk or anything. Only cure is to rmmod and modprobe again. I'm currently on 1.4.0. Any ideas would be greatly appreciated. Cheers, Kyle -- Kyle Gordon