Sponsored Content
Operating Systems SCO SCO console login keeps kicking me back out!! help Post 302254495 by herot on Tuesday 4th of November 2008 02:24:48 PM
Old 11-04-2008
SCO console login keeps kicking me back out!! help

OK, I installed a new KVM switch and have 3 IBM servers all running SCO unix attached to it among some other servers...

everything works fine except for just one of the SCO servers (all the same hardware) will kick me back out after I login using the console... I will login and it will take me to the SCO desktop and then after a few seconds it will just kick me back out to the graphical login screen!? what is going on? The other 2 servers are connected to the switch in the same manner and they are fine and do not do this.

I am running SCO 5.3

I did notice that after logging in like this and getting kicked several times the amount of root users with tty's keeps growing... i saw this by doing a "who"

Does anyone have any idea how i can fix this?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Login Console

Hi All, I am very new to Unix and already have a problem... My predecessor didn't note down the username and password to login to the console of an HP D Class 9000 enterprise server we have. I was wondering whether there is any way to bypass this console login screen in Unix... If not is there... (1 Reply)
Discussion started by: RMadjitey
1 Replies

2. SCO

login problem at console

I am running sco 5.06 open server We have encountered the problem while login into the live Online server. After putting the usr as root, the system is taking time(20 Sec) to show me ‘Password:'. Sometimes the system shows login time out. Again sometimes the system is showing password:, after... (3 Replies)
Discussion started by: rahmanm
3 Replies

3. HP-UX

Unable to login at console and telnet

Hi friend, I'm facing a problem to access the console and telnet to the HP ux 11 server due to the system file is full. How to access this server via single mode and how to mount the folder / and folder /var? thanks. vestro (1 Reply)
Discussion started by: vestro
1 Replies

4. Solaris

Help me with console login problem

Hi, I have solaris 10 installed on my computer and when try to login in console mode, it would give output something like this. login:root Password: Last login: Thu May 29 10:00:55 on console -sh: syntax error: `(' unexpected -sh: grep: not found -sh: uname: not found -sh: test:... (1 Reply)
Discussion started by: eamani_sun
1 Replies

5. HP-UX

Cannot able to login on console

Hi I can neither able to login on console with my user ID nor with root user on HP-UX 9000/800 v11.11. I am putting the correct Password.While my colleague can login as his user on console. What is the reason that I can't login to console? Pl. help & thanks in advance. Mike (5 Replies)
Discussion started by: Mike1234
5 Replies

6. Red Hat

Cannot log from console login

Hello All, I'm facing the following problem: On a specific server I have installed Red Hat ES 4.5 and everything seems ok. But after a specific reboot, when the login prompt on the console, I put the root password and I can´t log on. It is strange for me due to if y try to log on using SSH I... (1 Reply)
Discussion started by: mig28mx
1 Replies

7. SCO

SCO console login auto fills *

OS: SCO Openr Server 6.0 MP4 HW: Dell R710 Server When I try to login to the console, the login prompt keeps filling with * even when I presss enter after the password prompt the login starts filling automatically with the multiple asterisks. This is happening on the console only and if I... (0 Replies)
Discussion started by: atish0
0 Replies

8. Solaris

Console Login Failed..

Dear Unix Team, This is sudhansu once again. I need some tips on below issue. Sometimes we got calls from customer that their console got hangged means they are not able to access the server through console ip. in that case "resetsc -y" will resolve the issue. 2. But couple of days... (2 Replies)
Discussion started by: sudhansu
2 Replies

9. UNIX for Dummies Questions & Answers

Console Login and Telnet

Hopefully my question makes sense, but I was wondering if the telnet service has anything to do with console logins or if they are completely unrelated. So for example, does the /etc/default/login file in UNIX have anything to do with Telnet? So if I want to verify that the root user can't login... (8 Replies)
Discussion started by: ixauditor
8 Replies

10. AIX

Not able to login AIX server but able to login thru console.

Hi, i am able to login to AX server thru console but not able to login directly thru server. also the server is not ping-able with other server. filesystem is fine. and OS version is AIX 5.3. please let me know if you need any specific log. thx in advance. Scriptor (2 Replies)
Discussion started by: scriptor
2 Replies
DOVEADM-KICK(1) 						      Dovecot							   DOVEADM-KICK(1)

NAME
doveadm-kick - Disconnect users by user name and/or IP address SYNOPSIS
doveadm [-Dv] kick [ -a anvil_socket_path] [-f] user doveadm [-Dv] kick [ -a anvil_socket_path] [-f] ip[/mask] doveadm [-Dv] kick [ -a anvil_socket_path] [-f] user ip[/mask] DESCRIPTION
doveadm's kick command is used to disconnect users by user name and/or the ip address, from which they are connected. In the first form, all users, whose login name matches the user argument, will be disconnected. In the second form, all users, connected from the given IP address or network range, will be disconnected. In the last form, only users connected from the given IP address or networks range and a matching login name will be disconnected. OPTIONS
Global doveadm(1) options: -D Enables verbosity and debug messages. -v Enables verbosity, including progress counter. Command specific options: -a anvil_socket_path This option is used to specify an absolute path to an alternative UNIX domain socket. By default doveadm(1) will use the socket /var/run/dovecot/anvil. The socket may be located in another directory, when the default base_dir setting was overridden in /etc/dovecot/dovecot.conf. -f Enforce the disconnect, even when there are multiple users, from different networks, connected to a single process. This option may be only required when you have configured something like: service imap { ... client_limit = 1+n service_count = 0 ... } ARGUMENTS
ip[/mask] ip or ip/mask is the host or network, from which the users are connected. user Is a user's login name. Depending on the configuration, a login name may be for example jane or john@example.com. It's also possi- ble to use '*' and '?' wildcards (e.g. -u *@example.org). EXAMPLE
If you don't want to disconnect all users at once, you can check who's currently logged in. The first example demonstrates how to discon- nect all users whose login name is 3 characters long and begins with ba. doveadm who -1 ja* username proto pid ip jane imap 8192 ::1 james imap 8203 2001:db8:543:2::1 doveadm kick ba? kicked connections from the following users: bar baz The next example shows how to kick user foo's connections from 192.0.2.*. doveadm who -1 foo username proto pid ip foo imap 8135 fd95:4eed:38ba::25 foo imap 9112 192.0.2.53 foo imap 8216 192.0.2.111 doveadm kick foo 192.0.2.0/24 kicked connections from the following users: foo doveadm who f* username # proto (pids) (ips) foo 1 imap (8135) (fd95:4eed:38ba::25) REPORTING BUGS
Report bugs, including doveconf -n output, to the Dovecot Mailing List <dovecot@dovecot.org>. Information about reporting bugs is avail- able at: http://dovecot.org/bugreport.html SEE ALSO
doveadm(1), doveadm-who(1) Dovecot v2.1 2010-06-12 DOVEADM-KICK(1)
All times are GMT -4. The time now is 08:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy