Displaying 20 results from an estimated 64 matches for "5260".
Did you mean:
260
2020 Jan 09
2
Upgrade 2.2.27 to 2.3.9.2: master(imap): net_connect_unix(imap) failed: Resource temporarily unavailable
...> TCP sockets appears to more closely match the number of imap-login
> sockets used (either in pre-login or TLS proxing).
>
> imap:~# ps -f --ppid `pidof dovecot` | egrep -v "dovecot/(imap|pop3) "
> UID??????? PID? PPID? C STIME TTY????????? TIME CMD
> dovenull? 5262? 5260? 0 11:48 ???????? 00:00:00 dovecot/pop3-login
> dovenull? 5263? 5260? 2 11:48 ???????? 00:03:53 dovecot/imap-login [724
> pre-login + 113 TLS proxies]
> dovecot?? 5264? 5260? 0 11:48 ???????? 00:01:15 dovecot/anvil [21
> connections]
> root????? 5265? 5260? 1 11:48 ???????? 00:02:1...
2020 Jan 08
2
Upgrade 2.2.27 to 2.3.9.2: master(imap): net_connect_unix(imap) failed: Resource temporarily unavailable
On 08/01/2020 11:09, Aki Tuomi wrote:
> Can you enable 'verbose_proctitle=yes' and maybe compare with ss -tp output?
Thanks for the response!
What exactly did you want to compare? `ss -tp` does not appear to show
cmdline/process title. I enabled it for one server, but will have to
wait for users to reconnect and for the issue to reappear there.
In the meantime, on another server
2020 Jan 09
1
Upgrade 2.2.27 to 2.3.9.2: master(imap): net_connect_unix(imap) failed: Resource temporarily unavailable
...ely match the number of imap-login
>>> sockets used (either in pre-login or TLS proxing).
>>>
>>> imap:~# ps -f --ppid `pidof dovecot` | egrep -v "dovecot/(imap|pop3) "
>>> UID??????? PID? PPID? C STIME TTY????????? TIME CMD
>>> dovenull? 5262? 5260? 0 11:48 ???????? 00:00:00 dovecot/pop3-login
>>> dovenull? 5263? 5260? 2 11:48 ???????? 00:03:53 dovecot/imap-login [724
>>> pre-login + 113 TLS proxies]
>>> dovecot?? 5264? 5260? 0 11:48 ???????? 00:01:15 dovecot/anvil [21
>>> connections]
>>> root????...
2020 Jan 08
0
Upgrade 2.2.27 to 2.3.9.2: master(imap): net_connect_unix(imap) failed: Resource temporarily unavailable
...ing this issue, the number of
TCP sockets appears to more closely match the number of imap-login
sockets used (either in pre-login or TLS proxing).
imap:~# ps -f --ppid `pidof dovecot` | egrep -v "dovecot/(imap|pop3) "
UID PID PPID C STIME TTY TIME CMD
dovenull 5262 5260 0 11:48 ? 00:00:00 dovecot/pop3-login
dovenull 5263 5260 2 11:48 ? 00:03:53 dovecot/imap-login [724
pre-login + 113 TLS proxies]
dovecot 5264 5260 0 11:48 ? 00:01:15 dovecot/anvil [21
connections]
root 5265 5260 1 11:48 ? 00:02:18 dovecot/log
dovenull 5...
2020 Jan 09
0
Upgrade 2.2.27 to 2.3.9.2: master(imap): net_connect_unix(imap) failed: Resource temporarily unavailable
...to more closely match the number of imap-login
> > sockets used (either in pre-login or TLS proxing).
> >
> > imap:~# ps -f --ppid `pidof dovecot` | egrep -v "dovecot/(imap|pop3) "
> > UID??????? PID? PPID? C STIME TTY????????? TIME CMD
> > dovenull? 5262? 5260? 0 11:48 ???????? 00:00:00 dovecot/pop3-login
> > dovenull? 5263? 5260? 2 11:48 ???????? 00:03:53 dovecot/imap-login [724
> > pre-login + 113 TLS proxies]
> > dovecot?? 5264? 5260? 0 11:48 ???????? 00:01:15 dovecot/anvil [21
> > connections]
> > root????? 5265? 5260?...
2005 Dec 14
2
Append tables
...ll <- c(t1,t2)
#all is now twice as wide as t1 or t2 with the same number of row!!!!
#I need to know how to join these tables in a row wise fashion.
Can you help me?
Regards,
Bill
Bill Hunsicker
RF Micro Devices
7625 Thorndike Road
Greensboro, NC 27409-9421
bhunsicker@rfmd.com
336-678-5260(w)
610-597-9985(m)
336-678-5088(lab)
[[alternative HTML version deleted]]
2005 Oct 07
1
[SPAM] Re: What Windows apps stand in the way of switc hing to Linuxat your shop?
.NET would be a critical component for GEICO's use of Linux and Wine.
=========================================
George Falcon, Sr. Systems Engineer / 2CE2244
Software Distribution Team / Network / SOD / GEICO HQ
Chevy Chase, MD. 20815
301-718-5260
Tie line 8-325-5260
=========================================
-----Original Message-----
From: wine-users-bounces@winehq.org [mailto:wine-users-bounces@winehq.org]
On Behalf Of Ken Cheney
Sent: Friday, October 07, 2005 12:48 PM
To: wine-users@winehq.org
Subject: RE: [SPAM] [Wine] Re: What Windo...
2017 Jan 09
3
[PATCH] vhost: scsi: constify target_core_fabric_ops structures
...&i at p)
)
@bad@
position p!={r.p,ok.p};
identifier r.i;
@@
i at p
@depends on !bad disable optional_qualifier@
identifier r.i;
@@
+const
struct target_core_fabric_ops i;
File size before: drivers/vhost/scsi.o
text data bss dec hex filename
18063 2985 40 21088 5260 drivers/vhost/scsi.o
File size after: drivers/vhost/scsi.o
text data bss dec hex filename
18479 2601 40 21120 5280 drivers/vhost/scsi.o
Signed-off-by: Bhumika Goyal <bhumirks at gmail.com>
---
drivers/vhost/scsi.c | 2 +-
1 file changed, 1 insertion(+), 1 d...
2017 Jan 09
3
[PATCH] vhost: scsi: constify target_core_fabric_ops structures
...&i at p)
)
@bad@
position p!={r.p,ok.p};
identifier r.i;
@@
i at p
@depends on !bad disable optional_qualifier@
identifier r.i;
@@
+const
struct target_core_fabric_ops i;
File size before: drivers/vhost/scsi.o
text data bss dec hex filename
18063 2985 40 21088 5260 drivers/vhost/scsi.o
File size after: drivers/vhost/scsi.o
text data bss dec hex filename
18479 2601 40 21120 5280 drivers/vhost/scsi.o
Signed-off-by: Bhumika Goyal <bhumirks at gmail.com>
---
drivers/vhost/scsi.c | 2 +-
1 file changed, 1 insertion(+), 1 d...
1998 Nov 14
2
no updates seen on PC after unix changed (v2.0 alpha)
...t see anything parameter that might be
causing this problem. If anyone know what I can do to fix it please
let me know. Thanks in advance,
David.
David Reiter dreiter@logicon.com
Logicon Information Technology Group
404 Camino Del Rio South #500
San Diego, California 92108-3503
619-610-8800 x 5260
2002 Oct 02
2
.C() and C++ name mangling
...This is Linux, Redhat 7.2 with g++-2.96.
Thanks for any help you can offer,
Andy
--
Andy Jacobson
arj at gfdl.gov
Program in Atmospheric and Oceanic Sciences
Sayre Hall, Forrestal Campus
Princeton University
PO Box CN710 Princeton, NJ 08544-0710 USA
Tel: 609/258-5260 Fax: 609/258-2850
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-he...
2015 Jun 14
2
Peer unreachable after IP change
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Guenther Boelter <gboelter at gmail.com> schrieb:
> Don't use Port 5061, your SIP-port should be always even like 5060,
> 5062, 5064 or 5066.
Could you please explain why?
I see in /etc/services, that 5060 is the port for SIP and 5061 for SIP-TLS,
but I don't find anything for the other ports...
Thanks
Luca Bertoncello
(lucabert
2005 Dec 16
2
multiple plots per page
...{
board <- subset(all,(Temperature==T && BoardNumber == B &&
PS13==V))
plot((board$FineTuneDACStep * board$ArrayID),board$OutpFreq)
}
Can you help me?
Regards,
Bill
Bill Hunsicker
RF Micro Devices
7625 Thorndike Road
Greensboro, NC 27409
336-678-5260
610-597-9985(m)
2005 Oct 26
1
(no subject)
...plotting. I have
included a simple example of my data set.
X Y
801 1
802 4
803 2
1800 1
1801 5
1802 3
Thank you in advance.
Regards,
Bill
Bill Hunsicker
RF Micro Devices
7625 Thorndike Road
Greensboro, NC 27409
336-678-5260(W)
610-579-9985(M)
[[alternative HTML version deleted]]
2011 Jun 03
1
how do I extract a certain column from a dataframe without headers???
..." and I have no idea how I can extract column 15, because there are no headers in this data.Can you please help me with that?
Thank you!
40 37 1 1 8 8 40 40 1 7 1 0 40 0 41344 7160 49158 21643 3246 1 4 2 25240 1 65809 58387 1135 35 1 1 8 8 39 39 2 6 1 0 0 0 31700 5260 36960 18987 2848 1 3 1 25239 1 64020 58387 1156 53 1 1 8 8 43 39 1 1 4 1 40 32 31025 19025 50050 37699 5654 1 2 0 25237 1 60192 55785 1171 69 1 1 8 8 39 39 5 5 0 0 0 0 7549 7320 14869 0 0 1 2 0 25236 1 54845 54960 1133 40 1 1 8 8 39 42 1 1...
2004 Apr 13
1
Problem with flags
...s still retaining two of those flags.
Just out of curiousity, I tried changing the flag of that same message
to something different, and recorded this exchange:
5259 uid store 35 +Flags ($Label2)
* 35 FETCH (FLAGS (\Answered \Seen NonJunk $Label4 $Label2 $Label5) UID 35)
5259 OK Store completed.
5260 uid store 35 -Flags ($Label1 $Label3 $Label4 $Label5)
* 35 FETCH (FLAGS (\Answered \Seen NonJunk $Label4 $Label2 $Label5) UID 35)
5260 OK Store completed.
So it seems the +Flags command works, but not the -Flags? Or does it
have something to do with sending more than one flag at a time?
Any hel...
2007 Apr 19
1
Asterisk 1.4.2 connection to Nortel CS1000M -followup with log
...ne
Contact: <sip:7113;phone-context=cdp.udp@qg.com:5060;maddr=192.168.45.129;transport=udp;user=phone>
Allow: INVITE,ACK,BYE,REGISTER,REFER,NOTIFY,CANCEL,PRACK,OPTIONS,INFO,SUBSCRIBE,UPDATE
Content-Type: application/SDP
Content-Length: 137
v=0
o=- 91 1 IN IP4 192.168.45.129
s=-
t=0 0
m=audio 5260 RTP/AVP 0
c=IN IP4 192.168.45.199
a=ptime:20
a=maxptime:20
a=sendrecv
<------------->
?--- (14 headers 9 lines) ---
?
[Khfemsrv*CLI>
Found RTP audio format 0
?Peer audio RTP is at port 192.168.45.199:5260
?Capabilities: us - 0xc (ulaw|alaw), peer - audio=0x4 (ulaw)/video=0x0 (nothing), c...
2005 Oct 27
1
sorting of data
...like to reduce nsmalldata to only the rows where
SESSIONID==7757513
I have spent quite a bit of time with R manuals and still have not
gotten there, can you help me?
Thanks in advance.
Regards,
Bill
Bill Hunsicker
RF Micro Devices
7625 Thorndike Road
Greensboro, NC 27409
336-678-5260(W)
610-579-9985(M)
[[alternative HTML version deleted]]
2017 Jan 10
1
[PATCH] vhost: scsi: constify target_core_fabric_ops structures
...!bad disable optional_qualifier@
>> identifier r.i;
>> @@
>> +const
>> struct target_core_fabric_ops i;
>>
>> File size before: drivers/vhost/scsi.o
>> text data bss dec hex filename
>> 18063 2985 40 21088 5260 drivers/vhost/scsi.o
>>
>> File size after: drivers/vhost/scsi.o
>> text data bss dec hex filename
>> 18479 2601 40 21120 5280 drivers/vhost/scsi.o
>
> What are these numbers trying to prove?
>
These numbers show that ad...
2017 Jan 10
1
[PATCH] vhost: scsi: constify target_core_fabric_ops structures
...!bad disable optional_qualifier@
>> identifier r.i;
>> @@
>> +const
>> struct target_core_fabric_ops i;
>>
>> File size before: drivers/vhost/scsi.o
>> text data bss dec hex filename
>> 18063 2985 40 21088 5260 drivers/vhost/scsi.o
>>
>> File size after: drivers/vhost/scsi.o
>> text data bss dec hex filename
>> 18479 2601 40 21120 5280 drivers/vhost/scsi.o
>
> What are these numbers trying to prove?
>
These numbers show that ad...