search for: schneiders

Displaying 20 results from an estimated 773 matches for "schneiders".

Did you mean: schneider
2009 Oct 29
2
fast cumulative matrix multiplication
Hi all, I am looking for a function like cumprod() that works for matrix multiplication. In other words, I have matrices [M1, M2, ..., Mn], and I want to calculate [M1, M1%*%M2, M1%*%M2%*%M3, ..., M1%*%...%*%Mn] as quickly as possible. Right now I'm using a for() loop but it seems like there should be a faster way. Any help is appreciated! Thanks, Todd Schneider todd.w.schneider@gmail.com
2003 Nov 11
2
samba 1.9.18 swat
Hello Our customer wants to use SWAT with Samba. On z/OS 1.2 we have in Unix System Services Samba Version 1.9.18 from 1999. In this release there is no SWAT-function. What should we do to implement SWAT in this environment ? Best regards Wolfgang Schneider Wolfgang Schneider T-Systems International GmbH <?xml:namespace prefix = o ns =
2007 Mar 02
1
APC/MGE and NUT support
Hi, Perhaps as you know it Schneider Electric acquired APC, which involves the combination of APC and MGE. http://www.apc-mge.com MGE is an important contributor for NUT with for example Arnaud Quette, it's does not that the MGE strategy for the free software is stopped by Schneider Electric or APC. It is the good moment to make pressure on Schneider Electric, MGE and APC to support the
2017 Mar 07
2
[Announce] Samba 4.6.0 Available for Download
On Tue, Mar 07, 2017 at 10:48:28AM +0100, Andreas Schneider wrote: > On Tuesday, 7 March 2017 10:33:15 CET Karolin Seeger wrote: > > Release Announcements > > ===================== > > > > This is the first stable release of Samba 4.6. > > Woohoo, thank you very much. I think this is on of our best releases. Yeah, we always think that ! Sometimes it's true
2010 Sep 18
2
Ac1dB1tch3z Vs Linux Kernel x86_64 0day
Are there any 64bit CentOS5 kernels available that are immune against the exploit mentioned in the subject? Turning off 32bit support is no option to me.. Gerhard Schneider P.S.: Source code can be found at http://seclists.org/fulldisclosure/2010/Sep/268 and is working "well" on 2.6.18-194.11.3.el5.centos.plus -- Gerhard Schneider Institute of Lightweight Design and e-Mail: gs
2009 Jul 15
5
Grouping data in dataframe
Hello, I have a dataframe (obtained from read.table()) which looks like ExpA ExpB ExpC Size 1 12 23 33 1 2 12 24 29 1 3 10 22 34 1 4 25 50 60 2 5 24 53 62 2 6 21 49 61 2 now I want to take all rows that have the same value in the "Size" column and apply a function to the
1999 Oct 14
3
Slow initial access to shares
Hi * The first time a share is being accesed on a Samba server from a W95 machine, it takes some 10 seconds to open the share. Subsequent accesses to the same share ot other shares on the server are fast. After not accessing the server for a while again the first access is really slow. The same thing happens on a network (80 users) running Samba 2.0.4b server under HPUX 10.20 and two Samba 2.0.3
2017 May 08
2
LLVM and Xeon Skylake v5
getProcessTriple just determines operation system, and architecture. It doesn't deal with specific instruction set features. The CPU should be controlled by MCPU on the EngineBuilder i think. The CPU autodetection code lives in getHostCPUName in lib/Support/Host.cpp, but I don't think the JIT calls into. I think its expected the user would call it or pass a specific CPU string to the MCPU
2017 Mar 15
1
Accountsservice in CentOS 7.3
Is there any known problem with accountsservice-0.6.35-12 with NFS users? After logging in via lightdm they are not "remembered" and there is no entry created to /var/lib/AccountsService/users Downgrading to accountsservice-0.6.35-9 resolved that issue Gerhard Schneider -- Gerhard Schneider Institute of Lightweight Design and e-Mail: gs at ilsb.tuwien.ac.at Structural
2015 Jan 05
3
Mandatory Server Signing with Windows 7
When I enable server signing in Samba (server signing = mandatory), I can still join a Window 7 machine to the domain but I am no longer able to log on into the domain using a domain user. Is this normal? I am using Samba 3.6.3 on Linux 12.04. Is there anything that needs to be configured on the Windows machine? Thanks, Ali
2003 Mar 05
2
installing printerdriver without being admin under NT
hi i have NT and Windows 2000 Client served by a Samba PDC. This PDC is also CUPS-Printingserver. Now i up loaded the windows printing driver to the Samba-server into the print$ share. Under Windows 2000 i can download/install the driver with every PDC-account by clicking on the printershare, under Windows NT i need to be in the local administration group. Is there any possiblity to it under
2011 May 18
2
Some thoughts about EL 6
Many people seem to wait for the announcement of CentOS 6.0, so I want to share some test results I did with SL 6.0.. The actual 6.0 kernel can NOT allocate tape buffers when the server is heavily loaded at least on some LSILogic hardware. There is a big problem of slab buffer increase that can cause reboot/freeze of the server under load. Reported by many and verified by me :-( So perhaps
2014 Jun 16
1
File size is sometimes 0 after saving
Hello everyone, we have a problem with our samba setup for over a year now, since we rebuilt the complete infrastructure and set up everything from scratch. We've searched pretty long for a solution, but we couldn't figure out where the problems happen and nobody else seems to have such problems, although we don't think that our setup is very uncommon and search quite a lot for
2005 Oct 20
3
Attributing values to matrix according to names
Dear R-helpers Apologies for the basic question, but I just got stuck: I would like to write values from a vector into array cells with the same names > count[1:10] 10010 10014 10015 10017 10030 10080 10100 10230 10250 10280 0 0 0 0 0 1 1 0 2 0 >data[1:10,,1] [,1] [,2] [,3] [,4] [,5] 10010 NA NA NA NA NA 10014 NA NA NA
2013 May 25
2
Developmen state Samba as ADDC?
Hi everybody, I read about the development state ... samba as an ad domain controller and that many functions / group policies have been implemented. Still, there is some work in progress. Is there a documentation where I can look up the functions not implemented yet? Regards, Ulrich Schneider
2002 Aug 23
3
y-axis with "break"
Dear R-users I would like to draw a barplot with a special y-axis. Most of my data points are in the range from -50 to 50, apart from one value that is 550. I would now like to have a y-axis from -50 to 50, then a "break" and the "rest" of the y-axis, let's say from 500 to 600. In order to make clear what I'm trying to do, I attached a figure. Is it possible to do
2005 Aug 29
2
Non-standard characters in Ascii-Files
Dear R-list In R 2.1.1 under Win XP on a P4 with 2GB Ram when typing > temp<-matrix(c(1:16000000),4000,4000) > write(file="temp.txt", temp) > scan("temp.txt") I receive: Error in scan("temp.txt") : scan() expected 'a real', received '414851' The motivation for evoquing this meassage is that I am getting the same meassage with exported
2004 Apr 20
7
[Bug 845] Received disconnect from ???: 2: Corrupted MAC on input.
http://bugzilla.mindrot.org/show_bug.cgi?id=845 Summary: Received disconnect from ???: 2: Corrupted MAC on input. Product: Portable OpenSSH Version: 3.8p1 Platform: UltraSparc OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org
2017 Jan 04
1
7.3: Gnome workspaces mirrored
An user is using 2 displays and configured Gnome to "Static Workspaces only on primary display on" using gnome-tweak-tool Till 7.2 it was working as expected. After upgrading to 7.3 the content on the primary screen gets mirrored to all workspaces. When switching to "Static Workspaces only on primary display off" everything is working as expected on 7.3, too. Any ideas?
2018 Jan 12
1
Is kernel-3.10.0-693.11.6.el7 tested with old hardware?
Today we tried to update machines w/ Core2 Duo E6750 from 3.10.0-693.11.1.el7.centos.plus to 3.10.0-693.11.6.el7.centos.plus and the machines did not boot due to a kernel panic. Before we dig any further I wanted to know if the 11.6 kernel has been tested on old hardware, too, or if the problem is well known but not documented (yet). Thank you in advance! Gerhard Schneider -- Gerhard