search for: nrg

Displaying 20 results from an estimated 27 matches for "nrg".

Did you mean: nr
2004 Nov 18
0
Strange Errors appearing in my log
Dear all, I have a SuSE9.1 box running as a file server with mp3's on it. The /var/log/messages log file is recording the following errors which I don't understand and perhaps you could assist me: Nov 17 11:25:05 mp3-nrg smbd[7903]: [2004/11/17 11:25:05, 0] lib/util_sock.c:get_peer_addr(975) Nov 17 11:25:05 mp3-nrg smbd[7903]: getpeername failed. Error was Transport endpoint is not connected Nov 17 11:25:05 mp3-nrg smbd[7903]: [2004/11/17 11:25:05, 0] lib/util_sock.c:get_peer_addr(975) Nov 17 11:25:05 mp3-nrg smb...
2004 Jun 01
3
Shorewall.net Downtime this Weekend
The following systems will be down this weekend for server rebuild: shorewall.net lists.shorewall.net www1.shorewall.net ftp1.shorewall.net rsync.shorewall.net cvs.shorewall.net This will affect: Shorewall site and archive search Mailing list archives Mailing lists CVS Primary DNS for shorewall.net I will start the rebuild on Saturday morning and hope to be done by Saturday
2009 Apr 13
4
Building a kernel without kabichk
I?m trying to build a 2.6.18-128.1.6.el5 kernel without kabichk. I have downloaded the sources, installed the compiler, etc and ran the following command rpmbuild -bb --target=`uname -m` --without kabichk --with baseonly --without debug \ --without debuginfo kernel-2.6.spec. I had modified the .SPEC file according to the WIKI page http://wiki.centos.org/HowTos/Custom_Kernel I have NOT
2014 Jun 20
2
Alleged bug in Silk codec
...ve branching inside loops - Even though it seems to work on most compilers, assuming that overflow in the accumulator will lead to a negative result calls for undefined behaviour (NOT implementation defined): if left as is the code should at least use an unsigned accumulator and replace the test (nrg < 0) with (nrg > MAX_INT32). Can you see any issue in doing so? If you also think it might be a good idea to do the same in the libopus repository, I can send you the suggested patch. Cheers, Marcello On 18/06/2014 08:09, "Jean-Marc Valin" <jmvalin at jmvalin.ca> wrote:...
2006 Mar 23
1
TrippLite SmartPro UPS and nut-2.0.2
...a few 73-0844s kicking around - would it hurt to try the 0844 cable with the genericup uptype=5 driver? I contacted TrippLite and they insist that the cable 07-0866 is correct for the SMART3000RM2U. Has anyone had any luck getting this cable to work with the tripplite driver? Any suggestions? -nrg
2011 May 30
0
2D random walk with traps convert C++ code to R code
...define IA 16807#define IM 2147483647#define AM (1.0/IM)#define IQ 127773 #define IR 2836#define NTAB 32#define NDIV (1+(IM-1)/NTAB)#define EPS 1.2*pow(10,-7)#define RNMX (1.0-EPS) using namespace std;float rand1(long *idum); int main(){ long run=10000,adr=-run,x,y,hapa=0,i=0; int dimx=700,dimy=700,nrg=50, M[dimx][dimy]; double rnd,sum=0; long k[run+1],frekuenca; bool njehsuar[run+1], next; ofstream Txt("EndjeMePengesa2D.txt"); printf("\nProgrami ekzekutohet:\ni=1 ne %d",run); for (i=1;i<=run;i++){ njehsuar[i]=true; k[i]=0; } while (i<nrg){ x=dimx*rand(&adr);y=dimy...
2015 Feb 23
1
[PATCH] opus_demo: remove unused but set values
...| 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/opus_demo.c b/src/opus_demo.c index 72506b5..5a75679 100644 --- a/src/opus_demo.c +++ b/src/opus_demo.c @@ -245,14 +245,14 @@ int main(int argc, char *argv[]) double bits=0.0, bits_max=0.0, bits_act=0.0, bits2=0.0, nrg; double tot_samples=0; opus_uint64 tot_in, tot_out; - int bandwidth=-1; + int bandwidth=OPUS_AUTO; const char *bandwidth_string; int lost = 0, lost_prev = 1; int toggle = 0; opus_uint32 enc_final_range[2]; opus_uint32 dec_final_range; int encode_only=0,...
2010 Feb 05
1
using RPCS printer driver for a P&P printer
...t of the usual) in the log files (loglevel 3). I can install the drivers on the WS by hand and use samba just for the printer queue fine (per-machine printer). But since i will have to install more printers i wanted to use the point&print method since it saves a lot of hassle. The printer is a NRG DSc424 and im using Windows XP. The same thing works fine with the official PCL6 drivers and i might have to settle for that in the end but the RPCS drivers give a better quality. It's not a permission problem either, using either root or a user with the SePrintOperatorPrivilege right (also it...
2014 Jun 20
0
Alleged bug in Silk codec
...> > - Even though it seems to work on most compilers, assuming that overflow > in the accumulator will lead to a negative result calls for undefined > behaviour (NOT implementation defined): if left as is the code should at > least use an unsigned accumulator and replace the test (nrg < 0) with (nrg >> MAX_INT32). > > Can you see any issue in doing so? > If you also think it might be a good idea to do the same in the libopus > repository, I can send you the suggested patch. > > Cheers, > > Marcello > > > On 18/06/2014 08:09, "J...
2003 Mar 24
1
Rsync snapshots problem.
From: http://lists.samba.org/pipermail/rsync/2002-December/009101.html >Well, I followed this link: http://www.mikerubel.org/computers/rsync_snapshots/ > >and implemented it (with a bit of tweaking) on my home network. It is >used to make snapshots of two Windows PC's over samba. On one of the >machines (and not the other, from what I can tell) it deletes files from >the
2004 Jan 11
5
BSD-licensed IDS/IDP Software?
I seem to remember seeing somewhere (on this list/on the web -- don't remember) that there was some ``Snort-like'' software that was available under the BSD license. Unfortunately, I'm unable to find any information about such software. Was I dreaming, or can anybody else jog my memory? :) Kind regards, Devon H. O'Dell
2005 Feb 08
3
hardware-watchdog driver problems in linux 2.6.10-xen0
...x-2.6.10/drivers/char/watchdog/w83627hf_wdt.c I also tried to run userspace program to check the status of the watchdog.. it simply returns zeroes all the time, meaning communication failure with the watchdog.. could this be related to xen? The userspace test application is available from: http://nrg.joroinen.fi/dumpdog.c . It''s written by Pádraig Brady (P@draigBrady.com). Any help would be appreciated! -- Pasi Kärkkäinen ^ . . Linux / -...
2014 Jun 20
2
Alleged bug in Silk codec
...Even though it seems to work on most compilers, assuming that overflow > > in the accumulator will lead to a negative result calls for undefined > > behaviour (NOT implementation defined): if left as is the code should at > > least use an unsigned accumulator and replace the test (nrg < 0) with > (nrg > >> MAX_INT32). > > > > Can you see any issue in doing so? > > If you also think it might be a good idea to do the same in the libopus > > repository, I can send you the suggested patch. > > > > Cheers, > > > > Marcell...
2001 Aug 25
1
Missing values in glm
...ues in the categorical response (sjukdom). These are generated 'false' values that I want predicited values for. Looking at the help, I think the correct commands to deal with these missing values are as follows: options(na.action=napredict) my.dum<-glm(sjukdom~as.factor(sex)+age+log.nrg+five.d+five2+five3+d1+d2+d3+d4+d5,na.action,family="binomial") However, I get the following error message: 'Error in as.data.frame.default(data) : can't coerce function into a data.frame' I have not been able to come up with anything better as other things treat the variab...
2000 Apr 06
0
Automation of scripts ... reading a file.
...Address : 942 East, 18th Avenue, #14, Deschutes Hall, Computer Science Department, Ridgewood Apartments, Room No. 228, University of Oregon - 97403. Eugene, Oregon - 97403. Ph. : 541-346-4409. Ph. : 541-683-8223. E-mail : krishnan@nrl.cs.uoregon.edu,krishnan@.cs.uoregon.edu URL : http://www.nrg.cs.uoregon.edu/~krishnan/cs-web/. ------------------------------------------------------------ "It is better to be defeated on principle than to win on lies." - Arthur Calwell -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read htt...
2004 Feb 05
0
&nbsp;BSD-licensed&nbsp;IDS/IDP&nbsp;Software?
Dear "forge", > I can't access http://www-nrg.ee.lbl.gov/bro.html. What happens when you try? Is it possible you had a typo in the name? I just cut-and-paste from what you wrote above and it worked fine for me. If you send the IP address you're coming from, I can check it against LBL's Bro logs (ironically :-) and see just what'...
2001 Oct 09
2
Print driver settings
Hello, We've installed a samba-printserver at a customer using a large number of Nashuatec-printers. Most of them are Optra T164, formerly known as NRG P6025 PS3. In our setup we defined 1 user (printadmin) which manages all printers. All printusers are mapped to guest. User printadmin installed the printdrivers on the server and the clients download the driver during their first connection. So far everything works fine: everybody can print and do...
2014 Jun 13
3
Alleged bug in Silk codec
Hi Jean Marc, please find attached the audio file (mono 16khz). I shortened it to about 10 seconds. I also add 2 patches that worked for me. Further info that might help: - The problem seems to be related to silk_burg_modified not reaching the maximum gain, so the actual filter order is 16 rather than 2 (which is what would be expected with a sine wave). - The problem seems to happen when
2010 Jun 14
4
help
On Wed 5/5/2010 3:28 AM Miller, Shao wrote, ---------------------------------------------- Good day again Matthew, As per (c=80) * (h=2) * (s=48) * (sect_size=512) = 3,932,160 bytes = 7,680 sectors: For Windows, you might enjoy: - "DD for Windows" by John Newbigin and chrysocome[1] - "ImDisk Virtual Disk Driver" and "Zero and Random Device Driver" by Olof
2010 Aug 07
13
PowerEdge R510 with PERC H200/H700 with ZFS
Anyone have any experience with a R510 with the PERC H200/H700 controller with ZFS? My perception is that Dell doesn''t play well with OpenSolaris. Thanks, Geoff