Displaying 20 results from an estimated 8524 matches for "claim".
2010 Mar 28
2
Status of s3tc patent in respect to open-source drivers and workarounds
...pen driver for legal reasons. It seems the same issue applies to
Mesa3d and Nouveau - that is s3tc being patented and the patent owner
refusing to comment or provide cover for open-source projects
implementing the techniques discussed in US Patent 5956431
(http://v3.espacenet.com/publicationDetails/claims?DB=&locale=&FT=D&date=19990921&CC=US&NR=5956431A&KC=A&tree=true)
I recently took inspiration from an article/talk presented by Andrew
Trigell regarding patents where he claims developers often overestimate
the scope of patents
(http://news.swpat.org/2010/03/transcript-...
2016 Oct 10
4
Powerwalker VI 2200VA LCD
The UPS seems to disconnect totally, i need to physically disconnect the cable to get the UPS connected again.
A reboot is not enough.
Also tried 2 different cables, the one i use now is shielded + 2 ferrite chokes to limit interference.
But i want to use NUT since i dont have enough resources to run X..
-------- Original Message --------
Subject: Re: [Nut-upsuser] Powerwalker VI 2200VA LCD
2008 Dec 21
2
corruption happening sometimes when I do a shutdown -r now
...many illegal blocks in inode 991252.
Clear inode? yes
Inode 991238, i_blocks is 56, should be 128. Fix? yes
Restarting e2fsck from the beginning...
/dev/sdb7 contains a file system with errors, check forced.
Pass 1: Checking inodes, blocks, and sizes
Running additional passes to resolve blocks claimed by more than one inode...
Pass 1B: Rescanning for multiply-claimed blocks
Multiply-claimed block(s) in inode 90119: 4685733 4685734 4685735
4685736 4685737 4685738 4685739 4685740 4685741 4685742 4685743
4685744 4685745 4685750 4685751 4685752 4685753 4127735 4127736
4127737 4127738 4688088 46880...
2012 Nov 15
1
[RFC/PATCH v4] XENMEM_claim_pages (subop of existing) hypercall
This is a fourth cut of the hypervisor patch of the proposed
XENMEM_claim_pages hypercall/subop, taking into account
feedback from Jan and Keir and IanC, plus some fixes found
via runtime debugging (using privcmd only) and some
added comments/cleanup.
[Logistical note: I will be out tomorrow (Friday) plus US
holidays next week so my responsiveness to comments may be
slo...
2018 Apr 27
5
predict.glm returns different results for the same model
Hi all,
Very surprising (to me!) and mystifying result from predict.glm(): the
predictions vary depending on whether or not I use ns() or
splines::ns(). Reprex follows:
library(splines)
set.seed(12345)
dat <- data.frame(claim = rbinom(1000, 1, 0.5))
mns <- c(3.4, 3.6)
sds <- c(0.24, 0.35)
dat$wind <- exp(rnorm(nrow(dat), mean = mns[dat$claim + 1], sd =
sds[dat$claim + 1]))
dat <- dat[order(dat$wind), ]
m1 <- glm(claim ~ ns(wind, df = 5), data = dat, family = binomial)
m2 <- glm(claim ~ splines::ns(win...
2006 Oct 10
1
AIGLX + r300 + compiz?
So I've spent the last few days getting Xorg pulled from freedesktop git
and built. Everything seems to have worked, and I now have Xorg version
7.1.99.2 running, composite enabled, and AIGLX enabled. The Xorg log
file shows:
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support vis...
2008 Mar 24
4
Ati Low Perfomance
...Feb 25 2008 21:22:09
(--) Assigning device section with no busID to primary device
(--) Chipset Supported AMD Graphics Processor (0x71C5) found
(II) AMD Video driver is running on a device belonging to a group targeted for this release
(II) AMD Video driver is signed
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xfdfff000 - 0xfdffffff (0x1000) MX[B]
[5] -1 0 0xfdeff000...
2006 Nov 17
1
the notorious "GLX_EXT_texture_from_pixmap is missing" error
...: trying /usr/X11R6/lib/modules/dri//r200_dri.so
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: drmOpenMinor returns 4
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
libGL warning: 3D driver claims to not support visual 0x4b
libGL error:
Can't open configuration file /home/ioannis/.drirc: No such file or
directory.
compiz: GLX_EXT_texture_from_pixmap is missing
compiz: Failed to manage screen: 0
compiz: No manageable screens found on display :0
but running glxinfo says:
$ glxinfo | gre...
2007 Dec 20
1
ifelse problem
Could someone help me with the following code snippet. The results are not
what I expect:
> Sheet1$Claims[1:10]
[1] NA 1 2 NA NA NA NA NA NA NA
> Sheet1[1:10,"SubmissionStatus"]
[1] Declined Bound Bound Bound Bound Bound Declined
Dead Declined
[10] Not Taken
Levels: Bound Dead Declined Not Taken
> Sheet1$Claimsnum <- NA
> Sheet1$Claimsnum <- i...
2001 Oct 26
2
e2fsprogs failed 7 tests
...was deeply impressed that it was working good
and very fast. I installed e2fsprogs-1.25 on several machines and make
check everytime said: 50 tests ok, 0 tests failed.
On my laptop, this looked different, 43 tests ok, 7 failed.
Here they come:
f_bbfile: bad blocks in files: failed
f_dup: blocks claimed by two different files: failed
f_dup2: blocks claimed by three different files: failed
f_dup3: blocks claimed by one file multiple times: failed
f_dupfsblks: blocks claimed by a file and bitmaps or inode tables: failed
f_dupsuper: blocks claimed by a file and superblock or group descriptors: fail...
2011 Jul 04
4
How to build a matrix of number of appearance?
I have a matrix of claims at year1 that I get simply by
claims<-read.csv(file="Claims.csv")
qq1<-claims[claims$Year=="Y1",]
I have MemberID and ProviderID for every claim in qq1 both are integers
An example for the type of questions that I want to answer is
how many times ProviderID number 34...
2011 Feb 14
1
Tripp-Lite SMART1000LCD usbhid failed to claim USB device
Trying to get a Tripp-Lite to work with nut--Ubuntu 10.10. I was getting the
error message "unable to claim USB device", tried to unbind the drivers to
that device, and had the following delightful experience. In short, continue
to get the same problem, and the drivers bound themselves back.
Any suggestions?
-----------
usb.conf has the following:
[Tripp-Lite]
driver = usbhid-ups
port = auto
vend...
2006 Feb 08
0
possible fraud attempt and phising on my mail logs
...phising.
is this normal ?
Found ip-based phishing fraud from 10.2.0.0
Found ip-based phishing fraud from 255.255.255.255
Found ip-based phishing fraud from 10.1.0.0
Found ip-based phishing fraud from 255.255.255.255
. MailScanner has detected a possible fraud attempt from "ee.ee.ee.ee" claiming to be MailScanner warning: numerical links are often malicious: ee.ee.ee.ee
Sent: Wednesday, February 08, 2006 6:01 PM
- Show quoted text -
\n Subject: Fwd: 16 new messages in 8 topics \n - digest
\n
---------- Forwarded message ----------
From: comp.dcom.sys.cisco \n group &...
2007 Sep 01
1
intel 945GM / GMA 950 with compiz fusion probably bug.
...figs/xorg.conf
[15:52 root ~]# uname -a
Linux estergon 2.6.22-ARCH #1 SMP PREEMPT Thu Aug 23 20:18:37 CEST 2007 i686
Intel(R) Core(TM)2 CPU T5500 @ 1.66GHz GenuineIntel GNU/Linux
[15:52 root ~]#
[10:59 root ~]# compiz --replace ccp &
[1] 19636
[10:59 root ~]# libGL warning: 3D driver claims to not support visual 0x67
compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0
[1] + exit 1 compiz --replace ccp
[17:18 root ~]# cat /var/log/Xorg.0.log | grep AIG...
2005 Mar 12
2
Pretec Allegro does not appear to play Oggs
Can I change the wiki? The box claims it plays oggs, the tech. specs. in
the booklet claims it plays oggs, *some* places on the website claims it
supports oggs, but it doesn't actually play my oggs. Can I move it to a
"misadvertised" section, or a "rumours" section, or what can I do to
indicate this to othe...
2017 Jul 29
4
claiming unsused space back
Hi,
I?m running a CentOS server in a VPS. Backups of the VPS take quite
much space if I don?t claim unused space.
Currently I?m using dd if=/dev/zero of=/mytempfile and remove that file
to claim that unused space. Any automatic way of doing a similar thing
in CentOS? I have googled for it but I have only found Debian commands.
Thanks in advance!
Miguel
2006 Oct 17
1
Belkin F6C900-UNV
...9;m running Fedora Core 6, which still has nut 2.0.3.
`newhidups -DD -a myups` gives the error of:
Checking device (050D/0900) (001/002)
- VendorID: 050d
- ProductID: 0900
- Manufacturer: unknown
- Product: unknown
- Serial Number: unknown
- Bus: 001
Trying to match device
Device matches
failed to claim USB device, trying 2 more time(s)...
detaching kernel driver from USB device...
failed to detach kernel driver from USB device...
trying again to claim USB device...
failed to claim USB device, trying 1 more time(s)...
detaching kernel driver from USB device...
failed to detach kernel driver from U...
2003 Dec 02
2
: GLIM PROBLEMS
...Can anyone help?
A discription of the data and the type of model/s fitted can be found
below.
Regards
Allan
The problem is taken from Bennet (1978) (I dont have any more of the
reference.)
In this example we wish to model the probability of a car insurance
policyholder claiming insurance on his/her car given that we know
certain information about him/her. The explanatory variables used in
this analysis are: the age of the policyholder (age), the year of
registration (reg) and a measure of the policyholders claim history
called the no claim discount (ncd)....
2024 Oct 18
2
NUT 2.8.0-7 Can't claim USB device [2341:8036]@2/0: Invalid parameter using usbhid-ups
Hello All,
I have been trying to get NUT package working on proxmox host with
Arduino HIDPowerDevice (https://github.com/abratchik/HIDPowerDevice)
And I have been banding my head against the wall and looking through the
internet why I am getting "Can't claim USB device [2341:8036]@2/0:
Invalid parameter" error, but could not find anything relevant.
The information :
- OS name and version,
root at pve2:~# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION...
2005 Nov 10
2
Sisvel's claim on MP3
Dear all,
I just know that Sisvel (http://www.sisvel.com) claims patent on MP3 and
starting charging fee on MP3 encoding/decoding (http://www.audiompeg.com). I
take a look on its patent claims and it seems that they are very board.
I wonder if vorbis would be affected by them.
Best regards,
JJ
-------------- next part --------------
An HTML attachment was scr...