ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] cifs && 2.6.39
@ 2011-08-09 10:51 Egor Vyscrebentsov
  2011-08-09 11:57 ` Alexander Bokovoy
  0 siblings, 1 reply; 4+ messages in thread
From: Egor Vyscrebentsov @ 2011-08-09 10:51 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

O hai!

Господа, а работает ли у кого на каком-либо из ядер 2.6.39 запись
на подмонтированный cifs раздел? У меня на std-def-2.6.39-alt3.2 и
pure-emerald-2.6.39-alt5 стабильно происходит отвал при записи файла
размером 160kb. Под pure-emerald-2.6.38-alt9 всё работает замечательно.
Под std-def-2.6.39-alt3.2 я с горя даже собрал etercifs - не помогло.
search.a.o ничего по связке "cifs 2.6.39" не выдаёт.
На лоре же обнаружил тред с похожими симптомами:
http://www.linux.org.ru/forum/admin/6405572

(Повторю, проблему "решил" откатом на 2.6.38.)

-- 
WBR, Egor Vyscrebentsov


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

* Re: [sisyphus] cifs && 2.6.39
  2011-08-09 10:51 [sisyphus] cifs && 2.6.39 Egor Vyscrebentsov
@ 2011-08-09 11:57 ` Alexander Bokovoy
  2011-08-09 12:27   ` Egor Vyscrebentsov
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Bokovoy @ 2011-08-09 11:57 UTC (permalink / raw)
  To: sisyphus

On 09.08.2011 13:51, Egor Vyscrebentsov wrote:
> O hai!
> 
> Господа, а работает ли у кого на каком-либо из ядер 2.6.39 запись
> на подмонтированный cifs раздел? У меня на std-def-2.6.39-alt3.2 и
> pure-emerald-2.6.39-alt5 стабильно происходит отвал при записи файла
> размером 160kb. Под pure-emerald-2.6.38-alt9 всё работает замечательно.
> Под std-def-2.6.39-alt3.2 я с горя даже собрал etercifs - не помогло.
> search.a.o ничего по связке "cifs 2.6.39" не выдаёт.
> На лоре же обнаружил тред с похожими симптомами:
> http://www.linux.org.ru/forum/admin/6405572
> 
> (Повторю, проблему "решил" откатом на 2.6.38.)
# uname -r
2.6.39-pure-emerald-alt5
# mount -t cifs //pch/share -o user=YYYY,passwd=YYYY,rw /mnt/auto/
# mkdir /mnt/auto/test
# echo >/mnt/auto/test/foobar
# ls -la /mnt/auto/test/foobar
-rwxr-xr-x 1 root root 1 Aug  9  2011 /mnt/auto/test/foobar
# cat /proc/fs/cifs/DebugData
Display Internal CIFS Data Structures for Debugging
---------------------------------------------------
CIFS Version 1.71
Features: lanman posix xattr acl
Active VFS Requests: 0
Servers:
1) Name: 192.168.5.100  Domain: BOIDS Uses: 1 OS: Unix
	NOS: Samba 3.0.32	Capability: 0xf3fd
	SMB session status: 1	TCP status: 1
	Local Users To Server: 1 SecMode: 0x3 Req On Wire: 0
	Shares:
	1) \\pch\share Mounts: 1 Type: NTFS DevInfo: 0x0 Attributes: 0xf
PathComponentMax: 255 Status: 0x1 type: 0

	MIDs:

Так что работает без проблем. На другой машине 2.6.38.8-35.fc15.x86_64 и
тоже все работает.
-- 
/ Alexander Bokovoy


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

* Re: [sisyphus] cifs && 2.6.39
  2011-08-09 11:57 ` Alexander Bokovoy
@ 2011-08-09 12:27   ` Egor Vyscrebentsov
  2011-08-09 12:31     ` Alexander Bokovoy
  0 siblings, 1 reply; 4+ messages in thread
From: Egor Vyscrebentsov @ 2011-08-09 12:27 UTC (permalink / raw)
  To: sisyphus

On Tue, 09 Aug 2011 14:57:26 +0300 Alexander Bokovoy wrote:

> On 09.08.2011 13:51, Egor Vyscrebentsov wrote:
> > У меня на std-def-2.6.39-alt3.2 и
> > pure-emerald-2.6.39-alt5 стабильно происходит отвал при записи файла
> > размером 160kb. Под pure-emerald-2.6.38-alt9 всё работает замечательно.
[skip/]
> # uname -r
> 2.6.39-pure-emerald-alt5
> # mount -t cifs //pch/share -o user=YYYY,passwd=YYYY,rw /mnt/auto/
> # mkdir /mnt/auto/test
> # echo >/mnt/auto/test/foobar
> # ls -la /mnt/auto/test/foobar
> -rwxr-xr-x 1 root root 1 Aug  9  2011 /mnt/auto/test/foobar

У меня нормально копировался файл размером меньше 16kb, если мне склероз
не изменяет. Проблема всплыла на 160kb (и из Libre Office, если это имеет
значение). При этом даже 160kb мне пару раз (из более чем 10) удалось
скопировать (здесь копирование уже шло вручную.)

Забыл указать, система 32-битная.

-- 
WBR, Egor Vyscrebentsov


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

* Re: [sisyphus] cifs && 2.6.39
  2011-08-09 12:27   ` Egor Vyscrebentsov
@ 2011-08-09 12:31     ` Alexander Bokovoy
  0 siblings, 0 replies; 4+ messages in thread
From: Alexander Bokovoy @ 2011-08-09 12:31 UTC (permalink / raw)
  To: sisyphus

On 09.08.2011 15:27, Egor Vyscrebentsov wrote:
> On Tue, 09 Aug 2011 14:57:26 +0300 Alexander Bokovoy wrote:
> 
>> On 09.08.2011 13:51, Egor Vyscrebentsov wrote:
>>> У меня на std-def-2.6.39-alt3.2 и
>>> pure-emerald-2.6.39-alt5 стабильно происходит отвал при записи файла
>>> размером 160kb. Под pure-emerald-2.6.38-alt9 всё работает замечательно.
> [skip/]
>> # uname -r
>> 2.6.39-pure-emerald-alt5
>> # mount -t cifs //pch/share -o user=YYYY,passwd=YYYY,rw /mnt/auto/
>> # mkdir /mnt/auto/test
>> # echo >/mnt/auto/test/foobar
>> # ls -la /mnt/auto/test/foobar
>> -rwxr-xr-x 1 root root 1 Aug  9  2011 /mnt/auto/test/foobar
> 
> У меня нормально копировался файл размером меньше 16kb, если мне склероз
> не изменяет. Проблема всплыла на 160kb (и из Libre Office, если это имеет
> значение). При этом даже 160kb мне пару раз (из более чем 10) удалось
> скопировать (здесь копирование уже шло вручную.)
Копирую гигабайты без проблем.

> Забыл указать, система 32-битная.
Увы, все только 64-бит уже.

-- 
/ Alexander Bokovoy


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

end of thread, other threads:[~2011-08-09 12:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-09 10:51 [sisyphus] cifs && 2.6.39 Egor Vyscrebentsov
2011-08-09 11:57 ` Alexander Bokovoy
2011-08-09 12:27   ` Egor Vyscrebentsov
2011-08-09 12:31     ` Alexander Bokovoy

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