Displaying 20 results from an estimated 1000 matches similar to: "Loading an S object into R"
2008 May 28
4
Help on Calculating day differences
Hello R Freaks,
I calculate the difference in days between two events with the following
litte R expresseion:
T1a <- strptime(T1,"%m/%d/%y %H:%M:%S");
T2a <- strptime(T2,"%m/%d/%y %H:%M:%S");
T1b <- as.Date(T1a);
T2b <- as.Date(T2a);
days <- T2b-T1b;
time <- T2a - T1a;
In the project I would like to calculate only working day.
I the a possibility to count
2008 May 19
1
reshape a wide data frame from wide to a long format with metadata columns
Hello R users and developers,
I have a general question about reshaping a wide data frame using the
"reshape" command. I have a data frame consisting of 108 columns that
I would like to convert to a long table and remove the metadata
(embedded in the column names of the wide table) to new metadata
columns in the long format.
#example data frame. NOTE column names contain metadata::
2017 Dec 29
0
"file changed as we read it" message during tar file creation on GlusterFS
Hi Nithya,
thank you very much for your support and sorry for the late.
Below you can find the output of ?gluster volume info tier2? command and the gluster software stack version:
gluster volume info
Volume Name: tier2
Type: Distributed-Disperse
Volume ID: a28d88c5-3295-4e35-98d4-210b3af9358c
Status: Started
Snapshot Count: 0
Number of Bricks: 6 x (4 + 2) = 36
Transport-type: tcp
Bricks:
2018 Jan 02
2
"file changed as we read it" message during tar file creation on GlusterFS
Hi All,
any news about this issue?
Can I ignore this kind of error message or I have to do something to correct it?
Thank you in advance and sorry for my insistence.
Regards,
Mauro
> Il giorno 29 dic 2017, alle ore 11:45, Mauro Tridici <mauro.tridici at cmcc.it> ha scritto:
>
>
> Hi Nithya,
>
> thank you very much for your support and sorry for the late.
> Below
2018 Jan 02
0
"file changed as we read it" message during tar file creation on GlusterFS
I think it is safe to ignore it. The problem exists? due to the minor
difference in file time stamps in the backend bricks of the same sub
volume (for a given file) and during the course of tar, the timestamp
can be served from different bricks causing it to complain . The ctime
xlator[1] feature once ready should fix this issue by storing time
stamps as xattrs on the bricks. i.e. all bricks
2018 Jan 02
1
"file changed as we read it" message during tar file creation on GlusterFS
Hi Ravi,
thank you very much for your support and explanation.
If I understand, the ctime xlator feature is not present in the current gluster package but it will be in the future release, right?
Thank you again,
Mauro
> Il giorno 02 gen 2018, alle ore 12:53, Ravishankar N <ravishankar at redhat.com> ha scritto:
>
> I think it is safe to ignore it. The problem exists due to the
2006 Jan 17
2
help with parsing multiple coxph() results
Dear All:
I have a question on using coxph for multiple genes:
I have written code to loop through all 22283 genes in the Hgu-133A and
apply coxph on survival data.
However, I don't know how to work with the result for each gene:
survtest<-coxph(Surv(pcc.primary.stg.3.cox[,'fup_interval'],pcc.primary.stg.
2024 May 23
1
No RID Set found for this server. Can't self-allocate
The Samba ports are not filtered. The firewall is between STG-DC and
SAMBADC (both of them sync correctly). The sync problems happen in
VIG-DC3, which is behind the same firewall of STG-DC.
Here's nmap output (SAMBADC is 172.16.50.9):
root at vig-dc3:~# nmap -Pn 172.16.50.9
Starting Nmap 7.93 ( https://nmap.org ) at 2024-05-23 08:22 UTC
Nmap scan report for SAMBADC.ugt.ldap (172.16.50.9)
2017 Sep 26
0
df command shows transport endpoint mount error on gluster client v.3.10.5 + core dump
Hi Mauro,
We would require complete log file to debug this issue.
Also, could you please provide some more information of the core after attaching to gdb and using command "bt".
---
Ashish
----- Original Message -----
From: "Mauro Tridici" <mauro.tridici at cmcc.it>
To: "Gluster Users" <gluster-users at gluster.org>
Sent: Monday, September 25,
2017 Sep 25
2
df command shows transport endpoint mount error on gluster client v.3.10.5 + core dump
Dear Gluster Users,
I implemented a distributed disperse 6x(4+2) gluster (v.3.10.5) volume with the following options:
[root at s01 tier2]# gluster volume info
Volume Name: tier2
Type: Distributed-Disperse
Volume ID: a28d88c5-3295-4e35-98d4-210b3af9358c
Status: Started
Snapshot Count: 0
Number of Bricks: 6 x (4 + 2) = 36
Transport-type: tcp
Bricks:
Brick1: s01-stg:/gluster/mnt1/brick
Brick2:
2011 Sep 05
1
Quota calculation
Hi Junaid,
Sorry about the confusion, indeed I gave you the
wrong output. So let's start to the beginning. I disabled quota and I
reactivated it
My configuration :
Volume Name: venus
Type: Distributed-Replicate
Status: Started
Number of Bricks: 2 x 2 = 4
Transport-type: tcp
Bricks:
Brick1: ylal3020:/soft/venus
Brick2: ylal3030:/soft/venus
Brick3: yval1000:/soft/venus
Brick4:
2017 Sep 26
0
df command shows transport endpoint mount error on gluster client v.3.10.5 + core dump
Hi,
Following are the command to get the debug info for gluster -
gdb /usr/local/sbin/glusterfs <core file path>
Then on gdb prompt you need to type bt or backtrace
(gdb) bt
You can also provide the output of "thread apply all bt".
(gdb) thread apply all bt
Above commands should be executed on client node on which you have mounted the gluster volume and it crashed.
2017 Sep 26
2
df command shows transport endpoint mount error on gluster client v.3.10.5 + core dump
Hi Ashish,
thank you for your answer.
Do you need complete client log file only or something else in particular?
Unfortunately, I never used ?bt? command. Could you please provide me an usage example string?
I will provide all logs you need.
Thank you again,
Mauro
> Il giorno 26 set 2017, alle ore 09:30, Ashish Pandey <aspandey at redhat.com> ha scritto:
>
> Hi Mauro,
>
>
2017 Sep 27
0
df command shows transport endpoint mount error on gluster client v.3.10.5 + core dump
Hi Ashish,
I?m sorry to disturb you again, but I would like to know if you received the log files correctly.
Thank you,
Mauro Tridici
> Il giorno 26 set 2017, alle ore 10:19, Mauro Tridici <mauro.tridici at cmcc.it> ha scritto:
>
>
> Hi Ashish,
>
> in attachment you can find the gdb output (with bt and thread outputs) and the complete log file until the crash happened.
2020 Sep 15
4
Internal error on Samba 4.10.17
Hi,
For 3 days uptime serve about 40 client Windows workstation with traffic
average 50 Mbps - 80 Mbps (Video streaming) running on FreeBSD system
with 16 GB RAM already installed.
# uname -smrv
FreeBSD 12.1-STABLE FreeBSD 12.1-STABLE r364492 GENERIC amd64
# pkg info samba\*
samba410-4.10.17
I got this produce error in /var/log/message, any clue for this problem?
Sep 14 10:20:15 BEC-STG-P1
2017 Sep 26
2
df command shows transport endpoint mount error on gluster client v.3.10.5 + core dump
Hi Ashish,
in attachment you can find the gdb output (with bt and thread outputs) and the complete log file until the crash happened.
Thank you for your support.
Mauro Tridici
> Il giorno 26 set 2017, alle ore 10:11, Ashish Pandey <aspandey at redhat.com> ha scritto:
>
> Hi,
>
> Following are the command to get the debug info for gluster -
> gdb
2011 Feb 17
7
Re: [Bugme-new] [Bug 29302] New: Null pointer dereference with large max_sectors_kb
(switched to email. Please respond via emailed reply-to-all, not via the
bugzilla web interface).
On Thu, 17 Feb 2011 13:20:20 GMT
bugzilla-daemon@bugzilla.kernel.org wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=29302
>
> Summary: Null pointer dereference with large max_sectors_kb
> Product: IO/Storage
> Version: 2.5
> Kernel
2006 May 09
2
exten statement execution order
In the following macro, a call is dialed and control branches according
to DIALSTATUS, much like the default std-exten macro. What I'm trying
to figure out is how to regain control when the call is answered.
; Standard extension logic
[macro-stdexten]
; ${ARG1}=Extension ${ARG2}=Device(s) to ring
exten => s,1,NoOp(stdexten ${EXTEN})
exten =>
2014 Oct 18
2
Liebert PSA "On Battery" report
On Oct 17, 2014, at 8:31 PM, Tim Dawson <tadawson at tpcsvc.com> wrote:
> Likely because 2.6.3 is not a current release. 2.7.2 (or 3?) is rhe current version, and it makes little sense to backport changes.
Tim,
It's possible that these changes didn't make it in. I admit that would be my knee-jerk reaction to seeing an older version number, but the last occurrence of
2014 Oct 17
2
Liebert PSA "On Battery" report
Hi,
Back in 2011, it was reported that Liebert PSA devices persist in
reporting OB (On Battery) when using usbhid-ups regardless of the actual
state. Pier Paolo did some work (2011) which reportedly solved the
issue. However, that doesn't seem to have reached mainstream and I now
face the same problem.
I'm using NUT 2.6.3 with a new Liebert PSA 1500Va that only ever reports
OB and