[OT] MSN gets Borked by Opera

2003-02-14 Thread Leonard Miller
Remember the Muppet Show?

http://www.opera.com/pressreleases/en/2003/02/14/



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



Syslog

2003-02-21 Thread Leonard Miller
Hi,
I am trying to get my RH8 box to accept syslog messages from my
APC UPS'ss.   I have added the following to my syslog.conf

# APC UPS syslog messages
local5.*   
/var/log/apc.log

On the UPS card, I have syslog enabled, sending to my server IP
and set the facility to Local5.

I ran   "netstat -an | grep 514 | grep udp" and it did not return 
anything.  When I do a "netstat -tua" port 514/syslog is not listed.

The syslog service has been restarted.  When I try to test
it by sending messages to the server, it does not make it to
the server log file.  

Any help would be appreciated.

Leonard



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



Re: Syslog

2003-02-21 Thread Leonard Miller
DOH
What a pinhead!!!

Thanks

>>> [EMAIL PROTECTED] 02/21/03 12:13PM >>>
On Fri, Feb 21, 2003 at 09:45:11AM -0600, Leonard Miller wrote:
> Hi,
> I am trying to get my RH8 box to accept syslog messages from my
> APC UPS'ss.   I have added the following to my syslog.conf
> 
> # APC UPS syslog messages
> local5.*   
> /var/log/apc.log
> 
> On the UPS card, I have syslog enabled, sending to my server IP
> and set the facility to Local5.
> 
> I ran   "netstat -an | grep 514 | grep udp" and it did not return 
> anything.  When I do a "netstat -tua" port 514/syslog is not listed.
> 
> The syslog service has been restarted.  When I try to test
> it by sending messages to the server, it does not make it to
> the server log file.  
> 

Have you set the -r switch on the server, which tells syslog to receive

messages? Have a look to /etc/sysconfig/syslog

Hope this helps

Peter



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



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



Re: Location of .config for install

2003-02-23 Thread Leonard Miller
Should be in /root/install.log 

>>> [EMAIL PROTECTED] 02/23/03 18:35 PM >>>
When RH8 is first installed, where is the .config file that was used 
for the install. Maybe I am missing something, but I know there are 
configs in the /usr/src/linux-2.4/configs; but I assumed that they 
are "defaults." Was there one actually generated for my particular 
install, or am I making that up? :-)

Cheers--
Charles



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


Re: Location of .config for install

2003-02-23 Thread Leonard Miller
Sorry, misunderstood.  I think you are looking for the
/root/anaconda-ks.cfg file.

>>> [EMAIL PROTECTED] 02/23/03 19:02 PM >>>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sun, 23 Feb 2003 17:32:44 -0600, Charles wrote:

> When RH8 is first installed, where is the .config file that was used 
> for the install. Maybe I am missing something, but I know there are 
> configs in the /usr/src/linux-2.4/configs; but I assumed that they 
> are "defaults." Was there one actually generated for my particular 
> install, or am I making that up? :-)

/boot/config* and those in /usr/src/linux-2.4/configs/* are exactly
those you want. And IIRC, Red Hat's cover that in the section on
building custom kernels.

- -- 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+WWEd0iMVcrivHFQRAm6yAJ0XTv2+sXlhxguLk9qeUd6WszIKhwCfYrx8
4985BppatTVSVkrXWr1yl+8=
=lmLJ
-END PGP SIGNATURE-



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



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


Re: OT: Switch port mapper

2003-02-23 Thread Leonard Miller
You didn't say what kind of switches they are.  If they are Cisco, you
can do a "sh cdp neigh" and that will show the next connected switch. 
There may be a similar command on other switches.  You'll have to check
the documentation for the device.  I use Cisco Works/HP Openview to
manage mine.  Since there are only 5, it seems it would be easier and
quicker just to walk it out and document them.

>>> [EMAIL PROTECTED] 02/23/03 19:11 PM >>>
First, this IS OT. Never mind, i do not want to post like this every
time...
We have 5 switches at the firm and a new sysadmin around here: me. Well,
the OLD guy didn't labeled the machine/ip/switch port, and the lan map
is something mysterious now. Googling at the web, i found something
related at Solarwinds. Their product is too expensive to the firm right
now, and there is only a MS version of the "Switch port mapper".
I need something that runs under linux.
Any ideas?
Thanks again and excuses for the OT.

Renato Salles






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



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


Re: fetchmail

2003-02-24 Thread Leonard Miller
echo "server pop.com protocol pop3 username dave password foo" >
~/.fetchmailrc

>>> [EMAIL PROTECTED] 02/24/03 11:40AM >>>
hi there!!

i wanna use the fetchmail to get my mails from yahoomail (example) and

delivery to my postfix (where i've amavis to check virus/spam) ...
how do this ??

thank's



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



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


IPTABLES question

2003-02-24 Thread Leonard Miller
Hi,
This was just dumped on my shoulders, so I'm coming here for help.
I have not used iptables yet, although it is on my To-Do list.  
I have a test box and one of my co-horts wanted to test I-chain
and asked me to allow incoming port 80 only from one address.
I looked briefly at the docs and there was just WAAAY 
too much to go into right now, sooo my question is:

How do I allow incoming http port 80 from only one machine and
deny all others? Is it easy to turn off when testing is finished?

Thanks
Leonard 



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


Re: setting network interface card to 100Mb/s half duplex

2003-02-26 Thread Leonard Miller
man mii-tool

>>> [EMAIL PROTECTED] 02/26/03 11:07AM >>>
Hi ! All

I need some assistance in anchoring a NIC to 100Mb/s half duplex. 

Thanking you in advance
Vikash



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


RE: setting network interface card to 100Mb/s half duplex

2003-02-27 Thread Leonard Miller
Vikash,
What if you do a 
mii-tool -v -A 100baseTx-HD eth0

That is assuming you are running this on eth0.  What kind of cable are
you 
using?  Does the switch/hub you are connected to support 100mb on the
user port?

Leonard


>>> Vikash Tulsi <[EMAIL PROTECTED]> 02/27/03 05:35AM >>>
Hi ! Leonard

Thanks for replying so soon

Running mii-tool -v

eth0: 10 Mbit, half duplex, no link
  product info: vendor 00:00:00, model 0 rev 0
  basic mode:   10 Mbit, half duplex
  basic status: no link
  capabilities:
  advertising:

The output with regards to product info and basic status (nic is up)
informs
me that the current nic drivers does not use mii feature. Attempting
to
reconfigure the output is the same as the above.

The card drivers installed by default on installation of linux is 3com
3c590/3c595/3c90x/3cx980. Is this acceptable driver ? 

An ideas on the steps that I can take.

Many Thanks
Vikash



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


Re: boot disk logo

2003-02-28 Thread Leonard Miller
try /boot/grub/splash.xpm.gz
THere was a thread about this a few weeks ago.
You may want to check the archives if nobody gives you 
an answer.

>>> [EMAIL PROTECTED] 02/28/03 17:30 PM >>>
I'm trying to modify the bootdisk logo. Not sure what file to modify.

tried to modify syslinux.png w/ gimp. What's this other file splash.lss 
that's referred to from the syslinux.cfg?



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


[OT] What does this script do?

2003-03-05 Thread Leonard Miller
What's this script do?
unzip ; touch ; finger ; mount ; gasp ; yes ; umount ; sleep
Hint for the answer: not everything is computer-oriented. Sometimes
you're
in a sleeping bag, camping out.

Thought that was pretty funny.  From fortune/linuxcookie



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


Re: update : setting network interface card to 100Mb/s halfduplex

2003-03-07 Thread Leonard Miller
I have never heard of that tool.  I'll have to remember that.  

Thanks

Leonard

>>> [EMAIL PROTECTED] 03/07/03 06:27 AM >>>
On Fri Mar 07 2003 at 12:50, Vikash Tulsi wrote:

> Recap, difficulty configuring 3c905b-tx card from OS. Unable to do so
using
> mii-tool.

Wrong tool.

> Like to thank Leonard Miller for the solution

No, just one possible solution.

> Used 3c90xcfg.exe DOS utility from the 3com website to configure my
NIC to
> 100Mb/s half duplex.

Oh yuk... you don't need a dos (as in dinosaur) utility just to do
that.

Try using the modinfo utility to determine the available options
that can be passed to your 3c905b card (ie: "modinfo 3c59x").
Suprise suprise, there's a whole list of them...

By doing this you will discover the right parameter(s) to pass to
the driver to put it into full or half duplex mode.  And do lots of
other things besides.  And you can reset the driver without
rebooting... simply unload and reload it again with the new
parameters that you want to use with your card.

> Cheers
> Vikash

Cheers
Tony



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


Re: PHP and SNMP

2003-03-14 Thread Leonard Miller
I had problems with it also and finally had to revert
back to net-snmp-5.0.1-6 to get it to work. 
I use php-4.2.2-8.0.7 and everything works fine for
me so far. 

If there was a thread for a fix, I missed it.

>>> [EMAIL PROTECTED] 03/14/03 10:12AM >>>
Im also looking for this, the snmpget() works in rh7.2
but not in rh8 ;-(
--sanjeewa 


--- Mark Hoover <[EMAIL PROTECTED]> wrote: >
Greetings.
> 
> Back in December on the RedHat Install list there
> was mention of a problem
> between PHP and the net-snmp packages.  I was hoping
> to find out whether
> anything has been done to fix the issue.  I've run
> up2date on the box, but
> the problem seems to still exist with the latest
> available packages.
> 
> I tried re-installing the old original 7.3 php and
> ucd-snmp, but that didn't
> seem to work as the older php has dependency issues
> with the newer RedHat.
> 
> Does anybody have a proven work around for this?



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


Re: PHP and SNMP

2003-03-17 Thread Leonard Miller
Do you get any response with SNMPGET or SNMPWALK from the
command line? If so, your scripts should look similar to these.  
Post your script is you can't get it to work.





Leonard

>>> [EMAIL PROTECTED] 03/16/03 11:23PM >>>
Hi,
this is my php, snmp list

[EMAIL PROTECTED] root]# rpm -qa | grep snmp
php-snmp-4.2.2-8.0.7
net-snmp-utils-5.0.1-6
net-snmp-5.0.1-6

[EMAIL PROTECTED] root]# rpm -qa | grep php
php-ldap-4.2.2-8.0.7
php-snmp-4.2.2-8.0.7
php-pgsql-4.2.2-8.0.7
php-4.2.2-8.0.7
php-odbc-4.2.2-8.0.7
php-imap-4.2.2-8.0.7
php-mysql-4.2.2-8.0.7
[EMAIL PROTECTED] root]#

But i cant use the snmpget() function in php, this is
the output of snmpget().

Warning: Invalid object identifier:
system.SysContact.0 in /var/www/html/php/snmp/snmp.php
on line 3
any idea why ?

--sanjeewa.



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


Re: find and replace text in files

2003-03-28 Thread Leonard Miller
perl -pi -e 's/oldtext/newtext/' *

>>> [EMAIL PROTECTED] 03/28/03 12:27PM >>>
Hi,

Good answer, but if your want to replace all "search" terms in a line
(and not only the first found), just add the "g" parameter at the end
of
sed command : (g = globally)...

for file in `ls` ; do cat $file | sed 's/search/replace/g' > $file.new
;
> done

If I make no mistake, as I did not use it for a long time, but used to
work with it in my former job.

Cheers,

-- 
Philippe, Chiangmai, Thailand




On Fri, 2003-03-28 at 21:35, Piero Calucci wrote:
> On Fri, 2003-03-28 at 15:15, ghwbush wrote:
> > I have a directory of about 60 files.  I want to search these files
and 
> > replace some text.  Is there an easy way to do this from a command

> > line?
> 
> for file in `ls` ; do cat $file | sed 's/search/replace/' > $file.new
;
> done
> 
> assuming you are searching for "search" and want to replace it with
> "replace"
> 
> Piero



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



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


Sudo Problem

2003-05-29 Thread Leonard Miller
Hi,
I am having a small problem.  When logged into a system as
a user and trying to run programs or commands that require
su privileges, the programs bombs and this error is in 
/var/log/messages.  I searched for a fix but got a lot of
dead links and useless info.  I get the error for other programs
as well, not just redhat-config-date

May 29 08:16:30 ykpenguin userhelper: pam_timestamp:
timestamp file `/var/run/sudo/millerlw/unknown:root' is too
old, disallowing access to redhat-config-date for UID 500

I tried adding a timestamp timeout to visudo but it would not
take it. 

how can I fix this?

Thanks

Leonard


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


Re: Sudo Problem

2003-05-30 Thread Leonard Miller
oops...sorry  I have never made any changes to this
and everything has been fine up until now.

The only things that have changed are updates from RH.

# sudoers file.
#
# This file MUST be edited with the 'visudo' command as root.
#
# See the sudoers man page for the details on how to write a sudoers
file.
#

# Host alias specification

# User alias specification

# Cmnd alias specification

# Defaults specification

# User privilege specification
rootALL=(ALL) ALL

# Uncomment to allow people in group wheel to run all commands
# %wheelALL=(ALL)   ALL

# Same thing without a password
# %wheelALL=(ALL)   NOPASSWD: ALL

# Samples
# %users  ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
# %users  localhost=/sbin/shutdown -h now


>>> [EMAIL PROTECTED] 05/29/03 10:52AM >>>
On Thu, 2003-05-29 at 18:35, Leonard Miller wrote:
[...]
>When logged into a system as
> a user and trying to run programs or commands that require
> su privileges, the programs bombs and this error is in 
> /var/log/messages:
>
> May 29 08:16:30 ykpenguin userhelper: pam_timestamp:
> timestamp file `/var/run/sudo/millerlw/unknown:root' is too
> old, disallowing access to redhat-config-date for UID 500
> 
> I tried adding a timestamp timeout to visudo but it would not
> take it. 
> 
> how can I fix this?

what does your sudoers file look like?


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


RE: Sudo Problems

2003-05-30 Thread Leonard Miller
Ok, that seems to have worked.  

May 29 13:17:21 pc9814 userhelper: pam_timestamp:
timestamp file `/var/run/sudo/millerlw/unknown:root'
is only 120 seconds old, allowing access to redhat-config-date
for UID 501

But now I have another issue that I do not believe is related.

[EMAIL PROTECTED] log]# redhat-config-date
Traceback (most recent call last):
File "/usr/share/redhat-config-date/redhat-config-date.py", line 35, in
?
  mainWindow.mainWindow().stand_alone()
File "/usr/share/redhat-config-date/mainWindow.py", line 181, in
__init__
  self.timezonePage = timezone_gui.timezonePage()
File "/usr/share/redhat-config-date/timezone_gui.py", line 50, in
__init__
  self.tz = TimezoneMap(zonetab, self.default, map=path)
File "/usr/share/redhat-config-date/timezone_map_gui.py", line 139, in
__init__
  self.setCurrent(self.currentEntry)
File "/usr/share/redhat-config-date/timezone_map_gui.py", line 180, in
setCurrent
 self.markers[self.currentEntry.tz].hide()

I'll work on that later. Unless somebody knows what it is off the top
of their head.   That is not real important because the time is not
off,
I was just using it as test for sudo.  LIke I said, this was fine up
until my
recent updates of kernel and KDE.

Thanks
L

>>> [EMAIL PROTECTED] 05/29/03 11:38AM >>>
On Thu, 2003-05-29 at 21:58, Leonard Miller wrote:

[...]
> # Uncomment to allow people in group wheel to run all commands
> # %wheelALL=(ALL)   ALL
>
> # Same thing without a password
> # %wheelALL=(ALL)   NOPASSWD: ALL

*use either of these and add yourself to the 'wheel' group.  Or if you
want to grant only selected privileges define them by '%users'.

further reading:
*man sudoers
*man visudo

nick
-- 
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html


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


PortSentry

2003-06-18 Thread Leonard Miller
Hi,
Does this still exist?  If so, does anybody know where I can find it?
I checked psionic.com, but that now leads to cisco.com.
If it doesn't exist, has anything taken it's place?

Thanks
L




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


Re: HOW TO INSTALL MYSQL

2003-07-01 Thread Leonard Miller
www.mysql.org will have all your answers

>>> [EMAIL PROTECTED] 07/01/03 12:31PM >>>
Hi Team,

I have downloaded MySQL-server-4.0.13-0.i386.rpm and installed using rpm
-i. How to configure and work with.



Thanks

SureshA
[EMAIL PROTECTED] 



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


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


Re: HOW TO INSTALL MYSQL

2003-07-01 Thread Leonard Miller
Ok, start by making sure the service is started.

service mysqld status

If it returns something like this
mysqld (pid 841 832 831 802) is running...
it is running.
If you don't get anything like that, do this
service mysqld start

I saw somebody sent the link to the documentation,
so that should get you started.

Leonard


>>> [EMAIL PROTECTED] 07/01/03 01:44PM >>>
Dear All,

I have searched the site, no information regarding the configuration of
MYSQL with LINUX is there.

Suresh A.


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


Solid Database question

2003-07-08 Thread Leonard Miller
Hi,
has anybody had any experience using a Solid database 
on Redhat?  I am considering pulling my HP OpenView
database over to my RH system and doing some custom
development with it.

Thanks
L


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


Scripting question

2003-07-11 Thread Leonard Miller
Hi,
I have a file with over 38000 lines in.  Some of the lines have a
space at the beginning and I can delete those lines.  Is there a
way using a script or vi that I can delete the lines that begin
with a space?

Thanks
L


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


Re: Scripting question

2003-07-11 Thread Leonard Miller
Thanks Alan,
That worked great.  Now let me ask you this.
I have another file with blank lines - no space or tabs, just
carriage returns. 
Can I use that same line to remove those blank lines?

Leonard


>>> [EMAIL PROTECTED] 07/11/03 09:38AM >>>
cat file | grep -v ^\> file_nospace (that's a ^ followed by 
a \ followed by a space)
mv file_nospace file

Alan



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


Re: Scripting question

2003-07-11 Thread Leonard Miller
Nevermind, I figured it out.  Used a bracket expression
cat in.txt | grep [01234567898] > out.txt

Thanks for the help and the lesson
Leonard

>>> [EMAIL PROTECTED] 07/11/03 10:02AM >>>
Thanks Alan,
That worked great.  Now let me ask you this.
I have another file with blank lines - no space or tabs, just
carriage returns. 
Can I use that same line to remove those blank lines?

Leonard


>>> [EMAIL PROTECTED] 07/11/03 09:38AM >>>
cat file | grep -v ^\> file_nospace (that's a ^ followed by 
a \ followed by a space)
mv file_nospace file

Alan


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


vsftpd question

2003-07-15 Thread Leonard Miller
Hi,
I have a friend that is trying to change some settings on
vsftpd.  He wanted to change the listen port and download
speed, so I told him to change listen_port and anon_max_rate
in /etc/vsftpd.conf.  That apparently didn't work.  I didn't see
the changes he made so I can say if they were correct, but
is that the right file and correct settings to change for that?

Thanks
L


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


testing

2003-07-16 Thread Leonard Miller
Is this thing turned on?


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


Kill user login session

2003-10-15 Thread Leonard Miller
Hi,
I have a user session that has been logged in for a couple of days.
I know the user has logged out, but I can't figure out how to kill
the session.

Any help would be appreciated.

Thanks
Leonard

Automatically inserted lawyer supplied blurb follows


**CONFIDENTIALITY NOTICE**
The information contained in this e-mail may be confidential and/or 
privileged and is intended for the sole use of the individual or 
organization named above.  If you are not the intended recipient or an 
authorized representative of the intended recipient, any review, copying
or distribution of this e-mail and its attachments, if any, is prohibited.
If you have received this e-mail in error, please notify the sender
immediately by return e-mail and delete this message from your system.


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


Re: Kill user login session

2003-10-15 Thread Leonard Miller
ps -u "[username]" just returns this
  PID TTY  TIME CMD

and yes, I substituted the real username.  Just didn't want to show it
here.
When I run who, it shows the user on pts/2  

Finger returns this
"[username]"*pts/2287d  Oct 13 10:11

So there are no proceses owned by the user.  I probably should
have mentioned and apologize for not doing it sooner, that the user
was remotely logged in via ssh.

Thanks
Leonard

Automatically inserted lawyer supplied blurb follows

>>> [EMAIL PROTECTED] 10/15/03 09:11AM >>>
ps -u "[username]"  will show you all of the processes
owned by the user.

or, if you know what terminal device the user was logged
in at, you can use "ps -t [terminal]"

You will see output that looks similar to this (ps -u): 

  PID TTY  TIME CMD
 1542 ?00:00:00 gnome-session
 1591 ?00:00:00 ssh-agent
 1596 ?00:00:00 gconfd-2
 1598 ?00:00:00 esd
 1607 ?00:00:00 bonobo-activati
 1609 ?00:00:00 gnome-settings-

Find the process ID in the PID column, next to the terminal
number that he was using, and type the command "kill [PID]"

If you are not sure of the terminal that the user was logged
in at, I use a command called 'finger' on my intranet UNIX
machines that shows me idle time as well. If you have finger 
installed, just type in "finger" and look for your user
with the largest idle time. Get the terminal device, and then
do a ps -t on that terminal to get the process ID to kill.

Jason


**CONFIDENTIALITY NOTICE**
The information contained in this e-mail may be confidential and/or 
privileged and is intended for the sole use of the individual or 
organization named above.  If you are not the intended recipient or an 
authorized representative of the intended recipient, any review, copying
or distribution of this e-mail and its attachments, if any, is prohibited.
If you have received this e-mail in error, please notify the sender
immediately by return e-mail and delete this message from your system.


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


Re: Kill user login session

2003-10-15 Thread Leonard Miller
Thanks for the help.  Nothing I tried worked so I just rebooted the
server.  ps -ef didn't show any processes for the user.  "who" showed
the login date as Oct 13 but there were no processes with that date.  So
I just kicked it in the head.

Thanks again
Leonard

Automatically inserted lawyer supplied blurb follows.

>>> [EMAIL PROTECTED] 10/15/03 14:15 PM >>>
if you type "ps -ef" you will see all the processes running from all
users.
If your user is still logged on, look for the shell process id, then you
can use "kill -9 PID" to kill that process.

ps -ef

root 20546  1330  0 10:40 ?00:00:00 [sshd]
user 20547 20546  0 10:40 pts/000:00:00 -bash

kill -9 20546



**CONFIDENTIALITY NOTICE**
The information contained in this e-mail may be confidential and/or 
privileged and is intended for the sole use of the individual or 
organization named above.  If you are not the intended recipient or an 
authorized representative of the intended recipient, any review, copying
or distribution of this e-mail and its attachments, if any, is prohibited.
If you have received this e-mail in error, please notify the sender
immediately by return e-mail and delete this message from your system.


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


Re: Domain Name resolving

2003-10-28 Thread Leonard Miller
Just add the entry to your /etc/hosts
xxx.xxx.xxx.xxxxyz.comxyz

If you want to connect to it from a Windows machine,
just add the entry to the hosts file on it

Leonard
And No, I don't Yahoo, but thanks for asking

Automatically inserted lawyer supplied blurb follows

>>> [EMAIL PROTECTED] 10/27/03 10:45PM >>>
Dear All:
I'm running my web server in INTRANET. I use my IP address to connect.
How I can access it with xyz.com. I know it can be done somewhere in DNS
entry. Pls. tell me the complete process. 
 
with regards,
Zabtoo

-
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears


**CONFIDENTIALITY NOTICE**
The information contained in this e-mail may be proprietary and/or 
privileged and is intended for the sole use of the individual or 
organization named above.  If you are not the intended recipient or an 
authorized representative of the intended recipient, any review, copying
or distribution of this e-mail and its attachments, if any, is prohibited.
If you have received this e-mail in error, please notify the sender
immediately by return e-mail and delete this message from your system.


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


Install Problem - root password

2003-10-31 Thread Leonard Miller
Hi,
We are trying to get another RH8 system setup and having a problem
when we get to the Add User/Root Password screen.  We can add a
user, but cannot type anything in the Root Password box.  
Nothing shows up.  
needless to say, we can't get past this screen to continue.

The CD's we are using have been used serveral times before and
we have not had this problem with any other installs..

Thanks
Leonard

Automatically inserted lawyer supplied blurb follows



**CONFIDENTIALITY NOTICE**
The information contained in this e-mail may be proprietary and/or 
privileged and is intended for the sole use of the individual or 
organization named above.  If you are not the intended recipient or an 
authorized representative of the intended recipient, any review, copying
or distribution of this e-mail and its attachments, if any, is prohibited.
If you have received this e-mail in error, please notify the sender
immediately by return e-mail and delete this message from your system.


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


Re: Install Problem - root password - FIXED

2003-10-31 Thread Leonard Miller
After restarting the install twice and not having any luck, I finally
just rebooted the machine.
Lo and beholdit works...
Spooky..but hey...I wouldn't expect anything less on Helloween

Thanks
Leonard

>>> [EMAIL PROTECTED] 10/31/03 12:01PM >>>
Please specify if you can get any prompt after you press return
One of my freind had such a problem. I found that he was expecting
password
to echo that is not to be


**CONFIDENTIALITY NOTICE**
The information contained in this e-mail may be proprietary and/or 
privileged and is intended for the sole use of the individual or 
organization named above.  If you are not the intended recipient or an 
authorized representative of the intended recipient, any review, copying
or distribution of this e-mail and its attachments, if any, is prohibited.
If you have received this e-mail in error, please notify the sender
immediately by return e-mail and delete this message from your system.


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


Input Overrun

2003-11-03 Thread Leonard Miller
Hi,
For the past couple of days I have been receiving these lines in 
my daily cron messages

/sbin/getty[20721]: tty1: input overrun

Does anybody know what this means and how I can fix it?
Let me know if you need any more info.

Thanks
Leonard
Automatically inserted lawyer supplied blurb follows




**CONFIDENTIALITY NOTICE**
The information contained in this e-mail may be proprietary and/or 
privileged and is intended for the sole use of the individual or 
organization named above.  If you are not the intended recipient or an 
authorized representative of the intended recipient, any review, copying
or distribution of this e-mail and its attachments, if any, is prohibited.
If you have received this e-mail in error, please notify the sender
immediately by return e-mail and delete this message from your system.


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


Mysql and postgres

2003-11-25 Thread Leonard Miller
hi,
Can these two live in harmony with each other, or do goofy things
happen when they are both running.

The reason I ask is this, I use mysql currently with several databases
and was considering installing OpenNMS.  But OpenNMS requires
postgres.

Any insight would be appreciated.

Thanks
Leonard


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