search for: filesys

Displaying 20 results from an estimated 58 matches for "filesys".

2012 Mar 26
1
2 GB file size limit with libsmbclient and Filesys::SmbClient perl module?!
...add-on allows you to download files hosted over SMB/ CIFS, but is not able to speed it up using multiple parallel connections. That being the motivation for me to write my own script which splits a file into multiple chunks and downloads them in parallel. Now, my script is written in perl and uses Filesys::SmbClient, which in turn, uses libsmbclient for SMB/ CIFS access. Attached is my script tarball. The problem I am facing, is that, I am unable to download files over 2GB in size!!! I know this has to do "something" with 32-bitness and other parameters like _FILE_OFFSET_BITS=64 etc. whil...
2019 Oct 06
1
Missing per-Filesys--Df in CentOS-8
Hi, I'm missing perl-Filesys-Df ins CentOS-8, I need it because of Df.pm which is in it. Any suggestiosn? Adrian -- Adri P. van Bloois "Elegance is not a dispensable luxury but a factor that decides between success and failure." Edsger W. Dijkstra
2006 Jun 19
0
Filesys::SmbClient & kerberos bug?
I'm trying to use Filesys::SmbClient to connect to a windows share using kerberos to authenticate, however, I get a permission denied error. I've tried this on a FC5 with samba 3.0.22 and on Solaris 9 with samba 3.0.22 and 3.0.23rc2. Using kerberos with the command smbclient works however. If I specify a password, I...
2006 Nov 23
3
questions about extended attributes support across *nix & osx (hfs+) filesys
i've built up rsync on both opensuse & osx from src. on osx, it's v2.6.3 w/ both apple's "Extended Attributes" patches: http://www.opensource.apple.com/darwinsource/10.4.8.ppc/rsync-24/patches/EA.diff http://www.opensource.apple.com/darwinsource/10.4.8.ppc/rsync-24/patches/PR-3945747-endian.diff and the 'lartmaker' fix (iteself, slightly fixed ...):
2007 Aug 07
2
AW: Probs to "make" Samba-3.0.25b
...e/web/swat_proto.h > creating /usr/src/tpe/samba-3.0.25b/source/client/client_proto.h > creating /usr/src/tpe/samba-3.0.25b/source/utils/net_proto.h > creating /usr/src/tpe/samba-3.0.25b/source/utils/ntlm_auth_proto.h > Compiling dynconfig.c > In file included from lib/replace/system/filesys.h:33, > from include/includes.h:104, > from > /usr/src/tpe/samba-3.0.25b/source/dynconfig.c:21: > /usr/include/sys/mount.h:36: parse error before numeric constant > /usr/include/sys/mount.h:52: parse error before numeric > constant The following...
2008 Mar 03
1
Speex requirements on a TI Davinci / ARM926EJ-Sid(wb)
...I couldn't figure out how to make configure do it) add "-mpcu=arm926ej_s" and "-DSHORTCUTS", the wideband numbers drop to 22MIPS and 219MIPS, respectively. More Details: The commands/options I used to config Speex: # export ARM_INSTALL_TREE=/extern/toddk/workdir/filesys export CC=arm_v5t_le-gcc export CXX=arm_v5t_le-g++ export AR=arm_v5t_le-ar export RANLIB=arm_v5t_le-ranlib export NM=arm_v5t_le-nm export ac_cv_path_NM=arm_v5t_le-nm export ac_cv_func_setpgrp_void=yes export host=arm_v5t_le ./configure --prefix /extern/toddk/workdir/filesys/usr/local --...
2002 May 31
2
PATCH for filesys corruption in ext3 with data=journal
Hi, as I mentioned in earlier mail to ext3-users I have been getting some corruption on an ext3 filesystem that has been serving NFS. I am now confident that I fully understand the problem and have a patch. It only affects data=journal mode and I wonder if it might also be the cause of the corruption noted by a number of people on linux-kernel. First I will explain the problem. Then display the p...
2011 Jul 21
0
Templates and self-knowledge
...plate "standard_profile.erb" which looks like this: install_type initial_install > > system_type standalone > > partitioning explicit > > <% if zfs_root == "undef" -%> > > fdisk all solaris all > > boot_device any preserve > > filesys rootdisk.s1 16384 swap > > filesys rootdisk.s0 40960 / > > filesys rootdisk.s7 free /export > > <% elsif zfs_root == "c3s" %> > > pool rootpool auto 16g 16g mirror c3t0d0s0 c3t4d0s0 > > fdisk c3t0d0 solaris all > > fdisk c3...
2023 Feb 16
1
ctdb tcp kill: remaining connections
...on a client from two different nodes in the cluster at the same time. The client-side caching in NFS is very fragile and assumes that an object can only be accessed through one single path at a time." It is unclear what "share" means in this context. We are exporting the whole fs (/filesys) but mounting only subdirs (e.g. /filesys/home/userA and /filesys/home/userB). So we are unsure if this warning applies here or not. Thanks a lot, Uli -- Dipl.-Inf. Ulrich Sibiller science + computing ag System Administration Hagellocher Weg 73 Hotline +49 7071 9457...
2009 Jan 08
2
Hierarchial storage management or automated archival to tape
...d of multi-tier solutions - move to slower disks after a week and further on to tape after a month. Does anyone have some experience or suggestions for this? The project will deal with ~100 TB of growth per year, most files somewhere between 2 and 50 GB. Yes, it can be done with everything in one filesystem, but I'm concerned about running a full backup every month of 500 TB ;-) Not to mention the time required for recovery in case the filesys crashes.... BR Bent
2004 Sep 29
0
Problem with Perl module, SmbClientParser-2.6
Hi, I'm trying to use SmbClientParser to implement a simple SMB crawler. After a lot of effort, I still could not get it to work. Here is my small test script: [CODE] #!/usr/bin/perl use POSIX; use Filesys::SmbClientParser; use DBI(); use Socket; use Sys::Hostname; use strict; my $host; my $smb = new Filesys::SmbClientParser (undef, ( user => '', password => '' )); $smb->Debug('1'); $smb->Host('localhost'); my @l = $s...
2001 Jun 22
0
PATCH: Makefile.in more upgrade friendly.
...4,11 @@ $(INSTALL) -m 0755 -s sshd $(DESTDIR)$(sbindir)/sshd @NO_SFTP@$(INSTALL) -m 0755 -s sftp $(DESTDIR)$(bindir)/sftp @NO_SFTP@$(INSTALL) -m 0755 -s sftp-server $(DESTDIR)$(SFTP_SERVER) + -rm -f $(DESTDIR)$(bindir)/slogin + ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin + @FILEPRIV@ -f dev,filesys,driver $(DESTDIR)$(bindir)/ssh $(DESTDIR)$(bindir)/slogin + +install-man: $(INSTALL) -m 644 ssh.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh.1 $(INSTALL) -m 644 scp.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/scp.1 $(INSTALL) -m 644 ssh-add.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-add.1 @@ -191...
2002 Nov 10
2
Harddisk gone bad
Hi all, I know this is the EXT3 list, and my problem is with an EXT2 filesys, but I cannot seem to find a more suitable list on this server, and I have seen a lot of knowledge go by on this list and in the archives, so I thought I'd give it a try anyway... Here goes nothing: I am in a terrible problem: My data disk on my Linux server has gone bad, with approx 18 GB of...
2012 Aug 23
2
DomU loses 2 month data after lost electricity
Hello, I tried to research about something like lost data on DomU, didn`t find any clue. My electricity power went out for server and I started server couple hours after and I got lost on DomU 2 month data. On Dom0 seems to be all ok, on DomU was data before last reboot, two month ago. Dom0 and DomU is on the same discs, on raid1(mirror) only separated by partitions. DomU on top lvm and ext3
2007 Nov 29
4
special tricks for developers box on centos 5
I was just wondering if there are special tricks people do that compile A LOT on centos? Do RAM disks help or something else I dont about that minimizes your compile time? I presently have and AMD x2 4800+ with 2GIG ram. Just curious if I can reduce any more time out of my compiles. Jerry
2006 Dec 26
0
[804] trunk/wxruby2/swig: Initialise stock colours (eg Wx::RED), pens and brushes when wxruby2 is
...0:49:08 UTC (rev 804) </span><span class="lines">@@ -7,8 +7,6 @@ </span><span class="cx"> </span><span class="cx"> %{ </span><span class="cx"> #include <wx/init.h> </span><del>-#include <wx/filesys.h> -#include <wx/fs_zip.h> </del><span class="cx"> %} </span><span class="cx"> </span><span class="cx"> %ignore GetAuto3D; </span><span class="lines">@@ -29,11 +27,6 @@ </span><span class=&quo...
2023 Feb 16
1
ctdb tcp kill: remaining connections
...ferent nodes > in the cluster at the same time. The client-side caching in NFS is > very fragile and assumes that an object can only be accessed through > one single path at a time." > It is unclear what "share" means in this context. We are exporting > the whole fs (/filesys) but mounting only subdirs (e.g. > /filesys/home/userA and /filesys/home/userB). So we are unsure if > this warning applies here or not. I suspect this could be improved to say "Never mount the same NFS directory ...". I think you are OK with mounting the subdirectories for each u...
2023 Feb 15
1
ctdb tcp kill: remaining connections
Hi Uli, [Sorry for slow response, life is busy...] On Mon, 13 Feb 2023 15:06:26 +0000, Ulrich Sibiller via samba <samba at lists.samba.org> wrote: > we are using ctdb 4.15.5 on RHEL8 (Kernel > 4.18.0-372.32.1.el8_6.x86_64) to provide NFS v3 (via tcp) to RHEL7/8 > clients. Whenever an ip takeover happens most clients report > something like this: > [Mon Feb 13 12:21:22
2013 Jul 22
1
[PATCH 1/1 v2] Add UFS1/2 support to Extlinux installer.
...44 extlinux/ufs.h create mode 100644 extlinux/ufs_fs.h diff --git a/extlinux/main.c b/extlinux/main.c index 9ee9abb..737b668 100644 --- a/extlinux/main.c +++ b/extlinux/main.c @@ -14,8 +14,8 @@ /* * extlinux.c * - * Install the syslinux boot block on an fat, ntfs, ext2/3/4, btrfs and xfs - * filesystem. + * Install the syslinux boot block on an fat, ntfs, ext2/3/4, btrfs, xfs, + * and ufs1/2 filesystem. */ #define _GNU_SOURCE /* Enable everything */ @@ -50,6 +50,8 @@ #include "xfs.h" #include "xfs_types.h" #include "xfs_sb.h" +#include "ufs.h"...
2007 Oct 18
1
Operations error with AD connections
Hello, dovecot version: 1.0.beta3-3ubuntu5.5 OS: 2.6.15-26-server i686 GNU/Linux Ubuntu dapper filesys: ext3 authentication is with ldap (Active Directory) the problem is that after a while with a number of pop3 connections (8 people who have checking every 5 minutes), the ldap_search gives 'Operation Error' . we have tried to use the global catalog, but that doesn't solve the problem...