search for: _so

Displaying 20 results from an estimated 20 matches for "_so".

Did you mean: _s
2005 Jan 10
5
OT -- Inexpensive CentOS dedicated servers?
Hey all, I am looking to get some input regarding inexpensive dedicated servers -- preferably with a hosting company the offers CentOS as an OS option. Does anybody have any input or recommendations? I'd really like to support a company that uses CentOS. And there are _so many options out there, is kind of overwhelming. Thanks, Ryan
2015 Apr 16
3
Availability of the 1.1.1 stable version
.../* Decide where to allocate the stack memory for pcm_transition */ > if (mode == MODE_CELT_ONLY) > pcm_transition_celt_size = F5*st->channels; > else > pcm_transition_silk_size = F5*st->channels; > } > > *_So transition is made as 1 called this,_* > > if (transition && mode == MODE_CELT_ONLY) > { > pcm_transition = pcm_transition_celt; > opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, > audiosize), 0); > } > >...
2015 Apr 16
2
Availability of the 1.1.1 stable version
..._transition */ > > if (mode == MODE_CELT_ONLY) > > pcm_transition_celt_size = F5*st->channels; > > else > > pcm_transition_silk_size = F5*st->channels; > > } > > > > *_So transition is made as 1 called this,_* > > > > if (transition && mode == MODE_CELT_ONLY) > > { > > pcm_transition = pcm_transition_celt; > > opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, > &...
2016 Jan 26
2
system refuses to install monit.
_**_So I have epel enabled on this centos 6 server, but yum -y install monit will not install monit. yum search monit does not show monit as available to be installed. [root at lb1 ~]# yum install monit Loaded plugins: fastestmirror, presto Setting up Install Process Loading mirror speeds from cached ho...
1999 Apr 22
0
Samba and NIS+ (lengthy desperate plea)
...ght fix my smbpasswd problem, but it didn't. I also ran the mknissmbpasswd.sh script, but it referenced some field called gcos that the table creation script didn't make. Since these sources were from CVS I didn't give too much thought -- CVS is broken a lot, I realize that. I would _so much_ appreciate any direction on this. Eventually I would like to set up the server as a PDC to authenticate the NT lab and provide printing and home directory shares, so any tips and pointers on that would also be appreciated. Thanks, Jason. ---- snip ---- (gdb) run -a tack Starting program:...
2018 Nov 15
2
New LLVM git repository conversion prototype
...to do some testing on pull requests, to reduce avoidable tree breakages? > * Any other github configuration options that need to be decided upon? > * ....other things I forgot about at the moment... > * Timeline for switchover. > > > > Anyways, what's been done _so far_ is a full SVN->Git repository conversion. This conversion: > * Places the SVN revision number into the commit message, as "llvm-svn=1234" > > * Automatically preserves all branches from the SVN repository (it merges the branches named /$project/branches/$name into a...
2015 Apr 16
0
Availability of the 1.1.1 stable version
...he stack memory for > pcm_transition */ > > if (mode == MODE_CELT_ONLY) > > pcm_transition_celt_size = F5*st->channels; > > else > > pcm_transition_silk_size = F5*st->channels; > > } > > > > *_So transition is made as 1 called this,_* > > > > if (transition && mode == MODE_CELT_ONLY) > > { > > pcm_transition = pcm_transition_celt; > > opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, > > audiosize), 0);...
2015 Apr 20
1
Availability of the 1.1.1 stable version
...if (mode == MODE_CELT_ONLY) > > > pcm_transition_celt_size = F5*st->channels; > > > else > > > pcm_transition_silk_size = F5*st->channels; > > > } > > > > > > *_So transition is made as 1 called this,_* > > > > > > if (transition && mode == MODE_CELT_ONLY) > > > { > > > pcm_transition = pcm_transition_celt; > > > opus_decode_frame(st, NULL, 0, pcm_transi...
2015 Apr 21
2
Availability of the 1.1.1 stable version
...; > pcm_transition_celt_size = F5*st->channels; > > > > else > > > > pcm_transition_silk_size = F5*st->channels; > > > > } > > > > > > > > *_So transition is made as 1 called this,_* > > > > > > > > if (transition && mode == MODE_CELT_ONLY) > > > > { > > > > pcm_transition = pcm_transition_celt; > > > >...
2015 Apr 21
0
Availability of the 1.1.1 stable version
...E_CELT_ONLY) > > > pcm_transition_celt_size = F5*st->channels; > > > else > > > pcm_transition_silk_size = F5*st->channels; > > > } > > > > > > *_So transition is made as 1 called this,_* > > > > > > if (transition && mode == MODE_CELT_ONLY) > > > { > > > pcm_transition = pcm_transition_celt; > > > opus_decode_frame(st,...
2018 Nov 17
2
New LLVM git repository conversion prototype
...options that need to be >>>> decided upon? >>>> > * ....other things I forgot about at the moment... >>>> > * Timeline for switchover. >>>> > >>>> > >>>> > >>>> > Anyways, what's been done _so far_ is a full SVN->Git repository >>>> conversion. This conversion: >>>> > * Places the SVN revision number into the commit message, as >>>> "llvm-svn=1234" >>>> > >>>> > * Automatically preserves all branches fr...
2020 May 22
2
Add metadata to fallback mount?
On 5/21/2020 1:10 AM, Philipp Schafft wrote: > Good morning, > > On Sat, 2020-05-16 at 12:30 -0700, Jack Elliott wrote: >> Hi, I'm pretty sure this isn't going to be possible, but I'll ask. I'd >> like to add a <stream-title> to my fallback mount so when the main >> stream mount drops and the fallback kicks in, that the connected player >>
2015 Apr 21
3
Availability of the 1.1.1 stable version
...F5*st->channels; > > > > > else > > > > > pcm_transition_silk_size = > F5*st->channels; > > > > > } > > > > > > > > > > *_So transition is made as 1 called this,_* > > > > > > > > > > if (transition && mode == MODE_CELT_ONLY) > > > > > { > > > > > pcm_transition = pcm_transition_celt...
2018 Nov 16
6
New LLVM git repository conversion prototype
...es? >> > * Any other github configuration options that need to be decided >> upon? >> > * ....other things I forgot about at the moment... >> > * Timeline for switchover. >> > >> > >> > >> > Anyways, what's been done _so far_ is a full SVN->Git repository >> conversion. This conversion: >> > * Places the SVN revision number into the commit message, as >> "llvm-svn=1234" >> > >> > * Automatically preserves all branches from the SVN repository (it >> merge...
2015 Apr 21
0
Availability of the 1.1.1 stable version
...pcm_transition_celt_size = F5*st->channels; > > > > else > > > > pcm_transition_silk_size = F5*st->channels; > > > > } > > > > > > > > *_So transition is made as 1 called this,_* > > > > > > > > if (transition && mode == MODE_CELT_ONLY) > > > > { > > > > pcm_transition = pcm_transition_celt; > >...
2015 Apr 13
2
Availability of the 1.1.1 stable version
Hi Jean-Marc, Thanks for your response. Please find the details as below. *Backtrace we got for this crash:* #0 0x0000000000800c54 in opus_decode_frame (st=0x38906b8f99d09c5, data=0xf0aa10b4ef1008ae <Address 0xf0aa10b4ef1008ae out of bounds>, len=-188613428, pcm=0x6e80016085efd57, frame_size=44037315, decode_fec=58716895) at src/opus_decoder.c:384 #1 0x00000000008009c0 in
2015 Apr 22
0
Availability of the 1.1.1 stable version
...;> > > > > else >> > > > > pcm_transition_silk_size = >> F5*st->channels; >> > > > > } >> > > > > >> > > > > *_So transition is made as 1 called this,_* >> > > > > >> > > > > if (transition && mode == MODE_CELT_ONLY) >> > > > > { >> > > > > pcm_transition = pcm...
2010 Jan 11
25
Is LSI SAS3081E-R suitable for a ZFS NAS ?
According to various posts the LSI SAS3081E-R seems to work well with OpenSolaris. But I''ve got pretty chilled-out from my recent problems with Areca-1680''s. Could anyone please confirm that the LSI SAS3081E-R works well ? Is hotplug supported ? Anything else I should know before buying one of these cards ? Thanks, Arnaud
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...TSanuY{s_A8QTh>ZzXrnA%o|L8Ji>IKSP#DlT8adbgU;DN8y>#x{iwEtXN$~WnD*6 z*HLo!!({NoqOONUU9$<!fUbK4Q-0;MY_qlG#;Ef%dte-6RM^VFE0{EvV^q*hV>!t* zmSa?5EC($jgPT=u=7X1z-+`=|=`DQl5i@=4_=%Hcv`p`_i0Ei?4txlwtIBRNyFW$% zjy~s5@;)wUJ?`Vt)jviZme~&SMO)ZC(4zu$WYD>2lYP$-D=AwP$#h4oN;EiEHh39y z=`6YObmdvH_soft-m}D^In+TvkmIn)b9($h#NwYvsP1%KZnB;ctgtm at R4`-HmdraL zJBxchQBiTrSjGF|Dn3Mx_c%nvL at Xd$V*CGxwKoBbs=EHi at 7wNslLSaY07cO#AuK)w zt!uRvwT_t9j at n|WcBXG8I-Odz{fbcAU%%fDfdC?is353l!Y2E^2(s_HnHiEGi|oiE zh$0Ar<o`MMEi-{=`~Ci_oV at q$J@?#mw{y=qcbQDI12i8bD*Oio>IjLZ`9>IwBJ_b_ zB6Oq}S3ZO$9+)CR-WDN^M...