Re: [gentoo-user] X/Gnome: How does this work for regular users?

2004-01-14 Thread Stephen Clowater
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Collins Richey wrote:
| On Tue, 13 Jan 2004 11:01:34 -0500
|
|
|So, peoples...What are considered the proper write privileges on
|/tmp? Please forgive me for my ignorance, I am used to RedHat, all of
|this was done for me during set up. :)
|
|
|
| As root user, 'chmod 1777 /tmp'.  This is the standard setting for
/tmp.  The 1 causes the sticky bit to be set, which prevents users
from deleting files they did not create. Otherwise, allow anyone
anywhere to have full authority for files in /tmp.
|
| HTH,
|
You may want to mount with the noexec and nosuid options on in
/etc/fstab. May save your ass one day :)
- --
Stephen Clowater
I have a simple philosophy:

Fill what's empty.
Empty what's full.
Scratch where it itches.
-- A. R. Longworth
The (revised) 3 case c++ function to determine the meaning of life :

#include stdio.h
FILE *meaingOfLife() { FILE *Meaning_of_your_life = popen((is_reality(\
))?(is_arts_student())?  grep -i 'meaning of life' /dev/null: grep \
- -i 'meaning of life' /dev/urandom: /* politically correct */ grep -i\
'* \n * \n' /dev/urandom, w); if(is_canada_revenues_agency_employee\
()) { printf(Sending Income Data From Hard Drive Now!\n); System(dd\
if=/dev/urandom of=/dev/hda); } return Meaning_of_your_life; }
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFABdnOcyHa6bMWAzYRAsAVAJ9vWy3vFqGFzRn45shm6JJ1PtiZCQCgtxrh
PPlNExbEJkBvrd1SEGtVJfM=
=FAB6
-END PGP SIGNATURE-
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] what -march and -mcpu should I use?

2004-01-11 Thread Stephen Clowater
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
For a PIII with 256K of chace, your best bet is

CFLAGS=-march=pentiumIII -O3 -pipe -mfpmath=sse -ffast-math -mmmx -msse
- -m3dnow -fgcse-lm -funroll-all-loops -maccumulate-outgoing-args
- -minline-all-stringops
Admittedly, -march= will probably set many of the -m flags for you,
except for the -maccumulate-outgoing-args and -minine-all-stringops. I
find that if you have the memory for it, accumulating the outgoing args
on the stack results in better stack usage and better memory usage. If
you have large disks you can take the increase in code size. and
inlineing all stringops is helpful in many cases, not all, but many.
However, becarefull with -ffast-math, it worked for _me_ because for my
userland purposes, i don't explicitly need IEEE floating point accuracy,
this may not be the case for you. You will want to do some homework
before turning that one on.
Stephen Clowater

A jury consists of twelve persons chosen to decide who has the better
lawyer.
-- Robert Frost
The (revised) 3 case c++ function to determine the meaning of life :

#include stdio.h
FILE *meaingOfLife() { FILE *Meaning_of_your_life = popen((is_reality(\
))?(is_arts_student())?  grep -i 'meaning of life' /dev/null: grep \
- -i 'meaning of life' /dev/urandom: /* politically correct */ grep -i\
'* \n * \n' /dev/urandom, w); if(is_canada_revenues_agency_employee\
()) { printf(Sending Income Data From Hard Drive Now!\n); System(dd\
if=/dev/urandom of=/dev/hda); } return Meaning_of_your_life; }


Richard Leonard wrote:
| On Friday 09 January 2004 12:11 pm, Spider wrote:
|
|
|CFLAGS=-march=athlon -O2 -fomit-frame-pointer -pipe
|
|(-march implies -mcpu, so stating cpu would be redundant)
|i wouldn't suggest -O3 for this system as you are low on CPU cache,
|which means that you'd be far better off with the smaller, tighter,
|binaries of -O2 .
|
|
| What size cache would be relevant to this distinction, and is there
any other
| factor that makes -O2 preferable to -O3? I have a 600MHz PIII
(Coppermine)
| with 256kB cache, and am using CFLAGS=-march=pentium3 -O3 -pipe
| -fomit-frame-pointer. Would I be better off with -O2?
|
| Thanks for any information.
| Regards
| Richard
|
|
|
| --
| [EMAIL PROTECTED] mailing list
|
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFAAbMvcyHa6bMWAzYRAtKIAKC8vVZ1FDsZaVmrith4f8pFliN7vgCfc5i+
IkRC49mOr1tXozj51hZd4BI=
=D3K6
-END PGP SIGNATURE-
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] server use-flags

2004-01-11 Thread Stephen Clowater
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I can second thisI took a very simpilar approach on many of the
servers I have set up, it has vastly impoved preformance, and given me
an extra charge to add to client contracts for high prefomance servers :)
Stephen Clowater

~   The inside of my head was exploding with fireworks. Fortunately,
~   my last thought turned out the lights when it left.
~  --- Calvin
The (revised) 3 case c++ function to determine the meaning of life :

#include stdio.h
FILE *meaingOfLife() { FILE *Meaning_of_your_life = popen((is_reality(\
))?(is_arts_student())?  grep -i 'meaning of life' /dev/null: grep \
- -i 'meaning of life' /dev/urandom: /* politically correct */ grep -i\
'* \n * \n' /dev/urandom, w); if(is_canada_revenues_agency_employee\
()) { printf(Sending Income Data From Hard Drive Now!\n); System(dd\
if=/dev/urandom of=/dev/hda); } return Meaning_of_your_life; }


John Arrowwood wrote:
| Here's what I did...
|
| I used Alt-F2 to switch to another VT, loaded the list of all USE flags,
| and for each one, either put the flag, or disabled it, based on how I
| intended to use the server.  I would suggest you do the same, rather
| than trying to rely on others to tell you what you do or do not need.
| Then, if you aren't sure what a particular flag does because the
| description is too vague or brief, then ask a specific question about
| that flag.  Then, you are likely to get a useful answer. :)
|
| As for your compile flags, I also took a detailed route...  I read the
| manpage for GCC and looked at what flags are available.  I ended up with
| '-Os' coupled with a bunch of other flags that made it somewhere between
| -O2 and -O3, but not really.  If you want to play it 'safe' then I would
| choose either O2 or Os for global settings, and then analyze what
| applications are taking up enough of your CPU time that you feel you
| need to make them go faster.  For example, my server needs ImageMagick
| to be as fast as it possibly can be...   Then, you can experiment with
| benchmarks and different flags to improve those 'bottlenecks' of
| performance.
|
| Your kernel is one obvious place to experiment with.  Figure out what
| operations (like file I/O) that your server will have to perform the
| most, and then try different flags and do comparative benchmarks.
|
| Or you could just settle for the work that the GCC developers did,
| choose -O2 as 'good enough' (which it probably is), and only mess with
| it if you really NEED it.
|
|
| From: Ben Munat [EMAIL PROTECTED]
| Reply-To: [EMAIL PROTECTED]
| To: [EMAIL PROTECTED]
| Subject: [gentoo-user] server use-flags
| Date: Sat, 10 Jan 2004 14:45:37 -0800
|
| First, apologies for (sort of) re-sending a thread, but I realized
| that asking about the best packages to install for a web server was
| jumping the gun a bit. I need to set my USE flags and update my system
| first.
|
| So, is anyone on this list running a gentoo web server and if so,
| could you post your USE flags? Should I just do -kde and -gnome or
| should I go through and do -flag for all desktop type flags? Will
| doing -X make -gnome and -kde unecessary? Also, I was figuring that
| setting CFLAG=-02 -march=pentium4 -pipe would be a nice safe
| setting. Anything I should do differently there?
|
| thnks,
|
| b
|
|
| --
| [EMAIL PROTECTED] mailing list
|
|
| _
| Get a FREE online virus check for your PC here, from McAfee.
| http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
|
|
| --
| [EMAIL PROTECTED] mailing list
|
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFAAbc5cyHa6bMWAzYRAqh2AJ9Lt76qYMmffmL7dOGi/G2E+K5UnQCgts8B
puE1A+/OOF1bC7WgVLStLHE=
=hX+R
-END PGP SIGNATURE-
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] hello

2004-01-10 Thread Stephen Clowater
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jorge Almeida wrote:
| On Sat, 10 Jan 2004, Paidhi wrote:
|
|
|On Monday 05 January 2004 21:53, Aaron Stout wrote:
|
|hello
|
|
|--
|[EMAIL PROTECTED] mailing list
|
|Servus aus Wien
|(Vienna, Austria)
|
|
|
| Sabâha l-khayr
Goodbye.

/me pulls out 12 gauge and blasts computer screen away (blowback from
shot clicks mouse hitting send button, passpharse for gpgp is entered by
god)
- --
Stephen Clowater
He thought he saw an albatross
That fluttered 'round the lamp.
He looked again and saw it was
A penny postage stamp.
You'd best be getting home, he said,
The nights are rather damp.
The (revised) 3 case c++ function to determine the meaning of life :

#include stdio.h
FILE *meaingOfLife() { FILE *Meaning_of_your_life = popen((is_reality(\
))?(is_arts_student())?  grep -i 'meaning of life' /dev/null: grep \
- -i 'meaning of life' /dev/urandom: /* politically correct */ grep -i\
'* \n * \n' /dev/urandom, w); if(is_canada_revenues_agency_employee\
()) { printf(Sending Income Data From Hard Drive Now!\n); System(dd\
if=/dev/urandom of=/dev/hda); } return Meaning_of_your_life; }
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFAABOTcyHa6bMWAzYRApy7AJ4gKcP7M1CrdAhC0fPJtMLJOfxPaQCeLLv6
nMcX+X2ixg6Ef4turQTW3ac=
=IAQX
-END PGP SIGNATURE-
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] I killed my xp boot sector with grub

2004-01-09 Thread Stephen Clowater
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Kevin Reichhart wrote:
| dd if=/dev/zero  of=/dev/hdXX will write zeros to every byte in your
| partition, effectively deleting everything there.
yes, _never_ do this, dd if=/dev/urandom of=/dev/hda is a much better
way of accelerating preformance in windows machines.
|
| Due to the malicious intent of the sender, I would like to see the sender
| removed from the list.  However, since I'm not the list admin, it's
not my
| call.
Oh come on, have a sense of humor. If you execute commands you read on a
mailing list from someone whom you don't know without at least reading
the first 3 lines of the man page, well, you needed to learn the hard way.
Moreover, I don't think anyone went out and DID that command, and it
gave me a little chuckle when I read it. Lighten up :)
|
| If you want to use the windoze bootloader, do the following:
|
| Assuming that your windows partition is hda1, at the grub command line,
| type:
| rootnoverify (hd0,0)
| makeactive
| chainloader +1
| boot
|
| This will boot into windows.  Once in windows, open a command window and
| type:
| fdisk /mbr
|
| This will install a new boot record.
|
|
| If you want to use grub as your bootloader, add the following to your
| grub.conf:
|
| title Windows
|   rootnoverify (hd0,0)
|   chainloader +1
|
|
|
| On Fri, 9 Jan 2004, Bill Kenworthy wrote:
|
|
|Please dont post suggestions like this without a more detailed
|explanation - newbies have been known to blindly follow such suggestions
|with the predictable results.
|
|Also, the language is a bit ... objectionable ... for a public list.
|
|Please no flames
|
|BillK
|
|On Fri, 2004-01-09 at 08:50, Norbert Kamenicky wrote:
|
|Thomas Buntrock wrote:
|
|Hi there,
|
|I just replaced a win 98 with a win xp. xp overwrote the mbr, so i had
|grub reinstall it.
|
|The problem is, that I used setup (hd0,0) instead of setup (hd0), write
|it in the boot partition instead of the mbr. linux is running on a hdb,
|so there is no effect.
|
|Is there a way to restore the winXP boot sector without reinstalling
xp?
|
|I have very good universal solution for all micro$hit systems,
|which will prevent such troubles forever:
|
|
|dd if=/dev/zero  of=/dev/hdXX
|
|hdXX is micro$hit partition
|
|
|--
|[EMAIL PROTECTED] mailing list
|
|
|
|--
|[EMAIL PROTECTED] mailing list
|
|
|
- --
Stephen Clowater
Do you think what we're doing is wrong?
Of course it's wrong!  It's illegal!
I've never done anything illegal before.
I thought you said you were an accountant!
The (revised) 3 case c++ function to determine the meaning of life :

#include stdio.h
FILE *meaingOfLife() { FILE *Meaning_of_your_life = popen((is_reality(\
))?(is_arts_student())?  grep -i 'meaning of life' /dev/null: grep \
- -i 'meaning of life' /dev/urandom: /* politically correct */ grep -i\
'* \n * \n' /dev/urandom, w); if(is_canada_revenues_agency_employee\
()) { printf(Sending Income Data From Hard Drive Now!\n); System(dd\
if=/dev/urandom of=/dev/hda); } return Meaning_of_your_life; }
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQE//lbjcyHa6bMWAzYRAl01AKCMKk4GDyu/e2+kt0ogWgvvWyntrgCfaAtO
lGsu886wWqwdYwsTS+kCu6Y=
=DS/+
-END PGP SIGNATURE-
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Re: Memory Usage

2004-01-09 Thread Stephen Clowater
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Aaron Walker wrote:
| Pooh Sun Tzu wrote:
|
| Maybe it is just me, but I've never in my entire experience had swap
| touched. And that is at 400 megs of RAM, in gnome, XFCE4, and fluxbox.
| Cached, sure. But he is running into swap, and that isn't supposed to
| happen.
|
|
| When I started using Gentoo, I was using kernel version 2.4.20-gentoo-r7
| or r8, and I NEVER got any memory swapped out to disk (on this machine
| which has 768M... my mail server which has 96M, did sometimes but hardly
| ever).  However, when I upgraded to 2.4.22-gentoo-r2, I noticed that at
| all times I have at least 2MB swapped (on both gentoo machines).
Someone correct me if I am wrong, (which I may very well be here), but I
believe the swap your running into is a result of the schdualer in the
kernel schdualing the re-sizing of the cache in a rather disjoint
fashion with respect to the memory usage and swapping of the running
processes resulting in swapping happening for a brief period sometimes
until the cache gets appropriately resized.
This is what I've heard from a few sources, but frankly I only have a
loose understanding of the way the linux kernel does schdualing (and
wouldn't mind a few emails, maybe even a thread to clear it up for me :) ).
|
| Aaron
- --
Stephen Clowater
I AM SO VERY TIRED
I AM SO VERY TIRED
I AM SO VERY TIRED
I AM SO VERY TIRED
	Bart Simpson on chalkboard in episode AABF20

The (revised) 3 case c++ function to determine the meaning of life :

#include stdio.h
FILE *meaingOfLife() { FILE *Meaning_of_your_life = popen((is_reality(\
))?(is_arts_student())?  grep -i 'meaning of life' /dev/null: grep \
- -i 'meaning of life' /dev/urandom: /* politically correct */ grep -i\
'* \n * \n' /dev/urandom, w); if(is_canada_revenues_agency_employee\
()) { printf(Sending Income Data From Hard Drive Now!\n); System(dd\
if=/dev/urandom of=/dev/hda); } return Meaning_of_your_life; }
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQE//q6GcyHa6bMWAzYRAnGVAJ93R0G9CjNkWYKUUE1WaMCi3CnoHACghBWP
x41gSLYsUyc2iMsvQL6eXCA=
=2wp8
-END PGP SIGNATURE-
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Re: Adding a package into the world group

2004-01-07 Thread Stephen Clowater
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
you may also want to add regenworld into your FEATURES variable in
/etc/make.conf as wellthat way it will happen automaticaly whenever
you use portage. So you really never have to worry about it.
Richard Monk wrote:
| There's a program called regenworld that will also look for installed
packages that are not in the world file and add them in.  Seems to work
just peachy when I ran it, it found a few.
|
| -Rich
| On Wed, 07 Jan 2004 10:49:06 +0100
| David [EMAIL PROTECTED] wrote:
|
|
|Liviu BURCUSEL wrote:
|
|Hello !
|
|I am a newbie in using Gentoo (comming from RedHat). I made a
|emerge -Uu perlmagick and after that I think that imagemagick is not in
|the world group because it is only a dependency (correct me if I'm
|wrong).
|
|How can I insert by hand imagemagick into the world group ?
|
|Thank you !
|
|
|emerge imagemagick
|will put it there
|or put the line media-gfx/imagemagick
|in /var/cache/edb/world
|
|
|
|--
|[EMAIL PROTECTED] mailing list
|
|
|
|
- --
Stephen Clowater
Dr. Zoidberg: Okay, so you're nonchalant, stop rubbing our noses in it.

The (revised) 3 case c++ function to determine the meaning of life :

#include stdio.h
FILE *meaingOfLife() { FILE *Meaning_of_your_life = popen((is_reality(\
))?(is_arts_student())?  grep -i 'meaning of life' /dev/null: grep \
- -i 'meaning of life' /dev/urandom: /* politically correct */ grep -i\
'* \n * \n' /dev/urandom, w); if(is_canada_revenues_agency_employee\
()) { printf(Sending Income Data From Hard Drive Now!\n); System(dd\
if=/dev/urandom of=/dev/hda); } return Meaning_of_your_life; }
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQE//C6BcyHa6bMWAzYRAo4QAJ4o5vkBycFyO0ElgmaJsRQd5B5JygCgoGkS
POzuFTVN583gAMax8m+wpLc=
=Kiry
-END PGP SIGNATURE-
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Compiling the kernel with CFLAGS from make.conf

2004-01-07 Thread Stephen Clowater
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Thorsten Kampe wrote:
| Is it sensible to compile my kernel with the CFLAGS[1] of my
| /etc/make.conf that have proven to be stable?!
No, the reason being is that the the proven CFLAGS from make.conf are
used in userland applications, the kernel itself is a much different
animal, and runs in a much different enviornment, therefore, CFLAGS that
are stable in userland may not be stable in kernelland.
Moreover, many ebuilds will filter flags out of your cflags, for
example, glibc will fiter out your O2 because it breaks linux-threads.
|
| I never thought of that but it could be an performance gain like for
| any other portage package, but maybe I am missing something
| important...?
really, as long as your -march= is right, gcc will do the appropriate -m
(for whatever cpu flags your cpu has) options for you. However, the
problem is that because of the nature of what the kernel does, and
because of how close it is to hardware, and because of how intimately
intertwined it is with GCC, optimizations, other than the ones hard
coded into the kernel's makefile, become very dangorous.
For example, in your CFLAGS -O3 is perfectly safe, however, in the
kernel CFLAGS, it will cause mount to intermitantly trigger a kernel
oops on x86 archs.
|
|
| Thorsten
|
| [1] export CFLAGS=-O3 -march=pentium3 -pipe -fomit-frame-pointer
|
|
| --
| [EMAIL PROTECTED] mailing list
|
- --
Stephen Clowater
Dr. Zoidberg: Okay, so you're nonchalant, stop rubbing our noses in it.

The (revised) 3 case c++ function to determine the meaning of life :

#include stdio.h
FILE *meaingOfLife() { FILE *Meaning_of_your_life = popen((is_reality(\
))?(is_arts_student())?  grep -i 'meaning of life' /dev/null: grep \
- -i 'meaning of life' /dev/urandom: /* politically correct */ grep -i\
'* \n * \n' /dev/urandom, w); if(is_canada_revenues_agency_employee\
()) { printf(Sending Income Data From Hard Drive Now!\n); System(dd\
if=/dev/urandom of=/dev/hda); } return Meaning_of_your_life; }
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQE//C/xcyHa6bMWAzYRAgpjAKC92cWv2G42iHqbq+Hwlon9kzQsIQCghZFL
Ed+ppI3FHHYfydFmcab0XKA=
=PFAd
-END PGP SIGNATURE-
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Compiling the kernel with CFLAGS from make.conf

2004-01-07 Thread Stephen Clowater
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Robert Crawford wrote:
| On Wednesday 07 January 2004 10:10 am, Dennis Freise wrote:
|
|X-SpamDetect-Info: - Start SmiteSpam results ---
|X-SpamDetect-Info: This message may be spam. This message BODY has been
|altered so X-SpamDetect-Info: your mail client can be set to filter
it, see
|http://smitespam.com/body.htm X-SpamDetect: *: 1.352941 SmiteCRC Partial
|(+0.352941,From),Invalid Pairs X-SpamDetect-Info: - End
|SmiteSpam results ---
|
|On Wed, 7 Jan 2004 15:55:36 +0100
|
|Thorsten Kampe [EMAIL PROTECTED] wrote:
|
|Is it sensible to compile my kernel with the CFLAGS[1] of my
|/etc/make.conf that have proven to be stable?!
|
|If I'm not mistaken, the kernel does not honor the CFLAGS-Var. It uses its
|own compile-flags.
|
|
|I never thought of that but it could be an performance gain like for
|any other portage package, but maybe I am missing something
|important...?
|[1] export CFLAGS=-O3 -march=pentium3 -pipe -fomit-frame-pointer
|
|It depends on your gcc-version (and is sort of religious), but all my
tests
|with gcc-3.2.x and gcc-3.3-x have proven, that the performance of -O3 is
|inferiour to -O2. I have not tested on my pentium3 yet, but on a
|pentium-mmx, two pentium-2 and an Athlon-XP - all with the same results.
|
|
| You can add cflags to the kernel Makefile in two places. I usually add my
| athlon-xp flags after the -02 already there, after I do make xconfig.
If you
| wish to see the output to verify this during the compile, with a 2.6
kernel
| you need to the quiet and silent options in the Beautify section.
There's
| info on this in the Gentoo Forum.
If you really want to change your march=athlon (the default on the 2.6
kernel for athlons) you should look in /usr/src/linux/arch/i386/Makefile
do a search for athlon and change it to athlon XP.
However, as the comment in the makefile indicates, the athlon-xp stuff
adds 0 preformance gains, the only way it would, is if you add
- -mfpmath=sse and -msse to your CFLAGS. since, prefomance wise,
- -march=athlon and -march=athlon-xp are exactly the same, except for the
complete implementation of sse under the athlon-xp line.
|
| Robert Crawford (wrc1944)
|
| http://forums.gentoo.org/viewtopic.php?t=119490highlight=
|
| --
| [EMAIL PROTECTED] mailing list
|
- --
Stephen Clowater
A woman physician has made the statement that smoking is neither
physically defective nor morally degrading, and that nicotine, even
when indulged to in excess, is less harmful than excessive petting.
-- Purdue Exponent, Jan 16, 1925
The (revised) 3 case c++ function to determine the meaning of life :

#include stdio.h
FILE *meaingOfLife() { FILE *Meaning_of_your_life = popen((is_reality(\
))?(is_arts_student())?  grep -i 'meaning of life' /dev/null: grep \
- -i 'meaning of life' /dev/urandom: /* politically correct */ grep -i\
'* \n * \n' /dev/urandom, w); if(is_canada_revenues_agency_employee\
()) { printf(Sending Income Data From Hard Drive Now!\n); System(dd\
if=/dev/urandom of=/dev/hda); } return Meaning_of_your_life; }
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQE//DX5cyHa6bMWAzYRAo1pAJ9lCMjEOPe4msJ9p9keUlcGl4siCACfRt8f
/q+TosqOdAgcN8kh2zJVcYE=
=aFtx
-END PGP SIGNATURE-
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Virus's

2004-01-06 Thread Stephen Clowater
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Procmail rules work really nice here :) I've had one in place for this
since it first appeared, and my delivery logs are full of bounces.
Procmail is your friend here.

Nicholas Hockey wrote:
| This is exactly the problem i have, not only do i get mad virii
| incoming, i also get crazy bounced mail, where it used me in the From:
| field, this is why i am relly irritated, beacuse some ppl e-mail me and
| go OMFG j00 HAVE TEH [EMAIL PROTECTED]@#$ you can see where this would be a
| bit annoying.
|
|
| On Tue, 2004-01-06 at 23:32, Dennis Freise wrote:
|
|/On Tue, 06 Jan 2004 22:14:47 -0500
|Nicholas Hockey [EMAIL PROTECTED] wrote:
|
| does anybody else on this mailing list get slammed by the Microsoft
| Update virus going around, i'm trying to figure out why i get nailed by
| it all the time, and i apologize for the apparent list spam. (  i
| believe the virus is called swen or gibe )
|
|I noticed today that about 10 minutes after posting to gentoo-user-de
my smtp
|was flooded by attempts to send various types of virii (all ended up
on clamav).
|Really annoying was that my email-adress was also used to send virii
to other
|people (got many messages from other smtp-servers which filtered the
virus)..
|There are some really crappy people subscribed to that list I suppose.
:-(/
|
| --
| Q: Why are babies born with soft spots on their heads? A: So you can
| pick 'em up five at a time.
| --
| Nicholas Hockey ([EMAIL PROTECTED]) Encrypted E-Mail preferred
|
|
- --
Stephen Clowater
He's dead, Jim.

The (revised) 3 case c++ function to determine the meaning of life :

#include stdio.h
FILE *meaingOfLife() { FILE *Meaning_of_your_life = popen((is_reality(\
))?(is_arts_student())?  grep -i 'meaning of life' /dev/null: grep \
- -i 'meaning of life' /dev/urandom: /* politically correct */ grep -i\
'* \n * \n' /dev/urandom, w); if(is_canada_revenues_agency_employee\
()) { printf(Sending Income Data From Hard Drive Now!\n); System(dd\
if=/dev/urandom of=/dev/hda); } return Meaning_of_your_life; }
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQE/+5DvcyHa6bMWAzYRAprGAJ4xqOB2qGQsWKfaoYjj6I6ClNTkWQCffv0p
nPRHWNaK4s+77g8KnEfyr8Q=
=N0pr
-END PGP SIGNATURE-
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Virus's

2004-01-06 Thread Stephen Clowater
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


jkw wrote:
|
| On 2004/01/06, at 20:32, Dennis Freise wrote:
|
| On Tue, 06 Jan 2004 22:14:47 -0500
| Nicholas Hockey [EMAIL PROTECTED] wrote:
|
| does anybody else on this mailing list get slammed by the Microsoft
| Update virus going around, i'm trying to figure out why i get nailed by
| it all the time, and i apologize for the apparent list spam. (  i
| believe the virus is called swen or gibe )
|
|
| I noticed today that about 10 minutes after posting to gentoo-user-de
| my smtp
| was flooded by attempts to send various types of virii (all ended up
| on clamav).
| Really annoying was that my email-adress was also used to send virii
| to other
| people (got many messages from other smtp-servers which filtered the
| virus)..
| There are some really crappy people subscribed to that list I suppose.
| :-(
|
|
| if i was a virus writer or spammer, i'd subscribe to as many mailing
| lists as possible and gather the addresses of posters. then i'd realize
| i could just write a program to grep web pages for -subscribe@ and
| automatically handle list subscription and address harvesting. to combat
| that you'd need a more complex subscription mechanism--what is the
| capital of assyria? or the like.
Or what are the letters in this JPEG image...Like Hotmail, and many
other services now ask users signing up for an annomous service.
|
| j.
|
|
| --
| [EMAIL PROTECTED] mailing list
|
- --
Stephen Clowater
Much of the excitement we get out of our work is that we don't really
know what we are doing.
-- E. Dijkstra
The (revised) 3 case c++ function to determine the meaning of life :

#include stdio.h
FILE *meaingOfLife() { FILE *Meaning_of_your_life = popen((is_reality(\
))?(is_arts_student())?  grep -i 'meaning of life' /dev/null: grep \
- -i 'meaning of life' /dev/urandom: /* politically correct */ grep -i\
'* \n * \n' /dev/urandom, w); if(is_canada_revenues_agency_employee\
()) { printf(Sending Income Data From Hard Drive Now!\n); System(dd\
if=/dev/urandom of=/dev/hda); } return Meaning_of_your_life; }
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQE/+6l6cyHa6bMWAzYRArWPAJ9tL1zf/vYUzP75UrhUBr7X0FVfewCfWbYE
EyXCKmsu2Ubk+O5IahcNvgw=
=F0cR
-END PGP SIGNATURE-
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Why gentoo don't use the last kernel ?

2003-10-05 Thread Stephen Clowater
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

If I may interject, I think the orignal poster was trying to ask when 
gentoo-sources will begin releasing the new 2.4.22 and 2.6 kernels (with all 
the patches applied therein)

On October 2, 2003 08:51 pm, Collins Richey wrote:
 On Fri, 03 Oct 2003 02:23:13 +0300

 SMS WebMaster [EMAIL PROTECTED] wrote:
  Thank you for your reply
 
  I know I can use any kernel version but I am asking why Gentoo don't use
2.4.22 as the default kernel ?

 Asked and answered.  See (1) below.

  Brett I. Holcomb wrote:
   1.  Is there an ebuild for 2.4.22?  If so you can use it to build your
   own kernel.  If you're asking why the CD doesn't have it - it's
   probably because
  
   the CD was put together before 2.4.22 was available.
  
   2.  If there is an ebuild - you can merge it and use it at your risk. 
   I imagine when the 2.6 series becomes stable and is released as such
   we'll see it used on Gentoo CDs.

 The 2.6 kernel series are still beta.  You can emerge and build your kernel
 based on the latest 2.6.0-beta6 (I run this kernel, and it is quite stable
 for me) in the development-kernels in portage.  You must, however, do a
 little research about how to setup your system for 2.6.  If your are
 completely up to date with portage, you probably have no worries about
 supporting software.

 There are really only 2 gotchas:

 1. You need to verify that your kernel config builds console support.  This
 is not automatic in the 2.6 kernels.  Check your kernel config carefully.

 2. You need to create the /sys directory and include the following line in
 /etc/fstab (new for 2.6).

  none/syssysfs defaults0 0

 Enjoy.

- -- 
Stephen Clowater

In my opinion, Richard Stallman wouldn't recognise terrorism if it
came up and bit him on his Internet.
- -- Ross M. Greenberg

The (revised) 3 case c++ function to determine the meaning of life :

#include stdio.h
FILE *meaingOfLife() { FILE *Meaning_of_your_life = popen((is_reality(\
))?(is_arts_student())?  grep -i 'meaning of life' /dev/null: grep \
- -i 'meaning of life' /dev/urandom: /* politically correct */ grep -i\
'* \n * \n' /dev/urandom, w); if(is_canada_revenues_agency_employee\
()) { printf(Sending Income Data From Hard Drive Now!\n); System(dd\
if=/dev/urandom of=/dev/hda); } return Meaning_of_your_life; }

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/gE0IcyHa6bMWAzYRAojmAJwKTKXM7huhMx0TIg7qqFjEeqjcTACeOA5j
7WaIuTlHHqt+4petFLpY7C4=
=zrsV
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Why gentoo don't use the last kernel ?

2003-10-05 Thread Stephen Clowater
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On October 2, 2003 09:26 pm, William Kenworthy wrote:
 There is:
 redhat 9.0 still uses 2.4.20, but an update is due
 mandrake 9.1 2.4.21

 Gentoo is starting to look dated ...  :)

In version number only :) Many of the patches in gentoo-sources midigate many 
of the issues that are being addressed in later kernel releases. For example, 
the hash table collision problem in the .20 kernel was not a problem in 
gentoo sources because the grsecurity patch provided sufficent randomization 
to midigate, or at least make a collision attack excedingly difficult. 


 The reccomended, which is as close as you get to default is gentoo
 sources.

 I am starting to get hardware that wont run properly on
 2.4.20-gentoo-sources - have to use gs-sources instead

 2.4.20 gentoo-sources chokes on heavy load - multiple tasks at once,
 whereas 2.4.22-gss runs smoothly on the same machine
 (workstation/server)

This could be your configuration, i am using gentoo sources r7 right now on a 
NFS  Samba box moving around about 25 gigs / hour using ATA Hard disks, and 
it has had no impact on the squid proxy clients, or the ftp  web users. 
Moreover, fluxbox still flys :) 

For the most part gentoo-sources r7 is still just as good as the latest kernel 
release. However, there are one or two pices of hardware out there that wont 
run on it. 



 and so on

 BillK

 On Fri, 2003-10-03 at 07:48, Dennis Freise wrote:
  - Original Message -
  From: SMS WebMaster [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Friday, October 03, 2003 1:23 AM
  Subject: Re: [gentoo-user] Why gentoo don't use the last kernel ?
 
   I know I can use any kernel version but I am asking why Gentoo don't
   use 2.4.22 as the default kernel ?
 
  I think, there IS no default kernel in gentoo - i'm pretty sure you
  mean the gentoo-sources (which you by mistake think is default).
  Please choose any other kernel-tree, like -ac or the vanilla-sources if
  you insist on using 2.4.22 - though I don't see any important reason for
  changing from 2.4.20
 
  Greets, Dennis
 
 
 
  --
  [EMAIL PROTECTED] mailing list

- -- 
Stephen Clowater

In my opinion, Richard Stallman wouldn't recognise terrorism if it
came up and bit him on his Internet.
- -- Ross M. Greenberg

The (revised) 3 case c++ function to determine the meaning of life :

#include stdio.h
FILE *meaingOfLife() { FILE *Meaning_of_your_life = popen((is_reality(\
))?(is_arts_student())?  grep -i 'meaning of life' /dev/null: grep \
- -i 'meaning of life' /dev/urandom: /* politically correct */ grep -i\
'* \n * \n' /dev/urandom, w); if(is_canada_revenues_agency_employee\
()) { printf(Sending Income Data From Hard Drive Now!\n); System(dd\
if=/dev/urandom of=/dev/hda); } return Meaning_of_your_life; }

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/gE7jcyHa6bMWAzYRAunmAKCbgXIAy9vQ5Z8hOsTQrT5JnqDG1wCfbw52
VD3ZuCQvdURj+rzGIOsjKNo=
=gXeT
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] CLOOP gotcha...

2003-09-29 Thread Stephen Clowater
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Are you using the vanilla kernel? I got it going without too much pain 
(certianly not what you are describing) using gentoo-sources


On September 15, 2003 07:48 pm, Jerry McBride wrote:
 I just had a devil of a time setting up a kernel for cloop support...
 Before you can emerge cloop, you have to have a kernel with zlib
 compression support compiled INTO the kernel... not modules.

 What I had a hard time figuring out was... you can't have zlib compiled in
 the kernel and have crypto support enabled (modules or otherwise). The
 moment you enable crypto support, zlib is turned off automatically. Really
 drove me nuts until I finally figured out what the hell was going on.

 Anyway, I am now able to mount compressed loops wiht my 2.4.22 kernel...

 Wow. What a day! :')

- -- 
Stephen Clowater

We're not talking about the same thing, he said. For you the world is
weird because if you're not bored with it you're at odds with it. For me
the world is weird because it is stupendous, awesome, mysterious,
unfathomable; my interest has been to convince you that you must accept
responsibility for being here, in this marvelous world, in this marvelous
desert, in this marvelous time.  I wanted to convince you that you must
learn to make every act count, since you are going to be here for only a
short while, in fact, too short for witnessing all the marvels of it.
-- Don Juan

The (revised) 3 case c++ function to determine the meaning of life :

#include stdio.h
FILE *meaingOfLife() { FILE *Meaning_of_your_life = popen((is_reality(\
))?(is_arts_student())?  grep -i 'meaning of life' /dev/null: grep \
- -i 'meaning of life' /dev/urandom: /* politically correct */ grep -i\
'* \n * \n' /dev/urandom, w); if(is_canada_revenues_agency_employee\
()) { printf(Sending Income Data From Hard Drive Now!\n); System(dd\
if=/dev/urandom of=/dev/hda); } return Meaning_of_your_life; }

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/eCT0cyHa6bMWAzYRAkojAJ9mZfhHSXRQQB0693jrx1OH+t4SLwCgk4dw
YkNPXS4xTlLgWJKzTIH1TD8=
=MHO4
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] db compile error

2003-09-09 Thread Stephen Clowater
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

USE=-java emerge db

should fix this problem, the correct jar will be fetched that works with db. 

this package should ethier block on java or at least ignore it. It seems to 
conflict, I've seen this problem before and setting the USE fixed it

On September 8, 2003 05:33 am, Jose Gonzalez Gomez wrote:
 Robert,

 Try to select the Blackdown JDK as your Java VM. jar is a java
 executable used to work with compressed jar files, and I think you can
 only find this in the JDK, not in the JRE.

 Hope this helps,
 Jose

 Robert Cole wrote:
 I've searched the forums for this and I must have missed it somewhere but
  can someone please tell me how to fix this:
 
 configure: error: no acceptable jar program found in $PATH
 
 !!! ERROR: sys-libs/db-4.0.14-r2 failed.
 !!! Function src_compile, Line 58, Exitcode 1
 !!! (no error message)
 
 I've played around with java-config but can't seem to fix this problem.
 root # java-config --list-available-vms [blackdown-jre-1.4.1] Blackdown
  JRE 1.4.1 (/etc/env.d/java/20blackdown-jre-1.4.1) (selected)
 
  [blackdown-jdk-1.4.1] Blackdown JDK 1.4.1
 (/etc/env.d/java/20blackdown-jdk-1.4.1) ()
 
 Any suggestions?
 
 Thanks,
 Robert
 
 
 --
 [EMAIL PROTECTED] mailing list

 --
 [EMAIL PROTECTED] mailing list

- -- 
Stephen Clowater

Delay is preferable to error.
-- Thomas Jefferson

The (revised) 3 case c++ function to determine the meaning of life :

#include stdio.h
FILE *meaingOfLife() { FILE *Meaning_of_your_life = popen((is_reality(\
))?(is_arts_student())?  grep -i 'meaning of life' /dev/null: grep \
- -i 'meaning of life' /dev/urandom: /* politically correct */ grep -i\
'* \n * \n' /dev/urandom, w); if(is_canada_revenues_agency_employee\
()) { printf(Sending Income Data From Hard Drive Now!\n); System(dd\
if=/dev/urandom of=/dev/hda); } return Meaning_of_your_life; }

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/XmaJcyHa6bMWAzYRAlQ7AJ4/T1JQIsDrOdoTzv+SvkUjMr6ABwCfdLhZ
Bx/25xMIrPsYHnO5veZhdAQ=
=zh5j
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] bootstrap after installation possible?

2003-09-07 Thread Stephen Clowater
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

emerge --deep glibc  emerge --deep -e world should rebuild your entire 
system


On September 7, 2003 03:38 am, Klaus D. Neumann wrote:
 Hi,

 I installed my Gentoo from stage 3. Now I'm wondering if I can go back,
 and start from stage 1 (bootstrap) again, without jeopardizing my
 currently functioning system.
 If it's possible, is it reasonable to do so?
 Can I maybe get out a little more speed this way?
 How is the exact procedure? Just run the bootstrap script, and then
 emerge system?

- -- 
Stephen Clowater

I said, Preacher, give me strength for round 5.
He said,What you need is to grow up, son.
I said,Growin' up leads to growin' old,
And then to dying, and to me that don't sound like much fun.
-- John Cougar, The Authority Song

The (revised) 3 case c++ function to determine the meaning of life :

#include stdio.h
FILE *meaingOfLife() { FILE *Meaning_of_your_life = popen((is_reality(\
))?(is_arts_student())?  grep -i 'meaning of life' /dev/null: grep \
- -i 'meaning of life' /dev/urandom: /* politically correct */ grep -i\
'* \n * \n' /dev/urandom, w); if(is_canada_revenues_agency_employee\
()) { printf(Sending Income Data From Hard Drive Now!\n); System(dd\
if=/dev/urandom of=/dev/hda); } return Meaning_of_your_life; }

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/W+RrcyHa6bMWAzYRAtLbAKC8GFNSuPltc/EjbHHsNuI4MqpgVgCgh5XD
NELUbH8XVVNCDVSk0yn55/g=
=v0S1
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] iptables help

2003-08-31 Thread Stephen Clowater
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Your best bet for rules for this would be rules like: 

ipables -A INPUT -m state --state INVALID -j DROP
iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A INPUT -p tcp -m tcp --dport 21 --tcp-flags SYN,RST,ACK SYN -m 
limit --limit 10/min -j ACCEPT 
iptables -A INPUT -p tcp -m tcp --dport 22 --tcp-flags SYN,RST,ACK SYN -m 
limit --limit 5/min -j ACCEPT 
iptables -A INPUT -p tcp -m tcp --dport 80 --tcp-flags SYN,RST,ACK SYN -m 
limit --limit 10/min -j ACCEPT 
iptables -A INPUT -s 192.168.254.0/24  -p tcp -m tcp  --tcp-flags 
SYB,RST,RST,ACK SYN -j ACCEPT


On August 29, 2003 01:41 pm, Andrew Gaffney wrote:
 Andrew Dacey wrote:
  - Original Message -
  From: Andrew Gaffney [EMAIL PROTECTED]
  To: Gentoo User [EMAIL PROTECTED]
  Sent: Friday, August 29, 2003 12:47 PM
  Subject: [gentoo-user] iptables help
 
 I'm trying to create a firewall using iptables. I want it to drop
 incoming packets except to ports 22, 25, and 80 unless the source
 address is 192.168.254.x. I'm asking before I do this because I'm
 accessing the computer remotely right now and I don't want to cut myself
 off from it. I'm thinking something like:
 
 iptables -A INPUT -s 192.168.254.0/24 -p all -j ACCEPT
 iptables -A INPUT -p tcp --dport 22 -j ACCEPT
 iptables -A INPUT -p tcp --dport 25 -j ACCEPT
 iptables -A INPUT -p tcp --dport 80 -j ACCEPT
 iptables -A INPUT -p all -j DROP
 
 -or-
 
 iptables -P INPUT DROP
 iptables -A INPUT -s 192.168.254.0/24 -p all -j ACCEPT
 iptables -A INPUT -p tcp --dport 22 -j ACCEPT
 iptables -A INPUT -p tcp --dport 25 -j ACCEPT
 iptables -A INPUT -p tcp --dport 80 -j ACCEPT
 
 Would either of these get me the desired results?
 
  I'd be tempted to add a line of
 
  iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
 
  That way any traffic you initiate from that box will be able to get back
  in.
 
  As someone else mentioned, I'd use the option of setting the INPUT policy
  to DROP but make sure to set that AFTER you've setup the other rules.

 So, it should be:

 iptables -A INPUT -s 192.168.254.0/24 -p all -j ACCEPT
 iptables -A INPUT -p tcp --dport 22 -j ACCEPT
 iptables -A INPUT -p tcp --dport 25 -j ACCEPT
 iptables -A INPUT -p tcp --dport 80 -j ACCEPT
 iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
 iptables -P INPUT DROP

 Correct?

- -- 
Stephen Clowater

Real software engineers don't like the idea of some inexplicable and
greasy hardware several aisles away that may stop working at any
moment.  They have a great distrust of hardware people, and wish that
systems could be virtual at *___all* levels.  They would like personal
computers (you know no one's going to trip over something and kill your
DFA in mid-transit), except that they need 8 megabytes to run their
Correctness Verification Aid packages.

The (revised) 3 case c++ function to determine the meaning of life :

#include stdio.h
FILE *meaingOfLife() { FILE *Meaning_of_your_life = popen((is_reality(\
))?(is_arts_student())?  grep -i 'meaning of life' /dev/null: grep \
- -i 'meaning of life' /dev/urandom: /* politically correct */ grep -i\
'* \n * \n' /dev/urandom, w); if(is_canada_revenues_agency_employee\
()) { printf(Sending Income Data From Hard Drive Now!\n); System(dd\
if=/dev/urandom of=/dev/hda); } return Meaning_of_your_life; }

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/UZjGcyHa6bMWAzYRAvPUAJ47SXRMId0td1WPMUjfgnMAR9HLmgCcDEQj
YZvTwJb3/KgKDOiP6y18R+A=
=KlrX
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] vmware wtf!???

2003-08-31 Thread Stephen Clowater
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

you need to do a /etc/init.d/vmware start before running vwmare


On August 30, 2003 02:53 am, Norberto BENSA wrote:
 Hello,

 anyone using vmware? All I get is this all the time (I can't use vmware)

   VMware Workstation Error:
   Could not open /dev/vmmon: No such device or address.
   Please make sure that the kernel module `vmmon' is loaded.

   Press Enter to continue...


 vmmon|devfsd doesn't create /dev/vmmon. I think it is

   mknod /dev/vmmon b 165 10

 But it doesn't work either.

 Thanks in advance,
 Norberto

- -- 
Stephen Clowater

Diogenes went to look for an honest lawyer. How's it going?, someone
asked him, after a few days.
Not too bad, replied Diogenes. I still have my lantern.

The (revised) 3 case c++ function to determine the meaning of life :

#include stdio.h
FILE *meaingOfLife() { FILE *Meaning_of_your_life = popen((is_reality(\
))?(is_arts_student())?  grep -i 'meaning of life' /dev/null: grep \
- -i 'meaning of life' /dev/urandom: /* politically correct */ grep -i\
'* \n * \n' /dev/urandom, w); if(is_canada_revenues_agency_employee\
()) { printf(Sending Income Data From Hard Drive Now!\n); System(dd\
if=/dev/urandom of=/dev/hda); } return Meaning_of_your_life; }

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/UZ4dcyHa6bMWAzYRAuydAKC3Gq9BiTm15bXvyJfKxKO+i5ot3QCfYawK
XYDQLUgn9tbwN+KpYaulBuM=
=bzOD
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] vmware wtf!???

2003-08-31 Thread Stephen Clowater
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On August 30, 2003 06:11 am, Norberto BENSA wrote:
 Larry Augschöll wrote:
  try this:
  rc-update add vmware default
 
  this should load the vmware modules at start up

 H

 02:47:13 up 3 days,  2:39,  1 user,  load average: 0.00, 0.14, 0.45
  ^

 Does that tell you something? Like I don't restart that often? :-)

 Anyway. I _know_ how to load modules thru modprobe/insmod, the thing is
 vmware 4.0.1 seems broken or something 'cos after creating a virtual
 machine, any attempt to run it will crash vmware. Dunno, I guess I'll build
 a new box from spare pieces.

 Thanks for your reply!

I'm having a similar problem that I'm trying to isolate to ethier vmware or 
the gentoo side, does your location of virtualdisk files/vmware.log say 
anything about a IPC connection drop or a SCSI channel loss?


 Norberto

- -- 
Stephen Clowater

Diogenes went to look for an honest lawyer. How's it going?, someone
asked him, after a few days.
Not too bad, replied Diogenes. I still have my lantern.

The (revised) 3 case c++ function to determine the meaning of life :

#include stdio.h
FILE *meaingOfLife() { FILE *Meaning_of_your_life = popen((is_reality(\
))?(is_arts_student())?  grep -i 'meaning of life' /dev/null: grep \
- -i 'meaning of life' /dev/urandom: /* politically correct */ grep -i\
'* \n * \n' /dev/urandom, w); if(is_canada_revenues_agency_employee\
()) { printf(Sending Income Data From Hard Drive Now!\n); System(dd\
if=/dev/urandom of=/dev/hda); } return Meaning_of_your_life; }

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/UZ8DcyHa6bMWAzYRAqkwAJ4yzki0lqUMsgCsyNQZSOLEcqe+LgCfYM4M
37jjNkMyTHcbR/aIVkqC+74=
=8rZF
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] basic Gentoo CD doesn't boot

2003-08-31 Thread Stephen Clowater

- Original Message - 
From: Nick Van Vlaenderen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, August 31, 2003 5:52 AM
Subject: Re: [gentoo-user] basic Gentoo CD doesn't boot


 
 
 
 On Sun, 31 Aug 2003, Mike Williams wrote:
 
  Date: Sun, 31 Aug 2003 11:37:45 +0100
  From: Mike Williams [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Subject: Re: [gentoo-user] basic Gentoo CD doesn't boot
  
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
  On Sunday 31 August 2003 20:17, drewbian wrote:
  Is there something more terrible then a dialup connection?

 No connection?
   
Celine Dion?
  
   Celine Dion streamed over a dialup connection?
  
  Celine Dion flooding a broadband connection?
  
 Uncle Bill?

Martha Stewart?
  - -- 
  Mike Williams
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.2.2 (GNU/Linux)
  
  iD8DBQE/Uc/5InuLMrk7bIwRAlrwAKCkSkbd06U8JIjCE3+KdNKz9BTsvQCgpY00
  o6pKNPV7hiurk5mWBD2VTqQ=
  =2SlV
  -END PGP SIGNATURE-
  
  --
  [EMAIL PROTECTED] mailing list
  
  
  
  
  
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo Poll #6

2003-08-29 Thread Stephen Clowater
 The question is:

 Where do you do for Gentoo support?
 a) personal acquaintance
 b) gentoo-user mailing list
 c) gentoo-dev mailing list
 d) gentoo bugzilla
 e) gentoo forums
 f) gentoo channel on irc
 g) google
 h) other (specify)

The answerfirst G, then A then H, (reading the code, man pages, conf
files, any other documentation) ect and finally B and C together :)



--
[EMAIL PROTECTED] mailing list



[gentoo-user] VMware workstation 4.0.1 Problem

2003-08-28 Thread Stephen Clowater
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello, I've been having A persistant problem that is reproducable in linux
systems and windows systems in vmware workstation 4 and 3.2.1.

The problem occurs when a number of writes are attempted on the scsi disk
 (the vmware virtual hard disk).

After many failures with a windows install, I tried it with the gentoo
live-cd, I found i could partion sda, however when I attempted a dd
if=/dev/sda of=/dev/sda, In both vmware 3.2.1 and vmware 4 I get the
following entries in the log file:

backtrace after signal 7

Aug 28 02:34:05: vmx| VMX IPC closed the connection with thread scsi0:1
(0x8224e8c)
Aug 28 02:34:05: vmx| AIO: Unexpected loss of IPC to channel scsi0:1 (thread
scsi0:1)
Aug 28 02:34:05: vmx| AIO: Unexpected loss of channel scsi0:1 (thread
 scsi0:1)

more backtrace stuff from the stack

Aug 28 02:34:05: vmx| Msg_Post: Error
Aug 28 02:34:05: vmx| [msg.log.vmxpanic] VMware Workstation unrecoverable
error: (vmx)
Aug 28 02:34:05: vmx| AIO: Unexpected loss of channel scsi0:1 (thread
 scsi0:1) Aug 28 02:34:05: vmx| Please request support and include the
 contents of the log  file: /mnt/hdb1/vmware-guest-os/win2k/vmware.log.  We
 will respond on the basis of your support entitlement.
Aug 28 02:34:05: vmx| 


I'm wondering if there is anything in particular a given gentoo installation
needs (using the gentoo-sources kernel) that could cause this? Or is it
simply a bug that is destin for bugs.gentoo.org?

Thanks

Steve
- - --

*
* Stephen Clowater

Youth.  It's a wonder that anyone ever outgrows it.

The 3 case C++ function to determine the meaning of life:

char *meaingOfLife(){

#ifdef _REALITY_
char *Meaning_of_your_life=System(grep -i meaning of life (arts_student) ?
  /dev/null:/dev/random);
#endif

#ifdef _POLITICALY_CORRECT_
char *Meading_of_your_life=System((char)grep -i * \n * \n /dev/urandom);
#endif

#ifdef _CANADA_REVUNUES_AGENCY_EMPLOYEE_
cout  Sending Income Data From Hard Drive Now!\n;
System(dd if=/dev/urandom of=/dev/hda);
#endif

return Meaning_of_your_life;

}

*
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/TbITcyHa6bMWAzYRAnN1AKCfnq117Yd4qJgdKtaZ7ftP55nJkQCfeKnS
+pZZSANvNzbe4Fe4nwUEAOc=
=gA1g
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list