ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] CIFS и OpenOffice
@ 2010-02-15  6:07 Alexey Borovskoy
  2010-02-16 20:35 ` Vitaly Lipatov
  0 siblings, 1 reply; 7+ messages in thread
From: Alexey Borovskoy @ 2010-02-15  6:07 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

Добрый день.

У оепеноффиса при записи на CIFS наблюдаются проблемы с блокировками.
Поможет ли в этом случае etercifs и как его собрать под 2.6.30-std-def-alt15?

P.S. 32-е ядро на моем буке не работает.

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

* Re: [sisyphus] CIFS и OpenOffice
  2010-02-15  6:07 [sisyphus] CIFS и OpenOffice Alexey Borovskoy
@ 2010-02-16 20:35 ` Vitaly Lipatov
  2010-02-16 21:25   ` Alexey Borovskoy
  0 siblings, 1 reply; 7+ messages in thread
From: Vitaly Lipatov @ 2010-02-16 20:35 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On 15 февраля 2010, Alexey Borovskoy wrote:
> Добрый день.
>
> У оепеноффиса при записи на CIFS наблюдаются проблемы с
> блокировками. Поможет ли в этом случае etercifs и как его
> собрать под 2.6.30-std-def-alt15?
Некоторые баги решались.
# service etercifs build
если ещё нет пакета с модулем.


-- 
С уважением,
Виталий Липатов
Санкт-Петербург
GNU! ALT Linux Team! WINE! LaTeX! LyX! http://freesource.info


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

* Re: [sisyphus] CIFS и OpenOffice
  2010-02-16 20:35 ` Vitaly Lipatov
@ 2010-02-16 21:25   ` Alexey Borovskoy
  2010-02-16 23:29     ` Max Ivanov
  0 siblings, 1 reply; 7+ messages in thread
From: Alexey Borovskoy @ 2010-02-16 21:25 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

17 февраля 2010 г. 8:35 пользователь Vitaly Lipatov <lav@> написал:
> On 15 февраля 2010, Alexey Borovskoy wrote:
>> Добрый день.
>>
>> У оепеноффиса при записи на CIFS наблюдаются проблемы с
>> блокировками. Поможет ли в этом случае etercifs и как его
>> собрать под 2.6.30-std-def-alt15?
> Некоторые баги решались.
> # service etercifs build
> если ещё нет пакета с модулем.

Я сейчас пользуюсь smbnetfs-0.5.2-alt1 для доступа к самбовым ресурсам.
Есть ли подобное средство для CIFS?

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

* Re: [sisyphus] CIFS и OpenOffice
  2010-02-16 21:25   ` Alexey Borovskoy
@ 2010-02-16 23:29     ` Max Ivanov
  2010-02-17  2:47       ` Alexey Borovskoy
  0 siblings, 1 reply; 7+ messages in thread
From: Max Ivanov @ 2010-02-16 23:29 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

> Я сейчас пользуюсь smbnetfs-0.5.2-alt1 для доступа к самбовым ресурсам.

А чего в сизиф не отправите? :)

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

* Re: [sisyphus] CIFS и OpenOffice
  2010-02-16 23:29     ` Max Ivanov
@ 2010-02-17  2:47       ` Alexey Borovskoy
  2010-02-17  6:36         ` Денис Смирнов
  2010-02-17  8:14         ` Alexey I. Froloff
  0 siblings, 2 replies; 7+ messages in thread
From: Alexey Borovskoy @ 2010-02-17  2:47 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

17 февраля 2010 г. 11:29 пользователь Max Ivanov
<ivanov.maxim@gmail.com> написал:
>> Я сейчас пользуюсь smbnetfs-0.5.2-alt1 для доступа к самбовым ресурсам.
>
> А чего в сизиф не отправите? :)

Пакет переделан с нуля (поверх апстримного гита), из старого взят только спек.
Поэтому не пройдет проверку наследования.
Подскажите правильный рецепт -s ours , желательно с примерами.

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

* Re: [sisyphus] CIFS и OpenOffice
  2010-02-17  2:47       ` Alexey Borovskoy
@ 2010-02-17  6:36         ` Денис Смирнов
  2010-02-17  8:14         ` Alexey I. Froloff
  1 sibling, 0 replies; 7+ messages in thread
From: Денис Смирнов @ 2010-02-17  6:36 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

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

On Wed, Feb 17, 2010 at 02:47:19PM +1200, Alexey Borovskoy wrote:

AB> Пакет переделан с нуля (поверх апстримного гита), из старого взят только спек.
AB> Поэтому не пройдет проверку наследования.
AB> Подскажите правильный рецепт -s ours , желательно с примерами.

Втянуть старый git в бранч, например, old.
После этого:
git checkout master
git merge -s ours old

все :)

-- 
С уважением, Денис

http://mithraen.ru/
----------------------------------------------------------------------------

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

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

* Re: [sisyphus] CIFS и OpenOffice
  2010-02-17  2:47       ` Alexey Borovskoy
  2010-02-17  6:36         ` Денис Смирнов
@ 2010-02-17  8:14         ` Alexey I. Froloff
  1 sibling, 0 replies; 7+ messages in thread
From: Alexey I. Froloff @ 2010-02-17  8:14 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

On Wed, Feb 17, 2010 at 02:47:19PM +1200, Alexey Borovskoy wrote:
> Пакет переделан с нуля (поверх апстримного гита), из старого взят только спек.
> Поэтому не пройдет проверку наследования.
> Подскажите правильный рецепт -s ours , желательно с примерами.
Написать в devel@ чтобы администратор переименовал ветку sisyphus
в old/sisyphus.  От -s ours в этой ситуации кроме вреда никакой
пользы нет.

-- 
Regards,    --
Sir Raorn.   --- http://thousandsofhate.blogspot.com/

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

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

end of thread, other threads:[~2010-02-17  8:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-15  6:07 [sisyphus] CIFS и OpenOffice Alexey Borovskoy
2010-02-16 20:35 ` Vitaly Lipatov
2010-02-16 21:25   ` Alexey Borovskoy
2010-02-16 23:29     ` Max Ivanov
2010-02-17  2:47       ` Alexey Borovskoy
2010-02-17  6:36         ` Денис Смирнов
2010-02-17  8:14         ` Alexey I. Froloff

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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