search for: matti

Displaying 20 results from an estimated 98 matches for "matti".

Did you mean: matt
2006 Mar 03
3
Using DTrace to locate memory leak
Howdy, I am attempting to isolate the location of a memory leak in a 4GL program, and have hit a bit of a snag. When I LD_PRELOAD libumem and run the application server, "::findleaks -fdv" reports numerous leaks: CACHE LEAKED BUFCTL CALLER 0000000100b49068 15 0000000100ef2d50 fdcon+0x6c4 0000000100b50028 1 0000000100b72ac0 fdcon+0x6c4 0000000100b49068
2023 Oct 25
1
Linux/Windows Domain Controller
...16. Do I need to configure differently? Further I am curious about the systemd service flag. The created and installed services doesn't uses as exec samba -D instead it uses samba --foreground. Am 10/19/23 um 10:39 schrieb Stefan Kania via samba: > > > Am 18.10.23 um 23:27 schrieb Matti Kaupenjohann via samba: >> Yes I've red this section and the docu is saying no FL above 2008. >> Might be caused by incompleted docu? So far I understand if we don't >> use >4.19 we will not be able to use FL 2016 which is necessary since >> our DC WIN22 is con...
2023 Oct 30
1
Linux/Windows Domain Controller
Hi together, did nobody before joined a Windows Functional Level 2016 Domain with Samba 4.19? Am 10/25/23 um 13:58 schrieb matti.kaupenjohann via samba: > So. I've builded 4.19.2 from source. building worked fine and I've > configured like the following: > > ./configure \ > ?? ?--sbindir=/usr/local/sbin \ > ?? ?--bindir=/usr/local/bin \ > ?? ?--sysconfdir=/etc/samba \ > ?? ?--mandir=/usr/shar...
2023 Nov 02
1
Linux/Windows Domain Controller
Am 30.10.23 um 13:25 schrieb matti.kaupenjohann via samba: > > did nobody before joined a Windows Functional Level 2016 Domain with > Samba 4.19? I did, with: samba-tool domain join example.net DC --realm=example.net --option="ad dc functional level = 2016" --dns-backend=BIND9_DLZ --backend-store=mdb -Uadmini...
2023 Oct 19
1
Linux/Windows Domain Controller
Am 18.10.23 um 23:27 schrieb Matti Kaupenjohann via samba: > Yes I've red this section and the docu is saying no FL above 2008. Might > be caused by incompleted docu? So far I understand if we don't use >4.19 > we will not be able to use FL 2016 which is necessary since our DC WIN22 > is configured as FL201...
2017 Nov 06
4
For each entry type in column?
...ailto:mviljamaa at kapsi.fi>> wrote: > How can I do a for loop that does to a data.frame column what: > > for x in xs: > > does in Python? > > Obviously the data.frame column in question holds "levels". What if the data.frame is in matrix form? > > BR, Matti > > ______________________________________________ > R-help at r-project.org <mailto:R-help at r-project.org> mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help <https://stat.ethz.ch/mailman/listinfo/r-help> > PLEASE do read the p...
2006 Apr 06
0
NFSv3 and File operation scripts
Howdy, I wrote a pair of scripts to measure file and NFSv3 operations, and thought I would share them with the folks on the list. You can view the script output by pointing your browser at the following URLs: Per Process NFSv3 Client statistics (inspired by fsstat/nfsstat): http://daemons.net/~matty/code/nfsclientstats.pl.txt Per Process File Operations (inspired by fsstat):
2023 Oct 18
1
Linux/Windows Domain Controller
.../wiki.samba.org/index.php/Windows_2012_Server_compatibility#2012_functional_level_or_above Is it really impossible to join the existing domain on dc01 and dc02? Sadly we have some really old scripts laying around and in the short term it is diffcult to relay only on linux dcs. -- Kind Regards Matti Kaupenjohann Fachhochschule Dortmund University of Applied Sciences and Arts *Kaupenjohann, Matti* FB Informationstechnik, Sonnenstra?e 96 - 44139 Dortmund Raum SON-A A615 Tel???? 0231 9112 9371 matti.kaupenjohann at fh-dortmund.de www.fh-dortmund.de Think before you print!
2017 Nov 06
2
For each entry type in column?
Matti - Since you are asking about looping through a column, not looping across columns, it is simply the following: # Note: data.frame() turns strings into factors by default. myDF <- data.frame(type = c("a", "j", "a", "a", "j"),...
2013 May 03
1
Race condition in lightdm greeter setup
...not really sure if this is the best way to handle this. Maybe it would be possible to get rid of the first "lightdm --session-child" spawning to make all this unnecessary? I could try to work on fixing this if someone who knows the code better has an opinion on this. Happy hacking! Veli-Matti
2015 Apr 05
3
Nouveau kernel module exhausting CPU
...outputs ... [176404.507] (II) NOUVEAU(0): Output HDMI-1 using monitor section Monitor0 [176404.507] (**) NOUVEAU(0): Option "PreferredMode" "1920x1080_23" [176404.508] (WW) NOUVEAU(0): Option "MaxClock" requires a frequency value etc... ---- end ---- Any ideas? -- -Matti
2017 Nov 06
4
For each entry type in column?
How can I do a for loop that does to a data.frame column what: for x in xs: does in Python? Obviously the data.frame column in question holds "levels". What if the data.frame is in matrix form? BR, Matti
2011 Aug 11
3
vmxnet3 patch for CentOS6 kernel?
...which is not able to disable LRO mode when the kernel is telling the driver to do so. The patch for it applies on 2.6.32 kernels as well as 2.6.38/39 where it got applied to baseline. Could this be applied on stock CentOS kernel so that I could return on un-customized kernel use? Best Regards, Matti Aarnio PS: bugs.centos.org is apparently unable to send email out, otherwise I would have written this as a bug report... <http://patchwork.ozlabs.org/patch/95785/> -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signatu...
2017 Nov 06
0
For each entry type in column?
...somecol]])) where class(df[[somecol]]) is just an example, you would use whatever fits your needs. When you say that the column in question holds "levels" do you mean it's a factor? (factors are R's categorical variables.) Hope this helps, Rui Barradas Em 06-11-2017 19:26, Matti Viljamaa escreveu: > It?s sometimes faster to ask from someone who has already learnt the syntax. > In this case one has to do e.g. > > names(data$somecol) > > To get the collection and then iteration through it is almost like in Python: > > for(i in names(data$somecol)) { &...
2016 Sep 27
4
Inferring nsw/nuw flags for increment/decrement based on relational comparisons
On 2016-09-27 02:28, Philip Reames wrote: > On 09/20/2016 12:05 PM, Matti Niemenmaa via llvm-dev wrote: >> I posted some questions related to implementing inference of nsw/nuw >> flags based on known icmp results to Bug 30428 ( >> https://llvm.org/bugs/show_bug.cgi?id=30428 ) and it was recommended >> that I engage a wider audience by coming here....
2017 Nov 06
0
For each entry type in column?
...Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, Nov 6, 2017 at 3:28 PM, Boris Steipe <boris.steipe at utoronto.ca> wrote: > Matti - > > Since you are asking about looping through a column, not looping across > columns, it is simply the following: > > > # Note: data.frame() turns strings into factors by default. > myDF <- data.frame(type = c("a", "j", "a", "a", &q...
2010 Oct 04
1
Splitting a DF into rows according to a column
...piscing elit. Quisque leo ipsum, ultricies scelerisque volutpat non, volutpat et nulla. Curabitur consequat ullamcorper tellus id imperdiet. Duis semper malesuada nulla, blandit lobortis diam fringilla at. Vestibulum nec tellus orci, eu sollicitudin quam. Phasellus sit amet enim diam. Phasellus mattis hendrerit varius. Curabitur ut tristique enim. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed convallis, tortor id vehicula facilisis, nunc justo facilisis tellus, sed eleifend nisi lacus id purus. Maecenas tempus sollicitudin libero, molestie laoreet metus dapibus eu. Mauris jus...
2023 Oct 18
1
Linux/Windows Domain Controller
...our error message. I think your domain is running with > FL 2012 and you are using a samba version < 4.19. So you can only go > up to FL 2008_R2. The new 4.19 is the first version supporting FL > >2008_R2. There you can go up to FL 2016. > > > Am 18.10.23 um 18:05 schrieb matti.kaupenjohann via samba: >> DsAddEntry failed with status WERR_ACCESS_DENIED info (8567, >> 'WERR_DS_INCOMPATIBLE_VERSION') > >
2006 Sep 25
4
Can''t create a virtual nic
Howdy, I just installed the crossbow snapshot from opensolaris.org, and bumped into an issue when attempting to create a virtual nic: $ dladm create-vnic -i 192.168.1.101 -d ni0 2 dladm: VNIC creation failed: No such file or directory (unknown diagnostic) When I truss the process, it looks like it''s failing when attempting to open the vnic pseudo-device: 100878/1:
2005 Sep 28
4
A document about implementing dtrace probes in SAX
Hi, I have mentioned before that we have added some sdt dtrace probes in SAX, our APL interpreter. Encouraged by Angelo and Jignesh, I have created a small document (5 pages) describing our experience with it, together with some problems we have encountered and some scripts we use for pretty-printing dtrace outputs. The said document can be found at