Re: How to configure applications to use CUPS ?

2003-01-20 Thread Cliff Kent
>> I think the gimp also has it's own print interface and drivers <<

Thanks, I needed that bit.

Now I have an idea which manual to read.

ck



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: ntpd doesn't or does it?

2003-01-28 Thread Cliff Kent
Mike,

>> However, the more I read the more I think I should just put a 
ntpdate script in cron.daily. I do not want to be a server,  just sync 
my server on a regular basis. Maybe ntpd is overkill? <<

Don't know about overkill. 

But, on several machines, I have a 2 line script in /etc/cron.daily like 
this:

ntpdate ntp0.cornell.edu
setclock

On boxes that run 24/7, this generally adjusts time by 5-15 seconds each 
day. For my uses, that's not an issue. YMMV.

You'd probably be well advised to replace ntp0.cornell.edu with a time 
server close to you.

Best,

Cliff



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Can't Ping

2003-02-01 Thread Cliff Kent
>> The target host may have a firewall rule that forbids replying to 
echo requests. <<

That was my first thought too.

I have a server that does not reply to echo requests. So, I tried to 
ping it. But, I did not get a "host unreachable" error. Ping just sat 
waiting for a reply that never came.

When I see "host unreachable" I check my hosts file, route mistakes, and 
dns settings. But, I'll admit I don't see that applies to Brian's question.

ck



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Disk space usage analysis

2003-02-04 Thread Cliff Kent
>> kdirstat <<

I did not locate this in my workstation install. I don't see it as a 
separate rh package. I do find it many times with google.

Any suggestions on a source?

ck



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Disk space usage analysis

2003-02-05 Thread Cliff Kent
> There is no Red Hat rpm for the latest version; you'll have to build
> it from source:
>
> http://kdirstat.sourceforge.net/downloads/kdirstat-2.3.6.tar.bz2

So much to learn... so little time...

Thank you. I'm off to learn some more. 

ck



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: Disk space usage analysis

2003-02-06 Thread Cliff Kent
Gotta love the pace of open source progress and google as a way to find 
things.

At http://kdirstat.sourceforge.net/kdirstat.html, near the bottom of the 
page:

> 2002-10-23 New RPM for RedHat 8.0
>
> Daniel Tschan kindly provided a KDirStat 2.2.0 RPM for RedHat Linux
> 8.0:

http://kdirstat.sourceforge.net/download/RedHat-8.0/kdirstat-2.2.0-1.i386.rpm

It's not the latest version. But, it's an easy way to check out the 
program and it works nicely. I'll have a look at what's in the newer 
version next.

I'm surprised that kdirstat is not a standard part of Red Hat 8.x.

Thanks for the tip,

ck



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: GRUB problems

2003-02-13 Thread Cliff Kent
> 6. For more information, go to
>  http://ictlab.tyict.vtc.edu.hk/ossi/lab/grub.pdf

In practice, I found the pdf at:

http://ictlab.tyict.vtc.edu.hk/ossi/lab/grub/grub.pdf

I hope that saves others some bother.

Thank you Nick for the heads up,

Cliff



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Unexpected IGMP network traffic

2003-02-25 Thread Cliff Kent
I recently set up a RH 8.0 "home network" server. It's very much like 
several others that I've done before. Samba for a windows file and print 
servers. And, because this customer wanted to get a look at Linux, two 
VNC servers that are accessed by VNC viewers on the windows boxes.

The customer is happy. 

All of this is behind a linksys firewall/router. So, the linux box has 
no firewall. I did try to shut down all unneeded services.

But just for fun, I ran nmap and netwatch on the server. Nmap shows only 
the expected ports open.

However, netwatch shows a lot of IGMP packets. These are returned by 
what looks like multicast servers on the internet. I shut down the 
windows boxes, stopped the VNC servers, and stopped samba. But the IGMP 
chatter continues.

Seems like I've seen this traffic from windows. But, never from linux 
before.

Does anybody know what I might have running that's creating all the chatter?

Thanks,

Cliff Kent



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Unexpected IGMP network traffic

2003-02-25 Thread Cliff Kent
Thanks Ralf,

>> Are you sure that this traffic is generated by the linux box? <<

No, I'm not sure of much at this point. 

Now that you mention it... I think I'll go back and clear the router 
config and do it over. That router's been in place for a year or two.

>> Maybe it is just the receiver? <<

Perhaps, but I've never built a linux IGMP "receiver" before either.

>> Can you post a tcpdump -X proto 2 <<

Yes, the box is still in service but it's near by. I'll stop there when 
I can. I'll post results as soon as I have them.

Thanks again,

Cliff



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Unexpected IGMP network traffic

2003-02-26 Thread Cliff Kent
>> Does your client use a fixed or a dynamic IP? <<

Internet connection is Adelphia cable modem. Dynamic IP via DHCP - 
though the actual IP address hasn't changed in a year. Cable modem 
connects to the private network through a Linksys cable/DSL router that 
SHOULD be blocking all such unrequested traffic. (I'll recheck the 
router config.)

I have "nmap -sS -p 1-65535 -P0 w.x.y.z" running now from my office. 
It's going to take a while, but so far 7500 ports have gone 
unanswered. I'll run a UDP scan when this one is finished.

I'm on the same cable provider. The same subnet in fact. My firewall is 
a single floppy two nic linux router project box. I get no such IGMP 
traffic here on the private net.

Unless the router config is messed up, I'd say the IGMP is originating 
in linux.

Thanks for you help. I hope to visit that machine today.

Cliff



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Unexpected IGMP network traffic

2003-02-26 Thread Cliff Kent
>> look at the count of packets using the package "iptraf". <<

Thanks, I will.

Cliff



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Unexpected IGMP network traffic

2003-02-26 Thread Cliff Kent
>> One IGMP packet every 2 minutes. <<

I have more like one packet every 2 seconds. Not enough to bother the 
normal operation. Maybe as much as 500 bits per second. (I think)

>> I just drop them and haven't had any problems. <<

I'll recheck the Linksys router config. But, I THINK I'm already 
blocking this stuff.

Thanks,

Cliff



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Unexpected IGMP network traffic

2003-02-26 Thread Cliff Kent
>> for launching an insider denial of service attack <<

Wow, there's a nasty concept. Especially in this case. The only insiders 
are Red Hat and me.

Still, it's worth a look.

This is a two month old "fresh install" on new hardware. It has all of 
the patches up through the end of January. And I don't, off hand, recall 
anything not from Red Hat getting install.

Let's hope I find a more pleasant explanation.

About now, I'm starting to HOPE that the router config is messed up.

Thanks,

Cliff



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Unexpected IGMP network traffic

2003-02-26 Thread Cliff Kent
Ralf,

I reviewed the setup on the Linksys and it looks like it's still right.

I ran "tcpdump -X proto 2" as root for about 2 minutes today and 
produced a 76 Kb text file. (The same command on a RH8 box here produced 
nothing in and hour.)

I'm sure that the list doesn't need the full text of the tcpdump, but 
I'll include a snip at the end of this message. If anybody wants to look 
at the file, I'd be happy to e-mail it privately.

(BTW, man -t tcpdump > tcpdump.ps makes a 17 page (paper) document that 
should keep me busy for days.)

Thanks for your help,

Cliff

sorry for the e-mail word wrap.

---< snip >---



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Unexpected IGMP network traffic

2003-02-26 Thread Cliff Kent
Oops... One More Time...

Ralf,

I reviewed the setup on the Linksys and it looks like it's still right.

I ran "tcpdump -X proto 2" as root for about 2 minutes today and 
produced a 76 Kb text file. (The same command on a RH8 box here produced 
nothing in and hour.)

I'm sure that the list doesn't need the full text of the tcpdump, but 
I'll include a snip at the end of this message. If anybody wants to look 
at the file, I'd be happy to e-mail it privately.

(BTW, man -t tcpdump > tcpdump.ps makes a 17 page (paper) document that 
should keep me busy for days.)

Thanks for your help,

Cliff

sorry for the e-mail word wrap.

---< snip >---

13:56:52.679075 ny-auburn2c-319.aburny.adelphia.net > 
EXTENDED-SYS.MCAST.NET: igmp v2 report EXTENDED-SYS.MCAST.NET [ttl 1]
0x	 4600 0020 e756  0102 5ed6 1834 e53f	FV^..4.?
0x0010	 e000 0137 9404  1600 08c8 e000 0137	...7...7
0x0020	 3737 3737 3737 3737 3737 3737 3737 	77
13:56:53.229108 ny-auburn2c-330.aburny.adelphia.net > 235.80.68.83: igmp 
v1 report 235.80.68.83 [ttl 1]
0x	 4600 0020 33da  0102 c3db 1834 e54a	F...34.J
0x0010	 eb50 4453 9404  1200 be5b eb50 4453	.PDS...[.PDS
0x0020	 5353 5353 5353 5353 5353 5353 5353 	SS
13:56:53.307713 ny-auburn2b-35.aburny.adelphia.net > 239.255.255.250: 
igmp v2 report 239.255.255.250 [ttl 1]
0x	 4600 0020 761c  0102 be69 1834 e823	F...v..i.4.#
0x0010	 efff fffa 9404  1600 fa04 efff fffa	
0x0020	 2020 2020 2020 2020 2020 2020 2020 	..
13:56:53.308039 ny-auburn2b-100.aburny.adelphia.net > 239.255.255.250: 
igmp v1 report 239.255.255.250 [ttl 1]
0x	 4600 0020 6ccc  0102 c778 1834 e864	F...l..x.4.d
0x0010	 efff fffa 9404  1200 fe04 efff fffa	
0x0020	        	..
13:56:53.321439 ny-auburn2c-453.aburny.adelphia.net > 239.255.255.250: 
igmp v1 report 239.255.255.250 [ttl 1]
0x	 4600 0020 bc08  0102 7adb 1834 e5c5	F.z..4..
0x0010	 efff fffa 9404  1200 fe04 efff fffa	
0x0020	        	..
13:56:53.389692 ny-auburn2c-348.aburny.adelphia.net > 
MICROSOFT-DS.MCAST.NET: igmp v1 report MICROSOFT-DS.MCAST.NET [ttl 1]
0x	 4600 0020 9066  0102 b5c8 1834 e55c	Ff...4.\
0x0010	 e000 0118 9404  1200 0ce7 e000 0118	
0x0020	        	..
13:56:53.473795 ny-auburn2c-117.aburny.adelphia.net > 224.0.0.251: igmp 
v1 report 224.0.0.251 [ttl 1]
0x	 4500 001c 4a6a  0102 91d1 1834 e475	E...Jj...4.u
0x0010	 e000 00fb 1200 0d04 e000 00fb  	
0x0020	        	..
13:56:53.558959 ny-auburn2c-56.aburny.adelphia.net > 239.255.255.250: 
igmp v1 report 239.255.255.250 [ttl 1]
0x	 4600 0020 2bda  0102 0c97 1834 e438	F...+4.8
0x0010	 efff fffa 9404  1200 fe04 efff fffa	
0x0020	        	..
13:56:53.648499 ny-auburn2c-253.aburny.adelphia.net > 227.37.32.5: igmp 
v2 report 227.37.32.5 [ttl 1]
0x	 4600 0020 9422  0102 9059 1834 e4fd	F".Y.4..
0x0010	 e325 2005 9404  1600 e6d4 e325 2005	.%...%..
0x0020	        	..
13:56:53.654145 ny-auburn2c-16.aburny.adelphia.net > 239.255.255.250: 
igmp v1 report 239.255.255.250 [ttl 1]
0x	 4600 0020 97a0  0102 a0f8 1834 e410	F4..
0x0010	 efff fffa 9404  1200 fe04 efff fffa	
0x0020	        	..
13:56:53.696867 ny-auburn2c-457.aburny.adelphia.net > 227.37.32.2: igmp 
v1 report 227.37.32.2 [ttl 1]
0x	 4600 0020 42b5  0102 e0fd 1834 e5c9	F...B4..
0x0010	 e325 2002 9404  1200 ead7 e325 2002	.%...%..
0x0020	        	..
13:56:53.798780 ny-auburn2c-422.aburny.adelphia.net > 224.1.0.1: igmp v1 
report 224.1.0.1 [ttl 1]
0x	 4500 001c 8c14  0102 4fef 1834 e5a6	E.O..4..
0x0010	 e001 0001 1200 0dfd e001 0001  	
0x0020	        	..
13:56:53.938388 ny-auburn2c-319.aburny.adelphia.net > ZUBA.MCAST.NET: 
igmp v2 report ZUBA.MCAST.NET [ttl 1]
0x	 4600 0020 9867  0102 adc1 1834 e53f	Fg...4.?
0x0010	 e000 013b 9404  1600 08c4 e000 013b	...;...;
0x0020	 3b3b 3b3b 3b3b 3b3b 3b3b 3b3b 3b3b 	;;



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Unexpected IGMP network traffic

2003-02-27 Thread Cliff Kent
Hi Jay,

I've just forwarded my tcpdump file to Ralf and await his interpretation.

Thanks for posting your dump. I don't really know what to look for in my 
dump file. But, your file shows what I expected to find, but didn't. 
That is, I don't have anything like:

... kris.jaycrews.com > ...

I did a google for "linksys IGMP" and found:

"Bug in firmware 1.37." at:
http://www.hansenonline.net/Networking/linksysbug.html
This looks possible, but my "problem" is at a customer site and I'll 
have to visit again to check the firmware version on the router.

From linksys.com, a quick look indicates that the current firmware is 
version 1.44.2z. That might be a possibility.

I'm reserving judgment until I hear from Ralf. But, I'll be sure to keep 
you up to date on any results at this end.

Cheers,

Cliff



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Linux Slapper worm - New variants ?

2003-03-15 Thread Cliff Kent
Jason,

>> ... possible Linux slapper worm activity on one of our Linux servers 
... <<

I had slapper A on a web server briefly. So I'll pass along what little 
I know.

I say briefly because a power outage had caused a server restart. When I 
got there to install the software updates, I had all the signs of 
slapper, but it wasn't running.

I found these files on the server:
/tmp/.uubugtraq
/tmp/.bugtraq.c
/tmp/.bugtraq
and deleted them.
But, the command:
fuser -n udp 2002
did not find a process on the slapper a port; apparently the result of 
the power outage.

I now routinely use:
nmap -sU -p 1-65355 -P0 xxx.xxx.xxx.xxx
and
nmap -p 1-65355 -P0 xxx.xxx.xxx.xxx
to look for incorrectly open ports.
And I use netwatch to look at traffic in real time. What I see recently 
is very little UDP 2002 activity, but fairly regular UDP 1812 traffic. 
Netwatch also shows me that my server is not replying to these packets.

If there's a new variant, I'm not aware of it.

I hope that helps,

Cliff Kent



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: problem upgrading to Mozilla 1.3

2003-03-16 Thread Cliff Kent
>> Strictly guessing <<

Me too. But, I had an install problem the other day (not mozilla) and 
I'd like to add a line to your example.

>> Looking at the following list of files,
>> 1.3
>> 1.3a
>> 1.3b
OK, but what should I think if the list is:

1.3
1.3a
1.3b
1.3rc3
Should an 1.3rc3 go to the end of the list or the beginning?

If "rc3" means "release candidate 3", I think we want it at the beginning.

However, your hypothesis would explain my failed install.

BTW, I didn't give up yet, but further experiments will be on a test box 
not the one on my desk. 

Cliff Kent



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: problem upgrading to Mozilla 1.3

2003-03-17 Thread Cliff Kent
Thanks Greg,

>> Did you try uninstalling the older package? ... <<

No not yet. I'm not actually sure which is older.

I'll try again, but as I said before "further experiments will be on a 
test box not the one on my desk"... What?... Me chicken?... YES! 

But, seriously...

I have a long standing aversion to assumptions. So, I ask these detail 
oriented questions.

To all: Please sort the versions:

1.3
1.3a
1.3b
1.3rc3
in order of "age". That will help me to know, in the future, which is 
"the older package".

I'd bet that the real chronology is:

1.3rc3
1.3
1.3a
1.3b
But, I've only been running linux for 3 or 4 years, so my assumptions 
might be flawed.

thanks,

Cliff Kent



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: problem upgrading to Mozilla 1.3

2003-03-22 Thread Cliff Kent
Thanks Thomas,

>> For mozilla at leats it would be 1.3a, 1.3b, 1.3rc4, then 1.3 but I 
don't rember seeing and rc's :) <<

I don't know of any mozilla rc's either. My mistake, perhaps, for mixing 
examples. I didn't want to confuse the thread. I'd hoped that there was 
a "general rule" that I didn't know about.

>> For other software your order is more likely correct. <<

It was "other software" that raised the question for me. I'll re-check 
the things I've done so far. Then post a question that stands on its own.

Cliff Kent



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Printer Drivers

2003-03-26 Thread Cliff Kent
I check:

http://www.linuxprinting.org/

for printer information... before I purchase or install.

Cliff Kent



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: smbclient frontend

2003-03-27 Thread Cliff Kent
Sorry if this is a little late...

I just tried smb://server/share from konqueror on a rh8 workstation to a 
rh7.2 samba server. I was asked for a name and password. The share 
opened as expected.

I also tried the same syntax from konqueror on a rh8 workstation to a 
win95 share. The share opened as expected. No name/password was required 
by the win95 box.

I did think that gnome and nautilus did this more simply. But, I still 
prefer KDE.

In practice however...

I have the samba share duplicated as an NFS export. Windows boxes use 
samba. Linux boxes use NFS and a link to /mnt/net/server/share. The 
downside is that user names and passwords must be synchronized between 
linux and samba.

cliff



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: smbclient frontend

2003-03-27 Thread Cliff Kent
>> Help >> About Konqueror

reports:
  Konqueror 3.0.3-14 Red Hat (Using KDE 3.0.3-8.3 Red Hat)
rpm -q  reports:
  kdebase-3.0.3-14
  kdeaddons-konqueror-3.0.3-1
Both the rh7.3 samba server and the rh8.0 workstation are behind a (so 
far) effective firewall. So, updates are done "from time to time"... 
unless there's a problem.

Hope that helps,

cliff



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: How to copy a selected content on a .PDF file

2003-07-03 Thread Cliff Kent
>> What I need is to copy a highlighted passage and paste it onto 
another document e.g. OpenOffice, Kwrite, etc. <<

I use Adobe Acrobat 5.07 for that. In this version the display does not 
change as I "mark" the text, but it still copies.

An earlier post pointed to an RPM (or was it 2) that also installed the 
Mozilla plugin.

best,

Cliff Kent

--
Psyche-list mailing list
[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/psyche-list


Re: accessing the rdh8.0 desktop via ssh

2002-12-08 Thread Cliff Kent
Craig,

Sorry, I can't answer your question about configuring the vncserver. I 
did make it work a while back (7.2 maybe ?) but ran into trouble when I 
went back to the physical console.

It seemed to me, without doing any research, that if the local X session 
is display 0 and there is a vncserver for the same user, in the same 
home directory, on display 5... well strange things might happen.

So, I went back to "the old way":

Each user has two scripts in their home directory, vnc-on and vnc-off. 
For example:

#!/bin/sh
# vnc-on
vncserver :5 -geometry 1152x864 -depth 24

#!/bin/sh
# vnc-off
vncserver -kill :5

On my small network, I hand assign the display numbers.

Then, to make my vncserver start at boot time, I add the following to 
/etc/rc.d/rc.local:

su -l cliff -c ./vnc-on

All my machines boot to run level 3. Among other benefits, this lets me 
run ./vnc-off before I startx on the console.

In practice, I also have a selection of "vnc-on" scripts with different 
geometry and depth settings for when I want access from a machine with 
less video hardware or bandwidth.

Best,

Cliff Kent



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: on-board sound

2002-12-13 Thread Cliff Kent
Brian,

>> AC97 Realtek ALC650 on-board sound. ... a VIA VT8233 device ... <<

I have Red Hat 8.0 on an MSI MS-6380E motherboard. It uses a VIA VT8233A 
chipset to provide, among other things, AC97 audio (aka, Realtek ALC650 
6-channel audio). I've had several software installs on it.

Sorry, but I don't recall all the details. I was in "make it work" mode 
rather that "scientific software testing mode".

Generally: Red Hat 7.3 had no sound, Mandrake 9.0 did have sound, Red 
Hat 8.0 install #1 had no sound. But otherwise, I liked RH8, so I turned 
off the motherboard sound, stuck in an old PCI sound blaster card, and 
then Red Hat 8.0 install #2 DID have sound.

I guess I can confirm your problem. I just didn't spend any time 
properly solving it.

So, it's interesting that Mandrake 9.0 and (sorry) windows (for 5 
minutes) worked with the VIA motherboard sound.

Hope this helps a little,

Cliff



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Lost files...can they be recovered?

2002-12-27 Thread Cliff Kent
>> ... and went to the mnt/neil folder and did a drag and drop of files 
on the local laptop to the share.  But the share was not actually 
mounted.  ... <<

If the share is still not mounted, look in /mnt/neil. You may well find 
you files there. If you find your server directory structure, try to 
unmount the share.

In fact, before giving up, I'd shutdown the server to be sure that 
nothing could get auto-mounted before I looked in /mnt/neil.

good luck,

ck



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Switching to Sawfish (was: Re: Why no 'Kill App'??)

2002-12-27 Thread Cliff Kent
> I'm someone who hasn't adjusted to Metacity yet, so to whoever needs
> assistance with this - as I recall the method for swapping over to
> sawfish is:
>
> rpm -q sawfish
> // make sure that you have sawfish installed
> // if not "up2date sawfish" should be enough to install
>
> ps -ef | grep metacity
> allena28  4111  4009  0 17:31 pts/600:00:00 metacity...
> // the 4111 is the process id of metacity
>
> kill 4111;sleep 2;sawfish &
> // the process id 4111 will differ for your example.
>
> make sure you save your session when exiting otherwise metacity will
> be the window manager next time.

Thanks for that. I've read a number of messages, but I think yours is 
the first set of "complete instructions". (maybe I missed some in the 
archive files)

I'd add two comments:

1. From the example above: If "kill 4111;sleep 2;sawfish &"
   doesn't work, try "kill 4111;sawfish &".
   (I also tried "kill 4111;sleep 4;sawfish &" without luck.)
   FWIW, mine is a K7/1466.

2. If it works, the window title bar will change. Don't close that
   window. Exit gnome and save settings.

Now all I need is to bring back gnomecc...

For now however, KDE seems to get the job done for me.

Cliff Kent




--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Mozilla & Sound

2003-01-14 Thread Cliff Kent
Hi Mike,

A google for "html bgsound" lead me to:

http://www.htmlcodetutorial.com/sounds/_BGSOUND.html

I know nothing else about the site, but it says in part:

> ... Before you read any further about this tag, please read the
> section about background sounds, which discusses how to combine this
> tag (which Netscape doesn't understand) with a Netscape-friendly
>  tag.
>
> , MSIE, tells the browser to play a particular sound when
> the page is loaded. ...

Might be worth looking at the  tag alternative.

<< http editor >>

Using KDE, I've become fond of quanta for creating html. It's a code 
editor with a toolbar button to view the page.

Best,

Cliff



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Mozilla & Sound

2003-01-14 Thread Cliff Kent
Mike,

>> I use Gnome <<

As did I - until recently.

It seems that if I install both desktops and the applications for both 
on my rh8 workstation, I'm able to pick the applications I prefer on 
either desktop. I don't expect them all to work, but I'm pleased with 
what does work.

For example galeon, gftp, gnome-system-monitor.desktop, and gnorpm (from 
rh 7.3) all have been solid with KDE.

I've also used konqueror (as a file manager) and (I think) quanta too 
under gnome2.

My customers seem happy with gnome2.

But, I switched back to KDE after about two days with gnome2.

Best,

Cliff



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list