Displaying 20 results from an estimated 174056 matches for "12".
2024 Dec 17
2
Mutate issue help needed
...ck.
Below is a sample of the data. The one named Buzz.txt.? Both dates and 
time were defined as text characters, so not Excel coded date/times.
If anyone is able/willing to trouble shoot the code happy to go off list 
and use direct email.
Species??? Location??? Date??? Time
Molspp??? Malvita??? 12/8/2024??? 17:30
Molspp??? Malvita??? 12/8/2024??? 17:30
Perkap??? Malvita??? 12/8/2024??? 18:29
Perkap??? Malvita??? 12/8/2024??? 18:47
Perkap??? Malvita??? 12/8/2024??? 18:47
Perkap??? Malvita??? 12/8/2024??? 18:47
Perkap??? Malvita??? 12/8/2024??? 18:49
Perkap??? Malvita??? 12/8/2024??? 18:49
Pte...
2024 Dec 17
1
Mutate issue help needed
...ta. The one named Buzz.txt.  Both dates and
> time were defined as text characters, so not Excel coded date/times.
>
> If anyone is able/willing to trouble shoot the code happy to go off list
> and use direct email.
>
> Species    Location    Date    Time
> Molspp    Malvita    12/8/2024    17:30
> Molspp    Malvita    12/8/2024    17:30
> Perkap    Malvita    12/8/2024    18:29
> Perkap    Malvita    12/8/2024    18:47
> Perkap    Malvita    12/8/2024    18:47
> Perkap    Malvita    12/8/2024    18:47
> Perkap    Malvita    12/8/2024    18:49
> Perkap...
2024 Dec 17
1
Mutate issue help needed
I did a quick clean-up and deleted a couple of , I hope, library calls and
I think the OP's code should look like this
==========================================
# Load packages & set ggplot theme ----------------------------------------
library(tidyverse)
theme_set(theme_bw())
# Select dataset and assign name to "All" ???
-----------------------------------
fname <-
2009 Sep 09
2
ggplot2: mixing colour and linetype in geom_line
...y=X44,colour="CO2")) +
 
 geom_line(aes(y=X43,colour="AA",linetype="43")) +
 geom_line(aes(y=X45,colour="AA",linetype="45")) 
 
 
 
data set looks like:
         Temp      X22      X43      X44      X45      X48      X58      X60
1    25.97650 4.62e-12 6.14e-11 3.93e-10 1.29e-11 2.05e-10 6.78e-12 9.31e-12
2    26.57025 4.73e-12 6.11e-11 3.91e-10 1.28e-11 2.05e-10 6.80e-12 9.43e-12
3    27.16400 4.62e-12 6.04e-11 3.91e-10 1.27e-11 2.05e-10 6.87e-12 9.28e-12
4    27.75650 4.57e-12 6.06e-11 3.90e-10 1.27e-11 2.03e-10 6.79e-12 9.26e-12
5    28.34892...
2008 Nov 06
1
Panics and freeze using age0
I'm running FreeBSD 7.1-PRERELEASE over Asus P5Q motherboard.
Such board comes with an nic requiring age0 driver.
When the nic is under load, such trasferring big amount of data
over gigabit connection (let's say some gigabyte backups),
the computer hangs, sometimes with panic, sometimes freezing.
Before that i was using an Intel nic with em0 driver
and 7.0-Stable#2.. and that
2015 Jan 09
3
Camera doesn't works after "yum upgrade"
Hi,
I've launched  a "yum upgrade" command on a CentOS6 laptop which has updated 
nearly 600 packages. Automatic updates were not working because of a conflict on 
a package.
So the laptop is now uptodate but the camera did not works after this. The 
message is:
kernel: uvcvideo: Failed to query (GET_DEF) UVC control 6 on unit 2: -110 (exp. 2).
The camera is detected as USB,
2006 Dec 08
2
Lots of "swapper: page allocation failure" and other memory related messages - 2.6.16-xen0
(please keep me on Cc when replying)
I have a server running Xen that regularly spews the following.
The box seems to survive fine regardless - just thought I''d let everyone know.
Dec  8 12:19:26 server kernel: 0x47/0x7a
Dec  8 12:19:26 server kernel:  [alloc_skb_from_cache+70/243] alloc_skb_from_cache+0x46/0xf3
Dec  8 12:19:26 server kernel:  [__dev_alloc_skb+70/92] __dev_alloc_skb+0x46/0x5c
Dec  8 12:19:26 server kernel:  [netif_be_start_xmit+166/431] netif_be_start_xmit+0xa6/0x1af...
2015 Dec 30
4
Samba 4 AD - Samba Fails to Start, hdb_samba4_create_kdc (setup KDC database) failed
...just got their network stable again I was rather disheartened to
discover Samba had taken a nosedive for Christmas.
Relevant info from Samba's logs (debug level 4):
/var/log/samba/log/samba:
  samba version 4.1.17-Ubuntu started.
  Copyright Andrew Tridgell and the Samba Team 1992-2013
[2015/12/28 21:12:05.907126,  3]
../source4/smbd/server.c:381(binary_smbd_main)
  Becoming a daemon.
[2015/12/28 21:12:05.919238,  3]
../auth/gensec/gensec_start.c:870(gensec_register)
  GENSEC backend 'gssapi_spnego' registered
[2015/12/28 21:12:05.919327,  3]
../auth/gensec/gensec_start.c:870(gens...
2003 Nov 09
1
weird behaviour of eigen()
...39;m using R 1.7.1 under linux redhat
it seems that the eigen values produced by eigen() do not follow 
a consistant order; I mean either ascending or discending
e.g
for one system:
eigenV<-eigen(V)
>                   print(eigenV$values)
 [1] -7.706828e+13 -4.702980e+13 -3.267579e+13 -1.701297e+13
-8.041677e+12
 [6] -5.707311e+12 -5.053941e+12 -4.774652e+12 -4.280423e+12
-3.798905e+12
[11] -3.422172e+12 -3.148595e+12 -2.974540e+12 -2.881025e+12
-2.730044e+12
[16] -2.476652e+12 -2.216184e+12 -1.996965e+12 -1.852241e+12
-1.419131e+12
[21] -1.307872e+12 -1.248930e+12 -1.244060e+12 -1.0925...
2010 Jun 01
3
problem with intToChar
...4  4  4  4  4  4  4  4  4  7  4  4  4  4  4  7  4  4
4  4
 [51]  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4
4  4
 [76]  4  4  4  4  7  4  4  4  4  4  4  4  7  4  4  4  4  4  4  4  4  4  7
4  4
[101]  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  7  7  4  4  4
4  4
[126]  2  2  2 10  4  4  4  4  4  4  4  4  7  7  7  4  4  4  4  4 10 10 13
3 13
[151]  2  4  4  4  4  4  4  4  4  4  4  4  4  4 10  3 13  3  2  2 11  3  4
4  4
[176] 13  4  4  4  4 13 13  4  2 10 13 13  2  3  3 13 10  2  4  4  4  1  1
4  4
[201] 13 13  2  2 13  2  3 13 13  2  2  3 11 13  3  2  1  4  4...
2019 Dec 22
4
Kicking duplicate connections
Hello fellow mailing list readers,
My question relates to multiple / duplicate connections to the ice cast server from the same IP address.
I am well aware that this is an issue that lies with the music player (listener agent) used by the listener. When a listener connects to the stream, sometimes it appears as two connections to the stream from the same IP address. This may last only a few
2006 Dec 18
2
Digium TE405P with French E1 => Red Alert
...annel 06: Clear channel (Default) (Slaves: 06)
Channel 07: Clear channel (Default) (Slaves: 07)
Channel 08: Clear channel (Default) (Slaves: 08)
Channel 09: Clear channel (Default) (Slaves: 09)
Channel 10: Clear channel (Default) (Slaves: 10)
Channel 11: Clear channel (Default) (Slaves: 11)
Channel 12: Clear channel (Default) (Slaves: 12)
Channel 13: Clear channel (Default) (Slaves: 13)
Channel 14: Clear channel (Default) (Slaves: 14)
Channel 15: Clear channel (Default) (Slaves: 15)
Channel 16: D-channel (Default) (Slaves: 16)
Channel 17: Clear channel (Default) (Slaves: 17)
Channel 18: Clear ch...
2007 Dec 28
2
Problems with Samba and Active Directory
...s.
The server (known from here as fedoraftp) can kinit
[root@fedoraftp /]# kinit Administrator
Password for Administrator@DOMAIN.LOCAL:
[root@fedoraftp /]# klist
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: Administrator@DOMAIN.LOCAL
Valid starting     Expires            Service principal
12/28/07 12:44:31  12/28/07 22:44:35  krbtgt/DOMAIN.LOCAL@DOMAIN.LOCAL
        renew until 12/29/07 12:44:31
Kerberos 4 ticket cache: /tmp/tkt0
klist: You have no tickets cached
[root@fedoraftp /]#
It can join the domain
[root@fedoraftp /]# net ads join -U Administrator
Administrator's password...
2004 Jul 13
12
Permutations
Dear R users,
I?m a beginner user of R and I?ve a problem with permutations that I don?t 
know how to solve. I?ve 12 elements in blocks of 3 elements and I want only 
to make permutations inter-blocks (no intra-blocks) (sorry if the 
terminology is not accurate), something similar to:
1 2 3 | 4 5 6 | 7 8 9 | 10 11 12   ----------1st permutation
1 3 2 | 4 5 6 | 7 8 9 | 10 11 12   NO
   -  -
3 2 1 | 4 5 6 | 7 8 9...
2008 Sep 09
1
Binning
...le similar to this one here but I don't want a histogram I      just want to see the ForkLength ranges with different colors. For example:
      ForkLength 32-34---green
      ForkLength 35-37---red
      ForkLength 38-40--Orange
      Thanks in advance
 
 SampleDate       ForkLength Count
1    12/4/2007         32     2
2    12/6/2007         33     1
3    12/7/2007         33     2
4    12/7/2007         33     2
5    12/7/2007         34     1
6    12/9/2007         31     1
7    12/9/2007         33     2
8   12/10/2007         33     5
9   12/10/2007         34     1
10  12/11/2007...
2020 Oct 14
0
meaning of global connections and global client_connections in error log
...r 59669
and it seems that after that icecast2 server is not responding anymore
so i tryied to restart it with 
systemctl restart icecast2
but with no success
kill -9 is working
and that number is start increasing from zero
thanks for any advice
regards
tyctor
full log example :
[2020-10-14  12:06:18] DBUG auth/add_authenticated_listener Stats
request, sending XSL transformed stats
[2020-10-14  12:06:18] DBUG xslt/xslt_get_stylesheet Using cached sheet
2
[2020-10-14  12:06:18] DBUG fserve/fserve_add_client Adding client to
file serving engine
[2020-10-14  12:06:18] DBUG fserve/fserve_add_...
2018 Dec 04
3
Dovecot 2.3.4 crash
A full example with dovecot debug symbols activated (note since I have activate valgrind, no more segfault it?s normal I presume ):
Dec  4 12:09:40  dovecot: auth-worker: Error: ==3071== Invalid read of size 8
Dec  4 12:09:40  dovecot: auth-worker: Error: ==3053== Invalid read of size 8
Dec  4 12:09:40  dovecot: auth-worker: Error: ==3057== Invalid read of size 8
Dec  4 12:09:40  dovecot: auth-worker: Error: ==3057==    at 0x6E8767F: mys...
2012 Nov 22
4
Using cumsum with 'group by' ?
Hi,
First post here. Grateful for any help you can give. I have data which looks
like this:
id    time    x
1   12:01    5
1   12:02   14
1   12:03   6
1   12:04   3
2   12:01   98
2   12:02   23
2   12:03   1
2   12:04   4
3   12:01   5
3   12:02   65
3   12:03   23
3   12:04   23
But I want to add a column which is the cumulative sum of X, but only by id.
I've used cumsum before, but not in this way. So...
2018 Dec 03
3
Dovecot 2.3.4 crash
On 2 Dec 2018, at 22.22, Guillaume via dovecot <dovecot at dovecot.org> wrote:
> 
> I also have this kind of segfault since the update :
> 
> Dec  2 21:12:11 xxxxxxx dovecot: auth-worker: Error: *** Error in `dovecot/auth': double free or corruption (fasttop): 0x000055573bb99f70
Is this easy to reproduce? Can you try with valgrind? It will slow down the logins a bit though.
service auth-worker {
  executable = /usr/bin/valgrind -q --vgdb=no /us...
2014 Jan 20
1
ISDN Cause Code 47 Errors
...from each TG
so the lost of a card will keep the other span operational.  The provider
does the same across VWIC cards.
The spans do NOT use NFAS.
==================
My equipment/software:
==================
2x Digium TE210 dual T1/E1 with hw echo canceler and timing cable installed.
Asterisk 1.8.12
dahdi 2.5.0.1
libpri 1.4.12
==============
Provider equipment:
==============
Cisco 2821 with 2  VWIC2- at MFT-T1/E1
=======================
Log sample with ISDN debug on
=======================
[Jan 14 12:56:04] VERBOSE[13262] chan_dahdi.c: [Jan 14 12:56:04] PRI Span:
4
[Jan 14 12:56:04] VERBOS...