Displaying 20 results from an estimated 207 matches for "8127".
Did you mean:
812
2016 Oct 21
0
[Bug 2629] New: ((((866-769-8127 SKYPE Ə ೠ ್ ⅓ ॐ tech support number | skype support number
https://bugzilla.mindrot.org/show_bug.cgi?id=2629
Bug ID: 2629
Summary: ((((866-769-8127 SKYPE
Əೠ್⅓ॐ tech support number
| skype support number
Product: Portable OpenSSH
Version: 7.3p1
Hardware: amd64
OS: Other
Status: NEW
Severi...
2016 Oct 21
0
[Bug 2630] New: skype ('866.769.8127 ?>>>>>''''; l; skype tech support number skype ('866.769.8127 ?>>>>>'''';l;skype tech support number
https://bugzilla.mindrot.org/show_bug.cgi?id=2630
Bug ID: 2630
Summary: skype ('866.769.8127 ?>>>>>'''';l;skype tech support
number skype ('866.769.8127 ?>>>>>'''';l;skype tech
support number
Product: Portable OpenSSH
Version: 7.3p1
Hardware: Alpha...
2016 Oct 20
0
[Bug 2628] New: skype ((( 866 769 8127 @@@@ SKYPE tech support phone number | Skype tech support
https://bugzilla.mindrot.org/show_bug.cgi?id=2628
Bug ID: 2628
Summary: skype ((( 866 769 8127 @@@@ SKYPE tech support phone
number | Skype tech support
Product: Portable OpenSSH
Version: 7.3p1
Hardware: Alpha
OS: Other
Status: NEW
Severity: major
Priority: P5
Component: Miscellaneou...
2005 Sep 09
1
nls fails to return correlation matrix (PR#8127)
Full_Name: Carsten Urbach
Version: 2.1.1 (2005-06-20)
OS: Linux
Submission from: (NULL) (141.34.5.241)
I observed one case where nls failed to return the correlation matrix, while the
parameter estimates were computed correctly. In the follwing I include all the
commands leading to this problem. R was started with 'R --vanilla':
> version
_
platform i686-pc-linux-gnu
arch
2005 Jun 05
3
segmentation fault
Hi,
When tring to remove lost+found folder on ocfs2 fs, i
got segmentation fault.
Attached log message.
System running on kernel 2.6.9-5.0.5.EL using ocfs2
Release 0.99.11-1 (BETA)
Tq.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2005 Jun 05
3
segmentation fault
Hi,
When tring to remove lost+found folder on ocfs2 fs, i
got segmentation fault.
Attached log message.
System running on kernel 2.6.9-5.0.5.EL using ocfs2
Release 0.99.11-1 (BETA)
Tq.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2004 Aug 18
4
LTP system call test all pass!
After fix bug 130 and 131, and some LTP bugs.
ocfs2 can now pass all LTP filesystem related system call testcases.
detail result see attach.
-------------------
Intel China Software Lab.
iNet: 8-752-1243
8621-52574545-1243(O)
xfling@users.sourceforge.net
Opinions are my own and don't represent those of my employer
-------------- next part --------------
A non-text attachment was
2009 Apr 08
1
ocfs2_controld.cman
If I start ocfs2_controld.cman in parallel on a few nodes, only one of them
starts up, the others exit with one of these errors:
call_section_read at 370: Reading from section "daemon_protocol" on checkpoint "ocfs2:controld" (try 1)
call_section_read at 387: Checkpoint "ocfs2:controld" does not have a section named "daemon_protocol"
call_section_read at
2010 Jul 22
4
[PATCH 1/3] ext3/ext4: Factor out disk addressability check
As part of adding support for OCFS2 to mount huge volumes, we need to
check that the sector_t and page cache of the system are capable of
addressing the entire volume.
An identical check already appears in ext3 and ext4. This patch moves
the addressability check into its own function in fs/libfs.c and
modifies ext3 and ext4 to invoke it.
Signed-off-by: Patrick LoPresti <lopresti at
2008 Oct 20
2
[PATCH] ocfs2: Fix checking of return value of new_inode()
new_inode() does not return ERR_PTR() but NULL in case of failure. Correct
checking of the return value.
Signed-off-by: Jan Kara <jack at suse.cz>
---
fs/ocfs2/namei.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/ocfs2/namei.c b/fs/ocfs2/namei.c
index d5d808f..0372ef0 100644
--- a/fs/ocfs2/namei.c
+++ b/fs/ocfs2/namei.c
@@ -382,8 +382,8 @@ static int
2009 Feb 12
2
[PATCH 1/1] OCFS2: add IO error check in ocfs2_get_sector() -v2
checks IO error in ocfs2_get_sector().
this patch is based on 1.4 git.
Signed-off-by: Wengang wang <wen.gang.wang at oracle.com>
--
Index: fs/ocfs2/super.c
===================================================================
--- fs/ocfs2/super.c (revision 128)
+++ fs/ocfs2/super.c (working copy)
@@ -1203,6 +1203,12 @@ static int ocfs2_get_sector(struct super
unlock_buffer(*bh);
2009 Jun 19
6
Orphan scan fixes - V2
Implemented the suggestions.
Also, moved the ocfs2_orphan_scan_init() to the end of ocfs2_fill_super()
instead of calling it earlier in ocfs2_initialize_super().
Sunil
2010 Jul 12
1
[PATCH] ocfs2: Don't duplicate page passes i_size during CoW.
During CoW, actually all the pages after i_size contains
garbage data, so don't read and duplicate them.
Signed-off-by: Tao Ma <tao.ma at oracle.com>
---
fs/ocfs2/refcounttree.c | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/fs/ocfs2/refcounttree.c b/fs/ocfs2/refcounttree.c
index 1cf9cda..e082623 100644
--- a/fs/ocfs2/refcounttree.c
+++
2009 Jul 21
3
[PATCH 0/2] Two b-tree bug fixes.
Hi Mark/Joel,
These are 2 bug fix for b-tree. Please review.
I have sent out the first one last week, but it was based on cacheme.
So resend it. Now it bases on joel's fixes branch.
The second one is another b-tree rotation bug. I guess the reason why
we never meet with it is that no one has ever used b-tree like reflink
before. ;)
Regards,
Tao
2009 Jun 02
3
Anything I'm missing for 2.6.31?
...iss?
Joel
--
"Gone to plant a weeping willow
On the bank's green edge it will roll, roll, roll.
Sing a lulaby beside the waters.
Lovers come and go, the river roll, roll, rolls."
Joel Becker
Principal Software Developer
Oracle
E-mail: joel.becker at oracle.com
Phone: (650) 506-8127
2009 Feb 03
5
[PATCH 1/4] ocfs2/dlm: Retract fix for race between purge and migrate
Mainline commit d4f7e650e55af6b235871126f747da88600e8040 attempts to delay
the dlm_thread from sending the drop ref message if the lockres is being
migrated. The problem is that we make the dlm_thread wait for the migration
to complete. This causes a deadlock as dlm_thread also participates in the
lockres migration process.
A better fix for the original oss bugzilla#1012 is in testing.
2009 Apr 29
1
Inode not orphaned
....sh
Test was on ocfs2-ALL. All features were turned on in mkfs except
indexed-dirs.
Joel
--
Life's Little Instruction Book #99
"Think big thoughts, but relish small pleasures."
Joel Becker
Principal Software Developer
Oracle
E-mail: joel.becker at oracle.com
Phone: (650) 506-8127
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dirop-file-racer.patch
Type: text/x-diff
Size: 3243 bytes
Desc: not available
Url : http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20090429/b0b98ad7/attachment.bin
2009 Mar 05
3
[PATCH 0/2] ocfs2: two bug fixes about xattr and inline-data V2
Hi,
Thanks Tao and Joel's review, These are the second version of the patches.
Mark and Joel, you can correct my comments if you find they don't suitable.
thanks,
tiger
2009 Jun 19
6
[PATCH 1/5] ocfs2: Pin journal head before accessing jh->b_committed_data
This patch adds jbd_lock_bh_state() and jbd_unlock_bh_state() around accessses
to jh->b_committed_data.
Fixes oss bugzilla#1131
http://oss.oracle.com/bugzilla/show_bug.cgi?id=1131
Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
---
fs/ocfs2/suballoc.c | 28 ++++++++++++++++++++++++----
1 files changed, 24 insertions(+), 4 deletions(-)
diff --git a/fs/ocfs2/suballoc.c
2009 Feb 16
1
[PATCH] ocfs2: Use the right access_* method in ctime update of xattr.
In ctime updating of xattr, it use the wrong type of access for
inode, so use ocfs2_journal_access_di instead.
Signed-off-by: Tao Ma <tao.ma at oracle.com>
---
fs/ocfs2/xattr.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/fs/ocfs2/xattr.c b/fs/ocfs2/xattr.c
index 915039f..e393315 100644
--- a/fs/ocfs2/xattr.c
+++ b/fs/ocfs2/xattr.c
@@ -2592,8 +2592,9 @@