Displaying 14 results from an estimated 14 matches for "11184".
Did you mean:
1,184
2009 Jan 29
0
File descriptor leak in Mongrel server?
...a cPanel
installation. One of the clients sites went belly up with the error
message:
Errno::EMFILE
Too many open files - socket(2)
Digging a bit I found that the mongrel server had a large number of
sockets open and appears to be leaking them fairly frequently. The
lsof looks like this
mongrel_r 11184 username 193u unix 0xda4fa480 637209350
socket
mongrel_r 11184 username 194u unix 0xf685a680 637408911
socket
mongrel_r 11184 username 195u unix 0xcc2ea3c0 637684747
socket
The application doesn''t do anything explicitly with sockets. As far as
I know the RoR i...
2018 May 03
2
Using samba AD in mixed OS environment
On Thu, 3 May 2018 18:08:20 +0100
Zdravko Zdravkov via samba <samba at lists.samba.org> wrote:
> Hi Rowland.
>
> As suggested I switched to winbind with rid backend, since I had free
> time for tests today. This is what I've done for few min.
>
> smb.conf from the testing pc
>
> [global]
> workgroup = XXXX
> security = ads
>
2012 Jul 26
4
Problem overriding default quota limit
...G_
_auth: Debug: master out:
USER#0111#011eepp68#011home=/buzones1/e/eepp68#011QUOTA_RULE=*:BYTES=_
_lmtp(8235): Debug: auth input: eepp68 home=/buzones1/e/eepp68
quota_rule=*:bytes=_
_lmtp(8235): Debug: Added userdb setting: plugin/quota_rule=*:bytes=_
_lmtp(8235, eepp68): Debug: Effective uid=11184, gid=2110,
home=/buzones1/e/eepp68_
_lmtp(8235, eepp68): Debug: Quota root: name=User quota
backend=maildir args=_
_lmtp(8235, eepp68): Debug: Quota rule: root=User quota mailbox=*
bytes=0 messages=0_
I tried it with defining default_fields in userdb but I get the same
result:
?
?_userdb {_
?...
2013 Apr 17
2
qmail-ldap LDA Delivery and sieve
...r/lib/dovecot/dovecot-lda
But in that case, some sieve plugins can't detect the mail recipient,
like vacation plugin.
Finally, the vacation plugin also is not doing email forwarding when I
use the first delivery option above.
Follow my settings:
# LDAP
scope = subtree
user_attrs = uidNumber=11184,gidNumber=2110
user_filter = (&(objectClass=qmailUser)(uid=%u)(accountStatus=active))
pass_attrs=uid=user,userPassword=password,mailHost=host,=proxy_maybe=y
pass_filter = (&(objectClass=qmailUser)(uid=%u)(accountStatus=active))
iterate_attrs = uid=user
iterate_filter = (&(objectClass=qm...
2018 May 04
0
Using samba AD in mixed OS environment
True that.
oddjob wasn't running, now it's fine, but apparently everything is the
same. In CentOS I see a folder created by my new "testuser" in Windows. The
folder's owner is 1000024 while getent passwd testuser responds with 11184
which is nowhere near the same.
I guess I'm not making something right during the whole configuration.
On Thu, May 3, 2018 at 6:24 PM, Rowland Penny via samba <
samba at lists.samba.org> wrote:
> On Thu, 3 May 2018 18:08:20 +0100
> Zdravko Zdravkov via samba <samba at lists.sam...
2008 Apr 08
0
Resolume under wine
Hello, I am trying to get Resolume (which can be downloaded here :
http://www.resolume.com/ and the appdb page is here :
http://appdb.winehq.org/objectManager.php?sClass=version&iId=11184)
It is a live video mixing tool and I didn't thought it could work under
wine (lots of strange live video operations and codecs) but from the
appdb it seems it has worked a little bit.
I have tried with latest GIT and the reported version but the only thing
I can obtain are black windows (...
2008 Apr 09
0
Resolume 2.41 black preview windows
Hello, I am trying to get Resolume (which can be downloaded here : http://www.resolume.com/ and the appdb page is here : http://appdb.winehq.org/objectManager.php?sClass=version&iId=11184)
It is a live video mixing tool and I didn't thought it could work under wine (lots of strange live video operations and codecs) but from the appdb it seems it has worked a little bit.
I have tried with latest GIT and the reported version but the only thing I can obtain are black windows (eve...
2015 Jun 23
2
Server Member
Hi guys,
I have a server in Debian 8 with Samba 4.2.2 compiled about sources. This
server is my project for small busines and run all network funcitons. The
functions like AD, DNS, DHCP, NTP, File Server, Print Server, Openfire,
OCS, GLPI, Squid and Squidguard are work integrated on Domain perfectly. My
problem is that some clients need run a windows aplication so I put a
windows server as member
2007 Mar 15
2
Can't create users and groups
...-g qmail -s /bin/false -d /var/qmail qmails
chown -R root.qmail /var/qmail/
chown -R qmaill.qmail /var/log/qmail/
chmod 2700 /var/log/qmail/*
mkdir -p /var/qmail/supervise/qmail-send/log
mkdir -p /var/qmail/supervise/qmail-smtpd/log
mkdir -p /var/qmail/supervise/qmail-popup/log
echo "vmail:*:11184:2110::/var/qmail/maildirs/:/bin/true" >> /etc/passwd
echo "vmail::2110" >> /etc/group
mkdir /var/qmail/maildirs
chown -R vmail.vmail /var/qmail/maildirs
make setup check
%install
./config-fast mail.sincity.lan
2008 Jan 29
1
for loop help
Hi,
I have written the following code which works fine
step<-5
numSim<-15
N<-double(numSim)
A<-double(numSim)
F<-double(numSim)
M<-double(numSim)
genx<-double(numSim)
for (i in 1:numSim) {
N[i]<-20
PN<-(runif(N[i], 0, 1))
A[i]<-sum(ifelse(PN>0.2, 1, 0))
PF<- runif((A[i]*0.5), 0, 1)
F[i]<-sum(ifelse(PF>0.2, 1, 0))
PM<-
2006 Oct 18
1
Assertion failure with Dovecot 1.0rc10
Hi,
I am seeing the following (with Dovecot 1.0 rc10):
Oct 18 07:35:58 dovecot: IMAP(user): UIDs broken with partial sync in mbox file /var/mail/user
Oct 18 07:35:58 dovecot: IMAP(user): mbox sync: UID inserted in the middle of mailbox /var/mail/user (15314 > 9604, seq=5, idx_msgs=224)
Oct 18 07:35:59 dovecot: IMAP(user): file mbox-sync-rewrite.c: line 405 (mbox_sync_read_and_move): assertion
2007 Aug 26
0
3 commits - libswfdec/swfdec_as_context.c player/swfplay.c test/trace
...11088 => Hello World
+11096 => Hello World
+11104 => Hello World
+11112 => Hello World
+11120 => Hello World
+11128 => Hello World
+11136 => Hello World
+11144 => Hello World
+11152 => Hello World
+11160 => Hello World
+11168 => Hello World
+11176 => Hello World
+11184 => Hello World
+11192 => Hello World
+11200 => Hello World
+11208 => Hello World
+11216 => Hello World
+11224 => Hello World
+11232 => Hello World
+11240 => Hello World
+11248 => Hello World
+11256 => Hello World
+11264 => Hello World
+11272 => Hello World
+11280...
2008 Jan 01
0
4 commits - libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h libswfdec/swfdec_sprite_movie_as.c test/trace
...11088: 0, 0
+11088: 0, 0
+11096: 0, 0
+11096: 0, 0
+11104: 0, 0
+11104: 0, 0
+11112: 0, 0
+11112: 0, 0
+11120: 0, 0
+11120: 0, 0
+11128: 0, 0
+11128: 0, 0
+11136: ,
+11136: 0, 0
+11144: ,
+11144: 0, 0
+11152: ,
+11152: 0, 0
+11160: ,
+11160: 0, 0
+11168: ,
+11168: 0, 0
+11176: ,
+11176: 0, 0
+11184: ,
+11184: 0, 0
+11192: ,
+11192: 0, 0
+11200: ,
+11200: 0, 0
+11208: ,
+11208: 0, 0
+11216: ,
+11216: 0, 0
+11224: ,
+11224: 0, 0
+11232: ,
+11232: 0, 0
+11240: ,
+11240: 0, 0
+11248: ,
+11248: 0, 0
+11256: ,
+11256: 0, 0
+11264: ,
+11264: 0, 0
+11272: ,
+11272: 0, 0
+11280: ,
+11280:...
2005 Mar 08
29
Interrupt levels
I''m tracking performance on the machine I installed yesterday.
mutt running on one Xen instance, accessing via imap to another
instance, accessing via nfs the maildir in another instances, seems
little laggy when moving up and down the message index list.
Network latency seems low < 30ms on average.
So I was tracking vmstat.
On the mutt instances is seems reasonable:
[nic@shell:~]