Displaying 20 results from an estimated 8000 matches similar to: "GUI Crashes (PR#8649)"
2011 Apr 22
3
Reading a TIFF file
Dear all, I have been trying to speed up a process we have been done in ArcGIS. We have to read a single layer TIFF (monochrome image) in . For this, I have used the "rtiff" package. After reading the TIFF file, I compared the raw values for each pixel that I have in ArcGIS to the ones obtained in R. In ArcGIS I have discrete values in the range 0..255, while in R I have continuous
2002 Feb 20
2
IT WORKS!!!
We're compiling a detailed solution for this problem... We'll be posting it
ASAP...
Julio Rojas
jrojasuft.edu.ve
----- Original Message -----
From: "Mats olsson" <mace2442@hotmail.com>
To: <jrojas@uft.edu.ve>; <samba-technical@lists.samba.org>
Sent: Wednesday, February 20, 2002 4:05 AM
Subject: Re: [Samba] IT WORKS!!!
> Howabout publishing the working
2008 Jul 25
1
Chi-square parameter estimation
Hi. I have made 100 experiments of an M/M/1 queue, and for each one I have calculated both, mean and variance of the queue size. Now, a professor has told me that variance is usually chi-squared distributed. Is there a way in R that I can find the parameter that best fits a chi-square to the variance data? I know there's fitdistr()m but this function doesn't handle chi-square. I believe
2002 Feb 14
1
Failure with authentication using Winbind and SMTP
Hi, my name is Julio Rojas and I've trying to get my Linux (RedHat 7.2) Email Server using Sendmail to use my NT Domain account database. To accomplish this we have tried with Winbind and it has worked for longins at the server and for POP3 authentication, but we haven't been succesful at SMTP authentication. All the emails sent to my Linux server are rejected with the message USER
2002 Mar 06
2
Mail Problems...
Hi... After all our work trying to authenticate sendmail via Winbind, we have a weird problem right now... The user authentication, and the connection to both POP3 and SMTP is very slow, except for my own computer, that works very fast... And my computer is the only one in 1000+ clients... FYI, I use Outlook Express 6, but everyone at my office use it also... So, I don't think the problem is
2003 Dec 01
0
No subject
that your written english is not that bad.
And yes, getting Samba and Winbind setup correctly so that all your
authentication is being done through a pre-existing WinNT/Win2K primary
domain controller is great. Right now, I am only using winbind for
authenticating and restricting access to Samba shares. I would try out using
it for other things, but there is no reason to. We've already got a
2009 Dec 18
1
Numerical Integration
Dear @ll. I have to calculate numerical integrals for triangular and trapezoidal figures. I know you can calculate the exactly, but I want to do it this way to learn how to proceed with more complicated shapes. The code I'm using is the following:
integrand<-function(x) {
print(x)
if(x<fx[1]) return(0)
if(x>=fx[1] && x<fx[2]) return((x-fx[1])/(fx[2]-fx[1]))
2002 Feb 15
1
HEAD problems...
Hi, after Andrew Barlett's advice I reinstalled my Samba server with version 3.0 alpha HEAD. I cannot join my Windows domain. With version 2.2.3a I used the following command:
smbpasswd -j DOMAIN -r PDC -U ADMINISTRATOR
If I use this command with HEAD, the following message is presented:
see 'net rpc join' for this functionality
I reviewed the 'net' man page but it's
2002 Feb 15
0
Files requested...
Here is dump from testparm and our smb.conf ... Please check it and tell
what you think could be the problem... Thanx...
Julio Rojas
Universidad Ferm?n Toro
jroas@uft.edu.ve
----- Original Message -----
From: "David Edward Shapiro" <David.Edward.Shapiro@btitele.com>
To: "'Julio Rojas'" <jrojas@uft.edu.ve>
Cc: <samba@samba.org>
Sent: Friday, February
2007 May 21
2
logger anybody?
Hello,
When trying to use logger into any RSpec I get:
logger anyboundefined local variable or method `logger'' for
#<#<Class:0x278bee0>:0x253cdec>
Not sure if this is the spected behaviour (haven''t checked under the
hood) It was just annoying not having a logger instance available as in
Rails out of the tests.
--
An?bal Rojas
http://www.rubycorner.com
2002 Feb 18
1
samba 3.0 -
How do I interpret what this mean?
@"prfmstrt2+Domain Users"
What is prfmstrt2? Is that a group created in /etc/group or the domain
name? I take it the +
is a winbind seperator.
I modified the separator to be + instead of /, which it appears as by
default because everybody seems to be using + for some reason (I thought
that was for nis). My domain is INS. I tried to use
2018 Jul 26
4
(no subject)
Tengo instalado samba AD en centos 7, pero tengo un inconveniente para
sincronizar mis clientes con el servicio NTP, el estado esta en failed,
tiene que ver con el socket. Que permisos se le debe de asignar?
[root @ adsserver ~] # systemctl status ntpd
● ntpd.service - Servicio de hora de red
Cargado: cargado (/usr/lib/systemd/system/ntpd.service; habilitado;
proveedor preestablecido:
2002 Mar 20
2
drbd + ext3 + interbase + data lost
Hello All,
Yesterday, one of our customer's cluster(2 box) server goes down after a
I/O error during the backup procedure. When we turn on the cluster
again, the 600M database file have been lost, disapear.
Now, I'm with one of the disks (the other was used to rebuild the
database server) and need to know how can I recover any piece of data
from the disk.
After the crash we mount the
2006 Feb 07
3
Dinamic controller
Is it possible to make a Rails app respond to a "dinamic" controller?
As I understand method_missing can be used inside a controller to
respond to nonexisting methods, is it possible to provide a similar
behavior at a controller level? I am not sure at whic level would this
code be inserted...
--
An?bal Rojas
http://www.lacaraoscura.com/
anibalrojas@gmail.com
2007 May 29
5
Trouble defining a stub method for a controller
Hello,
Not sure if I am doing something really wrong (let''s not say
stupid for now), but I haven''t been able to stub a controller method
like:
controller.stub!(:logged_in?).and_return(true)
Please help, this is driving me nuts ;-)
--
An?bal Rojas
http://www.rubycorner.com
http://www.hasmanydevelopers.com
2007 May 27
1
annotate_models plugin to annotate RSpec specs and fixture
I have found useful to have the table information associated to models
disp?ayed in the models and fixtures files of my rails applications.
If you want to add this information to the spec_fixtures and specs add
the following patch to your plugin.
Index: vendor/plugins/annotate_models/lib/annotate_models.rb
===================================================================
---
2013 May 05
5
dovecot 2.2.0 corrupts mailboxes?
Hi
On april 17th, I upgraded from dovecot 2.1.13 to 2.2.0. Since that time,
I had two different users that reported received three incident of
messages that disapeared from their mailboxes.
The mailbox format is mbox on local FFS filesystem (no NFS), and I use
filesystem quotas (but both users are far from filling their quotas).
When the message disapeared, it was always a whole rand of dates.
2007 Dec 25
3
Where can I find compress and uncompress?
Dear All
Utilities compress and uncompress seem to have disapeared when I migrate
from CentOS 4 to CentOS 5. Anyone knows where we can find them?
Thanks
<html>
<body>
<font face = "arial" size = "1" color = "#000080">Aviso:<br>"O emitente desta mensagem é responsável por seu conteúdo e
2018 Jul 26
0
(no subject)
Ivan la mayoría en esta lista responde en ingles, tienes qué configurar tu servidor ntp para que los clientes sincronicen bien la hora
** Alcatel Onetouch Idol 3 (5.5) **
en 26/07/2018 01:03, Ivan Rojas via samba <samba at lists.samba.org> escribió:
>
> Tengo instalado samba AD en centos 7, pero tengo un inconveniente para
> sincronizar mis clientes con el servicio NTP, el
2018 Jul 28
2
NTP Selinux Permissions
It is not recommended to install samba AD in centos, in what distribution
is it recommended to install?
>
>
>
> ---------- Forwarded message ----------
> From: Rowland Penny <rpenny at samba.org>
> To: samba at lists.samba.org
> Cc:
> Bcc:
> Date: Thu, 26 Jul 2018 17:24:52 +0100
> Subject: Re: [Samba] NTP Selinux Permissions
> On Thu, 26 Jul 2018