Displaying 20 results from an estimated 800 matches similar to: "Robert Alan Soloway Arrested"
2007 Mar 30
6
Hop from FC
I'm most likely going to make the hop from FC to CentOS in the
next several months, and wonder whether I should wait for CentOS 5.
Mike
--
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
Oppose globalization and One World Governments like the UN.
This message made from 100% recycled bits.
You have found the bank of Larn.
I can explain it for you, but I can't
2007 Mar 02
3
What is cached swap?
Isn't cached swap somewhat an oxymoron? Why cache virtual?
Am I misunderstanding this line from top?
Swap: 524120k total, 80760k used, 443360k free, 73448k cached
Mike
--
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
Oppose globalization and One World Governments like the UN.
This message made from 100% recycled bits.
You have found the bank of Larn.
2007 Jun 01
1
CentOS 5 LiveCD Planned?
I'd like to know whether a LiveCD for CentOS 5 is planned.
Mike
--
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
Oppose globalization and One World Governments like the UN.
This message made from 100% recycled bits.
You have found the bank of Larn.
I can explain it for you, but I can't understand it for you.
I speak only for myself, and I am unanimous in
2011 Jan 21
2
smartmontools SRPM fails
I want to install smarmontools v 5.40, and so I pulled the
SRPM for 5.39 so I could patch and install...
$ wget -Nc
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Workstation/en/os/SRPMS/smartmontools-5.39.1-2.el6.src.rpm
However, the install of the source fails.
$ rpm -ivh smartmontools-5.39.1-2.el6.src.rpm
warning: smartmontools-5.39.1-2.el6.src.rpm: V3 RSA/MD5 signature:
NOKEY, key ID
2007 Feb 27
5
Swap Considerations
I am considering installing CentOS 4.4, and am interested in
how best to set up. I have been using FC2 and helping administer
a Debian machine for a few years, but do not consider myself a
Linux guru.
My current set up uses a /swap partition which is 2x my memory
size
mem = 256 MB
$ sudo /sbin/fdisk -l
/dev/hda6 76506 77545 524128+ 82 Linux swap
I'm interested in the
2007 Jun 19
5
CentOS 5 LiveCD - When?
I asked before (about 2 weeks) about this, and was told it was
in testing. I wonder when it will be available. My GF is considering
leaving Debian due to it not recognizing her hardware very well,
and I thought a CentOS 5 LiveCD might be a reasonable way for her
to see whether CentOS might do a better job.
If no LiveCD is forthcoming soon, then I'll burn a copy of the
CentOS 4 LiveCD and let
2007 Feb 23
3
Jumping from FC2
Some time ago I installed FC2 at the request of an employer.
That contract ended over a year ago, and FC2 is an orphan.
I am gradually feeling more pressure to jump from FC2, and
do not wish to remain with the Fedora Core Project, as I
don't want to make installing and upgrading my machine into
a hobby. I already maintain a Debian machine for my girlfriend,
but I'm not sure I wish make
2007 Feb 23
1
Website Error...
For lack of knowlege of a better place to put this, I'm
reporting an error on the CentOS FAQ. Trying to read
http://www.centos.org/modules/smartfaq/category.php?categoryid=2
question "How do I download and burn the isos?" I encountered
this web page with the following text:
[http://www.centos.org/modules/smartfaq/faq.php?faqid=46]
This page cannot be displayed due to an internal
2005 Aug 16
4
Contemplating Move
Hello, all. New to list.
I hope this isn't an FAQ. I looked at the FAQs I could find,
and didn't see it.
I am doing contract work, and was requested to install FC2
on my machine (last October). Since doing that, I have
tentatively concluded that the Fedora Core Project is
more or less beta test, and not really suitable for development
work. Please anyone correct me if I am wrong.
So I
2005 Aug 25
4
Mount floppy on startup?
On bootup, it seems CentOS automatically mounts the floppy drive to
/media/floppy.
Is there a way to stop this from happening, short of removing the floppy
drive from the system (as I don't use it)?
Thanks,
Ash Christopher
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Oct 11
1
OT: Hans Reiser arrested
http://sfgate.com/cgi-bin/article.cgi?f=/c/a/2006/10/10/BAGERLM3RR15.DTL
Link posted on Slashdot.
I guess this may mean that reiser4 will never ever make it into the
mainline kernel let alone RHEL/Centos
2005 Sep 19
8
upgrade problem
Currently we have RH7.3 with compiler gcc 2.96.x
My mission, should I choose to accept it, involves moving
our embedded application to CentOS 4.1 with gcc 3.x
Problem is that about 1/2 million lines of code that gcc 2.96
accepts gives fatal fits to the gcc 3.x compiler from CentOS 4.1
I don't know how many fatal fits, as some disguise others etc.
"Can't find register to
2008 Apr 19
2
mailtrain with dovecot antispam plugin
Hello all, and Johannes if you're around,
I was trying to set up the "new" antispam plugin with the mailtrain
backend, and i was trying to use the sendmail binary that's part of a
qmail system. The message wouldn't get sent and i kept getting exit
error 100 from the /var/qmail/bin/sendmail binary. To try to figure out
what was happening, i mean a fake sendmail program,
2007 Mar 02
7
Lame question about cp
Hi,
How can i copy a file to another with the same name without being
prompted for a confirmation ?
I read the cp man page, but nada.
Any help would be appreciated.
Warm Regards,
M?rio Gamito
2012 Jul 23
3
local APIC error 0x40
Running FreeBSD 8.3 -- and updating sources on a daily base and building everything -- I found a new APIC/ACPI problem introduced in the past week.
I have a Toshiba Satellite U205 with an Intel Core Duo (not a Core 2). It used to work fine with both cores but then sometime in on the road to BSD 8.0 the machine began hanging. So I added to /boot/loader.conf
hint.apic.0.disabled="1"
2010 Nov 17
2
[LLVMdev] L->isLoopInvariant giving wrong results?
Hi,
I'm trying to write a simple pass to print out Loop invariant instructions,
using the
Loop::isLoopInvariant(Instruction *I)
function. it is giving me false value on instructions which should be loop
invariant.
the code i am using is:
bool MyLoopPass::runOnLoop(Loop * L, LPPassManager &lpm){
BasicBlock* lat=L->getLoopLatch();
for (BasicBlock::iterator i = lat->begin(), e =
2003 Feb 26
4
Swat, not there
Morning list,
I asked yesterday if anyone has had an error message stating the "cannot
open swat, directory is empty"? All packages are showing installed.
Can some please respond?
Thanks--
Kevin McCarty
CCNP CCNA #CSCO10448370
Computer Sciences Corporation
Defense Sector
"Obstacles are those annoying little bumps that occur when you take your
eyes off your goals"
2018 Dec 02
4
RFC: Supported Optimizations attribute
Hi folks,
please check out our RFC: Supported Optimizations attribute
https://docs.google.com/document/d/1s0n-JVaSNML1Z9SCZVg2bgisxswIJAK2Tp9DahucW10/edit?usp=sharing
Pasting it here for the record:
RFC: supported_optimizations attribute
Piotr Padlewski - piotr.padlewski at gmail.com
Krzysztof Pszeniczny - kpszeniczny at google.com
December 2018
Introduction
Sometimes a possible class of
2009 Jul 21
2
mac wine gamepad issues
I finally found a way to run epsxe on mac os without virtualization! Hurray! For that I would like to thank the Wine development team. Now onto my question.
I cannot get epsxe to recognize my gamepad, yet it will let me assign keys on the keyboard. Any ideas?
2003 Nov 04
1
Does anyone provide inbound UK numbers using IAX ?
Hi All,
Is there anyone providing UK geographic numbers that can be terminated
on Asterisk using IAX ? It must be a geographic number (eg. Start 01 or
02, not 08xx). I've tried the sipcall.co.uk service and it looks very
good when using X-Lite but it will not work with Asterisk. Switching to
IAX should also resolve issues around NAT - hurray!
-Nathan