Re: [gentoo-ppc-user] Issue with blocked ebuilds

2005-02-16 Thread Ben Ricker
So if I understadn what you are saying, I need to emerge the latest
versions of the blocked builds and then the blocks will be gone? Or do
I remove the blocked ebuilds and then recompile them later (or they
will be built on the emerge -u world)?

Ben Ricker 


On Wed, 16 Feb 2005 03:41:49 +0100, Lars Weiler [EMAIL PROTECTED] wrote:
 * Ben Ricker [EMAIL PROTECTED] [05/02/15 11:41 -0600]:
  So it seems to say I need to unmerge Firefox, xorg-x11, and xfce4base?
  And why is xfce4-base blocking xfce4-4.2.0?
 
 With a newer xorg-x11, firefox and thunderbird will not
 work.  Furthermore there are some package-renamings
 regarding to xfce4.
 
  Am I missing something?
 
 Everything is fine.  Unfortunately you have to recompile the
 newer versions of the blocked ebuilds.
 
 Regards, Lars
 
 
 


-- 
Ben Ricker
He's just this guy, you know?

--
gentoo-ppc-user@gentoo.org mailing list



Re: [gentoo-ppc-user] Issue with blocked ebuilds

2005-02-16 Thread David Bélanger

Hi,

Technically, you should remove the old one before merging the new one.
(Hint: You might want to build a binary package of it in case merging
the new one fails - check quickpkg command).

You could try to cheat, at your own risk, by using the --nodeps option.

Or do the non-risky:
quickpkg old_ebuild
emerge --nodeps --buildpkgonly new_ebuild
emerge -aC old_ebuild
emerge --(the option to use the bin pkg) new_ebuild

Just depends how fast is your computer and if you need it...  xorg
unmerged means can no longer start X applications and on my iBook, it
takes ~3 hours to build it.

David



On Wed, Feb 16, 2005 at 09:08:03AM -0600, Ben Ricker wrote:
 So if I understadn what you are saying, I need to emerge the latest
 versions of the blocked builds and then the blocks will be gone? Or do
 I remove the blocked ebuilds and then recompile them later (or they
 will be built on the emerge -u world)?
 
 Ben Ricker 
 
 
 On Wed, 16 Feb 2005 03:41:49 +0100, Lars Weiler [EMAIL PROTECTED] wrote:
  * Ben Ricker [EMAIL PROTECTED] [05/02/15 11:41 -0600]:
   So it seems to say I need to unmerge Firefox, xorg-x11, and xfce4base?
   And why is xfce4-base blocking xfce4-4.2.0?
  
  With a newer xorg-x11, firefox and thunderbird will not
  work.  Furthermore there are some package-renamings
  regarding to xfce4.
  
   Am I missing something?
  
  Everything is fine.  Unfortunately you have to recompile the
  newer versions of the blocked ebuilds.
  
  Regards, Lars
  
  
  
 
 
 -- 
 Ben Ricker
 He's just this guy, you know?
 
 --
 gentoo-ppc-user@gentoo.org mailing list
 

-- 

---

David Bélanger
Web page:   http://www.cs.mcgill.ca/~dbelan2/
Public key: http://www.cs.mcgill.ca/~dbelan2/public_key.txt


--
gentoo-ppc-user@gentoo.org mailing list



Re: [gentoo-user] Remote Desktop

2005-02-16 Thread Dirk Raeder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

timothy johnson wrote:
 I have my Gentoo machine which I leave at home. But there are times
 that I want to access it remotely. I have been using a lot of Ncurses
 programs to get the job done. But I still have some programs that I
 need a GUI for. What type of server can I set up so I can access my
 GUI. I have though about VNC, but I am wondering if there is something
 better. I was wondering if anyone here used NX. Or is there an easy
 way to get X to run on windows. Something that I can stick on a USB
 stick and dont have to install. I am thinking that VNC is going to be
 the way. But I am wondering. What do we have out there?
If you want to run just a few programs with GUI and have a linux machine to
connect from, set your sshd at your home computer to forward X11 in
/etc/ssh/sshd_config:
X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost yes

and connect to it using ssh homecomputer -X

This way, you can start GUI programs from console and they will use the X
server on your local machine to display their interface.

HTH
- --
Dirk Raeder

I prefer encrypted and signed messages. My GPG key is available at
hkp://blackhole.pca.dfn.de with ID 0x05EB5446

Registered Linux user #378554
http://counter.li.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFCEv4o2QYJ1wXrVEYRAiq+AJ4idYdtZ7+tGQcI5xBAgKf+oMJy7QCePtSV
2emW/X7HJtTbb2IF7lTA6Ks=
=oFiG
-END PGP SIGNATURE-

--
gentoo-user@gentoo.org mailing list



[gentoo-user] installing gentoo on IBM xSeries 206 with ServeRAID-7t SATA

2005-02-16 Thread Haim Ashkenazi
Hi

have anyone installed gentoo on IBM xSeries 206 with ServeRaid SATA? IBM 
have drivers only for commercial linux...

downloading their image, I discovered that they supply aacraid module. the 
gentoo 2.6 kernel has this module but it doesn't seem to do anything. when 
I load it. on dmesg I get this output:

aacraid: falsely claims to have parameter commit
Red Hat/Adaptec aacraid driver (1.1.2-lk2 Nov  2 2004)

and I don't see any additional devices. I only get sda and sdb (which I see 
without the module). no raid device...

any ideas?
-- 
Haim

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Very slow USB printing

2005-02-16 Thread Jose Gonzalez Gomez
On Fri, 21 Jan 2005 17:22:35 +, Grant [EMAIL PROTECTED] wrote:
 I've got printing to my laser Samsung ML-1210 working via USB, but it
 takes a long time for it to start printing after telling it to.  It's
 very fast in Windows.  Now it takes 1-3 minutes depending on what is
 printing and that's when it's warm and ready to go.  I've checked my
 kernel's USB settings but I'm not sure what the problem is.  Does
 anyone know where I should look?

Make sure you have EHCI activated in the kernel and take a look at the
output of dmesg: if you have any USB related problem you should have
some warning here telling you you have plugged a high speed device to
a 1.1 port or something similar.

Best regards
Jose

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kerberos error w/evolution

2005-02-16 Thread Jose Gonzalez Gomez
On Mon, 24 Jan 2005 14:56:31 -0600, Patrick Tisdale
[EMAIL PROTECTED] wrote:
 hi,
 this may be the wrong place to ask this question, and if so, please
 direct me to the correct forum.  i have asked this question on an
 evolution list, but i'm not sure how their advice translates into
 gentoo.  so...here's my problem:
 
 if i run evolution-exchange-storage and evolution from the command line,
 then try to login to the exchange server using evolution, i get the
 following error:
 
 ** (evolution-exchange-storage:11780): WARNING **: Unexpected kerberos
 error -1765328164
 
 #emerge -pv evolution shows:
 
 [ebuild   R   ] mail-client/evolution-2.0.3-r1  +crypt -debug -doc +ipv6
 -kerberos* +ldap +mozilla -nntp -pda* +spell +ssl 0 kB
 
 this is the unstable branch, which i changed to after having this
 problem w/a stable branch.  i don't know what the asterisks after
 kerberos and pda mean.  i tried the following:
 
 #USE=kerberos pda emerge --update evolution
 
 but that doesn't change the use status of kerberos or pda for
 evolution
 
 the folks on the evo list said i need to compile with --with-krb5-
 includes=... --with-krb5-libs=... tags.  emerging w/USE=kerberos
 should do the same thing right?
 
 thanks,
 patrick tisdale

As far as I know they do the same thing... some time ago I had
Evolution emerged with kerberos support for testing purposes and it
worked flawlessly accessing our mail server in a single sign on
fashion.

Best regards
Jose

--
gentoo-user@gentoo.org mailing list



[gentoo-user] xorg on a laptop (radeon) - how do I preset the external monitor resolution

2005-02-16 Thread William Kenworthy
Does anyone know what I need in xorg.conf (dell i8200 laptop, radeon M9)
to allow both the LCD and external monitor to startup in 1600x1200
resolution, even when no external monitor is plugged in?

No matter what I do, the external defaults to a viewport of 640x480 (or
close to that) if no external monitor is plugged in when starting xorg,
and I have not been able to overide it (the LCD is fine.)  It is
apparently a safety feature so if a monitor that may be damaged by the
sync settings is plugged in it defaults to the lowest common
denominator, but the problem is it doesn't allow you to redetect/reset
the external port once you do plug one in.  I know what monitor and
projectors I am going to use, so this is redundant (or rather, I dont
care - they have protection when overdriven - tested!)

The difficulty is that if I start X, and have lots of windows open, I
have to shut them all down, stop X, plug in the monitor and restart X,
then reopen all my apps.  Not good, especially when arriving to give
lecture and (publicly) having to waste time making xorg get its act
together.  XFree didnt have this problem, so I am sure there is some
work around that I have not discovered yet.  Can anyone suggest what I
need to do?

BillK


-- 
William Kenworthy [EMAIL PROTECTED]
Home!


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sharing evolution calendars, kinda

2005-02-16 Thread Jose Gonzalez Gomez
On Tue, 01 Feb 2005 19:35:10 -0500, Nick Smith [EMAIL PROTECTED] wrote:
 i finally got evolution to where i could add an exchange meeting request
 into my calendar, but i use evolution in multipul places, work and home,
 and there are two seperate calendars, ie, what is at home is not at work
 and visa versa. is there a way to link the two? i accomplied my task by
 forwarding the job from my boss that he puts in my outlook calendar to
 my email in evolution and can add it to that calendar. once in evolution
 i noticed that i can 'forward as icalendar'. is icalendar something that
 can do this for me? aka link all my calendars together? or is there
 another solution? also has anyone got open-xchange working in gentoo?
 the one currently masked in portage? the wiki is incomplete as well, and
 i dont want to start something where the install doc isnt finished. i do
 have a fully functional mail server now, postfix/courier-imap its just
 suppose to sit on top of it right? like a nice front end for the rest of
 it? what about phpgroupware? does it work?
 
 thanks for the replies
 
 nick
iCalendar is an standard for sharing calendar information. I don't use
evolution, but I think there are some products that let you share
calendar information using it. You should look for one of them: (from
the top of my mind) opengroupware, egroupware...

Best regards
Jose

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mpg joiner

2005-02-16 Thread Maarten
On Wednesday 16 February 2005 01:57, Alan wrote:
 Try this:

 cat foo.mpg bar.mpg  final.mpg

One nice variation on this is zipping all the mpegs in an archive _without_ 
_using_  _compression_. That zipfile is directly playable (the zip header 
gets ignored by the mpeg code) and this way you retain the possibility to get 
the original files back if you want. 
It plays flawless, I've been using it for years. 

The correct zip switches for that are 'zip -jq -0 $targetfile $sourcefiles' 

Maarten

 On Wed, Feb 16, 2005 at 01:48:49PM +1300, Nick Rout wrote:
  emerge mpgtx
 
 
  On Wed, 16 Feb 2005 01:43:31 +0100
 
  Christian Johansen wrote:
   I don't know if this is the right mailing list to post this on, but
   does anyone know of any mpg/avi joining program in portage? To join
   two files into one (when a movie is clipped for instance)?
  
   --
   gentoo-user@gentoo.org mailing list
 
  --
  Nick Rout [EMAIL PROTECTED]
 
 
  --
  gentoo-user@gentoo.org mailing list

-- 
bash-2.05b$ emerge ncy


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sharing evolution calendars, kinda

2005-02-16 Thread Frank Schafer
Evolution 2.1.x shares calendars with SM Office, thus I think this will
solve your problem too.

Regards
Frank

On Wed, 2005-02-16 at 12:01 +0100, Jose Gonzalez Gomez wrote:
 On Tue, 01 Feb 2005 19:35:10 -0500, Nick Smith [EMAIL PROTECTED] wrote:
  i finally got evolution to where i could add an exchange meeting request
  into my calendar, but i use evolution in multipul places, work and home,
  and there are two seperate calendars, ie, what is at home is not at work
  and visa versa. is there a way to link the two? i accomplied my task by
  forwarding the job from my boss that he puts in my outlook calendar to
  my email in evolution and can add it to that calendar. once in evolution
  i noticed that i can 'forward as icalendar'. is icalendar something that
  can do this for me? aka link all my calendars together? or is there
  another solution? also has anyone got open-xchange working in gentoo?
  the one currently masked in portage? the wiki is incomplete as well, and
  i dont want to start something where the install doc isnt finished. i do
  have a fully functional mail server now, postfix/courier-imap its just
  suppose to sit on top of it right? like a nice front end for the rest of
  it? what about phpgroupware? does it work?
  
  thanks for the replies
  
  nick
 iCalendar is an standard for sharing calendar information. I don't use
 evolution, but I think there are some products that let you share
 calendar information using it. You should look for one of them: (from
 the top of my mind) opengroupware, egroupware...
 
 Best regards
 Jose
 
 --
 gentoo-user@gentoo.org mailing list
 
-- 
Frank Schafer
System specialist
T-Systems Czech s.r.o.
Klobounick 1435/24, 140 00 Praha 4
Tel.: +420 296529522
Fax: +420 296529129
Mobil: +420 605 202 419
E-mail: [EMAIL PROTECTED]
Internet: http://www.t-systems.cz



--
gentoo-user@gentoo.org mailing list



[gentoo-user] [OT] Vim syntax files

2005-02-16 Thread Frank Schafer
Hi,

I've managed to use syntax folding for vim C/C++ files adding:

syn region CurlyFold start={ end=} transparent fold
syn sync fromstart
set foldmethod=syntax
set fdc=1

to  /usr/share/vim/vim63/syntax/c.vim.

This will fold / unfold everything between '{' and '}'. 

This failes if I try to fold everything between '(' and ')', '[' and ']'
'#if' and '#endif' too.

Does anyone know if it is possible to have more than one pair of fold
region delimiters at a time?

Thanks in advance
Frank



--
gentoo-user@gentoo.org mailing list



[gentoo-user] perl seems broken: pulling in multiple perl versions

2005-02-16 Thread William Kenworthy
My perl seems broken. This is an older machine that has had quite a
number of perl versions on it.  The problem is that when trying to build
dev-perl/Tk-JPEG-Lite, it is pulling in multiple perl versions (see the
compile line below).  It seems that MMutil.pm is detecting a perl
version =5.00565 which I think is correct, but the error the emerge
generates is Unrecognized switch: --center  (-h will show valid
options) so I suspect it is pulling in one of the older perl versions.

I have run perl-rebuilder, revdep-rebuild and perl-cleaner multiple
times in the past so I dont think this should occur.  qpkg -i and equery
l show only the one perl version installed.

rattus Tk-JPEG-Lite-2.01403 # equery l dev-lang/perl
[ Searching for package 'perl' in 'dev-lang' among: ]
 * installed packages
[I--] [  ] dev-lang/perl-5.8.5-r4 (0)


Should I manually purge the older 5.8.0 stuff and rerun the utilities,
or is that a bad idea?  How best to fix?

BillK


Compile line:
/usr/bin/perl5.8.5 /usr/lib/perl5/5.8.5/ExtUtils/xsubpp
-typemap /usr/lib/perl5/5.8.5/ExtUtils/typemap
-typemap /usr/lib/perl5/site_perl/5.8.0/i686-linux/Tk/typemap  Lite.xs 
Lite.xsc  mv Lite.xsc Lite.c
gcc -c  -I/usr/lib/perl5/site_perl/5.8.0/i686-linux/Tk
-I/usr/local/include -I/usr/X11R6/include -fno-strict-aliasing -pipe
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -w -mcpu=athlon-xp
-march=athlon-xp -O2 -pipe -falign-functions=64   -DVERSION=\2.01403\
-DXS_VERSION=\800.024\ -fPIC -I/usr/lib/perl5/5.8.5/i686-linux/CORE
-DHAVE_JPEGLIB_H -Wall -Wno-implicit-int -Wno-comment -Wno-unused
-D__USE_FIXED_PROTOTYPES__ Lite.c
gcc -c  -I/usr/lib/perl5/site_perl/5.8.0/i686-linux/Tk
-I/usr/local/include -I/usr/X11R6/include -fno-strict-aliasing -pipe
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -w -mcpu=athlon-xp
-march=athlon-xp -O2 -pipe -falign-functions=64   -DVERSION=\2.01403\
-DXS_VERSION=\800.024\ -fPIC -I/usr/lib/perl5/5.8.5/i686-linux/CORE
-DHAVE_JPEGLIB_H -Wall -Wno-implicit-int -Wno-comment -Wno-unused
-D__USE_FIXED_PROTOTYPES__ imgJPEG.c
-- 
William Kenworthy [EMAIL PROTECTED]
Home!


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg on a laptop (radeon) - how do I preset the external monitor resolution

2005-02-16 Thread Bradley Serbu
Could you please post your xorg.conf?
That would help determine how you have set up dual head.
William Kenworthy wrote:
Does anyone know what I need in xorg.conf (dell i8200 laptop, radeon M9)
to allow both the LCD and external monitor to startup in 1600x1200
resolution, even when no external monitor is plugged in?
No matter what I do, the external defaults to a viewport of 640x480 (or
close to that) if no external monitor is plugged in when starting xorg,
and I have not been able to overide it (the LCD is fine.)  It is
apparently a safety feature so if a monitor that may be damaged by the
sync settings is plugged in it defaults to the lowest common
denominator, but the problem is it doesn't allow you to redetect/reset
the external port once you do plug one in.  I know what monitor and
projectors I am going to use, so this is redundant (or rather, I dont
care - they have protection when overdriven - tested!)
The difficulty is that if I start X, and have lots of windows open, I
have to shut them all down, stop X, plug in the monitor and restart X,
then reopen all my apps.  Not good, especially when arriving to give
lecture and (publicly) having to waste time making xorg get its act
together.  XFree didnt have this problem, so I am sure there is some
work around that I have not discovered yet.  Can anyone suggest what I
need to do?
BillK
 


--
gentoo-user@gentoo.org mailing list


[gentoo-user] Compile Error: kde-base/kdelibs-3.3.2-r2: emerge -uDv world

2005-02-16 Thread Mal Herring
Hi Gentoo-User,
I am doing an emerge -uDv world and getting a failure at
kdelibs-3.3.2-r2.
I have checked the forums and not found much, I checked google groups
and found a spanish post but i cant read spanish and nor can google's
translator it would seem.

I searched the Gentoo-User archives and found a thread with someone
having a similar problem and the fix for that issue was the command :

fix_libtool_files.sh 3.3.4

so i thought i would give it a go - however it did not help...

Can anyone give me some pointers on this please ?

grep: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/libstdc++.la: No such
file or directory
/bin/sed: can't read
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/libstdc++.la: No such file or
directory
libtool: link: `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/libstdc++.la'
is not a valid libtool archive
make[4]: *** [kspell_aspell.la] Error 1
make[4]: Leaving directory
`/var/tmp/portage/kdelibs-3.3.2-r2/work/kdelibs-3.3.2/kspell2/plugins/as
pell'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/var/tmp/portage/kdelibs-3.3.2-r2/work/kdelibs-3.3.2/kspell2/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/kdelibs-3.3.2-r2/work/kdelibs-3.3.2/kspell2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/kdelibs-3.3.2-r2/work/kdelibs-3.3.2'
make: *** [all] Error 2

!!! ERROR: kde-base/kdelibs-3.3.2-r2 failed.
!!! Function kde_src_compile, Line 153, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status
message.

thanks in advance.



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg on a laptop (radeon) - how do I preset the external monitor resolution

2005-02-16 Thread William Kenworthy
xorg.conf can be found at: http://wdk.dyndns.org/xorg.conf.html

Some of the comments at the top of the file are out of date: it is now
running as AGP 4, but GLX has gone back to MESA for some reason.  I have
been working on this for over a month and have tried a lot of things.  I
think xorg 6.7.0 worked, but it failed with 6.8.0 (XFree86 was fine) and
this config is quite different from the old version.  I also had
problems with closing the lid while on an external monitor - it blanked
when the LCD did, at least this doesnt happen with the current config.
Havent tried xinerama, but this has never been neccessary in the past,
and some of the radeon driver options for the second screen cause stray
lockups on resume (they had no effect in any case).  xorg 6.8.0 is not
as good as XFree86, at least for this machine!

BillK


On Wed, 2005-02-16 at 03:02 -0500, Bradley Serbu wrote:
 Could you please post your xorg.conf?
 
 That would help determine how you have set up dual head.
 
 
 William Kenworthy wrote:
 
 Does anyone know what I need in xorg.conf (dell i8200 laptop, radeon M9)
 to allow both the LCD and external monitor to startup in 1600x1200
 resolution, even when no external monitor is plugged in?
 
 No matter what I do, the external defaults to a viewport of 640x480 (or
 close to that) if no external monitor is plugged in when starting xorg,
 and I have not been able to overide it (the LCD is fine.)  It is
 apparently a safety feature so if a monitor that may be damaged by the
 sync settings is plugged in it defaults to the lowest common
 denominator, but the problem is it doesn't allow you to redetect/reset
 the external port once you do plug one in.  I know what monitor and
 projectors I am going to use, so this is redundant (or rather, I dont
 care - they have protection when overdriven - tested!)
 
 The difficulty is that if I start X, and have lots of windows open, I
 have to shut them all down, stop X, plug in the monitor and restart X,
 then reopen all my apps.  Not good, especially when arriving to give
 lecture and (publicly) having to waste time making xorg get its act
 together.  XFree didnt have this problem, so I am sure there is some
 work around that I have not discovered yet.  Can anyone suggest what I
 need to do?
 
 BillK
 
 
   
 
 
 
 --
 gentoo-user@gentoo.org mailing list
 
-- 
William Kenworthy [EMAIL PROTECTED]
Home!


--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Weird apache2 stuff

2005-02-16 Thread Yoann Pannier
Grant wrote:
 Thanks, worked like a charm!  I wonder how apache2 could have been
 restarted manually though.  Should I be worried?

Issuing a '/etc/init.d/apache reload' while apache is not running will
start it in such a way that a later issued '/etc/init.d/apache whatever'
will behave as apache was not previously started.

So this could happen if you do not start apache automatically at boot
and are 'reloading' apache after rotating logs thru logrotate, for example.

-- 
Yoann Pannier


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Compile Error: kde-base/kdelibs-3.3.2-r2: emerge -uDv world

2005-02-16 Thread Neil Bothwick
On Wed, 16 Feb 2005 13:14:22 -, Mal Herring wrote:

 I searched the Gentoo-User archives and found a thread with someone
 having a similar problem and the fix for that issue was the command :
 
 fix_libtool_files.sh 3.3.4
 
 so i thought i would give it a go - however it did not help...
 
 Can anyone give me some pointers on this please ?
 
 grep: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/libstdc++.la: No such
 file or directory

It looks like you've gone from GCC 3.3.3 to 3.3.5. Try

fix_libtool_files.sh 3.3.3

The argument you give to the script is the old GCC version, and your
compile is failing because it can't find a file from 3.3.3. If in doubt,
run fix_libtool_files.sh with no arguments for an explanation of what it
does.


-- 
Neil Bothwick

Handy Guide to Modern Science:
   1. If it's green or it wiggles, it's biology.
   2. If it stinks, it's chemistry.
   3. If it doesn't work, it's physics.


pgpkPbBNKvMVB.pgp
Description: PGP signature


[gentoo-user] emerge libgnomeui error

2005-02-16 Thread Mauro Faccenda
I'm installing a new box, and when I try to install gnome, I get this error:
../libtool: line 1: cd: usr/lib: No such file or directory
libtool: link: warning: cannot determine absolute directory name of 
`usr/lib'
grep: usr/lib/libgnome-2.la: No such file or directory
/bin/sed: can't read usr/lib/libgnome-2.la: No such file or directory
libtool: link: `usr/lib/libgnome-2.la' is not a valid libtool archive
make[4]: *** [libgnomeui-2.la] Error 1
make[4]: Leaving directory 
`/var/tmp/portage/libgnomeui-2.8.0/work/libgnomeui-2.8.0/libgnomeui'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/libgnomeui-2.8.0/work/libgnomeui-2.8.0/libgnomeui'
make[2]: *** [all] Error 2
make[2]: Leaving directory 
`/var/tmp/portage/libgnomeui-2.8.0/work/libgnomeui-2.8.0/libgnomeui'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/libgnomeui-2.8.0/work/libgnomeui-2.8.0'
make: *** [all] Error 2

Does anyone knows how to get rid of this problem?
[]'s
.m
--
gentoo-user@gentoo.org mailing list


[gentoo-user] D600 + TV out

2005-02-16 Thread Ow Mun Heng
Hi All,

Has anyone gotten any success with getting a D600 Laptop to produce
TVout? I've tried atitvout but it doesn't really work.



--
Ow Mun Heng
Gentoo/Linux on DELL D600 1.4Ghz 
98% Microsoft(tm) Free!! 
Neuromancer 18:19:12 up 1:00, 1 user, 
load average: 0.29, 0.15, 0.12 


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sharing evolution calendars, kinda

2005-02-16 Thread Nick Smith
On Wed, 2005-02-16 at 12:15 +0100, Frank Schafer wrote:
 Evolution 2.1.x shares calendars with SM Office, thus I think this will
 solve your problem too.
 
 Regards
 Frank
 
how do i get it?


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sharing evolution calendars, kinda

2005-02-16 Thread Frank Schafer
This is how I found it:

www.freshmeat.net

search string: Evolution

Exact match: Evolution (click the link)
Homepage: http://www.novell.com/products/evolution/ (click the link)

additional information: (click the link)

choose ''Download''

Unstable Release Download  that's it.

It'll take some work to build it. I got everything, built it and
downloaded additional packages if some configure or make refused because
of missing/wrong version packages.

That's the Linux way to do such a task (running Slackware in this case).
Maybe there will be a ebuild some day for the gentoo way.

Regards
Frank


On Wed, 2005-02-16 at 09:21 -0500, Nick Smith wrote:
 On Wed, 2005-02-16 at 12:15 +0100, Frank Schafer wrote:
  Evolution 2.1.x shares calendars with SM Office, thus I think this will
  solve your problem too.
  
  Regards
  Frank
  
 how do i get it?
 
 
 --
 gentoo-user@gentoo.org mailing list
 
-- 
Frank Schafer
System specialist
T-Systems Czech s.r.o.
Klobounick 1435/24, 140 00 Praha 4
Tel.: +420 296529522
Fax: +420 296529129
Mobil: +420 605 202 419
E-mail: [EMAIL PROTECTED]
Internet: http://www.t-systems.cz



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - espersunited.com saga; IMAP and POP3 access

2005-02-16 Thread Michael Sullivan
My bullet:/etc/xinetd.d/imap file:

# default: off
# description: The IMAP service allows remote users to access their mail
using \
#  an IMAP client such as Mutt, Pine, fetchmail, or Netscape
\
#  Communicator.
service imap
{
socket_type = stream
wait= no
user= root
server  = /usr/sbin/imapd
log_on_success  += HOST DURATION
log_on_failure  += HOST
disable = no
}

The rpm query returns imap-2002d-3.  Likewise for ipop3d...


On Wed, 2005-02-16 at 15:44 +1300, Nick Rout wrote:
 OK thats annoying, by contrast I get:
 
 [EMAIL PROTECTED] nick $ telnet localhost 143
 Trying 127.0.0.1...
 Connected to localhost.
 Escape character is '^]'.
 * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT 
 THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP 
 ready. Copyright 1998-2004 Double Precision, Inc.  See COPYING for 
 distribution information.
 
 ie, my IMAP server tells me its running Courier. 
 
 Yours doesn't say at all which means either:
 
 1. it is not running courier, or
 
 2. it is running courier, but courier is configured to not announce
 itself by name. 
 
 Therefore we are no further ahead.
 
 To unravel this go to the FC box and look in the /etc/xinet.d/ directory and 
 look at the file that starts imap, its probably called imap. Look at
 that file and see what program is being run. I don't run imap from
 xinetd so the example I am about to give is for the printer service, but the 
 principle is the same:
 
 service printer
 {
 socket_type = stream
 protocol= tcp
 wait= no
 user= lp
 server  = /usr/lib/cups/daemon/cups-lpd
 disable = yes
 
 
 the server being run is /usr/lib/cups/daemon/cups-lpd, so now you need
 to find out what package that file belongs to
 
 rpm -qf /usr/lib/cups/daemon/cups-lpd - should give you the package name. 
 (obviously that is for my printer example)
 
 report back the answer and we will work from there :-)
 
 
 On Tue, 15 Feb 2005 20:22:05 -0600
 Michael Sullivan wrote:
 
  [EMAIL PROTECTED] michael $ telnet bullet 110
  Trying 192.168.1.2...
  Connected to bullet.espersunited.com.
  Escape character is '^]'.
  +OK POP3 bullet.espersunited.com v2003.83rh server ready
  
  
  Trying 192.168.1.2...
  Connected to bullet.espersunited.com.
  Escape character is '^]'.
  * OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS STARTTLS AUTH=LOGIN]
  bullet.espersunited.com IMAP4rev1 2003.338rh at Tue, 15 Feb 2005
  20:18:41 -0600 (CST)
  
  
  I don't quite understand this information, but it seems to me that it
  doesn't say anything beyond what we already know.  And also bullet has
  FC1 installed, not FC3, if that matters...
  
  On Wed, 2005-02-16 at 15:03 +1300, Nick Rout wrote:
   On Tue, 15 Feb 2005 09:32:29 -0600
   Michael Sullivan wrote:
   
The problem is that I don't know what's providing IMAP/POP3 on the FC1
box.  In redhat-config-services they're just listed as imap and
ipop3.  I did a full install of FC1 on that box, so all of the
packages were already installed; I just had to edit a couple of files
in /etc/sysconfig and start the daemons.  All I know about the IMAP and
POP3 services is that they depend on xinetd.   Does that help?
   
   The problem is if you don't know what software package is providing imap 
   and pop on your FC3 box then we'll find it difficult to  replicate it
   for you.
   
   Try telnetting to ports 110 and 143 on your FC3 box, the servers usually
   announce themselves by name.
   
   
  -- 
  
  
  --
  gentoo-user@gentoo.org mailing list
 
-- 


--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] 2.6.10 and automounting ?

2005-02-16 Thread Covington, Chris
 Yes, the patch that enables supermount (supermount 
 is not a native kernel function) was removed 

So how does one now get the same functionality that supermount had?
What's the alternative?

Chris

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] 2.6.10 and automounting ?

2005-02-16 Thread Holly Bostick
Covington, Chris wrote:
Yes, the patch that enables supermount (supermount 
is not a native kernel function) was removed 
So how does one now get the same functionality that supermount had?
What's the alternative?
Chris
As I said in my answer to the original question (which was exactly this):
1) get the supermount patch (available from the ck-sources homepage, and 
likely other locations), and patch the kernel yourself to re-enable 
supermount (by selecting it in the patched kernel);

2) use subfs (also a kernel option, but I don't remember if it's native 
to the kernel or a patch, or even where it is in the kernel config, sorry);

3) use the user-space replacement ivman, which requires hal and dbus to 
work, or you can use gnome-volume-manager with hal and dbus to 
accomplish the same.

HTH,
Holly
--
gentoo-user@gentoo.org mailing list


[gentoo-user] Error in the emerge of gpm-1.20.1

2005-02-16 Thread Maxim Vexler
Hi all,

I try to do an [emerge -e system] and get this error :


/usr/bin/emacs -batch -l /var/tmp/portage/gpm-1.20.1/work/gpm-1.20.1/contrib/ema
cs/exec.el -exec '(byte-compile-file emacs/t-mouse.el)'
/usr/bin/emacs: error while loading shared libraries: libXm.so.2: cannot open sh
ared object file: No such file or directory
make[1]: *** [emacs/t-mouse.elc] Error 127
make[1]: Leaving directory `/var/tmp/portage/gpm-1.20.1/work/gpm-1.20.1/contrib'
make: *** [do-all] Error 1

!!! ERROR: sys-libs/gpm-1.20.1 failed.
!!! Function src_compile, Line 46, Exitcode 2
!!! (no error message)


which is pretty obvious considering :


# locate libXm.so
/opt/blackdown-jdk-1.4.2.01/jre/lib/i386/libXm.so.3
/usr/lib/libXm.so
/usr/lib/libXm.so.3.0.2
/usr/lib/libXm.so.3


My questions are :

a. Why is this happening (i.e. is this a bug, or a misconfiguration on my side)
b. How should I fix this ?
c. Is gpm a must?, I can't really verify that I use the mouse in the console.
if not how can I remove it(gpm) from [system] so that the [emerge -e]
can be finished successfully.

I'm new enough to gentoo, so that if further information is required
please be kind enough to ask (:

Thank you.

-- 
Cheers, 
Maxim Vexler (hq4ever).

Do u GNU ?

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] 2.6.10 and automounting ?

2005-02-16 Thread Neil Bothwick
On Wed, 16 Feb 2005 10:55:17 -0500, Covington, Chris wrote:

  Yes, the patch that enables supermount (supermount 
  is not a native kernel function) was removed 
 
 So how does one now get the same functionality that supermount had?

By repatching the kernel. The Gentoo devs may have decided to remove it
from gentoo-dev-sources, but it is easy enough to re-apply the patch after
merging them.

 What's the alternative?

ivman, autofs, subfs; but none of them do exactly the same as supermount.


-- 
Neil Bothwick

Mac screen message: Like, dude, something went wrong.


pgpSLnPQd0a3w.pgp
Description: PGP signature


RE: [gentoo-user] Error in the emerge of gpm-1.20.1

2005-02-16 Thread Dave Nebinger
 My questions are :
 
 a. Why is this happening (i.e. is this a bug, or a misconfiguration on my
 side)
 b. How should I fix this ?

Don't believe it's a bug, but then I'm not running emacs so I don't have
that use flag set.

You could try an env-update, which would rebuild the ld cache and might
resolve it.

 c. Is gpm a must?, I can't really verify that I use the mouse in the
 console.
 if not how can I remove it(gpm) from [system] so that the [emerge -e]
 can be finished successfully.

You can do an emerge -C gpm to remove it, and no it is not necessary.
Although I do a lot of stuff from the console and find gpm to be very handy,
it's totally up to you to keep it or dump it.



--
gentoo-user@gentoo.org mailing list



[gentoo-user] Cygwin and Sygwin

2005-02-16 Thread Yuval Scharf
Hello,

Is it the same thing?

If not, what is Sygwin and where can I find it?

Thanks, 
Yuval Scharf 

--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Cygwin and Sygwin

2005-02-16 Thread Dave Nebinger

 Is it the same thing?

Freshmeat shows no projects with that name and google matches seem to
indicate they are the same (people entering typos).

http://www.cygwin.org

Dave



--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Cygwin and Sygwin

2005-02-16 Thread Dave Nebinger
 http://www.cygwin.org

Oops, that should have been http://www.cygwin.com

Dave



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Cygwin and Sygwin

2005-02-16 Thread Yuval Scharf
On Wednesday 16 February 2005 19:26, Dave Nebinger wrote:
  http://www.cygwin.org

 Oops, that should have been http://www.cygwin.com

 Dave



 --
 gentoo-user@gentoo.org mailing list

Well, people entering typos :-)

Yuval Scharf

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Error in the emerge of gpm-1.20.1

2005-02-16 Thread Jason Cooper
Dave Nebinger ([EMAIL PROTECTED]) scribbled:
  My questions are :
  
  a. Why is this happening (i.e. is this a bug, or a misconfiguration on my
  side)
  b. How should I fix this ?
 
 Don't believe it's a bug, but then I'm not running emacs so I don't have
 that use flag set.
 
 You could try an env-update, which would rebuild the ld cache and might
 resolve it.

This is happening because the newest versions of X.org have moved a
bunch of files around.  Partly for FHS compliance, and partly other
reasons.  

It looks like a path was hard-coded into the package.  Try re-merging
gpm while the new X.org is installed.  That should fix it.  

hth,

Cooper.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gpm

2005-02-16 Thread Martin Scharrer
On Sunday 06 February 2005 20:36, PK wrote:
 how do you specify a usb mouse for gpm?
My USB mouse is working with gpm with:

MOUSE=ps2
MOUSEDEV=/dev/input/mice

It's a laptop, both mouse and touchpad are working with this settings at the 
same time.

best
Martin

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Assistance? Kernel 2.6.10-as2-grsec-20050124: proftpd segfaulting (11 / SIGSEGV)

2005-02-16 Thread fire-eyes
(I sent this to grsecurity mailing list as well, i'm desperately seeking input. 
Yes, I run gentoo)

I'm running kernel 2.6.10, with the as2 patch, with grsecurity 20050124
patch.

I've been thrilled with it using it here on a server, except for one
problem i've run into. Proftpd keeps segfaulting , that is, signal 11
(SIGSEGV).

It worked fine for all of today, up till a while ago (while I was at
lunch, of course :P ), then clients could not log in, their FTP sessions
were immediately closed.

Logs show many lines similar to:

grsec: From 192.168.1.128: signal 11 sent
to /usr/sbin/proftpd[proftpd:386]
uid/euid:0/1001 gid/egid:407/407,
parent /usr/sbin/proftpd[proftpd:29018]

Now, does this mean grsecurity sent that signal? Or is this just the
signal logging?

I repeatedly stopped proftpd and started it back up, and kept getting
the same problem.

I rebooted to 2.6.10, and I am not having this problem, but needless to
say I'm very nervous.

Any ideas?



--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Assistance? Kernel 2.6.10-as2-grsec-20050124: proftpd segfaulting(11 / SIGSEGV)

2005-02-16 Thread Dave Nebinger
 Now, does this mean grsecurity sent that signal? Or is this just the
 signal logging?

Grsecurity is sending the signal.  Segment violations are usually culprits
of bad pointer referencing, not that it would help identify why grsecurity
is failing.



--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Assistance? Kernel 2.6.10-as2-grsec-20050124: proftpd segfaulting(11 / SIGSEGV)

2005-02-16 Thread fire-eyes
On Wed, 2005-02-16 at 14:34 -0500, Dave Nebinger wrote:
  Now, does this mean grsecurity sent that signal? Or is this just the
  signal logging?
 
 Grsecurity is sending the signal.  Segment violations are usually culprits
 of bad pointer referencing, not that it would help identify why grsecurity
 is failing.

Okay thanks a LOT for the clarification. That makes me feel a lot
better, since I rebooted with 2.6.10. I'd rather temporarily not have
grsec than have my clients being kicked out, phew.


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gpm

2005-02-16 Thread PK
Martin Scharrer wrote:
On Sunday 06 February 2005 20:36, PK wrote:
how do you specify a usb mouse for gpm?
My USB mouse is working with gpm with:
MOUSE=ps2
MOUSEDEV=/dev/input/mice
It's a laptop, both mouse and touchpad are working with this settings at the 
same time.

best
Martin
--
gentoo-user@gentoo.org mailing list

nope no joy
I keep getting an error message saying
please use -m /dev/mouse -t protocol
if I use the above settings.
:/

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] perl seems broken: pulling in multiple perl versions

2005-02-16 Thread Boyd Stephen Smith Jr.
On Wednesday 16 February 2005 06:44 am, William Kenworthy 
[EMAIL PROTECTED] wrote:
 My perl seems broken.

 Should I manually purge the older 5.8.0 stuff and rerun the utilities,
 or is that a bad idea?  How best to fix?

Some (all?) perl modules end up bound to a certain perl version.

There's a script available (can't remember the name, ATM) that will 
automatically remove and remerge all your perl modules.  Unfortunately, 
last I heard it ended up adding them all your your world file. (This is 
not a problem, per se, but generally perl modules are pulled in as 
dependencies so they fon't really belong in world.)

You can always fix the packages individually by running:
emerge -C package
emerge -1 package

(The -1 is for --oneshot which prevents the package from being added to the 
world file.)

HTH

-- 
Boyd Stephen Smith Jr.
[EMAIL PROTECTED]
ICQ: 514984 YM/AIM: DaTwinkDaddy

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] perl seems broken: pulling in multiple perl versions

2005-02-16 Thread Leif B. Kristensen
On Wednesday 16 February 2005 20:38, Boyd Stephen Smith Jr. wrote:
 There's a script available (can't remember the name, ATM) that will
 automatically remove and remerge all your perl modules. 

/usr/portage/dev-lang/perl/files/perl-cleaner all
-- 
Leif Biberg Kristensen
http://solumslekt.org/

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] dvd permissions ?

2005-02-16 Thread raptor
the problem is that even restart didnt help

growisofs
---
/dev/ide/host0/bus1/target0/lun0/cd: pre-formatting blank DVD+RW...
:-( unable to FORMAT UNIT (Fh/FFh/FFh): Operation not permitted

# ll /dev/ide/host0/bus1/target0/lun0/cd
brw-rw-rw-1 blah   cdrw  22,   0 Jan  1  1970 
/dev/ide/host0/bus1/target0/lun0/cd

I'm in the cdrw group..


| So if not this is the problem I can continue tests and not convert to 
windows-junkie,
| restarting and restarting and restarting :))
|
|Restarting is the final test to insure all changes work together and nothing 
has been
|forgotten.  Sometimes, restarting shows sequence errors.  Restarting because 
device nodes
|have changed, on non-hotplug devices, is sometimes necessary as well.  
Restarting for
|valid reasons is fine.  Restarting becuase of an update to a web-browser or 
virus scan
|engine, is just poor initial design.

]- yep i need to know all places where the system has to be touched so that i 
dont need to restart..:)
Restarting is a bad habbit, that windows tought us to do... 
Especialy when we talk about gentoo...
dont forget that  the main idea of it...is to learn the system..
We cant learn everything but with the right guidance many things are possible 
:)

|
|Bob

--
gentoo-user@gentoo.org mailing list



[gentoo-user] perl: ithreads USER flag?

2005-02-16 Thread fire-eyes
Is anyone using ~x86 perl with the ithreads USE flag?

Using an SMP (not HT) system, and thinking that could help things out.
Looking for reasons not to, first...


--
gentoo-user@gentoo.org mailing list



[gentoo-user] linux kernel disk probe order

2005-02-16 Thread Jesse Guardiani
Hello,

I have SATA (Promise tx2plus libata) and SCSI
disks in one of my machines. My SATA disks are
primary, and the SCSI disks are just kept around
for legacy stuff.

I just recompiled my kernel so that the SCSI
module would be compiled directly into my
kernel, just in case I needed to boot from one
of my SCSI disks. This action had the unfortunate
side-effect of placing the SCSI disks BEFORE
my SATA disks in drive numbering/lettering.

Is there a way to tell the kernel at either
compile or boot time to give priority to the
SATA drivers?

Thanks!

-- 
Jesse Guardiani, Systems Administrator
WingNET Internet Services,
P.O. Box 2605 // Cleveland, TN 37320-2605
423-559-LINK (v)  423-559-5145 (f)
http://www.wingnet.net



--
gentoo-user@gentoo.org mailing list



[gentoo-user] USB pendrive and missing /dev/sda

2005-02-16 Thread Calvin Spealman
For most of the time my machine has been set up, I have been able to use USB
storage devices without any trouble (mostly). Recently, after a kernel
upgrade, I found that /dev/sda had gone missing. The confusing part is that
I hadn't changed any configurations in the kernel for anything at all. The
modules are all loaded, and I can even see the device in lsusb, I just
don't have a block device to mount it from. So, what could be causing this
and how can I fix it? Manually creating the node isn't a problem, if I can
find the major-minor numbers, which I can't.


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] perl seems broken: pulling in multiple perl versions

2005-02-16 Thread William Kenworthy
As said in the original email, I had run the scripts numerous times with
no effect.  I eventually figured out that perl-cleaner was giving an
error message about files it couldnt handle, so I moved them away, and
it all works now.  Made me take a closer look at its output.

Thanks,
BillK

On Wed, 2005-02-16 at 21:13 +0100, Leif B. Kristensen wrote:
 On Wednesday 16 February 2005 20:38, Boyd Stephen Smith Jr. wrote:
  There's a script available (can't remember the name, ATM) that will
  automatically remove and remerge all your perl modules. 
 
 /usr/portage/dev-lang/perl/files/perl-cleaner all
-- 
William Kenworthy [EMAIL PROTECTED]
Home!


--
gentoo-user@gentoo.org mailing list



[gentoo-user] LISA problems

2005-02-16 Thread David Corbin
When I try to start LISA (/etc/init.d/lisa start), it seems to succeed, but 
I can find no process running, and KDE doesn't think it's running.  I can 
find no log file that might explain why, and configuration information is 
scarce.

Please point in the right direction for solving this.

David

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] USB pendrive and missing /dev/sda

2005-02-16 Thread Scott Taylor
On Wed, 2005-02-16 at 16:29 +, Calvin Spealman wrote:
 For most of the time my machine has been set up, I have been able to use USB
 storage devices without any trouble (mostly). Recently, after a kernel
 upgrade, I found that /dev/sda had gone missing. The confusing part is that
 I hadn't changed any configurations in the kernel for anything at all. The
 modules are all loaded, and I can even see the device in lsusb, I just
 don't have a block device to mount it from. So, what could be causing this
 and how can I fix it? Manually creating the node isn't a problem, if I can
 find the major-minor numbers, which I can't.

did you perhaps select this option under block devices:  
  Low Performance USB Block driver

It cripples the usb-storage module


--
Scott Taylor - [EMAIL PROTECTED] 




--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] top illegal instruction with 2.6.10-r6 SMP kernel

2005-02-16 Thread Leif B. Kristensen
On Wednesday 16 February 2005 23:33, Jesse Guardiani wrote:
 I'm getting an illegal instruction crash every time I
 try to run `top`. It seems to be only top that is effected.
 Everything else runs fine.

 This is a dual CPU PII 400mhz box. I've run SMP and non SMP
 versions of the 2.6.10-r6 kernel on it, and recompiled procps
 each time with no luck.

For what it's worth, I'm running top with no problems at all on the 
exact same kernel version:

balapapa root # uname -a
Linux balapapa 2.6.10-gentoo-r6 #1 SMP Sun Jan 23 19:23:26 CET 2005 i686 
Intel(R) Pentium(R) 4 CPU 3.00GHz GenuineIntel GNU/Linux
-- 
Leif Biberg Kristensen
http://solumslekt.org/

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] linux kernel disk probe order

2005-02-16 Thread Boyd Stephen Smith Jr.
On Wednesday 16 February 2005 03:25 pm, Jesse Guardiani [EMAIL PROTECTED] 
wrote:
 Is there a way to tell the kernel at either
 compile or boot time to give priority to the
 SATA drivers?

While I have no experience with it, udev seems to be the solution to this 
madness.  You may have to twiddle with your udev rules...

/Still stuck in devfs-land

-- 
Boyd Stephen Smith Jr.
[EMAIL PROTECTED]
ICQ: 514984 YM/AIM: DaTwinkDaddy

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] linux kernel disk probe order

2005-02-16 Thread Neil Bothwick
On Wed, 16 Feb 2005 16:28:23 -0600, Boyd Stephen Smith Jr. wrote:

  Is there a way to tell the kernel at either
  compile or boot time to give priority to the
  SATA drivers?
 
 While I have no experience with it, udev seems to be the solution to
 this  madness.  You may have to twiddle with your udev rules...

I don't think udev will help here, because it loads its rules from your
root partition, so the kernel has to be passed the root= option using the
original labelling.


-- 
Neil Bothwick

Many husbands go broke on the money their wives save on sales.


pgp6sC9BsAsLH.pgp
Description: PGP signature


[gentoo-user] Gentoo on Sony VIAO

2005-02-16 Thread Michael Sullivan

My wife's father recently brought us another PC - a Sony VIAO.  We
decided that it would be my wife's computer because I'm always using our
HP.  We took it to the shop last Friday to get the hard drive and RAM
upgraded and then got it back today.  My wife wanted me to install
Gentoo on it, but this is proving difficult for me.  The problem is
this:  The computer is so old that even though the BIOS is set to boot
from CD before attempting to boot from the hard drive, CD booting
doesn't work.  The only way to install Gentoo that I know of is by
booting up the LiveCD.  I need a 3.5 floppy disk alternative.  Is there
a way to make a 3.5 floppy disk that would allow me to boot the
computer and then mount my Gentoo CD and continue from there?  So far
today I've tried the following:

Attempt:  

Creating a boot-up floppy from my FC1 installation

Result:

Floppy booted successfully to a point, but then repeated   hdb:
interrupt lost indefinitely

Attempt:  

Downloaded and wrote to floppy the Fedora Core 1 bootfloppy.img from the
Fedora site.

Result:

Same as above

Attempt:

Downloaded and wrote to CD image of pocket-linux (www.pocket-linux.org)

Result:

Booted up successfully, but had no /dev/cdrom0 to allow me to mount the
Gentoo CD.  I could not find the correct device to mount the CD-ROM
drive.

Attempt:  Went to Knoppix site looking for floppy images

Result:

Site was in German, so I could not understand it.

My wife and I are moving to another town in a few days, and I would
really like to have Gentoo on her machine before we go.  Please help!



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo on Sony VIAO

2005-02-16 Thread Holly Bostick
Michael Sullivan wrote:
My wife's father recently brought us another PC - a Sony VIAO.  We
decided that it would be my wife's computer because I'm always using our
HP.  We took it to the shop last Friday to get the hard drive and RAM
upgraded and then got it back today.  My wife wanted me to install
Gentoo on it, but this is proving difficult for me.  The problem is
this:  The computer is so old that even though the BIOS is set to boot
from CD before attempting to boot from the hard drive, CD booting
doesn't work.  The only way to install Gentoo that I know of is by
booting up the LiveCD.  I need a 3.5 floppy disk alternative.  Is there
a way to make a 3.5 floppy disk that would allow me to boot the
computer and then mount my Gentoo CD and continue from there? 
Smart Boot Manager: http://btmgr.sourceforge.net/about.html
HTH,
Holly
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Gentoo on Sony VIAO

2005-02-16 Thread Nick Rout

On Thu, 17 Feb 2005 00:45:54 +0100
Holly Bostick wrote:

 Michael Sullivan wrote:

  a way to make a 3.5 floppy disk that would allow me to boot the
  computer and then mount my Gentoo CD and continue from there? 
 
 Smart Boot Manager: http://btmgr.sourceforge.net/about.html

new url, that one works but the important links like download off it
don't
try this one:

http://btmgr.webframe.org/


 
 HTH,
 Holly
 
 --
 gentoo-user@gentoo.org mailing list



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] LISA problems

2005-02-16 Thread Nick Rout
is the config file (somewhere in /etc) right?

On Wed, 16 Feb 2005 17:18:39 -0500
David Corbin wrote:

 When I try to start LISA (/etc/init.d/lisa start), it seems to succeed, but 
 I can find no process running, and KDE doesn't think it's running.  I can 
 find no log file that might explain why, and configuration information is 
 scarce.
 
 Please point in the right direction for solving this.
 
 David
 
 --
 gentoo-user@gentoo.org mailing list

-- 
Nick Rout
Barrister  Solicitor
Christchurch
http://www.rout.co.nz
[EMAIL PROTECTED]


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo on Sony VIAO - OT

2005-02-16 Thread Michael Sullivan
I went to the site.  It looks ideal for what I'm attempting.  I can't
seem to get it to work.  I downloaded the main file, the support file,
and the docs archive onto my wife's PC and installed it as per the
instructions in the docs.  I went out to the DOS prompt and typed:

sbmist -t us -d 128

and it asked me a few questions, which I answered.  Then it said
Installation Successful, but when I rebooted the PC it gave me the
message:  SMBK Bad!  Is there another way?

On Thu, 2005-02-17 at 13:24 +1300, Nick Rout wrote:
 On Thu, 17 Feb 2005 00:45:54 +0100
 Holly Bostick wrote:
 
  Michael Sullivan wrote:
 
   a way to make a 3.5 floppy disk that would allow me to boot the
   computer and then mount my Gentoo CD and continue from there? 
  
  Smart Boot Manager: http://btmgr.sourceforge.net/about.html
 
 new url, that one works but the important links like download off it
 don't
 try this one:
 
 http://btmgr.webframe.org/
 
 
  
  HTH,
  Holly
  
  --
  gentoo-user@gentoo.org mailing list
 
 
 
 --
 gentoo-user@gentoo.org mailing list
-- 


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo on Sony VIAO - OT

2005-02-16 Thread Holly Bostick
Michael Sullivan wrote:
I went to the site.  It looks ideal for what I'm attempting.  I can't
seem to get it to work.  I downloaded the main file, the support file,
and the docs archive onto my wife's PC and installed it as per the
instructions in the docs.  I went out to the DOS prompt and typed:
sbmist -t us -d 128
and it asked me a few questions, which I answered.  Then it said
Installation Successful, but when I rebooted the PC it gave me the
message:  SMBK Bad!  Is there another way?
I thought you wanted to install it to a floppy. Wouldn't the command 
then be

sbmist -t us -d 0
?
  -d drv   set the drive that you want to install Boot Manager;
for Linux:
   /dev/fd0 is the first floppy drive
   /dev/hda is the first hard drive
for DOS:
   0   is the first floppy drive
   128 is the first hard drive;
Heaven only knows where it installed to on the first HDD. Is the HDD 
even formatted?

Holly
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] LISA problems

2005-02-16 Thread David Corbin
On Wednesday 16 February 2005 07:25 pm, Nick Rout wrote:
 is the config file (somewhere in /etc) right?

I cannot find one.  /etc/conf.d/lisa comments make it look like it should be 
in /etc/lisarc, but it's not there.  Where can I find sample and/or 
documentation.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo on Sony VIAO - OT

2005-02-16 Thread Nick Rout

On Wed, 16 Feb 2005 18:54:43 -0600
Michael Sullivan wrote:

 I went to the site.  It looks ideal for what I'm attempting.  I can't
 seem to get it to work.  I downloaded the main file, the support file,
 and the docs archive onto my wife's PC and installed it as per the
 instructions in the docs.  I went out to the DOS prompt and typed:
 
 sbmist -t us -d 128
 
 and it asked me a few questions, which I answered.  Then it said
 Installation Successful, but when I rebooted the PC it gave me the
 message:  SMBK Bad!  Is there another way?

I thought you wanted to put it on a floppy, I have never been game to
stuff up my MBR in that way.

If the system is presently running windows, and you want a quick fix,
your windows 2k/xp cd will give you a fix, or on win 9x/me use the
appropriate boot floppy and run fdisk /mbr

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] LISA problems

2005-02-16 Thread Nick Rout

On Wed, 16 Feb 2005 20:39:17 -0500
David Corbin wrote:

 On Wednesday 16 February 2005 07:25 pm, Nick Rout wrote:
  is the config file (somewhere in /etc) right?
 
 I cannot find one.  /etc/conf.d/lisa comments make it look like it should be 
 in /etc/lisarc, but it's not there.  Where can I find sample and/or 
 documentation.

I remember having to google to find it. here is mine. dunno where i
found out how to do it. qpkg -f /etc/lisarc returns nothing, so there
seems to be no default installed. Maybe there is something in the kde
docos?

SecondWait = -1
SearchUsingNmblookup = 0
DeliverUnnamedHosts = 0
FirstWait = 30
MaxPingsAtOnce = 256
UpdatePeriod = 300
PingAddresses = 192.168.1.1/255.255.255.0;
AllowedAddresses = 192.168.1.1/255.255.255.0;
BroadcastNetwork = 192.168.1.1/255.255.255.0;
PingNames =


obviously your LAN address range may differ.

 
 --
 gentoo-user@gentoo.org mailing list

-- 
Nick Rout
Barrister  Solicitor
Christchurch
http://www.rout.co.nz
[EMAIL PROTECTED]


--
gentoo-user@gentoo.org mailing list



[gentoo-user] Giving a user his own partition

2005-02-16 Thread Mark Knecht
Hi,
   I'm having trouble on a Gentoo machine that's run fine for the last
15 months but is now having trouble with Evolution. I suspect that
it's possibly caused by my lack of knowledge about mounting partitions
and possibly coupled with recent updates. I hope you can set me
straight.

   The machine is owned by essentially a single user, my dad, and then
I have an account so that I can log on and administer the machine.
When I originally set the machine up I did not put /home on a separate
partition from / and late we ran out of space. The drive had more
space so I created a new partition just for my dad's account, copied
his data there and then tried mounting that partition under /home/herb
but what I found was that he couldn't write to the drive. I didn't
understand the permissions issues well enough so what I did was a bit
strange. I made a directory on the partition called 'herb' and gave
him ownership of that. I mounted that partition under /mnt/extrahome
and under /home I created a link

/home/herb-/mnt/extrahome/herb

gandalf root # ls -al /mnt/extrahome/
total 28
drwxrwxrwx   4 root root   4096 Jun  3  2004 .
drwxr-xr-x   8 root root   4096 Jun  3  2004 ..
drwx--  67 herb users  4096 Feb 16 17:23 herb
drwx--   2 root root  16384 Jun  3  2004 lost+found
gandalf root #

gandalf home # ls -la
total 12
drwxr-xr-x   3 root root  4096 Feb 16 17:53 .
drwxr-xr-x  18 root root  4096 Nov 22 20:43 ..
-rw-r--r--   1 root root 0 Nov 15 18:09 .keep
lrwxr-xr-x   1 root root19 Feb 16 17:53 herb - /mnt/extrahome/herb
drwx--  44 mark users 4096 Feb 16 17:28 mark
gandalf home #

and as 'herb':


[EMAIL PROTECTED] herb $ pwd
/home/herb
[EMAIL PROTECTED] herb $ df
Filesystem   1K-blocks  Used Available Use% Mounted on
/dev/sda3  4892408   3890844753044  84% /
/dev/sda6  9612604   3691232   5433076  41% /mnt/portage
none257792 0257792   0% /dev/shm
/dev/sda8  9612604   1247096   7877212  14% /mnt/extrahome
[EMAIL PROTECTED] herb $

This has worked fun until this week but now Evolution is complaining.
There are some strange messages like:

[EMAIL PROTECTED] herb $ evolution

(evolution:7909): camel-WARNING **: Invalid root:
'/home/herb/.evolution/mail/local/Inbox.ibex.index'

(evolution:7909): camel-WARNING **: version: TEXT.000 (TEXT.000)

(evolution:7909): camel-WARNING **: block size: 1024 (1024) OK

(evolution:7909): camel-WARNING **: free: 0 (0 add size  1024) OK

(evolution:7909): camel-WARNING **: last: 6144 (6144 and size: 1024) BAD

(evolution:7909): camel-WARNING **: flags: unSYNC


When I run Evolution on this machine in my account (mark) Evolution
runs fine but I run on the normal root partition under /home without
the link that he has.

Is this what's causing the problem?

My problem right now is that I'd like to mount /dev/sda8/herb under
/home/herb but I don't know how to mount the directory there. I also
don't know how to mount the top of the drive under /home/herb and give
him write access. There's a lost+found directory he'd see that I'd
prefer he didn't, etc.

What do I do to fix this up and give him the disk space he needs and
make the system work?

What do those camel messages above mean?

Thanks in advance,
Mark

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo on Sony VIAO - OT [SOLVED]

2005-02-16 Thread Michael Sullivan
OK I understand.  I installed it on a floppy disk and it works great.
Thanks for all your help!

On Thu, 2005-02-17 at 02:06 +0100, Holly Bostick wrote:
 Michael Sullivan wrote:
  I went to the site.  It looks ideal for what I'm attempting.  I can't
  seem to get it to work.  I downloaded the main file, the support file,
  and the docs archive onto my wife's PC and installed it as per the
  instructions in the docs.  I went out to the DOS prompt and typed:
  
  sbmist -t us -d 128
  
  and it asked me a few questions, which I answered.  Then it said
  Installation Successful, but when I rebooted the PC it gave me the
  message:  SMBK Bad!  Is there another way?
  
 
 I thought you wanted to install it to a floppy. Wouldn't the command 
 then be
 
 sbmist -t us -d 0
 
 ?
 
-d drv   set the drive that you want to install Boot Manager;
  for Linux:
 /dev/fd0 is the first floppy drive
 /dev/hda is the first hard drive
  for DOS:
 0   is the first floppy drive
 128 is the first hard drive;
 
 
 Heaven only knows where it installed to on the first HDD. Is the HDD 
 even formatted?
 
 Holly
 
 
 --
 gentoo-user@gentoo.org mailing list
-- 


--
gentoo-user@gentoo.org mailing list



[gentoo-user] Problems building GTK+

2005-02-16 Thread David Corbin
while emerging x11-libs/gtk+-2.4.14

I get this:

grep: /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/libstdc++.la: No such file or 
directory
/bin/sed: can't read /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/libstdc++.la: No 
such file or directory


Ideas?  Who should have the libstdc++ I need?
David

--
gentoo-user@gentoo.org mailing list



[gentoo-user] X and I855GM

2005-02-16 Thread Gaël TRIGALLEAU
Hi every body , i have juste installed a gentoo stage 2 on a toshiba 
laptop A30 C2.6 with 512Mo shared memory, and i have some probleme to 
use the driver I855GM (wich is experimental) in my xorg configuration

lspci | grep VGA:
:00:02.0 VGA compatible controller: Intel Corp. 82852/855GM 
Integrated Graphics Device (rev 02)

lsmod
Module  Size  Used by
i810   80484  0
snd_pcm_oss49316  0
snd_mixer_oss  18048  1 snd_pcm_oss
snd_seq_oss32640  0
snd_seq_midi_event  6272  1 snd_seq_oss
snd_seq49936  4 snd_seq_oss,snd_seq_midi_event
snd_seq_device  7052  2 snd_seq_oss,snd_seq
parport_pc 30532  0
parport32584  1 parport_pc
8139too21248  0
mii 4224  1 8139too
snd_intel8x0   28832  2
snd_ac97_codec 74080  1 snd_intel8x0
snd_pcm85768  3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer  21636  2 snd_seq,snd_pcm
snd46564  13 
snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,s 
nd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc  7812  2 snd_intel8x0,snd_pcm
intelfb28676  0
cfbcopyarea 3968  0
cfbimgblt   2944  0
cfbfillrect 3712  0
intel_agp  19740  1
agpgart28712  3 intelfb,intel_agp
dm_mod 54524  0
sbp2   21896  0
ohci1394   31876  0
ieee1394   94260  2 sbp2,ohci1394
ohci_hcd   19848  0
uhci_hcd   30864  0
usb_storage28544  0
usbhid 30528  0
ehci_hcd   28292  0
usbcore   106872  6 
ohci_hcd,uhci_hcd,usb_storage,usbhid,ehci_hcd

uname -a
Linux tux 2.6.10-gentoo-r6 #1 Wed Feb 16 23:34:19 NCT 2005 i686 Intel(R) 
Celeron(R) CPU 2.60GHz GenuineIntel GNU/Linux

cat   /etc/X11/xorg.conf
Section ServerLayout
   Identifier X.org Configured
   Screen  0  Screen0 0 0
   InputDevice Mouse0 CorePointer
   InputDevice Keyboard0 CoreKeyboard
   #Option BlankTime  5  # L'écran devient noir après 5 
minutes. (Mais il n'est pas vraiment arrêté.)
   #Option StandbyTime  10  # Met l'écran en pause 
après 10 minutes (utilise DPMS).
   #Option SuspendTime  20  # Suspend l'écran après 20 
minutes.
   #Option OffTime  30  # Extinction complète après 30 
minutes.

EndSection
Section Files
   RgbPath  /usr/lib/X11/rgb
   ModulePath   /usr/lib/modules
   FontPath /usr/share/fonts/misc/
   FontPath /usr/share/fonts/TTF/
   FontPath /usr/share/fonts/Type1/
   FontPath /usr/share/fonts/CID/
   FontPath /usr/share/fonts/75dpi/
   FontPath /usr/share/fonts/100dpi/
EndSection
Section Module
   Load  extmod
   #Load  dri
   Load  dbe
   Load  record
   Load  xtrap
   #Load  glx
   Load  type1
   Load  freetype
EndSection
Section InputDevice
   Identifier  Keyboard0
   Driver  kbd
   Option  XkbLayout fr
EndSection
Section InputDevice
   Identifier  Mouse0
   Driver  mouse
   Option  Protocol auto
   Option  ZAxisMapping 4 5
   Option  Device /dev/mouse
EndSection
Section Monitor
   Identifier   Monitor0
   VendorName   Monitor Vendor
   ModelNameMonitor Model
   #Option DPMS  true
EndSection
Section Device
   ### Available Driver options are:-
   ### Values: i: integer, f: float, bool: True/False,
   ### string: String, freq: f Hz/kHz/MHz
   ### [arg]: arg optional
   #Option NoAccel   # [bool]
   #Option SWcursor  # [bool]
   #Option ColorKey  # i
   #Option CacheLines# i
   #Option Dac6Bit   # [bool]
   #Option DRI true# [bool]
   #Option NoDDC # [bool]
   #Option ShowCache # [bool]
   #Option XvMCSurfaces  # i
   #Option PageFlip  # [bool]
   Identifier  Card0
   Driver  i810
   VendorName  Intel Corp.
   BoardName   82852/855GM Integrated Graphics Device
   BusID   PCI:0:2:0
EndSection
Section Screen
   Identifier Screen0
   Device Card0
   MonitorMonitor0
   DefaultDepth 24
   SubSection Display
  Depth 24
  Modes 1024*768
   EndSubSection
EndSection
so if anybody got the same probleme , please help me. thank you;

emerge -pv xorg-x11
Calculating dependencies ...done!
[ebuild   R   ] x11-base/xorg-x11-6.8.0-r4  -3dfx -3dnow +bitmap-fonts 
-cjk -debug -dlloader -dmx -doc +font-server -hardened -insecure-drivers 
+ipv6 -minimal -mmx +nls -opengl +pam -sdk -sse -static +truetype-fonts 
+type1-fonts (-uclibc) 

Re: [gentoo-user] LISA problems

2005-02-16 Thread David Corbin
On Wednesday 16 February 2005 08:50 pm, Nick Rout wrote:
 SecondWait = -1
 SearchUsingNmblookup = 0
 DeliverUnnamedHosts = 0
 FirstWait = 30
 MaxPingsAtOnce = 256
 UpdatePeriod = 300
 PingAddresses = 192.168.1.1/255.255.255.0;
 AllowedAddresses = 192.168.1.1/255.255.255.0;
 BroadcastNetwork = 192.168.1.1/255.255.255.0;
 PingNames =

Thanks.  That helped (at least on one system).  Seems to me there's a KDE 
packaging problem.  I googled too, but wasn't successful at find 
documentation on it.

David

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Giving a user his own partition

2005-02-16 Thread Nick Rout
have you googled or searched the forums for the camel error. I suspect
it has nothing to do at all with your strange hard drive setup. see for
example here:

http://forums.gentoo.org/viewtopic-t-250670.html

as far as your hard disk setup is concerned, you say there is only herb
and you as users. I guess your storage requirements are probably minimal. Why 
not mount the whole of /home on the second partition? The
way you are doing it should work, but goes through several unnecessary
hoops - actually mounting the partition as /home/herb should work just
fine too. I suspect though that this would involve telling mount (via
fstab) what ownerships and permissions the mount point should have.
However i certainly believe that the disk mounting thing is a red herring as 
far as evo is concerned.


On Wed, 16 Feb 2005 17:59:24 -0800
Mark Knecht wrote:

 Hi,
 
 --
 gentoo-user@gentoo.org mailing list

-- 
Nick Rout
Barrister  Solicitor
Christchurch
http://www.rout.co.nz
[EMAIL PROTECTED]


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] X and I855GM

2005-02-16 Thread Anielkis Herrera Gonzalez
what is you problem with X?? 3D acceleration??
-- 

  Anielkis Herrera González
   Desarrollador de Nova Linux OS
 Linux User #377809

 Estudiante 4to año
Universidad de las Ciencias Informáticas
Cuba



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


Re: [gentoo-user] X and I855GM

2005-02-16 Thread Gaël TRIGALLEAU
Anielkis Herrera Gonzalez a écrit :
what is you problem with X?? 3D acceleration??
 

yes, the graphic card normally do it but it doesn't.and it seems for dvd 
play, it use cpu ressource instead of using the graphic card accel.

--
Best regards
Gaël TRIGALLEAU
Linux tux 2.6.10-gentoo-r6 #1 Sat Feb 5 15:32:33 NCT 2005 i686 Intel(R) 
Celeron(R) CPU 2.60GHz GenuineIntel GNU/Linux
jabber: [EMAIL PROTECTED]
msn: [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list


[gentoo-user] OT - genkernel and NFS

2005-02-16 Thread Michael Sullivan
Do genkernels have NFS support turned on by default?


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] X and I855GM

2005-02-16 Thread Anielkis Herrera Gonzalez
you need to uncomment the lines with glx and dri in xorg.conf; and the
support of that in the kernel...
-- 

  Anielkis Herrera González
   Desarrollador de Nova Linux OS
 Linux User #377809

 Estudiante 4to año
Universidad de las Ciencias Informáticas
Cuba



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


Re: [gentoo-user] sharing evolution calendars, kinda

2005-02-16 Thread Douglas James Dunn
if you use gentoo it would be better to emerge it.  easier to keep it
updated and everything.

On Wed, 2005-02-16 at 16:03 +0100, Frank Schafer wrote:
 This is how I found it:
 
 www.freshmeat.net
 
 search string: Evolution
 
 Exact match: Evolution (click the link)
 Homepage: http://www.novell.com/products/evolution/ (click the link)
 
 additional information: (click the link)
 
 choose ''Download''
 
 Unstable Release Download  that's it.
 
 It'll take some work to build it. I got everything, built it and
 downloaded additional packages if some configure or make refused because
 of missing/wrong version packages.
 
 That's the Linux way to do such a task (running Slackware in this case).
 Maybe there will be a ebuild some day for the gentoo way.
 
 Regards
 Frank
 
 
 On Wed, 2005-02-16 at 09:21 -0500, Nick Smith wrote:
  On Wed, 2005-02-16 at 12:15 +0100, Frank Schafer wrote:
   Evolution 2.1.x shares calendars with SM Office, thus I think this will
   solve your problem too.
   
   Regards
   Frank
   
  how do i get it?
  
  
  --
  gentoo-user@gentoo.org mailing list
  
-- 
Douglas James Dunn
cell: (724) 316-8266
Researcher
Indiana University of Pennsylvania 

()  The ASCII Ribbon Campaign - against HTML Email,
/\  vCards, and proprietary formats.

   .
 .vir.d$b
  .d$$b..cd$$b. .d$$b.   d$$$b  .d$$b.  .d$$b.
  ( )$$$b d$$$()$$$.   d$$$b Q$$$P$$$P.$$$b.  .$$$b.
  Q$$BP  d$$$PQb.   .   .$$$P' `$$$ .$$$P' `$$$
$$$P Q$$$b  d$$$P   Qb  b   b..d$$$ b..d$$$
   d$$P    Q$$$ Q  $   `Q$$$P  `Q$$$P
  $$$P   `  Q$$$P Q$$$P Q$$$P
  `Q$$P  


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


Re: [gentoo-user] Problems building GTK+

2005-02-16 Thread Boyd Stephen Smith Jr.
On Wednesday 16 February 2005 08:05 pm, David Corbin 
[EMAIL PROTECTED] wrote:
 while emerging x11-libs/gtk+-2.4.14

 I get this:

 grep: /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/libstdc++.la: No such
 file or directory
 /bin/sed: can't read
 /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/libstdc++.la: No such file or
 directory


 Ideas?  Who should have the libstdc++ I need?

Probably upgraded gcc recently?

Try fix_libtool_files.sh 3.3.4 as root.
If that doesn't work try emerging libtool again, perhaps with emerge -1 
libtool.

-- 
Boyd Stephen Smith Jr.
[EMAIL PROTECTED]
ICQ: 514984 YM/AIM: DaTwinkDaddy

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Remote Desktop

2005-02-16 Thread Mike Noble
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
timothy johnson wrote:
| ok, so I followed that tut from the forums, and it works great from my
| local machine. But now I am at a remote machine running windows, and
| tightVnc craps out abnormal something
|
It has been a while since I last used tightVNC, but at the time I was
using VNC from my Linux box into a Windows 2000 server, a windows 2003
server and to windows 2000 desktops.  There were others that were using
VNC from their Windows desktops and VNC into Linux boxes.  Did you
start the vnc server on the linux box?
Mike
- --
Mike Noble
Email: [EMAIL PROTECTED]
Key ID: 0xFFDFC13B
Key fingerprint: 8204 1297 B9AD 0CED 2FCE  1FB0 9491 5824 FFDF C13B
Keyserver: http://pgpkeys.mit.edu
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
iD8DBQFCFCX1lJFYJP/fwTsRAj7gAJ96dEnp+zxB49l7A6IECVTrpMBfUgCfbiDJ
So7ByCrYRjerQcKMj96WpU8=
=SMqh
-END PGP SIGNATURE-
--
gentoo-user@gentoo.org mailing list


[gentoo-user] Re: top illegal instruction with 2.6.10-r6 SMP kernel

2005-02-16 Thread Jesse Guardiani
Leif B. Kristensen wrote:

 On Wednesday 16 February 2005 23:33, Jesse Guardiani wrote:
 I'm getting an illegal instruction crash every time I
 try to run `top`. It seems to be only top that is effected.
 Everything else runs fine.

 This is a dual CPU PII 400mhz box. I've run SMP and non SMP
 versions of the 2.6.10-r6 kernel on it, and recompiled procps
 each time with no luck.
 
 For what it's worth, I'm running top with no problems at all on the
 exact same kernel version:
 
 balapapa root # uname -a
 Linux balapapa 2.6.10-gentoo-r6 #1 SMP Sun Jan 23 19:23:26 CET 2005 i686
 Intel(R) Pentium(R) 4 CPU 3.00GHz GenuineIntel GNU/Linux

I have 5 other machines running the same kernel without any trouble.
But why does my one machine have this problem?

-- 
Jesse Guardiani, Systems Administrator
WingNET Internet Services,
P.O. Box 2605 // Cleveland, TN 37320-2605
423-559-LINK (v)  423-559-5145 (f)
http://www.wingnet.net



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Error in the emerge of gpm-1.20.1

2005-02-16 Thread John Myers
On Wednesday 16 February 2005 09:32, Jason Cooper wrote:
 Dave Nebinger ([EMAIL PROTECTED]) scribbled:
   My questions are :
   
   a. Why is this happening (i.e. is this a bug, or a misconfiguration on my
   side)
   b. How should I fix this ?
  
  Don't believe it's a bug, but then I'm not running emacs so I don't have
  that use flag set.
  
  You could try an env-update, which would rebuild the ld cache and might
  resolve it.
 
 This is happening because the newest versions of X.org have moved a
 bunch of files around.  Partly for FHS compliance, and partly other
 reasons.  
 
 It looks like a path was hard-coded into the package.  Try re-merging
 gpm while the new X.org is installed.  That should fix it.  

But re-merge emacs first. Emacs is the one that's broken. I had this problem 
already.

-- 
t3h 3l3ctr0n3rd [EMAIL PROTECTED]
Supermarket Deli Clerk and Student Programmer

OpenPGP Key Fingerprint:
0A65 EEFA B23A F0AC E6C2 C71C BEA0 E055 BE0E EC25


pgpNemlFXK1oo.pgp
Description: PGP signature


Re: [gentoo-user] OT - espersunited.com saga; IMAP and POP3 access

2005-02-16 Thread Nick Rout
On Wed, 2005-02-16 at 09:58 -0600, Michael Sullivan wrote:

 The rpm query returns imap-2002d-3.  Likewise for ipop3d...
 

Then it is the University of Washington IMAP server. If you want to
replicate that setup then emerge uw-imap

PS I do not think UW is the best by a long shot. As its default
behaviour is to serve email from mbox files it tends to choke on large
mail boxes. If you are setting up a fresh system you might like to
consider courier (which serves out maildir mailboxes,) or cyrus (which
stores mail in its own format). courier is probably easier to set up,
cyrus reputedly has more advanced features. I have used both and settled
on courier.


   gentoo-user@gentoo.org mailing list
  
-- 
Nick Rout [EMAIL PROTECTED]


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: top illegal instruction with 2.6.10-r6 SMP kernel

2005-02-16 Thread A. Khattri
On Thu, 17 Feb 2005, Jesse Guardiani wrote:

 I have 5 other machines running the same kernel without any trouble.
 But why does my one machine have this problem?

Have you tried rebooting that machine?

Also is your System.map for the current kernel under /boot on the problem
box?


-- 
newsfroup // n.

 [Usenet] Silly synonym for
   newsgroup, originally a typo but now in regular use on
   Usenet's talk.bizarre, and other lunatic-fringe groups.  Compare
   hing, grilf, pr0n and fi


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Installing GENTOO from CD

2005-02-16 Thread A. Khattri
On Tue, 15 Feb 2005, A1ex wrote:

 I currently have Libranet, SuSE, two KNOPPIXes, UBUNTU,
 installed and of course some decisions, such as you mention, were needed
 but not to the extent that Gentoo requires.  They didn't have a 100
 page set of microinstructions and rhetoric

Nor does Gentoo - its actually an easy read and simple to extract the
required info. However, it is clear to us that Gentoo is not for you.

I dont mean that in a mean elitist sort of way - but Gentoo does require
more patience and reading than almost all distros. If you want something
quick and simple then stick with Ubuntu.

Other distros have other problems which is why we've all chosen Gentoo in
the first place.


--
Aj.

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Re: top illegal instruction with 2.6.10-r6 SMP kernel

2005-02-16 Thread Jesse Guardiani
A. Khattri wrote:

 On Thu, 17 Feb 2005, Jesse Guardiani wrote:
 
 I have 5 other machines running the same kernel without any trouble.
 But why does my one machine have this problem?
 
 Have you tried rebooting that machine?

Yes.

 Also is your System.map for the current kernel under /boot on the problem
 box?

Yes.

-- 
Jesse Guardiani, Systems Administrator
WingNET Internet Services,
P.O. Box 2605 // Cleveland, TN 37320-2605
423-559-LINK (v)  423-559-5145 (f)
http://www.wingnet.net



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Re: top illegal instruction with 2.6.10-r6 SMP kernel

2005-02-16 Thread A. Khattri
On Thu, 17 Feb 2005, Jesse Guardiani wrote:

  Also is your System.map for the current kernel under /boot on the problem
  box?

 Yes.

Ive seen this problem on a RedHat box and that was due to upgrading some
components but not others. I think I rebooted after some upgrades to fix
it...

-- 

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Error in the emerge of gpm-1.20.1

2005-02-16 Thread Maxim Vexler
On Wed, 16 Feb 2005 21:43:01 -0800, John Myers
[EMAIL PROTECTED] wrote:

 But re-merge emacs first. Emacs is the one that's broken. I had this problem 
 already.
 

[emerge -av emacs] did the trick.

Thank you.

-- 
Cheers, 
Maxim Vexler (hq4ever).

Do u GNU ?

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Service 'exim' already provided by 'mta'!

2005-02-16 Thread Daevid Vincent
I used to have postfix installed from my default Gentoo install. Then I
switched to Exim. However, I keep getting this after the occasional emerge.


 Regenerating /etc/ld.so.cache...
 * Caching service dependencies ...
 *  Service 'exim' already provided by 'mta'!;
 *  Not adding service 'postfix'...
[ ok ]
 Regenerating /etc/ld.so.cache...
 * Caching service dependencies ...
 *  Service 'exim' already provided by 'mta'!;
 *  Not adding service 'postfix'...
[ ok ]
 Auto-cleaning packages ...


I tried to unmerge postfix, but it doesn't seem to exist.

daevid edb # emerge unmerge postfix

--- Couldn't find postfix to unmerge.

 unmerge: No packages selected for removal.


daevid edb # emerge unmerge mail-mta/postfix

--- Couldn't find mail-mta/postfix to unmerge.

 unmerge: No packages selected for removal.


--
gentoo-user@gentoo.org mailing list



[gentoo-user] ups recommendations

2005-02-16 Thread Cosmin Nicolaescu

I'm looking to buy a ups for my server/desktop at home. I have around $100
to spend on it, and I was wondering if anybody would have any suggestions
for a good ups that has nice software support in Linux.

Some of the stuff I've been looking at:

BELKIN Universal Series 1200VA UPS-Serial  USB, Model F6C120-UNV
CyberPower 1000VA Office Power 6 Outlet UPS with Automatic Voltage
Regulator, Model CPS1000AVR
BELKIN Enterprise Series 6-outlet 900VA UPS, Model F6C900-UNV
Powercom BLACK KNIGHT PRO 800VA UPS 480 Joules Protection, Black, Model
BNT-800AP

I know that they're all ~1000V which for a home computer seems a lot, but
I am planning on buying at least one more box in the near future, and I
figured that it's better to have more than to see that I'll need to buy
another UPS in a year or so.

Thanks!

-Cos

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Service 'exim' already provided by 'mta'!

2005-02-16 Thread Nick Rout
try the following:

rc-update del postfix
rm /etc/init.d/postfix

in that order.



On Wed, 2005-02-16 at 22:38 -0800, Daevid Vincent wrote:
 I used to have postfix installed from my default Gentoo install. Then I
 switched to Exim. However, I keep getting this after the occasional emerge.
 
 
  Regenerating /etc/ld.so.cache...
  * Caching service dependencies ...
  *  Service 'exim' already provided by 'mta'!;
  *  Not adding service 'postfix'...
 [ ok ]
  Regenerating /etc/ld.so.cache...
  * Caching service dependencies ...
  *  Service 'exim' already provided by 'mta'!;
  *  Not adding service 'postfix'...
 [ ok ]
  Auto-cleaning packages ...
 
 
 I tried to unmerge postfix, but it doesn't seem to exist.
 
 daevid edb # emerge unmerge postfix
 
 --- Couldn't find postfix to unmerge.
 
  unmerge: No packages selected for removal.
 
 
 daevid edb # emerge unmerge mail-mta/postfix
 
 --- Couldn't find mail-mta/postfix to unmerge.
 
  unmerge: No packages selected for removal.
 
 
 --
 gentoo-user@gentoo.org mailing list
 
-- 
Nick Rout [EMAIL PROTECTED]


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Service 'exim' already provided by 'mta'!

2005-02-16 Thread Karsten Baumgarten
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Daevid Vincent wrote:
| I used to have postfix installed from my default Gentoo install. Then I
| switched to Exim. However, I keep getting this after the occasional
emerge.
|
|
|
|Regenerating /etc/ld.so.cache...
|
|  * Caching service dependencies ...
|  *  Service 'exim' already provided by 'mta'!;
|  *  Not adding service 'postfix'...
| [ ok ]
|
|Regenerating /etc/ld.so.cache...
|
|  * Caching service dependencies ...
|  *  Service 'exim' already provided by 'mta'!;
|  *  Not adding service 'postfix'...
| [ ok ]
|
|Auto-cleaning packages ...
|
|
|
| I tried to unmerge postfix, but it doesn't seem to exist.
|
| daevid edb # emerge unmerge postfix
|
| --- Couldn't find postfix to unmerge.
|
|
|unmerge: No packages selected for removal.
|
|
|
| daevid edb # emerge unmerge mail-mta/postfix
|
| --- Couldn't find mail-mta/postfix to unmerge.
|
|
|unmerge: No packages selected for removal.
Remove exim from /etc/init.d/
Regards,
Karsten
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCFD7BgUNlsZQzobwRAmesAJ4quq6ubbC00CUskbNLda0MwbS2XQCgtlGI
EC00eTxorXR3PmoWWJS/rFY=
=f6lt
-END PGP SIGNATURE-
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Service 'exim' already provided by 'mta'!

2005-02-16 Thread Cosmin Nicolaescu

On Thu, February 17, 2005 1:38 am, Daevid Vincent said:
 I used to have postfix installed from my default Gentoo install. Then I
 switched to Exim. However, I keep getting this after the occasional
 emerge.


 Regenerating /etc/ld.so.cache...
  * Caching service dependencies ...
  *  Service 'exim' already provided by 'mta'!;
  *  Not adding service 'postfix'...
 [ ok ]
 Regenerating /etc/ld.so.cache...
  * Caching service dependencies ...
  *  Service 'exim' already provided by 'mta'!;
  *  Not adding service 'postfix'...
 [ ok ]
 Auto-cleaning packages ...


 I tried to unmerge postfix, but it doesn't seem to exist.

 daevid edb # emerge unmerge postfix

 --- Couldn't find postfix to unmerge.

 unmerge: No packages selected for removal.


 daevid edb # emerge unmerge mail-mta/postfix

 --- Couldn't find mail-mta/postfix to unmerge.

 unmerge: No packages selected for removal.


 --
 gentoo-user@gentoo.org mailing list



your problem probably is that you still have postfix in your default init.
You can check that with rc-update show | grep postfix. If it says default
next to it that's a problem. In that case you want to do
rc-update del postfix default.

You also want to remove /etc/init.d/postfix as trying to add exim will
probably give the same error.

Hope this helps!

-Cos

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: [OT] Vim syntax files

2005-02-16 Thread Moshe Kaminsky
Hi,

* Frank Schafer [EMAIL PROTECTED] [16/02/05 21:46]:
 Hi,
 
 I've managed to use syntax folding for vim C/C++ files adding:
 
 syn region CurlyFold start={ end=} transparent fold
 syn sync fromstart
 set foldmethod=syntax
 set fdc=1
 
 to  /usr/share/vim/vim63/syntax/c.vim.
 
 This will fold / unfold everything between '{' and '}'. 
 
 This failes if I try to fold everything between '(' and ')', '[' and ']'
 '#if' and '#endif' too.
 
 Does anyone know if it is possible to have more than one pair of fold
 region delimiters at a time?

It is possible, you will need to add something like containedin=ALL to 
the definition to make it work, since these will usually appear inside 
other regions.

Note that it is easier to experiment if you remove the 'transparent' 
part. Then you can also use the the line in :help synID to check what 
group is used for the character under the cursor.

HTH

 
 Thanks in advance
 Frank
 
 
 
 --
 gentoo-user@gentoo.org mailing list
 

-- 
I love deadlines. I like the whooshing sound they make as they fly by. 
-- Douglas Adams

Moshe Kaminsky [EMAIL PROTECTED]
Home: 08-9456841



pgpWhy6nL8hb5.pgp
Description: PGP signature


[gentoo-user] Portage alternating between upgrade and downgrade of media-libs/gst-plugins [solved].

2005-02-16 Thread Daevid Vincent
I finally figured out why portage keeps fluctuating between upgrading and
downgrading these packages. It seems that every time I upgrade system or
world, it isn't the right version. *sigh*

I added '-t' to my emerge and discovered a package that isn't in my keywords
file.

daevid edb # emerge -Davut world

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

Calculating world dependencies ...done!
[nomerge  ] media-plugins/gst-plugins-alsa-0.8.7-r1  
[nomerge  ]  media-libs/gst-plugins-0.8.7  +alsa -debug +esd +oss 
[nomerge  ]   media-plugins/gst-plugins-vorbis-0.8.5  
[ebuild UD]media-libs/gst-plugins-0.8.5-r1 [0.8.7] +alsa -debug +esd
+oss 0 kB 

Total size of downloads: 0 kB

My /etc/portage/package.keywords contains

media-libs/gstreamer ~x86
media-libs/gst-plugins ~x86

Adding media-plugins/gst-plugins-vorbis to the file made it stop being so
obnoxious.

So the real question is, is this a 'bug' or 'feature request' for portage.
It seems it should have warned me somehow that -vorbis- isn't masked, yet
the other packages are. 


--
gentoo-user@gentoo.org mailing list