ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Вопрос по CVS
@ 2004-12-02 11:25 Jury Levykin
  2004-12-02 11:50 ` Alexey I. Froloff
  2004-12-02 14:00 ` Alexey Borovskoy
  0 siblings, 2 replies; 6+ messages in thread
From: Jury Levykin @ 2004-12-02 11:25 UTC (permalink / raw)
  To: community

Нужно открыть доступ к CVS из другой сети.
Из нашей сети все работает,
а из другой получаю следующее:
--------------------------------
$ cvs login
Logging in to :pserver:user@cvs.mydomain.ru:2401/cvsroot
CVS password: 
cvs [login aborted]: connect to cvs.mydomain.ru(xxx.xxx.xxx.xxx):2401
failed: Connection refused
-----------------------------------------------

IP cvs.mydomain.ru пингуется из удаленной сети, но залогиниться что то мешает.
UserName и Password точно правильные, из нашей сети по ним можно залогиниться.

CVS работает в jail на FreeBSD
 - это конечно off topic, но прошу помщи!!

Все настраивалось до моеня.

В чем может быть проблема?



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Вопрос по CVS
  2004-12-02 11:25 [Comm] Вопрос по CVS Jury Levykin
@ 2004-12-02 11:50 ` Alexey I. Froloff
  2004-12-02 12:15   ` Jury Levykin
  2004-12-02 14:00 ` Alexey Borovskoy
  1 sibling, 1 reply; 6+ messages in thread
From: Alexey I. Froloff @ 2004-12-02 11:50 UTC (permalink / raw)
  To: ALT Linux Community

[-- Attachment #1: Type: text/plain, Size: 642 bytes --]

* Jury Levykin <altcomm@> [041202 14:26]:
> Нужно открыть доступ к CVS из другой сети.

> Logging in to :pserver:user@cvs.mydomain.ru:2401/cvsroot

> UserName и Password точно правильные, из нашей сети по ним можно 
> залогиниться.
Посмотрите каким образом запускается cvspserver на самом сервере.
Помедитируйте над конфигурацией запускающего cvspserver демона.

P.S. only_from.

-- 
Regards, Sir Raorn.
-------------------
> Вы считаете нормальным наличие в системе *-devel и полного набора
> компиляторов всех версий, помимо тех, что нужны пользователю в работе?
Ну, некоторые пользуют hasher. :)
		-- mike in community@

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Вопрос по CVS
  2004-12-02 11:50 ` Alexey I. Froloff
@ 2004-12-02 12:15   ` Jury Levykin
  2004-12-02 12:20     ` Alexey I. Froloff
  0 siblings, 1 reply; 6+ messages in thread
From: Jury Levykin @ 2004-12-02 12:15 UTC (permalink / raw)
  To: community

Alexey I. Froloff пишет:

>* Jury Levykin <altcomm@> [041202 14:26]:
>  
>
>Посмотрите каким образом запускается cvspserver на самом сервере.
>Помедитируйте над конфигурацией запускающего cvspserver демона.
>
>P.S. only_from.
>  
>
запуск идет с помощью inet.d из под jail
# cat /usr/local/jail/vn0/etc/inetd.conf
# $FreeBSD: src/etc/inetd.conf,v 1.44.2.8 2002/02/20 11:34:46 maxim Exp $
#
# Internet server configuration database
#
# Define *both* IPv4 and IPv6 entries for dual-stack support.
# To disable a service, comment it out by prefixing the line with '#'.
# To enable a service, remove the '#' at the beginning of the line.
#
cvspserver      stream  tcp     nowait  root    /usr/bin/cvs    cvs --allow-root=/cvsroot pserver

only_from я не смог найти с помощью grep ни в /etc/* ни в jail~/etc/*



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Вопрос по CVS
  2004-12-02 12:15   ` Jury Levykin
@ 2004-12-02 12:20     ` Alexey I. Froloff
  2004-12-02 12:59       ` Jury Levykin
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey I. Froloff @ 2004-12-02 12:20 UTC (permalink / raw)
  To: ALT Linux Community

[-- Attachment #1: Type: text/plain, Size: 398 bytes --]

* Jury Levykin <altcomm@> [041202 15:15]:
> >P.S. only_from.
> запуск идет с помощью inet.d из под jail
Ох...  only_from это параметр из xinetd...

> only_from я не смог найти с помощью grep ни в /etc/* ни в jail~/etc/*
Фаервол?

-- 
Regards, Sir Raorn.
-------------------
> АААА. опять .la. вообще напрочь забыл.
Нельзя об этом забывать в наше тяжелое время.
		-- wrar in sisyphus@

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Вопрос по CVS
  2004-12-02 12:20     ` Alexey I. Froloff
@ 2004-12-02 12:59       ` Jury Levykin
  0 siblings, 0 replies; 6+ messages in thread
From: Jury Levykin @ 2004-12-02 12:59 UTC (permalink / raw)
  To: community

Alexey I. Froloff пишет:

>>>P.S. only_from.
>>>      
>>>
>>запуск идет с помощью inet.d из под jail
>>    
>>
>Ох...  only_from это параметр из xinetd...
>  
>
>>only_from я не смог найти с помощью grep ни в /etc/* ни в jail~/etc/*
>>    
>>
>Фаервол?
>
Да, порт 2401 не был открыт, сейчас все работает, Спасибо!


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Вопрос по CVS
  2004-12-02 11:25 [Comm] Вопрос по CVS Jury Levykin
  2004-12-02 11:50 ` Alexey I. Froloff
@ 2004-12-02 14:00 ` Alexey Borovskoy
  1 sibling, 0 replies; 6+ messages in thread
From: Alexey Borovskoy @ 2004-12-02 14:00 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 284 bytes --]

* Четверг 02 Декабрь 2004 23:25 Jury Levykin <altcomm@list.ru>

> Нужно открыть доступ к CVS из другой сети.
> Из нашей сети все работает,
> а из другой получаю следующее:

hosts.allow
hosts.deny

?

-- 
Алексей.
GPG key fingerprint
949B BC0E 2C44 7528 4F63  2753 E37A 9E3F 11F3 BDE1

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-12-02 14:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-02 11:25 [Comm] Вопрос по CVS Jury Levykin
2004-12-02 11:50 ` Alexey I. Froloff
2004-12-02 12:15   ` Jury Levykin
2004-12-02 12:20     ` Alexey I. Froloff
2004-12-02 12:59       ` Jury Levykin
2004-12-02 14:00 ` Alexey Borovskoy

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git