search for: 6660

Displaying 20 results from an estimated 46 matches for "6660".

Did you mean: 0660
2007 Apr 05
2
PRI DCHAN Errors
Hey all, I had a user complaining of calls which were dropping mid-conversation. I looked into the time of one of the calls, and saw the following: Apr 4 12:13:03 WARNING[6670] chan_zap.c: No D-channels available! Using Primary channel 28 as D-channel anyway! Apr 4 12:13:05 WARNING[6660] channel.c: Avoided initial deadlock for '0x82b8430', 10 retries! Apr 4 12:13:05 WARNING[6660] channel.c: Avoided initial deadlock for '0x82d9920', 10 retries! Apr 4 12:13:05 WARNING[6660] channel.c: Avoided initial deadlock for '0x82369f0', 10 retries! Apr 4 12:13:05 WAR...
2002 Dec 17
1
passwd-file access
Using passwd-file authentication I run into some problems.. This is my passwd file: user:0cc175b9c0f1b6a831c399e269772661[34]:6660:6660:0:/some/mail/directory/user:0::: My MUA tells me after enter my user/pass that the server disconnected, OK. So I netcat into the imap server, and issue an "C: LOGIN user a" in which case I get the error "Fatal: USER environment missing". So I search for this in the sr...
2002 Jun 18
7
Better filtering to a class
Dear all, I want to make a filter for all IRC-Dalnet traffic, so I want to put all traffic for port 6660, 6661, 6662, 6663, 6664, 6665, 6666, 6667, 6668, 6669, 7000, 7001, 7002, and 8000 to a class. So, I create a TC script as below. I''m sure, it is not effective, and we can write it in simpler. I need help, how to make my script below are simpler. The simpler, the better. Thank you for y...
2007 Sep 18
1
I''m having an issue with u32 masking
...ring, I have finally figured out filtering within tc. But alas, I am having an issue I know I should not be having. I am trying to filter all IRC traffic on my network so that it neither consumes large amounts of band width nor gets to little band width. I originally wanted to filter just ports 6660-6669 but quickly realized that the bit masking wouldn''t allow for a single rule to cover them, so I opted instead to filter ports 6656-66671 which would give me the use of all 4 bits in that range. For reference, 6656 = 0x1a00, 6671 = 0x1a0f. As such, I have the following rules in my s...
2010 Apr 06
0
[LLVMdev] Call for Help: Testing
...of sugar coating this message. AFAICT, the only bugs left are Clang bugs and a Darwin llvm-gfortran bug. The Linux bugs have all been triaged and either fixed, have what should be a simple resolution or deemed not release-blocking: Bug 6616 - gcc 4.2 problem, verified to work with 4.3 and 4.4 Bug 6660 - clang regressions Bug 6696 - Just revert the offending patch Bug 6778 - Darwin bug -Dave
2010 Apr 06
2
[LLVMdev] Call for Help: Testing
On 04/06/2010 11:45 AM, Tanya Lattner wrote: > While lack of linux testing of the testsuite is a problem, this is > not why the release is slipping. We need more people to fix bugs. It > can't be the same people fixing the bugs for every release. > > We need more people in the community to help and I can't see any way > of sugar coating this message. I don't know
2008 Jul 22
1
Acess from windows to share get closed..
...ion to service F [2008/07/17 09:51:49, 1] smbd/service.c:close_cnum(1230) carlap (192.168.6.114) closed connection to service HPArma [2008/07/17 09:55:09, 1] smbd/service.c:make_connection_snum(1033) carlap (192.168.6.114) connect to service HPArma initially as user nobody (uid=99, gid=99) (pid 6660) [2008/07/17 09:55:11, 0] auth/pampass.c:smb_pam_passcheck(809) smb_pam_passcheck: PAM: smb_pam_auth failed - Rejecting User nobody ! [2008/07/17 09:55:11, 1] smbd/service.c:make_connection_snum(1033) carlap (192.168.6.114) connect to service F initially as user nobody (uid=99, gid=99) (pid 666...
2007 May 07
2
IMQ KERNEL PANIC 2.6.17.14 AND 2.6.21.1 No chain/target/match by that name
...MQ --todev 0 iptables: No chain/target/match by that name so i can not redirect ttraffic to IMQ device. and modules are loaded. - # lsmod Module Size Used by ipt_ipp2p 6656 2 ipt_MASQUERADE 2688 1 sch_sfq 4864 31 cls_u32 6660 8 sch_htb 14208 2 ipt_IMQ 1792 0 imq 3592 0 xt_mac 1792 19 ipt_LOG 5504 2 xt_limit 2304 2 xt_multiport 3200 4 xt_state 2176 3 iptable_mangle 2304 1 iptable...
2020 Jan 08
2
Upgrade 2.2.27 to 2.3.9.2: master(imap): net_connect_unix(imap) failed: Resource temporarily unavailable
...: Resource temporarily unavailable - http://wiki2.dovecot.org/SocketUnavailable 2020-01-08T10:54:57.437550+01:00 imap dovecot: imap-login: Internal login failure At the same time: ~# ps aux | grep "dovecot/imap$" | wc -l 6637 ~# doveadm process status | grep "^imap " | wc -l 6660 ~# cat /proc/`pidof dovecot`/limits | grep "open files" Max open files 32768 32768 files ~# doveconf -n [...] service imap-login { client_limit = 2500 inet_listener imap { port = 143 } inet_listener imaps { port = 993 ssl...
2010 Feb 01
1
matrix columns
...mns are read. However, typing '> data<-matrix(c(ca$value, mo$value,b2$value, y1), ncol = 4)' gives the warning message below: 'Warning message: In matrix(c(ca$value, mo$value, b2$value, y1), ncol = 4) : data length [26637] is not a sub-multiple or multiple of the number of rows [6660]' Since y1 is the variable that has a different length, I dropped and used ncol = 3 and there was no error message. In order to be convinced that the error message is due to the difference in length of y1, I included y1 and dropped b2$value. There was no error message still, confusing me as to...
2010 Apr 06
3
[LLVMdev] Call for Help: Testing
...n triaged and either fixed, have what should > be a simple resolution or deemed not release-blocking: > > Bug 6616 - gcc 4.2 problem, verified to work with 4.3 and 4.4 Alright. Its tricky when you have multiple versions of gcc. There is no good solution to this, but thats fine. > Bug 6660 - clang regressions These are only on Linux. So we still have some Linux regressions right now, but hopefully they are easy to fix. > Bug 6696 - Just revert the offending patch Jim has sent me a patch. Getting code owner approval. > Bug 6778 - Darwin bug Yes. Still in flux. -Tanya
2017 Jun 16
2
Erro sysvolcheck/sysvolreset
...D9B3-4616-B6BF-11C80C08E676} drwxrwx---+ 5 root BUILTIN\administrators 4096 Set 16 2015 {4DEC359F-42D6-4636-BE00-6AE4FBEA2384} drwxrwx---+ 5 root BUILTIN\administrators 4096 Out 1 2015 {54506AE3-9BEF-4932-BDD4-187CB936E731} drwxrwx---+ 5 root BUILTIN\administrators 4096 Set 16 2015 {814C5F85-6660-40B6-9229-88E81E20767B} drwxrwx---+ 5 root BUILTIN\administrators 4096 Set 16 2015 {82F1084B-AA39-401D-9F1F-CBCF66FA3719} drwxrwx---+ 4 root BUILTIN\administrators 4096 Set 16 2015 {8398435D-4C26-437D-9893-81C368D94321} drwxrwx---+ 5 root BUILTIN\administrators 4096 Jul 5 2016 {883CEBC4-A641...
2017 Jun 16
2
Erro sysvolcheck/sysvolreset
Hello! samba -b | grep STATEDIR STATEDIR: /opt/samba/var/locks I commented at line idmap_ldb:use rfc2307 = yes in my smb.conf, error is diferent now samba-tool ntacl sysvolreset open: error=2 (No such file or directory) ERROR(runtime): uncaught exception - (-1073741823, 'Undetermined error') File "/opt/samba/lib/python2.7/site-packages/samba/netcmd/__init__.py",
2004 Jun 01
2
weired problem while connecting
...CEPT iptables -A FORWARD -i eth0 -p tcp --dport 5000 -j ACCEPT iptables -A FORWARD -i eth0 -p tcp --dport 5001 -j ACCEPT iptables -A FORWARD -i eth0 -p tcp --dport 5005 -j ACCEPT iptables -A FORWARD -i eth0 -p tcp --dport 5050 -j ACCEPT iptables -A FORWARD -i eth0 -p tcp --dport 6660:6670 -j ACCEPT iptables -A FORWARD -i eth0 -p tcp --dport 7000 -j ACCEPT iptables -A FORWARD -i eth0 -p tcp --dport 28805 -j ACCEPT iptables -A FORWARD -i eth0 -p tcp --dport 51215 -j ACCEPT iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE -----------------------------------------...
2019 Jul 16
2
samba 4.8 client and 4.9 AD DC: Reducing LDAP page size from 1000 to 500 due to IO_TIMEOUT
..."netlogonComputer": null, "netlogonTrustAccount": null, "netlogonNegotiateFlags": "0x00000000", "netlogonSecureChannelType": 0, "netlogonTrustAccountSid": null, "passwordType": "arcfour-hmac-md5", "duration": 6660}} Regards, Kacper
2006 Mar 27
1
watchdog network card
Hi all I've very big problem with my nfsd server. I'm running FreeBSD-stable and sometime (one time/week) i've this kind of message on the console : bge0 watchdog timeout problems fxp1 watchdog timeout problems and all my network card is down. Nothing can make the network card work again (only reboot working). There are only one service I need on this server and
2004 May 31
4
please help me.
hi if i remove the rule for transparent redirection from my firewall script then it works well. what can be the connection of transparent redirection with samba please help me out. i m in a grate trouble. the detailed problem is below Regards Azeem >From: "azeem ahmad" <azeem484@hotmail.com> >To: samba@lists.samba.org >Subject: [Samba] iptables and samba >Date:
2010 Apr 07
0
[LLVMdev] 2.7 Release Status
...s and warnings. Your hard work is appreciated and you have made great progress! Thank you again. The release is getting close. As a reminder, this is the master bug: http://llvm.org/bugs/show_bug.cgi?id=6586 In particular, we have one bug that needs attention: http://llvm.org/bugs/show_bug.cgi?id=6660 These are regressions in the testsuite using clang. This is x86 32bit Linux. If anyone can lend a hand for this bug, please do so! Hopefully, once this bug is resolved we can move onto pre-release2. Thanks, Tanya P.S. There is also a gfortran bug on Darwin, but it may not be a release blocker....
2015 Feb 09
1
(no subject)
Submission. Thanks, Francisco Leonardo Mota Analista de Opera??es DAGSer - Diretoria Adjunta de Gest?o de Servi?os RNP ? Rede Nacional de Ensino e Pesquisa Site:http://www.rnp.br Tel.:+55 61 3243-4384 Cel.:+55 61 9189-6660
2020 Jan 08
0
Upgrade 2.2.27 to 2.3.9.2: master(imap): net_connect_unix(imap) failed: Resource temporarily unavailable
...wiki2.dovecot.org/SocketUnavailable > 2020-01-08T10:54:57.437550+01:00 imap dovecot: imap-login: Internal > login failure > > At the same time: > > ~# ps aux | grep "dovecot/imap$" | wc -l > 6637 > ~# doveadm process status | grep "^imap " | wc -l > 6660 > ~# cat /proc/`pidof dovecot`/limits | grep "open files" > Max open files 32768 32768 files > ~# doveconf -n > [...] > service imap-login { > client_limit = 2500 > inet_listener imap { > port = 143 > } >...