ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Alexey Novikov <shader@yandex.ru>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] Сервер 1С версии 8.1  под AltLinux Server 4.0 & Alt Linux Desktop. Не большой итог.
Date: Fri, 2 Nov 2007 08:17:04 +0300
Message-ID: <20071102051704.GA19287@localhost.localdomain> (raw)
In-Reply-To: <200711011834.48537.ashen@nsrz.ru>

On Thu, Nov 01, 2007 at 06:34:47PM +0300, Алексей Шенцев wrote:
> И так вот что у нас получается:
> 1) сервер postgresql берём и устанавливаем вот от сюда 
> ftp://ftp.altlinux.ru/pub/people/rt/1c/RPMS
> 2) сервер 1С устанавливаем с дисков ИТС'а
> 3) для старта postgresql надо увеличить значение shmmax. Я увеличил в 4 раза. 
> Сделал так (по подсказке в рассылке):
> echo kernel.shmmax = 156662150 >> /etc/sysctl.conf
> 
> Кроме этого, надо внести следующие изменения (спасибо shared@ за решение):
> 
> в /etc/chroot.d/postgresql.conf
> строку
> locale_dir=`ls -d /usr/lib/locale/$locale* | /usr/bin/tr ' ' "\n" | /bin/awk -F '/' '{print$5}'`
> заменить на
> locale_dir=`ls -d /usr/lib/locale/{ru_RU,en_US}* | /usr/bin/tr ' ' "\n" | /bin/awk -F '/' '{print$5}'`
> 
> а потом update_chrooted conf && service postgresql restart 
> 
> 4) клиентская часть 1С ставится спокойно из под wine, что есть в ald4. Но есть 
> один косяк при установке - список языков интерфейса пуст. По сему интерфейс 
> на английском. Я исправил это следующим образом: из установленной под виндами 
> 1С с русским интерфейсом скопировал *ru*.hbk, *ru*.res. Теперь клиентская 
> часть 1С у меня под ALD4 полностью на русском языке.
> 
> 2 rt@: поправишь /etc/chroot.d/postgresql.conf как сказал shared@ ? Иначе 
> штатными средствами 1С не возможно создать ИБ на сервере под линуксом.

Алексей, то что я Вам предложил это все-таки хак, так что
наверное надо придумать вариант получше, чем прибитые гвоздями
ru_RU,en_US (хотя второе наверное все-таки придется прибить).
А вообще, почему у нас в chroot не копируются все локали? Если
админ - ламер и поставил все возможные локали, то это ему грозит
только потерей свободного места. Иначе начинаются такие вот
проблемы, когда мы искусственно начинаем ограничивать и
додумывать, что же в итоге пользователю надо.

P.S.: Алексей, перестаньте уже наконец перевирать мой ник. :)

-- 
WBR, Alexey Novikov
XMPP: alex-novikov@jabber.ru, shader@ya.ru


  reply	other threads:[~2007-11-02  5:17 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-01 11:53 [Comm] Сервер 1С версии 8.1 под AltLinux Server 4.0 Kostarev Alexey
2007-10-01 12:01 ` Алексей Шенцев
2007-10-02  3:33       ` Kostarev Alexey
2007-10-02  6:03         ` Алексей Шенцев
2007-10-02  9:30         ` Алексей Шенцев
2007-10-02 17:11         ` Андрей Черепанов
2007-10-03  7:47           ` Алексей Шенцев
2007-10-06 10:45             ` Андрей Черепанов
2007-10-03  7:59         ` Алексей Шенцев
2007-10-04 10:34           ` Kostarev Alexey
2007-10-04 11:11             ` Алексей Шенцев
2007-10-04 12:45               ` Kostarev Alexey
2007-10-04 12:44                 ` Алексей Шенцев
2007-10-05  3:53                   ` Kostarev Alexey
2007-10-05  6:13                     ` Коломеец Дмитрий
2007-10-06 11:12                     ` Андрей Черепанов
2007-10-08  7:32                       ` Konstantin Orloff
2007-10-17 12:30                       ` Kostarev Alexey
2007-10-17 20:17                         ` Sergey Alembekov
2007-10-17 20:28                           ` Maxim Tyurin
2007-10-17 21:01                             ` Sergey Alembekov
2007-10-18  4:34                           ` Kostarev Alexey
2007-10-18 16:41                             ` Maxim Bodyansky
2007-10-19  4:53                               ` Kostarev Alexey
2007-10-01 14:04 ` Sergey Alembekov
2007-10-02  3:43   ` Kostarev Alexey
2007-11-01 15:34 ` [Comm] Сервер 1С версии 8.1 под AltLinux Server 4.0 & Alt Linux Desktop. Не большой итог Алексей Шенцев
2007-11-02  5:17   ` Alexey Novikov [this message]
2007-11-02  5:53     ` Алексей Шенцев
2007-11-01 16:40 ` [Comm] Сервер 1С версии 8.1 под AltLinux Server 4.0 Алексей Шенцев

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071102051704.GA19287@localhost.localdomain \
    --to=shader@yandex.ru \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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