similar to: R(D) Com under R1070

Displaying 20 results from an estimated 20000 matches similar to: "R(D) Com under R1070"

2003 Apr 21
2
R(D) Com under R1070
Dear List, I have unregistered the working installation of R(D)COM from r1060 as described in http://cran.r-project.org/contrib/extra/dcom/ReadMe.txt, and have re-installed it for r1070. Now, vbtest gives the following message: Loading StatConnector Server... Done Initializing R...Function call failed Code: -2147221485 Text: installation problem: unable to load connector Box: Method
2003 Jan 10
7
HTB and ARP
Hi, I discover recently that the arp traffic is managed like any other flow. So you get hang after a moment if you don''t use a default class. Is the any means to avoid this ? Not to have a default class is a way to filter traffic ... One would be to managed to class ARP request with tc but I don''t know if it is possible. Thanks in advance, -- Éric Leblond courriel :
2023 Jan 18
1
Surprising behavior with getent on AD service
Hi Rowland, I'm really happy to talk to you again (the last time was a long time ago). For production issues, I can't change these settings at the moment, but I will soon. On the file server, the command "getent passwd user2" gives me the correct information about user2. But on the AD server, the command "getent passwd user2" still gives me information about
2011 Aug 31
2
dbWriteTable error message
I am at loss of what is going on here ... I am trying to write to a SQLite database: con <- dbConnect(dbDriver("SQLite"), dbname="pres-docs.rqda") I have a data frame that is 889 rows by 7 columns. The column number and types agree with the database table columns and column type. dbWriteTable(con, "fileAttr", DF.4, row.names=FALSE, overwrite=TRUE) Then I get
2023 Jan 18
1
Surprising behavior with getent on AD service
On 18/01/2023 16:28, Marc-Henri Pamiseux via samba wrote: > Hello, > > On the local network, we have installed two separate GNU/Linux servers. > > One runs a 4.14.14-Debian version Samba-AD DC service while the other > runs a 4.14.14-Debian version Samba service for file sharing. > > The second is a member of the AD domain. > > On the second one, when I want to
2011 Aug 25
2
replicate lines of data frame
Greetings! I am just now learning to use R for my dissertation project. I need to manipulate a lot of text and numeric data. I created a data frame that has 7 columns and 127 unique rows. Now I need to replicate each line 6 times and then later change values in the first 2 columns. I am trying to figure out how to accomplish this. I think that I need to use rep(my.df, each=6) but it does
2011 Aug 25
1
change values in a character vector
Greetings! I have a 127 long vector with all different character entries. I need to generate another vector that is 6 times a long and the second one and has the following structure: NA "foo" "a unique string" NA "bar" "blah" NA "foo" "another unique string" NA "bar" "blah" ..... This has to be repeated 127
2011 Nov 17
3
merging corpora and metadata
Greetings! I loose all my metadata after concatenating corpora. This is an example of what happens: > meta(corpus.1) MetaID cid fid selfirst selend fname 1 0 1 11 2169 2518 WCPD-2001-01-29-Pg217.scrb 2 0 1 14 9189 9702 WCPD-2003-01-13-Pg39.scrb 3 0 1 14 2109 2577 WCPD-2003-01-13-Pg39.scrb .... .... 17 0
2018 Mar 31
4
R help
Could you please provide help with something from R that I find rather puzzling? In the small program below x[1]=1, . . . , x[5]=5. R also finds that x[1]<=5 is TRUE. Yet when you attempt to execute while, R does not seem to recognize the condition. Any thoughts on why this happens? Regards Henri Moolman > x=c(1,2,3,4,5) > x[1] [1] 1 > i=1 > x[1]<=5 [1] TRUE >
2016 Aug 05
2
How to modify user fields with a command line ?
2016-08-04 17:49 GMT+04:00 Rowland Penny <rpenny at samba.org>: > On Thu, 4 Aug 2016 16:44:34 +0400 > henri transfert <hb.transfert at gmail.com> wrote: > > > Hi, > > > > On RSAT , we can see that there are some extra fields for users > > account like description, office, phone number or email address. > > > > I already have hundreds of
2009 Apr 28
3
Low cost additional storage on a Samba server
Hi, At my client, I installed Samba v3 on a Linux box (Centos 4) with a NT style domain to act as a file server (about 50 Windows clients). It's been running fine for a few years now. It's about to run out of disk space. I was looking for a low cost solution and came across the low-cost NAS that are available now for the soho market. The problem is that some support only smb file
2016 Jan 28
2
nouveau contributor dinner Friday evening before FOSDEM?
Hi Hans, On 28 January 2016 at 12:31, Hans de Goede <hdegoede at redhat.com> wrote: > Hi All, > > On 21-01-16 14:09, Hans de Goede wrote: >> >> Hi All, >> >> $subject says it pretty much all. AFAIk quite a few >> nouveau contributors are coming to Fosdem, and I think it >> would be nice to have dinner together Friday evening >> before
2019 Aug 05
1
DNS state after upgrading samba
Thanks for your answer Rowland. That's bad news since the new DC is now in production and I can't take the risk to break anything. Reply inline : > -----Message d'origine----- > De?: samba <samba-bounces at lists.samba.org> De la part de Rowland penny > via samba > Envoy??: lundi 5 ao?t 2019 11:18 > ??: samba at lists.samba.org > Objet?: Re: [Samba] DNS state
2011 Oct 21
2
stacked plot
Hi! I am trying to use ggplot2 to create a stacked bar plot. Previously I tried using barplot() but gave up because of problems with the positioning of the legend and other appearance problems. I am now trying to learn ggplot2 and use it for all the plots that I need to create for my dissertation. I am able to create normal bar plots using ggplot2, but I am stomped with the stacked bar plots.
2011 Sep 13
2
Convert "RDX" and "RDB" to ASCII format?
Dear R users and experts, I need to modify an exisiting R function from a package. The function/ variable is inside a namespace and I have problems accessing it. I only need to get access to to corresponding sourcecode. I localised the "RDX" and "RDB" files. But it seems to be a binary format. How can I convert it to an ASCII format to open and extract the code from a text
2008 Sep 07
3
Hard system restart when DRBD connection fails while in use
Hi all, I have two nodes (A+B) running a DRBD file system (using OCFS2) on /shared. If I start say, an FTP file transfer to my drbd /shared directory on node A, then reboot node B which is the other machine in a Primary-Primary DRBD configuration while the transfer is in progress - node A stops at a similar time that DRBD notices the connection with Node B has been lost (hence crippling both
2008 Sep 07
3
Hard system restart when DRBD connection fails while in use
Hi all, I have two nodes (A+B) running a DRBD file system (using OCFS2) on /shared. If I start say, an FTP file transfer to my drbd /shared directory on node A, then reboot node B which is the other machine in a Primary-Primary DRBD configuration while the transfer is in progress - node A stops at a similar time that DRBD notices the connection with Node B has been lost (hence crippling both
2013 Nov 23
1
Bug#730254: xen: CVE-2013-6375: Insufficient TLB flushing in VT-d (iommu) code
Package: xen Version: 4.0.1-5.11 Severity: important Tags: security, patch, fixed-upstream http://www.openwall.com/lists/oss-security/2013/11/21/2 Description: An inverted boolean parameter resulted in TLB flushes not happening upon clearing of a present translation table entry. Retaining stale TLB entries could allow guests access to memory that ought to have been revoked, or grant greater
2019 Feb 08
1
Upgrading Samba
Hi Rowland I read the threads suggested by Louis (thanks Louis ! ) . As far as I understand , there could be a DNS issue between 4.8.x and 4.9.x. I will try at least to add a new 4.7.12 DC to the domain (the only one current DC is 4.6.7) and check everything is ok . (I take the 4.7.12 because I guess It is the most stable in the 4.7.x branch , am I right ?) . After that , I may try to
2020 Mar 31
3
Samba 4.10 / CentOS 7
Hi, I intend to upgrade our Samba AD DC from 4.9 to 4.10 on a CentOS 7 server . On the Wiki page : https://wiki.samba.org/index.php/Package_Dependencies_Required_to_Build_Samba#Manually_maintained_Distribution-specific_Package_lists <https://wiki.samba.org/index.php/Package_Dependencies_Required_to_Build_Samba> the yum command that lists all needed packages includes python3 for RHEL 8 /