search for: 2098

Displaying 20 results from an estimated 633 matches for "2098".

Did you mean: 1098
2016 Sep 02
2
Asterisk 13.11 realtime problem registering phones
I upgraded my office installation from 13.10 to 13.11 yesterday and now I am having problems registering phones. Here is what I get on the CLI: [Sep 2 15:38:46] WARNING[2098]: res_config_mysql.c:1162 require_mysql: Realtime table general at ps_contacts: column 'qualify_timeout' cannot be type 'int(10)' (need char) [Sep 2 15:38:46] WARNING[2098]: res_config_mysql.c:1162 require_mysql: Realtime table general at ps_contacts: column 'expiration_time...
2013 May 07
3
[Bug 2098] New: sftp doesn't handle '#' within filenames for transfer
https://bugzilla.mindrot.org/show_bug.cgi?id=2098 Bug ID: 2098 Summary: sftp doesn't handle '#' within filenames for transfer Classification: Unclassified Product: Portable OpenSSH Version: 5.8p2 Hardware: All OS: All Status: NEW Severity:...
2016 Oct 25
0
CESA-2016:2098 Important CentOS 7 kernel Security Update
CentOS Errata and Security Advisory 2016:2098 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-2098.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: afb7e2a7c3a38185b99f092b70ec274888a5beb136a7e5077559cbd29b3f55d7 kernel-3.10.0-327.36.3.el7...
2020 May 21
0
CEBA-2020:2098 CentOS 7 nss-pam-ldapd BugFix Update
CentOS Errata and Bugfix Advisory 2020:2098 Upstream details at : https://access.redhat.com/errata/RHBA-2020:2098 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: e5b577fcc3948e75a53346b23c866b91e0a779f5fd419c985093d279899fa63d nss-pam-ldapd-0.8.13-22.el7_8.1.i686....
2003 Jan 22
0
RE: samba digest, Vol 1 #2098 - 22 msgs
...rk for you. Otherwise roll your own. Thanks, Mike -----Original Message----- From: CHENEY,JOHN (HP-Australia,ex3) [mailto:john.cheney@hp.com] Sent: Wednesday, January 22, 2003 2:44 PM To: 'twilson@stl-inc.com' Cc: 'samba@lists.samba.org' Subject: [Samba] RE: samba digest, Vol 1 #2098 - 22 msgs Tim Looks like you got a binary compiled for HP-UX 11.x, as that version of HP-UX introduced libc.2.
2003 Jan 22
0
RE: samba digest, Vol 1 #2098 - 22 msgs
Tim Looks like you got a binary compiled for HP-UX 11.x, as that version of HP-UX introduced libc.2. It doesn't exist in HP-UX 10.20. I checked the samba.org site and don't see any 2.2.X versions pre-compiled for 10.20, so my recommendation would be to download the source of 2.2.X and compile your own for 10.20. I checked to see if we had any old archive copies of Samba 2.0.X for
2016 Oct 25
2
CVE-2016-5195 DirtyCOW : Critical Linux Kernel Flaw
On Tue, Oct 25, 2016 at 2:18 PM, <m.roth at 5-cent.us> wrote: > My manager just told me that upstream has released a patched kernel for 7: > > CentOS package kernel-3.10.0-327.36.3.el7.x86_64.rpm > see http://rhn.redhat.com/errata/RHSA-2016-2098.html > > I'm hoping Johnny can get us that, hopefully before the end of the week. > > mark > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > That came out...
2009 Jun 23
2
Problem with ifelse statement
...; & data$MALE>4, "C", "B") (i.e., if social status is B and there are more than 4 males, then recode social status to C; otherwise, leave it B) But, it's not working. See the below R output. Notice that there were 71 "B" observations before the re-code but 2098 "B" observations after the re-code. The only thing my code should do is REDUCE the number of "B" observations, not increase them. Can anyone see what I'm doing wrong? Thanks! Thanks, Mark Na > str(data) 'data.frame': 2100 obs. of 13 variables: $ DATE...
2016 Oct 26
0
CentOS-announce Digest, Vol 140, Issue 9
...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-2016:2098 Important CentOS 7 kernel Security Update (Johnny Hughes) 2. CESA-2016:2105 Important CentOS 6 kernel Security Update (Johnny Hughes) ---------------------------------------------------------------------- Message: 1 Date: Tue, 25 Oct 2016 11:17:10 +0000 From: Johnny Hughes <joh...
2006 Oct 12
3
Ferret::StateError while using acts_as_ferret
...''m currently running Ferret 0.10.11 with acts_as_ferret (latest via svn external) and 3 times today I''ve seen the following error in production: A Ferret::StateError occurred in directory#search: State Error occurred at <except.c>:79 in xraise Error occurred in index.c:2098 - stde_doc_num Illegal state of TermDocEnum. You must call #next before you call #doc_num /usr/local/lib/ruby/gems/1.8/gems/ferret-0.10.11/lib/ferret/index.rb:370:in `search.each'' The index in question is on a single model and contains about 330K items. I''m not doin...
2010 Jan 17
2
error: failed to serialize S-Expr
Last night I upgraded from b127 to b130 and now I can''t mark autostart domains: # virsh autostart lunar-1 error: Failed to mark domain lunar-1 as autostarted error: failed to serialize S-Expr: (domain (on_crash restart) (uuid 91c21040-2098-bc0d-b401-3908f3a21667) (bootloader_args) (vcpus 1) (name lunar-1) (on_poweroff destroy) (on_reboot restart) (cpus ( Searching the archives revealed this thread from July, but the circumstances are different as all my Xvm services are running Any ideas? Thanks, Kent
2009 Oct 13
7
lapply() reccursively
Hi all, I was wondering whether it is possible to use the lapply() function to alter the value of the input, something in the spirit of : a1<-runif(100) a2<-function(i){ a1[i]<-a1[i-1]*a1[i];a1[i] } a3<-lapply(2:100,a2) Something akin to a for() loop, but using the lapply() infrastructure. I haven't been able to get rapply() to do this. The reason is that the "real"
2016 Oct 25
5
CVE-2016-5195 DirtyCOW : Critical Linux Kernel Flaw
On Tue, 25 Oct 2016 10:06:12 +0200 Christian Anthon <anthon at rth.dk> wrote: > What is the best approach on centos 6 to mitigate the problem is > officially patched? As far as I can tell Centos 6 is vulnerable to > attacks using ptrace. I can confirm that c6 is vulnerable, we're running a patched kernel (local build) using a rhel6 adaptation of the upstream fix. Ask
2006 Dec 10
4
sample "n" random positions from a matrix
Hi there, I have a binary matrix (dim 100x100) filled with values 0 and 1. I need select a record "n" positions of that matrix when values are 1. How can I do that? Thanks for all, Miltinho Brazil --------------------------------- [[alternative HTML version deleted]]
2016 Oct 24
3
CVE-2016-5195 “DirtyCOW”: Critical Linux Kernel Flaw
...ycow-centos-7rhel7cpanelcloudlinux/ >> >> At least those of us who still have important multi user machines running >> Linux. > > I should have said CentOS 7. Older ones (CentOS 6 and 5) are not vulnerable. Patch is out on RHEL side: https://rhn.redhat.com/errata/RHSA-2016-2098.html ******************************************************************************* Gilbert Sebenste ******** (My opinions only!) ****** ************************************************************...
2008 Aug 15
1
Hard disk, format, filesystem
...t! Abort<y>? yes // I even tried fsck using the secondary (or tertiary) superblock // but no success. So now what? Apart from doing a low-level format. - Jussi -- Jussi Hirvi * Green Spot Topeliuksenkatu 15 C * 00250 Helsinki * Finland Tel. & fax +358 9 493 981 * Mobile +358 40 771 2098 (only sms) jussi.hirvi at greenspot.fi * http://www.greenspot.fi
2008 Dec 11
1
7.1-PRERELEASE: asus M3A / Phenom X4 / powerd freeze
...U Throttling> on cpu0 cpu1: <ACPI CPU> on acpi0 cpu2: <ACPI CPU> on acpi0 cpu3: <ACPI CPU> on acpi0 acpi_hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 900 dev.cpu.0.freq_levels: 2398/-1 2098/-1 1798/-1 1498/-1 1199/-1 899/-1 599/-1 299/-1 further : - I set debug.cpufreq.lowest superior to 1500 : system remains up but only when pushing really slightly - I set debug.cpufreq.lowest inferior to 1100 : freeze garantueed - I define hint.acpi_throttle.0.disabled="1"...
2015 Apr 01
0
help : annoucement queue
Hi everybody, I've a matter with the queue annoucement with the "thereare", because if I put just one member in my configuration (member => SIP/2098), the ivr gave me that I was the firt or second in the next at the queue. But the problem is, if I add one member (eg: member => SIP/2098 and member => SIP/2099), the ivr don't gave me the range but It play the background sound that I declare in my musiconhold. ipbx-digue*CLI> cor...
2010 Oct 12
2
Openwebmail emergency (Perl)
...red.pl line 1175. I tried to do perl -MCPAN -e shell install Compress::Zlib But it says Compress::Zlib is up-to-date. What do to?? I cannot find an answer by googling. - Jussi -- Jussi Hirvi * Green Spot Topeliuksenkatu 15 C * 00250 Helsinki * Finland Tel. +358 9 493 981 * Mobile +358 40 771 2098 (only sms) jussi.hirvi at greenspot.fi * http://www.greenspot.fi
2011 Apr 11
1
KVM resources?
...will all be CentOS 4 or 5. Disk I/O will probably be a potential bottleneck. I am interested in the "block device" strategy, and could use more info about it. - Jussi -- Jussi Hirvi * Green Spot Topeliuksenkatu 15 C * 00250 Helsinki * Finland Tel. +358 9 493 981 * Mobile +358 40 771 2098 (only sms) jussi.hirvi at greenspot.fi * http://www.greenspot.fi