Для установки сервера 1С:Предприятия 8.1 (без Web Services) и PostgresSQL 8.2 понадобятся следующие пакеты:
1C_Enterprise-server
1C_Enterprise-server-nls
1C_Enterprise-common
1C_Enterprise-common-nls
postgresql
postgresql-server
postgresql-contrib
postgresql-libs
Пошаговые инструкции:
Устанавливаем сервер 1С:Предприятия 8.1
rpm -ivh 1C_Enterprise-common-8.1.11-67.i386.rpm
1C_Enterprise-common-nls-8.1.11-67.i386.rpm
1C_Enterprise-server-8.1.11-67.i386.rpm
1C_Enterprise-server-nls-8.1.11-67.i386.rpm
Устанавливаем PostgresSQL 8.2
rpm -ivh postgresql-8.2.4-6.1C.i386.rpm
postgresql-contrib-8.2.4-6.1C.i386.rpm
postgresql-server-8.2.4-6.1C.i386.rpm
[...]
Full story »
Those who installed Samba on RHEL or any other SELinux enabled distribution may have faced the problem when they actually cannot access any Samba shares from their Windows machines. Samba logs in /var/samba/log may show lots of such messages:
[2007/07/03 16:37:44, 0] smbd/service.c:make_connection_snum(911) ‘/opt/blah’ does not exist or permission denied when connecting to [blah] [...]
Full story »
Fedora Legacy project announced shutdown on February 9th, 2007. It is definitely bad news for Fedora unless Fedora people understand what they do and do this on purpose. They just dropped Server spin from Fedora 7 release and now there is no way to get security updates beyond 18 month period for older [...]
Full story »
Fedora 7 Test 2 has been released today, however it doesn’t provide a separate Server spin. It turns out this feature has been cancelled, which is too bad, however understandable, taking into account how much Fedora people intend accomplish with Fedora 7.
Full story »
This is our second attempt to migrate from Cyrus IMAP to Dovecot and now it is easy with a nice tool called imapsync
In order to compile it, you will probably have to install additional Perl packages both from Fedora native repositories and from Dries RPM Repository. The workstation where imapsync compiled successfully has the [...]
Full story »
Those who have later versions of Fedora Core installed and trying to set up virtual hosts in Apache may encounter the following error:
(13)Permission denied: httpd: could not open error log file
As a result Apache refuses to start.
This problem should be easy to fix if it has to do with SELinux. Check what kind of [...]
Full story »
To prevent yum from breaking when upgrading Fedora Core 4 (or possibly earlier version of Fedora) to Fedora Core 5, it is necessary to install sqlite-3.3.3-1.2.i386.rpm and python-sqlite-1.1.7-1.2.i386.rpm or later versions of these packages.
Full story »
If you need SugarCRM 4.2.0 to correctly support Cyrillic without installing Russian language pack, change:
‘LBL_CHARSET’ => ‘ISO-8859-1′
to
‘LBL_CHARSET’ => ‘Windows-1251′
in include/language/en_us.lang.php
Full story »
We have decided to migrate one of our mail servers to use Dovecot instead of Cyrus IMAP.
It appeared that moving existing messages from Cyrus IMAP 2.2.x format to Dovecot Maildir is not as straightforward as described in Dovecot Migration Wiki. Neither cyrus2courier nor cyrus2maildir.py appeared to work correctly on our Fedora Core 4 throwing different [...]
Full story »
Edgewall Trac and Clearsilver are finally available for Fedora Core 4 as prepackaged RPMs for installation with yum: http://download.fedora.redhat.com/pub/fedora/linux/extras/4/i386/
Full story »