search for: opps

Displaying 20 results from an estimated 126 matches for "opps".

Did you mean: ops
2001 Oct 10
2
Hi all - Kernel Opps on PowerPC
...ems to be about something in journal_update_superblock()... If I put a small delay, of any kind, in bewteen the mke2fs and the mount, all things are OK. Is this another imfamous bug created by the separation of the Page and Buffer cache in 2.4.10? Just wanted to report it... Here is the PowerPC Opps, don't know if it'll tell you any more or not... Oops: Exception in kernel mode, sig: 4 NIP: C0080574 XER: 20000000 LR: C0080240 SP: CDF39D70 REGS: cdf39cc0 TRAP: 0700 MSR: 00089032 EE: 1 PR: 0 FP: 0 ME: 1 IR/DR: 11 TASK = cdf38000[104] 'mount' Last syscall: 21 last math cdf38000...
2007 Oct 20
0
Opps Was Re: [patch] [renouveau] 1/2 test_exa shouldn't be run on cards without ARB_texture_rectangle
cvs checkout was stale and part of the patch hit the wrong place, fixup attached. -------------- next part -------------- A non-text attachment was scrubbed... Name: renouveau-opps.patch Type: text/x-diff Size: 991 bytes Desc: not available Url : http://lists.freedesktop.org/archives/nouveau/attachments/20071020/eb727318/attachment.patch
2008 Sep 12
1
Illegal opp code
Hi, HP DL 385 G2. CentOS 5.1 Kernel 2.6.18-92.1.10.el5 I have a newly installed server that was running x. It told me there were updates to install. I accepted that all, except sysreport as I always seem to have problems installing. I rebooted, having set the default run level to 3. I then got a red screen with an "illegal OpCode" error message. I have used my CD to boot into rescue
2012 Jul 27
2
producing a graph with glm poisson distributed respons count data and categorical independant variables
Hello, I am working on my thesis and can't really figure out how to produce a reasonable graph from the output from my glm., I could just give the R-output in my results and then discuss them, but it would be more interesting if I could visualise what is going on. My research is how bees react to different fieldmargins, for this I have 4 different types of field margin (A,B,C & D) and
2008 Jan 09
1
**Full-time Ruby on Rails Programmer Job Opp in Nashville, TN**
Hello All, My name is Lauren Wulf and I am a technical recruiter for Brooksouce in Nashville, TN. I have a client here in Nashville that is looking for a Full-time Ruby on Rails programmer. This client is in the healthcare industry and is working on some very innovative applications. Please take a look at the job description and feel free to send this to anyone that might be interested in a
2007 Mar 19
2
Wine crash: err:x11drv:X11DRV_CreateWindow invalid window height (or width)
Paradox 7.0 crashes wine with this error on suse 10.1: hk@linux:~> wine /home/hk/.wine/drive_c/Program\ Files/Borland/Paradox7/pdxwin32.exe err:x11drv:X11DRV_CreateWindow invalid window height -24 err:x11drv:X11DRV_CreateWindow invalid window width -70 err:x11drv:X11DRV_CreateWindow invalid window height -24 (there it stops, and goes no further). I tested this on wine 0.9.26, 0.9.27 and
2009 Oct 18
6
How to handle failures of resources
Welcome all, Resources can depend one from each other, and failure of a required resource prevent the dependants from being run. But how to trap these failures and handle them? Is there any way to e.g. set a variable $error_happened to "true" if some promise about the resource couldn''t be kept? Maybe even there is a way to capture the error string? Some
2009 Dec 08
0
Opps Correct Version of Holiday Regressor Perl Script
Here is the correct version. The old version is the redirect only version of the script. ### BEGIN SCRIPT #### #!/usr/bin/perl ###### # --start, -s = The date you would like to start generating regressors #--end, -e = When to stop generating holiday regressros # --scope, -c = D, W for Daily or Weekly respectively (e.g. Does this week have a particular holiday) # --file, -f = Ummm where to write
2013 Aug 25
3
Time axis formatting.
Attached is a plot with a time series. If I have a time series object in R. How do I get the plot in the attached format of time axis?. When I issue plot(ts) I get a time series plot with tic only for years. -- with best regards Sudheer ********************************************************************************** Dr. Sudheer Joseph Scientist INDIAN NATIONAL CENTRE FOR OCEAN INFORMATION
2006 Aug 10
1
rake doc:plugins , error
Hi, Im trying to generate the documentation for the plugins I have installed, however when I run the following command, I just get the following error. rake doc:plugins C:\InstantRails\rails_apps\opp>rake doc:plugins (in C:/InstantRails/rails_apps/opp) rdoc -o doc/plugins/acts_as_authenticated --title ''Acts As Authenticated Plugin Documentation'' --line-numbers
2015 Dec 10
2
Field sensitive alias analysis?
...i32 0, i64 0 >> %0 = load i32, i32* %arrayidx2, align 4, !tbaa !1 >> > > I'm not entirely sure why TBAA is necessary to disambiguate ps->a from > ps->b, it looks like basicaa should already be able to say they don't > overlap. > Does this not happen? > Opps, you are right in my example basicaaa could do it potentially. Correct example is slightly different: int foo(struct S *ps, int i) { ps->a[i] = 1; ps->b = 2; return ps->a[i]; } Here basicaa cannot make sure that 'ps->a[i]' doesn't change after 'ps->b = 2' be...
2017 Feb 18
1
getting files from a samsung flip phone
On Fri, 17 Feb 2017, Joseph L. Casale wrote: >> [root at localhost yum.repos.d]# mtp-detect >> libmtp version: 1.0.1 >> >> Listing raw device(s) >> No raw devices found. > > Does your phone have a usb setting for phone versus mtp mode? I think it doesn't. >From dmesg: usb 2-2.4: USB disconnect, device number 10 usb 2-2.4: new full speed USB device
2016 Jul 12
2
virt-login-shell: Security model none cannot be entered
Hello! I am currently experimenting a bit with some of the LXC support under libvirt, and in trying to utilize the tool virt-login-shell, I encounter the following error: [james@lxchost ~]$ virt-login-shell libvirt: error : argument unsupported: Security model none cannot be entered Though it should be apparent from the lack of error, the domain is most definitely running. [root@lxchost
2008 Dec 31
2
function of mixture normal with covariates
Hello, My name is Julia and I'm doing my phd on roc analysis. I'm trying to write a maximization function for the likelihood attached in the document. For some reason it's not working I keep getting \this error: Error: unexpected symbol in: " +log(v_pred)) return" > } Error: unexpected '}' in "}" > >
2015 Dec 10
2
Field sensitive alias analysis?
> On Dec 10, 2015, at 8:09 AM, Daniel Berlin via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > Opps, you are right in my example basicaaa could do it potentially. Correct example is slightly different: > int foo(struct S *ps, int i) { > ps->a[i] = 1; > ps->b = 2; > return ps->a[i]; > } > Here basicaa cannot make sure that 'ps->a[i]' doesn't change a...
2012 Jun 03
2
Caller ID : FSK ETSI or FSK US
Hello, All :) Regarding to incoming caller ID on PSTN line, which one is best supported by asterisk: is it FSK ETSI or FSK US? I bought some caller ID converter hardware (convert DTMF to FSK and vice versa) but still asterisk can not detect it. The converter has a switch FSK ETSI or FSK US This is what I put in /etc/asterisk/chan_dahdi.conf ... cidsignalling=bell cidstart=ring ... If after
2001 Aug 28
2
fitting a mixture of distributions with optim and max log likelihood ?
...NA $convergence [1] 0 $message NULL There were 22 warnings (use warnings() to see them) > optim(c(20,70,600,400,.095),loglike) $par [1] 0.62742812 100.15891023 533.25825184 514.63882147 0.04670099 $value [1] 622692.7 $couns function gradient 501 NA $convergence [1] 1 < OPPS $message NULL There were 22 warnings (use warnings() to see them) > optim(c(0,100,500,500,.05),loglike) $par [1] 0.56254342 100.03881574 499.47434961 505.59785487 0.04805347 $value [1] 622685 $counts function gradient 109 NA $convergence [1] 0 $message NULL There were 21 warnings...
2016 Dec 28
4
Help with httpd userdir recovery
...lists vast numbers of possibilities > with little or no help. On balance it is worth trying for when it does > help. I have never had it make useful suggestions to my on my notebook, but we will see... so here is what happens after I install it: # /usr/bin/python -Es /usr/bin/sealert -s Opps, sealert hit an error! Traceback (most recent call last): File "/usr/bin/sealert", line 651, in <module> import gtk ImportError: No module named gtk If it needs a GUI, then that won't work here. Headless system.
2016 Dec 28
2
Help with httpd userdir recovery
...e it is worth trying for when it does >>> help. >> >> I have never had it make useful suggestions to my on my notebook, but we >> will see... >> >> so here is what happens after I install it: >> >> # /usr/bin/python -Es /usr/bin/sealert -s >> Opps, sealert hit an error! >> >> Traceback (most recent call last): >> File "/usr/bin/sealert", line 651, in <module> >> import gtk >> ImportError: No module named gtk >> >> If it needs a GUI, then that won't work here. Headless sys...
2013 May 14
4
dial and bridge
Hi all, I need some advice - I have been working on originating multiple calls using AMI and then joining them. What I want to do is: - dial call 1 (where the caller is in a "channel" format, like SIp/1234 or Local/1234 at ext) and "park" it somehow - dial call 2 (where again the caller is in channel format) and join it to the previous call. As a requirement, I cannot use the