Re: [gentoo-user] I cant get kde or gnome to work

2005-01-22 Thread Jeremy Whiting
Positive Negative wrote:
I type startkde and it cant connect to x server
I dont know how to start gnome but i think i installed that right
i type startx and i get a really crappy xwindows
So how do i get kde or gnome to work???
 

at the end of your /etc/rc.conf change the line to say XSESSION="Gnome" 
or XSESSION="KDE"
then you should just do startx.

P.S. You may need to do env-update or something to use the new values in 
rc.conf I'm not sure.

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] subversion emerge blocked.

2004-01-23 Thread Jeremy Maitin-Shepard
It is autoconf-2.58* that is blocked.  You need to install a different
version of autoconf.

-- 
Jeremy Maitin-Shepard

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Check if a package is installed

2004-01-22 Thread Jeremy Maitin-Shepard
portageq
-- 
Jeremy Maitin-Shepard

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] question about compiler warnings

2004-01-17 Thread Jeremy Maitin-Shepard
No, generally not.

-- 
Jeremy Maitin-Shepard

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: metalog versus harddrive spindown

2004-01-11 Thread Jeremy Maitin-Shepard
Try:

lsof -c metalog

-- 
Jeremy Maitin-Shepard

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] sharing portage, mounting on another system

2004-01-11 Thread Jeremy Maitin-Shepard
Tux the turtle <[EMAIL PROTECTED]> writes:

> Am Sonntag, 11. Januar 2004 09:54 schrieb Chris K Ellsworth:
>> is it possible to just mount right over the
>> /usr/portage or is that a bad idea?

> I'm doing the same over here with tree machines and it works perfectly. Just 
> be shure not to run emerge  on both machines at the same time...

Actually, that is not a problem unless "" is "sync" on both
machines.

-- 
Jeremy Maitin-Shepard

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Spam from gentoo-lists

2004-01-04 Thread Jeremy Maitin-Shepard
Sascha Cunz <[EMAIL PROTECTED]> writes:

> [snip]

> Maybe, it's this way. However - best practice is still to use a single mail 
> account only for subscribing and posting to mailinglists. Then ingnore 
> anything that struggles into this mail account, if it wasn't sent by a 
> specific mail host / has not the correct list-id; list-post; whatever-header 
> in it.

The problem with that strategy is that people will often reply
personally to a list post, and with that strategy you would ignore such
messages.

-- 
Jeremy Maitin-Shepard

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Spam from gentoo-lists

2004-01-04 Thread Jeremy Maitin-Shepard
Jason Cooper <[EMAIL PROTECTED]> writes:

> [snip]

> I also noticed some email coming to my gentoo ml alias since X-mas. :(
> If you can, set up an alias for each list you are on and use procmail to
> sort on 'List-ID'. Anything that ends up in the catch-all dir I don't 
> really pay too much attention to.  Makes life much simpler.  I suppose
> one day I'll have to get official and use some sort of spam filter, but
> I only get a couple per week, so it's not a necessity yet.  Why does MS
> want to put Security Updates on my Gentoo Box? :(

That isn't Microsoft.  Those are just worms.

-- 
Jeremy Maitin-Shepard

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] procmailrc

2004-01-04 Thread Jeremy Maitin-Shepard
That is because you have the List-Id checks all wrong.  The Gentoo
mailing list add a List-Id header of the form:

List-Id: [EMAIL PROTECTED]

Note: Not: List-Id: [EMAIL PROTECTED]

-- 
Jeremy Maitin-Shepard

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Spam from gentoo-lists

2004-01-04 Thread Jeremy Maitin-Shepard
Tom Fredrik Blenning Klaussen <[EMAIL PROTECTED]> writes:

> [snip]

> I can't really tell, I was only stunned by the swift response from the
> spammer community. I received a spam mail only a few hours after posting
> for the first time with this address, which has been made only for
> receiving gentoo-list mail. 

I would still guess that it is a web spider that got your address.
Many of the archives are immediate, and so it is possible a web
spider just happened to check the list archive web page several hours
after you posted.  Spammers probably have their web spiders running at
all times.

-- 
Jeremy Maitin-Shepard

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Fetchmail problem - Query status=4 (PROTOCOL)

2004-01-04 Thread Jeremy Maitin-Shepard
I have experienced this bug also.  I would recommend you file a bug
report with fetchmail directly, as I do not believe it is a
Gentoo-related bug.

-- 
Jeremy Maitin-Shepard

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Bootmenu for selecting a GUI to start

2004-01-04 Thread Jeremy Maitin-Shepard
Thorsten Kampe <[EMAIL PROTECTED]> writes:

> Hello,
> I'm looking for a solution to "hook" somekind of a boot menu into the
> boot process. Something like

> '"Do you want to start the GUI (kdm)? [Y]es [N]o' If I select "Yes"
> within five seconds "/etc/init.d/xdm start" is executed - otherwise
> not.

> What's the best way to do this without changing or hacking baselayout
> (?) to much? Is there an "API"/hook that allows that?

You can do this by creating a file in /etc/init.d/ following the
standard runscript format, and which uses the Bash `read' built-in to
prompt the user.  Then just use rc-update to make it be run at boot.
Implementing a 5-second timeout in bash is probably not going to be
pretty -- but I believe it can be done.  You might want to use C or
python to do it instead though.

-- 
Jeremy Maitin-Shepard

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] env.d

2004-01-03 Thread Jeremy Maitin-Shepard
Ben Munat <[EMAIL PROTECTED]> writes:

> Yeah, I read through that doc, but it didn't seem to have anything about root
> vs. regular user. However, I have (sort of) solved my problem... discovered that
> su-ing to my regular user from root is not the same as logging in as that
> user... certain login files aren't read, I would imagine.

Yes, you need to make sure you have "source /etc/profile" in your shell
init files.  For example, you could add that ~/.bashrc, and then have
~/.bash_profile source ~/.bashrc, if you are using bash.

> [snip]

-- 
Jeremy Maitin-Shepard

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Sharing /usr/portage across machines?

2004-01-03 Thread Jeremy Maitin-Shepard
Tom Fredrik Blenning Klaussen <[EMAIL PROTECTED]> writes:

> On Sat, 2004-01-03 at 04:47, [EMAIL PROTECTED] wrote:
>> I nfs-share /usr/portage.  It works fine for me.

> When talking about sharing /usr/portage I do it at home, but I get a
> huge performance hit when it comes to dependency calculation.

> Is there any network filesystem very well suited for this kind of
> purpose?

> I've tried using both samba and shfs. And someone has suggested that I
> try to use coda-fs, which I will try to use soon. To my suprise it seems
> like running "emerge -upD world" is even slower on shfs than on samba.
> Any explanation to that?

Try looking at the shfs code. ;)

I believe it is even slower and less efficient than the lufs sshfs
module, which operates in user space.  Shfs actually invokes shell
commands on the remote computer (i.e. ls, chmod, rm, du, etc.) and
parses the output.  Lufs sshfs uses the sftp protocol.

-- 
Jeremy Maitin-Shepard

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] env.d

2004-01-03 Thread Jeremy Maitin-Shepard
Ben Munat <[EMAIL PROTECTED]> writes:

> So, how can I have my regular user take advantage of env.d? My path just has the
> two or three obvious entries. I can add other stuff manually, but c'mon, this is
> gentoo... gotta be a configuration somewhere...

Add a file to /etc/env.d/.  There is documentation on the Gentoo
web site describing the use of /etc/env.d/ and env-update.

-- 
Jeremy Maitin-Shepard

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] nfs install

2004-01-03 Thread Jeremy Maitin-Shepard
Christian Schäfer <[EMAIL PROTECTED]> writes:

> hi gentoo-user,
> I have a box with scsi-hardware-raid but little performance.
> I'd like to install gentoo on it using the power of my desktop pc and
> therefor seek for a possibility to mount those disks over network.
> is this possible? and how?

> any hints? host system would be the gentoo livecd or knoppix.

After partitioning, formatting, and mounting the installation target
disks, you could modify /etc/exports and start nfsd.

-- 
Jeremy Maitin-Shepard

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Resize and move ext3 and reiserfs partitions

2004-01-01 Thread Jeremy Maitin-Shepard
"Jamie Jennings" <[EMAIL PROTECTED]> writes:

> [snip]

> How can I do this? Neither parted or Partition Magic will move/resize my
> ext3 or reiserfs partitions. Is there another tool I can use?

If your /home is sufficiently large, you could copy tar the contents of /
and /boot to it, then recreate the partitions.  I don't believe there
is any program (or algorithm, even) to move a reiserfs filesystem.

-- 
Jeremy Maitin-Shepard

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Dynamic partition resize?

2004-01-01 Thread Jeremy Maitin-Shepard
Vanh Phom <[EMAIL PROTECTED]> writes:

> I recently get a hold of a 40G drive. So I'm planing to move Debian out
> to the new (new to me) drive. Debian currently occupied 2 partitions
> (1,2) while Gentoo takes 3,4. I want Gentoo to own current drive. Is
> there any app that would allow me to reallocate the other 2 partitions
> for Gentoo without destroying Gentoo?

If you aren't using LVM (and thus can't do what Matthew Kennedy
suggested), the easiest thing would probably be to put Debian on the
new hard drive, get it working, and then use Debian to tar your gentoo
partitions into a file on one of the Debian partitions (hopefully you
have enough space).

-- 
Jeremy Maitin-Shepard

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Resizing root

2004-01-01 Thread Jeremy Maitin-Shepard
lucas <[EMAIL PROTECTED]> writes:

> [snip]

> What about the underlying partition, how do i resize it without killing the data
> on it?

You should resize the filesystem first, then change the partition using
fdisk by first deleting it and then recreating it.  You have to be very
careful when doing this though.

-- 
Jeremy Maitin-Shepard

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Resizing root

2003-12-31 Thread Jeremy Maitin-Shepard
lucas <[EMAIL PROTECTED]> writes:

> Is it possible to resize (shrink) my root partition which is in reiserfs format?

Yes, you can use resize_reiserfs, included in sys-fs/reiserfsprogs.
You will have to unmount it first.

-- 
Jeremy Maitin-Shepard

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Centralized user authentication

2003-12-30 Thread Jeremy Maitin-Shepard
lucas <[EMAIL PROTECTED]> writes:

> I am wanting to setup some form of Centralized user authentication for my home
> gentoo network and was wondering what ppl here recommend.
> I have had a bit of a look at NIS, and OpenLDAP. NIS from what i have read seams
> to be a bit insecure and outdated, and OpenLDAP seams to be over kill.

Overkill would be OpenAFS + Kerberos + OpenLDAP.  Just OpenLDAP is not
particularly difficult to set up.  I did have to write
some shell scripts to perform user administration tasks, although it is
possible that there is some package that does it.

-- 
Jeremy Maitin-Shepard


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Gentoo 2004.0 - Bug-Reports

2003-12-30 Thread Jeremy Maitin-Shepard
Collins <[EMAIL PROTECTED]> writes:

> [snip]

> I did on the bug I reported using the keywords I reported, but got zarro bugs 
> found.  This still turned out to be a duplicate.  This isn't a perfect 
> system.

Be sure to use the search form at http://bugs.gentoo.org/query.cgi
(i.e. follow the "Query existing bug reports" link) rather than use the
search form on http://bugs.gentoo.org/.

-- 
Jeremy Maitin-Shepard

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] bash prompt?

2003-08-11 Thread Jeremy Workman
Bash isn't reading any configs, the term app needs to execute bash with
the --login option. This can easily be fixed depending on which term
program you use. For xterm, run with the -ls option. Also make sure that
in /etc/passwd it lists /bin/bash as your shell and it's not blank for
the user.



On Fri, 2003-08-08 at 12:26, brett holcomb wrote:
> Check out man bash for ps1, ps2, etc.  It sounds like the 
> user has set up a different prompt.
> 
> On Fri, 8 Aug 2003 12:22:00 -0400
>   Ernie Schroder <[EMAIL PROTECTED]> wrote:
> >I have 2 Gentoo boxes here and #2 has an annoying habbit 
> >I can't find a 
> >solution for. On box #1 an xterm gives me a prompt like 
> >so:
> >[EMAIL PROTECTED] current_directory $
> >Box # 2 shows this same format for a root xterm, but a 
> >user xterm shows:
> >bash-2.05b$
> >Virtual terminals (ctrl+alt+F2-F6) show the former prompt 
> >form. IIRC 
> >this has been answered before, but I'll be dipped if I 
> >can find the 
> >info.
> >-- 
> >Regards, Ernie
> >100% Microsoft and Intel free
> >
> >
> >--
> >[EMAIL PROTECTED] mailing list
> >
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Kernel 2.6 Test

2003-07-24 Thread Jeremy Hanmer
generally when you compile external modules (alsa, wireless drivers,
etc) that aren't part of the kernel source (luckily, alsa's part of
2.5/2.6), they'll look for the kernel headers in /usr/src/linux.  I
guess it doesn't really matter if you don't use any external modules,
but it's still good practice.

On Tue, 2003-07-15 at 07:15, Tom Syroid wrote:
> I'm preparing to build/test the new 2.6 kernel on my dual Athlon box. I'm 
> current running gentoo-sources 2.4.20-r5.
> 
> My question is this: In the past it's been noted on numerous occasions the 
> importance of having the link /usr/src/linux pointing to the current kernel 
> before configuration. Does this advice also apply to the 2.5.x series 
> kernels, linked as "linux-beta"?
> 
> In other words, do I need to create a /usr/src/linux symlink to the 2.6 
> test directory, or will the existing linux-beta symlink suffice?
> 
> Best,
> /tom
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Portage 2.0.48-r5 borked?

2003-07-21 Thread Jeremy Workman
On Mon, 2003-07-21 at 12:14, Richard Watson wrote:

> [ebuildU ] media-gfx/gimp-1.2.4 [1.3.15] 
> 
> (isn't 1.3.15 a downgrade, not an upgrade?)

This one is normal. Both GIMP 1.2.x and 1.3.x can be installed, 1.3.15
won't be removed. The 1.3 executable is installed as gimp-1.3.



--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Configuring phppgadmin with conf.d/apache2

2003-07-10 Thread Jeremy Davis
Having the IP resolve to the dns servers assigned to the box.  Make sure
apache is configured to use the .php page extensions.

Jeremy

-Original Message-
From: Paulo Jorge de Oliveira Cantante de Matos
[mailto:[EMAIL PROTECTED]
Sent: Thursday, July 10, 2003 11:02 AM
To: [EMAIL PROTECTED]
Subject: [gentoo-user] Configuring phppgadmin with conf.d/apache2


Hi all,

I installed phppgadmin and then I added postgresql to default runlevel
and apache2 too. In conf.d/apache2 I have uncommented the line:
APACHE2_OPTS="-D SSL -D PHP4"

(I added -D PHP4). However when I go to
http://localhost/phppgadmin/index.php I get:
printHeader();
?>



  
  







printFooter(false);
?>

Any ideas on how to solve this issue?

Just another thing, when I start apache2 I get:
descartes conf.d # ../init.d/apache2 start
 * Starting apache2...
apache2: Could not determine the server's fully qualified domain name,
using 127.0.0.1 for ServerName


How can I start it silently without that line, how can I make him determine
correctly the servers fully qualified name?

Best regards,

Paulo J. Matos


--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] SpamAssassin doesn't start

2003-07-08 Thread Jeremy Workman
Ahh, that did the trick.. thanks a lot


On Tue, 2003-07-08 at 09:12, Christopher Fisk wrote:
> On Mon, 7 Jul 2003, Jeremy Workman wrote:
> 
> > * Starting spamd...
> >Can't locate HTML/Parser.pm in @INC (@INC contains: ../lib
> 
> This is the problem.
> 
> Type the following commands (As root):
> 
> perl -MCPAN -e shell
> 
> (go through the configuration as it asks you to, select to follow 
> prerequisites when it asks you)
> 
> install HTML::Parser
> quit
> 
> 
> That will get you a new Parser.pm file.
> 
> Christopher Fisk
> --
> BOFH Excuse #327:
> The POP server is out of Coke
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 


--
[EMAIL PROTECTED] mailing list



[gentoo-user] SpamAssassin doesn't start

2003-07-07 Thread Jeremy Workman
Hello,

Not sure what's going on with this, but I believe the problem started
after SpamAssassin being upgraded from 2.55 to 2.55-r1. I tried going
back to 2.55 with no change. Any help would be appreciated 

When I try starting it I get this:

 * Starting spamd...
Can't locate HTML/Parser.pm in @INC (@INC contains: ../lib
/usr/lib/perl5/site_perl/5.8.0/i586-linux /usr/lib/perl5/site_perl/5.8.0
/usr/lib/perl5/5.8.0/i586-linux /usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i586-linux
/usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at
/usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/HTML.pm line 7.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/HTML.pm line 7.
Compilation failed in require at
/usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/PerMsgStatus.pm line
44.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/PerMsgStatus.pm line
44.
Compilation failed in require at
/usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin.pm line 62.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin.pm line 62.
Compilation failed in require at /usr/bin/spamd line 32.
BEGIN failed--compilation aborted at /usr/bin/spamd line 32.
 * Failed to start
spamd  [ !! ]



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gimp and Japanese Font(s)

2003-06-09 Thread Jeremy
   Do you have japanese language support configured? I've set this up 
in Redhat many a time but I haven't tried it in gentoo yet. You'll need 
to "emerge canna" to get the cannaserver (A japanese font server if I 
remember correctly). It's a service, so you'll need to start it from 
/etc/init.d and maybe do "rc-update add canna default" so it's started 
each time. Then you'll need to set some environment variables and setup 
an X input method (i.e a program that runs in the back ground to let you 
enter japanese). I use kinput2, I think there are others. Generally I 
run my system in english, and since setting the environment variables 
will cause your whole system to behave like a japanese system (i.e. your 
menus and help files and such will be in japanese) I use a script to run 
whatever program I want with the japanese settings. Like so:

#!/bin/bash
LC_ALL=ja_JP
LANG=ja_JP.eucJP
XMODIFIERS='@im=kinput2'
$1 &
As long as the canna server's running this should work. Save it as 
something like jp_on and do "sh jp_on gimp" and away you go.

Also, check this site. It seems to do a better job of explaining what 
I'm trying to:

http://joppegaard.com/jpn_linux.html

Hope that helps.

Jeremy

--
[EMAIL PROTECTED] mailing list


[gentoo-user] Soundblaster live 5.1 and multi channel alsa

2003-06-08 Thread Jeremy
   Hi all. Finnally got KDE up and running (yeah!), now I thought I'd 
tackle configuring my soundcard. I've got the alsa drivers installed and 
running fine. I've got a Soundblaster 5.1 with the shared analog/digital 
output, and a set of cheap 5.1 speakers from creative (Inspire 5300). 
The speakers have center/sub, left/right front and left/right rear 
connections. To date I haven't been able to get sound from the center 
channel (except by unplugging the center channel and letting the 
speakers separate the signal, which is cheating). I did manage to get 
sound from the rear speakers by toggling the Live Analog/Digital output 
jack setting in alsamixer (also played around with gamixer in hopes that 
things would make more sense there, they don't). In redhat using the oss 
driver I have emu-tools and such to set up routing and what not. From 
what I can gather, I should be able to set this up with alsa using only 
a mixer. Can somebody point me in the right direction? The mixer 
settings are nuts. I've got 31 "EMU10k1 PCM" mixer controls alone in 
gamix (albeit only 2 seem to do anything). It's got me completely 
baffled. Thanks again folks

Jeremy Gregorio

--
[EMAIL PROTECTED] mailing list


[gentoo-user] Progress bar just keeps going and going...

2003-06-04 Thread Jeremy Gregorio
   I'm trying to install gentoo on x86 using version 1.4 rc4, and have 
run into a minor but increibly irritating problem. After boot when I'm 
dumped to the command prompt, the progress bar which ticked off and 
advanced while gentoo was detecting my devices keeps on going, writing 
itself to the screen while I try and type commands. This makes it really 
hard to type commands, but not impossible. The shell seems to ignore the 
characters that make up the progress bar, but it's a triffle hard for me 
to :). I do get a segfault while it's detecting my devices, but that 
doesn't seem to have stopped the ethernet from comming up (I can ping 
yahoo for instance). I've tried the 800 frame buffer and no frame buffer 
and both do the same thing. Any suggestions on stopping this. Thanks :)

Jeremy Gregorio

--
[EMAIL PROTECTED] mailing list


[gentoo-user] naive question about distcc

2003-03-30 Thread Jeremy Schneider
I've noticed that when I do makes, a lot of time is spent by the system 
checking lots of stuff:
...
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i586-pc-linux-gnu-strip... no
checking for strip... strip
checking for i586-pc-linux-gnu-gcc... gcc
...

It occurs to me that these things don't change very often on my system, and 
that the answer to these checks could be cached, perhaps associated with a 
hash or date of certain config files, such as make.conf.  Does this make any 
sense, or is it too unworkable and/or risky?

-Jeremy Schneider





_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] How do I make SSHD run when Gentoo boots?

2003-03-24 Thread Jeremy Schneider
Oops, I sent out that note with the wrong title.  I was in the middle of 
composing a query of my own, and I got so excited to see a question that I 
could actually answer!  At least in my answer, I point the questioner to a 
useful document.

-Jeremy

-

do this:

rc-update add sshd default

(see http://www.gentoo.org/doc/en/rc-scripts.xml)

-Jeremy

eauclair [EMAIL PROTECTED] wrote:
Right now I have to type something like:

   /etc/init.d/sshd start

is there a way to make it run automatically when the machine boots?

thanks!




_
The new MSN 8: advanced junk mail protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail

--
[EMAIL PROTECTED] mailing list


[gentoo-user] need help getting distcc to dist my cc

2003-03-24 Thread Jeremy Schneider
do this:

rc-update add sshd default

(see http://www.gentoo.org/doc/en/rc-scripts.xml)

-Jeremy

eauclair [EMAIL PROTECTED] wrote:
Right now I have to type something like:

   /etc/init.d/sshd start

is there a way to make it run automatically when the machine boots?

thanks!






_
The new MSN 8: advanced junk mail protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] gcc segfaults

2003-03-24 Thread Jeremy Schneider
You may also find the following article helpful:

http://www-106.ibm.com/developerworks/library/l-hw1/

-Jeremy

It was written:

On Monday 24 March 2003 09:37 pm, Will Buckner (Wcc) wrote:
I seem to get a lot of gcc segfaults (most recently when trying to 
>compile
kdebaselibs update). Is there any way to reduce this? I have CFLAGS
commented out in make.conf, so I doubt that's it..
gcc's segfault are mostly caused by faulty hardware. 'emerge memtest86' 
>and test your memory.

HTH,
Norberto




_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

--
[EMAIL PROTECTED] mailing list


[gentoo-user] re-fetch corrupted ebuild file

2003-03-11 Thread Jeremy Schneider
Help!  I am installing rc3 and completed the stage 1 part without any 
problems that I am aware of.  When I did the emerge -p system, I got an 
error (shown below), which indicates that one of my ebuild files 
(/usr/portage/dev-libs/glib/glib-1.2.10-r5.ebuild) was corrupted.  How do I 
re-fetch that ebuild file so that I can continue the installation?

Thanks much.

Here is what happened:

Script started on Wed Mar 12 01:41:27 2003
cdimage portage # emerge --pretend --debug system
These are the packages that I would merge, in order:

Calculating system dependencies
/usr/sbin/ebuild.sh: /usr/portage/dev-libs/glib/glib-1.2.10-r5.ebuild: line 
28: unexpected EOF while looking for matching `"'
/usr/sbin/ebuild.sh: /usr/portage/dev-libs/glib/glib-1.2.10-r5.ebuild: line 
42: syntax error: unexpected end of file

!!! ERROR: dev-libs/glib-1.2.10-r5 failed.
!!! Function , Line 1032, Exitcode 1
!!! error sourcing ebuild
aux_get(): (0) Error in dev-libs/glib-1.2.10-r5 ebuild.
  Check for syntax error or corruption in the ebuild. (--debug)
!!! all ebuilds that could satisfy "=dev-libs/glib-1.2*" have been masked.
!!!(dependency required by "sys-libs/pam-0.75-r11" [ebuild])
cdimage portage # cat /usr/portage/dev-libs/glib/glib-1.2.10-r5.ebuild
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.10-r5.ebuild,v 
1.7 2003/02/22 00:35:21 zwelch Exp $

inherit libtool

S="${WORKDIR}/${P}"
DESCRIPTION="The GLib library of C routines"
SRC_URI="ftp://ftp.gtk.org/pub/gtk/v1.2/${P}.tar.gz
ftp://ftp.gnome.org/pub/GNOME/stable/sources/glib/${P}.tar.gz";
HOMEPAGE="http://www.gtk.org/";
SLOT="1"
LICENSE="LGPL-2.1"
KEYWORDS="x86 ppc sparc alpha mips hppa arm"
DEPEND="virtual/glibc"

src_compile() {

   elibtoolize

   econf \
   --with-threads=posix \
   --enable-debug=yes || die
   if [ "${ARCH}" = "alpha" ] ; then
   emake CFLAGS="${C"${CFLAGS} -fPIC" || die
   else
   emake || die
   fi
}
src_install() {
   einstall || die
   ( cd ${D}/usr/lib ; chmod 755 libgmodule-1.2.so.* )

   dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS

   dohtml -r docscdimage portage #
cdimage portage # exit
Script done on Wed Mar 12 01:42:40 2003


_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] grub help (hda1=winxp, hda3=linux)

2003-03-06 Thread Jeremy Workman
I notice you said you tried "setup (hd0,0)". That would be the first
partition on the first hard drive (/dev/hda1). To install Grub into the
master boot record the command would be "setup (hd0)".

Hope this helps.


On Thu, 2003-03-06 at 13:04, Ajay Sharma wrote:
> hey everyone,
> 
> I just finished rebuilding my machine and I repartitioned my box so that 
> it looks like:
> 
> /dev/hda1 = windows xp (ntfs)
> /dev/hda2 = linux swap
> /dev/hda3 = gentoo (ext3)
> 
> no, I don't have a separate /boot partition.  Anyway, I followed the
> installation instructions (excellent btw!) and I'm having problems 
> getting grub to install on my MBR.  In the grub prompt, when I type in 
> "root(hd0,0)" it would come back with something like "unrecognized file 
> type".  After that it's pretty obvious that the "setup(hd0,0)" wasn't 
> going to work.  I then ran root(hd0,2) and that went over fine but now 
> when I boot up it goes right into windows xp and not the grub boot 
> loader because it's not installed on the MBR.
> 
> I'd appreciate any help.
> 
> Thanks,
> Ajay
> 
> 
> Satyajot (Ajay) Sharma 
> [EMAIL PROTECTED]
> 
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] newbie question not in the faq: what package supplies the command

2003-03-03 Thread Jeremy Schneider
ARGHH!  I am so sorry!  I was trying to find out how to get Hotmail to turn 
that off.  I have done that now.  Please forgive me.

Embarassed,
-Jeremy Schneider
From: Arker To: "Jeremy Schneider" , [EMAIL PROTECTED] Subject: Re: 
[gentoo-user] newbie question not in the faq: what package supplies the 
command Date: Tue, 4 Mar 2003 00:18:03 -0500

On March 3, 2003 11:10 pm, Jeremy Schneider wrote: >
Here's a newbie question that
> should be in the FAQ (or is, and I just can't read):
>

>
What package will supply the * command?
>

---snip---

May I politely suggest that you not send HTML encoded email to mailing 
lists?

I don't mean to offend.

Thanks. ~arker

--
[EMAIL PROTECTED] mailing list
_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] newbie question not in the faq: what package supplies the command

2003-03-03 Thread Jeremy Schneider

Thanks very much for your suggestions.  I suppose that's possible -- I haven't found a reference that maps the output from /etc/cpuinfo to the suggested CHOST and CFLAGS, and I feel kind of unclear on that.  I don't really know how names of processors, like "athlon", "celeron", "pentium", etc., correspond to the possible values for CHOST/CFLAGS.  Is there a definitive reference?  Speaking of that, why not just have there be an option for Gentoo to read /proc/cpuinfo and choose a reasonable CFLAGS value for it?
My last attempt failed the same way, after changing CFLAGS to "-march-k6-2 -pipe ".  Will I have to recompile everything with different CFLAGS and/or CHOST values?
Currently, from /etc/make.conf
USE="X gtk gnome -alsa"CHOST="i686-pc-linux-gnu"CFLAGS="-march=k6-2 -pipe "CXXFLAGS="${CFLAGS}"RSYNC_RETRIES="3"
dana etc # cat /proc/cpuinfoprocessor   : 0vendor_id   : AuthenticAMDcpu family  : 5model   : 8model name  : AMD-K6(tm) 3D processorstepping    : 12cpu MHz : 500.025cache size  : 64 KBfdiv_bug    : nohlt_bug : nof00f_bug    : nocoma_bug    : nofpu : yesfpu_exception   : yescpuid level : 1wp  : yesflags   : fpu vme de pse tsc msr mce cx8 pge mmx syscall 3dnow k6_mtrrbogomips    : 996.14
dana etc #

>From: Stijn Vander Maelen <[EMAIL PROTECTED]>
>CC: [EMAIL PROTECTED] 
>Subject: Re: [gentoo-user] newbie question not in the faq: what package supplies the command 
>Date: Tue, 4 Mar 2003 05:38:25 +0100 (CET) 
> 
> 
> 
> 
>On Tue, 4 Mar 2003, Jonathan Morton wrote: 
> 
> > >/usr/X11R6/bin/xmkmf: line 70: 30112 Illegal instruction imake 
> > 
> > Looks like you built using over-aggressive CFLAGS. 
> 
>or a cpu type that's not equal to what's in your computer 
> 
>regards, 
>stijn 
> 
> > 
> > -- 
> > -- 
> > from: Jonathan "Chromatix" Morton 
> > mail: [EMAIL PROTECTED] 
> > website: http://www.chromatix.uklinux.net/ 
> > tagline: The key to knowledge is not to rely on people to teach you it. 
> > 
> > -- 
> > [EMAIL PROTECTED] mailing list 
> > 
> > 
> 
>-- 
>[EMAIL PROTECTED] mailing list 
Add photos to your e-mail with MSN 8. Get 2 months FREE*.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] newbie question not in the faq: what package supplies the command

2003-03-03 Thread Jeremy Schneider

Thanks for the pointer.  Here is what I have (below).  What do you suggest I do to make my cflags more conservative?
 
dana etc # grep -i cflags make.conf# For optimal performance, enable a CFLAGS setting appropriate for your CPU#CFLAGS="-mcpu=athlon-xp -O3 -pipe"#CFLAGS="-march=pentium3 -O3 -pipe"CFLAGS="-march=k6-2 -O3 -pipe -fomit-frame-pointer"# If you set a CFLAGS above, then this line will set your default C++ flags to# the same settings. If you don't set CFLAGS above, then comment this line out.CXXFLAGS="${CFLAGS}"dana etc # grep -i cflags make.globalsCFLAGS="-O2 -mcpu=i686 -pipe"CXXFLAGS=${CFLAGS}dana etc # cat /proc/cpuinfoprocessor   : 0vendor_id   : AuthenticAMDcpu family  : 5model   : 8model name  : AMD-K6(tm) 3D processorstepping    : 12cpu MHz : 500.025cache size  : 64 KBfdiv_bug    : nohlt_bug : nof00f_bug    : nocoma_bug    : nofpu : yesfpu_exception   : yescpuid level : 1wp  : yesflags   : fpu vme de pse tsc msr mce cx8 pge mmx syscall 3dnow k6_mtrrbogomips    : 996.14
dana etc #

>From: Jonathan Morton <[EMAIL PROTECTED]>
>To: "Jeremy Schneider" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] 
>Subject: Re: [gentoo-user] newbie question not in the faq: what package supplies the command 
>Date: Tue, 4 Mar 2003 04:21:50 +0100 
> 
>>/usr/X11R6/bin/xmkmf: line 70: 30112 Illegal instruction imake 
> 
>Looks like you built using over-aggressive CFLAGS. 
> 
>-- 
>-- 
>from: Jonathan "Chromatix" Morton 
>mail: [EMAIL PROTECTED] 
>website: http://www.chromatix.uklinux.net/ 
>tagline: The key to knowledge is not to rely on people to teach you 
>it. 
> 
>-- 
>[EMAIL PROTECTED] mailing list 
Help STOP SPAM with the new MSN 8  and get 2 months FREE*

--
[EMAIL PROTECTED] mailing list



[gentoo-user] newbie question not in the faq: what package supplies the command

2003-03-03 Thread Jeremy Schneider
Here's a newbie question that should be in the FAQ (or is, and I just can't read):
 
What package will supply the * command?
 
The motivation for this question is that I was trying to do "emerge -u system", and groff is not compiling.  Part of the output from that command is this:
...
checking which system macro packages should be made available...checking for pnmcut... missingchecking for pnmcrop... missingchecking for pnmtopng... missingchecking for gs... missingchecking for psselect... missingconfigure: WARNING:
  Since one or more of the above five programs can't be found in the path,  the HTML backend of groff (grohtml) won't work properly.  Consequently,  no documentation in HTML format is built and installed.
configure: creating ./config.statusconfig.status: creating stamp-h
...
 
So I wanted to know what packages I should emerge in order for those programs to be present so that I wouldn't get that warning.  Is this the right thing to do?
 
In case this helps with my real problem, which is "why does 'emerge -u system' fail?", here is what else is reported:
 
...
make[1]: Leaving directory `/var/tmp/portage/groff-1.18.1-r1/work/groff-1.18.1'imake -DUseInstalled -I/usr/X11R6/lib/X11/config/usr/X11R6/bin/xmkmf: line 70: 30112 Illegal instruction imake $imake_defines $args
!!! ERROR: sys-apps/groff-1.18.1-r1 failed.!!! Function src_compile, Line 56, Exitcode 132!!! (no error message)
dana root # exitexit
Script done on Mon Mar  3 22:05:01 2003
 
 Tired of spam? Get advanced junk mail protection with MSN 8.

--
[EMAIL PROTECTED] mailing list



[gentoo-user] getting cygwin terminal type to be recognized by gentoo (?)

2003-02-27 Thread Jeremy Schneider
Hi, newbie issue here:

I rsh from a Cygwin bash shell window on a windows box to a Gentoo box.  The 
value of $TERM is "cygwin".  When I attempt to vi a file, I get, "cygwin: 
Unknown terminal type".

My googling (so sue me, Google(tm)) reveals that if I set my TERM variable 
to "linux", things work better.  For example, see 
http://www.cygwin.com/ml/cygwin/2000-06/msg00412.html.  The operative word 
here is "better".  It doesn't work quite right.  But a possibly more 
informative post (http://sources.redhat.com/ml/cygwin/2000-08/msg00781.html) 
talks about adding knowledge of the cygwin terminal type to the terminfo 
system.

But doesn't Gentoo use terminfo?  I see that there is a terminfo entry for 
the cygwin terminal in /usr/share/terminfo/c/cygwin.  But there is also a 
linux terminal definition in /usr/share/terminfo/l/linux.  Why is linux OK, 
but cygwin is not recognized?  As I looked more, I saw that there is a 
termcap entry for linux, but not for cygwin, so it seems like Gentoo is 
using termcap, not terminfo.  Is that right?  If so, why?

I located a termcap entry for cygwin 
(http://mail-index.netbsd.org/netbsd-bugs/2000/09/19/0001.html), and added 
that to /etc/termcap, and lo and behold, it works!  Yahoo!

What's going on here?  Isn't it better to use terminfo rather than termcap?  
How do I make it use terminfo?  Do I need to specify a USE variable and 
recompile?  If so, which one?

Thanks much for your patience and help.

-Jeremy



_
Protect your PC - get McAfee.com VirusScan Online  
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

--
[EMAIL PROTECTED] mailing list


[gentoo-user] 4.2.99.4 and windows key?

2003-02-13 Thread Jeremy Vinding
w/ xfree 4.2.1-r2, gnome 2.2 and metacity 2.4.34 i had 4 desktops, and
keyboard shortcuts so i could switch between them with the windows key
and numbers (win-1, win-2, etc)
after upgrading to xfree 4.2.99.4 they no longer work, and in the
keyboard shortcut config app, i cannot tell it to use the windows key...

any ideas how to get my shortcuts working again?

TIA,
jjv


--
[EMAIL PROTECTED] mailing list




[gentoo-user] KDE styles gone?

2003-01-30 Thread Jeremy Workman
Hello,

It seems all the KDE styles are missing after upgrade from qt-3.1.0-r1
to qt-3.1.0-r2. I'm wondering what happened, and how I can get them
back. Any suggestions would be appreciated.


--
[EMAIL PROTECTED] mailing list