Displaying 20 results from an estimated 5000 matches similar to: "Samba Limits/Performance with LDAP"
2007 Sep 17
1
Backup of Samba Server files
Hello everyone.
I have a Samba+LDAP server running here in my company.
Everything is working fine, but I'm now worried about the backup of my
configurations.
In the LDAP, I just slapcat my base to an ldif file and that's everything
ok!
But in Samba, if I need to upgrade to a new machine, how am I gonna be able
to create another Samba server, with the SAME configurations? By "same
2007 Aug 31
1
Samba+LDAP with real-time share permissions
Hello everyone!
I'm using samba with LDAP, and everything is working fine.
But I'm having problems when I change something in the permissions on the
share, for example, I have a share called "daily".
In this share, the permissions are set to the LDAP group called Daily, where
"steve" is a member.
Well, when I log in, the share maps ok, but what I want to do is, when I
2008 Feb 08
3
Disk partitions and LVM limits
Hi,
I've got a DAS DELL MD1000 with a bunch of SATA drives in RAID 5 configuration
with total space of 5.4TB. This box is attached to a CentOS5 system (kernel
2.6.18-53.1.6.el5).
Any idea how to make this space usable?
Is there a limit how big a partition can be? What is the work around?
Is there a limit how big a file system ca be?
I've tried to partition it but no matter how bug
2016 Jan 17
2
HDD badblocks
On Sun, Jan 17, 2016 at 10:05 AM, Matt Garman <matthew.garman at gmail.com> wrote:
> I'm not sure what's going on with your drive. But if it were mine, I'd want
> to replace it. If there are issues, that long smart check ought to turn up
> something, and in my experience, that's enough for a manufacturer to do a
> warranty replacement.
I agree with Matt. Go
2016 Feb 26
4
[PATCH 1/5] fat: fix minfatsize for large FAT32
Hi Ady,
Your insightful post prompted me to to a little bit more digging as to
how the Ridgecrop algorithm computed its FAT size, with the result of my
investigations presented below.
NB: For those who don't want to go through this whole part, there's a
TL;DR near the end.
For reference, the computation of the FAT size all done in the
GetFATSizeSectors(), the code of which is at [1]
2014 Oct 12
2
drbd
so I've had a drbd replica running for a while of a 16TB raid thats used
as a backuppc repository.
when I have rebooted the backuppc server, the replica doesn't seem to
auto-restart til I do it manually, and the backupc /data file system on
this 16TB LUN doesn't seem to automount, either.
I've rebooted this thing a few times in the 18 months or so its been
running... not
2017 Mar 22
3
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
Hi,
given the fact that the conversion has the factor HC*SH = "secpercyl",
which is invariant under swapping, there remains as suspect in
read_sector_cbios only this division:
divb (sectors)
There is a suspicious discrepancy in the code:
heads = (stack-16)
sectors = (stack-18)
...
/* here we computer CHS values or just do some dummy computation for EBIOS */
andw $0x3f,
2014 Jul 09
5
Possible memdisk issue
On Tue, 08 Jul 2014 15:54, H. Peter Anvin wrote:
>
>On 07/08/2014 11:26 AM, Ady wrote:
>>
>> It's interesting that you ask this, because every document related to
>> newmkfloppyimg.sh specifically recommends adding:
>> floppy c=$CYLINDERS s=$SECTORS h=$HEADS
>> to the MEMDISK arguments.
>>
>
>It would be important for floppies to know
2020 Aug 05
1
[PATCH v3 06/38] virtio_blk: correct tags for config space fields
Tag config space fields as having virtio endian-ness.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
Reviewed-by: Cornelia Huck <cohuck at redhat.com>
---
include/uapi/linux/virtio_blk.h | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/include/uapi/linux/virtio_blk.h b/include/uapi/linux/virtio_blk.h
index
2003 Apr 21
3
COM32 Advice
Windows uses several sectors in the _partition_ for booting. Windows only
uses sector 0 of the Disk (the MBR), and does not use any other sectors.
Other boot managers and copy protection software (the stuff that comes with
TurboTax this year uses track 0, evil...)
For FAT16 filesystems, only the first sector is used.
For FAT32, there are 32 sectors that are reserved by the FS, and I've come
2008 Apr 16
1
[PATCH] add virtio disk geometry feature
From: Ryan Harper <ryanh at us.ibm.com>
Rather than faking up some geometry, allow the backend to push the disk
geometry via virtio pci config option. Keep the old geo code around for
compatibility.
Signed-off-by: Ryan Harper <ryanh at us.ibm.com>
Reviewed-by: Anthony Liguori <aliguori at us.ibm.com>
diff --git a/drivers/block/virtio_blk.c b/drivers/block/virtio_blk.c
index
2008 Apr 16
1
[PATCH] add virtio disk geometry feature
From: Ryan Harper <ryanh at us.ibm.com>
Rather than faking up some geometry, allow the backend to push the disk
geometry via virtio pci config option. Keep the old geo code around for
compatibility.
Signed-off-by: Ryan Harper <ryanh at us.ibm.com>
Reviewed-by: Anthony Liguori <aliguori at us.ibm.com>
diff --git a/drivers/block/virtio_blk.c b/drivers/block/virtio_blk.c
index
2016 Feb 25
3
[PATCH 1/5] fat: fix minfatsize for large FAT32
Hi Ady,
On 2016.02.25 02:08, Ady via Syslinux wrote:
> There is an "extra" sector, in comparison to... what exactly?
Sorry if I wasn't clear. I think I implied that the Large FAT32 fat size
had an extra sector compared to minfatsize, when of course I meant the
opposite (the Large FAT32 has one less sector than the minfatsize
computed by the unpatched code, hence the check
2009 Feb 27
1
Advice on graphics to design circle with density-shaded sectors
Hello,
I am looking for some general advice on which graphics package to use to
make a figure demonstrating my experimental design.
I want to design a circle with 7 sectors inside. Then I will want to
shade the sectors depending on densities of observations in the
sectors. I will also want to draw horizontal lines at increments along
the sectors to demonstrate different distances out to
2011 Mar 10
1
getting percentiles by factor
Hello,
I'm trying to get percentiles (PERCENTRANK for excel users) by factor in the
following data.frame:
myExample <- data.frame(Ret=seq(-2, 2.5,
by=0.5),PE=seq(10,19),Sectors=rep(c("Financial","Industrial"),5))
myExample <- na.omit(myExample)
Thanks to Patrick I I managed to put together the following lines which does
it for the "Ret" column:
myecdf
2011 Nov 02
1
Generate a sequence of vectors of different length
Hi everyone
After the following setup
sector=2 # Define Number of Sectors
sectors=LETTERS[seq( from = 1, to = sector )] # Name sectors
No_ent=round(3/runif(sector)) # Number of entities per sector
#Tot_No_ent=sum(No_ent)
Goal is to get a List like
(A1, A2, A3, B1, B2, B3, B4) where A is denoting an industrial sector and
then a numbered sequence of companies within the sector.
The step
2017 Mar 25
2
where to swap
It is good to see this
----- Forwarded message from syslinux-bot for Martin Str|mberg <ams at ludd.ltu.se> -----
Date: Sat, 25 Mar 2017 05:54:09 -0700
From: syslinux-bot for Martin Str|mberg <ams at ludd.ltu.se>
To: Syslinux commits mailing list <syslinux-commits at zytor.com>
Cc: ams at ludd.ltu.se
Subject: [syslinux:master] mbr/isohdpfx.S: correct pointer for heads/sectors
2008 Sep 11
3
Alarming (?) smartd reports
I decided, after the last discussion of smartd and S.M.A.R.T. disks,
to take a look in my /var/log/messages, and I'm seeing fair bit of
this:
Sep 10 20:11:23 mhrichter smartd[3361]: Device: /dev/sda, 4294967295
Offline uncorrectable sectors
Sep 10 20:41:23 mhrichter smartd[3361]: Device: /dev/hdb, 21 Currently
unreadable (pending) sectors
Sep 10 20:41:24 mhrichter smartd[3361]: Device:
2015 Mar 27
2
Re: Point-in-time snapshots
On 03/27/2015 09:35 AM, Richard W.M. Jones wrote:
>>> What I care about is connecting libguestfs to qemu and reading a
>>> snapshot at some point in time, even though the guest is still writing
>>> away to its disks. Is this possible with drive-backup (or otherwise)?
>>
>> Yes, that is what drive-backup does.
>>
>> New writes coming from the
2012 Jun 17
2
unable to install Debian using syslinux 4.05
Hi,
I'm trying to install debian-6.0.5-amd64-CD-1.iso from USB
memory-stick. The problem is, that Debian-Installer is not able to
"Detect and mount CD-ROM" during the installation process. The USB
memory-stick is a 2GB model containing MBR and FAT32 file system:
# fdisk -lu /dev/sdb
Disk /dev/sdb: 2013 MB, 2013265920 bytes
62 heads, 62 sectors/track, 1022 cylinders, total 3932160