search for: sotr

Displaying 12 results from an estimated 12 matches for "sotr".

Did you mean: sort
2008 Dec 11
2
Validity of GLM using Gaussian family with sqrt link
Dear all, I have the following dataset: each row corresponds to count of forest floor small mammal captured in a plot and vegetation characteristics measured at that plot > sotr plot cnt herbc herbht 1 1A1 0 37.08 53.54 2 1A3 1 36.27 26.67 3 1A5 0 32.50 30.62 4 1A7 0 56.54 45.63 5 1B2 0 41.66 38.13 6 1B4 0 32.08 37.79 7 1B6 0 33.71 30.62 ... I am interested in comparing fit of different specification of Generalized Lin...
2019 Aug 29
4
Schedule samba backup
Hi, I was using samba backup offline, but seems that now is not working, a bug is reported. As a workaround I want to use online backup: sudo samba-tool domain backup online --targetdir=<output-dir> --server=<DC-server> -UAdministrator Asking password in interative mode works, but I need to automate to execute from crontab without asking pwd, how can I do this with security?
2006 Dec 14
7
loop is going to take 26 hours - needs to be quicker!
...e it's going - this is ridiculous and I really need your help to find a more efficient way of loading up my array gpcc.array: #My data is stored in a table format with all the data in one long column #running though every longitute, for every latitude, for every year. The #original data is sotred as gpcc.data2 where dim(gpcc.data2) = [476928,5] where #the 5th column is the data: #make the array in the format I need [longitude,latitude,years] gpcc.array <- array(NA, c(144,72,46)) n=0 for(k in 1:46){ for(j in 1:72){ for(i in 1:144){ n <- n+1 gpcc.array[i,j,k] <- gpcc.data2[n,5...
2013 Mar 11
2
[LLVMdev] Opt pass for collecting static memory allocations (allocas and globals) to one big memory area.
...ly allocated areas. To make dynamic check generation easier, I would like to collect all allocas and global variable definitions and create one big memory structure (for each global, local and private) containing all the allocated memory as contiguous form to be able to just to add checks to loads/sotres that address is inside that memory structure. Does anyone know if there already exist some pass which does something like this (collects static allocations) or should I write this from the scratch ? Does the idea sound reasonable at all ? Cheers, Mikael Lepistö -------------- next part --------...
2013 Mar 11
0
[LLVMdev] Opt pass for collecting static memory allocations (allocas and globals) to one big memory area.
...make dynamic check generation easier, I would like to collect all > allocas and global variable definitions and create one big memory > structure (for each global, local and private) containing all the > allocated memory as contiguous form to be able to just to add checks > to loads/sotres that address is inside that memory structure. No, I don't believe such a transform exists, but it should be pretty easy to write. Just be forewarned that you can't safely promote allocas to global variables when they're used in loops or in functions that can be called recursively...
2019 Aug 29
0
Schedule samba backup
Hi, for security reasons we can't sotre pwd on crontab, any other option? My prefered is offline backup but also doesn't work... any other option? thanks Missatge de Trenta sis <trenta.sis at gmail.com> del dia dj., 29 d?ag. 2019 a les 14:23: > > Hi, > > I was using samba backup offline, but seems that now is not...
2019 Aug 29
1
Schedule samba backup
...ly is a issue for productions environments, no working secure backups with offline or online... How are users making backups with 4.10 ? thanks Missatge de Trenta sis <trenta.sis at gmail.com> del dia dj., 29 d?ag. 2019 a les 16:53: > > Hi, > > for security reasons we can't sotre pwd on crontab, any other option? > My prefered is offline backup but also doesn't work... any other option? > > thanks > > Missatge de Trenta sis <trenta.sis at gmail.com> del dia dj., 29 d?ag. > 2019 a les 14:23: > > > > Hi, > > > > I was using...
2007 Sep 28
5
[LLVMdev] Vector troubles
...is dying trying to store a our working vector into one of the LLVM > vectors created on the stack. Despite the align-16 directive on the > alloca instruction, it is not always aligning to a 16-byte boundary. The stack is not necessary 16 bytes aligned on linux/windows. The vector is really sotred aligned relative to %esp, but %esp value is not good. This is known problem (PR1636 / PR1649) and I'm currently working on the solution (actually - stack realignment). -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2006 Mar 09
1
changing password on samba bdc
...h (which uses POSIX data). Case2, the answer: Ldap debug logs claim that samba gives invalid credentials while trying to bind. Everything calms down when I "refresh" Sambaroot's (that is the user I put as "ldap admin dn" in smb.conf) password with ldappasswd using the value sotred in /etc/samba/private/secrets.tdb. It looks like instead of changing my password samba changes its own :-( When I fix it I can login to Machines with smbclient but... I discover that my POSIX password (userPassword) hasn't changed. I have to use the old one. ldap log says: conn=313 fd=26 A...
2005 Sep 26
2
Wine not properly loading config file
Hi, I'm starting with wine. I've been playing with an older version from 2003 and just ugraded to the Wine version : 20050524. I'm using RedHat 9 at the moment. I'm trying to change the resolution and drives in Wine, but for some strange reason, every changes I make in the ~/.wine/config file are not reflecting in wine. I naturally verified if I had any wineserver running in the
2005 Dec 02
43
ANN: acts_as_ferret
Hi all This week I have worked with Rails and Ferret to test Ferrets (and Lucenes) capabilities. I decided to make a mixin for ActiveRecord as it seemed the simplest possible solution and I ended up making this into a plugin. For more info on Ferret see: http://ferret.davebalmain.com/trac/ The plugin is functional but could easily be refined. Anyway I want to share it with you. Regard it as a
2005 Dec 02
43
ANN: acts_as_ferret
Hi all This week I have worked with Rails and Ferret to test Ferrets (and Lucenes) capabilities. I decided to make a mixin for ActiveRecord as it seemed the simplest possible solution and I ended up making this into a plugin. For more info on Ferret see: http://ferret.davebalmain.com/trac/ The plugin is functional but could easily be refined. Anyway I want to share it with you. Regard it as a