Displaying 20 results from an estimated 900 matches similar to: "Icecast 2.4.4 and packet loss on CentOS 7"
2012 Dec 11
1
How do you use agrep inside a loop
Hi all.
This is my first message at R-help...so I'm hoping I have some beginner's
luck and get some good help for my problem!
FYI I have just started using R recently so my knowledge of R is pretty
preliminary.
Okay here is what I need help with - I need to know how to use agrep in a
for loop.
I need to compare elements of a vector of names with other elements of the
same vector.
2004 Jun 03
1
Authentication and Joining failing after a time.
I have a Samba Domain that did migration from:
3.0.0 -> 3.0.2 -> 3.0.2a ->3.0.4
It is a very healthy machine it is running on. A heavily updated RedHat
7.2 machine. I have rebuilt newer source SRPM to update it. Pretty much
updated piece meal since forever, and probably is updated e"enough". It
is lean, as I do not believe in Garbage installs.
But, the point of this is:
2004 Apr 18
2
Changing the List-ID twice in short order == Bad.
Something or some one changed the Header in the e-mails from the list
server for samba twice recently.
From: List-Id: General questions regarding Samba \
<samba.lists.samba.org>
To: List-Id: General questions regarding Samba \
<samba.lists-dp3.samba.org>
And then back to:
From: List-Id: General questions regarding Samba \
<samba.lists.samba.org>
A bit of heads up would have
2018 May 24
2
question on setting ulimit on debian
Hi,
I?ve been trying to increase the number of open files for the dovecot user on Debian 9 and have so far, failed! I?ve tried this:
# cat /etc/security/limits.d/limits_dovecot.conf
dovecot soft nofile 2048
dovecot hard nofile 8192
# cat /etc/systemd/system/dovecot.service.d/service.conf
LimitNOFILE=8192
But to no avail:
# prlimit -p 27208|grep -i
2010 Oct 06
1
And again... too many open files
Hi!
Two days ago I upgraded to 1.2.15, and again I the warning
"Warning: fd limit 1024 is lower than what Dovecot can use under full load"
reappeared.
It's a bit weird, because my actual limits are higher. From
/etc/security/limits.conf
* soft nofile 4096
* hard nofile 8192
root soft nofile 4096
root
2019 Mar 24
2
Maximum Listeners.
Hello there,
I’ve configured my server for maximum 50000 open files.
[root at scast1 ~]# ulimit -a
...
open files (-n) 50000
...
max user processes (-u) 65535
While im doing the Load Test 1, my server only reaches ~1015 listeners.
I’ve set this on etc/security/limits.conf :
icecast hard nofile 50000
icecast soft nofile 60000
icecast soft nproc 65535
icecast
2009 Jan 21
2
slow logon with many ldap groups
Dear all,
I'm having some problems with my samba-ldap configuration. The server is a
domain controler. Most of the time there is no problem. But when some users
try to logon, the workstation gets very slow.
After some testing i found the cause. When a user is a member of many ldap
groups (more then 64), i get the following error:
"smbd[32384]: nss_ldap: could not get LDAP result -
2018 Feb 15
0
wbinfo -U id gives different users on same dc
Hi Louis,
Thanks for information, find it sometimes is a real challenge. Would you
please share your how to link? I wish to read it.
For the .local domain I suppose I have nothing to do. This is a running
windows Active Directory and it is not possible to change domain suffix.
Here is my /etc/hosts
127.0.0.1 localhost.localdomain localhost
10.254.104.8 wdc04.aa.local wdc04
10.254.105.208
2009 Jul 15
2
"limit -n XXX" does NOT allow on CENTOS 4.X???
We have CENTOS 4.7 on DELL server. our /etc/security/limits.conf already setup as:
* soft nproc 2047
* hard nproc 16384
* soft nofile 4096
* hard nofile 65536
oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 8192
2018 May 24
0
question on setting ulimit on debian
> On 24 May 2018 at 20:43 Sophie Loewenthal <sophie at klunky.co.uk> wrote:
>
>
> Hi,
>
> I?ve been trying to increase the number of open files for the dovecot user on Debian 9 and have so far, failed! I?ve tried this:
>
> # cat /etc/security/limits.d/limits_dovecot.conf
> dovecot soft nofile 2048
> dovecot hard nofile
2020 Jan 20
2
Load balancing Icecast - aggregated logs
I built a system for handling all the data, songs, listeners, royalties,
etc. It's all in the docs.
On Tue, Jan 14, 2020, 17:57 Chip <chiapas at aktivix.org> wrote:
> On Tue, 14 Jan 2020 at 19:32, Michel van Dop <mvandop at xs4all.nl> wrote:
>
>> We use a dns failover solution include roundrobin. Its not super fast but
>> in 120 seconds the solution work. So
2011 Jun 24
1
Strange issue's with LDAP and too many open files
Hi All,
I've been growing a large headache on this one, i have a number of LDAP servers behind loadbalancing, since 2 days i constantly get the error: Too many open files. Although I'm not a newbie with linux I'm unable to resolve this, I have took the following stept:
Changed the /proc/sys/fs/file-max to 65535
Added the following configuration to /etc/security/limits.conf:
ldap
2004 Sep 13
2
CentOS 3.1: sshd and pam /etc/security/limits.conf file descriptor settings problem
Why can't non-uid 0 users have more than 1024 file descriptors when
logging in via ssh?
I'm trying to allow a user to have a hard limit of 8192 file
descriptors(system defaults to 1024) via the following setting in
/etc/security/limits.conf:
jdoe hard nofile 8192
But when jdoe logs in via ssh and does 'ulimit -Hn' he gets '1024' as a
response. If he tries to
2024 Dec 08
1
TOO MANY OPEN FILES when adding printer driver
Dear Samba experts,
I have 10 rpcd_spoolss processes running. Here's the
output o prlimit for one of them:
# prlimit -p628
RESOURCE DESCRIPTION SOFT HARD UNITS
AS address space limit unlimited unlimited bytes
CORE max core file size 0 unlimited bytes
CPU CPU time unlimited
2014 Jul 17
2
ulimit warning when restarting
When restarting Dovecot 2.2.10 (via atrpms) on RHEL 6, I get the error:
Warning: fd limit (ulimit -n) is lower than required under max. load (1024 < 4096), because of default_client_limit
# doveconf default_internal_user
default_internal_user = dovecot
Should dovecot print this warning based on $default_internal_user, or
based on root?
As root:
# ulimit -n
1024
As user dovecot:
$ ulimit -n
2017 Jun 14
1
ganesha with gluster not starting
I am getting startup errors for nfs ganesha
CentOS 7.3 with gluster 3.10.2 from CentOS storage sig
# systemctl status nfs-ganesha
? nfs-ganesha.service - NFS-Ganesha file server
Loaded: loaded (/usr/lib/systemd/system/nfs-ganesha.service; disabled;
vendor preset: disabled)
Active: failed (Result: core-dump) since Wed 2017-06-14 14:00:49 EDT; 4s
ago
Docs:
2018 Feb 15
3
wbinfo -U id gives different users on same dc
Sure there is,
Install debian, follow my howto and you will have success.
Just, your using an .local domain, and thats a reserved name for apples mDNS (zeroconf)
And should not be used. ( same for .lan )
https://wiki.samba.org/index.php/FAQ#Can_I_Use_the_.local_Top-level_Domain_for_My_AD_DNS_Zone.3F
So the info is good, thats not the problem, finding it, is.
Can you post your /etc/hosts
2016 Jul 02
0
getfacl not have domain name and samba4 not work correctly
Tks for help me.
I change /etc/hosts!
Others details:
*[root at smb~]# cat /etc/nsswitch.conf*
passwd: files sss winbind
shadow: files sss winbind
group: files sss winbind
hosts: files dns myhostname
bootparams: nisplus [NOTFOUND=return] files
ethers: files
netmasks: files
networks: files
protocols: files
rpc: files
services: files sss
netgroup: files sss
2020 Nov 16
1
about imap-login: Error and imap: Error after Version-UP
> On 16/11/2020 13:44 ????? <morikawa-k6 at itec.hankyu-hanshin.co.jp> wrote:
>
>
> We have upgraded dovecot from 2.0.9 (centos6) to 2.2.36 (centos8).
>
> If more than 1000 users log in, the following error will occur.
> -------------------------
> Nov 16 11:33:00 xxxxxxxx dovecot[1361]: imap-login: Error: master(imap):
> net_connect_unix(imap) failed: Resource
2017 May 25
2
Re: can't establish more than 1000 connections with virsh
在 2017年05月25日 18:37, Daniel P. Berrange 写道:
> On Thu, May 25, 2017 at 06:20:51PM +0800, dw wrote:
>> Hi:
>>
>> I'm trying to connect with libvirtd with virsh from a remote PC,but only
>> can establish 1000 connections.
>>
>> If try more connections,prompt:
>>
>> "error: failed to connect to the hypervisor
>>