search for: worht

Displaying 4 results from an estimated 4 matches for "worht".

Did you mean: wordt
2001 Apr 13
1
newbie question to make WINE run with a w2k partition
Hi, I just installed Linux on my system (finally !:) using Mandrake7.2 But I have some problem running even the simplest program , notepad. I entered the command : wine -winver nt40 -desktop 60x70 /mnt/win_c/winnt/notepad.exe And I got the following error: Warning: could not find wine.conf [Drive x] entry for current working directory /root; starting in windows directory.
2008 Apr 02
18
Setting up PuppetShow - Puppet's Web Interface
Hello puppeters; I want to set/test the PuppetShow "Puppet''s Web Interface" with Ruby on Rails (ROR). If somebody has setup such show, please share your experiece with EXAMPLES...I''m not the programmer.so please share your STEPS....I have setup the ROR environment, currently learning Rails with different frameworks....HOBO (http://hobocentral.net/) is great for starter
2006 Aug 15
0
[git patches] ocfs2 updates
...per.c @@ -1442,8 +1442,13 @@ static int ocfs2_initialize_super(struct osb->bitmap_blkno = OCFS2_I(inode)->ip_blkno; + /* We don't have a cluster lock on the bitmap here because + * we're only interested in static information and the extra + * complexity at mount time isn't worht it. Don't pass the + * inode in to the read function though as we don't want it to + * be put in the cache. */ status = ocfs2_read_block(osb, osb->bitmap_blkno, &bitmap_bh, 0, - inode); + NULL); iput(inode); if (status < 0) { mlog_errno(status); @@ -1452,7 +14...
2006 Nov 30
41
TDD killing my joy of Rails
I''ve been working through the book ''Beginning Ruby on Rails E-Commerce'' which is very heavy on Test Driven Development. As in, you have to write tests for scaffolding methods and validations and crap like that. And then they fail. And you KNOW its the test not the method. So you spend 2x the time writing a test that has to be adapted when requirements change. You