Displaying 20 results from an estimated 40000 matches similar to: "Subscribe"
2013 May 04
2
failed exaile install
I'm trying to install the exaile package on my newly upgraded CentOS 6.4 machine.
It fails (see below) with missing dependencies on python-cddb and gnome-python2-gtkmozembed.
I found this thread but there does not seem to be any resolution. \
Has anyone got this installed?
Am I missing a repo?
Thanks,
Steve
# yum install exaile
Loaded plugins: fastestmirror, refresh-packagekit, security
2013 Mar 15
0
It may be an ocfs2 bug.
Hi, every one:
In the function:
static long ocfs2_fallocate(struct file *file, int mode, loff_t offset,
loff_t len)
{
...
return __ocfs2_change_file_space(NULL, inode, offset, cmd, &sr,
change_size);
}
The NULL should be file, such as below, one of our coworker found it.
static long ocfs2_fallocate(struct file
2015 Dec 16
2
"installation source" specification for netinstall
On 12/15/2015 07:39 PM, John R Pierce wrote:
> On 12/15/2015 4:21 PM, ken wrote:
>> I don't think so. Go to
>> http://mirror.teklinks.com/centos/7.1.1503/isos/x86_64/ and see what's
>> at that URL. I did try it using in netinstall (just trying
>> *everything* possible), it yielded the same error once again... and
>> there aren't any Packages to be
2007 Nov 13
1
Backups & Snapshot Support
Are there any plans for a type of "snapshot" support, which could be use
to make point in time consistent backups, similar to what lvm would
allow you to do for a local volume? I'm really looking for a good way to
back up my ocfs2 volume, but so far, all we've been able to use is rsync
and custom scripts.
Are there any other options?
--
Michael S. Moody
Sr. Systems
2023 May 29
4
[PATCH] ocfs2: check new file size on fallocate call
When changing a file size with fallocate() the new size isn't being
checked. In particular, the FSIZE ulimit isn't being checked, which makes
fstest generic/228 fail. Simply adding a call to inode_newsize_ok() fixes
this issue.
Signed-off-by: Lu?s Henriques <lhenriques at suse.de>
---
fs/ocfs2/file.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git
2015 Dec 16
0
"installation source" specification for netinstall
On 12/15/2015 4:21 PM, ken wrote:
> I don't think so. Go to
> http://mirror.teklinks.com/centos/7.1.1503/isos/x86_64/ and see what's
> at that URL. I did try it using in netinstall (just trying
> *everything* possible), it yielded the same error once again... and
> there aren't any Packages to be found which would be meaningful for
> installing packages.
2015 Dec 16
0
"installation source" specification for netinstall
On Tue, Dec 15, 2015 at 08:24:17PM -0500, ken wrote:
> On 12/15/2015 07:39 PM, John R Pierce wrote:
> >On 12/15/2015 4:21 PM, ken wrote:
> >>I don't think so. Go to
> >>http://mirror.teklinks.com/centos/7.1.1503/isos/x86_64/ and see what's
> >>at that URL. I did try it using in netinstall (just trying
> >>*everything* possible), it yielded the
2023 May 31
2
[PATCH] ocfs2: check new file size on fallocate call
On 5/29/23 11:26 PM, Lu?s Henriques wrote:
> When changing a file size with fallocate() the new size isn't being
> checked. In particular, the FSIZE ulimit isn't being checked, which makes
> fstest generic/228 fail. Simply adding a call to inode_newsize_ok() fixes
> this issue.
>
> Signed-off-by: Lu?s Henriques <lhenriques at suse.de>
> ---
>
2011 Mar 31
3
[PATCH 1/3] VFS/ioctl: Add punching-hole support to ioctl().
We're currently support two paths from VFS to preallocate unwritten
extents(from FS_IOC_RESVSP, or fallocate()), likewise, behavior of
punching-hole should be treated as the same, this patch tries to teach
file_ioctl() to handle FS_IOC_UNRESVSP, underlying filesystem like ocfs2
is wise enough to do the rest of work;-)
Signed-off-by: Tristan Ye <tristan.ye at oracle.com>
---
fs/ioctl.c
2023 May 31
0
[PATCH] ocfs2: check new file size on fallocate call
On 5/31/23 4:29 PM, Lu?s Henriques wrote:
> Joseph Qi <joseph.qi at linux.alibaba.com> writes:
>
>> On 5/29/23 11:26 PM, Lu?s Henriques wrote:
>>> When changing a file size with fallocate() the new size isn't being
>>> checked. In particular, the FSIZE ulimit isn't being checked, which makes
>>> fstest generic/228 fail. Simply adding a call
2023 Jun 17
0
Patch "ocfs2: check new file size on fallocate call" has been added to the 4.14-stable tree
This is a note to let you know that I've just added the patch titled
ocfs2: check new file size on fallocate call
to the 4.14-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
ocfs2-check-new-file-size-on-fallocate-call.patch
and it can be found in the queue-4.14 subdirectory.
If
2023 Jun 17
0
Patch "ocfs2: check new file size on fallocate call" has been added to the 4.19-stable tree
This is a note to let you know that I've just added the patch titled
ocfs2: check new file size on fallocate call
to the 4.19-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
ocfs2-check-new-file-size-on-fallocate-call.patch
and it can be found in the queue-4.19 subdirectory.
If
2023 Jun 17
0
Patch "ocfs2: check new file size on fallocate call" has been added to the 5.4-stable tree
This is a note to let you know that I've just added the patch titled
ocfs2: check new file size on fallocate call
to the 5.4-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
ocfs2-check-new-file-size-on-fallocate-call.patch
and it can be found in the queue-5.4 subdirectory.
If you,
2023 Jun 17
0
Patch "ocfs2: check new file size on fallocate call" has been added to the 5.10-stable tree
This is a note to let you know that I've just added the patch titled
ocfs2: check new file size on fallocate call
to the 5.10-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
ocfs2-check-new-file-size-on-fallocate-call.patch
and it can be found in the queue-5.10 subdirectory.
If
2023 Jun 17
0
Patch "ocfs2: check new file size on fallocate call" has been added to the 5.15-stable tree
This is a note to let you know that I've just added the patch titled
ocfs2: check new file size on fallocate call
to the 5.15-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
ocfs2-check-new-file-size-on-fallocate-call.patch
and it can be found in the queue-5.15 subdirectory.
If
2023 Jun 17
0
Patch "ocfs2: check new file size on fallocate call" has been added to the 6.1-stable tree
This is a note to let you know that I've just added the patch titled
ocfs2: check new file size on fallocate call
to the 6.1-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
ocfs2-check-new-file-size-on-fallocate-call.patch
and it can be found in the queue-6.1 subdirectory.
If you,
2023 Jun 17
0
Patch "ocfs2: check new file size on fallocate call" has been added to the 6.3-stable tree
This is a note to let you know that I've just added the patch titled
ocfs2: check new file size on fallocate call
to the 6.3-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
ocfs2-check-new-file-size-on-fallocate-call.patch
and it can be found in the queue-6.3 subdirectory.
If you,
2009 Apr 14
3
Ring All Queue
Is there a way in the dialplan to figure out which agent in a ring all queue answered a line? I'd like to take specific action based on the agent upon hangup.
Ryan M. Colbert
Director of Information Technology
Rissman, Barrett, Hurt,
Donahue & McLain, P.A.
201 E. Pine Street, Suite 1500
Orlando, FL 32801
(407) 517-3105 - Direct Telephone
(407) 839-0120 - Main Office
(407) 841-9726 - Fax
2023 May 31
0
+ ocfs2-check-new-file-size-on-fallocate-call.patch added to mm-nonmm-unstable branch
The patch titled
Subject: ocfs2: check new file size on fallocate call
has been added to the -mm mm-nonmm-unstable branch. Its filename is
ocfs2-check-new-file-size-on-fallocate-call.patch
This patch will shortly appear at
https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/ocfs2-check-new-file-size-on-fallocate-call.patch
This patch will later appear in
2011 May 18
1
Is OCFS2 1.4.7 Prod Ready ?
Hello Ladies and Gents ..
First time poster ..
I have been experiencing several issues with unexplained Fencing and
silly mount/unmount errors With
Version 1.4.7 on UEK (Red Hat Enterprise Linux Server release 5.3)
running under kernel 2.6.18-128.el5
With ocfs2console-1.6.3-2.el5,ocfs2-tools-1.6.3-2.el5 &
ocfs2-2.6.18-128.el5-1.4.7-1.el5 RPM Packages.
You See, the problem is that I was