Displaying 20 results from an estimated 100 matches similar to: "Locally accessing IMAP folders from Windows"
2005 Mar 25
2
Very HUGE binaries!?
Hi!
I've been compiling Samba 3.0.x on a Solaris 2.6 server using GCC
3.4.1 without any problem until recently... The problem started with 3.0.12
version, and reproduced in 3.0.13. Doing "configure" and then "make"
produces with these two versions VERY HUGE binaries! I'm talking about more
than 50 Megabytes binaries in some cases... With 3.0.11 and before I had
much
2006 Apr 12
1
DOVECOT+SQLITE
Has somebody experience with DOVECOT+SQLITE?
Which will be the config variables?
auth_userdb = mysql /etc/dovecot/dovecot-mysql.conf
------------------------------------------------------
db_host = localhost
db_port = 3306
db_unix_socket = /var/run/mysqld/mysqld.sock
db = test
db_user = test
db_passwd = test
db_client_flags = 0
default_pass_scheme = PLAIN
password_query = SELECT clear FROM
2000 Oct 26
0
New HOWTO content: DSMARK and a few obscure flags
New chapter by Esteve Camps <esteve@hades.udg.es> on ''DSMARK'' for
Differential Services:
http://ds9a.nl/2.4Routing/HOWTO//cvs/2.4routing/output/2.4routing-9.html#ss9.6
And three obscure settings /proc files that are now documented, thanks to
Jorge Novo <jnovo@educanet.net>:
/proc/sys/net/ipv4/icmp_ignore_bogus_error_responses,
2011 Jul 08
0
Efectos aleatorios, interaccions y SNK, LSD o Tukey a claración de las datos
Hola de nuevo R-Users,
me he dejado cosas para aclara.
Primero de todo tengo cinco repeticiones y 20 missings, así que mi n
es de 5×10×3×5-20= 730 datos en total, todos los grupos tienen al
menos 3 representantes.
Segundo: Las variables estudiadas son Producción neta, Peso de 100
semillas y Proteína.
Tercero: Observo los mismos genotipos (G) en varios años (A) en las
misma localidades
2016 Jun 28
2
Utilizar una application web usando R
Hola Comunidad,
Estoy intentado usar una application web
(http://rsscalculatorforpets.royalcanin-world.com/) con R. La idea es
tener los datos en R y importalos a la applicacion web y bajar los
resultados otra vez a R.
Alguna idea de donde puedo encontrar informacion relacionada con este
tema?
Muchas gracias,
Marcal Plans Pujolras
UPC-ESAB.
Campus del Baix Llobregat . Edifici D4. C. Esteve
2010 Mar 05
0
Wine release 1.1.40
The Wine development release 1.1.40 is now available.
What's new in this release (see below for details):
- Support for Wow64 registry redirection.
- Increased coverage of MSI standard actions.
- Various Wordpad improvements.
- Many shell fixes for better IE support.
- Improved support for typelibs.
- Better GL card detection.
- Various bug fixes.
The source is available from
2015 Sep 19
2
Problemas con rmarkdown
Buenas noches,
Escribo este mail porque tengo un problema con rmarkdown, estoy creando un informe y me iba bien al generarlo como pdf, de repente me sale el siguiente error y no sé como solucionarlo:
pandoc.exe: Error producing PDF from TeX sourceError: pandoc document conversion failed with error 43Además: Warning message:comando ejecutado '"C:/Program
2011 Jul 08
3
Efectos aleatorios, interaccions y SNK, LSD o Tukey
Queridos R-users:
Tengo una duda que hace mucho tiempo que estoy intentando resolver, os
explico a modo de ejemplo:
Tengo estos efectos: Año(5 niveles),Localidad (10 niveles) y genotipo
(3 niveles), año y localidad son aleatorios y genotipo es fijo (los he
escogido yo).
Me gustaría hacer obtener una tabla parecida a la Tabla Anova donde
aparezca cada factor y sus interacciones y
2000 Apr 13
0
YPServ uses a lot of CPU, why?
Hello,
Sometimes 'ypserv' uses a lot of CPU in our Samba machine. Here is a
capture of the output:
load averages: 7.11, 4.71, 4.18
19:19:03
242 processes: 2 running, 3 waiting, 102 sleeping, 133 idle, 2 zombie
CPU states: 20.0% user, 0.0% nice, 80.0% system, 0.0% idle
Memory: Real: 100M/242M act/tot Virtual: 98M/824M use/tot Free: 664K
PID
2000 Jan 07
1
Problems with the 2.0.6 release ....
Hello,
we are trying to upgrade from 2.0.5a to 2.0.6 (under Digital Unix and
Windows 95 clients). After the upgrade we get a lot of errors like
these:
>>>>>>>>>>>>>>>>>> Log <<<<<<<<<<<<<<<<<<<
Jan 4 16:18:35 fissio smbd[31799]: [2000/01/04 16:18:35, 0]
smbd/service.c:make
2004 Dec 09
0
Free Seats from London Luton (PR#7408)
Ryanair's base in London Luton starts full operations in
January. To celebrate we are offering 50,000 free seats
on our routes from Luton for travel in January and February.
Travel from Monday to Thursday inclusive or Saturday
Subject to availability. Passengers just pay taxes, fees
and charges. Book only on http://www.ryanair.com
>From 6 January to 28 February
2002 Mar 01
2
Samba y Windows 2000!!
Dear friends,
Finally, we've had successfull with Samba. We think so ??. But now,
we've other problem.
At these moment, we can mount resource from PC with Windows 98 in our
Linux. We can do this, either commands of Samba - smbmount - or with
Komba2, that we've installed.
But, we can't mount resources from Windows 2000. There is a machine with
these operating system and with a
2011 May 12
1
Maximization of a loglikelihood function with double sums
Dear R experts,
Attached you can find the expression of a loglikelihood function which I
would like to maximize in R.
So far, I have done maximization with the combined use of the
mathematical programming language AMPL (www.ampl.com) and the solver
SNOPT (http://www.sbsi-sol-optimize.com/manuals/SNOPT%20Manual.pdf).
With these tools, maximization is carried out in a few seconds. I wonder
if that
2019 May 03
2
LLVM Virtual registers after RA pass?
I need to use ‘createVirtualRegister’ for a specific case in my ‘eliminateFrameIndex’ function implementation.
However, whenever that code is executed, I get the assertion "MachineCopyPropagation should be run after register allocation!” at a later stage.
I have seen that at least a couple of backend implementations (including ARM Thumb) create virtual registers in ‘eliminatedFrameIndex’.
2007 Mar 16
0
Wine release 0.9.33
This is release 0.9.33 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- Many Direct3D fixes and performance improvements.
- More comctl32 tests and some bug fixes.
- Compatibility improvements in cmd.exe.
- Still more fixes to builtin OLE.
- Support for process control on Solaris.
- Lots of bug fixes.
Because of lags created by using mirrors, this
2007 Dec 14
0
Wine release 0.9.51
This is release 0.9.51 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- A bunch of WinHelp improvements.
- Better Japanese font support.
- A ton of rpcrt4 fixes.
- Several Alsa capture fixes.
- Improved support for screen resolution changes.
- Lots of bug fixes.
Because of lags created by using mirrors, this message may reach you
before the release
2003 May 05
1
problems compiling R on AIX5.1
Hello,
I'm trying to compile R (versions 1.6.0, 1.6.1, 1.6.2 and 1.7.0) on
our IBM Power3 Machine for an external user.
I always used to configure with
./configure --prefix=/scratch_tmp/harald/instala
I've never achieved to compile 1.7.0 because it seems that a file
called R.exp is missing (or maybe it's not well referenced on the
makefile).
Output of make:
....
xlc_r
2003 May 08
0
problems compiling R on AIX5.1 (PR#2953)
Dear all,
after trying to compile R on our IBM Power3/AIX 5.1 machine I've
been able to run it correctly.
First of all I would thank all who responded my mails.
I explain here how I've done it:
First of all, it seems that configure and some shared libraries of
AIX does not work at the same time. I tried to configure & make with
the following environment vars
CC=xlc
F77=xlf
CCC=xlC
2003 May 05
2
(PR#1289)
Dear all,
I've found a bug report for R when installing it on an AIX5.1 system.
There's a followup (number 4) that comments a segmentation fault on R
when quitting "q()".
I'm using a newer version of R but on the same operating system and
I obtain the same error.
There was a way to solve this problem?
Best regards and thanks,
--
2008 Jul 25
0
Wine release 1.1.2
The Wine development release 1.1.2 is now available.
What's new in this release (see below for details):
- Control panel improvements and new appwiz panel.
- Restructurations of state handling in Direct3D.
- Support for timer queue functions.
- Many MSXML improvements.
- Several fixes to Solaris support.
- Various bug fixes.
The source is available from the following locations: