search for: 10873

Displaying 12 results from an estimated 12 matches for "10873".

Did you mean: 1087
2015 Feb 13
2
Debugging some DTMF Weirdness.
I'm attempting to find where my extra long DTMF Tones are coming from. I'm dialing from my sip handset through my proxy to my Asterisk box which is my PSTN Gateway. I'm pressing 4 to select a menu and everything is fine. [Feb 12 16:58:18] DTMF[29762] channel.c: DTMF begin '4' received on SIP/trunk-0a02dee0 [Feb 12 16:58:18] DTMF[29762] channel.c: DTMF begin passthrough
2008 Mar 03
1
Losing attributes in data.frame() (PR#10873)
Folks: Problem: [<-.data,frame() is losing attributes under certain curcumstances shown below. I think this is a bug, at least in documentation, as I was unable to find explicit documentation of the behavior. Indeed, the only documentation I found told me attributes are preserved. Here is a detailed description: > df <- data.frame(a=1:3, b=letters[1:3]) > attr(df,"foo")
2018 Apr 02
5
[Bug 13364] New: rsyncd clips trims relative symlinks outside of source tree
https://bugzilla.samba.org/show_bug.cgi?id=13364 Bug ID: 13364 Summary: rsyncd clips trims relative symlinks outside of source tree Product: rsync Version: 3.1.3 Hardware: x64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: core Assignee:
2002 Mar 25
1
int 32 bit error on SPARC 64bit (PR#1415)
...T (~0 == (unsigned) -1) 677 might work, but at least one compiler (CodeWarrior 6) chokes on it. 678 So for now just assume it is true. 679 */ ***Related code in configure file: 10871 if test "${ac_cv_sizeof_int}" = 4; then 10872 cat >> confdefs.h <<\EOF 10873 #define INT_32_BITS 1 10874 EOF 10875 10876 fi 10877 if test "${cross_compiling}" = yes; then 10878 warn_xcompile_sizeof_long="assuming C longs are 4 byte on ${host}" 10879 echo "configure: warning: ${warn_xcompile_sizeof_long}" 1>&2 10880 fi *******...
2011 May 05
5
Dovecot imaptest on RHEL4/GFS1, RHEL6/GFS2, NFS and local storage results
...3142 rhel6 x86_64 local storage Totals: Logi List Stat Sele Fetc Fet2 Stor Dele Expu Appe Logo 100% 50% 50% 100% 100% 100% 50% 100% 100% 100% 100% 30% 5% 1- 7798 3868 3889 7706 7566 10713 1080 6089 7559 7688 15562 2- 7806 3879 3874 7716 7585 10873 1114 6018 7578 7696 15572 3- 7866 3910 3855 7773 7748 11053 1076 6253 7747 7761 15710 4- 7893 3978 3931 7802 7772 10988 1117 6197 7767 7789 15760 5- 7775 3853 3809 7683 7654 10897 1081 6142 7651 7675 15534 6- 7877 3919 3872 7789 7758 10986 1085 6218 7755 7773 15720
2004 Aug 06
0
load average question
...0.3 1.9 0:00 icecast 10628 www-data 5 5 2572 2572 1260 R N 0.1 2.0 0:00 ices1 10644 dv8 0 0 2560 2560 1676 R 0.1 1.9 0:00 icecast 10869 www-data 5 5 2584 2584 1260 R N 0.1 2.0 0:00 ices2 10871 www-data 5 5 2708 2708 1268 R N 0.1 2.1 0:00 ices2 10873 www-data 5 5 2568 2568 1260 S N 0.1 2.0 0:01 ices2 .... . -- --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word '...
2014 Mar 24
0
Cannot list directory with smbclient
...2013 .. D 0 Mon Dec 16 14:31:30 2013 .DS_Store AH 6148 Fri Oct 15 05:48:24 2010 Act D 0 Thu Dec 5 17:30:29 2013 ...[rest of files]... 37119 blocks of size 4194304. 10873 blocks available The file .smbc has the following contents: username = administrator password = XXXXXXX domain = example.com So I'm connecting as user administrator, and as administrator I can also perfectly browse this directory when logged on (as administrator) directly on the machine. Th...
2006 Aug 17
4
using time_ago_in_words() in a controller?
I''m getting this error when I try to update a list using ajax after submitting some data: undefined method `time_ago_in_words'' for #<IdeaController:0x3a38ae8> the LOC is this: render_text "<li>" + @params[:idea][:title] + "<br />by " + @params[:idea][:author] + " | " & time_ago_in_words(Time.now) & " ago | " +
2004 Aug 06
2
load average question
> > As a general rule, you don't want to set up a system with a load average of > more than 1 (per cpu, so between 1 and 2 is ok for a dual cpu system). > > ices (when not encoding) will use a negligible amount of cpu, so the problem > is probably entirely the stream transcoders. <p>assuming i want to continue using streamTranscoder ( and that it cannot be optimized
2001 Nov 29
4
openssh 2.9p2 release 8.7 security alert!!!
...Nov 25 11:35:38 ns sshd[10860]: Disconnecting: crc32 compensation attack: network attack detected Nov 25 11:35:45 ns sshd[10871]: Disconnecting: Corrupted check bytes on input. Nov 25 11:35:46 ns sshd[10872]: Disconnecting: crc32 compensation attack: network attack detected Nov 25 11:35:46 ns sshd[10873]: Disconnecting: crc32 compensation attack: network attack detected Nov 25 11:35:47 ns sshd[10874]: Disconnecting: crc32 compensation attack: network attack detected Nov 25 11:35:48 ns sshd[10875]: Disconnecting: crc32 compensation attack: network attack detected Nov 25 11:35:48 ns sshd[10876]: Dis...
2008 Apr 22
3
R 2.7.0 is released
...names<-) with 'value' a pairlist (instead of the correct character vector) worked incorrectly. (PR#10807) o Using [<- to add a column to a data frame dropped other attributes whereas [[<- and $<- did not: now all preserve attributes. (PR#10873) o File access functions such as file.exists(), file.info(), dirname() and unlink() now treat an NA filename as a non-existent file and not the file "NA". o r<foo>(), the random number generators, are now more consistent in warning when NA's...
2008 Apr 22
3
R 2.7.0 is released
...names<-) with 'value' a pairlist (instead of the correct character vector) worked incorrectly. (PR#10807) o Using [<- to add a column to a data frame dropped other attributes whereas [[<- and $<- did not: now all preserve attributes. (PR#10873) o File access functions such as file.exists(), file.info(), dirname() and unlink() now treat an NA filename as a non-existent file and not the file "NA". o r<foo>(), the random number generators, are now more consistent in warning when NA's...