Re: [gentoo-user] portage problems

2003-12-02 Thread Robert Cole
Thanks for the quick reply! It's probably my fault or I'm mis-reading 
something in your reply but my system is built with ACCEPT_KEYWORDS=~x86 
from the beginning. The masking notes say the ~ should be there. Is that not 
correct? It's late for me here so it's probably a goof on my part. :)

I don't think it makes a diff on the desktop I'm using but just in case I'm 
using KDE 3.2.0 beta1

Thanks again!
Robert

On Mon December 01 2003 10:53 pm, Allen Parker wrote:
 You should definitely file your own bug report. One of the caveats of
 running ~x86 is that sometimes things are just broken. I'd suggest a
 rebuild with ACCEPT_KEYWORDS=x86 instead as portage-2.0.49-r15 is
 working
 fine for me. If there are things that are masked
 unstable/experimental that you need, you can always emerge search package
 cd
 /usr/portage/package-base/package and then emerge
 package-version-revision.ebuild
 
 Carpaski, I cc'd you because you are of course the minor deity of all that
 is portage! I invoke thee, in the name of Gentoo, please bestow help upon
 this poor user and fix his portage!
 

  -Original Message-
  From: Robert Cole [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, December 02, 2003 1:35 AM
  To: [EMAIL PROTECTED]
  Subject: [gentoo-user] portage problems
  
  A while back while installing an app I got this error:
  
  ws1 root # emerge -p mplayer
  
  These are the packages that I would merge, in order:
  
  Calculating dependencies ...done!
  Traceback (most recent call last):
File /usr/bin/emerge, line 2200, in ?
  mydepgraph.display(mydepgraph.altlist())
File /usr/bin/emerge, line 1105, in display
  elif (not --emptytree in myopts) and portage.db[x[1]]
  [vartree].exists_specific_cat(x[2]):
File /usr/lib/portage/pym/portage.py, line 3480, in
  exists_specific_cat
  self.invalidentry(self.root+var/db/pkg/+a[0]+/+x)
  AttributeError: vartree instance has no attribute 'invalidentry'
  
  And I get it frequently now and sometimes can't install apps as in this
  case.
  
  I'm running
  ws1 root # emerge -V
  Portage 2.0.49-r18 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9,
  2.6.0-test10-mm1)
  
  I've searched and searched the forums and bug reports and tried several
  things
  like deleting the world file but nothing has helped.
  
  Is there something I'm missing here? :) Anyone have any idea how to fix
  this?
  
  Thanks!
  Robert
  
  ps. FYI, This is a newly built system from stage 1 using USE=pic and
  CFLAGS=-O3 -march=pentium4 -fomit-frame-pointer -funroll-loops -pipe
  and ACCEPT_KEYWORDS=~x86
  
  --
  [EMAIL PROTECTED] mailing list

 
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] portage problems

2003-12-02 Thread Marius Mauch
On 12/02/03  Allen Parker wrote:

 You should definitely file your own bug report. One of the caveats of
 running ~x86 is that sometimes things are just broken. I'd suggest a
 rebuild with ACCEPT_KEYWORDS=x86 instead as portage-2.0.49-r15 is
 working fine for me. If there are things that are masked
 unstable/experimental that you need, you can always emerge search
 package cd/usr/portage/package-base/package and then emerge
 package-version-revision.ebuild

This bug has nothing todo with ACCEPT_KEYWORDS.

 Carpaski, I cc'd you because you are of course the minor deity of all
 that is portage! I invoke thee, in the name of Gentoo, please bestow
 help upon this poor user and fix his portage!

He can fix it himself, check bug 31901 on http://bugs.gentoo.org

Marius

-- 
Public Key at http://www.genone.de/info/gpg-key.pub

In the beginning, there was nothing. And God said, 'Let there be
Light.' And there was still nothing, but you could see a bit better.


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] portage problems

2003-12-02 Thread Robert Cole
Thanks I looked it up. I did indeed find a lockfile so I tried re-emerging the 
add and I see that it fails to completely install:

making executable: /usr/lib/libsndfile.so.1.0.5
 Completed installing into /var/tmp/portage/libsndfile-1.0.5/image/

 Merging media-libs/libsndfile-1.0.5 to /
--- /usr/
--- /usr/share/
--- /usr/share/man/
--- /usr/share/man/man1/
 /usr/share/man/man1/sndfile-convert.1.gz
 /usr/share/man/man1/sndfile-info.1.gz
 /usr/share/man/man1/sndfile-play.1.gz
--- /usr/share/octave/
--- /usr/share/octave/site/
--- /usr/share/octave/site/m/
 /usr/share/octave/site/m/sndfile_load.m
 /usr/share/octave/site/m/sndfile_save.m
 /usr/share/octave/site/m/sndfile_play.m
--- /usr/share/doc/
--- /usr/share/doc/libsndfile-1.0.5/
 /usr/share/doc/libsndfile-1.0.5/AUTHORS.gz
 /usr/share/doc/libsndfile-1.0.5/COPYING.gz
 /usr/share/doc/libsndfile-1.0.5/INSTALL.gz
 /usr/share/doc/libsndfile-1.0.5/ChangeLog.gz
 /usr/share/doc/libsndfile-1.0.5/NEWS.gz
 /usr/share/doc/libsndfile-1.0.5/README.gz
 /usr/share/doc/libsndfile-1.0.5/TODO.gz
--- /usr/lib/
 /usr/lib/libsndfile.so.1.0.5
 /usr/lib/libsndfile.so.1 - libsndfile.so.1.0.5
 /usr/lib/libsndfile.so - libsndfile.so.1.0.5
 /usr/lib/libsndfile.la
 /usr/lib/libsndfile.a
--- /usr/lib/pkgconfig/
!!! Failed to 
move /var/tmp/portage/libsndfile-1.0.5/image/usr/lib/pkgconfig/sndfile.pc 
to /usr/lib/pkgconfig/sndfile.pc
!!! [Errno 13] Permission denied

Looking a bit further I found that the /usr/lib/pkgconfig directory had 644 
permissions. I changed it to 755 but to see (probably overkill, 744 probably 
would work too) and tried emerging libsndfile again and it worked!

I'm not sure where to direct this too I'm going to note the bug report you 
mention but it seems like it should really be addressed at where 
the /usr/lib/pkgconfig directory is first created and fix the permissions, 
right?

Thanks again!
Robert

On Mon December 01 2003 11:08 pm, Marius Mauch wrote:
 31901

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] about spam

2003-12-02 Thread Adrian Pirciu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

you have the IMAP choice for the see before you download thing.. 
POP3 also supports it if the server and the client support this 
feature..

On Tuesday 02 December 2003 03:36, Oliver Lange wrote:
 Hi Everybody,

 IMHO, the traditional (our currently used) email protocol
 is dead.

 I see many people investigate  research for methods how to
 filter spam mails, how to protect email accounts and about
 how much time people spend to keep that old rubbish email
 thing alive, instead of launching a new or extended protocol..

 Lets not kid ourselves: they start to embed fullscreen
 images in html mails. If this continues, the actual
 email protocol will fall. I'll soon ask my provider to
 delete every html mail sent to any of my accounts.

 A local email filter is no tool for me because it actually
 *downloads* everything before it can be checked.

 We need a system with optional per-account authorization,
 configured at the provider's server, and an email previewing
 client which only fetches address  subject from each new mail,
 then the user decides which of these really to download.
 Mails that have been fetched (but not downloaded within a week or
 so) are deleted from the provider's server. Point.



 --
 [EMAIL PROTECTED] mailing list

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

iD4DBQE/zEd4HMw8JJ+r9ucRAmHDAJjba2eHT3L+GWt4rA1aLBjZbBDPAKCTdhXI
ej5pERIoUlaKEv/byezovA==
=/eFk
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] razor problems

2003-12-02 Thread Helgi Örn Helgason
On 2003-12-01, Redeeman wrote:
 hi, i am trying to install razor, but i get the following problems:
 
[...]
 !!! ERROR: net-mail/razor-2.36-r1 failed.
 !!! Function perl-module_src_install, Line 78, Exitcode 2
 !!! (no error message)
  
 anyone know what the problem can be, and how to solve?
 
Hi!
I sent a message to the list yesterday asking a similar question, but
there hasn't been any reply yet. My error message was:

!!! Function perl-module_src_compile, Line 49, Exitcode 2

I don't know the answer but I hope we will get some responce.

Cheers,
/HÖ

-- 
/// Helgi Örn Helgason, Registered GNU/Linux User: #189958 \\\
\\\ ~~~ Gentoo 1.4 * Kernel 2.4.20 * KDE 3.1.4 ~~~ ///
--

How doth the VAX's C-compiler
Improve its object code.
And even as we speak does it
Increase the system load.

How patiently it seems to run
And spit out error flags,
While users, with frustration, all
Tear their clothes to rags.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] split a fat32 partition on my laptop.

2003-12-02 Thread Matthieu Amiguet
 I would suggest QtParted (a gui for parted, 
 http://qtparted.sourceforge.net/).  I've never used it, but it looks 
 like it should work with FAT32.
 
 As already mentioned, KNOPPIX would be helpful to get started since you 
 can boot from it and will have a full set of gnu/linux tools available. 
   QtParted (and hence parted) are included with the latest KNOPPIX.
 

I used QtParted from Knoppix to resize my 40Gb NTFS partition to something more 
sensible. Didn't try fat32, though. The only problem was that XP put some stuff 
(journaling files?) in the middle of the partition and I did not manage to move it, so 
I wasn't able to resize to something smaller than 18Gb.
Apart from that, I had no problem with this method.

Matthieu

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] about spam

2003-12-02 Thread Matthieu Amiguet
Perhaps Oliver should have a look at poppy (http://www.cnpbagwell.com/projects.html)

From the website:
 This simple Perl script will individually read the headers of messages on a POP3 or 
IMAP account and then prompt you to read, save, delete or reply to the message.  This 
works great for systems with limited resources, whether that's low disk space, slow 
mail connections, or no GUI's. You can selectively read your email directly from the 
mail server without having to download all the huge files waiting for you. Also allows 
you to selectively delete message from the server while saving others so that they can 
later be downloaded from another program and/or place (read and delete from work then 
download the important ones later from home).
[...]
Sample spamkill application included.  This small script will scan the headers of 
all your email and delete those that match certain tests.

I did not try spamkill, but the poppy application works well for me.

Matthieu

 
 you have the IMAP choice for the see before you download thing.. 
 POP3 also supports it if the server and the client support this 
 feature..
 
 On Tuesday 02 December 2003 03:36, Oliver Lange wrote:
  Hi Everybody,
 
  IMHO, the traditional (our currently used) email protocol
  is dead.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] split a fat32 partition on my laptop.

2003-12-02 Thread Helgi Örn Helgason
On 2003-12-01, Jonas Widarsson wrote:
 
[...]
 Haha
 I kinda felt gentoo users are mostly the kind that doesn't use windows 
 at all, and dual boot for the sake of windows is something rare among 
 this freedom loving crowd.
 
I must say that I have never seen as many Outlook/Outlook Express users
on any Linux users list as this one before, so I guess there are
some Gentoo users out there using Windows. Or perhaps it's the other way
round?

 I said before somewhere that I would toss windows out of the window if 
 it wasn't for all the games for windows, everyone else using IE and my 
 internet bank system doesn't support mozilla.
 
It's up to us users to *make* them change that. We managed to make
Föreningssparbanken change from IE + Netscape 4.* only to start
supporting Mozilla, Opera, Konqueror...

Cheers,
/HÖ

-- 
/// Helgi Örn Helgason, Registered GNU/Linux User: #189958 \\\
\\\ ~~~ Gentoo 1.4 * Kernel 2.4.20 * KDE 3.1.4 ~~~ ///
--

Violence stinks, no matter which end of it you're on.  But now and then
there's nothing left to do but hit the other person over the head with a
frying pan.  Sometimes people are just begging for that frypan, and if we
weaken for a moment and honor their request, we should regard it as
impulsive philanthropy, which we aren't in any position to afford, but
shouldn't regret it too loudly lest we spoil the purity of the deed.
-- Tom Robbins

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] spam after subscribing to gentoo-user

2003-12-02 Thread Helgi Örn Helgason
On 2003-12-01, Redeeman wrote:
 i thought about make an account for mailinglists too, but i didnt do it,
 sadly :(
 
 On Mon, 2003-12-01 at 22:27, SN wrote:
  Yeah I have about 8 email accounts: work-related, private and so on, but
  this one really gets spammed heavily.I'm just happy, that I setup a mail
  adress only for the gentoo mailinglist, so I don't depend on this adress.
  I almost don't see any spam in those other accounts although I've been using
  them for years.I also think, that the freemail provider lycos sucks
  because he lets all thos spam viri to me.
  
Perhaps some of you should RTFM before starting to use an email list.

Fact is: as soon as you expose your email address on a public email list it
WILL be used by spammers, the Gentoo list is no exception.

Some clear signs of a mailinglist newbie:
* Top mailing.
* Never tidying up a RE: message.
* Lot of OT stuff.

Cheers,
/HÖ


-- 
/// Helgi Örn Helgason, Registered GNU/Linux User: #189958 \\\
\\\ ~~~ Gentoo 1.4 * Kernel 2.4.20 * KDE 3.1.4 ~~~ ///


--
[EMAIL PROTECTED] mailing list



[gentoo-user] CUPS (print to file)

2003-12-02 Thread Epifanov Alexander
Hello,

Is it possible to have a printer in CUPS,
And all documents, sended to this printer, save in file (for example postscript).

Thanks.

-- 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] CUPS (print to file)

2003-12-02 Thread Peter Eis
Epifanov Alexander wrote:

Hello,

Is it possible to have a printer in CUPS,
And all documents, sended to this printer, save in file (for example postscript).
 

net-print/cups-pdf - creates PDF files

HTH,
Peter
Thanks.

 



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] timidity++ and oss

2003-12-02 Thread Matthieu Amiguet
A short answer to my own post. This is bug 29522 or bug 11232.
Sorry.

Matthieu

 I'm still trying to make timidity play directly to my i810_audio driver soundcard.
 
 # emerge -pv timidity++ 
 gives me flags
 -nas -esd +motif +X +gtk -oggvorbis +tcltk +slang -alsa
 
 And then timidity -Od somefile.mid complains about Playmode `d' is not compiled 
 in. Adding +oss to my flags does not change anything.
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] CUPS (print to file)

2003-12-02 Thread Peter Eis
Peter Eis wrote:

Epifanov Alexander wrote:

Hello,

Is it possible to have a printer in CUPS,
And all documents, sended to this printer, save in file (for example 
postscript).
 

net-print/cups-pdf - creates PDF files
you could also create your own cups-backend to capture the spoolfile and 
the hand it over to some script (see attachment)

HTH,
Peter
Thanks.

 



--
[EMAIL PROTECTED] mailing list



cups.fileprint.tgz
Description: application/gzip-compressed
--
[EMAIL PROTECTED] mailing list

Re: [gentoo-user] spam after subscribing to gentoo-user

2003-12-02 Thread Matthias F. Brandstetter
-- quoting Helgi Örn Helgason --
 Some clear signs of a mailinglist newbie:
 * Top mailing.
 * Never tidying up a RE: message.
 * Lot of OT stuff.

And? You got born as a mailinglist expert super pro?

Sorry, this isn't ment as offensive as it might look, but I don't like this 
anti-newbie posts.

I can remember the times when I started reading and posting to technical 
mailinglists and newsgroups some years ago, and it was a pain in the a** 
for me, especially the newsgroups. One wrong post and 1.000 answers with 
man this and man that and learn to quote and things like hey n00b, 
ask google for such silly questions! ... all, because I asked my 
questions in a wrong manner. But: where should I have learned it, if not 
on the list itself?

Again, sorry if my first line was to rude, but I really can feel with those 
always-unlucky mailinglist newbies...

Greets, Matthias

-- 
It could be one of these chemicals here that makes him so smart.  Lisa,
maybe you should try some of this.

-- Homer Simpson
   Bart the Genius


--
[EMAIL PROTECTED] mailing list



[gentoo-user] using mirrorselect -i

2003-12-02 Thread Ben Anderson
Hi,
ok, so I've emerged mirroselect and typed mirrorselect -i.  I get a list of 
mirrors to choose from and pinged them to find the fastest.  Now I want to 
select certain ones and I'll be darned if I can't figure out how to select.  
Am I really this dumb of a user or is there a trick?
Thanks,
Ben

_
From the hottest toys to tips on keeping fit this winter, you’ll find a 
range of helpful holiday info here.  
http://special.msn.com/network/happyholidays.armx

--
[EMAIL PROTECTED] mailing list


[gentoo-user] Creating mysql tables type=innodb

2003-12-02 Thread Chris Carter
Hi,

This may seem a little off-topic but I can't seem to get my hands round
this.

I emerged mysql 4.0.14 with USE=innodb in my make.conf; which built just
fine. 

I created a database and added some tables using type=innodb and started
working with them just fine. Yesterday morning I noticed the tables were
recognised as MyISAM. I tried to change them (eg: alter table aliases
type=innodb;) and my alter queries run perfectly (no errors) however the
tables still are 'MyISAM'. 

I've even re-emerged mysql (and seen the innodb stuff get included) but
to no avail. The documentation available on the mysql website does not
express any special requirements other than 4.x version. What am I
missing?

Cheers!
Chris


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: reiser, fsck

2003-12-02 Thread sf
Jonathan Stickel wrote:
...
OK, ext3 doesn't need a full-blown fsck every boot either.  I'm asking 
specifically how to do a one-time full-blown fsck of reiser during a 
boot.  Sorry if I wasn't completely clear.
emerge sys-fs/reiserfsprogs
man reiserfsck
Regards,
Stephan


--
[EMAIL PROTECTED] mailing list


[gentoo-user] emerge OpenOffice.org fails

2003-12-02 Thread s
Hi all.

emerge openoffice.org fails with the following message:

ERROR: Error 65280 occurred while making /var/tmp/portage/
openoffice-1.1.0-r2/work/oo_1.1_src/basctl/source/basicide

!!! ERROR: app-office/openoffice-1.1.0-r2 failed.
!!! Function src_compile, Line 471, Exitcode 1
!!! Build failed!


anyone have any ideas how I might get this app installed?  I saw the 
warning about cflags, but mine are conservative.

tia,
-srlinuxx


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: CHOST=i?86-pc-linux-gnu

2003-12-02 Thread sf
Nicholas wrote:
Hi,

I'm trying to install Gentoo on an AMD K6-III system -- successfully -- until 
I noticed that the ebuild for xine-lib-0.9.13-r3 had changed my -march=k6-3 
to i686 and libpng changed it to i586.

I understand why this is done, but I thought that a k6-III was equivalent to 
i586, and built my system (from stage 1) with CHOST=i586-pc-linux-gnu.

I know I can't use CHOST=k6-3-pc-linux-gnu (at least in part because the 
extra '-' confuses the parsing) because I've tried on my Mandrake 9.1 :-) but 
should I use the default CHOST=i686-pc-linux-gnu instead?
i586-pc-linux-gnu and -march=k6-3 are correct. -march=i686 is incorrect 
and should be -march=i586.

Regards,
Stephan


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] emerge OpenOffice.org fails

2003-12-02 Thread Matthias F. Brandstetter
-- quoting s --
 anyone have any ideas how I might get this app installed?  I saw the
 warning about cflags, but mine are conservative.

Sorry, I can't help you with this, but have you tried searching on 
bugs.gentoo.org? Enter an ALL openoffice -- there are tons of bugs, 
maybe yours is listed there too.

HTH! Greetings, Matthias

-- 
Homer:  I'm sorry, Marge, but sometimes I think we're the worst family in
town.

Marge:  Maybe we should move to a larger community.

   There's No Disgrace Like Home


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] spam after subscribing to gentoo-user

2003-12-02 Thread Helgi Örn Helgason
On 2003-12-02, Matthias F. Brandstetter wrote:
 
 -- quoting Helgi Örn Helgason --
  Some clear signs of a mailinglist newbie:
  * Top mailing.
  * Never tidying up a RE: message.
  * Lot of OT stuff.
 And? You got born as a mailinglist expert super pro?
 
No, absolutely not. I learned from people who wrote similar things as
I did now.

 Sorry, this isn't ment as offensive as it might look, but I don't like this 
 anti-newbie posts.
 
No offence, I did expect this kind of responce but I took the risk.

 I can remember the times when I started reading and posting to technical 
 mailinglists and newsgroups some years ago, and it was a pain in the a** 
 for me, especially the newsgroups. One wrong post and 1.000 answers with 
 man this and man that and learn to quote and things like hey n00b, 
 ask google for such silly questions! ... all, because I asked my 
 questions in a wrong manner. But: where should I have learned it, if not 
 on the list itself?
 
 Again, sorry if my first line was to rude, but I really can feel with those 
 always-unlucky mailinglist newbies...
 
No, I am sorry, i know I was not being polite. After a few weeks reading
this list I got kind of frustrated by all these top-postings, they make
me dizzy and confused...:o|

Cheers,
/HÖ

-- 
/// Helgi Örn Helgason, Registered GNU/Linux User: #189958 \\\
\\\ ~~~ Gentoo 1.4 * Kernel 2.4.20 * KDE 3.1.4 ~~~ ///
--

It is surely a great calamity for a human being to have no obsessions.
- Robert Bly

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] A good PCI modem that will work with Gentoo or Linux

2003-12-02 Thread Norbert Kamenicky
Christopher Lyon wrote:

Can anybody recommend a good PCI internal modem that will work with
Gentoo? I have found a couple of links out, idir.net/~. and they all
seem to have outdated information. Any help would be appreciated.
 

I use very cheap ( 20EUR) HW PCI modem with Lucet chipset,
which is produced in lot of companies in China.
You can identify it by these chip numbers:
   agere 1648C
   AGERE 1034
If one of them is missing it's not HW, but SW modem.
Installation is absolutely simple, just emerge ltmodem.
Worx great.
noro



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] spam after subscribing to gentoo-user

2003-12-02 Thread Matthias F. Brandstetter
-- quoting Helgi Örn Helgason --
 No, I am sorry, i know I was not being polite. After a few weeks reading
 this list I got kind of frustrated by all these top-postings, they make
 me dizzy and confused...:o|

I am on your side, I don't like them either. And I also think that one has 
to tell those newbies that there are things like a netiquette and some 
rules for posting to a technical mailinglist. But you also should only say 
that in a way you would want to hear for yourself IMHO...

Greetings, Matthias

-- 
Homer:  No TV and No Beer Make Homer ... something something.

Marge:  Go crazy?

Homer:  Don't mind if I do!

   Treehouse of Horror V


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge OpenOffice.org fails

2003-12-02 Thread Stefan Hildebrandt
On Die, 2003-12-02 at 12:38, s wrote:
 Hi all.
 
 emerge openoffice.org fails with the following message:
 
 ERROR: Error 65280 occurred while making /var/tmp/portage/
 openoffice-1.1.0-r2/work/oo_1.1_src/basctl/source/basicide
 
 !!! ERROR: app-office/openoffice-1.1.0-r2 failed.
 !!! Function src_compile, Line 471, Exitcode 1
 !!! Build failed!
 

Have you enough tmp space? you need more then 2.5 or 3 gb free in /var/tmp




signature.asc
Description: This is a digitally signed message part


Re[2]: [gentoo-user] spam after subscribing to gentoo-user

2003-12-02 Thread Alexander Williams
Tuesday, December 2, 2003, 6:11:45 AM, Matthias wrote:

MFB questions  in a wrong manner. But: where should I have learned it, if
MFB not on the list itself?

  Well, in the old days, we used to learn by actually reading the ML for a
  while  before  posting  to  it and seeing how the folks who did the most
  good  posted  and  held themselves, and then emulated them. Sadly, those
  were  the days of yore, before the Endless September, when even Kibology
  could  still  be seen running rampant and free. Ah, the olden days, when
  learning through observation was still at play in the world.

  ObGentoo:  Its  really,  really easy to pull up and configure one of the
  innumerable  Bayesian  mail  filtering  systems on your server. Actually
  doing  it is left as an excercise for the reader, but they certainly are
  effective buggers.

-- 
Alexander Williams ([EMAIL PROTECTED])

  You are a devil! she sobbed.
  Not I! he laughed. I was born on this planet long ago. Once, I was
a common man, nor have I lost all human attributes in the numberless
aeons of my adeptship. A human steeped in the dark arts is greater
than a devil.
-- RE Howard, The People of the Black Circle


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge OpenOffice.org fails

2003-12-02 Thread brett holcomb
Did you set up java using java-config?

Also - what is conservative for the flags?  I used -O3 or 
-O2 with no additional junk.

On Tue, 2 Dec 2003 05:38:25 -0600
 s [EMAIL PROTECTED] wrote:
Hi all.

emerge openoffice.org fails with the following message:

ERROR: Error 65280 occurred while making 
/var/tmp/portage/
openoffice-1.1.0-r2/work/oo_1.1_src/basctl/source/basicide

!!! ERROR: app-office/openoffice-1.1.0-r2 failed.
!!! Function src_compile, Line 471, Exitcode 1
!!! Build failed!
anyone have any ideas how I might get this app installed? 
I saw the 
warning about cflags, but mine are conservative.

tia,
-srlinuxx
--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] split a fat32 partition on my laptop.

2003-12-02 Thread Collins Richey
On Tue, 2 Dec 2003 09:43:35 +0100 Matthieu Amiguet [EMAIL PROTECTED]
wrote:

  I would suggest QtParted (a gui for parted, 
  http://qtparted.sourceforge.net/).  I've never used it, but it looks 
  like it should work with FAT32.
  
  As already mentioned, KNOPPIX would be helpful to get started since you 
  can boot from it and will have a full set of gnu/linux tools available. 
QtParted (and hence parted) are included with the latest KNOPPIX.
  
 
 I used QtParted from Knoppix to resize my 40Gb NTFS partition to something
 more sensible. Didn't try fat32, though. The only problem was that XP put some
 stuff (journaling files?) in the middle of the partition and I did not manage
 to move it, so I wasn't able to resize to something smaller than 18Gb. Apart
 from that, I had no problem with this method.
 

There are a fair number of references to this XP behavior at linux-laptop.net. 
The recommended cure is to use XP to remove the swap file, defrag, checkdisk,
resize the partition, fdisk to reset the partition table, then you can readd the
swap file with XP.


-- 
Collins Richey - Denver Area
if you fill your heart with regrets of yesterday and the 
worries of tomorrow, you have no today to be thankful for.



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] portage problems

2003-12-02 Thread Collins Richey
On Mon, 1 Dec 2003 23:02:34 -0800 Robert Cole [EMAIL PROTECTED]
wrote:

 Thanks for the quick reply! It's probably my fault or I'm mis-reading 
 something in your reply but my system is built with ACCEPT_KEYWORDS=~x86 
 from the beginning. The masking notes say the ~ should be there. Is that not 
 correct? It's late for me here so it's probably a goof on my part. :)
 

You should only do this if you want the bleeding edge variant of packages.  The
stable variant (what many of us prefer to use) is selected by not coding the
above keyword.  Many report good results with ~x86, but YMMV.  Packages selected
via ~x86 may not have undergone any (or sufficient) testing before being made
available.  As you can see, some of the ~x86 packages may be just plain broken.

One cure for this would be to remove the ~x86 option, then 'emerge -p world.' 
You should get '-D' (downgrade) indications for any package where a
higher version non-stable package has been emerged.  You can then
evaluate whether to let the downgrade take place.

As the old saying goes: you pays you money, you takes you chances.  If you like
living on the edge, do nothing, but expect to encounter the occasional broken
(or fatally flawed)  package

-- 
Collins Richey - Denver Area
if you fill your heart with regrets of yesterday and the 
worries of tomorrow, you have no today to be thankful for.



--
[EMAIL PROTECTED] mailing list



Re: Re[2]: [gentoo-user] spam after subscribing to gentoo-user

2003-12-02 Thread Spider
begin  quote
On Tue, 2 Dec 2003 07:18:46 -0500
Alexander Williams [EMAIL PROTECTED] wrote:

 Tuesday, December 2, 2003, 6:11:45 AM, Matthias wrote:
 
   ObGentoo:  Its  really,  really easy to pull up and configure one of
   the innumerable  Bayesian  mail  filtering  systems on your server.
   Actually doing  it is left as an excercise for the reader, but they
   certainly are effective buggers.

humm ho humm.. Can we configure it to mark all topposters?  *blink*


ObSeptember:  I doubt it will ever become better again. Perhaps more
secluded groups will reappear, but it won't ever become
better. Just more accessible.

//Spider




-- 
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end


pgp0.pgp
Description: PGP signature


[gentoo-user] [postfix] Mails to root@ are sent to nobody@

2003-12-02 Thread Thomas Preissler
Hello folks,

I recently merged postfix-2.0.11.

Now I am missing mails, which are sent to root and via .procmailrc
they are resent to my local user-account. This was working properly
with sendmail. I can't use an alias root-user, because some mails
*must* be sent to root...

Now I determined, that mails to root never arrive in that mbox, they
are sent to [EMAIL PROTECTED] The .procmailrc from root is never executed.

I did not configure postfix very much. For my user account all is
working properly. My mails are rewrited with [EMAIL PROTECTED], that's
working fine ;-)) and I use SMTPAUTH on GMX, fine.

So, where must I skrew up my postfix configuration, that the user
root can get the mails again? I've already search postfix.org, but
it seems, that that problem has never existed...

[/var/log/mail/current]
Dec  2 15:13:49 [postfix/pickup] 3FDC7DCE2D: uid=0 from=root
Dec  2 15:13:49 [postfix/cleanup] 3FDC7DCE2D: message-id=[EMAIL PROTECTED]
Dec  2 15:13:49 [postfix/qmgr] 3FDC7DCE2D: from=[EMAIL PROTECTED], size=294, nrcpt=1 
(queue active)
Dec  2 15:13:49 [postfix/local] 3FDC7DCE2D: to=[EMAIL PROTECTED], orig_to=[EMAIL 
PROTECTED], relay=local, delay=0, stat us=sent (|/usr/bin/procmail)

I tested it with rewriting the user root to [EMAIL PROTECTED], too.
But - it did not help. my /root/.procmailrc should write a logfile -
but that never happens.

Any ideas, please?


Greets,
Tom

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Back OT: Prince of Persia commercial

2003-12-02 Thread Spider
begin  quote
On Mon, 01 Dec 2003 23:40:24 -0600
Andrew Gaffney [EMAIL PROTECTED] wrote:

 I'm sure that most of you who own a TV in the US have seen one of the
 many commercials for  the new game 'Prince of Persia: Sands of Time'.
SNIP 

Okay, bringing this back On Topic,  i'm not sure how many of you played
the original, but I know it made a nice impression on me when I was in
the age of such games. (that and the much later RayMan ;)  And now I'm
rummaging around for some quality-braindeath (No, end user support
doesn't cut it.) and wonder:

Can anyone mention a clone, or an emulator/VM setup that can play said
old game?
( nope, the ps/2 that I ran it on originally is dead )


//Spider

-- 
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Back OT: Prince of Persia commercial

2003-12-02 Thread Matthias F. Brandstetter
-- quoting Spider --
 Okay, bringing this back On Topic,  i'm not sure how many of you played
 the original, but I know it made a nice impression on me when I was in
 the age of such games. (that and the much later RayMan ;)  And now I'm
 rummaging around for some quality-braindeath (No, end user support
 doesn't cut it.) and wonder:

 Can anyone mention a clone, or an emulator/VM setup that can play said
 old game?

Yeah, I know what you mean ... I loved this game too, but always had my 
problems with this one-hour limit ;)

I wonder, wouldn't it be possible to play it on a dos emulator for Linux? 
Never tried it though, but it may be possbile. Or does anybody knows how 
to play it? Would be interested in that as well...

Greetings, Matthias

-- 
He gets it from your side of the family, you know.  No monsters on my
side.

-- Homer Simpson
   Treehouse of Horror II


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] split a fat32 partition on my laptop.

2003-12-02 Thread Norberto Bensa
Mark Knecht wrote:
 but I got some really ugly messages in
 the xterm I started to run it, so I wasn't sure if I should go any
 further just yet.

Yep. You can. I've resized many FAT{,32} partitions from my customers and 
friends. I can't remember for sure, but I think I did a NTFS resize too.

Regards,
Norberto




pgp0.pgp
Description: signature


[gentoo-user] tbz2 structure

2003-12-02 Thread Adrian Pirciu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I know that the tbz2 packages contain some metadata besides the files. 
where can I find the structure ? (google'ing didn't help me :( ) What 
other data can I find there ? dependencies ? use flags ? How can I 
extract the metadata ?

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

iD8DBQE/zKUGHMw8JJ+r9ucRAhasAKCXDXNJnx0EFlqhP4zXH2424qGmsgCgmrBY
OMjupzb1WTwvMtBn9NG+EJg=
=eM+T
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] tbz2 structure

2003-12-02 Thread Spider
begin  quote
On Tue, 2 Dec 2003 16:43:18 +0200
Adrian Pirciu [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 I know that the tbz2 packages contain some metadata besides the files.
 
 where can I find the structure ? (google'ing didn't help me :( ) What 
 other data can I find there ? dependencies ? use flags ? How can I 
 extract the metadata ?


Try portage,  python code.

I usually just use tail.. its plaintext attachment at the end.

//Spider

-- 
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] way way OT: Prince of Persia commercial

2003-12-02 Thread Andrew Gaffney
Thomas Achtemichuk wrote:
It actually says his name at the bottom of the screen at the end of the  
commercial: Peter Gabriel.. oh wait that is in the Uru ad you had me  
wodering there for a second. /me googles... Ah:
I've only seen the particular commercial where it says the name once.

To extend and enhance the immersive, atmospheric experience of Prince  
of Persia: The Sands of Time, Ubi Soft has teamed with legendary  
musicians Jason Bentley and DJ Melo-D, who are creating an original  
song - inspired by the universe and gameplay - that will be used in  
commercials and trailers for the game.
Do you know what the name of the song is?

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


RE: [gentoo-user] Back OT: Prince of Persia commercial

2003-12-02 Thread Van Eps, Nathan D. (James Tower)
There is a DOS version of Prince of Persia you can download!

-Original Message-
From: Spider [mailto:[EMAIL PROTECTED]

begin  quote
On Mon, 01 Dec 2003 23:40:24 -0600
Andrew Gaffney [EMAIL PROTECTED] wrote:

 I'm sure that most of you who own a TV in the US have seen one of the
 many commercials for  the new game 'Prince of Persia: Sands of Time'.
SNIP 

Okay, bringing this back On Topic,  i'm not sure how many of you played
the original, but I know it made a nice impression on me when I was in
the age of such games. (that and the much later RayMan ;)  And now I'm
rummaging around for some quality-braindeath (No, end user support
doesn't cut it.) and wonder:

Can anyone mention a clone, or an emulator/VM setup that can play said
old game?
( nope, the ps/2 that I ran it on originally is dead )

--
[EMAIL PROTECTED] mailing list



Re: Re[2]: [gentoo-user] spam after subscribing to gentoo-user

2003-12-02 Thread William Kenworthy
Better yet, make it configurable so us top posters can bin the bottom
posters as well!

Bottom posters, especially those that that fail to trim there posts are
a real pain in many modern mail readers ...

:)

BillK

On Tue, 2003-12-02 at 22:14, Spider wrote:
 begin  quote
 On Tue, 2 Dec 2003 07:18:46 -0500
 Alexander Williams [EMAIL PROTECTED] wrote:
 
  Tuesday, December 2, 2003, 6:11:45 AM, Matthias wrote:
  
ObGentoo:  Its  really,  really easy to pull up and configure one of
the innumerable  Bayesian  mail  filtering  systems on your server.
Actually doing  it is left as an excercise for the reader, but they
certainly are effective buggers.
 
 humm ho humm.. Can we configure it to mark all topposters?  *blink*
 
 
   ObSeptember:  I doubt it will ever become better again. Perhaps more
   secluded groups will reappear, but it won't ever become
   better. Just more accessible.
 
 //Spider
 
-- 
William Kenworthy [EMAIL PROTECTED]


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Back OT: Prince of Persia commercial

2003-12-02 Thread Spider
begin  quote
On Tue, 2 Dec 2003 09:19:41 -0600 
Van Eps, Nathan D. (James Tower) [EMAIL PROTECTED] wrote:


 
 Can anyone mention a clone, or an emulator/VM setup that can play said
 old game?
 ( nope, the ps/2 that I ran it on originally is dead )



 There is a DOS version of Prince of Persia you can download!

Not that helpful actually, as I'm also asking for the emulator/VM setup
necessary to make it work. (had you told me that freedos disk under
xdosemu with theese settings work, I would have been immensly helped,
but as it is I don't really have the time to mess about with it to
relive old memories, so I'm afraid I'm not very helped of it.BTW, I
dont own a machine that runs DOS anymore. : )





-- 
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end


pgp0.pgp
Description: PGP signature


[gentoo-user] terragen on linux?

2003-12-02 Thread Matthias F. Brandstetter
Hi all,

there are still some moments when I miss my old dual-boot setup (win2k 
kicked after a virus). This time, I restarted my attempt to bring terragen 
to life under Linux, unfortunately with no luck so far.

I tried with wine, but it seems this is an unlucky plan. I don't want to 
use VMWare because of performance issues.

Does anybody has an idea what I could do to run terragen natively under 
Linux? I can't imagine that there is no alternative to it for the Linux 
world. I only know of terraform+povray, but this combinations is - sorry - 
a joke if you compare the results (you can create pics with terragen, 
which indeed look like real photographs, terraform has no chance to beat 
that).

Hope somebody has an idea for me...
Greetings, Matthias

-- 
Just squeeze your rage into a bitter little ball and release it at an
appropriate time.  Like that day I hit that referee with a whiskey 
bottle.  'Member that?

-- Homer Simpson
   Whacking Day


--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] portage problems

2003-12-02 Thread MARTINSON, GREGORY
I have the same problem with use=~x86 I even reported this as a bug.
But I went ahead and continued on.  
-Gregg 

-=-=-=-=-=
Why am I in a handbasket and where am I headed?
Gregg Martinson, RAHS Media


-Original Message-
From: Jason Stubbs [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 02, 2003 9:57 AM
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] portage problems

On Tuesday 02 December 2003 22:59, Collins Richey wrote:
 On Mon, 1 Dec 2003 23:02:34 -0800 Robert Cole wrote:
  my system is built with ACCEPT_KEYWORDS=~x86 from the beginning.
The 
  masking notes say the ~ should be there. Is that not correct? It's
late 
  for me here so it's probably a goof on my part. :) 

 You should only do this if you want the bleeding edge variant of
packages. 

 One cure for this would be to remove the ~x86 option, then 'emerge -p
 world.' You should get '-D' (downgrade) indications for any package
where a
 higher version non-stable package has been emerged.  You can then
 evaluate whether to let the downgrade take place.

I would not suggest downgrading any system packages. To be sure you
should 
probably not downgrade any packages unless they are causing you trouble.
I 
once tried going from ~x86 to x86 and it was harder than finding bugs in

somebody else's undocumented source code written in a language that I
don't 
know.

If you choose to go back to ~x86, I would suggest migrating slowly by
using 
the -D option to emerge whenever you do an actual upgrade. Doing it that
way, 
most packages will be back to x86 after about a month and you wont get
any 
(or very little) breakage.

Jason

--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] spam after subscribing to gentoo-user

2003-12-02 Thread Redeeman
On Tue, 2003-12-02 at 13:10, Matthias F. Brandstetter wrote:
 -- quoting Helgi Örn Helgason --
  No, I am sorry, i know I was not being polite. After a few weeks reading
  this list I got kind of frustrated by all these top-postings, they make
  me dizzy and confused...:o|
 
 I am on your side, I don't like them either. And I also think that one has 
 to tell those newbies that there are things like a netiquette and some 
 rules for posting to a technical mailinglist. But you also should only say 
 that in a way you would want to hear for yourself IMHO...
 
just to do as you do, :) but i like to write stuff in the top of the
email!

 Greetings, Matthias
-- 
Regards, Redeeman
()  ascii ribbon campaign - against html e-mail 
/\- against microsoft attachments



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] spam after subscribing to gentoo-user

2003-12-02 Thread Redeeman
On Tue, 2003-12-02 at 17:12, Redeeman wrote:
 On Tue, 2003-12-02 at 13:10, Matthias F. Brandstetter wrote:
  -- quoting Helgi Örn Helgason --
   No, I am sorry, i know I was not being polite. After a few weeks reading
   this list I got kind of frustrated by all these top-postings, they make
   me dizzy and confused...:o|
  
  I am on your side, I don't like them either. And I also think that one has 
  to tell those newbies that there are things like a netiquette and some 
  rules for posting to a technical mailinglist. But you also should only say 
  that in a way you would want to hear for yourself IMHO...
  
 just to do as you do, :) but i like to write stuff in the top of the
 email!
 
whoops, replied on the wrong post, sorry dude

  Greetings, Matthias
-- 
Regards, Redeeman
()  ascii ribbon campaign - against html e-mail 
/\- against microsoft attachments



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] spam after subscribing to gentoo-user

2003-12-02 Thread Matthias F. Brandstetter
-- quoting Redeeman --
 just to do as you do, :) but i like to write stuff in the top of the
 email!

then do so ... I think no one will ever shoot you because of top quotes ;)

-- 
Why did this have to happen now, during prime time, when TV's
brightest stars come out to shine?

-- Homer Simpson
   Brother Can You Spare Two Dimes?


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Alsamixer will not work.....

2003-12-02 Thread Steve
On Mon, 2003-12-01 at 20:09, Steve wrote:
 When I run alsamixer ( as root or a normal user) I get this:
=20
 Illegal Instruction.
Did you compile that from source? If so, what is your -arch set to? What
kind of CPU is your machine?
Keith Dart
mailto:[EMAIL PROTECTED]
http://www.kdart.com/
It's a part of alsa-utils or alsa-tools I think.

CFLAGS=-march=pentium2 -Os -mmmx -msse -fomit-frame-pointer -pipe
CHOST=i686-pc-linux-gnu
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] spam after subscribing to gentoo-user

2003-12-02 Thread Collins Richey
On Tue, 2 Dec 2003 13:10:49 +0100 Matthias F. Brandstetter [EMAIL PROTECTED]
wrote:

 -- quoting Helgi Örn Helgason --
  No, I am sorry, i know I was not being polite. After a few weeks reading
  this list I got kind of frustrated by all these top-postings, they make
  me dizzy and confused...:o|
 
 I am on your side, I don't like them either. And I also think that one has 
 to tell those newbies that there are things like a netiquette and some 
 rules for posting to a technical mailinglist. But you also should only say 
 that in a way you would want to hear for yourself IMHO...
 

Unfortunately it's not just newbies or Outlook-challenged posters who do top
postings.  There are confirmed top-posters (disgusting as this may be) on every
list who are well aware of what they are doing and who could care less about
netiquette.

IMO, the proper way to handle this would be to include a brief section (not a
lengthy harangue) in the mail list FAQ (3. Gentoo Linux Mailing List Mini-FAQ)
and to add a pointer to the FAQ in the welcome and confirmation messages
generated by ezmlm/idx when a new user subscribes.

Even that action won't get through to the top-posters who don't and
won't ever practice netiquette.

-- 
Collins Richey - Denver Area
if you fill your heart with regrets of yesterday and the 
worries of tomorrow, you have no today to be thankful for.



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] using mirrorselect -i

2003-12-02 Thread Collins Richey
On Tue, 02 Dec 2003 06:19:51 -0500 Ben Anderson
[EMAIL PROTECTED] wrote:

 Hi,
 ok, so I've emerged mirroselect and typed mirrorselect -i.  I get a list of 
 mirrors to choose from and pinged them to find the fastest.  Now I want to 
 select certain ones and I'll be darned if I can't figure out how to select.  
 Am I really this dumb of a user or is there a trick?
 Thanks,
 

Start by running as root 'mirrorselect ?' to get the list of supported switches,
i.e.

...
-i  : Interactive Mode, this will present a list
  to make it possible to select mirrors
  you wish to use.
...

HTH.
-- 
Collins Richey - Denver Area
if you fill your heart with regrets of yesterday and the 
worries of tomorrow, you have no today to be thankful for.



--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] spam after subscribing to gentoo-user

2003-12-02 Thread Allen Parker


 -Original Message-
 From: Collins Richey [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, December 02, 2003 11:54 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [gentoo-user] spam after subscribing to gentoo-user
 
 On Tue, 2 Dec 2003 13:10:49 +0100 Matthias F. Brandstetter
 [EMAIL PROTECTED]
 wrote:
 
  -- quoting Helgi Örn Helgason --
   No, I am sorry, i know I was not being polite. After a few weeks
 reading
   this list I got kind of frustrated by all these top-postings, they
 make
   me dizzy and confused...:o|
 
  I am on your side, I don't like them either. And I also think that one
 has
  to tell those newbies that there are things like a netiquette and some
  rules for posting to a technical mailinglist. But you also should only
 say
  that in a way you would want to hear for yourself IMHO...
 
 
 Unfortunately it's not just newbies or Outlook-challenged posters who do
 top
 postings.  There are confirmed top-posters (disgusting as this may be) on
 every
 list who are well aware of what they are doing and who could care less
 about
 netiquette.
 
 IMO, the proper way to handle this would be to include a brief section
 (not a
 lengthy harangue) in the mail list FAQ (3. Gentoo Linux Mailing List Mini-
 FAQ)
 and to add a pointer to the FAQ in the welcome and confirmation messages
 generated by ezmlm/idx when a new user subscribes.
 
 Even that action won't get through to the top-posters who don't and
 won't ever practice netiquette.
 
 --
 Collins Richey - Denver Area
 if you fill your heart with regrets of yesterday and the
 worries of tomorrow, you have no today to be thankful for.
 

As disgusting as top posting is, it still is the default for programs such
as pine, and out of laziness/lack of time, it still happens. I apologize for
my own typically American laziness in top posting. I'll personally attempt
to do a better job of inline posting.

 --
 [EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] spam after subscribing to gentoo-user

2003-12-02 Thread Jeffrey Smelser
 Unfortunately it's not just newbies or Outlook-challenged 
 posters who do top
 postings.  There are confirmed top-posters (disgusting as 
 this may be) on every
 list who are well aware of what they are doing and who could 
 care less about
 netiquette.
 
 IMO, the proper way to handle this would be to include a 
 brief section (not a
 lengthy harangue) in the mail list FAQ (3. Gentoo Linux 
 Mailing List Mini-FAQ)
 and to add a pointer to the FAQ in the welcome and 
 confirmation messages
 generated by ezmlm/idx when a new user subscribes.
 
 Even that action won't get through to the top-posters who don't and
 won't ever practice netiquette.

Well, I am curious, where can I find this proper netiquette your talking about?? Your 
obviously a lot smarter than most of us who just hap hazardly throw our comments any 
where in the message.. Please, show us the error of our ways and show me the web page 
of proper netiquette by a proper authority...

Last I checked, your talking about preference. Your preference is to have the reply at 
the bottom, and other like it at the top. I wasn't aware this list was Collins way, or 
no way...

But, like I said, if you show me this law that says we are all wrong, and your right, 
I will bow to the Collins law of proper netiquette.

--
[EMAIL PROTECTED] mailing list



[gentoo-user] my ls.so.conf is missing

2003-12-02 Thread Helder Rossa
hi,


how can I regenerate my ld.so.conf??
can someone be kind and email me a working ls.so.conf??


thanx


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: reiser, fsck

2003-12-02 Thread Jonathan Stickel
sf wrote:
Jonathan Stickel wrote:
...
OK, ext3 doesn't need a full-blown fsck every boot either.  I'm asking 
specifically how to do a one-time full-blown fsck of reiser during a 
boot.  Sorry if I wasn't completely clear.


emerge sys-fs/reiserfsprogs
man reiserfsck
Nothing there about setting reiserfsck to run at boot-time...  I had 
already checked.

Jonathan

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] my ls.so.conf is missing

2003-12-02 Thread Matthias F. Brandstetter
-- quoting Helder Rossa --
 how can I regenerate my ld.so.conf??
 can someone be kind and email me a working ls.so.conf??

I think it should be enough to run env-update.
HTH! Greets, Matthias

-- 
D'oh!  English!  Who needs that?  I'm never going to England. Come on,
let's smoke.

-- Homer Simpson, talking Barney into cutting class
   The Way We Was


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] my ls.so.conf is missing

2003-12-02 Thread Sigurd Stordal
 how can I regenerate my ld.so.conf??
env-update will create it.
-- 
Sigurd Stordal
master in Petrology/mineralogy
President of GOGS
Opuscreator VS in DNM95

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] my ls.so.conf is missing

2003-12-02 Thread Redeeman
type ldconfig as root in a console

On Tue, 2003-12-02 at 18:05, Helder Rossa wrote:
 hi,
 
 
 how can I regenerate my ld.so.conf??
 can someone be kind and email me a working ls.so.conf??
 
 
 thanx
 
 
 --
 [EMAIL PROTECTED] mailing list
-- 
Regards, Redeeman
()  ascii ribbon campaign - against html e-mail 
/\- against microsoft attachments



--
[EMAIL PROTECTED] mailing list



[gentoo-user] SciPy?

2003-12-02 Thread Karshi F.Hasanov

Hi all,

Is there anybody tried to install SciPy (www.scipy.org) on Gentoo?
 I am having problems to install it.
Thanks


--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Cant Mount Cdrom to install packages from cd2

2003-12-02 Thread Alexander A. Koulouris
Hi Ian,

Well, I have completed the install and I reboot and login as root and
enter the root password.  When I try to mount /dev/cdrom /mnt/cdrom  it
tells me mount: mount point /mnt/cdrom does not exist.  I tride to mkdir
/mnt/cdrom and still it wont allow me to do that.  I don't know why?

I am really confused here, I finally finished the install of kernel
2.4.20-gentoo-r6 and I cant seem to get the cdrom to mount so that I can
install the packages.  

I don't know if this is of any importance, but DMA was not enabled, and
the drive is actually a Plextor CDRW 48X, which is located on hdc.  I
tried to run dmesg | grep ^hd and that's how I see the plextor on hdc.
I also ran #modprobe -a ide-scsi but still nothing.

I need help here

My /etc/fstab

Has this line for the cdrom
/dev/cdroms/cdrom0  /mnt/cdrom  iso9660 noauto,ro,user  0 0

See what you can make of all this, and maybe we can get this system
through its finally stages.

Thanks
Axeios

-Original Message-
From: Ian Truelsen [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 01, 2003 4:50 PM
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] Cant Mount Cdrom to install packages from cd2

On Mon, 1 Dec 2003 15:17:34 -0500
Alexander A. Koulouris [EMAIL PROTECTED] wrote:

 Hi all,
  
 Having problem trying to emerge -k kde over the internet.  The belnet
 site, seems to halt the system and I can not complete the install.  I
 want to mount my cdrom so that I can install from the CD2 containing
 all the packages.  I have performed a gentoo install with stage3+grp
 (snapshot) so now I want to install the kde, gnome, koffice, etc.
  
 I cant seem to get the cd to mount.
  
A little more info would be helpful. Where are you in the install
process? Is the livecd still mounted? Are you in the chroot shell?

If this is a finished install, do you have an entry in fstab to support
the mount /mnt/cdrom? What error are you getting when you try to mount
the cd?

Try this:
mkdir /mnt/cdrom (should be there, but best to be sure)
mount /dev/cdrom /mnt/cdrom

This should mount the cdrom for you. Any error messages should give you
an idea of where the problem is.

-- 
Ian Truelsen
Email: [EMAIL PROTECTED]
AIM: ihtruelsen
Homepage: http://www.ihtruelsen.dyndns.org
Signature key (742B740D) available at pgp.mit.edu



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] spam after subscribing to gentoo-user

2003-12-02 Thread Collins Richey
On Tue, 2 Dec 2003 11:01:14 -0600 Jeffrey Smelser [EMAIL PROTECTED]
wrote:


 But, like I said, if you show me this law that says we are all wrong, and your
 right, I will bow to the Collins law of proper netiquette.
 

Interestingly enough, Collins' law cannot be found via a simple google search
under netiquette.  There are some interesting pro/con arguments found via
google netiquete top posting.  So, do as you choose.

-- 
Collins Richey - Denver Area
if you fill your heart with regrets of yesterday and the 
worries of tomorrow, you have no today to be thankful for.



--
[EMAIL PROTECTED] mailing list



FW: [gentoo-user] Cant Mount Cdrom to install packages from cd2

2003-12-02 Thread Alexander A. Koulouris


Hi all,

Well, I have completed the install and I reboot and login as root and
enter the root password.  When I try to mount /dev/cdrom /mnt/cdrom  it
tells me mount: mount point /mnt/cdrom does not exist.  I tride to mkdir
/mnt/cdrom and still it wont allow me to do that.  I don't know why?

I am really confused here, I finally finished the install of kernel
2.4.20-gentoo-r6 and I cant seem to get the cdrom to mount so that I can
install the packages.  

I don't know if this is of any importance, but DMA was not enabled, and
the drive is actually a Plextor CDRW 48X, which is located on hdc.  I
tried to run dmesg | grep ^hd and that's how I see the plextor on hdc.
I also ran #modprobe -a ide-scsi but still nothing.

I need help here

My /etc/fstab

Has this line for the cdrom
/dev/cdroms/cdrom0  /mnt/cdrom  iso9660 noauto,ro,user  0 0

See what you can make of all this, and maybe we can get this system
through its finally stages.

Thanks
Axeios




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: reiser, fsck

2003-12-02 Thread Redeeman
im really not sure. but i read somewhere that shutdown -F would make it
check 100% on next startup

On Tue, 2003-12-02 at 18:10, Jonathan Stickel wrote:
 sf wrote:
  Jonathan Stickel wrote:
  ...
  
  OK, ext3 doesn't need a full-blown fsck every boot either.  I'm asking 
  specifically how to do a one-time full-blown fsck of reiser during a 
  boot.  Sorry if I wasn't completely clear.
  
  
  emerge sys-fs/reiserfsprogs
  man reiserfsck
  
 Nothing there about setting reiserfsck to run at boot-time...  I had 
 already checked.
 
 Jonathan
 
 
 --
 [EMAIL PROTECTED] mailing list
-- 
Regards, Redeeman
()  ascii ribbon campaign - against html e-mail 
/\- against microsoft attachments



--
[EMAIL PROTECTED] mailing list



[gentoo-user] open office font weirdness

2003-12-02 Thread Chris Bare
I just tried open office 1.1.0, and the font used in the menus and dialogs
looks like it has at least 3 spaces between each character. in other words,
the menu bar looks like this:

F   i   l   eE   d   i  tT   o   o  l   s

I ran oosetup after manually deleting ~/.sversionrc ~/.openoffice but that
didn't help.
I have the floowing font packages installed:
oberon: 21% qpkg -I font
media-fonts/freefonts *
media-fonts/sharefonts *
media-fonts/urw-fonts *

Do I need to install other fonts, or is there something I need to do to
configure these?
All other apps I've tried seem fine, though I do occasionally see some
placeholder glyph that looks like a box with 4 little letters or numbers. This
mostly shows up in galeon.

-- 
Chris Bare
[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] spam after subscribing to gentoo-user

2003-12-02 Thread Collins Richey
On Tue, 02 Dec 2003 23:27:02 +0800 William Kenworthy [EMAIL PROTECTED] wrote:


 
 Bottom posters, especially those that that fail to trim there posts are
 a real pain in many modern mail readers ...

And just why would you think that only bottom posters fail to trim their posts? 
That's even more likely with top posting - just start keying away at the top of
the reply without looking at what was quoted below.

-- 
Collins Richey - Denver Area
if you fill your heart with regrets of yesterday and the 
worries of tomorrow, you have no today to be thankful for.



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Cant Mount Cdrom to install packages from cd2

2003-12-02 Thread Collins Richey
On Tue, 2 Dec 2003 12:25:31 -0500 Alexander A. Koulouris
[EMAIL PROTECTED] wrote:

 
 
 Hi all,
 
 Well, I have completed the install and I reboot and login as root and
 enter the root password.  When I try to mount /dev/cdrom /mnt/cdrom  it
 tells me mount: mount point /mnt/cdrom does not exist.  I tride to mkdir
 /mnt/cdrom and still it wont allow me to do that.  I don't know why?
 

Does /mnt exist?  If not you need 'mkdir -p /mnt/cdrom' (generate missing
directories).


-- 
Collins Richey - Denver Area
if you fill your heart with regrets of yesterday and the 
worries of tomorrow, you have no today to be thankful for.



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] my ls.so.conf is missing

2003-12-02 Thread Helder Rossa
hummm,

since the env-update is python I couldn't run that after boot :-S
but a did a find for directories named lib an made a ld.so.conf. now i
can run all stuff again and I will give it a try.

thanx to all

On Tue, 2003-12-02 at 17:12, Matthias F. Brandstetter wrote:
 -- quoting Helder Rossa --
  how can I regenerate my ld.so.conf??
  can someone be kind and email me a working ls.so.conf??
 
 I think it should be enough to run env-update.
 HTH! Greets, Matthias


--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] spam after subscribing to gentoo-user

2003-12-02 Thread Jeffrey Smelser
 And just why would you think that only bottom posters fail to 
 trim their posts? 
 That's even more likely with top posting - just start keying 
 away at the top of
 the reply without looking at what was quoted below.

Geez, I still can't believe people piss and moan about crap like this. Isn't there 
something else more important to throw all this hate behind??

Myself included..

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] open office font weirdness

2003-12-02 Thread Redeeman
i hate those fonts too, so i installed openoffice with ximians patches,
and that simply rocks! nice fonts and looks much better!

On Tue, 2003-12-02 at 18:27, Chris Bare wrote:
 I just tried open office 1.1.0, and the font used in the menus and dialogs
 looks like it has at least 3 spaces between each character. in other words,
 the menu bar looks like this:
 
 F   i   l   eE   d   i  tT   o   o  l   s
 
 I ran oosetup after manually deleting ~/.sversionrc ~/.openoffice but that
 didn't help.
 I have the floowing font packages installed:
 oberon: 21% qpkg -I font
 media-fonts/freefonts *
 media-fonts/sharefonts *
 media-fonts/urw-fonts *
 
 Do I need to install other fonts, or is there something I need to do to
 configure these?
 All other apps I've tried seem fine, though I do occasionally see some
 placeholder glyph that looks like a box with 4 little letters or numbers. This
 mostly shows up in galeon.
-- 
Regards, Redeeman
()  ascii ribbon campaign - against html e-mail 
/\- against microsoft attachments



--
[EMAIL PROTECTED] mailing list



[gentoo-user] KDE, Firebird, Thunderbird

2003-12-02 Thread Kathy Wills
I am trying out Mozilla Firebird and Thunderbird. My desktop of 
preference is KDE. Is anyone else using this combination?  I haven't 
been able to figure out how to open Firebird when clicking links in 
Thunderbird. Clicking links in Thunderbird does nothing. I can copy and 
paste the urls from one to the other. I've tried everything I can find 
on the forums and by doing a google search.

--
Kathy Wills
+
+ Genealogy Web Site: http://www.kathywillsfamily.com   +
+   +
+ Summit Group Web Site: http://www.tsginfo.com/index.php?rc=VW4374 +
+


--
[EMAIL PROTECTED] mailing list


[gentoo-user] xmms-alsa development-sources

2003-12-02 Thread Mark Knecht
Hi,
   OK, I'm going completely buggy. I want to emerge alsa-xmms for my
2.4.20-r7 machine, but emerge is telling me it wants to emerge
development-sources also. I do not have development-sources installed.
Why must I do this?

   Is there a simple way for me to stop this occurance at the command
line, or do I need to mask development-sources for some reason? Or do I
need to install it even though I don't use it? I'm seeing this alot with
Alsa packages recently, so I'm wondering if I have a make.conf option
set that's doing this?

Thanks,
Mark


Wizard root # emerge -p alsa-xmms

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N] sys-kernel/development-sources-2.6.0_beta11  
[ebuild  N] media-plugins/alsa-xmms-0.9.12  

Wizard root # emerge -Cp development-sources

 These are the packages that I would unmerge:

!!! Couldn't find match for development-sources

 unmerge: No packages selected for removal.

Wizard root # 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: reiser, fsck

2003-12-02 Thread mathieu perrenoud
On Tuesday 02 December 2003 06:10 pm, Jonathan Stickel wrote:
  OK, ext3 doesn't need a full-blown fsck every boot either.  I'm asking
  specifically how to do a one-time full-blown fsck of reiser during a
  boot.  Sorry if I wasn't completely clear.
 
  emerge sys-fs/reiserfsprogs
  man reiserfsck

 Nothing there about setting reiserfsck to run at boot-time...  I had
 already checked.

somebody correct me if I'm wrong, but I think that the filesystem boot check 
depends on the sixth field of fstab's rows.

From 'man fstab':

The  sixth  field, (fs_passno), is used by the fsck(8) program to determine 
the order in which filesystem checks are done at reboot time.  The root  
filesystem   should  be specified with a fs_passno of 1, and other 
filesystems should have a fs_passno of 2.  Filesystems within a drive will be 
checked  sequentially,  but filesystems  on  different  drives  will be 
checked at the same time to utilize parallelism available in the hardware.  
If the sixth field is  not  present  or zero, a value of zero is returned and 
fsck will assume that the filesystem does not need to be checked.


-- 
mathieu

--
[EMAIL PROTECTED] mailing list



[gentoo-user] System hangs on shutdown

2003-12-02 Thread Joel Konkle-Parker
I'm having an annoying problem when I try to reboot or shutdown my system. GNOME
exits fine, X shuts down, and INIT starts the shutdown sequence, but once it gets to

INIT: Sending processes the TERM signal

it simply stops with a blinking cursor on the next line. I've left it overnight,
with no change. Typing things doesn't help, either.

This is annoying because it never actually shuts down any processes, saves my
settings, or cleanly reboots.

Any ideas?


-- 
Joel Konkle-Parker
Webmaster [Ballsome.com]

Phone [662-518-1636]
E-mail[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



[gentoo-user] How to fix Invalid db entry in portage?

2003-12-02 Thread Thomas T. Veldhouse
What causes the below and does anybody know how to fix it?

 Auto-cleaning packages ...
!!! Invalid db entry: /var/db/pkg/*sys-fs/devfsd!!! Invalid db entry:
/var/db/pkg/*sys-fs/devfsd
!!! Couldn't find match for dev-perl/SGMLSpm

 No outdated packages were found on your system.

Thanks in advance,

Tom Veldhouse


--
[EMAIL PROTECTED] mailing list



[gentoo-user] reiser, dump

2003-12-02 Thread Glenn English
Is there such a thing as reiserdump? Or a way to use amanda and dump to
back up a reiser fs?

-- 
Glenn English
[EMAIL PROTECTED]


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] How to fix Invalid db entry in portage?

2003-12-02 Thread Collins Richey
On Tue, 2 Dec 2003 12:16:45 -0600 Thomas T. Veldhouse [EMAIL PROTECTED] wrote:

 What causes the below and does anybody know how to fix it?
 
  Auto-cleaning packages ...
 !!! Invalid db entry: /var/db/pkg/*sys-fs/devfsd!!! Invalid db entry:
 /var/db/pkg/*sys-fs/devfsd
 !!! Couldn't find match for dev-perl/SGMLSpm
 
  No outdated packages were found on your system.
 

Refer to bugzilla #31881 for a workaround.

Make it a habit to check gentoo bugzilla (use search facility) before posting.

-- 
Collins Richey - Denver Area
if you fill your heart with regrets of yesterday and the 
worries of tomorrow, you have no today to be thankful for.



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] KDE, Firebird, Thunderbird

2003-12-02 Thread brett holcomb
Thunderbird is brain dead in that respect.  It's at what - 
version 0.2 or so.  You might check the forums for help.  

I like what Tbird looks like it's going to be G but I 
haven't figured out what's wrong with the Mozilla group. 
This is third try at browser and mailer and you'd think 
they'd figure out that things like opening links is 
critical in a mailer.  Firebird can't handle mailto even 
in it's current version at .6 although I understand .7 has 
a workaround in it.

On Tue, 02 Dec 2003 17:50:13 +
 Kathy Wills [EMAIL PROTECTED] wrote:
I am trying out Mozilla Firebird and Thunderbird. My 
desktop of preference is KDE. Is anyone else using this 
combination?  I haven't been able to figure out how to 
open Firebird when clicking links in Thunderbird. 
Clicking links in Thunderbird does nothing. I can copy 
and paste the urls from one to the other. I've tried 
everything I can find on the forums and by doing a google 
search.

--
Kathy Wills
+
+ Genealogy Web Site: http://www.kathywillsfamily.com 
 +
+ 
  
  +
+ Summit Group Web Site: 
http://www.tsginfo.com/index.php?rc=VW4374 +
+



--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list


[gentoo-user] Re: reiser, fsck

2003-12-02 Thread sf
Jonathan Stickel wrote:
sf wrote:

Jonathan Stickel wrote:
...
OK, ext3 doesn't need a full-blown fsck every boot either.  I'm 
asking specifically how to do a one-time full-blown fsck of reiser 
during a boot.  Sorry if I wasn't completely clear.


emerge sys-fs/reiserfsprogs
man reiserfsck
Nothing there about setting reiserfsck to run at boot-time...  I had 
already checked.
Possibilities:

1. Adjust the bootscripts to call reiserfsck manually
2. Replace fsck.reiserfs with an fsck compatible wrapper
Regards,
Stephan


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] xchat user list missing

2003-12-02 Thread Spider
begin  quote
On Tue, 2 Dec 2003 13:00:25 -0500 (EST)
Chris Bare [EMAIL PROTECTED] wrote:

 I was using xchat 2.0.3 on Mandrake. Now I'm using 2.0.5 on Gentoo,
 and the list of users that used to be on the right side is not there
 and I can't figure out how to get it back. I've looked all through the
 preferences, but I don't see anything that sounds like it would
 control this. I see theres a vertical divider on the right, but when I
 pull it toward the left, only a grey area is revealed. What am I
 missing?

the grey area is there when you pull the divider on a server tab, on
channel tabs you can drag it out and get a userlist. (at least on my
client)

it tends to go into hiding when you shrink the windows size.


//Spider




-- 
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] KDE, Firebird, Thunderbird

2003-12-02 Thread Chris I
On Tue, 2003-12-02 at 13:31, brett holcomb wrote:
 Thunderbird is brain dead in that respect.  It's at what - 
 version 0.2 or so.  You might check the forums for help.  
 
 I like what Tbird looks like it's going to be G but I 
 haven't figured out what's wrong with the Mozilla group. 
  This is third try at browser and mailer and you'd think 
 they'd figure out that things like opening links is 
 critical in a mailer.  Firebird can't handle mailto even 
 in it's current version at .6 although I understand .7 has 
 a workaround in it.

Netscape and Mozilla suites have no problem with opening mail and web
links from one to the other, which is why thunderbird and firebird have
such difficulty.

Chris I 

The Street finds its own uses for technology. -- William Gibson


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] xchat user list missing

2003-12-02 Thread Chris Bare
  I pull it toward the left, only a grey area is revealed. What am I  
  missing?
 
 With xchat closed, edit ~/.xchat2/xchat.conf and change
 gui_ulist_hide = 1 to gui_ulist_hide = 0.
 

Thanks a lot, that fixed it.
I wonder why it defaults to hidden now?
-- 
Chris Bare
[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] xmms-alsa development-sources

2003-12-02 Thread Thomas Achtemichuk
On 12/02/03 13:00:42, Mark Knecht wrote:
Hi,
   OK, I'm going completely buggy. I want to emerge alsa-xmms for my
2.4.20-r7 machine, but emerge is telling me it wants to emerge
development-sources also. I do not have development-sources installed.
Why must I do this?
Because according to your virtuals file development-sources is providing  
virtual/alsa support for your system. It may also be providing virtual/ 
linux-sources.

To remedy this make sure you have your running kernel (2.4.20-r7) is merged  
and that the virtual/alsa line in /var/cache/edb/virtuals lists media- 
sound/alsa-driver before sys-kernel/development-sources and lists sys- 
kernel/gentoo-sources before sys-kernel/developemet-sources on the virtual/ 
linux-sources line.

   Is there a simple way for me to stop this occurance at the command
line, or do I need to mask development-sources for some reason? Or do I
need to install it even though I don't use it? I'm seeing this alot with
Alsa packages recently, so I'm wondering if I have a make.conf option
set that's doing this?
What most likley happened is that you merged development-sources, unmerged  
gentoo-sources then unmerged development-sources. Being the only installed  
kernel at the time development-sources left itself as the only provider of  
virtual/linux-sources and virtual/alsa. In order for this to not happen  
again make sure you always have at least one kernel merged.

--
Thanks,
Thomas Achtemichuk
---
I live the way I type; fast, with a lot of mistakes.
---
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] KDE, Firebird, Thunderbird

2003-12-02 Thread brett holcomb
My point exactly.  Mozilla and Netscape make it work but 
Firebird and Tbird don't.  I wonder why the technology 
wasn't transferred over. If I remember correctly Konq 
could handle mailto links with an external program, too. 
Hopefully they will get it working as I hate to install 
Mozilla.

On Tue, 02 Dec 2003 13:45:22 -0500
 Chris I [EMAIL PROTECTED] wrote:
On Tue, 2003-12-02 at 13:31, brett holcomb wrote:
Thunderbird is brain dead in that respect.  It's at what 
- 
version 0.2 or so.  You might check the forums for help. 

I like what Tbird looks like it's going to be G but I 
haven't figured out what's wrong with the Mozilla group. 
 This is third try at browser and mailer and you'd think 
they'd figure out that things like opening links is 
critical in a mailer.  Firebird can't handle mailto even 
in it's current version at .6 although I understand .7 
has 
a workaround in it.
Netscape and Mozilla suites have no problem with opening 
mail and web
links from one to the other, which is why thunderbird and 
firebird have
such difficulty.

Chris I 

The Street finds its own uses for technology. -- 
William Gibson


--
[EMAIL PROTECTED] mailing list


[gentoo-user] per-user package administration

2003-12-02 Thread Matt Garman

While daydreaming during a boring meeting, I was thinking how nice it
would be to have a Linux box at work (currently I have only a Win2k
machine).  However, I'm so used to having root that if I got a Linux
machine at work, I'd probably only have normal user access.

In the past, on the various Unix systems I've used where I don't have
root, but want a package installed, I usually just get the source,
compile and install in my home directory.  That's fine for small
packages, but it's just too much work if the package has a lot of
dependancies or needs a makefile tweaked, etc.

Then I thought it wouldn't be too hard (in theory grin) to have
per-user access to the package tool (portage in gentoo's case).  The
user would have his own set of package accounting data; it wouldn't
affect the system-wide database.  For example, say I want to install
package slrn, which has a dependancy on the slang package.  I don't have
admin access, and my sysadmin doesn't want it installed.  It would be
nice if I could, however, do an emerge slrn and have portage download,
build and install slrn and slang all in my home directory.  Assuming I
have the disk space, I could do this manually anyway.  But, obviously,
portage makes it easier.  Plus, say slang was already installed at the
system level, it would be cool if the per-user version of the package
tool recognized that.

This would also be nice for testing new or development versions of
packages.  You could do a local install (to a test account, for example)
and play with the software without affecting the integrity of the rest
of the system.

I really have a need for such a feature, but someone else might.  I just
thought I'd throw the idea out there... maybe someone will be inspired
:)

Matt



--
[EMAIL PROTECTED] mailing list



[gentoo-user] CUPS printing

2003-12-02 Thread Helder Rossa
hi,


I can't print anything in gentoo :-S.


I add a network printer in the cups web configuration...

Printer State: idle, accepting jobs


then I did Print Test page and ...


Printer State: processing, accepting jobs. 
Network host '192.168.88.240' is busy; will retry in 15 seconds...





what do I need to do??




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Back OT: Prince of Persia commercial

2003-12-02 Thread Renat Golubchyk
Hi!

On Tuesday 02 December 2003 15:33, Matthias F. Brandstetter wrote:
 I wonder, wouldn't it be possible to play it on a dos emulator for Linux?

I don't know. My question would be, can you run old dos _graphical_ programs 
(like games) under dosuni? And is it possible to run it under FreeDOS?

BTW, I just checked portage and found a package games-emulation/dosbox which 
is a dos emulator for games. Maybe this one will work.

 Or does anybody knows how to play it? Would be interested in that as well...

Do you mean play it in linux or just if anybody can/could play it? I still 
have it on one of my older floppies and my best time was around 47 minutes.


Cheers,
Renat


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] spam after subscribing to gentoo-user

2003-12-02 Thread Peter Ruskin
On Tuesday 02 Dec 2003 17:01, Jeffrey Smelser wrote:
 But, like I said, if you show me this law that says we are all wrong,
 and your right, I will bow to the Collins law of proper netiquette.

See http://www.albury.net.au/new-users/rfc1855.txt and search for top

Peter
-- 
==
Gentoo Linux:   Portage 2.0.49-r15 (default-x86-1.4, gcc-3.2.3, 
glibc-2.3.2-r3, 2.4.23_pre8-gss)i686 AMD Athlon(tm) XP 3200+
==


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] spam after subscribing to gentoo-user

2003-12-02 Thread Matthew Baxa
On Tue, 2003-12-02 at 13:40, Peter Ruskin wrote:
 On Tuesday 02 Dec 2003 17:01, Jeffrey Smelser wrote:
  But, like I said, if you show me this law that says we are all wrong,
  and your right, I will bow to the Collins law of proper netiquette.
 
 See http://www.albury.net.au/new-users/rfc1855.txt and search for top
 
 Peter

An 8 year old document.
-- 
Matthew Baxa [EMAIL PROTECTED]
Applications Services Assistant
K-State University  Office of Mediated Education
http://www.dce.ksu.edu


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Back OT: Prince of Persia commercial

2003-12-02 Thread brett holcomb
You might also check out dosemu which is in portage, too.

On Tue, 2 Dec 2003 20:36:52 +0100
 Renat Golubchyk [EMAIL PROTECTED] wrote:
Hi!

On Tuesday 02 December 2003 15:33, Matthias F. 
Brandstetter wrote:
I wonder, wouldn't it be possible to play it on a dos 
emulator for Linux?
I don't know. My question would be, can you run old dos 
_graphical_ programs 
(like games) under dosuni? And is it possible to run it 
under FreeDOS?

BTW, I just checked portage and found a package 
games-emulation/dosbox which 
is a dos emulator for games. Maybe this one will work.

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] tbz2 structure

2003-12-02 Thread Renat Golubchyk
On Tuesday 02 December 2003 15:43, Adrian Pirciu wrote:
 I know that the tbz2 packages contain some metadata besides the files.
 where can I find the structure ? (google'ing didn't help me :( ) What
 other data can I find there ? dependencies ? use flags ? How can I
 extract the metadata ?

Isn't tbz2 the same as tar.bz2? I always thought it is.

I just checked a tbz2 file in /usr/portage/distfiles and it was actually a 
tar.bz2 file.


Cheers,
Renat


--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] spam after subscribing to gentoo-user

2003-12-02 Thread Jeffrey Smelser
  But, like I said, if you show me this law that says we are 
 all wrong,
  and your right, I will bow to the Collins law of proper netiquette.
 
 See http://www.albury.net.au/new-users/rfc1855.txt and search for top

Few Things:

one, This is not LAW, this is, and I quote Netiquette Guidelines. See that word, 
Guidelines. Thats not a law, just something that should happen based on what the 
article wrote up

Also, did you READ this? Quote
--
Status of This Memo

   This memo provides information for the Internet community.  This memo
   does not specify an Internet standard of any kind.  Distribution of
   this memo is unlimited.
--
This says this is NOT the standard. So where does it say I have to comply??


Here is where your out of line. I am using a piece of garbage mail reader/poster. If 
it does Top posting, how is that the fault of the Poster them self? Maybe you should 
go to the source, instead of the person?? Specially when the poster thinks that 
reading the top line and getting the answer, is easier than having to stroll to the 
bottom and looking for it after the numerous quotes and taglines you have to go 
through..

Try again..

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Kmail openpgp

2003-12-02 Thread Philipp Kügle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am Montag, 1. Dezember 2003 17:35 schrieb Simon Prosser:
 On Sunday 30 November 2003 5:50 pm, Jeff Smelser wrote:
   The mail will show yellow if you don't have the public key to
   validate the signature against, or the key is untrusted.

 also check your gpg.conf and set these:
 keyserver x-hkp://pgp.mit.edu
 keyserver-options auto-key-retrieve

Maybe you need this also:
http://www.cs.kun.nl/~pauldv/kmailgentoo.php

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

iD8DBQE/zO8CmC8euJpTIt0RAo3EAKCH9Za3IXVcbi2yDmyCtAXdJmYjrACcCGRB
+s1G28wfJuO8FUiw5dJOqnY=
=srch
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Kernel Support for 48bit lba Addressing

2003-12-02 Thread Yogesh Sharma
Hi,

I have one western digital IDE drive 165gb. Does gentoo kernel 
(2.4.20-gentoo-r8 ) is patched for 48 bit lba addressing ?

Thanks
Yogesh


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] tbz2 structure

2003-12-02 Thread Spider
begin  quote
On Tue, 2 Dec 2003 20:45:32 +0100
Renat Golubchyk [EMAIL PROTECTED] wrote:

 On Tuesday 02 December 2003 15:43, Adrian Pirciu wrote:
  I know that the tbz2 packages contain some metadata besides the
  files.
  where can I find the structure ? (google'ing didn't help me :( )
  What
  other data can I find there ? dependencies ? use flags ? How can I
  extract the metadata ?
 
 Isn't tbz2 the same as tar.bz2? I always thought it is.
 
 I just checked a tbz2 file in /usr/portage/distfiles and it was
 actually a  tar.bz2 file.


tbz2 usually refers to gentoo packages (usr/portage/packages/All )  and
its a .tar.bz2 with a header (footer?) 

//Spider

-- 
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Back OT: Prince of Persia commercial

2003-12-02 Thread Renat Golubchyk
On Tuesday 02 December 2003 20:45, brett holcomb wrote:
 You might also check out dosemu which is in portage, too.

Yeah, I know check below.


 On Tue, 2 Dec 2003 20:36:52 +0100
   Renat Golubchyk [EMAIL PROTECTED] wrote:
 Hi!
 
 On Tuesday 02 December 2003 15:33, Matthias F.
 
 Brandstetter wrote:
  I wonder, wouldn't it be possible to play it on a dos
 emulator for Linux?
 
 I don't know. My question would be, can you run old dos
 _graphical_ programs
 (like games) under dosuni?
  ^^
*lol*

One of the servers at my university is called dosuni so I automatically typed 
dosuni instead of dosemu :-)


Cheers,
Renat


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: top posting (Was: spam after subscribing to gentoo-user)

2003-12-02 Thread Ciaran McCreesh
A: Top posting.

On Tue, 2 Dec 2003 11:01:14 -0600 Jeffrey Smelser
[EMAIL PROTECTED] wrote:
| Well, I am curious, where can I find this proper netiquette your
| talking about?? Your obviously a lot smarter than most of us who just
| hap hazardly throw our comments any where in the message.. Please,
| show us the error of our ways and show me the web page of proper
| netiquette by a proper authority...

Q: What's the best way to break the flow of a conversation and make
everything very hard to read?

Could anyone suggest a procmail rule for detecting top posters? It'd
make the high volume mailing lists a lot easier to manage...

-- 
Ciaran McCreesh
Mail:ciaranm at gentoo.org
Web: http://dev.gentoo.org/~ciaranm


pgp0.pgp
Description: PGP signature


RE: [gentoo-user] Kmail openpgp

2003-12-02 Thread Jeffrey Smelser
  On Sunday 30 November 2003 5:50 pm, Jeff Smelser wrote:
The mail will show yellow if you don't have the public key to
validate the signature against, or the key is untrusted.
 
  also check your gpg.conf and set these:
  keyserver x-hkp://pgp.mit.edu
  keyserver-options auto-key-retrieve
 
 Maybe you need this also:
 http://www.cs.kun.nl/~pauldv/kmailgentoo.php
 

I saw that in my searches. That's for aegypten and I didn't want to use it. I have it 
working great now as I realized later I didn't have a gpg.conf in my home directory.. 
Dunno if I missed a step or what..

Works great now..

Thanks however..

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Oh, please no..(was:spam after subscribing to gentoo-user_

2003-12-02 Thread jnichols
   But, like I said, if you show me this law that says we are all wrong,
   and your right, I will bow to the Collins law of proper netiquette.
  
  See http://www.albury.net.au/new-users/rfc1855.txt and search for top
 
 An 8 year old document.
 

Not another top posting vs bottom posting arguement. This is the 3rd 
one I've seen this month. Spare us all! :P



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Back OT: Prince of Persia commercial

2003-12-02 Thread brett holcomb
Gee, I thought there was a new program in portage!  There 
is also dosbox which is another emulator.  I've been 
playing with both trying to get some old DOS stuff 
running.

On Tue, 2 Dec 2003 21:02:53 +0100
 Renat Golubchyk [EMAIL PROTECTED] wrote:
On Tuesday 02 December 2003 20:45, brett holcomb wrote:
You might also check out dosemu which is in portage, 
too.
Yeah, I know check below.


On Tue, 2 Dec 2003 20:36:52 +0100
  Renat Golubchyk [EMAIL PROTECTED] wrote:
Hi!

On Tuesday 02 December 2003 15:33, Matthias F.

Brandstetter wrote:
 I wonder, wouldn't it be possible to play it on a dos
emulator for Linux?

I don't know. My question would be, can you run old dos
_graphical_ programs
(like games) under dosuni?
  ^^
*lol*
One of the servers at my university is called dosuni so I 
automatically typed 
dosuni instead of dosemu :-)

Cheers,
Renat
--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Kmail openpgp

2003-12-02 Thread Martin Hudec
Hi,

You used that aegypten or just created gpg.conf at home directory with those 
two lines (keyserver and keyserver-options)?

On Tuesday 02 December 2003 21:07, Jeffrey Smelser wrote:
 I saw that in my searches. That's for aegypten and I didn't want to use it.
 I have it working great now as I realized later I didn't have a gpg.conf in
 my home directory.. Dunno if I missed a step or what..

 Works great now..


-- 
:
:. kind regards
:..  Martin Hudec
:.:
:.: =w= http://www.aeternal.net
:.: =m= +421.907.303393
:.: [EMAIL PROTECTED] [EMAIL PROTECTED]
:.:
:.: When you want something, all the universe 
:.:   conspires in helping you to achieve it.
:.:   - The Alchemist (Paulo Coelho)


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] portage problems

2003-12-02 Thread Robert Cole
I use to write code many years ago and I'm looking into getting back into it 
as soon as I figure out what to start with but in the mean time I like to 
contribute the best way I can right now and that's testing. :) I'm fairing 
good at testing stuff and then using my programming background to get to what 
I think might be the root of the problem and reporting it.

I post allot when I'm in heavy testing mode and go with the assumption that 
nothing is wrong with the code and it's just a RTFM moment that I'm missing 
so I post questions and see if I can fix the problem by config/userland means 
and if not then I consider gathering up all I can and reporting it.

It may not seem like it but I spent days researching this portage problem 
before posting anything. Somehow I missed bug report 31901. :) opps

So I like to use the ~x86 stuff. I figure if I want to use the safe stuff 
I'll just go back to a binary distro. :)

Thanks for the input!
Robert

On Tue December 02 2003 5:59 am, Collins Richey wrote:
 On Mon, 1 Dec 2003 23:02:34 -0800 Robert Cole
 [EMAIL PROTECTED]
 wrote:
 

  Thanks for the quick reply! It's probably my fault or I'm mis-reading 
  something in your reply but my system is built with
  ACCEPT_KEYWORDS=~x86 
 from the beginning. The masking notes say the ~
  should be there. Is that not correct? It's late for me here so it's
  probably a goof on my part. :) 

 
 You should only do this if you want the bleeding edge variant of packages. 
 The
 stable variant (what many of us prefer to use) is selected by not
 coding the above keyword.  Many report good results with ~x86, but YMMV. 
 Packages selected via ~x86 may not have undergone any (or sufficient)
 testing before being made available.  As you can see, some of the ~x86
 packages may be just plain broken. 
 One cure for this would be to remove the ~x86 option, then 'emerge -p
 world.' 
 You should get '-D' (downgrade) indications for any package where
 a higher version non-stable package has been emerged.  You can then
 evaluate whether to let the downgrade take place.
 
 As the old saying goes: you pays you money, you takes you chances.  If you
 like
 living on the edge, do nothing, but expect to encounter the
 occasional broken (or fatally flawed)  package
 
 -- 
 Collins Richey - Denver Area
 if you fill your heart with regrets of yesterday and the 
 worries of tomorrow, you have no today to be thankful for.
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] split a fat32 partition on my laptop.

2003-12-02 Thread Jonas Widarsson
daniel wrote:

i think what you're looking for is gnu parted

 # emerge --search parted

should get you what you need
 

Hmm.
That's when the system runs ..
How are things now again... *thinking* *trying to remember*

Is there a ram disk I can install it to during gentoo install before 
fdisk and chroot?

Because if I can't, whats the use of a linux utility when there is no 
linux on the computer?

Jonas

--
[EMAIL PROTECTED] mailing list


RE: [gentoo-user] Kmail openpgp

2003-12-02 Thread Jeffrey Smelser
 Hi,
 
 You used that aegypten or just created gpg.conf at home 
 directory with those 
 two lines (keyserver and keyserver-options)?
 
 On Tuesday 02 December 2003 21:07, Jeffrey Smelser wrote:
  I saw that in my searches. That's for aegypten and I didn't 
 want to use it.
  I have it working great now as I realized later I didn't 
 have a gpg.conf in
  my home directory.. Dunno if I missed a step or what..
 
  Works great now..
 

I use gpg. Actually, I copied my root version into there.. I then made some changes to 
it.. So I got the full pgp.conf in my home directory..


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] split a fat32 partition on my laptop.

2003-12-02 Thread Redeeman
just to warn you, i just emerged qt parted and made a test with resize
of fat32, and it failed, but recover tools could fix it though, (i didnt
loose my own data, i had test partitions)

On Tue, 2003-12-02 at 21:28, Jonas Widarsson wrote:
 daniel wrote:
 
 i think what you're looking for is gnu parted
 
   # emerge --search parted
 
 should get you what you need
   
 
 Hmm.
 That's when the system runs ..
 
 How are things now again... *thinking* *trying to remember*
 
 Is there a ram disk I can install it to during gentoo install before 
 fdisk and chroot?
 
 Because if I can't, whats the use of a linux utility when there is no 
 linux on the computer?
 
 Jonas
 
 --
 [EMAIL PROTECTED] mailing list
-- 
Regards, Redeeman
()  ascii ribbon campaign - against html e-mail 
/\- against microsoft attachments



--
[EMAIL PROTECTED] mailing list



  1   2   >