Displaying 20 results from an estimated 50000 matches similar to: "Debian and Samba 3.0.x issues"
2006 Nov 15
2
Sparse matrix calculation
Hello, 
I work on large matrices and found something interesting. For multiplication of matrices, the order has a huge influence on computing time when one of them is a sparse matrix. In the below example, M is a full matrix and A is a sparse matrix in a regular matrix class. A %*% M takes much more time than M %*% A; moreover, t(t(M) %*% t(A)) is much faster than A %*% M with same result. I
2010 Aug 12
1
help usin scan on large matrix (caveats to what has been discussed before)
Dear all,
I have a few points that I am unsure about using scan. I know that it is 
covered in the intro to R, and also has been discussed here: 
http://www.mail-archive.com/r-help at r-project.org/msg04869.html
but nevertheless, I cannot get it to work.
I have a potentially very large matrix that I need to read in (35MB). I 
am about to run it on a server with 16G of memory etc, so I hope it
2017 Jun 18
4
[4.2.14-Debian] Smbd not listening on 192.168.0.x on cold start
On Sun, 18 Jun 2017 02:55:22 -0700 (PDT)
Winfried via samba <samba at lists.samba.org> wrote:
> Forgot to give the smb.conf:
> 
OK, it looks like you are trying to set up a standalone server with
guest access, I suggest you read this wiki page:
https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Standalone_Server
You do not need most of the parameters you have added to smb.conf,
2018 Sep 11
4
[Bug 13609] New: rsync can be crazy slow on os x 10.13.6 when copying via usb drives
https://bugzilla.samba.org/show_bug.cgi?id=13609
            Bug ID: 13609
           Summary: rsync can be crazy slow on os x 10.13.6 when copying
                    via usb drives
           Product: rsync
           Version: 3.1.3
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
         
2009 Aug 05
4
[Bug 1627] New: SMF issues on sparse-root zones
https://bugzilla.mindrot.org/show_bug.cgi?id=1627
           Summary: SMF issues on sparse-root zones
           Product: Portable OpenSSH
           Version: 5.2p1
          Platform: Sparc
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build system
        AssignedTo: unassigned-bugs at mindrot.org
        ReportedBy:
2018 Feb 14
1
[vhost:vhost 22/23] drivers/firmware/qemu_fw_cfg.c:130:36: sparse: incorrect type in initializer (different base types)
tree:   https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost
head:   3d22d7c1190db3209b644b8a13a75a9802b4587f
commit: b3a8771f409b74c42deee28aee3092fc5d2c8dab [22/23] fw_cfg: write vmcoreinfo details
reproduce:
        # apt-get install sparse
        git checkout b3a8771f409b74c42deee28aee3092fc5d2c8dab
        make ARCH=x86_64 allmodconfig
        make C=1 CF=-D__CHECK_ENDIAN__
2005 Oct 12
1
[PATCH] Restore, comment, correct memory barriers in xenstored.
Keir moved barriers,
	Competence questions are raised:
	Correctness withers.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
diff -r 067b9aacb6c2 linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_comms.c
--- a/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_comms.c	Wed Oct 12 09:11:35 2005
+++ b/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_comms.c	Thu Oct 13 01:18:26 2005
@@ -130,7
2019 Aug 15
2
[nbdkit PATCH] data, memory: Optimize .zero > PAGE_SIZE
When sparse_array_zero() is used for a range larger than a page,
there's no need to waste time in memset() or is_zero() - we already
know the page will be free()d.
Signed-off-by: Eric Blake <eblake@redhat.com>
---
Here's a fun one :)
 common/sparse/sparse.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/common/sparse/sparse.c b/common/sparse/sparse.c
2015 Jun 23
2
[PATCH] lib: Add optional 'append' parameter to copy-(device|file)-to-file APIs.
This allows you to append one file to another:
  copy-file-to-file /input.txt /output.txt append:true
will append the contents of /input.txt to /output.txt.
---
 daemon/copy.c        | 38 +++++++++++++++++++++++++++++++-------
 generator/actions.ml | 29 +++++++++++++++++++++--------
 2 files changed, 52 insertions(+), 15 deletions(-)
diff --git a/daemon/copy.c b/daemon/copy.c
index
2006 Feb 16
3
Debian revisions and policy comments [signed]
I've just been trying to catch up with the posts already so figured
I'd just start another thread as it seemed I would address things from
multiple emails. I really need to get my sieve filter script updated to
move the list emails into the proper folder now I guess :)
    We can play with the revision of the packaging during testing. One
idea would be to use 3.0.1-0.YYYYMMDD for
2020 Jul 21
2
trivial typo in ?Matrix::sparse.model.matrix.Rd
? "form" -> "from". Diff against latest SVN:
Index: sparse.model.matrix.Rd
===================================================================
--- sparse.model.matrix.Rd??? (revision 3336)
+++ sparse.model.matrix.Rd??? (working copy)
@@ -4,7 +4,7 @@
 ?\alias{fac2sparse}
 ?\alias{fac2Sparse}
 ?\description{Construct a sparse model or \dQuote{design} matrix,
-? form a formula
2012 Mar 09
1
Eigenvalue calculation of sparse matrices
Dear all,
I am currently working on the calculation of eigenvalues (and -vectors) 
of large matrices. Since these are mostly sparse matrices and I remember 
some specific functionalities in MATLAB for sparse matrices, I started a 
research how to optimize the calculation of eigenvalues of a sparse matrix.
The function eigen itself works with the LAPACK library which has no 
special handling for
2023 Jan 30
2
[PATCH drm-next 05/14] drm/nouveau: new VM_BIND uapi interfaces
Am 29.01.23 um 19:46 schrieb Danilo Krummrich:
> On 1/27/23 22:09, Danilo Krummrich wrote:
>> On 1/27/23 16:17, Christian K?nig wrote:
>>> Am 27.01.23 um 15:44 schrieb Danilo Krummrich:
>>>> [SNIP]
>>>>>>>
>>>>>>> What you want is one component for tracking the VA allocations 
>>>>>>> (drm_mm based) and a
2015 Dec 26
1
[Bug 11651] New: Can we allow --inplace and --sparse to coexist when --whole-file is in play?
https://bugzilla.samba.org/show_bug.cgi?id=11651
            Bug ID: 11651
           Summary: Can we allow --inplace and --sparse to coexist when
                    --whole-file is in play?
           Product: rsync
           Version: 3.1.2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: core
   
2005 Dec 07
5
[PATCH] Arch-neutral balloon driver
Attached patch makes the balloon driver arch-neutral
(compiles on ia64... look ma, no #ifdef''s!).  Please apply
to xen-unstable.
One change should be eyeballed, line 257 in balloon.c, because
phys_to_machine_mapping[pfn] is not identical to pfn_to_mfn
(different by sign bit, should be OK?)
Signed-off by: Dan Magenheimer <dan.magenheimer@hp.com>
diff -r 0255f48b757f
2025 Mar 04
3
Support for transferring sparse files via scp/sftp correctly?
Does OpenSSH scp/sftp mode transfer sparse files correctly, i.e. are
holes skipped and not transferred as chunks of 0 bytes? [1]
We're asking about sparse files in the >= 1PB range, which consists of
multi-TB holes with around 600-2000GB of valid data.
[1] Note the difference: Sparse files can have data sections which
consist of valid 0 bytes. Holes in sparse files represent regions
where
2011 Dec 20
1
column permutation of sparse matrix
Hi,
I'm very new to working with sparse matrices and would like to know how I
can column permute a sparse matrix. Here is a small example: 
> M1 <-
> spMatrix(nrow=5,ncol=6,i=sample(5,15,replace=TRUE),j=sample(6,15,replace=TRUE),x=round_any(rnorm(15,2),0.001))
> M1
5 x 6 sparse Matrix of class "dgTMatrix"
[1,] 2.983      .     1.656    5.003    .        .
[2,]    .    
2023 Jan 27
1
[PATCH drm-next 05/14] drm/nouveau: new VM_BIND uapi interfaces
On 1/27/23 16:17, Christian K?nig wrote:
> Am 27.01.23 um 15:44 schrieb Danilo Krummrich:
>> [SNIP]
>>>>>
>>>>> What you want is one component for tracking the VA allocations 
>>>>> (drm_mm based) and a different component/interface for tracking the 
>>>>> VA mappings (probably rb tree based).
>>>>
>>>>
2017 Sep 26
2
sparse files on EC volume
Hi Xavi
At this time I'm using 'plain' bricks with XFS. I'll be moving to LVM
cached bricks.
There is no RAID for data bricks, but I'll be using hardware RAID10 for SSD
cache disks (I can use 'writeback' cache in this case).
'small file performance' is the main reason I'm looking at different
options, i.e. using formated sparse files.
I spent considerable
2017 Sep 27
0
sparse files on EC volume
Have you done any testing with replica 2/3?  IIRC my replica 2/3 tests out performed EC on smallfile workloads, it may be worth looking into if you can't get EC up to where you need it to be.
-b
----- Original Message -----
> From: "Dmitri Chebotarov" <4dimach at gmail.com>
> Cc: "gluster-users" <Gluster-users at gluster.org>
> Sent: Tuesday,