Displaying 11 results from an estimated 11 matches for "inderlying".
Did you mean:
underlying
2011 Aug 09
1
[ips@shaw.ca: Repeat mails. INC000023456674]
Anyone seen this before?
----- Forwarded message from ips at shaw.ca -----
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on doctor.nl2k.ab.ca
X-Spam-Level: *
X-Spam-Status: No, score=1.0 required=5.0 tests=RCVD_IN_BACKSCATTER
autolearn=no version=3.3.2
X-Original-To: root at doctor.nl2k.ab.ca
Delivered-To: root at doctor.nl2k.ab.ca
X-Virus-Scanned: amavisd-new at doctor.nl2k.ab.ca
2011 Jan 05
1
unique limited to 536870912
Hi
I am using R with igraph to analyze an edgelist that is greater than the said amount. Does anyone know a way around this?
Thanks
Inder
2017 Mar 17
2
Meaning of "protocol !indexer-worker"
Hello,
I'm configuring dovecot 2.2.28. Comparing with previous versions I have
found now in 10-mail.conf the config:
protocol !indexer-worker {
# If folder vsize calculation requires opening more than this many
mails from
# disk (i.e. mail sizes aren't in cache already), return failure and
finish
# the calculation via indexer process. Disabled by default. This
setting must
2015 Aug 20
1
Fwd: ABRT Daemon/sosreport disaster
On Sunday, I did a "yum update" which installed kernel
2.6.32-573.3.1.el6.i686 on half a dozen virtual machines running
CentOS 6.7.
Since then, two of them have gone into "meltdown", and started spewing
"ABRT Daemon" emails: one on Tuesday, and one tonight.
The machines have a very light workload -- one runs "trac", and a handful
of development systems,
2004 Mar 03
2
tripwire port broken?
Dear list!
I've tried to compile
tripwire-2.3.1-2 port on
my 5.2 release. Two diffe-
rent tarballs have failed
with message, that port
was broken, all in one
sentence. No any details.
Well! Makefile has so-
mething like:
.if ${OSVERSION} >= 500000
BROKEN= "Fails to build inder 5.X"
.endif
One more:
USE_GMAKE= yes
Has someone compiled
it successfully? Is it
for a good
2017 Apr 03
0
Meaning of "protocol !indexer-worker"
On 17.03.2017 13:11, Angel L. Mateo wrote:
> Hello,
>
> I'm configuring dovecot 2.2.28. Comparing with previous versions I have found now in 10-mail.conf the config:
>
> protocol !indexer-worker {
> # If folder vsize calculation requires opening more than this many mails from
> # disk (i.e. mail sizes aren't in cache already), return failure and finish
>
2011 Feb 03
1
ADS 2008 configuration
Hi,
I am Inderjit, and have some issues with configuration of samba with ADS 2008.
I am able to connect to ADS 2008, but command "getent group" doesn't show always the output with ADS groups. We have more that 25000 users and domain controller is not located at same location.
Could you please give me a hints or suggestions, what can be changed to solve this issue.
Regards
2005 Jun 30
2
Using OID as Samba3 backend
Hi, colleagues,
I'm running samba3 Using OID (Oracle Internet Directory) as backend, almost works ok, but the final trick that doesn't work is the change of the passwords from windows dialog box, this change the samba passwords but don't change the userpassword, i have found this line on samba logs files:
ldap password change requested, but LDAP server does not support it --
2010 Aug 17
1
Is Samba supposed to work like this?
I have Samba 3.0.33-3.28.el5 running on a CentOS 5.5 server. The samba
server is added as a Member server of our Windows 2003 AD, and winbind is
working OK.
I have a question about the assigning of permissions via the Windows XP
file/folder properties dialog.
My background is mainly in Windows, but I do grasp the concept of UNIX
file permissions. When I attempt to modify the permissions on
2011 Jun 08
5
LXC and Dahdi
Howdy,
I am playing around with asterisk within an LXC container on Ubuntu 11.04.
I have asterisk (1.4.42) running fine, but want access to dahdi_dummy for
timing (meetme). I have dahdi installed on the "host", and dahdi_dummy is
loaded:
root at astnorth:/# ls -ltr /dev/dahdi
total 0
crw-rw---- 1 root root 196, 250 2011-06-08 13:59 transcode
crw-rw---- 1 root root 196, 253
2011 Aug 18
10
Circular RPM dependencies...
Hi.
I encountered a following problem, if I state for example:
package{"aspell-en": ensure => absent, }
package{"aspell": ensure => absent, }
I get error in logs because of dependencies. It seems that puppet uses
''yum'' for installation on CentOS and ''rpm -e'' for removal of packages,
so it cannot handle this kind of dependencies: