search for: 2589

Displaying 20 results from an estimated 78 matches for "2589".

Did you mean: 258
2010 Jan 29
0
chan_mobile problem with audio (distorted)
...10 i686 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ AuthenticAMD GNU/Linux I've got everything working, but after a few call audio got distorted similar to this: https://issues.asterisk.org/view.php?id=13282 Here is some errors in syslog: bluetoothd[2588]: Bluetooth daemon 4.60 bluetoothd[2589]: Starting SDP server crc16: exports duplicate symbol crc16 (owned by kernel) Bluetooth: L2CAP ver 2.14 Bluetooth: L2CAP socket layer initialized Bluetooth: SCO (Voice Link) ver 0.6 Bluetooth: SCO socket layer initialized bluetoothd[2589]: HCI dev 0 registered bluetoothd[2589]: HCI dev 0 up bluetoo...
2016 Jun 20
0
[Bug 2589] errors show when build openssh 6.7p1 on AIX 5.3
https://bugzilla.mindrot.org/show_bug.cgi?id=2589 --- Comment #26 from Mason <ahdong2007 at hotmail.com> --- (In reply to Darren Tucker from comment #25) > Comment on attachment 2835 [details] > config.h > > Oh, right file, wrong description. Any suggestions? -- You are receiving this mail because: You are watching someone o...
2016 Jun 20
0
[Bug 2589] errors show when build openssh 6.7p1 on AIX 5.3
https://bugzilla.mindrot.org/show_bug.cgi?id=2589 --- Comment #27 from Darren Tucker <dtucker at zip.com.au> --- (In reply to Mason from comment #26) > Any suggestions? I don't understand why it doesn't work. I do have access to an AIX box however it doesn't have xlc. I was hoping to use the config.h you supplied to figure...
2016 Jun 20
0
[Bug 2589] errors show when build openssh 6.7p1 on AIX 5.3
https://bugzilla.mindrot.org/show_bug.cgi?id=2589 --- Comment #28 from Darren Tucker <dtucker at zip.com.au> --- (In reply to Darren Tucker from comment #27) > I don't understand why it doesn't work. There might be a hint here: https://lists.gnu.org/archive/html/bug-gnulib/2008-02/msg00139.html """ Turns out that...
2016 Jun 20
0
[Bug 2589] errors show when build openssh 6.7p1 on AIX 5.3
https://bugzilla.mindrot.org/show_bug.cgi?id=2589 --- Comment #29 from Darren Tucker <dtucker at zip.com.au> --- Created attachment 2842 --> https://bugzilla.mindrot.org/attachment.cgi?id=2842&action=edit move VA_COPY into openbsd-compat.h and use in sshbuf-getput-basic.c If comment#27 checks out, please try this patch. -- You a...
2016 Jun 22
0
[Bug 2589] errors show when build openssh 6.7p1 on AIX 5.3
https://bugzilla.mindrot.org/show_bug.cgi?id=2589 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |2543 Severity|critical |minor --...
2016 Jun 27
0
[Bug 2589] errors show when build openssh 6.7p1 on AIX 5.3
https://bugzilla.mindrot.org/show_bug.cgi?id=2589 --- Comment #31 from Mason <ahdong2007 at hotmail.com> --- (In reply to Darren Tucker from comment #30) > Did the patch help? if so I'd like to include it in the next > release. Sorry, my test server was removed, I can't continue the testing. I would like to put it on hold,...
2016 Jul 15
0
[Bug 2589] errors show when build openssh 6.7p1 on AIX 5.3
https://bugzilla.mindrot.org/show_bug.cgi?id=2589 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED...
2016 Dec 09
0
[Bug 2589] errors show when build openssh 6.7p1 on AIX 5.3
https://bugzilla.mindrot.org/show_bug.cgi?id=2589 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #33 from Damien Miller <djm at mindrot.org&...
2006 Mar 05
2
Problem with libpri?
While testing a problem with "spontaeously" and "occasionally" rebooting asterisk, I came upon this problem: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1210770512 (LWP 11346)] 0x002e3fe1 in pri_release_timeout (data=0x93a0478) at q931.c:2589 2589 q931.c: No such file or directory. in q931.c q931.c is in libpri, function pri_release_timeout, and line 2589 reads: if (pri->debug & PRI_DEBUG_Q931_STATE) pri_message(pri, "Timed out looking for release complete\n"); PRI Debug was not on in...
2006 Mar 20
2
subsetting and NAs
...4500 6009K <NA> 1.1 165.0 <NA> NA 5 4501 6009K <NA> 1.5 225.0 <NA> NA 2587 7083 9206N 4/8/2009 1.5 103.5 2009-04-08 2009 2588 7084 9206N 4/10/2009 1.3 89.7 2009-04-10 2009 2589 7085 9206N 4/11/2009 1.9 131.1 2009-04-11 2009 2590 7086 9206N 4/12/2009 1.3 89.7 2009-04-12 2009 2591 7087 9206N 4/15/2009 1.1 75.9 2009-04-15 2009 29793 35208 91630 1/21/2006 1.4 107.8 2006-01-21 2006 29794 35209 91630 1...
2015 Apr 15
6
[Bug 2382] New: option to disable pid file with sshd
https://bugzilla.mindrot.org/show_bug.cgi?id=2382 Bug ID: 2382 Summary: option to disable pid file with sshd Product: Portable OpenSSH Version: 6.9p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: sshd Assignee: unassigned-bugs at
2005 Jul 01
4
Lines for plot (Sweave)
...ines are connected through all points even when data are missing. Here is a snip of relevant code. In the actual program, the data in stu.vector and avg.vector are obtained from the dataframe as the programs loops through each row. stu.vector<-c(2500, 2510, NA , 2600) avg.vector<-c(2635, 2589, 2628, 2685) x <- c(0,1,2,3) graph.min <- min(stu.vector,avg.vector ,na.rm=TRUE)-150 graph.max <- max(stu.vector,avg.vector ,na.rm=TRUE)+150 plot(x, stu.vector, ylim=c(graph.min,graph.max), xlab=" ", ylab="Scaled Score", xaxt='n', pch=2, col='blue', mai...
2015 Aug 28
0
Bug#797205: xen-hypervisor-4.4-amd64: Xen live migration dom0 memory swap
...threshold set at 0x4000 pages. (XEN) Std. Loglevel: All (XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings) (XEN) Xen is relinquishing VGA console. (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen) (XEN) Freed 316kB init memory. (XEN) traps.c:2589:d0v0 Domain attempted WRMSR 00000000c0000081 from 0xe023e00800000000 to 0x0023001000000000. (XEN) traps.c:2589:d0v0 Domain attempted WRMSR 00000000c0000082 from 0xffff82d080453000 to 0xffffffff8156b4d0. (XEN) traps.c:2589:d0v0 Domain attempted WRMSR 00000000c0000083 from 0xffff82d080453080 to 0xfff...
2007 May 17
2
Quadbri Cellular Issue
...P/200-09fc1698", "record-enable|200|OUT") in new stack -- Executing GotoIf("SIP/200-09fc1698", "0?2:4") in new stack -- Goto (macro-record-enable,s,4) -- Executing DeadAGI("SIP/200-09fc1698", "recordingcheck|20070517-111347|asterisk-2589-1179393227.3") in new stack -- Launched AGI Script /var/lib/asterisk/agi-bin/recordingcheck recordingcheck|20070517-111347|asterisk-2589-1179393227.3: Outbound recording not enabled -- AGI Script recordingcheck completed, returning 0 -- Executing NoOp("SIP/200-09fc1698&...
2007 Jun 14
1
back-transform predictors for x-axis in plot -- mgcv package
...Thanks in advance, Suzan -- Suzan Pool Oregon State University Cooperative Institute for Marine Resources Studies c/o NOAA Fisheries 520 Heceta Place P.O. Box 155 Hammond, OR 97121 Suzan.Pool at oregonstate.edu Suzan.Pool at noaa.gov Phone: 503-861-1818 x36 TTY Voice to TTY: 711 Fax: 503-861-2589
1999 Dec 20
1
2.0.6: very hard overload after upgrade from 2.0.5a
...l 22516 figvam (195.161.22.174) Mon Dec 20 10:16:12 1999 squid-wate piv guest 26314 bsu (193.168.6.80) Mon Dec 20 10:17:46 1999 bsu bsu guest 26314 bsu (193.168.6.80) Mon Dec 20 10:17:46 1999 "ps ax | grep smbd | grep -v grep" shows this 2589 ?? R 3108:46.48 smbd 11889 ?? R 13:12.33 smbd 12072 ?? R 12:39.44 smbd 14538 ?? R 7:16.31 smbd 14597 ?? R 7:07.39 smbd 15234 ?? R 6:04.20 smbd 15334 ?? R 5:59.41 smbd 15439 ?? R 5:55.80 smbd 15533 ?? R 5:53.14 smbd 15616 ?? R 5:48.20...
2015 Mar 13
2
Apparent bug in logwatch's reporting of number of email by sendmail
...ctladdr=<root at localhost.localdomain> (0/0), delay=00:00:01, xdelay=00:00:01, mailer=esmtp, pri=122756, relay=dellap.mousecar.net. [192.168.0.26], dsn=2.0.0, stat=Sent (t2C82Jh3016227 Message accepted for delivery) Mar 13 04:02:13 srchost sendmail[30541]: t2D82ATM030541: from=root, size=2589, class=0, nrcpts=1, msgid=<201503130802.t2D82ATM030541 at localhost.localdomain>, relay=root at localhost These four lines describe the sending of just one email. (The loglevel for sendmail is set at 9, the default.) I don't know why, but logwatch reports that two emails were sent...
2018 Apr 19
3
[PATCH net] virtio_net: split out ctrl buffer
When sending control commands, virtio net sets up several buffers for DMA. The buffers are all part of the net device which means it's actually allocated by kvmalloc so in theory (on extreme memory pressure) it's possible to get a vmalloc'ed buffer which on some platforms means we can't DMA there. Fix up by moving the DMA buffers out into a separate structure. Reported-by:
2016 Feb 26
66
[Bug 2543] New: Tracking bug for OpenSSH 7.3 release
https://bugzilla.mindrot.org/show_bug.cgi?id=2543 Bug ID: 2543 Summary: Tracking bug for OpenSSH 7.3 release Product: Portable OpenSSH Version: -current Hardware: Other OS: All Status: NEW Keywords: meta Severity: normal Priority: P1 Component: Miscellaneous