Displaying 19 results from an estimated 19 matches for "scom".
Did you mean:
com
2023 Jan 07
1
replicator: Panic: data stack: Out of memory when allocating 268435496 bytes
...ted. Although this could be made less likely by
setting process_limit higher than process_min_avail, but that?s still
not a guarantee since each process could get a very long running
connection and the process_limit would be eventually reached.
Happy Saturday !!!
Thanks - paul
Paul Kudla
Scom.ca Internet Services <http://www.scom.ca>
004-1009 Byron Street South
Whitby, Ontario - Canada
L1N 4S3
Toronto 416.642.7266
Main?1.866.411.7266
Fax?1.888.892.7266
Email?paul at scom.ca
On 1/6/2023 5:20 PM, Gerben Wierda wrote:
> How problematic is it to have
>
> default_vsz_limit...
2023 Jan 06
1
replicator: Panic: data stack: Out of memory when allocating 268435496 bytes
How problematic is it to have
default_vsz_limit = 0
in dovecot.conf? macOS+MacPorts had this as a requirement even.
Gerben
> On 6 Jan 2023, at 16:49, Paul Kudla <paul at scom.ca> wrote:
>
>
> i ran into this as well
>
> here is the full config for mine with replication
>
> # cat dovecot.conf
> # 2.3.14 (cee3cbc0d): /usr/local/etc/dovecot/dovecot.conf
> # OS: FreeBSD 12.1-RELEASE amd64
> # Hostname: mail18.scom.ca
>
> auth_debu...
2023 Jan 06
2
replicator: Panic: data stack: Out of memory when allocating 268435496 bytes
One step further in my quest to create a replacement mail server.
I now have my old mail server (2.3.19.1, macOS + MacPorts) and my new (2.3.20, Alpine Linux, Docker, apk package). When I turn on replication it works, but, after a while I see:
Jan 06 00:50:31 replicator: Panic: data stack: Out of memory when allocating 268435496 bytes
Jan 06 00:50:32 replicator: Fatal: master:
2023 Feb 19
2
Redundant Database, Pgsql ?
...are provising for redundant database connections
Basically i was working on my main db server (which is also a mail sever)
I current have this in the dovecot-pgsql.conf
______________________________________________________________________
driver = pgsql
connect = host=localhost port=5433 dbname=scom_billing user=pgsql
password=xxxxxxxxx
default_pass_scheme = PLAIN
password_query = SELECT username as user, password FROM email_users
WHERE username = '%u' and password <> 'alias' and status = True and
destination = '%u'
user_query = SELECT home, uid, gid FROM ema...
2015 Feb 09
0
Mails Not Deleting in first POP3 Session
...ation
Here is some additional information that I hope helps:
Below I'm running watch 'pwd; ls -l; echo "../cur"; ls -l ../cur | tail -2'
On the primary mailbox server:
Every 2.0s: pwd; ls -l; echo "../cur"; ls -l ../cur | t... Mon Feb 9 22:42:04 2015
/home/vmail/nascom.nasa.gov/test_u/new
total 48
-rw------- 1 vmail mail 46223 Feb 9 22:41 1423521693.M193283P20903.mbox-open-1.nasc
om.nasa.gov,S=46223,W=46902
../cur
-rw------- 1 vmail mail 3269 Nov 28 16:23 1417191796.M570666P7291.mbox-open-1.nascom
.nasa.gov,S=3269,W=3980:2,
-rw------- 1 vmail mail 3269 Nov 28 16...
2023 Mar 18
1
Can't seem to setup remote access to doveadmI'm using
...s'
%(str(self.username) )
except :
send_subject = 'Error Account : %s' %(str(self.username) )
pass
else :
send_subject = 'Email Account Updated : %s' %(self.username)
#Send update email
send_from = 'monitor at scom.ca'
send_files = []
send_to = ['monitor at scom.ca']
send_text = '\n\n'+ send_subject + '\n'
sendmail(send_from,send_to,send_subject,send_text,send_files)
#Send the warning email
if send_settings != '' : #Send Email Setup t...
2023 Mar 18
1
Can't seem to setup remote access to doveadmI'm using
I?m running version 2.1.7 under Raspbian Wheezy (and have been for a number of years). I want to allow one of my other computers to remotely issue doveadm commands to my server but can?t seem to find the right way to add an inet listener to permit this.
Using ?doveconf -a? I?ve found the default service definition for doveadm-server. So I copied that and added it to the dovecot configuration with
2024 Jul 31
0
[merged] fsi-add-missing-module_description-macros.patch removed from -mm tree
...odpost: missing MODULE_DESCRIPTION() in drivers/fsi/fsi-master-aspeed.o
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/fsi/fsi-master-gpio.o
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/fsi/fsi-master-ast-cf.o
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/fsi/fsi-scom.o
Add the missing invocations of the MODULE_DESCRIPTION() macro, and fix the
copy/paste of the module description comment in fsi-master-ast-cf.c.
Link: https://lkml.kernel.org/r/20240730-module_description_orphans-v1-4-7094088076c8 at quicinc.com
Signed-off-by: Jeff Johnson <quic_jjohnson at q...
2024 Jul 30
0
+ fsi-add-missing-module_description-macros.patch added to mm-nonmm-unstable branch
...odpost: missing MODULE_DESCRIPTION() in drivers/fsi/fsi-master-aspeed.o
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/fsi/fsi-master-gpio.o
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/fsi/fsi-master-ast-cf.o
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/fsi/fsi-scom.o
Add the missing invocations of the MODULE_DESCRIPTION() macro, and fix the
copy/paste of the module description comment in fsi-master-ast-cf.c.
Link: https://lkml.kernel.org/r/20240730-module_description_orphans-v1-4-7094088076c8 at quicinc.com
Signed-off-by: Jeff Johnson <quic_jjohnson at q...
2023 Feb 19
1
Redundant Database, Pgsql ?
Paul Kudla skrev den 2023-02-19 16:01:
> May I please get some guidance on what to add to talk to another
> postgresql server (i have 6 replicated servers so would probably want
> a couple worst case issue)
change host=localhost to host=some-other-hostname-with-multiple-ips :)
then dovecot with timeout and test next server ip
there might be more to it, but i think this is how to do it
2023 Feb 23
1
creating a mailbox via imap
> is there any way with Dovecot to open an admin imap connection and create a brand new mailbox?
> With Cyrus imapd I can do this by connecting as the Cyrus admin user and then create a folder "user/newuser at domain.tld".
Wouldn't that be dependent on how Dovecot auth worker verifies a user exist and is valid? Such as for one method, database queries. How would Dovecot know
2023 Jan 31
1
IMAP tuning for Outlook 365
Hello,
I'm looking for advices on IMAP config tuning for best user experience
with Outlook 365.
I'm currently using dovecot 2.3.4.1 (f79e8e7e4) provided with Debian 10.
One of my users has Outlook 365 and an IMAP mailbox of large size with
several folders (more than 3GB).
From time to time as his main inbox folder is growing he can see some
problems with its Outlook application.
2023 Jan 31
2
IMAP tuning for Outlook 365
...tcol and has all but dropped support for IMAP.
Again open to comments but i recently was forced to use Outlook (Office
365) for a customer and ran into all of these issues yet again, i am
weeding them off of Outlook in favor of thunderbird.
FYI
Happy Tuesday !!!
Thanks - paul
Paul Kudla
Scom.ca Internet Services <http://www.scom.ca>
004-1009 Byron Street South
Whitby, Ontario - Canada
L1N 4S3
Toronto 416.642.7266
Main?1.866.411.7266
Fax?1.888.892.7266
Email?paul at scom.ca
On 1/31/2023 10:07 AM, Artur Pydo wrote:
> Hello,
>
> I'm looking for advices on IMAP config...
2020 Jul 22
4
Failed to modify SPNs
Hi all
my samba version is 4.12.5 and when a sql server windows machine join
the domain, It shows error in samba :
Failed to modify SPNs on CN=SEC-CON03,CN=Computers,DC=domain,DC=com:
acl: spn validation failed for
spn[E3514235-4B06-11D1-AB04-00C04FC2DCD2-ADAM/SEC-CON03:389] uac[0x1000]
account[SEC-CON03$] hostname[SEC-Con03.domain.com] nbname[DOMAIN]
ntds[(null)] forest[domain.com]
2020 Jul 22
1
Failed to modify SPNs
...Namens
> L.P.H. van Belle via samba
> Verzonden: woensdag 22 juli 2020 8:55
> Aan: samba at lists.samba.org
> Onderwerp: Re: [Samba] Failed to modify SPNs
>
> Hai,
>
> Any windows event ID's related to this? These might be handy.
> I suggest you read : http://www.scomgod.com/?p=155
>
> On the SQL server, to add the SPN, use:
> setspn -A <SPN> <Account>
> Example: setspn -A MSSQLSvc/SCMVPSCOM01.test.COM:1433 TEST\SVCACCOUNT
>
> Does the SQL server has an A and PTR record in the DNS? Do
> verify that.
>
> And there is b...
2002 Nov 04
2
Sweave - documenting a long function
Hi,
I would like to use Sweave to document a long function.
Is it possible to split the function's code into chunks
such that Sweave will accept each chunk without complaining.
I have tried various approaches without sucess
but I feel sure that someone has done this already.
Here is one attempt
==============
% First, define the funciton header
<<defFunHdr, eval=FALSE>>=
x <-
2020 Jul 22
0
Failed to modify SPNs
Hai,
Any windows event ID's related to this? These might be handy.
I suggest you read : http://www.scomgod.com/?p=155
On the SQL server, to add the SPN, use:
setspn ?A <SPN> <Account>
Example: setspn -A MSSQLSvc/SCMVPSCOM01.test.COM:1433 TEST\SVCACCOUNT
Does the SQL server has an A and PTR record in the DNS? Do verify that.
And there is bit more explained .
https://thoughtsonopsmgr.b...
2012 Mar 06
1
File checksum
...t/scx/ssl/scx-host-$fqdn.pem":
checksum => "md5",
}
exec { "/etc/init.d/scx-cimd restart":
subscribe =>
File["/etc/opt/microsoft/scx/ssl/scx-host-$fqdn.pem"],
refreshonly => true
}
The file is created by a package (scom) and the content isn''t managed by
puppet. I noticed that the exec never fired - I tried making a change to
the file and running puppet, though it doesn''t seem like puppet looking at
the md5sum of the file at all.
tl;dr - I want to watch the md5sum of a file and not manage the...
2011 Aug 16
9
Rails Looping with different attributes
Hi Everyone,
I am trying to solve this problem, but couldn''t able to get the
solution. I hope i will get some help here.
I am using these three find methods to get different types of
devices. I dont have any relationships between any models.
windows_devices = BaseManagedEntity.find(:all,
:select => "b.BaseManagedEntityInternalId, c.NetworkName,
c.IPAddress,