Re: [gentoo-user] What do I do about slocate 3.1/2.7 ?

2006-04-22 Thread Johám-Luís Miguéns Vila
On 22:27 Fri 21 Apr , Neil Bothwick wrote:
 On Fri, 21 Apr 2006 11:24:11 -0700, Richard Fish wrote:
 
   su -c ebuild /path/to/slocate-2.7-r8.ebuild digest;emerge --verbose
   --ask slocate
 
 or even emerge --verbose --ask --digest slocate

Didn't know about '--digest' switch... As I'm playing with some CVS/SVN
overlays it's really useful for me.

  But do an emerge --sync first.  The most likely cause of this is that
  your last sync was done while the server was being updated, and you
  got the updated manifest but not the ebuild.  These kinds of problems
  are almost always fixed by a new sync.  Using the digest command is
  overkill.
 
 Not to mention potentially dangerous. If the digest mismatch is a fault
 in portage, a sync will usually fix it. But if it is due to a compromised
 archive, redigesting removes that safety check.
 

Yes, It was definitely a bad bad answer by me. The Files listed in the
manifest do not exist claims for a resync and not for a redigest.
I rarely has sync issues . Whenever I had digest issues they were related to 
SVN/CVS overlays,
so redigesting is safe there, AFAIK.
My apologies to thread starter.

Cheers.
-- 
A ouvir (mpd): Dirty Three - Jim's Dog
 - GPG KeyID:0x9D2FD6C8


pgpuS9PvokuvA.pgp
Description: PGP signature


Re: [gentoo-user] What do I do about slocate 3.1/2.7 ?

2006-04-22 Thread Mick
On 21/04/06, Neil Bothwick [EMAIL PROTECTED] wrote:
 On Fri, 21 Apr 2006 11:24:11 -0700, Richard Fish wrote:

   su -c ebuild /path/to/slocate-2.7-r8.ebuild digest;emerge --verbose
   --ask slocate

 or even emerge --verbose --ask --digest slocate

  But do an emerge --sync first.  The most likely cause of this is that
  your last sync was done while the server was being updated, and you
  got the updated manifest but not the ebuild.  These kinds of problems
  are almost always fixed by a new sync.  Using the digest command is
  overkill.

 Not to mention potentially dangerous. If the digest mismatch is a fault
 in portage, a sync will usually fix it. But if it is due to a compromised
 archive, redigesting removes that safety check.

I don't think this is related, but this is what I got in the last
update to sys-apps/slocate-2.7-r8:
===
 The 'slocate' group has been renamed to 'locate'.
 You seem to already have a 'slocate' group.
 Please rename it:
 groupmod -n locate slocate
===
Renaming it allows the ebuild to complete as suggested.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Oracle DB question

2006-04-22 Thread Alexander Skwar

Chris White wrote:

On Friday 21 April 2006 12:29 am, pat wrote:

Hi,

I want to ask if there's possible to install Oracle DB (9 and higher) on
Gentoo and if there's a tutorial/howto how to do it.


Give me a free license for oracle and you'll get a really nice howto ;D


You don't need a license to *develop* something on
Oracle. You'll just need a license when you go in
production with your database.

So, I'm awaiting your really nice howto *G*

Alexander Skwar
--
The course of true anything never does run smooth.
-- Samuel Butler
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Completness of AVR toolset in dev-embedded?

2006-04-22 Thread Sascha Lucas

On Mon, 17 Apr 2006, Petr Kocmid wrote:


Well, now I found one: one needs to be a clearvoyant to detect that
dev-embedded/avr-libc is probably supposed to be used with sys-devel/crossdev
toolset generator.


right.

# crossdev -t avr

builds avr-libc / avr-gcc-3.4.6 / avr-bin-utils-2.16.1-r2

very easy...

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



[gentoo-user] Do NOT install evolution

2006-04-22 Thread Alexander Skwar

Hello!

Recently, I deinstalled evolution, as I don't use it and it's thus
just a waste for me. At a subsequent emerge -Duvat world, I see:

[nomerge  ] gnome-base/gnome-2.12.3  USE=-accessibility cdr -dvdr hal
[nomerge  ]  net-analyzer/gnome-nettool-1.4.1  USE=-debug
[ebuild  N]   net-analyzer/traceroute-1.4_p12-r5  USE=-static 79 kB
[ebuild  N]  mail-client/evolution-2.4.2.1  USE=crypt -dbus -debug doc 
-gstreamer -ipv6 -kerberos -krb4 -ldap -mono nntp -pda -profile spell ssl 11,233 kB

As you can see, mail-client/evolution is going to be reinstalled as
as a dependency of gnome-base/gnome. I dislike that...

Is there a way to make emerge/Portage pretend that mail-client/evolution
is already installed WITHOUT actually installing it? I do NOT want
to deinstall gnome-base/gnome and I also don't really want to
put gnome-base/gnome in a local overlay.

Thanks a lot,

Alexander Skwar
--
Higgins:Doolittle, you're either an honest man or a rogue.
Doolittle:  A little of both, Guv'nor.  Like the rest of us, a
little of both.
-- Shaw, Pygmalion
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] netfilter: -P INPUT DROP in kernel

2006-04-22 Thread Benno Schulenberg
Daniel Waeber wrote:
 Because I'm new to Linux, this is my first patch, so i don't know
 if everything is done right. Perhaps someone can examine it
 before I send it to kernel.org.

Give your patch a descriptive name (when attaching it).  Don't add 
unneeded blank lines.  And there's a spello in policys, should be 
policies.  Also, make the same changes to ip6table_filter.c.

 I don't now if how/if this parameter can be passed, if netfilter
 is build inside the kernel, so perhaps this is not the perfect
 solution.

Try it out for yourself.  :)  Before sending something to the kernel 
mailing list, you'd better have tested your patch in several ways.
And read SubmittingPatches in the Documentation dir of the kernel 
source and some of the references mentioned at the end.

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



Re: [gentoo-user] Do NOT install evolution

2006-04-22 Thread Hans-Werner Hilse
Hi Alexander,

On Sat, 22 Apr 2006 13:15:31 +0200 Alexander Skwar
[EMAIL PROTECTED] wrote:

 Is there a way to make emerge/Portage pretend that
 mail-client/evolution is already installed WITHOUT actually
 installing it? I do NOT want to deinstall gnome-base/gnome and I also
 don't really want to put gnome-base/gnome in a local overlay.

/etc/portage/profile/package.provided, I think (add line
»mail-client/evolution-V« where V is the pretended version). See »man 5
portage«.

-hwh

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] KControl: Password User Account settings

2006-04-22 Thread Abhay Kedia

 So kdepasswd is probably what you are looking for.

Ah...thanks a lot man. What a fine way to troubleshoot :)
Thanks to everyone else as well who replied.

-- 
Regards,
Abhay


pgp94js4y0nKz.pgp
Description: PGP signature


[gentoo-user] Re: What do I do about slocate 3.1/2.7 ?

2006-04-22 Thread Jeff Grossman
Mick [EMAIL PROTECTED] wrote:

On 21/04/06, Neil Bothwick [EMAIL PROTECTED] wrote:
 On Fri, 21 Apr 2006 11:24:11 -0700, Richard Fish wrote:

   su -c ebuild /path/to/slocate-2.7-r8.ebuild digest;emerge --verbose
   --ask slocate

 or even emerge --verbose --ask --digest slocate

  But do an emerge --sync first.  The most likely cause of this is that
  your last sync was done while the server was being updated, and you
  got the updated manifest but not the ebuild.  These kinds of problems
  are almost always fixed by a new sync.  Using the digest command is
  overkill.

 Not to mention potentially dangerous. If the digest mismatch is a fault
 in portage, a sync will usually fix it. But if it is due to a compromised
 archive, redigesting removes that safety check.

I don't think this is related, but this is what I got in the last
update to sys-apps/slocate-2.7-r8:
===
 The 'slocate' group has been renamed to 'locate'.
 You seem to already have a 'slocate' group.
 Please rename it:
 groupmod -n locate slocate
===
Renaming it allows the ebuild to complete as suggested.

I got that same error when I did the upgrade.  Once I renamed it also,
the ebuild completed fine.

Jeff

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Emerge sync says it's failing, but succeeds anyway. What's up with that?

2006-04-22 Thread Kevin O'Gorman
Every time I emerge sync I get pretty much the same first few lines:
 rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(189) Welcome to cockatoo.gentoo.org
   Server Address : 65.19.163.230 Contact Name   : 
[EMAIL PROTECTED] Hardware   : 2 x Intel(R) Pentium(R) 4 CPU 2.80GHz, 1024MB RAM ... [and it goes on at some length to sync up just fine] 
Everything works well, but the top two lines make me wonder if I'm doing something wasteful.
Clues, anyone?-- Kevin O'Gorman, PhD


[gentoo-user] How to dub VHS to DVD with Gentoo?

2006-04-22 Thread mattr
Does anyone know of any hardware and software that can be used to transfer VHS 
tapes to DVDs using Gentoo Linux on x86 hardware?
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Grub won't boot SATA WinXP disk

2006-04-22 Thread mattr
I just put in a SATA drive into an otherwise PATA machine.  I put Windows XP 
on the new drive.  I added the following to my grub.conf:

title=Windows XP
rootnoverify (hd2,0)
makeactive
chainloader +1

but when I tell grub to boot this item, I get an otherwise blank screen with 
the text:

rootnoverify (hd2,0)
makeactive
chainloader +1

and nothing else happens.

I have never had difficulty getting grub to play with Windows in the past, but 
that was always with PATA hardware.

I have tried editing the grub configuration at boot time to see if grub 
doesn't like my drive number or something.  I used the TAB autocompletion 
feature which lists three disks (hd0, hd1, and hd2).  The former two are 
definitely my raid array based on the number of partitions they contain.  The 
latter has only one partition (according to grub's TAB autocompletion) which 
is as it should be given that it is obviously the Windows disk.

I'm at a loss here.  Any help would be greatly appreciated.  I'm afraid I have 
to use my BIOS to switch boot disks until I resolve this.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Grub won't boot SATA WinXP disk

2006-04-22 Thread Allan Spagnol Comar
Hi, I have had a similar problem, and it was about the disk and
partition numering. When I configured grub, it seems to me that SATA
disk was disk 0, but when botting it was disk 1, I saw you try some
combination of numbers, but, you are sure about partition number ? it
was in fack at first partition your windows system ? I will try
something that way, I could help more if you print a fdisk -l here.

holpe it helps, Allan

On 4/22/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 I just put in a SATA drive into an otherwise PATA machine.  I put Windows XP
 on the new drive.  I added the following to my grub.conf:

 title=Windows XP
 rootnoverify (hd2,0)
 makeactive
 chainloader +1

 but when I tell grub to boot this item, I get an otherwise blank screen with
 the text:

 rootnoverify (hd2,0)
 makeactive
 chainloader +1

 and nothing else happens.

 I have never had difficulty getting grub to play with Windows in the past, but
 that was always with PATA hardware.

 I have tried editing the grub configuration at boot time to see if grub
 doesn't like my drive number or something.  I used the TAB autocompletion
 feature which lists three disks (hd0, hd1, and hd2).  The former two are
 definitely my raid array based on the number of partitions they contain.  The
 latter has only one partition (according to grub's TAB autocompletion) which
 is as it should be given that it is obviously the Windows disk.

 I'm at a loss here.  Any help would be greatly appreciated.  I'm afraid I have
 to use my BIOS to switch boot disks until I resolve this.
 --
 gentoo-user@gentoo.org mailing list




--
An application asked:
Requeires Windows 9x, NT4 or better,
so I´ve installed Linux

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Grub won't boot SATA WinXP disk

2006-04-22 Thread Christopher E
Hello there,

Try adding a map in there like this

map (hd1) (hd0)
map (hd0) (hd1)

now I am assuming that your windows is on /dev/sdb in linux or its it
your first drive if it is /dev/sdb the above code should work, put
this under the windows title :-)

the reason you are puting this twice is to swap both of the dirves

Hope that helps

Sincerely,
Christopher

On 4/22/06, Allan Spagnol Comar [EMAIL PROTECTED] wrote:
 Hi, I have had a similar problem, and it was about the disk and
 partition numering. When I configured grub, it seems to me that SATA
 disk was disk 0, but when botting it was disk 1, I saw you try some
 combination of numbers, but, you are sure about partition number ? it
 was in fack at first partition your windows system ? I will try
 something that way, I could help more if you print a fdisk -l here.

 holpe it helps, Allan

 On 4/22/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  I just put in a SATA drive into an otherwise PATA machine.  I put Windows XP
  on the new drive.  I added the following to my grub.conf:
 
  title=Windows XP
  rootnoverify (hd2,0)
  makeactive
  chainloader +1
 
  but when I tell grub to boot this item, I get an otherwise blank screen with
  the text:
 
  rootnoverify (hd2,0)
  makeactive
  chainloader +1
 
  and nothing else happens.
 
  I have never had difficulty getting grub to play with Windows in the past, 
  but
  that was always with PATA hardware.
 
  I have tried editing the grub configuration at boot time to see if grub
  doesn't like my drive number or something.  I used the TAB autocompletion
  feature which lists three disks (hd0, hd1, and hd2).  The former two are
  definitely my raid array based on the number of partitions they contain.  
  The
  latter has only one partition (according to grub's TAB autocompletion) which
  is as it should be given that it is obviously the Windows disk.
 
  I'm at a loss here.  Any help would be greatly appreciated.  I'm afraid I 
  have
  to use my BIOS to switch boot disks until I resolve this.
  --
  gentoo-user@gentoo.org mailing list
 
 


 --
 An application asked:
 Requeires Windows 9x, NT4 or better,
 so I´ve installed Linux

 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Hotpluggable SATA question...

2006-04-22 Thread Richard Fish
On 4/21/06, Sieb, Glenn E (Glenn) [EMAIL PROTECTED] wrote:
 Hmm.

 I have servers using the SuperMicro P8SCT motherboard, which supports 
 hot-pluggable SATA drives.

 In Gentoo they show as being SCSI, fine, no problem with that.

 If I hotplug a drive into the chassis--it powers up, but Gentoo doesn't see 
 it until reboot.

 Has anyone else used hotpluggable SATA drives in Gentoo 2006.0? Is there some 
 mysterious package I need to emerge for this to work right?

Wouldn't it have been easier to just google for linux SATA hotplug? 
The first link takes you to this page:

http://linux-ata.org/sata-status.html

Which explains that the AHCI hardware supports hotplug, but not the
libata core on which the driver is based.  So for now, it seems that
SATA hotplug is not possible on your system.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: OT: loooong delay with keyboard

2006-04-22 Thread Matias Grana
On Thu, Apr 20, 2006 at 09:11:35PM +0200, Francesco Talamona wrote:
On Thu, Apr 20, 2006 at 09:16:41PM +0200, Benno Schulenberg wrote:
On Thu, Apr 20, 2006 at 10:21:27PM +0300, Mantas Povilaitis wrote:

This list is awesome...
Yes, your help worked fine. Thank you guys!

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



Re: [gentoo-user] ndiswrapper module problem

2006-04-22 Thread Gary Walker
On 20/04/06, Fernando Meira [EMAIL PROTECTED] wrote:
Hi,

after updating ndiswrapper to version 1.13 i became unable to use it.
I get this in dmesg:
ndiswrapper: Unknown symbol wrap_suspend_urbs
ndiswrapper: Unknown symbol wrap_resume_urbsAre you using a USB based wifi adapter? I got this error with 1.13 and found that adding usb to make.conf and rebuilding ndiswrapper fixed it. I'm pretty sure there is more information on the gentoo forums if you need it. 

Anyone knows what could be the problem?

Thanks,
Fernando





Re: [gentoo-user] Do NOT install evolution

2006-04-22 Thread Neil Bothwick
On Sat, 22 Apr 2006 14:33:26 +0200, Hans-Werner Hilse wrote:

  Is there a way to make emerge/Portage pretend that
  mail-client/evolution is already installed WITHOUT actually
  installing it? I do NOT want to deinstall gnome-base/gnome and I also
  don't really want to put gnome-base/gnome in a local overlay.
 
 /etc/portage/profile/package.provided, I think (add line
 »mail-client/evolution-V« where V is the pretended version). See »man 5
 portage«.

An alternative solution is to remove the gnome meta-package and install
gnome-light instead. Then run emerge --depclean -p  and add anything you
want to keep to world.

Or you could simply do the sensible thing and use KDE ;-)

SCNR


-- 
Neil Bothwick



signature.asc
Description: PGP signature


Re: [gentoo-user] Emerge sync says it's failing, but succeeds anyway. What's up with that?

2006-04-22 Thread Jeremy Olexa
Kevin O'Gorman wrote:
 Every time I emerge sync I get pretty much the same first few lines:
 
 rsync: connection unexpectedly closed (0 bytes read so far)
 rsync error: error in rsync protocol data stream (code 12) at io.c(189)
 Welcome to cockatoo.gentoo.org
  http://cockatoo.gentoo.org
  
 Server Address : 65.19.163.230 http://65.19.163.230
 Contact Name   : 
 [EMAIL PROTECTED] http://us.f805.mail.yahoo.com/ym/[EMAIL 
 PROTECTED]YY=14693order=upsort=datepos=0view=ahead=b
 Hardware   : 2 x Intel(R) Pentium(R) 4 CPU 2.80GHz, 1024MB RAM

 ... [and it goes on at some length to sync up just fine] 
 
 Everything works well, but the top two lines make me wonder if I'm doing
 something wasteful.
 Clues, anyone?

I just ran into this the other day. The rsync mirrors I was connecting
to had an entry that didn't exist anymore. So, I filed this bug..

http://bugs.gentoo.org/show_bug.cgi?id=130283

Take a look at it and I think you can figure out what to do. If you can
tell which server is failing then submit a bug and let them know.

HTH,
Jeremy

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Grub won't boot SATA WinXP disk

2006-04-22 Thread maxim wexler
I've done this on SATA and IDE drives and combos of
the same and I never got XP to boot unless I used
rootnoverify (hd0,0). Macro$haft insists on being
first in my experience. FWIW.

Make a grub boot disk(if you haven't already) and
practice until you find the proper sequence of
commands; then you can put them into a conf file and
do a grub-install. I'd do that first. A false move
could wipe out your MBR.

As I recall I completey destroyed the boot partition
on a brand new HD while fumbling with GRUB. But it was
still under warranty Whew!

--- [EMAIL PROTECTED] wrote:

 I just put in a SATA drive into an otherwise PATA
 machine.  I put Windows XP 
 on the new drive.  I added the following to my
 grub.conf:
 
 title=Windows XP
 rootnoverify (hd2,0)
 makeactive
 chainloader +1
 
 but when I tell grub to boot this item, I get an
 otherwise blank screen with 
 the text:
 
 rootnoverify (hd2,0)
 makeactive
 chainloader +1
 
 and nothing else happens.
 
 I have never had difficulty getting grub to play
 with Windows in the past, but 
 that was always with PATA hardware.
 
 I have tried editing the grub configuration at boot
 time to see if grub 
 doesn't like my drive number or something.  I used
 the TAB autocompletion 
 feature which lists three disks (hd0, hd1, and hd2).
  The former two are 
 definitely my raid array based on the number of
 partitions they contain.  The 
 latter has only one partition (according to grub's
 TAB autocompletion) which 
 is as it should be given that it is obviously the
 Windows disk.
 
 I'm at a loss here.  Any help would be greatly
 appreciated.  I'm afraid I have 
 to use my BIOS to switch boot disks until I resolve
 this.
 -- 
 gentoo-user@gentoo.org mailing list
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] emerge wvdial issues

2006-04-22 Thread maxim wexler
Hi all,

emerge wvdial conked out at

snip
checking whether we are using the GNU C compiler...
yes
checking whether i686-pc-linux-gnu-gcc accepts -g...
yes
checking for i686-pc-linux-gnu-gcc option to accept
ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of i686-pc-linux-gnu-gcc...
gcc3
checking for an ANSI C-conforming const... yes
checking for perl... /usr/bin/perl
checking for XML::Parser... configure: error:
XML::Parser perl module is required for intltool

!!! Please attach the following file when filing a
report to bugs.gentoo.org:
!!!
/var/tmp/portage/shared-mime-info-0.17-r1/work/shared-mime-info-0.17/config.log

!!! ERROR: x11-misc/shared-mime-info-0.17-r1 failed.
Call stack:
  ebuild.sh, line 1532:   Called dyn_compile
  ebuild.sh, line 929:   Called src_compile
  shared-mime-info-0.17-r1.ebuild, line 37:   Called
econf '--disable-update-mimedb'
  ebuild.sh, line 527:   Called die

!!! econf failed
!!! If you need support, post the topmost build error,
and the call stack if relevant.


I did a emerge -pv expecting to see shared-mime-info
at the top of the list. But it wasn't so I just re-ran
emerge wvdial. This time it balked at

snip

checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific
portions of Makefiles... no
checking for xkbcomp... /usr/bin/xkbcomp
checking for intltool = 0.30... 0.33 found
checking for perl... /usr/bin/perl
checking for XML::Parser... configure: error:
XML::Parser perl module is required for intltool

!!! Please attach the following file when filing a
report to bugs.gentoo.org:
!!!
/var/tmp/portage/xkeyboard-config-0.7-r2/work/xkeyboard-config-0.7/config.log

!!! ERROR: x11-misc/xkeyboard-config-0.7-r2 failed.
Call stack:
  ebuild.sh, line 1532:   Called dyn_compile
  ebuild.sh, line 929:   Called src_compile
  xkeyboard-config-0.7-r2.ebuild, line 26:   Called
econf '--with-xkb-base=/usr/share/X11/xkb'
'--enable-compat-rules' '--disable-xkbcomp-symlink'
'--with-xkb-rules-symlink=xorg'
  ebuild.sh, line 527:   Called die

!!! econf failed
!!! If you need support, post the topmost build error,
and the call stack if relevant.
 
This time xkeyboard-config was at the top of the -pv
list and another try at emerge wvdial failed at the
same spot.

What to do? Guess I need a parser perl module. Or?
perl-5.8.8-r1 is *already* installed according to
emerge -pv perl.

And one more question: Why does emerge wvdial insist
on installing all this X stuff? More than 90 Megs!
What does my serial port hardware care if I can look
at an xterm or not?

I tried USE=-X but it just ignored me :^(

-Maxim


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge wvdial issues

2006-04-22 Thread Justin Findlay
On 4/22/06, maxim wexler [EMAIL PROTECTED] wrote:
 snip
 checking whether we are using the GNU C compiler...
 yes
 checking whether i686-pc-linux-gnu-gcc accepts -g...
 yes
 checking for i686-pc-linux-gnu-gcc option to accept
 ANSI C... none needed
 checking for style of include used by make... GNU
 checking dependency style of i686-pc-linux-gnu-gcc...
 gcc3
 checking for an ANSI C-conforming const... yes
 checking for perl... /usr/bin/perl
 checking for XML::Parser... configure: error:
 XML::Parser perl module is required for intltool

 What to do? Guess I need a parser perl module. Or?
 perl-5.8.8-r1 is *already* installed according to
 emerge -pv perl.

One thing you can try is perl-cleaner.


Justin

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Grub won't boot SATA WinXP disk

2006-04-22 Thread Mick
On 22/04/06, maxim wexler [EMAIL PROTECTED] wrote:
 I've done this on SATA and IDE drives and combos of
 the same and I never got XP to boot unless I used
 rootnoverify (hd0,0). Macro$haft insists on being
 first in my experience. FWIW.

The map command bypasses that little problem, by virtually fooling the
M$Windoze OS to see that it is in the first hard drive.

 Make a grub boot disk(if you haven't already) and
 practice until you find the proper sequence of
 commands; then you can put them into a conf file and
 do a grub-install. I'd do that first. A false move
 could wipe out your MBR.

So would an 'intentional' move to install Grub in the MBR of the first
device.  A boot floppy is handy, but as long as Grub boots normally
you can press 'c' to drop into a command prompt and use find to find
whatever partition you're after, or 'e' to edit individual entries in
the menu, until the particular OS boots.

 As I recall I completey destroyed the boot partition
 on a brand new HD while fumbling with GRUB. But it was
 still under warranty Whew!

Using the fixmbr command from a WinXP installation CD would restore
it.  Better though to install Grub's boot code in the MBR.  BTW, the
fixboot command will restore the partition boot sector in a hosed
WinXP partition.  None of this will help with a hardware failure of
course, and I am at a loss as to how any software manipulation that
Grub can perform would damage a hard drive.

In conclusion, I agree with Christopher's suggestion that the only way
to make WinXP boot from any other than the first drive is to use the
map command.  A point to note is that WinXP is installed on the third
device so instead of hd1, hd0 you may want to try hd2, hd0.

Good luck.
--
Regards,
Mick

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: System unusable after updating lvm

2006-04-22 Thread Neil Bothwick
On Sat, 22 Apr 2006 07:33:38 +0300, Rumen Yotov wrote:

 Same here, still no fix (was to be expected, but had to try).
 Now emerging 2.02.04-r1 (03, 04 are gone, 02-r1 is back) have some new
 patches.

I've just emerged 2.02.04-r1 and it rebooted fine.


-- 
Neil Bothwick

Windows booting: insert CD-ROM 2.


signature.asc
Description: PGP signature


Re: [gentoo-user] Grub won't boot SATA WinXP disk

2006-04-22 Thread mattr
On Saturday 22 April 2006 11:22 am, Christopher E wrote:
 Hello there,

 Try adding a map in there like this

 map (hd1) (hd0)
 map (hd0) (hd1)

 now I am assuming that your windows is on /dev/sdb in linux or its it
 your first drive if it is /dev/sdb the above code should work, put
 this under the windows title :-)

 the reason you are puting this twice is to swap both of the dirves

 Hope that helps

 Sincerely,
 Christopher


Problem solved!  My system is arranged thusly:

Grub is installed on hd0 and hd1 (they are a RAID mirror).  These are known as 
hda and hdc in Linux.  Windows is installed on hd2,0.  This is known as sda1 
in Linux.

I had to add:

title=Windows doesn't play nicely with others
map (hd2) (hd0)
map (hd0) (hd1)
map (hd1) (hd2)
rootnoverify (hd2,0)
makeactive
chainloader +1

to my grub.conf.  Actually, I could simply do these maps instead:

map (hd2) (hd0)
map (hd0) (hd2)

since hd0 is identical to hd1.

Thanks for all the help, everyone.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Emerge sync says it's failing, but succeeds anyway. What's up with that?

2006-04-22 Thread Kevin O'Gorman
Thanks for filing the bug. It now is counted as resolved, and it may well be
so, because I just tried emerge sync again, and the problem is gone.

Thanks. BTW, does anyone know how this magic is done? Where are
the site configurations kept -- is it all in the nameservers?

++ kevinOn 4/22/06, Jeremy Olexa [EMAIL PROTECTED] wrote:
Kevin O'Gorman wrote: Every time I emerge sync I get pretty much the same first few lines: rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at 
io.c(189) Welcome to cockatoo.gentoo.orghttp://cockatoo.gentoo.org Server Address : 
65.19.163.230 http://65.19.163.230 Contact Name : [EMAIL PROTECTED] 
http://us.f805.mail.yahoo.com/ym/[EMAIL PROTECTED]YY=14693order=upsort=datepos=0view=ahead=b Hardware : 2 x Intel(R) Pentium(R) 4 CPU 2.80GHz, 1024MB RAM
 ... [and it goes on at some length to sync up just fine] Everything works well, but the top two lines make me wonder if I'm doing something wasteful. Clues, anyone?
I just ran into this the other day. The rsync mirrors I was connectingto had an entry that didn't exist anymore. So, I filed this bug..http://bugs.gentoo.org/show_bug.cgi?id=130283
Take a look at it and I think you can figure out what to do. If you cantell which server is failing then submit a bug and let them know.HTH,Jeremy--
gentoo-user@gentoo.org mailing list-- Kevin O'Gorman, PhD


Re: [gentoo-user] Do NOT install evolution

2006-04-22 Thread Abhay Kedia
On Saturday 22 April 2006 23:46, Neil Bothwick wrote:

 Or you could simply do the sensible thing and use KDE ;-)

Ouch!!! I hope you have your flame suit on!

-- 
Regards,
Abhay


pgpfaDBRCih4g.pgp
Description: PGP signature


Re: [gentoo-user] Do NOT install evolution

2006-04-22 Thread Kristian Poul Herkild
Abhay Kedia wrote:
 On Saturday 22 April 2006 23:46, Neil Bothwick wrote:
 Or you could simply do the sensible thing and use KDE ;-)

 Ouch!!! I hope you have your flame suit on!
 

I thought the sensible thing was GNUstep+WindowMaker ;)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge wvdial issues

2006-04-22 Thread Abhay Kedia
On Sunday 23 April 2006 00:13, maxim wexler wrote:

 checking for XML::Parser... configure: error:
 XML::Parser perl module is required for intltool

Did you upgrade expat to v2.0? If yes then have a look here
http://forums.gentoo.org/viewtopic-t-450797-highlight-expat.html

-- 
Regards,
Abhay


pgpkAxxx60wRC.pgp
Description: PGP signature


Re: [gentoo-user] Do NOT install evolution

2006-04-22 Thread b.n.

Kristian Poul Herkild wrote:

Abhay Kedia wrote:


On Saturday 22 April 2006 23:46, Neil Bothwick wrote:


Or you could simply do the sensible thing and use KDE ;-)



Ouch!!! I hope you have your flame suit on!



I thought the sensible thing was GNUstep+WindowMaker ;)


Nope, it's xfce4! :P
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Do NOT install evolution

2006-04-22 Thread Neil Bothwick
On Sun, 23 Apr 2006 02:46:18 +0530, Abhay Kedia wrote:

  Or you could simply do the sensible thing and use KDE ;-)
 
 Ouch!!! I hope you have your flame suit on!

It's installed as part of kde-meta ;-)


-- 
Neil Bothwick

...And it's 'WORF', not 'Woof'. * Worf


signature.asc
Description: PGP signature


Re: [gentoo-user] Do NOT install evolution

2006-04-22 Thread Maxime Robert-Schreyers

b.n. wrote:


Kristian Poul Herkild wrote:


Abhay Kedia wrote:


On Saturday 22 April 2006 23:46, Neil Bothwick wrote:


Or you could simply do the sensible thing and use KDE ;-)



Ouch!!! I hope you have your flame suit on!



I thought the sensible thing was GNUstep+WindowMaker ;)



Nope, it's xfce4! :P


No, no, no, you've got it all wrong... everybody knows it's fluxbox :-D
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Gnome 2.14 splash

2006-04-22 Thread JimD
Every time I start gnome the pretty splash comes up but it won't go away
until I click on it.  Has anyone see this oddity?  If so, is there a cure?

Thanks,

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



Re: [gentoo-user] ndiswrapper module problem

2006-04-22 Thread Fernando Meira
On 4/22/06, Gary Walker [EMAIL PROTECTED] wrote:
On 20/04/06, Fernando Meira 
[EMAIL PROTECTED] wrote:
Hi,

after updating ndiswrapper to version 1.13 i became unable to use it.
I get this in dmesg:
ndiswrapper: Unknown symbol wrap_suspend_urbs
ndiswrapper: Unknown symbol wrap_resume_urbsAre
you using a USB based wifi adapter? I got this error with 1.13 and
found that adding usb to make.conf and rebuilding ndiswrapper fixed it.
I'm pretty sure there is more information on the gentoo forums if you
need it. 

Anyone knows what could be the problem?

Thanks,
Fernando




Hi,
no I'm not using USB. I'm using a PCMCIA card.
The card is working without problems, unless this:
# ndiswrapper -l
Installed drivers:
lsbcmnds  driver installed, hardware present 
modules.ndiswrapper invalid driver!
Why invalid driver??
I only noticed this after upgrading ndiswrapper to 1.13 (then it was not working).
After downgrading back to 1.9, this issue persists.. but the card works as before!

Fernando.



[gentoo-user] IrDA crashes every time

2006-04-22 Thread Mick
Hi All,

I have not been able to use irda on an old laptop (Evo N600v) that
I've inherited.  :-(

I can launch /etc/init.d/irda start, which brings up
/usr/bin/irattach.  It all goes pear-shaped from there.

The log shows:
===
Apr 23 00:51:17 lappy irattach: executing: 'echo lappy 
/proc/sys/net/irda/devname'
Apr 23 00:51:17 lappy irattach: executing: 'echo 1 
/proc/sys/net/irda/discovery'
Apr 23 00:51:17 lappy irattach: Starting device irda0
===

So it seems that irda0 starts alright.  However,  irda/discovery stays empty:
===
$ cat /proc/net/irda/discovery
IrLMP: Discovery log:
===

This is what I have wrt ttS':
===
Serial: 8250/16550 driver $Revision: 1.90 $ 6 ports, IRQ sharing disabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial8250: ttyS2 at I/O 0x3e8 (irq = 4) is a 16550A
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:02: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
===

Shuting down irattach or irda is not straight forward.  Invariably, I
have to zap /etc/init.d/irda and kill -9 /usr/bin/irattach to get rid
of them.  I have also tried scmxx which listens to ircomm0, but
couldn't get it to work either.  :-(

I am not sure what I am missing here.  How did you get your irda
working on your laptop?  Can you please help?
--
Regards,
Mick

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: IrDA crashes every time

2006-04-22 Thread Mick
On 23/04/06, Mick [EMAIL PROTECTED] wrote:
 Hi All,

 I have not been able to use irda on an old laptop (Evo N600v) that
 I've inherited.  :-(

 I can launch /etc/init.d/irda start, which brings up
 /usr/bin/irattach.  It all goes pear-shaped from there.

 The log shows:
 ===
 Apr 23 00:51:17 lappy irattach: executing: 'echo lappy 
 /proc/sys/net/irda/devname'
 Apr 23 00:51:17 lappy irattach: executing: 'echo 1 
 /proc/sys/net/irda/discovery'
 Apr 23 00:51:17 lappy irattach: Starting device irda0
 ===

 So it seems that irda0 starts alright.  However,  irda/discovery stays empty:
 ===
 $ cat /proc/net/irda/discovery
 IrLMP: Discovery log:
 ===

 This is what I have wrt ttS':
 ===
 Serial: 8250/16550 driver $Revision: 1.90 $ 6 ports, IRQ sharing disabled
 serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
 serial8250: ttyS2 at I/O 0x3e8 (irq = 4) is a 16550A
 serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
 00:02: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
 ===

 Shuting down irattach or irda is not straight forward.  Invariably, I
 have to zap /etc/init.d/irda and kill -9 /usr/bin/irattach to get rid
 of them.  I have also tried scmxx which listens to ircomm0, but
 couldn't get it to work either.  :-(

 I am not sure what I am missing here.  How did you get your irda
 working on your laptop?  Can you please help?

Another thing that may be related to this problem is that I have not
been able to modprobe XXX, despite what I've read in google:

# modprobe -v smsc-ircc2
insmod /lib/modules/2.6.15-gentoo-r1/kernel/drivers/net/irda/smsc-ircc2.ko
FATAL: Error inserting smsc_ircc2
(/lib/modules/2.6.15-gentoo-r1/kernel/drivers/
 net/irda/smsc-ircc2.ko): No such
device


While the logs show:

Apr 23 01:01:01 lappy smsc_ircc_present: can't get sir_base of 0x3e8

Is this some IRQ clash?

--
Regards,
Mick

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ndiswrapper module problem

2006-04-22 Thread Maurice E Johnson




Try

# env-update
#source /etc/profile

DOH!!!

reboot with hardware still connected :)

On Sun, 2006-04-23 at 00:50 +0200, Fernando Meira wrote:

On 4/22/06, Gary Walker [EMAIL PROTECTED] wrote:














On 20/04/06, Fernando Meira [EMAIL PROTECTED] wrote:





Hi,

after updating ndiswrapper to version 1.13 i became unable to use it.
I get this in dmesg:
ndiswrapper: Unknown symbol wrap_suspend_urbs
ndiswrapper: Unknown symbol wrap_resume_urbs






Are you using a USB based wifi adapter? I got this error with 1.13 and found that adding usb to make.conf and rebuilding ndiswrapper fixed it. I'm pretty sure there is more information on the gentoo forums if you need it. 











Anyone knows what could be the problem?

Thanks,







Fernando

















Hi,
no I'm not using USB. I'm using a PCMCIA card.
The card is working without problems, unless this:

# ndiswrapper -l
Installed drivers:
lsbcmnds  driver installed, hardware present 
modules.ndiswrapper invalid driver!

Why invalid driver??
I only noticed this after upgrading ndiswrapper to 1.13 (then it was not working).
After downgrading back to 1.9, this issue persists.. but the card works as before!

Fernando.





Re: [gentoo-user] partitioning for multimedia performance and dual-booting linux/windex

2006-04-22 Thread Walter Dnes
On Wed, Apr 19, 2006 at 06:11:55PM -0700, Robert Persson wrote

 The questions I have are:
 1. What file system should I use for shared storage and scratchspace between 
 the two OSs?
 2. Would it be feasible and worthwhile to stripe a linux scratchspace volume 
 across both disks?
 
 QUESTION 1:
 As far as the dual-booting is concerned, I will need to do it sometimes when 
 there isn't a reliable *ix tool for the job, but I don't want to find myself 
 trapped into using Windows for day-to-day stuff. For instance I may find 
 myself forced to use Adobe Premiere for video editing now and then for the 
 moment, but I would want to be gravitate back to Cinelerra as soon as some of 
 the more serious bugs have been ironed out.
 
 For this reason, and also because I remember from my own past experience that 
 NTFS is an unspeakable atrocity (even when accessed under windows) I have 
 been thinking of keeping the Windows partition fairly small and of installing 
 third-party driver(s) to access linux-native filesystems to share data, 
 rather than the other way round.
 
 The three options I have for this are:
 1. install the windows ext2/3 driver.
 2. install rfsd (http://rfsd.sourceforge.net) to access reiserfs partitions.
 3. Install the crossmeta XFS driver if I can get hold of it (I'm not sure 
 whether it's part of the free NFS driver download on the website or not).

  Howsabout using FAT32 (aka vfat) for the data partitions that need to
be accessed by both Windows and Linux?  Both Windows and Linux can read
and write easily to vfat.

-- 
Walter Dnes [EMAIL PROTECTED] In linux /sbin/init is Job #1
My musings on technology and security at http://tech_sec.blog.ca
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to dub VHS to DVD with Gentoo?

2006-04-22 Thread K Barter
On 4/22/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
Does anyone know of any hardware and software that can be used to transfer VHStapes to DVDs using Gentoo Linux on x86 hardware?--gentoo-user@gentoo.org mailing list

I have used a VCR, hooked it up to my DV video camera, and then used
Kino to do the recording. I can't remember if I used Kino to
create the dvd too, but I think so.

Simply, reasonable results, and worked for me.


[gentoo-user] kde-base/konqueror-3.5.2: Serious bug in image scrolling

2006-04-22 Thread Erik
I have reported a serious bug in the image scrolling of Konqueror: 
http://bugs.kde.org/show_bug.cgi?id=126067


Could someone with a high resolution try to reproduce? If you are able 
to reproduce it, please add a comment to the bug report.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: IrDA crashes every time

2006-04-22 Thread Hans-Werner Hilse
Hi,

On Sun, 23 Apr 2006 02:17:20 +0200
Mick [EMAIL PROTECTED] wrote:

 Apr 23 01:01:01 lappy smsc_ircc_present: can't get sir_base of 0x3e8

Try checking and changing BIOS settings for IRDA IO port, IRQ settings
and DMA and - maybe - PlugPlay. Then you might want to use the
IO/IRQ/DMA parameters as options to the module (use modinfo -p to find
out about those options). Just a guess, though.

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