Displaying 20 results from an estimated 158 matches for "1502".
Did you mean:
102
2008 Aug 11
5
[Bug 1502] New: Incompatible declaration of AuthctxtV2.success
https://bugzilla.mindrot.org/show_bug.cgi?id=1502
Summary: Incompatible declaration of AuthctxtV2.success
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.0p1
Platform: Other
OS/Version: Other
Status: NEW
Severity: normal
Priority: P2...
2015 Jul 27
0
CEBA-2015:1502 CentOS 7 gzip FASTTRACK BugFix Update
CentOS Errata and Bugfix Advisory 2015:1502
Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-1502.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
e63172b846cfe2080b07318bb6d450e1b57ec032e02d2536d9ab56070b22d0c9 gzip-1.5-8.el7.x86_64.rpm
Source:...
2009 Oct 30
0
CESA-2009:1502 Important CentOS 5 i386 kdegraphics Update
CentOS Errata and Security Advisory 2009:1502 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2009-1502.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
2f58400f763362f20a23f37119548ef4 kdegraphics-3.5.4-15.el5_4.2.i386.rpm
7ae470d819939a6967613b804...
2009 Oct 30
0
CESA-2009:1502 Important CentOS 5 x86_64 kdegraphics Update
CentOS Errata and Security Advisory 2009:1502 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2009-1502.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
20bad68980df8b4772b060e2e3cde4f5 kdegraphics-3.5.4-15.el5_4.2.x86_64.rpm
d603f1944a5a7ecdf89fc...
2011 Nov 30
0
CEBA-2011:1502 CentOS 5 i386 dump FASTTRACK Update
CentOS Errata and Bugfix Advisory 2011:1502
Upstream details at : http://rhn.redhat.com/errata/RHBA-2011-1502.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
ceafc48569634b1853d02ac26f21213c dump-0.4b41-6.el5.i386.rpm
bc176c160465c3a3a4169aa3082edf6b rmt-0.4b41-6...
2011 Nov 30
0
CEBA-2011:1502 CentOS 5 x86_64 dump FASTTRACK Update
CentOS Errata and Bugfix Advisory 2011:1502
Upstream details at : http://rhn.redhat.com/errata/RHBA-2011-1502.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
0d6f54f5e12f2041749c5056f0dd9c7e dump-0.4b41-6.el5.x86_64.rpm
69ed78c0f2cb17ca2cf508c6c141ceb3 rmt-0.4b...
2013 Nov 05
0
CEBA-2013:1502 CentOS 6 e2fsprogs Update
CentOS Errata and Bugfix Advisory 2013:1502
Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-1502.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
2e985c764113c3864a6e8da89939b40c4e21d7e90b50da8008f16bdda1a46105 e2fsprogs-1.41.12-14.el6_4.4.i686.rpm...
2004 Jul 05
0
[Bug 1502] rsync error: error in rsync protocol data stream (code 12) at io.c(836)
https://bugzilla.samba.org/show_bug.cgi?id=1502
mwang@unixlabplus.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Addition...
2004 Jul 03
0
[Bug 1502] New: rsync error: error in rsync protocol data stream (code 12) at io.c(836)
https://bugzilla.samba.org/show_bug.cgi?id=1502
Summary: rsync error: error in rsync protocol data stream (code
12) at io.c(836)
Product: rsync
Version: 2.6.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: blocker
Priority: P3...
2014 Dec 15
0
[OT} Odd tmux behaviour on exit
...hen the dots expand to fill the available
display. The scroll-back is not affected. I am unable to regain control of
that terminal session from within the session itself.
Looking at the processes runnin on that host from a direct ssh session shows
this:
<pre>
# ps -ef | grep ssh
root 1502 1 0 Dec12 ? 00:00:06 /usr/sbin/sshd
root 10798 1502 0 10:00 ? 00:00:09 sshd: root at pts/0
root 13015 10810 0 10:12 pts/1 00:00:08 ssh inet07 -t -Y tmux ||
/bin/bash
root 13017 1502 0 10:12 ? 00:00:08 sshd: root at pts/2
root 15622 1502 0 10:45 ?...
2009 Nov 19
1
SIP Calls on Asterisk fails after 25000 calls
...sion(asterisk-1.6.0.5) with
MySQL (using res_odbc)support for extensions and users list.
The call rate is 7 calls / second and each call stays for 120 seconds.
after making 25000 successful calls , calls started
failing with following message on CLI.
[Nov 11 08:50:04] WARNING[2258]: app_dial.c:1502 dial_exec_full: Unable
to create channel of type 'SIP' (cause 20 - Unknown)
[Nov 11 08:50:04] WARNING[2259]: app_dial.c:1502 dial_exec_full: Unable
to create channel of type 'SIP' (cause 20 - Unknown)
Is there any configuration parameters I missed out ? please provide
your valu...
2010 Mar 25
3
Returning Data Frame from Function for use Outside Function
...## get the variable information
all <- merge(sample.obs, vcohort, by="ID")
## For some reason some observations get repeated
## in the sampling procedure. To account for this
## remove all observations having duplicate ID and
## TIME information e.g. id=1502, time=1; id=1502,
## time=1 (delete one of these)
analysis <- all[!duplicated(all[,c("ID","TIME")]),]
## Fit the mixed model
fit <- lmer(formula, analysis)
## Output the COEFFICIENT results into a data vector
results[i,] <- fixef(f...
2004 Aug 06
3
content on demand?
Hi,
Does Icecast support streaming on demand as Shoutcast does? i.e. if I have
some MP3 files in a directory, can these be streamed if I link to them on a
web page.
Thanks,
Glen
-----------------------------------------------------
Design Solution Limited
t: +44 (0)1502 513008
f: +44 (0)1502 588622
e: info@designsolution.co.uk
w: http://www.designsolution.co.uk
Nouvotech House, Harbour Road,
Oulton Broad, Suffolk, NR32 3LZ, UK
-----------------------------------------------------
Graphic Design - Web development - Hosting
---------------------------...
2006 Jul 24
2
samba-3.0.23a, get_dc_list failures
...ads domain to samba-3.0.23a.
Before the upgrade:
$ kinit foo@BAR.com
$ net ads testjoin
$ net ads join
works fine.
After the upgrade
$ net ads testjoin
$ net ads join
both hang. So I tried
$ net ads testjoin -d4
and found that it returns:
[2006/07/24 10:12:27, 4] libsmb/namequery.c:get_dc_list(1502)
get_dc_list: returning 2 ip addresses in an unordered list
[2006/07/24 10:12:27, 4] libsmb/namequery.c:get_dc_list(1503)
get_dc_list: 2.0.0.0:389 73.78.47.85:1160662094
which is *totally* not right for our site (not even close).
????
running the aforementioned command using samba-3.0.22 does...
2003 Jun 23
3
FW: S4 classes, creating in C
...s "LUdecomposition" elements of the
prototype
failed to match the corresponding slot class: pivot (class " integer
")
Why can I no longer use the prototype to set the default values?
Laurence Kell
CEFAS Lowestoft Laboratory
Pakefield Road
Lowestoft, NR33 0HT
UK
Tel +44 1502 52 42 57
Fax +44 1502 52 45 11
e-mail l.t.kell@cefas.co.uk
[[alternative HTML version deleted]]
2013 Nov 06
0
CentOS-announce Digest, Vol 105, Issue 4
..., please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."
Today's Topics:
1. CESA-2013:1505 Important CentOS 5 java-1.6.0-openjdk Update
(Johnny Hughes)
2. CEBA-2013:1504 CentOS 6 lvm2 Update (Johnny Hughes)
3. CEBA-2013:1502 CentOS 6 e2fsprogs Update (Johnny Hughes)
4. CESA-2013:1505 Important CentOS 6 java-1.6.0-openjdk Update
(Johnny Hughes)
----------------------------------------------------------------------
Message: 1
Date: Tue, 5 Nov 2013 20:45:16 +0000
From: Johnny Hughes <johnny at centos.org&g...
2011 Nov 30
0
CentOS-announce Digest, Vol 81, Issue 14
...CentOS 5 x86_64 ixgbe-kmod Update (Johnny Hughes)
4. CEEA-2011:1500 CentOS 5 i386 ixgbe-kmod Update (Johnny Hughes)
5. CESA-2011:1479 Important CentOS 5 x86_64 kernel Update
(Johnny Hughes)
6. CESA-2011:1479 Important CentOS 5 i386 kernel Update
(Johnny Hughes)
7. CEBA-2011:1502 CentOS 5 i386 dump FASTTRACK Update (Johnny Hughes)
8. CEBA-2011:1502 CentOS 5 x86_64 dump FASTTRACK Update
(Johnny Hughes)
9. CEBA-2011:1503 CentOS 5 i386 ecryptfs-utils FASTTRACK Update
(Johnny Hughes)
10. CEBA-2011:1503 CentOS 5 x86_64 ecryptfs-utils FASTTRACK
Update (J...
2003 Sep 05
1
Problem with S4 slots in C code (PR#4073)
...=_NextPart_000_01C3738F.63DE3390
Content-Type: application/octet-stream;
name="Laurence Kell (E-mail).vcf"
Content-Disposition: attachment;
filename="Laurence Kell (E-mail).vcf"
BEGIN:VCARD
VERSION:2.1
N:Kell;Laurence
FN:Laurence Kell (E-mail)
ORG:CEFAS
TEL;WORK;VOICE:+44 (0) 1502 524257
TEL;WORK;FAX:+44 (0) 1502 524511
ADR;WORK:;;Lowestoft Laboratory;Pakefield Road;Lowestoft,;NR33 0HT;UK
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Lowestoft Laboratory=0D=0APakefield Road, Lowestoft, NR33 0HT=0D=0AUK
EMAIL;PREF;INTERNET:/o=CEFAS/ou=LOWESTOFT/cn=Recipients/cn=LTK00
REV:20030410T1305...
2002 Jul 08
3
compilation breaks with gnome support on hp-ux 11.00 (PR#1757)
...-I/usr/local/include -I/opt/gnome/include
-DHAVE_CONFIG_H +Z -
Wp,-H16000 -c system-showfiles.c -o system-showfiles.lo
cpp: "/opt/gnome/include/gnome-1.0/libgnome/gnome-i18n.h", line 10: warning
2013: Unknown preprocess
ing directive.
cc: "system-showfiles.c", line 271: error 1502: Array size must be a constant
expression.
gmake[4]: *** [system-showfiles.lo] Error 1
gnome-1.4 for hpux 11.00
PS: R-1.5.1 compiles fine w/o gnome support
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~horn...
2018 Jul 23
4
sysvolreset error '{Operation Failed} The requested operation was unsuccessful.'
...s)
File "/usr/lib/python2.7/dist-packages/samba/provision/__init__.py",
line 1609, in setsysvolacl
set_gpos_acl(sysvol, dnsdomain, domainsid, domaindn, samdb, lp,
use_ntvfs, passdb=s4_passdb)
File "/usr/lib/python2.7/dist-packages/samba/provision/__init__.py",
line 1502, in set_gpos_acl
use_ntvfs=use_ntvfs, skip_invalid_chown=True, passdb=passdb,
service=SYSVOL_SERVICE)
File "/usr/lib/python2.7/dist-packages/samba/ntacls.py", line 162, in
setntacl
smbd.set_nt_acl(file, security.SECINFO_OWNER |
security.SECINFO_GROUP | security.SECINFO_DAC...