Displaying 20 results from an estimated 200 matches similar to: "mount.ocfs2 blah"
2008 Oct 15
1
[PATCH] ocfs2: Wrap inode block reads in a dedicated function.
Ooops, last one didn't CC ocfs2-devel.
On Mon, Oct 13, 2008 at 06:16:15PM -0700, Joel Becker wrote:
> @@ -232,25 +231,17 @@ int ocfs2_populate_inode(struct inode *inode, struct ocfs2_dinode *fe,
> ocfs2_mount_local(osb) || !ocfs2_stack_supports_plocks())
> use_plocks = 0;
>
> - /* this means that read_inode cannot create a superblock inode
> - * today. change if
2009 Mar 18
2
[RFC] metadata alloc fix in machines which has PAGE_SIZE > CLUSTER_SIZE
Hi Mark/Joel,
I meet with some meta allocation bugs when I implement reflink these
days. And after some investigation, I think we should have the same
problem when we have PAGE_SIZE > CLUSTER_SIZE. So I create a scenario
today in one ppc box and try. the box panic as I expected. ;)
The scenario is that: Create a file with the disk layout like this(with
bs=512, and cs=4K).
debugfs: stat
2006 Mar 13
3
"./blah/blah" vs. "/blah/blah"
Hello,
Earlier in my rails application, I was using the convention of writing the
following to refer to templates and/or views in the view folder.
"./blah/blah"
But in the Edge rail, it doesn''t work and the page doesn''t shows any output
there is no error in the development log as well. But changing the above to
"/blah/blah" seems to fix things.
Was I
2007 Feb 06
2
Network 10 sec timeout setting?
Hello!
Hey didnt a setting for the 10 second network timeout get into the
2.6.20 kernel?
if so how do we set this?
I am getting
OCFS2 1.3.3
(2201,0):o2net_connect_expired:1547 ERROR: no connection established
with node 1 after 10.0 seconds, giving up and returning errors.
(2458,0):dlm_request_join:802 ERROR: status = -107
(2458,0):dlm_try_to_join_domain:950 ERROR: status = -107
2008 Aug 15
1
Constructor blah() vs. as.blah()
When should we use one versus the other? If I'm designing an S3 class
"blah", should I just implement
blah <- function(x, ...) UseMethod("blah")
and then a bunch of blah.whatever() functions, including blah.default()?
Or should I do
as.blah <- function(x, ...) UseMethod("as.blah")
with a bunch of methods for it? Or do both?
Jeff
2007 Aug 21
1
[git patch] dmesg + fstype ocfs2
hello hpa,
please pull
git pull git://brane.itp.tuwien.ac.at/~mattems/klibc.git maks
for those changes:
Kyle McMartin (1):
klibc-utils: add dmesg
maximilian attems (2):
klibc comment fix
fstype: add ocfs2 support
with the following diffstat
README | 2
usr/Kbuild | 2
usr/kinit/fstype/fstype.c | 15 +++++++
2006 May 02
2
Mapping/Routing: connecting ?lang=de to blah.org/de?
Hi List,
how would you modify routes.rb to get something like
http://example.org/de/controller/action
instead of
http://example.org/controller/action/?lang=de
?
(Using the Ruby-GetText method for internationalization,
which allows you to specify the sites'' language in the
lang param)
I''d be grateful for any hints that you might have!
Regards,
Raphael
--
Posted via
2005 Sep 26
0
FC4 xen guest question audit blah looging
Anyone know how to supress all the
audit(1127753401.267:0): user pid=1449 uid=0 length=104
loginuid=4294967295 msg=''PAM session close: user=root
exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron result=Success)
type logging?
A real pita, I don''t have auditd installed or selinux, wouldn''t let me
remove audit-libs and the deps lead me to some pam
2008 Apr 21
0
Lost Polymorphic Associations in development environment causes delegate :blah, :to => to fail
Hi All
I have been struggling with this issue for a long time now. And before
I began to describe the problem its important to know that this
problem happens only in Development environment.
I am using Rails 2.0.2, here are my associations
class User
has_many :comments
has_one :profile, :as => :profileable
delegate :email, :to => :profile
end
First call to comment.user.email works
2007 Jun 13
1
unable to create array with "blah = Array();"
The script is:
-->--
trace("begin");
ba = Array();
trace(ba);
trace("end");
-->--
Adobe's output:
-->--
begin
end
-->--
swfplay's output:
-->--
begin
undefined
end
-->--
Adding swfdec_as_array_construct, which sets return value, didn't
help. Tested on latest commit as of today (with some patches of mine
but they should have no affect on this).
2008 Apr 22
3
mount: /dev/sdb1 already mounted or /blah busy
How do I go about troubeshooting this? I'm using RHEL 4 update 6.
mount: /dev/sdb1 already mounted or /blah busy
It's actually an iSCSI LUN (NetApp filer). I successfully configured (ext3) and mounted it, but when I rebooted, the /dev/sdb1 device/partition is seen by the kernel and it shows up with "fdisk -l".
Nevertheless I get that error. I've tried
2006 Sep 22
2
foo.expects(:blah).returns(10).then(11) syntax
I recently needed the behavior of my object to change on subsequent
method calls so I added the syntax above.
Here''s the diff of changes I made:
Index: test/mocha/expectation_test.rb
===================================================================
--- test/mocha/expectation_test.rb (revision 854)
+++ test/mocha/expectation_test.rb (working copy)
@@ -95,6 +95,12 @@
2010 Jul 11
4
Testomg: doing def test_blah or test "blah" do
Hey, I''m wondering about the distinction between writing test methods
like
1.
def test_something_to_test
end
and like
2.
test "something to test" do
end
It seems like there''s no difference. I did notice, however, that #2
can''t be done in a class that extends Test::Unit::TestCase, while it can
be done in one that extends ActionController::TestCase. I also
2006 Oct 31
3
ocfs2 error messages
I received the following error messages in the system logs. Is this
anything to be concerned with?
kernel: (4074,0):ocfs2_populate_inode:234 ERROR: Invalid dinode:
i_ino=1293597, i_blkno=1293597, signature = INODE01, flags = 0x0
kernel: (4074,0):ocfs2_read_locked_inode:389 ERROR: populate inode
failed! i_blkno=1293597, i_ino=1293597
kernel: (4074,0):ocfs2_iget:131 ERROR: status = -116
2007 Aug 29
2
Rails Wiki hacked?
Either the Rails wiki has been hacked or someone internal wanted
easier access to porn.
http://wiki.rubyonrails.org/rails/
If you inspect the action of the search form on this page, you will
see that it now sends anyone who wishes to use the search form, to a
porn site.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
2008 Aug 20
1
Weird messages at kernel.log
> Hi all!
>
> I've just configured a new 2 node cluster and I found messages at
> kernel.log like the following:
>
> Aug 19 19:34:58 nodo1 kernel: (2821,0):ocfs2_populate_inode:236 ERROR:
> Invalid dinode: i_ino=9311700, i_blkno=9311700, signature = INODE01, flags
> = 0x0
> Aug 19 19:34:58 nodo1 kernel: (2821,0):ocfs2_read_locked_inode:393 ERROR:
> populate
2006 Mar 01
3
Using aspects to apply authentication
Greeting. I was wondering if anyone is using AOP (Aspect Oriented
Programming) to ensure login and authentication before allowing someone
access to controllers and models.
I found two versions of RCR 321 that discuss cut-based AOP, but as far
as I can tell there isn''t an implementation of the RCR as an AOP
framework.
Additionally, I tried to dig up information on Aspect4r and
2005 Mar 18
0
T100P: Can't Make/Receive Zap Calls (Long Newbie Blah)
All,
Alright, I've looked around the internet, the voip-info.org wiki, and
browsed the contents of this mailing list. While I've found a couple of
scenarios that are close to this one, I haven't found one that uses my
particular card (T100P). Without further delay --
I have successfully configured internal SIP services between a Snom 200
and a Windows X-Lite client and have
2006 Jan 18
3
ASN.1 encoding ended?
Hi all. Im having a bit of a problem.
I have about 20 Samba servers all over the country on 256/512 WAN links.
We just upgraded our primary NT4 domain to mixed-mode Active Directory on
Windows 2003.
In addition to that we have a native-mode Active Directory domain on Windows
2003. We were planning on merging
a couple of NT4 domains into 1 native mode Active Directory domain, but
plans have
2008 Sep 11
4
Some more debug stuff
Added two debugfs entries... one to dump o2hb livenodes and the other
to dump osb.
$ cat /sys/kernel/debug/ocfs2/BC4F4550BEA74F92BDCC746AAD2EC0BF/fs_state
Device => Id: 8,65 Uuid: BC4F4550BEA74F92BDCC746AAD2EC0BF Gen: 0xA02024F2 Label: sunil-xattr
Volume => State: 1 Flags: 0x0
Sizes => Block: 4096 Cluster: 4096
Features => Compat: 0x1 Incompat: 0x350 ROcompat: 0x1