search for: 2549

Displaying 20 results from an estimated 61 matches for "2549".

Did you mean: 254
2016 Mar 07
2
[Bug 2549] New: [PATCH] Allow PAM conversation for pam_setcred for keyboard-interactive authentication
https://bugzilla.mindrot.org/show_bug.cgi?id=2549 Bug ID: 2549 Summary: [PATCH] Allow PAM conversation for pam_setcred for keyboard-interactive authentication Product: Portable OpenSSH Version: 7.1p2 Hardware: Sparc OS: Solaris Status: NEW...
2015 Dec 07
0
CESA-2015:2549 Moderate CentOS 6 libxml2 Security Update
CentOS Errata and Security Advisory 2015:2549 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-2549.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: ef6fc5b110883e8b85e6e0aadb0dece190506569ba1c25247b612ffee5e10e7c libxml2-2.7.6-20.el6_7.1.i686...
2020 Jun 16
0
CESA-2020:2549 Moderate CentOS 7 libexif Security Update
CentOS Errata and Security Advisory 2020:2549 Moderate Upstream details at : https://access.redhat.com/errata/RHSA-2020:2549 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: ff151ff0d06a3a237f4112e81dd69cb30bdd207c1ce2eeb5c88d405e20445e69 libexif-0.6.21-7.el7_8.i686.r...
2000 Jun 08
0
SAMBA digest 2549 / Important Question
Carlos Barbosa wrote: >Hi Samba Team. >I'm Carlos Barbosa, from Portugal. >I have a question to make you. >My next project is to implement a System that will be a File Server , >and all the Macintosh and PC machines, can access to all the files. >Will be a big Server (bi-processor), with a great storage system ( +300 GB , >Automated DLT tape Library ). >Though this,
2015 Dec 08
0
CentOS-announce Digest, Vol 130, Issue 2
...p' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CESA-2015:2549 Moderate CentOS 6 libxml2 Security Update (Johnny Hughes) ---------------------------------------------------------------------- Message: 1 Date: Mon, 7 Dec 2015 13:26:33 +0000 From: Johnny Hughes <johnny at centos.org> To: centos-announce at centos.org Subject: [CentOS-announce] CES...
2020 Jun 17
0
CentOS-announce Digest, Vol 184, Issue 7
...p' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CESA-2020:2549 Moderate CentOS 7 libexif Security Update (Johnny Hughes) ---------------------------------------------------------------------- Message: 1 Date: Tue, 16 Jun 2020 18:32:09 +0000 From: Johnny Hughes <johnny at centos.org> To: centos-announce at centos.org Subject: [CentOS-announce] CE...
2005 Sep 13
4
Fedora Core 4 not recognizing X100P cards
I am getting quite frustrated today, so please bear with me. I just installed Fedora Core 4 (was running RedHat 9 with a working Asterisk) now my Fedora does not appear to be recognizing my X100P (clone) at all. Hardware browser just shows them as unknown device. driver: hisax So, of course, my zaptel drivers do not work and therefore my asterisk does not work. any help would be greatly
2013 Jan 03
4
btrfsck: extent-tree.c:2549: btrfs_reserve_extent: Assertion `!(ret)' failed.
...ad block 183640064 warning, start mismatch 152387469312 762175488 block 152387469312 rec extent_item_refs 1, passed 1 warning, start mismatch 449606139904 427217858560 block 427217858560 rec extent_item_refs 1, passed 1 ref mismatch on [32215040 4096] extent item 30, found 31 btrfsck: extent-tree.c:2549: btrfs_reserve_extent: Assertion `!(ret)'' failed. Aborted If i run btrfsck in non-repair mode I get: # ./btrfsck /dev/md4 checking extents leaf parent key incorrect 183603200 bad block 183603200 leaf parent key incorrect 183640064 bad block 183640064 warning, start mismatch 152387469312...
2009 Mar 27
4
[LLVMdev] Connecting JITted code to gdb
.....->getExecutionEngine(); NativeFunction native = (NativeFunction)engine->getPointerToFunction(function); return native(frame); However, when I try to step into the call with gdb, I get: Breakpoint 1, eval_llvm_function (function_obj=0x142f6e0, frame=0x1350b98) at ../src/Python/ceval.cc:2549 2549 (NativeFunction)engine->getPointerToFunction(function); (gdb) n Current language: auto; currently c++ 2550 return native(frame); (gdb) p native $1 = (NativeFunction) 0x2080010 (gdb) b *0x2080010 Breakpoint 2 at 0x2080010 (gdb) s Breakpoint 2, 0x02080010 in ?? () If I don't set the...
1999 Aug 27
6
write_socket_data: write failure. Error = Broken pipe
Hi: I am running Samba 1.9.17 at SUN Solaris 2.6 and it works well. After I upgrade Samba 2.0.3 or 2.0.5a, my Excel spreadsheets got trouble. In the Samba log file I got: [1999/08/23 10:45:32, 0] lib/util_sock.c:write_socket_data(570) write_socket_data: write failure. Error = Broken pipe Anybody has an idea what is the problem? I
2008 Apr 28
6
RHEL5 - Download via EPEL was success but with errors
...eq failed: No such file or directory Could not load Mozilla. HTML rendering will be disabled. X Error of failed request: GLXUnsupportedPrivateRequest Major opcode of failed request: 140 (GLX) Minor opcode of failed request: 17 (X_GLXVendorPrivateWithReply) Serial number of failed request: 2549 Current serial number in output stream: 2549 wine: wineprefixcreate failed while creating '/root/.wine'. [root at fenmrdev02 ~]# wineserver: could not save registry branch to /root/.wine-2pQ5tX/system.reg : No such file or directory wineserver: could not save registry branch to /root/.wi...
2009 Mar 27
0
[LLVMdev] Connecting JITted code to gdb
...iveFunction native = > (NativeFunction)engine->getPointerToFunction(function); > return native(frame); > > However, when I try to step into the call with gdb, I get: > > Breakpoint 1, eval_llvm_function (function_obj=0x142f6e0, > frame=0x1350b98) at ../src/Python/ceval.cc:2549 > 2549 (NativeFunction)engine->getPointerToFunction(function); > (gdb) n > Current language: auto; currently c++ > 2550 return native(frame); > (gdb) p native > $1 = (NativeFunction) 0x2080010 > (gdb) b *0x2080010 > Breakpoint 2 at 0x2080010 > (gdb) s > Breakpoi...
2006 Jan 27
1
how calculation degrees freedom
...Structure: General positive-definite StdDev Corr Linf 7.3625291 Linf K 0.0845886 -0.656 Residual 1.6967358 Fixed effects: list(Linf + K ~ 1) Value Std.Error DF t-value p-value Linf 69.32748 0.4187314 402 165.5655 <.0001 K 0.31424 0.0047690 2549 65.8917 <.0001 Standardized Within-Group Residuals: Min Q1 Med Q3 Max -3.98674 -0.5338083 -0.02783649 0.5261591 4.750609 Number of Observations: 2952 Number of Groups: 403 > Why are the DF of Linf and K different? I would apreciate if you could p...
2009 Jul 20
0
No subject
mailboxes). Are you certain that removing either 612 or 610 mailbox would keep Asterisk from complaining ? > > However, the MWI does not indicate voice mails for 610 and I keep seeing > this error message: > > ERROR[2549]: app_voicemail.c:1630 messagecount: Couldn't find mailbox > 610 in context a10 > > However, mailbox 610 is clearly defined in voicemail.conf: > > [a10] > 610 => xxx,General Mailbox,mail at mycompany.com,,imapuser=mail at mycompany.com > 612 => yyy,Terry Keeley,morema...
2009 Mar 27
2
[LLVMdev] Connecting JITted code to gdb
...NativeFunction)engine->getPointerToFunction(function); >>       return native(frame); >> >> However, when I try to step into the call with gdb, I get: >> >> Breakpoint 1, eval_llvm_function (function_obj=0x142f6e0, >> frame=0x1350b98) at ../src/Python/ceval.cc:2549 >> 2549                  (NativeFunction)engine->getPointerToFunction(function); >> (gdb) n >> Current language:  auto; currently c++ >> 2550          return native(frame); >> (gdb) p native >> $1 = (NativeFunction) 0x2080010 >> (gdb) b *0x2080010 >&g...
2005 Jun 22
1
Error on installing oh323 on asterisk
...2544: dereferencing pointer to incomplete type chan_oh323.c:2545: dereferencing pointer to incomplete type chan_oh323.c:2546: dereferencing pointer to incomplete type chan_oh323.c:2547: dereferencing pointer to incomplete type chan_oh323.c:2548: dereferencing pointer to incomplete type chan_oh323.c:2549: dereferencing pointer to incomplete type chan_oh323.c:2550: dereferencing pointer to incomplete type chan_oh323.c:2551: dereferencing pointer to incomplete type chan_oh323.c:2552: dereferencing pointer to incomplete type chan_oh323.c:2579: structure has no member named `dnid' chan_oh323.c:2589...
2006 Jan 26
0
degrees freedom in nlme
...Structure: General positive-definite StdDev Corr Linf 7.3625291 Linf K 0.0845886 -0.656 Residual 1.6967358 Fixed effects: list(Linf + K ~ 1) Value Std.Error DF t-value p-value Linf 69.32748 0.4187314 402 165.5655 <.0001 K 0.31424 0.0047690 2549 65.8917 <.0001 Standardized Within-Group Residuals: Min Q1 Med Q3 Max -3.98674 -0.5338083 -0.02783649 0.5261591 4.750609 Number of Observations: 2952 Number of Groups: 403 Why are the DF of Linf and K different? I would apreciate if you could point m...
2009 Oct 15
2
MWI for multiple voice mail boxes
Hello, all. I have a user who needs to monitor their voice mail box and the general delivery voice mail box. I defined them in sip.conf as follows: [tkeeley](a10f) mailbox=612 at a10, 610 at a10 However, the MWI does not indicate voice mails for 610 and I keep seeing this error message: ERROR[2549]: app_voicemail.c:1630 messagecount: Couldn't find mailbox 610 in context a10 However, mailbox 610 is clearly defined in voicemail.conf: [a10] 610 => xxx,General Mailbox,mail at mycompany.com,,imapuser=mail at mycompany.com 612 => yyy,Terry Keeley,moremail at mycompany.com,,imapuser=mor...
2008 Sep 28
1
Yumex-Error in loading repository data
On a CentOS 4 desktop Yumex gives the error message "Error in loading repository data" but yum works fine from the cli. Could something have been broken in yumex? Putting yumex in debug mode does not give me clues as to the error message. Thanks, Josh
2006 Sep 22
3
Error with :create => true and existing index
I implemented a "reindex" command which simply creates an IndexWriter with :create => true for a prexisting index. The "reindexing" seems to start out ok, with several thousand docs added, then Ferret throws an exception: IO Error occured: couldn''t rename file "index\_0.tmp" to "index\_0.cfs": <File exists> I guess that _0.cfs is held