Re: kmail in rh8

2003-01-20 Thread John McCain
kmail and kde-base and chased down the dependencies by hand. Got it fixed now. Thanks. On Mon, 2003-01-20 at 14:08, Brian Ashe wrote: > John McCain, > > On Monday January 20, 2003 02:44, John McCain wrote: > > The version for redhat: > > > > http://www.rpmfind.net

Re: kmail in rh8

2003-01-20 Thread John McCain
The version for redhat: http://www.rpmfind.net//linux/RPM/redhat/8.0/i386/kdepim-3.0.3-3.i386.html has kaddressbook removed. A search for kaddressbook on rpmfind shows several versions of kpim for 7.x, but none for 8.0. On Mon, 2003-01-20 at 12:16, Brian Ashe wrote: > John McCain, >

kmail in rh8

2003-01-20 Thread John McCain
kmail seems to be present in rh8, but kaddressbook is missing, which pretty much cripples it. What's the deal? Is there a way to get kaddressbook running on rh8? -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/

Re: How to turn off auto-mounting of CD

2002-09-30 Thread John McCain
In the directory: /home//.kde/Autostart You'll find the file Autorun.desktop Move or delete this file. On Wednesday 25 September 2002 09:10 am, Joe Nestlerode wrote: > Hello, > > In RH7.3, whenever I insert a CD, it automatically mounts and a > Konquerer file browser is launched. How do I turn

Re: Patching Linux Servers

2002-09-18 Thread John McCain
It's working for me, but my paths don't end in trailing "/"'s. config filename: rh7.3up.mirror package=rh73update comment=Red Hat Linux 7.3 site=ftp-linux.cc.gatech.edu remote_dir=/pub/redhat/linux/updates/7.3/en/os local_dir=/home/updates command: mirror -n r

Re: URGENT ipchains & tcpdump

2002-09-17 Thread John McCain
I think you need a -j instead of just "j" ... 2002 -j DENY On Tuesday 17 September 2002 02:36 pm, Kalin Mintchev wrote: > hi all, > this is kind of an urgent question please respond... > > if i put a rule in the ipchains like: > > # ipchains -A input -p udp -s 0/0 2002 -d 0.0.0.0/32 2002 j DENY

Re: PGP-GPG from windows

2002-09-17 Thread John McCain
How did you move your keys around? GPG seems to only let you import/export public keys. On Tuesday 17 September 2002 03:25 am, Langa Kentane wrote: > I generated my keys using PGP 7 and use them on GPG too. I did not need to > convert anything. They conform to the OpenPGP standard. > > Regadrs

Re: SECOND POST:E-Mail Times Off 6 hours

2002-09-17 Thread John McCain
On Monday 16 September 2002 04:47 pm, Joe Giles wrote: > I have seen this with other PHP based mail packges I use and I cant figure > it out. > > When I recieve a mail message, the "Receive time" is 6 hours into the > future. This happens only when I am reciveing e-mail from the web app Like > Squ

Re: Loading IPCHAINS rules

2002-09-17 Thread John McCain
On Sunday 15 September 2002 08:56 pm, [EMAIL PROTECTED] wrote: > linux power wrote: > > /etc/rc.d/init.d/ipchains restart > > Yes, but how do I get it to read off the scipt we have typed up ??? > The rules are in the script file ( we didn't use lokkit ) ipchains -F;clears existing ruleset //