Displaying 20 results from an estimated 37 matches for "mybe".
Did you mean:
maybe
2015 Jul 15
2
Null deference pointer in dovecot-2.2.18
...ch 'case SET_DEFLIST_UNIQUE' not execute, so pointer 'children' is always NULL. It load to a bug of null deference pointer In line 332.
The same bugs also appeared in :
1. dovecot-2.2.18/src/lib-index/mail-index-fsck.c line 170 or 174, pointer 'kw_rec ' mybe NULL.
2.dovecot-2.2.18/src/lib-storage/mail-search-args-simplify line 349, pointer 'prev_arg' mybe NULL.
best wishes~
Amy
2005 Aug 26
3
Free-form to fixed-form Fortran
Hello!
I have writen some subrutines in Free-form Fortran. I would like to includ
them in a package, which I would like to build on WinXP. I have all
suggested tools/programs for bulding R packages on Windows (except latex).
What is the best way of using these subrutines? Does sombody mybe know any
translation tools for converting Free-form to fixed-form Fortran?
Thanks for any suggestions,
Ales Ziberna
2010 May 16
4
R GUI ???
...Debian lenny. I have absolutely no experience with Debian.
I was able to install R 2.11 on my system using the instruction in the
readme on CRAN. I can open R in the shell.
On windows I used R with the R GUI or with Tinn-R. Is there the same GUI
on Debian? I couldn`t find the GUI on my system.
Mybe someone can help me?
Thanks in advance.
TIM
2005 Sep 16
2
php and mysql ok but display ? instead of a vowel with accent
php and mysql ok but display the character ? instead of a vowel with accent, i dont know why, i think that mybe can be the configuration of de php.ini, but why?
if somebody can helpme, i will be very thankful.
bye
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20050916/bc4a579b/attachment.html>
2017 Jul 22
2
SIEVE: handling of lineending in fields
...rror: specified :args item `"?? ?? ??? ??? Oracle
Magazine "' is invalid.
Here is sent a mail which contains in subject "test 4".
On centos this was never an problem. With alpine-linux this process is
complete broken.
Any hints, where to look and maybee fix thie behavior? Mybe its ab
problem with the libmusl which used in alpine.
Regards
Ingo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://dovecot.org/pipermail/dovecot/attac...
2009 Dec 02
1
Generate missing data patterns
...=1,R[3,]==1] <- NA
X[rbinom(100,1,p[4])==1,R[4,]==1] <- NA
So it would be great if i can get any advice how to do this. I also
tried rmultinom or sample but without any success so far.
Another question is what to to if want the missing pattern R and
simulate a certain amount of missingnes mybe about 10 %? I guess i have
to mix the probabilities for each row in such a way to get approximatly
the wanted missingnes in percent.
best regards
Andreas
2006 Mar 27
1
Missing Argument in optim()
Hello everybody,
i already searched the archieves, but i still don't know what is wrong
in my implementation, mybe anybody coud give me some advice
ll1<-function(rho,theta,beta1,beta2,beta3,beta4,t,Szenariosw5,Testfaellew5,X1,X2)
{
n<-length(t)
t<-cumsum(t)
tn<-t[length(t)]
Szenn<-Szenariosw5[length(Szenariosw5)]
Testn<-Testfaellew5[length(Testfaellew5)]...
2006 Sep 05
1
problem in contour/contourLines (PR#9205)
...in .../main/plot3d.c) a maximum
number of line segments that is set using a define. The contour line in my data
too long for this and therefore not correct analysed (I get the message
'contour(): circular/long seglist -- bug.report()!'). Since I can't analyse my
data right now, it's mybe better to give the maximum seg-number as an option ?!
2004 Oct 18
1
How to draw x-axis time label.
...about plot
Now I do some analysis in plot . I need to draw a plot which x-axis is time . But when I run the funtion of plot . The x-label are very oddness number, such as the time is "2004-08-05 09:08:48", but the x-label is 1091800000. I don't know how to do .
I have an example . Mybe It can explain my meaning clearly.
Thank you for helping me!
Time <- c("2004-08-05 09:08:48", "2004-08-13 20:53:38",
"2004-08-14 13:57:23", "2004-08-12 16:17:41",
"2004-08-12 16:15:27", "2004-08-11 21:38:24",
"2004-08-...
2004 Sep 12
1
TN405P running but with errors
...5,17-31
dchan=16
bchan=32-46,48-62
dchan=47
bchan=63-77,79-93
dchan=78
bchan=94-108,110-124
dchan=109
loadzone = nl
defaultzone=nl
My carrier told me to use CAS signalling but then I get dchan up/dchan
down messages every second and nothng works. When I use CCS
inbound/outbound calls work fine. Mybe my carrier just lacks knowledge
about their own equipment. ;-)
My /etc/asterisk/zapate.conf is like:
switchtype=euroisdn
signalling=pri_cpe
pridialplan=local
;overlapdial=yes
;usedistinctiveringdetection=yes
usecallerid=yes
hidecallerid=no
;callwaiting=yes
;restrictcid=no
;usecallingpres=yes
;ca...
2007 Mar 20
15
How to bypass failed OST without blocking?
Hi
I want my lustre do such things during OST failed: if some file
has stripe data on th failed OST, any operation on the file will
return IO error without blocking, and also at this moment I can
create and read/write new file or read/write files which have no stripe
data on the failed OST without blocking.
What should I do ? How to configure?
thanks!
swin
-------------- next part
2017 Jul 25
0
SIEVE: handling of lineending in fields
...?? ??? ??? Oracle
> Magazine "' is invalid.
>
> Here is sent a mail which contains in subject "test 4".
>
> On centos this was never an problem. With alpine-linux this process is
> complete broken.
>
> Any hints, where to look and maybee fix thie behavior? Mybe its ab
> problem with the libmusl which used in alpine.
This is nothing new:
https://github.com/dovecot/pigeonhole/blob/master/doc/rfc/spec-bosch-sieve-extprograms.txt#L149
https://github.com/dovecot/pigeonhole/blob/master/src/plugins/sieve-extprograms/sieve-extprograms-common.c#L191
(code is...
2010 Jul 01
0
PCI VGA problems
...where it
queries pci devices.
With 3D pci vga cards and with pci-express cards everything is fine.
I am running xen 4.0.0 on linux kernel 2.6.34 with rebased patches from
novell.
Logs are here:
http://devil.slackverse.org/xen/fail.minicom.log
http://devil.slackverse.org/xen/ok.minicom.log
Also mybe worth mentioning is that i am running xen 3.4.2 on kernel
2.6.29.6 (+rebased patches) and with same 2D card for one year without
problems.
Best regards,
mario
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-...
2008 Jun 13
1
R and Browninan Motion/ Langevin Equation package
Hi,
I'm writing a short course tutorial to Browninan Motion/ Langevin Equation.
At the end of the theory section I wanted to add a short GNU R example, so the students can play a little around.
I already looked in the MASS book (by Venables and Ripley) but I couldn't find any Brownian Motion/ Langevin Equation package.
Are there any good packages or tutorials available which cover R and
2009 Jan 12
1
bug(?) bandwidth problem
hi
i am using asterisk 1.4.22
ubuntu 8.4
i have two Ethernet one for ssh and other one only for voip calls
when i start a call using originate in the manager or the cli
in the voip Ethernet i get something like 4Mbits/sec of traffic only 1 G711
call.
if i start the call using a soft phone everything is normal.
any idea?
thanks
--
(\__/)
(='.'=)This is Bunny. Copy and paste bunny
2004 Sep 18
0
[Bug 1793] configure: WARNING: glob.h: present but cannot be compiled
https://bugzilla.samba.org/show_bug.cgi?id=1793
------- Additional Comments From dfarning@sbcglobal.net 2004-09-17 17:07 -------
Attached are the files you suggested that I take a look at.
Hope this helps.
I've got a working rsync that I got from a .rpm. So, I think it can work. hmmm
mybe the .rpm was build before something got bugered.
Thanks
-dtf
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
2003 Feb 23
0
Strange Roaming Profiles problem
Hi experts,
I encounter a serious problem using Roaming Profiles unter XP Prof. I don't
know if this is realy a Samba issue, mybe someone has already solved the
same problem. I am running Samba 2.2.5 as an PDC using LDAP.
The first time I log on with user "tom", all looks perfect and a profile is
downloaded from the Samba PDC, say into D:\Documents and Settings\tom. Then
I log out and re-login. Sometimes the System...
2004 Oct 18
2
答复: How to draw x-axis time label.
...some analysis in plot . I need to draw a plot which x-axis is
> time . But when I run the funtion of plot . The x-label are very oddness
> number, such as the time is "2004-08-05 09:08:48", but the x-label is
> 1091800000. I don't know how to do .
> I have an example . Mybe It can explain my meaning clearly.
> Thank you for helping me!
>
> Time <- c("2004-08-05 09:08:48", "2004-08-13 20:53:38",
> "2004-08-14 13:57:23", "2004-08-12 16:17:41",
> "2004-08-12 16:15:27", "2004-08-11 21:38:24&q...
2003 Dec 19
0
printing problems with 3.0.1
Hi Jerry et al,
I recently installed the 3.0.1 release, since then I can not install any
drivers as admin user :-( I'm running on Solaris 9 with ads (mybe I
missed anything):
[2003/12/18 13:56:58, 0] smbd/service.c:set_admin_user(321)
lp logged in as admin user (root privileges)
[2003/12/18 13:57:27, 0] smbd/connection.c:register_message_flags(220)
register_message_flags: tdb_fetch failed
[2003/12/18 13:57:30, 1] smbd/service.c:make_connection_s...
2017 Jul 02
2
Re: 答复: virtual drive performance
...s
plenty of head room:
$ free -h
total used free shared buff/cache
available
Mem: 7.8G 1.8G 407M 9.7M 5.5G
5.5G
Swap: 8.0G 619M 7.4G
2017-07-02 10:26 GMT+02:00 王李明 <wanglm@certusnet.com.cn>:
> mybe this is because you physic host memory is small
>
> then this will Causing instability of the virtual machine
>
> But I'm just guessing
>
> You can try to increase your memory
>
>
>
>
>
> Wang Liming
>
>
>
>
>
> *发件人:* libvirt-users-bounces@...