search for: defect

Displaying 20 results from an estimated 1563 matches for "defect".

2006 Aug 12
1
Which defect tracking tool (Dreamhost)
Hi, Just wondering what people use for defect tracking generally in the RoR community? Is there an open-source/free online defect tracking site available? I already have my own SVN via dreamhost but am now thinking about use of a specific defect tracking system for defects/enhancements to track them. Note - I''ve gone for Drea...
2005 Jan 18
3
Out of 5 Grandstream BudgeTone 101 THREE are defect !!! (from Pulverstore)
I bought three plus two Grandstream BudgeTone 101 phones. The shipping cost more than the phone itself from Pulver store. The first shipping had one phone defect. Nothing on the display. (Can happen!) The second shipment had one phone with a defect display, but it still worked. The second phone's handset was defect too (microphone did not work). Changing the handset from this one to the other one, "repaired" one of the three defect phone s...
2008 Mar 12
5
[Bug 752] New: zfs set keysource no longer works on existing pools
http://defect.opensolaris.org/bz/show_bug.cgi?id=752 Summary: zfs set keysource no longer works on existing pools Classification: Development Product: zfs-crypto Version: unspecified Platform: Other OS/Version: Solaris Status: NEW Seve...
2008 Jun 02
6
[Bug 2114] New: delegation_004: a non-root user can''t do ''zfs key -c'' with keychange delegated
http://defect.opensolaris.org/bz/show_bug.cgi?id=2114 Summary: delegation_004: a non-root user can''t do ''zfs key -c'' with keychange delegated Classification: Development Product: zfs-crypto Version: unspecified Platfor...
2008 Mar 27
5
[Bug 871] New: ''zpool key -l'' core dumped with keysource=hex, prompt and unmatched entered in
http://defect.opensolaris.org/bz/show_bug.cgi?id=871 Summary: ''zpool key -l'' core dumped with keysource=hex,prompt and unmatched entered in Classification: Development Product: zfs-crypto Version: unspecified Platform: Other...
2008 May 26
5
[Bug 2033] New: ''zfs create'' causes panic if key file doesn''t exist
http://defect.opensolaris.org/bz/show_bug.cgi?id=2033 Summary: ''zfs create'' causes panic if key file doesn''t exist Classification: Development Product: zfs-crypto Version: unspecified Platform: Other OS/Version: Solaris...
2009 Feb 03
1
Cannot Mirror RPOOL, Can''t Label Disk to SMI
...IONS: 0. c3d0 <DEFAULT cyl 60797 alt 2 hd 255 sec 63> /pci at 0,0/pci-ide at 1f,2/ide at 0/cmdk at 0,0 1. c4d0 <DEFAULT cyl 60797 alt 2 hd 255 sec 63> /pci at 0,0/pci-ide at 1f,2/ide at 1/cmdk at 0,0 Specify disk (enter its number): 0 selecting c3d0 No defect list found [disk formatted, no defect list found] /dev/dsk/c3d0s0 is part of active ZFS pool rpool. Please see zpool(1M). FORMAT MENU: disk - select a disk type - select (define) a disk type partition - select (define) a partition table current - de...
2011 Jun 03
0
Pareto Chart using GUI
Hi, I am exploring GUI's for doing Quality Management/Assurance/Improvement activities and this is another mail in series! Focus of this mail is Pareto Analysis for following data (Truncated): Date Defect code Operator Shift Machine Cost - Internal Cost - External Cost - Total 8-Jun-2011 410 Joe 1 AAA 5 50 55 8-Jun-2011 465 Joe 1 AAA 1.5 25 26.5 8-Jun-2011 412 Joe 1 AAA 1.5 10 11.5 8-Jun-2011 410 Joe 1 AAA 5 50 55 8-Jun-2011 218 Joe 1 AAA 1 10 11 8-Jun-2011 440 Joe 1 AAA 1 10 11 8-Jun-2011 410 Joe 1...
2007 Mar 09
0
A Survey on Defect Management Practices in Free/Open Source Software
Dear RSYNC Contributors, I seek help from designers, developers, testers,defect fixers,project managers or playing any other key role in Free/Open Source software development or maintenence in carrying out a study on practices and problems of defect management in various Free/Open Source Software projects. The insights gained from the study can further help us to extract...
2013 Jul 11
0
[Bug 779] Netfilter on bridge interface containing a defective NIC
https://bugzilla.netfilter.org/show_bug.cgi?id=779 --- Comment #5 from calebc2099 at yahoo.com 2013-07-12 01:54:55 CEST --- (In reply to comment #4) > (In reply to comment #3) > > Have you tried to replicate the problem with a defective NIC? Here is an > > example of how to replicate the problem: > > Well, that is difficult since I do not own defective nics. But again: if your > NIC is defective, perhaps that is the real cause of your issue? The NIC is not "defective" in the sense that it doesn...
2006 May 10
0
Coverity Open Source Defect Scan of Icecast
Hello Icecast Developers, I'm the CTO of Coverity, Inc., a company that does static source code analysis to look for defects in code. You may have heard of us or of our technology from its days at Stanford (the "Stanford Checker"). The reason I'm writing is because we have set up a framework internally to continually scan open source projects and provide the results of our analysis back to the develope...
2008 Mar 13
3
[Bug 759] New: ''zpool create -o keysource=,'' hanged
http://defect.opensolaris.org/bz/show_bug.cgi?id=759 Summary: ''zpool create -o keysource=,'' hanged Classification: Development Product: zfs-crypto Version: unspecified Platform: i86pc/i386 OS/Version: Solaris Status: NEW...
2006 Jul 11
0
Two Phase Sampling
Dear WizaRds, I tried to construct a two-phase sampling design in Survey just the way I hoped understood in Vienna - I was wrong. I think I am too stupid to create the correct subset for phase 2. Phase1: Sample 1000 parts with 80 defective. Phase2: Sample 100 parts out of these 1000 with 15 defective. 0:ok, 1:defunct. The table below gives the conditional sampling values. Please help me: library(survey) ss1 <- data.frame(id=1:1000, ph1.x=rep(c(1,0),c(10,990)), subset=rep(c(1,0),c(100,900)), ph2.y=rep(c(1,0,NA),c(15,85,900)...
2008 Oct 30
1
Nested Resouces,not getting parent id(project_id) from form
Hi i am using nested resources,here project having has many relation with defects. Main problem here is i am not getting project_id from edit form.What''s a problem if any one knows please help. edit.html.erb <% form_for(@defect,@project) do |f| %> <%=f.text_field :name%> <%end%> routes.rb map.resources :projects,:has_many=>:defects map.resour...
2013 Jul 11
0
[Bug 779] Netfilter on bridge interface containing a defective NIC
https://bugzilla.netfilter.org/show_bug.cgi?id=779 --- Comment #3 from calebc2099 at yahoo.com 2013-07-11 23:25:20 CEST --- (In reply to comment #1) > I am unable to replicate this issue on a 3.10 kernel. Perhaps the "defect in > the NIC" you describe is actually responsible for the corrupt packets you are > seeing? > > Have you tested this on a recent kernel? Have you tried to replicate the problem with a defective NIC? Here is an example of how to replicate the problem: eth0 is okay eth1 is ok...
2013 Jul 11
0
[Bug 779] Netfilter on bridge interface containing a defective NIC
https://bugzilla.netfilter.org/show_bug.cgi?id=779 --- Comment #4 from Phil Oester <netfilter at linuxace.com> 2013-07-11 23:30:36 CEST --- (In reply to comment #3) > Have you tried to replicate the problem with a defective NIC? Here is an > example of how to replicate the problem: Well, that is difficult since I do not own defective nics. But again: if your NIC is defective, perhaps that is the real cause of your issue? I tested the exact scenario you describe by using e1000 nics in an eth1/eth2 bridge, a...
2008 Feb 25
3
[Bug 631] New: zpool get with no pool name dumps core in zfs-crypto
http://defect.opensolaris.org/bz/show_bug.cgi?id=631 Summary: zpool get with no pool name dumps core in zfs-crypto Classification: Development Product: zfs-crypto Version: unspecified Platform: Other OS/Version: Solaris Status: NEW Sev...
2008 Feb 25
3
Bugzilla: confirm account creation
Bugzilla has received a request to create a user account using your email address (zfs-crypto-discuss at opensolaris.org). To continue creating an account using this email address, visit the following link by February 28th, 2008 at 03:48 PST: http://defect.opensolaris.org/bz/token.cgi?t=F9zVJ7vXDC&a=request_new_account If you did not receive this email before February 28th, 2008 at 03:48 PST or you wish to create an account using a different email address you can begin again by going to: http://defect.opensolaris.org/bz/createaccount.cgi PRIVA...
2008 May 20
7
[Bug 1986] New: ''zfs destroy'' hangs on encrypted dataset
http://defect.opensolaris.org/bz/show_bug.cgi?id=1986 Summary: ''zfs destroy'' hangs on encrypted dataset Classification: Development Product: zfs-crypto Version: unspecified Platform: Other OS/Version: Solaris Status: NEW...
2008 Jun 16
3
[Bug 2247] New: tests/functional/cli_root/zpool_upgrade/ zpool_upgrade_007_pos panics - zfs snapshot
http://defect.opensolaris.org/bz/show_bug.cgi?id=2247 Summary: tests/functional/cli_root/zpool_upgrade/zpool_upgrade_00 7_pos panics - zfs snapshot Classification: Development Product: zfs-crypto Version: unspecified Platform: Other OS/V...