search for: goof

Displaying 20 results from an estimated 207 matches for "goof".

Did you mean: good
2004 Oct 01
1
upgrade goof up
Here's the problem, I upgraded all of my 7960 phones to SIP. Now my boss wants to carry his phone with him between offices. The other office has CCM which is set up for Skinny. Now I have to put SCCP back on a 7960 phone and it won't take it. Does anyone have an example of config files for sccp. Are they the same as config files for SIP? I've never had to go back to Skinny once I
2001 Aug 21
1
Goof on webpage
>Ogg Vorbis is a fully Open, non-proprietary, >patent-and-royalty-free, general-purpose compressed >audio format for high quality (44.1-48.0kHz, 16+ bit, >polyphonic) audio and music at fixed and variable >bitrates from 16 to 128 kbps/channel The 'to 128kbps/channel' looks incorrect to me. If I am not mistaken, Ogg Vorbis can go a lot higher than that? -- GCP ---
2012 Mar 29
1
how to increase speed for function?/time efficiency of below function
...xreg=xmean,include.mean=F, optim.control=list(trace=1,REPORT=1,reltol=tol)) if (d==0 & D>0) fitit=arima(data, order=c(p,d,q), seasonal=list(order=c(P,D,Q), period=S), xreg=constant,include.mean=F, optim.control=list(trace=1,REPORT=1,reltol=tol)) if (S < 0) goof=20 else goof=3*S tsdiag(fitit,gof.lag=goof) k=length(fitit$coef) BIC=log(fitit$sigma2)+(k*log(n)/n) AICc=log(fitit$sigma2)+((n+k)/(n-k-2)) AIC=log(fitit$sigma2)+((n+2*k)/n) innov<<-fitit$resid list(fit=fitit, AIC=AIC, AICc=AICc, BIC=BIC) } ---------------------------------------...
2011 Oct 04
6
I dun goofed...
So. I was having problems with WineTricks, and after fudging around with settings and whatnot, re-downloading it, trying to run it from the Terminal...I decided to uninstall both Wine and WineTricks. So I opened up the "Ubuntu Software Center", found both wine and winetricks and hit "remove". To my disappointment, it didn't actually remove it. (It seemed to
2007 Feb 12
5
chown command goof up
Basically, what I typed was: chown -R user2:user2 * chown -R user2:user2 .* chown -R user2:user2 *.* ...all in /home. Duh. I forgot which way recursive went. So, I then did: chown -R root:root * chown -R root:root .* chown -R root:root *.* ...this time in / to try and f things. Duh again. Other items need to have other owners & groups. So, how can I fix this? In MacOSX, there is a utility
2006 Mar 18
1
ext3 - max filesystem size
...lly attached to the fileservers; now I would like to create a big striped filesystem with around 15TB. ext3 unfortunatelly only supports filesystem size up to 8TB, do you have an idea if / when this border will be increased ? I already found some discussions on LKML about it ? Which FS would be a goof alternative ? AFAIK xfs is not suported by redhat el 4 ... thanks for any hint, cheers alex
2008 Mar 12
6
Relocating WINE prefix
On my system, I have the wine prefix installed in the default location (/home/username/.wine). However, I goofed when I was installing linux, and my home partition is very small compared to the root partition. I tried repartitioning it with a livecd, but it said that the volume was "locked" or something like that. Anyways, I only have about 2 gigs of space left on my home partition, and I need 3...
2015 Apr 30
2
delete account
Hello, I goofed and didn't read the contribute page before trying to create my account on the wiki. I created the first account as "carlgeorge". I then created a second account in the proper format, "CarlGeorge". Please delete the first account. Carl George Rackspace RPM Development
2016 Mar 24
2
Centos in the Browser string ?
now i goofed. :-\ On 03/24/16 11:13, g wrote: <<<>>> > aware of panopticlick. > > if you have a file in profile directory, > -- above should read; if you have file "user.js" in profile directory, > add this to it. if not, > create file and paste this in it...
2010 Feb 01
2
numerical subscripts in a loop in a plot
...ing like plot(0,0, type = "n", xlim = c(0,10)) for(i in 1:10){ text(i, 0, substitute(paste(epsilon[i]))) } except that i end up pasting \epsilon_i 10 times and not \epsilon_1, ..., \epsilon_10. i'd be much obliged if anyone can put me out of my misery and let me know how i am goofing up. many thanks _________________________________________________________________ [[alternative HTML version deleted]]
2011 Nov 04
2
problem with templates
...igure out why it is having an issue. I am using ruby dsl to read a template from a database and it keeps having problems with anything other than <%= var %> type definitions. I even went as far cutting and pasting from the puppet online documentation just to see if it were maybe something I goofed. I pasted below the tested template and the error that I get with it. <% scope.to_hash.keys.each do |k| -%> <%= k %> <% end -%> err: compile error (erb):2: syntax error, unexpected $end, expecting kEND _erbout ^ -- You received this message because you are subscribed...
2019 Mar 14
2
Am I right to assume certificate renewal with the same filename requires a dovecot reload/restart
On 3/14/19 9:55 AM, Patrick Cernko via dovecot wrote: > [...] the way we have configured exim, it neither needs reload or > restart but reads the certificate file every time it has to use it. What happens if you goof off in the middle of an opeartion, temporarily putting a wrong file instead of the new certificate, and exim starts delivering the new broken certificate right away ? or breaks ? or clients can't connect anymore with TLS ? or don't connect at all if you don't allow non-TLS connexion...
2006 May 13
3
Firefox 1.5.0.3 in CentOSPlus?
Seeing Fedora have released 1.5.0.3 for fc5 isn't it time for CentOS to rebuild 1.5.0.3 for CentOSPlus or does the current rpm have the patches? I recall last times goof in FC5 firefox appearing in the CentOS one so I assume that CentOSPlus needs to rebuild the FC5 one again. __________________________________________________ Improve the mailing list by performing a simple search before posting and reading the FAQ/etiquette. Protect the integrity of your installa...
2006 Jan 05
3
problem with using lines command on windows XP machine
...does not seem to work. To test it I use the following code: x = c(-1,0,1) y = c(-1,0,1) plot(x,y, type="l", xlim=c(-1,1), ylim=c(-1,1)) lines(0) If I understand the documentation right this should draw a line (with default settings, I'm not setting any parameters) at x=0. I tried goofing around a bit setting linewidth and color differently, I tried using xy.coords etc, but no line appeared in the graph. The commands abline and segments work perfectly fine (so I am now using segments to plot the line I want), but I still think the lines command should work. Does anybody has sim...
2009 Oct 07
2
Can dial long distance but not local?
AsteriskNOW 1.4.26.2 with a Digium TE205P connected to an ISDN PRI (single span). I'm sure I just have something goofed up in the dialplans? I have a bunch of Polycom 331 IP phones connecting to the server. I can dial the other extensions in the system fine and I can dial long distance outgoing but cannot seem to get it to dial local (7 digit) calls. I see this in the CLI: -- Executing [s at macro-dialou...
2007 Oct 14
2
GetTimeZoneInformation question
Hi all, The following code snippet isn''t working terribly well for me. I can get the Bias, StandardName and DaylightName, but everything else is goofed up. The alignment seems ok, but maybe I''ve missed something or maybe I have to do extra work to unpack the SYSTEMTIME structures. require ''windows/time'' include Windows::Time buf = 0.chr * 172 # sizeof(TIME_ZONE_INFORMATION) GetTimeZoneInformation(buf) p buf[0,4].u...
2014 Apr 21
3
Kernel panic when booting into FIPS mode
Sorry if you see this twice, I may have goofed: Hey, So I was playing around with trying to get a CentOS 6.5 system FIPS-140 complaint. However, my system panics because it cannot find the hmac file associated with my kernel. It's basically as what is going on is described in this bug report: https://bugzilla.redhat.com/show_bug.cgi?i...
2007 Apr 27
3
The virtuailization patches break Voyager.
...it is still trivially easy to miss the fact that subarchitectures do something different, and thus it is easy to miss when you break a sub architecture on arch/i386. Not that the paravirtuailzation patches are even safe on the primary arch/i386. To some extent I grant with major changes a little goofing up on pending patches is to be expected, but it would be nice if things were restructured to make it harder to miss the subarchitectures on arch/i386. The patch known as x86_64-mm-use-per-cpu-gdt-immediately-upon-boot on -mm currently breaks voyager smp support in some very obvious ways. Makin...
2007 Apr 27
3
The virtuailization patches break Voyager.
...it is still trivially easy to miss the fact that subarchitectures do something different, and thus it is easy to miss when you break a sub architecture on arch/i386. Not that the paravirtuailzation patches are even safe on the primary arch/i386. To some extent I grant with major changes a little goofing up on pending patches is to be expected, but it would be nice if things were restructured to make it harder to miss the subarchitectures on arch/i386. The patch known as x86_64-mm-use-per-cpu-gdt-immediately-upon-boot on -mm currently breaks voyager smp support in some very obvious ways. Makin...
2019 Nov 24
4
Warning: old key(s) found and disabled.
Well, I goofed and entered the wrong network name while trying to set up keys for a new network: # tincd -n existing_net -K Generating 2048 bits keys: ............................................+++++ p ..................................................................+++++ q Done. Please enter a file to save...