Displaying 20 results from an estimated 1752 matches for "joel".
Did you mean:
joe
2007 Jun 07
0
Error compiling KWD
I'm trying to compile GIT KWD, but i believe I am missing something here...
joel at supernova:~/compiz/compiz$ make
make all-recursive
make[1]: Entering directory `/home/joel/compiz/compiz'
Making all in include
make[2]: Entering directory `/home/joel/compiz/compiz/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/joel/compiz/compiz/...
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
2002 Oct 09
5
[Fwd: samba client problems???]
...machine to allow clear
text passwords, and making sure permissions are setup correctly in the
smb.conf
and with the directory to share... but to no avail...
Can someone shed some further light on this topic. None of the prior
posting's
actually had a "solution" noted down.
Thanks,
Joel
-------- Original Message --------
From: - Tue Oct 08 14:04:22 2002
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00000000
Message-ID: <3DA34855.5000000@rhinosystemsinc.com>
Date: Tue, 08 Oct 2002 14:04:21 -0700
From: Joel Thompson <joel@rhinosystemsinc.com>
User-Agent: Mozilla/5.0 (Window...
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
2000 Feb 28
7
smbd and nmbd
Hi.
I'm getting messages to the effect:
Inetd: /usr/local/samba/lib/nmbd: Hangup
Last messages repeat 319 times
I start samba from inetd. Should I be starting it as a daemon or starting
it in init.d? If starting it as a daemon in in init.d, does someone have a
script that can let me use? I'm running samba on an a Sun E450, with
Solaris 2.7. Thanks.
grant
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
2006 Feb 16
2
Joel on Software Rails Rant
I didn''t know if any of you had seen this rant about Rails over on Joel on
Software but it is an interesting read. Check it out here -
http://discuss.joelonsoftware.com/default.asp?joel.3.309321.45
-Rob Bazinet
http://www.robertbazinet.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/atta...
2010 Sep 13
2
Saveing plot to multiple locations
Hi
Im trying to save a plot both to a pdf and as just a picture but without
success so if someone can help me I would be happy :)
my code:
require(party)
irisct <- ctree(Species ~ .,data = iris)
data(iris)
attach(iris)
pdf('/home/joel/Skrivbord/mammamu.pdf')
try(png('/home/joel/Skrivbord/mammamu1.png'))
plot(Sepal.Length, Petal.Length, col=unclass(Species))
legend(4.5, 7, levels(Species), col=plot_colors, cex=0.8, fill=1:3)
try(png('/home/joel/Skrivbord/mammamu2.png'))
plot(irisct)
dev.off()
readBin(pic,'...
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
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
2006 Nov 16
4
lme4 package: Fitted values and residuals
Dear all,
I have three concerns:
1)
I am running models with the lme4 package. I cannot find a way to pull
out a vector of the fitted values and the residuals. Does anybody know
how to do it?
2)
How can I nest a random effect variable into a "two-level" fixed effect
variable?
3)
Suppose I have the following model:
y = a + b|c + d + error,
where 'a' is a fixed effect, 'c'
2010 Oct 15
4
Set value if else...
...to set a variable to either 1 or 0 depending on an value of a
dataframe and then add this as a colum to the dataframe.
This could be done with a loop but as we are able to do questions on a
complete row or colum without a loop it would be sweet if it could be done.
for example:
table:
Name Age
Joel 24
agust 17
maja 40
and so on...
And what I want to do is a command that gives me
VoteRight<-1 if table$age>18 else set VoteRight to 0
Then use cbind or something to add it to the table.
so i get
Name Age VoteRight
Joel 24 1
agust 17 0
maja 40 1
And as I said...
2006 Oct 11
5
Where is djvmti Agent?
...oad0 ~]$ java -version
Picked up JAVA_TOOL_OPTIONS: -Xrundjvmti:all
Error occurred during initialization of VM
Could not find agent library on the library path or in the local directory: djvmti
What am I missing?
Where are the dvm and/or djvm[tp]i agent libraries?
[jbuckley at load0 ~]$
Thanks,
Joel.
Joel.Buckley at Sun.COM
JIST Development Lead
303-272-5556, x75556
"Luck is a Planned Event."
----- Original Message -----
From: Adam Leventhal <ahl at eng.sun.com>
Date: Tuesday, October 10, 2006 6:31 pm
Subject: Re: [dtrace-discuss] Using dTrace on Java Apps
To: Russ Petruzzel...
2009 Jun 18
3
[PATCH 0/2] orphan lock fixes for local mode.
Hi Joel/Srini,
Here are 2 patches for orphan lock in local mode.
patch 1:
In local mode, we don't need lvb, so don't init it.
patch 2:
In local mode, orphan lock and unlock don't need to go to dlm part.
Regards,
Tao
2009 Jun 10
3
How to mount OCFS2 file systems using the EMC Power Path multipath device
OEL 5, OCFS 1.4, using EMC Power Path for multi pathing.
I want t mount the OCFS2 file system on the emc power path device.
I can mount by UUID, and not have to worry about persistent bindings across
nodes.
But how do I make sure when it mounts by UUID , that the pwoer path device
is used.
Any help will be much appreciated.
Thanks
--
Sridhar Avantsa
savantsa at gmail.com
-------------- next
2017 Nov 17
3
[PATCH] virto_net: remove empty file 'virtio_net.'
Looks like this was mistakenly added to the tree as part of
commit 186b3c998c50 ("virtio-net: support XDP_REDIRECT").
Signed-off-by: Joel Stanley <joel at jms.id.au>
---
drivers/net/virtio_net. | 0
1 file changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 drivers/net/virtio_net.
diff --git a/drivers/net/virtio_net. b/drivers/net/virtio_net.
deleted file mode 100644
index e69de29bb2d1..000000000000
--
2.14.1
2017 Nov 17
3
[PATCH] virto_net: remove empty file 'virtio_net.'
Looks like this was mistakenly added to the tree as part of
commit 186b3c998c50 ("virtio-net: support XDP_REDIRECT").
Signed-off-by: Joel Stanley <joel at jms.id.au>
---
drivers/net/virtio_net. | 0
1 file changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 drivers/net/virtio_net.
diff --git a/drivers/net/virtio_net. b/drivers/net/virtio_net.
deleted file mode 100644
index e69de29bb2d1..000000000000
--
2.14.1
2008 Jan 31
3
presenting validation errors via fbml?
Hi Facebookers,
Is there a helper or suggested approach for presenting validation
errors on an fbml form?
Something to translate rails error markup to fbml:error markup?
thanks
Joel
2002 Sep 11
10
Too many processes kills server
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: Blank Bkgrd.gif
Type: image/gif
Size: 145 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba/attachments/20020911/a89e1b74/BlankBkgrd.gif