search for: bbm

Displaying 20 results from an estimated 23 matches for "bbm".

Did you mean: bb
2017 Feb 28
2
dovecot-lda crash after upgrade to 2.2.28
Probably I need to compile 2.2.28 from sources with debug flags. Can you tell me wich flags I need to set for more informative backtrace in gdb? Aki Tuomi ????? 2017-02-28 17:42: > Can you please issue > bt full > in gdb and post the output here? -- With best regards, Max Kostikov BBM: 24CA5DF8 | W: https://kostikov.co -- With best regards, Max Kostikov BBM: 24CA5DF8 | W: https://kostikov.co
2004 Jun 21
2
question about latex command in Hmisc
Hi R People: I got the following error from using the "latex" command from Hmisc; >latex(bbm) 'latex' is not recognized as an internal or external command, operable program or batch file. Warning message: cmd execution failed with error code 1 in: shell(cmd, wait = TRUE, intern = output) > I was printing a matrix to a Latex File. This worked fine in Version 1.8. This is from...
2010 May 26
5
(no subject)
...ied using mapply with some line like this : > mapply(if,u$POSITION,==0,print("WARNING:POSITIONS ARE WRONG",quote=F)) But it seems it is not the correct way to pass the various arguments. Any help is appreciated *************************** Arnaud Gaboury Mobile: +41 79 392 79 56 BBM: 255B488F
2017 Feb 28
0
dovecot-lda crash after upgrade to 2.2.28
...t; Can you tell me wich flags I need to set for more informative backtrace > in gdb? > > Aki Tuomi ????? 2017-02-28 17:42: > > > Can you please issue > > bt full > > in gdb and post the output here? > > -- > With best regards, > Max Kostikov > > BBM: 24CA5DF8 | W: https://kostikov.co > -- > With best regards, > Max Kostikov > > BBM: 24CA5DF8 | W: https://kostikov.co
2017 Feb 28
2
dovecot-lda crash after upgrade to 2.2.28
...at kostikov.co> wrote: >> >> >> Got it. >> Here is full backtrace output. >> > > Would appear the bug is in 'Trash' plugin. We'll open an issue about > this, thank you for reporting this. > > Aki -- With best regards, Max Kostikov BBM: 24CA5DF8 | W: https://kostikov.co
2010 May 21
1
select elements in a list
...6,100419,100420. The object "l" is a list, but can be of any other kind if it can help. I tried something like this : >select<-l[c(x:y)] But it doesn't return the needed result Any help would be appreciated *************************** Arnaud Gaboury Mobile: +41 79 392 79 56 BBM: 255B488F
2010 Apr 23
3
substract start from the end of the vector
...he date (09/07/10 .). I know the function substr(x, start, stop), but in my case, I need to indicate I want to start from the end of the vector, and I have no idea how to pass this argument. TY for any help *************************** Arnaud Gaboury Mobile: +41 79 392 79 56 BBM: 255B488F *************************** [[alternative HTML version deleted]]
2017 Feb 28
3
dovecot-lda crash after upgrade to 2.2.28
...while >> local mailbox delivery with this message in log >>> dovecot: lda(my at email): Panic: file mail-namespace.c: line 709 >>> (mail_namespace_find): assertion failed: (ns != NULL) >> > > Core backtrace would help alot! -- With best regards, Max Kostikov BBM: 24CA5DF8 | W: https://kostikov.co
2010 Apr 27
1
save a data frame in environment
...unction. If I do a save(), it will be saved in my directory, but won't see it when I do ls(), even if I do a get() before. What is the process to save these 2 objects in order to access them later in another function? *************************** Arnaud Gaboury Mobile: +41 79 392 79 56 BBM: 255B488F *************************** [[alternative HTML version deleted]]
2010 May 11
2
Regex and gsub
...ON. I was thinking using something like this: >df3$DESCRIPTION<- gsub("here is a regex expression","",df3$DESCRIPTION). Can't write the pattern argument in regex. Any help would be appreciated. TY *************************** Arnaud Gaboury Mobile: +41 79 392 79 56 BBM: 255B488F
2001 Feb 05
1
packages, help
Hi, Using help under help.start() is working fine (html) Q1: using > ?solve results in the message "sh: ~/R/tmp/R4f32S1cfb: cannot open" displayed in the XEmacs buffer "help[R](solve)". BUT there exists a file R.R4f32S167e in that directory. (not quite the same name). Does the "sh: " prefix suggest that the shell "sh" is run, although my
2017 Feb 28
2
dovecot-lda crash after upgrade to 2.2.28
...fo available. #13 0x0000000000425fb2 in main () No symbol table info available. (gdb) quit Aki Tuomi ????? 2017-02-28 18:34: > Your backtrace would've been informative already if you had issued bt > full. Just opening it with gdb is not sufficient. -- With best regards, Max Kostikov BBM: 24CA5DF8 | W: https://kostikov.co
2010 Jun 18
1
12th Root of a Square (Transition) Matrix
...ot;10", "11", "12", "13", "14", "15", "16", "17", "18"), c("AAA", "AAp", "AA", "AAm", "Ap", "A", "Am", "BBBp", "BBB", "BBBm", "BBp", "BB", "BBm", "Bp", "B", "Bm", "CCC.to.C", "D"))) ------ BEGIN PASTE ------ # create a matrix of eigenvectors of the transition matrix X <- eigen(trans_matrix)$vectors # create a diagonalized matrix...
2023 Jun 25
0
[PATCH 08/26] virtio-mem: use array_size
...1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/virtio/virtio_mem.c b/drivers/virtio/virtio_mem.c > index 835f6cc2fb66..a4dfe7aab288 100644 > --- a/drivers/virtio/virtio_mem.c > +++ b/drivers/virtio/virtio_mem.c > @@ -399,7 +399,7 @@ static int virtio_mem_bbm_bb_states_prepare_next_bb(struct virtio_mem *vm) > if (vm->bbm.bb_states && old_pages == new_pages) > return 0; > > - new_array = vzalloc(new_pages * PAGE_SIZE); > + new_array = vzalloc(array_size(new_pages, PAGE_SIZE)); > if (!new_array) > return -ENOMEM;...
2014 Jul 15
0
Python Twisted Packages In CentOS 7
...alling short. A quick yum search and a bit of digging appears to indicate that there are quite a few less twisted packages for python in 7 then there is in 6. Is this expected or am I searching in the wrong places? Thank you for the help =) -- --------------------------------------- Alex Marz BBM: 75B6B215
2017 Feb 28
2
dovecot-lda crash after upgrade to 2.2.28
...ster at peek.ru sendmail_path = /usr/sbin/sendmail } local_name *.domain.ru { ssl_ca = </usr/local/etc/letsencrypt/live/domain.ru/chain.pem ssl_cert = </usr/local/etc/letsencrypt/live/domain.ru/cert.pem ssl_key = # hidden, use -P to show it } -- With best regards, Max Kostikov BBM: 24CA5DF8 | W: https://kostikov.co
2017 Dec 03
0
doveadm with 2-level user/domain quotas scheme
...for such quotas scheme except single user. I wrote small shell-script "dovequota.sh" to resolve this issue but I believe that doveadm need to be fixed too. (script may be found here https://kostikov.co/problemy-uchyota-domennoj-kvoty-v-dovecot-2). -- With best regards, Max Kostikov BBM: 24CA5DF8 | W: https://kostikov.co -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature URL: <https://dovecot.org/pipermail/dovecot/attachments/20171203/aa40517f/attachmen...
1999 Dec 13
0
SUMMARY: IMAP security across the net
...B. Henniges <matt@axl.net> Michael H. Warfield <mhw@wittsend.com> Peter H. Lemieux <phl@cyways.com> Petr Sulla <xsulla@informatics.muni.cz> Ren Sauceda, Computer Systems Engineer (kvsauceda@lbl.gov) Shawn Robinson <srobins1@tps.tci.telus.com> Shawn Tagseth <stagseth@bbm.ca> Stephen Peters <portnoy@portnoy.org> Tomas Revesz <tomi@neogenesis.com> Tony Annese <tony@whidbey.net> alex@cathy.uuworld.com Blair. > -----Original Message----- > From: Blair Lowe [mailto:Blair.Lowe@compeng.net] > Sent: Wednesday, December 08, 1999 11:36 A...
2010 Apr 23
2
read.csv data frame thousands separator
...ce" column is character, when I want it numeric. I can't change the column class, even when playing with the read.csv or as.numeric commands and all their arguments. Any help would be appreciate. *************************** Arnaud Gaboury Mobile: +41 79 392 79 56 BBM: 255B488F *************************** [[alternative HTML version deleted]]
2010 Apr 14
6
sum specific rows in a data frame
I have a data frame called "pose": DESCRIPTION QUANITY CLOSING.PRICE 1 WHEAT May/10 1 467.75 2 WHEAT May/10 2 467.75 3 WHEAT May/10 1 467.75 4 WHEAT May/10 1 467.75 5 COTTON NO.2 May/10 1 78.13 6 COTTON NO.2 May/10 3 78.13 7 COTTON NO.2 May/10 1 78.13