ned, no processes exist that are
directly owned by the user. Note that the 'ps' command reads
the kernel process table, whereas 'who' reads the 'wtmp' and
'utmp' databases which contain login information. (Look in
/var/run and /var/log). This is why you picked
hi Leonard
did you try ps -A | grep pts/2 (or any other pts the user is on)
and then just killing them
--
Psyche-list mailing list
[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/psyche-list
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
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:
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.
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
159
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**
in.
What I had noticed was that the users file systems had not been
mounted with the usrquota option and yet our automounter on the
clients was set to mount using this option. Don't know if this caused
the problem, but it's working at the moment.
(Before the server was rebooted, I fr
I have 2 servers both running Redhat 8.0, kernel 2.4.20-20.8smp.
Users with their homes on one of the servers can't login using gnome.
The message that appears is
"could not lock the file ./gconf-test-locking-file...
the error was 'no locks available' errno
On Tue, 2003-09-30 at 14:24, valeed wrote:
> hi all ,
> I am new to linux ,
welcome!
> I have installed redhat 8 on a p4 2.4 ghz ,
> would like to know how do i login to my linux box from any network pc
> using telnet,
You should use ssh instead of telnet. Its just as eas
hi all ,
I am new to linux ,
I have installed redhat 8 on a p4 2.4 ghz ,
would like to know how do i login to my linux box
from any network pc using telnet,
also is there any emulation software that works
from windows & gives me the gui of linux the 'X' screen
regards
valeed
On Sun, 2003-08-17 at 23:05, ravinder wrote:
> Sir,
> I am new to Linux enviroment,
> i am installing red hat linux 8 server on my intel based system,
> while configuring the firewall i have selected "No Firewall".
> my problem is, i am not able to login to my l
On Mon, 2003-08-18 at 15:35, ravinder wrote:
> Sir,
> I am new to Linux enviroment,
> i am installing red hat linux 8 server on my intel based system,
> while configuring the firewall i have selected "No Firewall".
> my problem is, i am not able to login to my l
Sir,
I am new to Linux enviroment,
i am installing red hat linux 8 server on my intel
based system,
while configuring the firewall i have selected "No
Firewall".
my problem is, i am not able to login to my
linux machine from windows workstaion or any sun machine throught teln
8
gShield (reserved drop) IN=eth0 OUT= MAC= SRC=10.0.0.6 DST="My IP"
LEN=48 TOS=0x08 PREC=0x00 TTL=63 ID=63456 DF PROTO=TCP SPT=80 DPT=2761
WINDOW=8760 RES=0x00 ACK SYN URGP=0
Since my ISP is using the 10.0.0.0 range for login, DNS and so on, it is
obvious why I can't connect to 10
On Fri, 13 Jun 2003, Tomas Larsson wrote:
> > On Thu, 12 Jun 2003, Tomas Larsson wrote:
> >
> > > This question is mainly directed to Swedish users.
> > > I'm using Telia ADSL, I have one RH8 box running as
> > firewall NAT and
> > > router. T
> -Ursprungligt meddelande-
> Från: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] För Tom Diehl
> Skickat: den 12 juni 2003 22:46
> Till: [EMAIL PROTECTED] Com
> Ämne: Re: Firewall and Login scripts
>
>
> On Thu, 12 Jun 2003, Tomas Larsson wrote:
>
On Thu, 12 Jun 2003, Tomas Larsson wrote:
> Hi all out there.
> This question is mainly directed to Swedish users.
> I'm using Telia ADSL, I have one RH8 box running as firewall NAT and router.
> To automate login I am using qadsl and LFCK, not at the same time though.
> My p
Hi all out there.
This question is mainly directed to Swedish users.
I'm using Telia ADSL, I have one RH8 box running as firewall NAT and router.
To automate login I am using qadsl and LFCK, not at the same time though.
My problems is that when the firewall is up and running, neither qadsl or
t;
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Jay Turner
> Sent: Friday, March 21, 2003 11:07 AM
> To: [EMAIL PROTECTED]
> Subject: Re: disabling root access from ssh login
>
>
> On Fri, Mar 21, 2003 at 10:44:39AM -080
On Fri, 2003-03-21 at 13:44, Bruce Douglas wrote:
> vi to /etc/ssh/ssh_config and added the line:
>
> PermitRootLogin no
>
> i then restarted with
> /etc/rc.d/init.d/sshd restart
This works for me. I just had to change that yesterday. Also, FWIW,
you can do -
# service sshd restart
isabling root access from ssh login
On Fri, Mar 21, 2003 at 10:44:39AM -0800, Bruce Douglas wrote:
> i tried the following with no luck:
>
> vi to /etc/ssh/ssh_config and added the line:
>
> PermitRootLogin no
>
> i then restarted with
> /etc/rc.d/init.d/sshd restart
>
&g
On Fri, Mar 21, 2003 at 10:44:39AM -0800, Bruce Douglas wrote:
> i tried the following with no luck:
>
> vi to /etc/ssh/ssh_config and added the line:
>
> PermitRootLogin no
>
> i then restarted with
> /etc/rc.d/init.d/sshd restart
>
> i can still login as roo
maybe you change wrong file ...
try change /etc/ssh/sshd_config
i put this configuration (PermitRootLogin no) and works fine...
see ya!!
Bruce Douglas wrote:
new to linux. i want to disable direct root login/access to my linux (rh8.0)
box. i want to have the user have to login as user foo, and
access from ssh login
hi.
new to linux. i want to disable direct root login/access to my linux (rh8.0)
box. i want to have the user have to login as user foo, and then have to su
to root.
is there an easy/quick way to do this?
i tried the following with no luck:
vi to /etc/ssh/ssh_config and added
hi.
new to linux. i want to disable direct root login/access to my linux (rh8.0)
box. i want to have the user have to login as user foo, and then have to su
to root.
is there an easy/quick way to do this?
i tried the following with no luck:
vi to /etc/ssh/ssh_config and added the line
version .53b of Putty has UTF-8
Peter Larsen <[EMAIL PROTECTED]> wrote:
On Wednesday, March 12, 2003 14:46 PM,Gordon Messmer <[EMAIL PROTECTED]>wrote:> Putty supports UTF-8. You can go to the Window->Translation settings> on the login screen and tell the application that th
On Wednesday, March 12, 2003 14:46 PM,
Gordon Messmer <[EMAIL PROTECTED]> wrote:
> Putty supports UTF-8. You can go to the Window->Translation settings
> on the login screen and tell the application that the remote system
> uses UTF-8. When your terminal emulator works,
settings in the i18n file, as was suggested earlier.
This is also in the release notes.
Putty supports UTF-8. You can go to the Window->Translation settings on
the login screen and tell the application that the remote system uses
UTF-8. When your terminal emulator works, you don't hav
On Tue, 11 Mar 2003, Arthur Chong wrote:
> Thanks everyone, we will obtain puTTY.
>
> Thanks for the URL link !!
>
> We've tried it and it still seems to give the wired characters on a
> "man" command. Perhaps we have to play with the settings.
Change the settings in the i18n file,
Arthur Chong writes
>
>
> Thanks everyone, we will obtain puTTY.
>
> Thanks for the URL link !!
>
> We've tried it and it still seems to give the wired characters
> on a "man" command. Perhaps we have to play with the
> settings.
This may cause wierd problems elsewhere, but try,
"expo
Thanks everyone, we will obtain puTTY.
Thanks for the URL link !!
We've tried it and it still seems to give the wired characters
on a "man" command. Perhaps we have to play with the
settings.
We managed to solve the "No GUI screen login problem".
in the /etc/ini
Dan G wrote:
Has anyone seen this behavior with RH8?
If I set /etc/sysconfig/desktop to DESKTOP="XDM".
Then in my .Xclients-default set exec /usr/X11R6/bin/twm.
Looking at /etc/X11/prefdm you see that $DISPLAYMANAGER is used instead
DISPLAYMANAGER="XDM"
will get you xdm for logins.
If you read /e
acked this in RH8 for Bluecurve? If I login I always get KDE as my
Window manager not TWM. If I boot to runlevel 3 then run startx no
problem I get TWM. Any info on this would help.
Thanks,
Dan
--
Psyche-list mailing l
OR
--
Contact me if you need to know more... the system is going to get
delivered in a few days but now that I've got the modem working I
expect to still have access.
OK, now to describe the problem. What I want to do is
Sorry, I was wrong about what gets captured by 'startx
> file 2>&1'. There is a file: ~/.xsession-errors that
appears to contains stuff that would - in a gdm
handled login - normally go to the specified
redirection in a manual startx login. So, my question
is, then, how to
Hello list,
How do I re-direct std error "2" when gdm (or kdm,
whatever) is handling the login?
My concern is about error messages that appear in an
active TTY when a client session is starting in X.
Typically, I boot at init level 5, then login as a
user with gdm handling the i
On 02 Jan 2003 17:33:43 +0100, Patrick Marquetecken wrote:
>Hi,
>
>How do i switch from text login to graphical ?
>
>TIA
>
>Patrick
You can edit the /etc/inittab file and set the line:
id:3:initdefault:
to
id:5:initdefault:
That should take
Patrick Marquetecken wrote:
How do i switch from text login to graphical ?
In /etc/inittab alter the line
id:3:initdefault:
to
id:5:initdefault:
---
David Juran
Configuration Manager
E-mail: [EMAIL PROTECTED]
Phone: +46-31-7226259
Carmen Systems AB
Odinsgatan 9
SE-411 03
Hi,
How do i switch from text login to graphical ?
TIA
Patrick
--
Knowledge in a databank,is like food which is in a deepfreeze.
Nothing comes out better than what is initially put in.
PGP Key: http://users.pandora.be/rivendell/marquetp.gpg.gz
Registered Linux User #44550
http
I use KDE myself and in KDE there is an Autostart directory...
/home/dirname/.kde/Autostart/
Is there anything like that in Gnome?
Anthony
On Thu, 2002-12-05 at 23:53, Joshua Melbourne White wrote:
> After I login to gnome or blackbox, is there a way to have programs to
> automaticall
Joshua Melbourne White wrote:
After I login to gnome or blackbox, is there a way to have programs to
automatically load for me when it first starts up? Thanks.
--
Mark Guzzo
Sair LCA, LCP
Citrix Administrator
"Don't Fear The Penguin."
--
Psyche-list mai
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thursday 05 December 2002 11:53 pm, Joshua Melbourne White wrote:
> After I login to gnome or blackbox, is there a way to have programs to
> automatically load for me when it first starts up? Thanks.
I don't use Gnome, but I believe yo
After I login to gnome or blackbox, is there a way to have programs to
automatically load for me when it first starts up? Thanks.
--
Joshua Melbourne White <[EMAIL PROTECTED]>
--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list
On Thu, 2002-12-05 at 01:10, Havoc Pennington wrote:
[snip]
> When a
> shell finds out that it's a login shell, it does some special things
> such as load ~/.bash_profile.
I want to mention for completeness that the login initialization process
is uglier than this. Due to backward
On Wed, Dec 04, 2002 at 11:35:33PM -0500, Joshua Melbourne White wrote:
> Can someone explain to me what login shells are and what are the
> difference between them? (BASH, ect.). Also, on a side note, I would
> like to thank everyone so far for answering all my questions. This list
>
--- Joshua Melbourne White <[EMAIL PROTECTED]> wrote:
> Can someone explain to me what login shells are and what are the
> difference between them? (BASH, ect.). Also, on a side note, I would
> like to thank everyone so far for answering all my questions. This
> list
>
Can someone explain to me what login shells are and what are the
difference between them? (BASH, ect.). Also, on a side note, I would
like to thank everyone so far for answering all my questions. This list
has helped me a lot.
--
Joshua Melbourne White <[EMAIL PROTECTED]>
--
Psych
On Wed, 20 Nov 2002, Jesse Keating wrote:
> On Wednesday 20 November 2002 11:45, Brian York wrote:
> > How can I turn off root login for the console?
> >
> > Don't mean to ask stupid questions just forgotten.
>
> Isn't it in /etc/security or /etc/sec
On Wednesday 20 November 2002 11:45, Brian York wrote:
> How can I turn off root login for the console?
>
> Don't mean to ask stupid questions just forgotten.
Isn't it in /etc/security or /etc/securetty ?
--
Jesse Keating
For Web Services and Linux Consulting, Visit -->
How can I turn off root login for the console?
Don't mean to ask stupid questions just forgotten.
Thanks
Brian
Greetings,
I cleared the tmp directory to no avail. The hostname
is set properly. The machine has been running fine for
several weeks. I don't know why this happened.
Additional help would be greatly appreciated.
>hi,
>i had a similar error, trying cleaning out your /tmp
>( read some doc on
>the
hi,
i had a similar error, trying cleaning out your /tmp ( read some doc on
the internet about it before u do).
have you setup your hostname properly?
On Thu, 2002-11-14 at 03:01, Niall McLoughlin wrote:
> After logging in (using GNOME), I receive the
> following message in a popup...
>
> "Th
After logging in (using GNOME), I receive the
following message in a popup...
"There was an error starting the GNOME Settings
Daemon.
Some things, such as themes, sounds, or background
settings may not work correctly.
The Settings Daemon restarted too many times.
The last error message was:
On Tue, 12 Nov 2002, Gerry Tool wrote:
> What determines whether gdm, kdm or xdm is used to create the GUI login
> screen?
>
Sorry, in my previous mail I said "/etc/X11/xdm" and meant
"/usr/X11R6/bin/xdm".
Oisin Feeley
--
Psyche-list mailing
On Tue, 12 Nov 2002, Gerry Tool wrote:
> What determines whether gdm, kdm or xdm is used to create the GUI login
> screen?
/etc/sysconfig/desktop
DISPLAYMANAGER=GNOME|KDE|XDM
It's also possible to hardwire it into /etc/inittab at the bottom:
x:5:respawn:/etc/X11/xdm -nodaemon
Bu
the order
> gdm,kdm,xdm.
>
> Pavel.
>
> > -Original Message-
> > From: Gerry Tool [mailto:gerry@;tool.com]
> > Sent: Wed, November 13, 2002 7:38 AM
> > To: [EMAIL PROTECTED]
> > Subject: Where is GUI login program set?
> >
> >
> > Wha
ry Tool [mailto:gerry@;tool.com]
> Sent: Wed, November 13, 2002 7:38 AM
> To: [EMAIL PROTECTED]
> Subject: Where is GUI login program set?
>
>
> What determines whether gdm, kdm or xdm is used to create the
> GUI login
> screen?
>
> Thanks.
>
> gerry
>
>
What determines whether gdm, kdm or xdm is used to create the GUI login
screen?
Thanks.
gerry
--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list
On Thursday 07 November 2002 08:55, chakman lee wrote:
> > Are you able to login to the imap server using a
> > standard email client?
> How to test it? I have made the imap config file
> (disable=no) I am appreciated for your further help,
> thanks in advance.
Put simp
post-login initialization. The mouse and keyboard do
not respond. ctrl+alt+backspace and ctrl+alt+del do not work. I am
forced to do a system reset via the reset switch. Running starx from
command line in runlevel 3 behaves the same way.
Through much trial and error, I determined that the
Dear Jason Wong,
Are you able to login to the imap server using a
standard email client?
How to test it? I have made the imap config file
(disable=no) I am appreciated for your further help,
thanks in advance.
Sincerely yours,
Simon
Message: 4
From: Jason Wong <[EMAIL PROTEC
On Tuesday 05 November 2002 09:21, chakman lee wrote:
> After we enter the login and password, the error
> message will be shown as follow
>
> Error
> You must be logged in to access this page
Are you able to login to the imap server using a standard email client?
--
Jason W
After we enter the login and password, the error
message will be shown as follow
Error
You must be logged in to access this page
Message: 10
From: Jason Wong <[EMAIL PROTECTED]>
Organization: Gremlins Associates
To: [EMAIL PROTECTED]
Subject: Re: Cannot login in in webmail(Squirrelmail
v
On Monday 04 November 2002 09:34, you wrote:
Please keep discussion on list.
> Under the redhat 8.0 server, I have already installed
> "imap-2001a-15" but invalid.
What exactly do you mean by invalid?
--
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
/*
A fool must now and then be
- Original Message -
From: "Mike Chambers" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 01, 2002 4:59 AM
Subject: Re: Cannot login in in webmail(Squirrelmail version 1.2.7)
This email took over 24 hours to get here :) Guess we running slow ag
On Friday 01 November 2002 14:25, chakman lee wrote:
> Dear all,
>
> Under Redhat 8.0, the sendmail has already been
> installed and the user's mail accounts have already
> been valid. After the squirrelmail 1.2.7 is installed,
> I attempt to login in using a user accoun
- Original Message -
From: "chakman lee" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 01, 2002 12:25 AM
Subject: Cannot login in in webmail(Squirrelmail version 1.2.7)
> Dear all,
>
> Under Redhat 8.0, the sendmail has already been
On Thu, Oct 31, 2002 at 10:25:46PM -0800, chakman lee wrote:
> Under Redhat 8.0, the sendmail has already been
> installed and the user's mail accounts have already
> been valid. After the squirrelmail 1.2.7 is installed,
> I attempt to login in using a user account in the ma
Dear all,
Under Redhat 8.0, the sendmail has already been
installed and the user's mail accounts have already
been valid. After the squirrelmail 1.2.7 is installed,
I attempt to login in using a user account in the mail
webpage. the error page willl be appeared in the
following
Error
You
anged my resolution
and got a "unable to load graphical login manager" message when I logged out.
Now, whenever I boot up, I get the default grey box on purple to login. I've
tried resetting the KDE and Login manager themes, changing resolutions
(again), running disk checks, amo
same problem
>
Okay, I created a link in my $HOME/.kde/Autostart directory to
'/usr/bin/ssh-add'. When I login, it now goes all the way through starting
up KDE and finally prompts for my passphrase (albeit with the gnome askpass
program; oh well). I prefer the old way, but no doubt I'
On Tue, 22 Oct 2002, Tom Eastep wrote:
> In RH8, xinitrc is running your KDE/Gnome session under its own ssh-agent
> process. Consequently, any SSH environment that you establish before
> starting your X session is superseded by the one created by xinitrc. I ran
> into the same problem
This is
John Horne wrote:
Anyone any ideas about this? To get around it I simply enter shh-add once
logged in and then re-enter my passphrase. The keys are held for the session
then. If no-one has any thoughts, then I'll submit a bugzilla report about
it.
In RH8, xinitrc is running your KDE/Gnome ses
Hello,
I use KDE with the ssh-askpass/ssh-add commands as part of my login
.bash_profile. However, when I login the keys are not kept by ssh-add. This
worked at RH7.3.
Upon login I get the ssh-askpass window pop up. By simply putting echo
statements into .bash_profile I can see that the ssh-add
75 matches
Mail list logo