Displaying 20 results from an estimated 27 matches for "wmcdonald".
Did you mean:
mcdonald
2006 Sep 27
1
Jpackage tomcat55-common-lib requires eclipse-ecj >= 0:3.1.1
...fully received.
Cheers,
Will
-------------- next part --------------
# yum install rpm-build
# cd /etc/yum.repos.d/
# wget http://www.jpackage.org/jpackage.repo
Edit /etc/yum.repos.d/jpackage.repo and enable=1 [jpackage-rhel] and [jpackage-generic-nonfree]
# yum -y install jpackage-utils
# su - wmcdonald
$ mkdir -p rpm/{BUILD,RPMS/{i386,i586,noarch},SOURCES,SPECS,SRPMS,tmp}
Edit ~/.rpmmacros and add...
%_topdir %(echo ${HOME}/rpm)
%_tmppath %{_topdir}/tmp
%packager Will Mc Donald <wmcdonald at gmail.com>
$ cd rpm/RPMS/noarch/
$ wget http://mirrors.dotsrc.org/jpackage...
2006 Oct 24
1
python-interactive for CentOS/EL 4
...n the right direction for a package that
provides the 'interactive' module for Python? I need to do some SSH
stuff in Python so I grabbed python-paramiko from RPMForge (as always,
thanks Dag & co.). Paramiko appears to be dependent on python-crypto
but the RPM doesn't require it..
[wmcdonald at willspc ssh]$ ./demo.py
Traceback (most recent call last):
File "./demo.py", line 33, in ?
import paramiko
File "/usr/lib/python2.3/site-packages/paramiko/__init__.py", line 69, in ?
from transport import randpool, SecurityOptions, Transport
File "/usr/lib/...
2006 Jun 26
2
DRBD module for latest kernel
Will there be a matching DRBD kernel module package for the latest
kernel that is in the updates repository?
The kernel version in the updates is:
kernel-smp-2.6.9-34.0.1.EL.i686.rpm but I don't see a matching DRBD
module in updates.
Thanks,
Steve
2006 Apr 06
1
Apache - mod_proxy
This is really an apache question but if anyone knows offhand it would
be nice to know...
How do i build a standalone mod_proxy.so module that i can use to load
into an apache install that has loadable module support compiled in?
thanks
2006 Dec 20
1
Selective Sendmail Relaying.
...9;)dnl
DAEMON_OPTIONS(`Port=smtp,Addr=192.168.24.112,Name=MTA')dnl
FEATURE(`accept_unresolvable_domains')dnl
LOCAL_DOMAIN(`willspc')dnl
MAILER(smtp)dnl
MAILER(procmail)dnl
In my maillog I just see...
Dec 20 12:10:48 willspc sendmail[24558]: kBKCAlG2024558:
ruleset=check_rcpt, arg1=<wmcdonald at gmail.com>, relay=nectarine
[192.168.24.111], reject=550 5.7.1 <wmcdonald at gmail.com>... Relaying
denied
Dec 20 12:10:48 willspc sendmail[24558]: kBKCAlG2024558:
from=<test at testdomain.com>, size=0, class=0, nrcpts=0, proto=SMTP,
daemon=MTA, relay=nectarine [192.168.24.111]
A...
2006 Apr 12
1
mediawiki-1.4.7-1.2.el4.rf.i386.rpm requirements.
Guys,
I'm migrating an internal Mediawiki over to a new CentOS 4 system. The
old server's running FC3 and has a tarball install, ideally I want to
stick to properly packaged software as far as possible.
[wmcdonald at willspc ~]$ yum deplist mediawiki
Finding dependencies:
Setting up repositories
Reading repository metadata in from local files
package: mediawiki.i386 1.4.7-1.2.el4.rf
dependency: tetex-latex
provider: tetex-latex.i386 2.0.2-22.EL4.7
dependency: tetex-dvips
provider: tetex-dvips.i386...
2005 Nov 19
1
Vsftpd + ssl
Hello,
Does anyone have this working? I have been looking for a couple of hours
trying to find docs on how to set this up and so far the only thing I have
found is how to enable ssl in vsftpd.conf.
TIA
2006 Feb 11
2
Logging Bind answers
I am having a mail server problem where the mail to one domain is being
sent to the wrong server.
When I use "dig masonc.com mx", I get
;; ANSWER SECTION:
masonc.com. 86400 IN MX 5 mail.masonc.com.
;; AUTHORITY SECTION:
masonc.com. 86400 IN NS ns1.picadoo.com.
masonc.com. 86400 IN NS ns2.picadoo.com.
;;
2006 Jun 01
3
Assistance with startup script
Could someone give me some assistance in getting this startup script to
conform to chkconfig and such where the service will start up after
networking comes up, and then shut down when networking goes away?
Where all do entries need to be made, and what would they consist of?
Many thanks.....
Sam
------------------------------------------------------------------------
#! /bin/sh
export
2006 Jun 21
5
Sendmail, mailertable and DNS weirdness.
Guys,
I've had a weird problem with Sendmail misbehaving in a way I don't
really understand. I've worked round the problem but I'd like to
understand what was going on.
The MX for one of our domains, blah.com, pointed at an internal
Exchange server. Mail relayed to a Sendmail MailScanner which then
delivered to Exchange for this domain. The domain expired leading to
all its mail
2005 Dec 01
6
Linking against a specific Berkeley DB install
I sent this question to the OpenLDAP list yesterday, but I still haven't
seen the message come across the list. I am asking here in the hopes of
getting a faster response.
I am trying to compile OpenLDAP 2.3.11 from source on CentOS4. I have the
rpm for db4-4.2.52-7.1 installed and also a source build of BerkeleyDB in
/usr/local/BerkeleyDB.4.4.
How do I get OpenLDAP to link with the bdb
2006 Nov 02
0
SOLVED: Re: Using perl-Net-SSH-Perl with pubkey authentication under CGI.
On 02/11/06, Will McDonald <wmcdonald at gmail.com> wrote:
> Guys, I wonder if anyone can give me any pointers here, I hope it's
> CentOS related enough not to be too off topic, if it is then
> apologies.
Thanks to Marc and Ingimar for their suggestions, I think we've cracked it.
When Keychain runs it prompts the...
2006 Jun 23
1
Hosed CPAN installation on CNT4.x
Hi:
I've hosed my CPAN installation and need to get CPAN.pm back. What do I
need to install via yum to get it back?
I have tried:
yum -y install perl-libwww-perl
yum -y install Omni-foomatic perl-XML-Parser system-config-printer
system-config-printer-gui perl-libxml-perl foomatic perl-libxml-enno
perl-XML-Dumper perl-XML-Encoding
Without success.
Thanks
Ed
-------------- next part
2006 Jan 12
1
KSH tab completion
does anyone know how to get ksh to use tab completion?
--
Andrew Rice Jr
Systems Analyst
Carrier Management Systems, Inc.
500 Chestnut Street, Suite 500
Abilene, TX 79602 USA
support: (325) 672-0975
office: (325) 677-5900
fax: (325) 676-0529
http://www.nams.net
NAMS III, NAMS 2000 Centralized, NAMS BMX
2006 Feb 08
1
Heartbeat and mount --bind for NFS v4.
Hi all.
This is probably more of a HA list, or possibly even linux-practices,
question but all hosts concerned are running CentOS and I reckon some
of you guys might have some good suggestions. Feel free to tell me to
piss off. :)
I'm building a new CentOS, DRBD, Heartbeat and NFS HA cluster. We
already have boxes running similar setups on FC2/3 running NFS v2/3
with the Ultra Monkey
2005 Aug 15
3
Best way to add/update an installation
In an effort to prevent getting many minutes into an installation only
to have a CD read fail (I did verify the CD's first), I did a minimal
install. Can I use the minimal install to add the necessay packages for
a HTTP server and graphical interface?
Todd
--
Ariste Software
200 D Street Ext
Petaluma, CA 94952
(707) 773-4523
2006 Feb 28
2
Busy day today...
What's the procedure for filing bug reports related to kernel panics
on CentOS/RHEL? I've just had the following kernel panic on one of the
new mailstores (argh!). Would this have to be reproduceable to warrant
a bug report?
Feb 28 14:40:53 tempmailstore1a kernel: eip: c0146a64
Feb 28 14:40:53 tempmailstore1a kernel: eip: c0146a64
Feb 28 14:40:53 tempmailstore1a kernel: ------------[ cut
2005 Nov 16
12
SELinux threads, cynicism, one-upmanship, etc.
After reading through the various SELinux threads, I really became quite
perturbed. I mean, really quite perturbed.
As an IT Director (and the entire IT department, currently), if I were hiring
a sysadmin I know for a fact that someone whose first response to a question
on why something doesn't work is 'turn it off' would not get a job here.
Neither would a sysadmin with as much
2006 Mar 14
8
PXE boot, Kickstart NFS install and %include...
I was just wondering how (or indeed if) people use the %include
directive in Kickstart configuration files when building systems via
NFS. I've been trying to modularise our Kickstart files a little to
make things more readable, having generic defaults and role specific
stuff split out into separate configs.
I've tried this configuration...
[root at archive kickstart]# cat
2006 Feb 13
0
Perl DBM problem...
Kinda CentOS related so bear with me. :)
We have little legacy perl app on an old RH 7.3 box I'm trying to
migrate over to a CentOS 4 system. Some information the app uses is in
Berkley DB format
[root at korma data]# file *.db
applic.db: Berkeley DB (Hash, version 5, native byte-order)
cables.db: Berkeley DB (Hash, version 5, native byte-order)
connector.db: Berkeley DB (Hash, version