Displaying 20 results from an estimated 30 matches for "madman".
2003 Sep 08
1
R-devel on Solaris 8
I'm having difficulty building R-devel on Solaris 8 (current version),
while trying to update from my previous version of R-devel (2003-09-02).
When building I get this error:
---------------
make[4]: Leaving directory
`/misc/homes/madman/R-devel/src/library/methods/src'
make[4]: Entering directory
`/misc/homes/madman/R-devel/src/library/methods'
dumping R code in package 'methods'
Saving namespace image ...
initializing class and method definitions now ...done
<environment: namespace:methods>
/bin/bash: ../....
2012 Nov 25
1
Reproducible "PGRAPH TLB flush timeout" hang on NV96
...was wondering what to do to dig into this problem further.The kernel
is several weeks old (nouveau tree), it's at commit
000463f13fba6b2f94a5bfcb0d615751ae9c34a0.
As you can see from the mesages below the problem is reproducable to
the point of getting exactly the same error.
Nov 25 17:57:51 madman kernel: [548360.773743] nouveau E[
PGRAPH][0000:01:00.0] PGRAPH TLB flush idle timeout fail: 0x019ffe03
0x00145009 0x0000102d 0x0034db43
Nov 25 19:34:09 madman kernel: [ 5623.952688] nouveau E[
PGRAPH][0000:01:00.0] PGRAPH TLB flush idle timeout fail: 0x019ffe03
0x00145009 0x0000102d 0x0034db43
Nov...
2003 Dec 16
1
Something wrong w/ R-devel?
...aris 8 I'm encountering this problem - in both cases
this is from a fresh rsync of R-devel into a brand new directory (to
prevent it from me needing to 'make distclean' or the like):
building package 'ts'
mkdir -p -- ../../../library/ts/R
make[3]: Leaving directory `/misc/homes/madman/R-test/src/library/ts'
installing parsed NAMESPACE files
../../library/tools/Meta/nsInfo.rds: No such file or directory
make[2]: *** [R] Error 2
make[2]: Leaving directory `/misc/homes/madman/R-test/src/library'
make[1]: *** [R] Error 1
make[1]: Leaving directory `/misc/homes/madman/R-test/...
2013 Apr 16
1
Static entries NOT working (Debian, Ubuntu)
Hi,
I am trying to add static WINS entries in my Samba server, running on Ubuntu server.
I read various forums and inputs on this mailing list mentionning the use of wins.dat which is located at /var/lib/samba/wins.dat
Moreover, the samba.org official doc covers this (http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/NetworkBrowsing.html#id2584250) and also uses wins.dat
The problem is
2007 Mar 06
4
Public kudos to Timo
I'm sitting here working away on various unrelated projects and watching
patch after patch after patch flow in from Timo to fix all sorts of
problems people are reporting. A coding madman on fire.
Thanks Timo, you rock. I appreciate the time you spend on this software,
I'm sure everyone else does as well. :)
-te
--
Troy Engel | Systems Engineer
Fluid, Inc | http://www.fluid.com
2010 Jan 06
3
unattended fsck on reboot
...html
http://lists.centos.org/pipermail/centos/2009-September/thread.html#81934
Will this do all disks?
I want to do a reboot of a couple of systems during our maintenance
window and fsck them, but would rather try it from home first and not
go to the data center. Then of course rush there like a madman if
they don't come back up :-)
There was a suggestion in the 2nd thread above that with ext3 this
should not be required with proper hardware (my paraphrase). I'm
using all IBM stuff - x3550, x3650, x3800 and some of the earlier
models like x330. I can't imagine this being an issue....
2013 Dec 20
3
[Bug 72939] New: [nv96] Freespace 2 open crashes
...reedesktop.org/show_bug.cgi?id=72939
Priority: medium
Bug ID: 72939
Assignee: nouveau at lists.freedesktop.org
Summary: [nv96] Freespace 2 open crashes
Severity: normal
Classification: Unclassified
OS: All
Reporter: madman2003 at gmail.com
Hardware: Other
Status: NEW
Version: git
Component: Drivers/DRI/nouveau
Product: Mesa
This has been an issue for much longer, it looks to be a memory related
problem. Textures are corrupted and after a little while the card hang...
2006 Sep 06
2
Getting GELI Keys from Floppy
Hello,
i want to encrypt my HDD's with GELI (not the root-fs, though). I want
to do the encryption without password, just with a key. The key should
be stored in a floppy disk, and the read should be read automatically
on boot, from the floppy.
There is a problem here, because GELI initializes _before_ mounting
the disks from /etc/fstab (for obvious reasons, of course). So GELI is
not able
2011 Mar 22
2
R_HOME path getting munged in inst/doc/Makefile on Windows
...two separate packages that have a Makefile in inst/doc
which use the R_HOME variable.
In both cases, the path to R_HOME gets munged in such a way that commands
that include R_HOME fail on Windows:
For example, one Makefile, for the xmapcore package (
https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/xmapcore/username/password:
readonly) has this:
R=${R_HOME}/bin/R
SUITE=../cookbook/delia.R
[...]
${R} --vanilla --verbose < ${SUITE}
the output of trying to build this package includes:
* creating vignettes ... ERROR
E:\biocbld\BBS-2~1.8-B\R/bin/R --vanilla --verbose < ../cookbook/...
2004 Jul 06
1
Re: cron job madness
...> check-update sounds better than putting yum update
in a cron job. Only a mad man would do that!
Are the cAos and CentOS releases THAT BAD?
> Much better to run a daily cron which rsyncs your
local patch repository.
So must one have your own local repository to avoid
being labeled as a madman?
In which one of the RedHad reference books can I find
this?
Just curious.
Rick
2010 Nov 03
1
Auto-killing processes spawned by foreach::doMC
Hi all,
Sometimes I'll find myself "ctrl-c"-ing like a madman to kill some
code that's parallelized via foreach/doMC when I realized that I just
set my cpu off to do something boneheaded, and it will keep doing that
thing for a while.
In these situations, since I interrupted its normal execution,
foreach/doMC doesn't "clean up" after itself...
2009 Aug 17
2
S4 Generics and NAMESPACE : justified warning ?
Dear list,
It seems that a package (pkgB) using another package (pkgA) with S4
generics formed by taking existing functions (for example 'plot') must
not import the existing functions ('plot') in its namespace to avoid
the warning "replacing previous import: plot".
Suppose we use the simple 'import' directive in the name space of
pkgB.
pkgA and pkgB files would
2018 Oct 16
0
What are the differences between systemd and non-systemd Linux distros?
On Tue, Oct 16, 2018 at 05:54:29AM +0000, Turritopsis Dohrnii Teo En Ming wrote:
Troll bait removed.
Congrats, folks. You fell for it.
This was also troll-posted to fedora-users within seconds of this post.
John
--
A man who is "of sound mind" is one who keeps the inner madman under lock
and key.
-- Paul Valery, "Bad Thoughts and Not So Bad", in The Collected Works of
Paul Valery, edited by Jackson Mathews, Volume 14, page 450
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Si...
2002 Apr 10
0
programmatic installation
...se are in:
/home/rossini/Runpacked
I thought I could do something like:
install.packages("MyUnPackedRPackage", # top package name
lib="/home/rossini/lib/R", # where I'd like to install
destdir="/home/faculty/rossini/sandbox/madman/Rpacks") ## assuming
## this is where it goes.
But this isn't the right incantation. I know that I could simply
shell out using system, i.e. system("R CMD install /path/to/dir"),
but is there a cleaner way?
best,
-tony
--
A.J. Rossini...
2004 Aug 31
0
X100P Questions: Voicemail and Phone Port questions
Hello fellow * users,
I've been experimenting like a madman lately with asterisk, and I just
love it. Just reading this list
and asking a few questions here and there has helped me out a great
amount. Not to mention the
excellent resource we call the Wiki.
I have searched for answers to the two following questions, but couldn't
find anything, it is...
2007 Nov 20
5
Creating "special" folders?
Is there anyway to make dovecot create Sent, Draft, etc folder automatically? Or is this the job for a MUA?
Regards,
BTJ
--
-----------------------------------------------------------------------------------------------
Bj?rn T Johansen
btj at havleik.no
-----------------------------------------------------------------------------------------------
Someone wrote:
"I understand that if
2005 Aug 14
2
udev not starting on xenU FC4
...nor safety."
-Benjamin Franklin
" most propaganda is not designed to fool the critical thinker
but only to give moral cowards an excuse not to think at all."
- Michael Rivero
" Anyone who believes exponential growth can go on forever in a
finite world is either a madman or an economist."
- Kenneth Boulding
"The State''s coercive interference in either money or banking,
including its licensing of a monopolistic central bank,
reduces all men''s freedom and most men''s wealth"
-Ludwig von Mises
"The Law, when...
2005 Sep 03
6
tls library message won''t go away
Hello,
I''m trying to upgrade to using the "boxed" xen supported on FC4
after having it working fine for a while on a manual installation
on FC3.
I upgraded the host operating system with the FC4 cdroms, and
it went mostly fine (after I turned off SElinux...)
Now, when I try to boot one of the provided xen kernels, namely:
vmlinuz-2.6.12-1.1447_FC4xen0
I always get the warning
2005 Aug 15
2
How to setup swap
...nor safety."
-Benjamin Franklin
" most propaganda is not designed to fool the critical thinker
but only to give moral cowards an excuse not to think at all."
- Michael Rivero
" Anyone who believes exponential growth can go on forever in a
finite world is either a madman or an economist."
- Kenneth Boulding
"The State''s coercive interference in either money or banking,
including its licensing of a monopolistic central bank,
reduces all men''s freedom and most men''s wealth"
-Ludwig von Mises
"The Law, whe...
2012 Mar 14
1
issue with Rd2pdf and \Sexpr in Rd files
Hi,
The following command:
R CMD Rd2pdf --no-preview --output=./tmp.pdf --title=test genefu-package.Rd
run against this file:
https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/genefu/man/genefu-package.Rd
(username: readonly; password: readonly)
produces a very verbose error (see below)
with R version 2.15.0 alpha (2012-03-07 r58622).
The .Rd file has these lines in it:
Version: \tab \Sexpr{packageDescription("genefu")$Version}\cr
Date: \tab \Sexpr{pa...