search for: crivait

Displaying 20 results from an estimated 60 matches for "crivait".

2017 Jan 20
4
How to handle INT8 data
..." > read.table("res.csv",sep=";",header=T,colClasses="character") col1 col2 1 -1311071933951566764 toto 2 -1311071933951566764 tata Am I comdemned to provide a R script with the data in order to exploit the dataset ? Le 20 janv. 2017 ? 18h29, Murray Stokely ?crivait : > 2^53 == 2^53+1 > TRUE > > Which makes joining or grouping data sets with 64 bit identifiers problematic. > > Murray (mobile) > > On Jan 20, 2017 9:15 AM, "Nicolas Paris" <nicolas.paris at aphp.fr> wrote: > > Le 20 janv. 2017 ? 18h09, Murray...
2017 Jan 20
2
How to handle INT8 data
...counter-productive. (a string version + an int32 for each) I was looking to https://cran.r-project.org/web/packages/csvread/index.html This looks like a good feet for my needs. Any chances such an external package for int64 would be integrated in core ? Le 20 janv. 2017 ? 18h57, Gabriel Becker ?crivait : > How many unique idenfiiers do you have? > > If they are large (in terms of bytes) but you don't have that many of them (eg > the total possible number you'll ever have is < INT_MAX), you could store them > as factors. You get the speed of integers but the labeling of...
2014 Dec 05
2
Changing self test date
Le Thu, 4 Dec 2014 08:42:37 -0500 Charles Lepple <clepple at gmail.com> ?crivait: > On Dec 4, 2014, at 5:30 AM, Frantz de Germain <frantz at info.univ-angers.fr> > wrote: > > > Hello, > > > > does any one know how to change the date of the self tests on APC UPSes ? > > I'd like to be able to choose the day and the hour so that it ha...
2005 Oct 15
2
GID Games Exploits
It has come to my attention that there are quite a few local exploits circling around in the private sector for GID Games. Several of the games have vanilla stack overflows in them which can lead to elevation of privileges if successfully exploited.
2020 Oct 12
3
Moving users from a Samba 3.6 to 4.9 (tdb)
Le Fri, 9 Oct 2020 13:02:22 +0100 Rowland penny via samba <samba at lists.samba.org> ?crivait: > Restart smbd and winbind and see how you go on. > No dice. I've edited the smb.conf, stopped the services, copied the old tdb again (account_policy.tdb group_mapping.tdb passdb.tdb registry.tdb secrets.tdb share_info.tdb winbindd_idmap.tdb); started the services and... # pdbed...
2020 Oct 08
4
Moving users from a Samba 3.6 to 4.9 (tdb)
Le Thu, 8 Oct 2020 17:37:38 +0100 Rowland penny via samba <samba at lists.samba.org> ?crivait: > On 08/10/2020 17:25, Emmanuel Florac via samba wrote: > > But it's not a domain, no LDAP, no AD. Just a standalone server, > > migrating to another standalone server. Should I do something using > > Samba tool? > > No, samba-tool is only used with AD. > &gt...
2014 Dec 18
0
Changing self test date
Le Fri, 5 Dec 2014 10:07:33 +0100 Frantz de Germain <frantz at info.univ-angers.fr> ?crivait: > Le Thu, 4 Dec 2014 08:42:37 -0500 > Charles Lepple <clepple at gmail.com> ?crivait: [...] > > This forum post from 2013 suggests that an easy way is to change the UPS > > setting to "test at power on", then use a script (with NUT, you would run > > somet...
2019 Oct 29
2
export password
hello, I need to extract user passwords from a samba 4.7.x and import them into new samba 4.10.x, any suggestions? thanks in advance.
2017 Jan 20
1
How to handle INT8 data
Right, they are identifiers. Storing them as String has drawbacks: - huge to store in memory - slow to process - huge to index (by eg data.table columns indexes) Why not storing them as numeric ? Thanks, Le 20 janv. 2017 ? 18h16, William Dunlap ?crivait : > If these are identifiers, store them as strings. If not, what sort of > calculations do you plan on doing with them? > Bill Dunlap > TIBCO Software > wdunlap tibco.com > > > On Fri, Jan 20, 2017 at 6:33 AM, Nicolas Paris <nicolas.paris at aphp.fr> wrote: > &g...
2020 Oct 08
2
Moving users from a Samba 3.6 to 4.9 (tdb)
Le Thu, 8 Oct 2020 13:09:37 -0300 Elias Pereira <empbilly at gmail.com> ?crivait: > > On Thu, Oct 8, 2020 at 12:20 PM Emmanuel Florac via samba < > > samba at lists.samba.org> wrote: > > > > Hello, > > > > I have an old 3.6 server to be replaced with a new 4.9 one. They are > > standalone, using tdbsam backend. > > > &...
2017 Jan 20
0
How to handle INT8 data
...quot;,sep=";",header=T,colClasses="character") > col1 col2 > 1 -1311071933951566764 toto > 2 -1311071933951566764 tata > > Am I comdemned to provide a R script with the data in order to exploit the > dataset ? > > Le 20 janv. 2017 ? 18h29, Murray Stokely ?crivait : > > 2^53 == 2^53+1 > > TRUE > > > > Which makes joining or grouping data sets with 64 bit identifiers > problematic. > > > > Murray (mobile) > > > > On Jan 20, 2017 9:15 AM, "Nicolas Paris" <nicolas.paris at aphp.fr> wrote: > &...
2017 Jan 20
9
How to handle INT8 data
Hello r users, I have to deal with int8 data with R. AFAIK R does only handle int4 with `as.integer` function [1]. I wonder: 1. what is the better approach to handle int8 ? `as.character` ? `as.numeric` ? 2. is there any plan to handle int8 in the future ? As you might know, int4 is to small to deal with earth population right now. Thanks for you ideas, int8 eg: human_id
2020 Oct 09
2
Moving users from a Samba 3.6 to 4.9 (tdb)
Le Thu, 8 Oct 2020 18:31:38 +0100 Rowland penny via samba <samba at lists.samba.org> ?crivait: > You do not normally run winbind on standalone server, so I think you > need to post the [global] portion of your old smb.conf, so we can > find out just what you are running. Here is the old one: [global] name resolve order = wins lmhosts host bcast passwd chat = *Enter...
2016 Dec 14
2
Virtual POP3 namespaces and quota-status
Hi, I've tried to do configure Virtual POP3 INBOX (dovecot version 2.2.18) as explained here http://wiki.dovecot.org/Plugins/Virtual with a static userdb and nopassword=y so I dont have any database on the dovecot server without the possibility to distinguish POP3 or IMAP in the userdb extra field to change the namespace on the fly. So I've put the namespace virtual informations inside
2007 Jul 30
3
kmod-drbd-smp (2.6.9-55.0.2.EL) has unknown symbols (kmod-drbd not).
Hi ! Not very blocking because the smp module loads perfectly. # yum --exclude=kmod-drbd*\plus\* install kmod-drbd Setting up Install Process Setting up repositories Reading repository metadata in from local files Excluding Packages in global exclude list Finished Reducing CentOS-4 - Plus to included packages only Finished Parsing package install arguments Resolving Dependencies -->
2014 Dec 16
0
interrupt pipe disabled
Le Tue, 16 Dec 2014 15:36:29 +0100 Frantz de Germain <frantz at info.univ-angers.fr> ?crivait: > Hello, > > I'm testing an APC SMT3000RMI2U connected to an USB port with Nut 2.7.2. I've > got the message : > > "interrupt pipe disabled (add 'pollonly' flag to 'ups.conf' to get rid of this message)" > > I've been looking for &q...
2014 Dec 17
0
interrupt pipe disabled [APC SMT3000RMI2U]
Le Tue, 16 Dec 2014 20:38:50 -0500 Charles Lepple <clepple at gmail.com> ?crivait: > On Dec 16, 2014, at 9:45 AM, Frantz de Germain <frantz at info.univ-angers.fr> wrote: > > > Bye the way I just realize that I can't retrieve the ups.load, among other > > thing :-( > > To the best of my knowledge, Microlink is not supported by any third-party...
2014 Dec 19
1
Changing self test date
On Dec 18, 2014, at 9:16 AM, Frantz de Germain <frantz at info.univ-angers.fr> wrote: > What is the difference between "test.battery.start.deep" and > "test.battery.start.quick" command (upscmd) ? The intent for the quick test is to only discharge the battery a little bit, whereas the deep test would discharge until the low battery threshold is reached (or the
2016 Dec 23
0
Virtual POP3 namespaces and quota-status
Hi again, Le Wednesday 14 December 2016 ? 12:42, Aur?lien Beaujean ?crivait: > Any idea before I will patch some piece of code to disable the unique > restriction of inbox namespace ? I've found a way to address my problem, using the %s (protocol) in the configuration file, as this: namespace virtual { hidden = yes inbox = yes list = no location = virtu...
2020 Oct 08
0
Moving users from a Samba 3.6 to 4.9 (tdb)
On 08/10/2020 17:49, Emmanuel Florac wrote: > Le Thu, 8 Oct 2020 17:37:38 +0100 > Rowland penny via samba <samba at lists.samba.org> ?crivait: > >> On 08/10/2020 17:25, Emmanuel Florac via samba wrote: >>> But it's not a domain, no LDAP, no AD. Just a standalone server, >>> migrating to another standalone server. Should I do something using >>> Samba tool? >> No, samba-tool is only used with...