similar to: Inherited an everything box

Displaying 20 results from an estimated 11000 matches similar to: "Inherited an everything box"

2006 Jul 06
5
Clamav and Postfix
Hello all, I am trying to replace a RH 7.1 (ouch!) box that has been running postfix 1.x/clamav/SA/amavisd-new on which the amavis/PF/SA packages have not been updated because of the way they were built/configured. I would like to use CentOS to do this. Having followed the thread regarding perl versioning issues with the latest version of amavisd-new and CentOS Base I am thinking I should pursue
2006 May 30
2
Choice of FTP server
I have taken over a number of RH/FC/CentOS servers recently. I am trying to upgrade all of them to CentOS 4.3 and configure them to only use software that can be managed via yum/apt repositories. One of the choices made by my predecessor was the pure-ftpd server over vsftpd. I cannot find a repo to get this rpm from and am wondering if anyone on the list has any practical experience with both and
2003 Feb 03
10
On very different journalling activity on 2 servers.
Hello Folks, We have 2 (identical hardware) busy public 2U rack servers, both have several hundred users & peak email (for example) deliveries at 300/5min during the daytime. Both servers run RAID1 over 2 EIDE disk drives. One server is fine - it never has problems - it is running RH7.3 and CPU loads are normal. The other server has constant disk activity & kjournald at CPU load of
2019 Aug 29
2
enable_shared_from_this fails at runtime when inherited privately
Am 29.08.19 um 12:07 schrieb Jonathan Wakely: > On Thu, 29 Aug 2019 at 10:15, Christian Schneider > <cschneider at radiodata.biz> wrote: >> >> Hello, >> I just discovered, that, when using enable_shared_from_this and >> inheriting it privately, this fails at runtime. >> I made a small example: >> >> #include <memory> >> #include
2002 Dec 07
6
kjournald using up majority cpu%.
We run several RH7.2/7.3 servers & recently 2 of them, although still working fine, have started to show kjournald as generally using over 50% cpu% on 'top' - virtually continuously. Free cpu% generally less than 25% now! Both machines are also using software RAID5 EIDE ....... otherwise are standard server installs. Any info on what kjournald is & why it should have recently
2010 Jun 22
3
lapply and boxplots with variable names
Hi all, I have a dataset with several variables, each of which is a separate column. For each variable, I want to produce a boxplot and include the name of the variable (ie, column name) on each plot. I have included a sample dataset below. Can someone tell me where I am going wrong? Thank you for your help, Shawn Morrison # Generate a sample dataset var1 = rnorm(1000) var2 = rnorm(1000)
2013 Oct 09
1
Using "cpquery" function from bnlearn package inside loop
Hi everyone, I'm attempting to use the bnlearn package to calculate conditional probabilities, and I'm running into a problem when the "cpquery" function is used within a loop. I've created an example, shown below, using data included with the package. When using the cpquery function in a loop, a variable created in the loop ("evi" in the example) is not
2002 Oct 21
4
samba 2.2.6 name
Hi, I've just installed samba 2.2.6 [solaris 2.6] and while ./smbstatus (on solaris) reports version 2.2.6, network neighbourhood [ or net view4] (on win 2k/win98) report Samba 2.2.5 Any ideas? ta iain -- -------------------------------------------------------------- Iain Morrison MRC Cognition and Brain Sciences Unit 15 Chaucer Road Tel 01223 355294 xt 581
2003 Feb 06
6
Why does old kernel boot when new kernel installed?
I thought I'd summarise this with a proper subject line: 1. We used up2date to upgrade the kernel of a 7.2 machine that is doing far too much journalling (kjournald at 50% CPU+ often). 2. It installed fine, but when we reboot - GRUB only shows the old 2.4.7-10 although there are 3 kernels listed in grub.conf My Question is "How can we select booting to 2.4.18-24.7 when GRUB lonly lists
2019 Aug 29
2
enable_shared_from_this fails at runtime when inherited privately
Hello, I just discovered, that, when using enable_shared_from_this and inheriting it privately, this fails at runtime. I made a small example: #include <memory> #include <boost/shared_ptr.hpp> #include <boost/make_shared.hpp> #include <boost/enable_shared_from_this.hpp> #ifndef prefix #define prefix std #endif class foo: prefix::enable_shared_from_this<foo> {
2009 Feb 25
4
Have a function like the "_n_" in R ? (Automatic count function )
Have the counter function in R ? if we use the software SAS /*** SAS Code **************************/ data tmp(drop= i); retain seed x 0; do i = 1 to 5; call ranuni(seed,x); output; end; run; data new; counter=_n_; ***** this keyword _n_ ****; set tmp; run; /* _n_ (Automatic variables) are created automatically by the DATA step or by DATA step statements. */ /*** Output
2009 Feb 22
1
Changing LDAP userPassword fails: Internal (implementation specific) error
openldap-2.3.27-8.el5_2.4,samba3-3.2.8-38 An smbpasswd by root to change a user's password fails with: [root@littleboy samba]# smbpasswd adam New SMB password: Retype new SMB password: ldapsam_modify_entry: LDAP Password could not be changed for user adam: Internal (implementation specific) error password hash failed Failed to modify entry for user adam. Failed to modify password entry for
2009 Jun 27
4
questions about meta-analysis
Dear R users: In the example of meta-analysis (cochrane, package rmeta), I can not found the p-value of Test for overall effect, and some other indices (Z, I, weight and et al). How can I get the these indices listed? > library(rmeta) > data(cochrane) > cochrane name ev.trt n.trt ev.ctrl n.ctrl 1 Auckland 36 532 60 538 2 Block 1 69 5
2005 Dec 09
4
rsync to a port other than 22
I am trying to use rsinc to tranfer my ftp directory from one server to another. I have port 22 closed off due to port knocking and I am trying to direct rsync to use another port. Unfortunately I can't seem to get it to use the specified port. Here is my command, if someone could point out my error I would appreciate it: rsync -avr --port=XXX xxx.xxx.xxx.xxx:/var/ftp /var/ftp The
2008 Mar 20
4
Dag Repos
Anyone else experiencing issues with dags repo? I keep getting: [root at ftp ~]# yum update Setting up Update Process Setting up repositories http://apt.sw.be/redhat/el4/en/x86_64/dag/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out> Trying other mirror. Cannot open/read repomd.xml file for repository: dag failure: repodata/repomd.xml from dag: [Errno 256] No more mirrors
2008 Feb 06
2
yum upgrade php dependency failure
Hi, I am trying to upgrade php to version 5. When running yum upgrade I get this failure: --> Running transaction check --> Processing Dependency: php = 4.3.9-3.22.9 for package: php-pear --> Finished Dependency Resolution Error: Missing Dependency: php = 4.3.9-3.22.9 is needed by package php-pear but the required php version is installed: [root at ftp ~]# rpm -q php
2009 Jun 12
1
package Rgraphviz or similar
Hello R users I am looking for a package to visualize "relatively planar" directed graphs, with say 100 nodes and specified using an adjacency list. 'Rgraphviz', currently listed on the R-FAQ, seemed suitable (FAQ version 2.9.2009-06-05) But when I looked for the package, I found it had been recently "removed" and was instead directed to archive copies
2007 Oct 11
3
Printing in Corel Draw through CUPS
10/10/2007 After consulting with some local Linux consultants, we have concluded that Corel Draw does not print under WINE because it detects the printer as Postscript, converts the file to Postscript, and sends the file to CUPS, which then converts the file to Postscript, again, and sends it to the printer which prints garbage. The consultant found a way to make a couple changes to WINE
2009 Jan 29
6
OFF Topic - Looking for web based file management application for law firm & clients
Hi All: I am working with a law firm that would like to offer to it's clients the ability to access their documents through a web interface. This would require a nice gui to offer the clients with a simple process for the clients to download from. It would also need to be secure (authentication & SSL), and mandatory disclaimer acceptance before logging into their account. Anyone
2008 May 06
11
I need storage server advice
Hi: I need advice on implementing a storage server. I really do not have the $ to spend for a Dell iSCSI storage divice and I am thinking trunning CentOS 5.x with ftp or FreeNAS. Here is what I am looking at and concerned about. Situation: My current storage needs are approximately 1.5 TB annually. This will increase to about 3.5 TB annually over the next 5 years (rough est.). This box