search for: _forever_

Displaying 7 results from an estimated 7 matches for "_forever_".

Did you mean: __forever__
2013 Jan 21
1
btrfs_start_delalloc_inodes livelocks when creating snapshot under IO
...96d282c7ff470f150a467eb4815b90159d04c47 that you mention that "btrfs_start_delalloc_inodes will just walk the list of delalloc inodes and start writing them out, but it doesn''t splice the list or anything so as long as somebody is doing work on the box you could end up in this section _forever_." I guess I am hitting this here also. Miao, I tested the behavior before your commit 8ccf6f19b67f7e0921063cc309f4672a6afcb528 "Btrfs: make delalloc inodes be flushed by multi-task", on kernel 3.6. I see same issue there as well, but OOM doesn''t happen, because before your...
2006 Jun 06
0
Swat lets everybody into the "good stuff"
...!] fairly competent and getting them to mount the share via the IP address really shouldn't be much of a problem; therefore I'm not really worried about it. ;-) I have the full smb.conf file available here: http://www.30below.com/~zmerch/samba/smb.conf I don't want to keep it there _forever_ but I'll leave it up for 7 days or so. Yes, I've googled. Yes, I've scanned the last few months of the archives. No, I've not been able to figure this out - anyone out there have a clue-by-4 with my name on it? ;-) Thanks! Roger "Merch" Merchberger -- Roger "Merc...
2012 Jul 26
4
SELinux in CentOS 6
It keeps butting in when I try to install map software from Garmin under Wine. I'm not nearly competent not willing to apply the remedy it suggests. How do I get to someplace where I can disable it, or at least set it to permissive?
2012 Jan 11
1
ANNOUNCE: oz 0.8.0 release
All, I'm pleased to announce release 0.8.0 of Oz. Oz is a program for doing automated installation of guest operating systems with limited input from the user. Release 0.8.0 is a (long overdue) bugfix and feature release for Oz. Some of the highlights between Oz 0.7.0 and 0.8.0 are: - Optional virtualenv make target - Conversion of unittests to py.test - Replace
2005 Nov 12
5
selinux stuff - I just don't get
I am getting tons of these messages since I updated to 4.2 Nov 12 12:21:39 srv1 dbus: Can't send to audit system: USER_AVC pid=2839 uid=81 loginuid=-1 message=avc: denied { send_msg } for scontext=user_u:system_r:unconfined_t tcontext=user_u:system_r:initrc_t tclass=dbus Now I can see this process... # ps aux|grep 2839 dbus 2839 0.0 0.3 16168 1888 ? Ssl Nov11 0:13 dbus-
2019 Jul 08
5
Format printing inside a matrix
Hi Abby, Thanks a lot for your paraphrasing and your suggestion! The problem of wrapping the list into a S3/S4 object, i.e. subclassing array or matrix, is that one also has to define a bunch of methods for subsetting, joining, etc, in order to make it behave like a list array. The reason is that most R functions for subsetting, joining, etc. do not preserve class attributes of the input, which
2011 May 11
8
[PATCH 1/4] Btrfs: map the node block when looking for readahead targets
If we have particularly full nodes, we could call btrfs_node_blockptr up to 32 times, which is 32 pairs of kmap/kunmap, which _sucks_. So go ahead and map the extent buffer while we look for readahead targets. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com> --- fs/btrfs/ctree.c | 23 +++++++++++++++++++++-- 1 files changed, 21 insertions(+), 2 deletions(-) diff --git