From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <43AD8E94.9060506@gorodmasterov.com> Date: Sat, 24 Dec 2005 21:08:20 +0300 From: Vladimir Lettiev User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050815) X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: ALT Linux Sisyphus discussion list Subject: Re: [sisyphus] =?KOI8-R?Q?=EB=D4=CF_=D3=C9=CC=C5=CE_=D7_=F0?= =?KOI8-R?Q?=C5=D2=CC=C5_=3F?= References: In-Reply-To: Content-Type: multipart/mixed; boundary="------------040104080407040201070607" X-Virus-Scanned: by amavisd-new at gorodmasterov.com X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Linux Sisyphus discussion list List-Id: ALT Linux Sisyphus discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 18:09:28 -0000 Archived-At: List-Archive: List-Post: This is a multi-part message in MIME format. --------------040104080407040201070607 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Arioch пишет: > Хотел попробовать FUSE FTP > Сам я в Перле ни бум-бум :( > > sudo cpan -i Fuse Попробуйте лучше cpan2rpm и собирайте как rpm. > Выдает кучу warnings на unused variables, потом > > test/getattr.....NOK 28 > # Failed test (test/getattr.t at line 41) > # got: '33188 1 0 0 0 0 1135439141 1135439141 1135439141 131072 0' > # expected: '33188 1 0 0 0 0 1135439141 1135439141 1135439141 4096 0' > # Looks like you failed 1 test of 28. > > Никто больше не пробовал? Ждать пока поправят ? Не воспроизводится. Хотя для корректного запуска тестов напильник потребовался: # apt-get install libfuse-devel kernel-modules-fuse-std26-up # control fusermount public И патчик (приаттачил). -- С уважением, Владимир Леттиев aka crux --------------040104080407040201070607 Content-Type: text/x-patch; name="mount.t.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mount.t.patch" --- test/s/mount.t.orig +++ test/s/mount.t @@ -12,7 +12,7 @@ mkdir $_point; mkdir $_real; `echo $$ >test/s/mounted.pid`; - exec("perl $_loop $_point"); + exec("perl -Iblib/lib -Iblib/arch/auto/Fuse $_loop $_point"); exit(1); } select(undef, undef, undef, 0.5); --------------040104080407040201070607--