OpenVZ Forum


Home » Mailing lists » Users » error on login
error on login [message #10194] Mon, 12 February 2007 12:43 Go to next message
jbravo is currently offline  jbravo
Messages: 20
Registered: May 2006
Junior Member
[root@sanson cpbackup]# vzctl enter 101
entered into VE 101
mesg: error: tty device is not owned by group `tty'
root@gedeon [/]#

root@gedeon [/]# ls -l /dev/tty
crw-rw-rw- 1 root tty 5, 0 Dec 15 2005 /dev/tty

Any idea? thanks for your help.

--
José David Bravo Álvarez
Gerente General
Colombia Hosting
Tel. (2) 6832660 ext. 120
Cel. (300) 6174073
Av. 4 # 48n43 Of. 301
http://www.colombiahosting.com.co
RE: error on login [message #10196 is a reply to message #10194] Mon, 12 February 2007 12:56 Go to previous messageGo to next message
youp is currently offline  youp
Messages: 82
Registered: September 2005
Location: Belgium
Member

I have the same error :

[root@vz5 ~]# vzctl enter 133
entered into VE 133
mesg: error: tty device is not owned by group `tty'

root@virt3 [/]# ls -lrt /dev/tty
crw-rw-rw- 1 root tty 5, 0 Feb 6 09:45 /dev/tty



-----Original Message-----
From: users-bounces@openvz.org [mailto:users-bounces@openvz.org] On Behalf Of José David Bravo Álvarez
Sent: lundi 12 février 2007 13:43
To: users@openvz.org
Subject: [Users] error on login

[root@sanson cpbackup]# vzctl enter 101
entered into VE 101
mesg: error: tty device is not owned by group `tty'
root@gedeon [/]#

root@gedeon [/]# ls -l /dev/tty
crw-rw-rw- 1 root tty 5, 0 Dec 15 2005 /dev/tty

Any idea? thanks for your help.

--
José David Bravo Álvarez
Gerente General
Colombia Hosting
Tel. (2) 6832660 ext. 120
Cel. (300) 6174073
Av. 4 # 48n43 Of. 301
http://www.colombiahosting.com.co
Re: error on login [message #10198 is a reply to message #10196] Mon, 12 February 2007 13:21 Go to previous messageGo to next message
kir is currently offline  kir
Messages: 1645
Registered: August 2005
Location: Moscow, Russia
Senior Member

You have to have either /dev/ttyp* /dev/ptyp* devices in your VE, or
/dev/ptmx and /dev/pts filesystem mounted, or both.

For more info, see
http://wiki.openvz.org/Physical_to_VE#.2Fdev_TTY_devices
http://wiki.openvz.org/Physical_to_VE#Can.27t_enter_VE

Perhaps the separate wiki article is needed for this case...

Mantelle Johan wrote:
> I have the same error :
>
> [root@vz5 ~]# vzctl enter 133
> entered into VE 133
> mesg: error: tty device is not owned by group `tty'
>
> root@virt3 [/]# ls -lrt /dev/tty
> crw-rw-rw- 1 root tty 5, 0 Feb 6 09:45 /dev/tty
>
>
>
> -----Original Message-----
> From: users-bounces@openvz.org [mailto:users-bounces@openvz.org] On Behalf Of José David Bravo Ãlvarez
> Sent: lundi 12 février 2007 13:43
> To: users@openvz.org
> Subject: [Users] error on login
>
> [root@sanson cpbackup]# vzctl enter 101
> entered into VE 101
> mesg: error: tty device is not owned by group `tty'
> root@gedeon [/]#
>
> root@gedeon [/]# ls -l /dev/tty
> crw-rw-rw- 1 root tty 5, 0 Dec 15 2005 /dev/tty
>
> Any idea? thanks for your help.
>
> --
> José David Bravo Ãlvarez
> Gerente General
> Colombia Hosting
> Tel. (2) 6832660 ext. 120
> Cel. (300) 6174073
> Av. 4 # 48n43 Of. 301
> http://www.colombiahosting.com.co
>
>
Re: error on login [message #10199 is a reply to message #10194] Mon, 12 February 2007 14:10 Go to previous messageGo to next message
kir is currently offline  kir
Messages: 1645
Registered: August 2005
Location: Moscow, Russia
Senior Member

This does not looks like something specific to OpenVZ. Still, let me guess.

"tty device" here is not /dev/tty, but either /dev/ttyp* and /dev/ptyp*,
or some entry under /dev/pts.

"mesg" is a program to enable/disable receiving messages from other
users. It is probably called from one of user's login scripts
(/etc/bashrc, /etc/bash_login, /etc/profile or something like that, or
their ~/. analogs). This programs is _possibly_ SGID to group tty (run
'ls -l $(which mesg)' to check that), and tries to change the mode of
one or several above mentioned files. Since files doesn't belong to
group tty, mesg complains.

This problem is most probably the problem of a given distribution.

Regards,
Kir.

José David Bravo Ãlvarez wrote:
> [root@sanson cpbackup]# vzctl enter 101
> entered into VE 101
> mesg: error: tty device is not owned by group `tty'
> root@gedeon [/]#
>
> root@gedeon [/]# ls -l /dev/tty
> crw-rw-rw- 1 root tty 5, 0 Dec 15 2005 /dev/tty
>
> Any idea? thanks for your help.
>
Re: error on login [message #10200 is a reply to message #10196] Mon, 12 February 2007 14:10 Go to previous messageGo to next message
kir is currently offline  kir
Messages: 1645
Registered: August 2005
Location: Moscow, Russia
Senior Member

Mantelle, please disregard my previous reply, I misread your email.

See my answer to Jose.

Mantelle Johan wrote:
> I have the same error :
>
> [root@vz5 ~]# vzctl enter 133
> entered into VE 133
> mesg: error: tty device is not owned by group `tty'
>
> root@virt3 [/]# ls -lrt /dev/tty
> crw-rw-rw- 1 root tty 5, 0 Feb 6 09:45 /dev/tty
>
>
>
> -----Original Message-----
> From: users-bounces@openvz.org [mailto:users-bounces@openvz.org] On Behalf Of Jose' David Bravo A'lvarez
> Sent: lundi 12 fe'vrier 2007 13:43
> To: users@openvz.org
> Subject: [Users] error on login
>
> [root@sanson cpbackup]# vzctl enter 101
> entered into VE 101
> mesg: error: tty device is not owned by group `tty'
> root@gedeon [/]#
>
> root@gedeon [/]# ls -l /dev/tty
> crw-rw-rw- 1 root tty 5, 0 Dec 15 2005 /dev/tty
>
> Any idea? thanks for your help.
>
> --
> Jose' David Bravo A'lvarez
> Gerente General
> Colombia Hosting
> Tel. (2) 6832660 ext. 120
> Cel. (300) 6174073
> Av. 4 # 48n43 Of. 301
> http://www.colombiahosting.com.co
>
>
RE: error on login [message #10231 is a reply to message #10199] Tue, 13 February 2007 06:27 Go to previous messageGo to next message
youp is currently offline  youp
Messages: 82
Registered: September 2005
Location: Belgium
Member

Yes in effect , my error is in /etc/bashrc :

This line

mesg y

-> mesg: error: tty device is not owned by group `tty'

Regards
Mantelle johan

-----Original Message-----
From: users-bounces@openvz.org [mailto:users-bounces@openvz.org] On Behalf Of Kir Kolyshkin
Sent: lundi 12 février 2007 15:11
To: users@openvz.org
Subject: Re: [Users] error on login

This does not looks like something specific to OpenVZ. Still, let me guess.

"tty device" here is not /dev/tty, but either /dev/ttyp* and /dev/ptyp*, or some entry under /dev/pts.

"mesg" is a program to enable/disable receiving messages from other users. It is probably called from one of user's login scripts (/etc/bashrc, /etc/bash_login, /etc/profile or something like that, or their ~/. analogs). This programs is _possibly_ SGID to group tty (run 'ls -l $(which mesg)' to check that), and tries to change the mode of one or several above mentioned files. Since files doesn't belong to group tty, mesg complains.

This problem is most probably the problem of a given distribution.

Regards,
Kir.

José David Bravo Álvarez wrote:
> [root@sanson cpbackup]# vzctl enter 101 entered into VE 101
> mesg: error: tty device is not owned by group `tty'
> root@gedeon [/]#
>
> root@gedeon [/]# ls -l /dev/tty
> crw-rw-rw- 1 root tty 5, 0 Dec 15 2005 /dev/tty
>
> Any idea? thanks for your help.
>
Re: error on login [message #10232 is a reply to message #10231] Tue, 13 February 2007 06:59 Go to previous message
kir is currently offline  kir
Messages: 1645
Registered: August 2005
Location: Moscow, Russia
Senior Member

If you are curious, you can run strace on it (i.e. change 'mesg y' to
'strace -f -o /tmp/mesg-y-strace-out mesg y') and see what files it
tries to open etc.

Still, to me it looks like distro-specific problem. What distribution
are you using?

Mantelle Johan wrote:
> Yes in effect , my error is in /etc/bashrc :
>
> This line
>
> mesg y
>
> -> mesg: error: tty device is not owned by group `tty'
>
> Regards
> Mantelle johan
>
> -----Original Message-----
> From: users-bounces@openvz.org [mailto:users-bounces@openvz.org] On Behalf Of Kir Kolyshkin
> Sent: lundi 12 février 2007 15:11
> To: users@openvz.org
> Subject: Re: [Users] error on login
>
> This does not looks like something specific to OpenVZ. Still, let me guess.
>
> "tty device" here is not /dev/tty, but either /dev/ttyp* and /dev/ptyp*, or some entry under /dev/pts.
>
> "mesg" is a program to enable/disable receiving messages from other users. It is probably called from one of user's login scripts (/etc/bashrc, /etc/bash_login, /etc/profile or something like that, or their ~/. analogs). This programs is _possibly_ SGID to group tty (run 'ls -l $(which mesg)' to check that), and tries to change the mode of one or several above mentioned files. Since files doesn't belong to group tty, mesg complains.
>
> This problem is most probably the problem of a given distribution.
>
> Regards,
> Kir.
>
> José David Bravo Ãlvarez wrote:
>
>> [root@sanson cpbackup]# vzctl enter 101 entered into VE 101
>> mesg: error: tty device is not owned by group `tty'
>> root@gedeon [/]#
>>
>> root@gedeon [/]# ls -l /dev/tty
>> crw-rw-rw- 1 root tty 5, 0 Dec 15 2005 /dev/tty
>>
>> Any idea? thanks for your help.
>>
>>
>
Previous Topic: time wait bucket table overflow
Next Topic: [OT] EasyVZ: An OpenVZ management GUI under the GPL
Goto Forum:
  


Current Time: Tue Mar 19 11:08:38 GMT 2024

Total time taken to generate the page: 0.02471 seconds